| 
				
			 | 
			
			
				@@ -42,6 +42,7 @@ main() { 
			 | 
		
	
		
			
			| 
				42
			 | 
			
				42
			 | 
			
			
				     CfgDir="$HOME/.imapdomo" 
			 | 
		
	
		
			
			| 
				43
			 | 
			
				43
			 | 
			
			
				     LogDir="$HOME/.local/share/imapdomo/logs" 
			 | 
		
	
		
			
			| 
				44
			 | 
			
				44
			 | 
			
			
				     Debug=false 
			 | 
		
	
		
			
			| 
				
			 | 
			
				45
			 | 
			
			
				+    #shellcheck disable=SC2034 
			 | 
		
	
		
			
			| 
				45
			 | 
			
				46
			 | 
			
			
				     while true; do case $1 in 
			 | 
		
	
		
			
			| 
				46
			 | 
			
				47
			 | 
			
			
				         -c) CdTo="$2"; shift 2 || usage ;; 
			 | 
		
	
		
			
			| 
				47
			 | 
			
				48
			 | 
			
			
				         -d) Debug=true; PRETTY_DEBUG=true; shift ;; 
			 |