| 
				
			 | 
			
			
				@@ -234,10 +234,10 @@ function email_rule_subject { 
			 | 
		
	
		
			
			| 
				234
			 | 
			
				234
			 | 
			
			
				     trap "rm -f $data" 0 1 2 5 15 
			 | 
		
	
		
			
			| 
				235
			 | 
			
				235
			 | 
			
			
				     dialog --backtitle $"Freedombone User Control Panel" \ 
			 | 
		
	
		
			
			| 
				236
			 | 
			
				236
			 | 
			
			
				            --title $"Create an email rule" \ 
			 | 
		
	
		
			
			| 
				237
			 | 
			
				
			 | 
			
			
				-           --form "\n" 9 65 4 \ 
			 | 
		
	
		
			
			| 
				238
			 | 
			
				
			 | 
			
			
				-              $"When email arrives with subject containing:" 1 1 "" 1 35 24 28 \ 
			 | 
		
	
		
			
			| 
				239
			 | 
			
				
			 | 
			
			
				-              $"Move to folder:" 2 1 "" 2 35 24 28 \ 
			 | 
		
	
		
			
			| 
				240
			 | 
			
				
			 | 
			
			
				-              $"Public:" 3 1 $"no" 3 35 4 25 \ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				237
			 | 
			
			
				+           --form "\n" 9 75 4 \ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				238
			 | 
			
			
				+              $"When email arrives with subject containing:" 1 1 "" 1 45 24 28 \ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				239
			 | 
			
			
				+              $"Move to folder:" 2 1 "" 2 45 24 28 \ 
			 | 
		
	
		
			
			| 
				
			 | 
			
				240
			 | 
			
			
				+              $"Public:" 3 1 $"no" 3 45 4 25 \ 
			 | 
		
	
		
			
			| 
				241
			 | 
			
				241
			 | 
			
			
				               2> $data 
			 | 
		
	
		
			
			| 
				242
			 | 
			
				242
			 | 
			
			
				     sel=$? 
			 | 
		
	
		
			
			| 
				243
			 | 
			
				243
			 | 
			
			
				     case $sel in 
			 |