Surround value of imap_pass with quotes (#260)
If the password contains single quotes and is not surrounded by quotes, Mutt removes the single quotes, rendering an incorrect password.
This commit is contained in:
		
							
								
								
									
										2
									
								
								bin/mw
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/mw
									
									
									
									
									
								
							@@ -107,7 +107,7 @@ set folder = \"imaps://$fulladdr@$imap:$iport\"
 | 
			
		||||
set imap_user = \"$login\"
 | 
			
		||||
set header_cache = $cachedir/$title/headers
 | 
			
		||||
set message_cachedir = $cachedir/$title/bodies
 | 
			
		||||
set imap_pass = \`pass mutt-wizard-$title\`
 | 
			
		||||
set imap_pass = \"\`pass mutt-wizard-$title\`\"
 | 
			
		||||
 | 
			
		||||
set mbox_type = Maildir
 | 
			
		||||
set ssl_starttls = yes
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user