|  | @@ -40,7 +40,7 @@ main() {
 | 
	
		
			
			| 40 | 40 |      local LogDir    # directory to store logs
 | 
	
		
			
			| 41 | 41 |      local CdTo      # change dir to this before running imapfilter
 | 
	
		
			
			| 42 | 42 |      CfgDir="$HOME/.imapdomo"
 | 
	
		
			
			| 43 |  | -    LogDir="$HOME/.cache/imapdomo/logs"
 | 
	
		
			
			|  | 43 | +    LogDir="$HOME/.local/share/imapdomo/logs"
 | 
	
		
			
			| 44 | 44 |      Debug=false
 | 
	
		
			
			| 45 | 45 |      while true; do case $1 in
 | 
	
		
			
			| 46 | 46 |          -c) CdTo="$2"; shift 2 || usage ;;
 |