trevDev() 
							
						 
					 
					
						
						
							
						
						a3b1bed626 
					 
					
						
						
							
							Protonmail Config Fixes ( #313 )  
						
						 
						
						... 
						
						
						
						* Run serverinfo query based on if proton or not
* If domain is already protonmail don't ask if it is
* Fix protonmail fingerprint extraction
* Update docs re: protonmail bridge timing out 
						
						
					 
					
						2019-11-01 13:27:53 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								mkomo 
							
						 
					 
					
						
						
							
						
						856eea6d71 
					 
					
						
						
							
							fix cronjob removed on purge ( #269 )  
						
						 
						
						
						
						
					 
					
						2019-08-12 14:13:06 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								WhaleJ84 
							
						 
					 
					
						
						
							
						
						48f61faef7 
					 
					
						
						
							
							Modified code to work better with Protonmail ( #267 )  
						
						 
						
						... 
						
						
						
						Added new search location for certificates and modified command that caused errors for Protonmail users. 
						
						
					 
					
						2019-08-06 08:07:18 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Robert White 
							
						 
					 
					
						
						
							
						
						c37a748227 
					 
					
						
						
							
							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. 
						
						
					 
					
						2019-07-22 18:24:58 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kriss 
							
						 
					 
					
						
						
							
						
						d7dd9f89fe 
					 
					
						
						
							
							actually terminate the script on Ctrl-C ( #236 )  
						
						 
						
						... 
						
						
						
						In my [PR 224](https://github.com/LukeSmithxyz/mutt-wizard/pull/224 ), I
introduced a bug.  While I was catching SIGINT with the trap statement,
I did not actually exit the script and returned into the shell.
Fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/234  
						
						
					 
					
						2019-06-07 12:12:20 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						7c1da4d168 
					 
					
						
						
							
							compat for PASSWORD_STORE_DIR  
						
						 
						
						
						
						
					 
					
						2019-06-01 22:13:06 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						bd3818ff11 
					 
					
						
						
							
							starttls off for port 465  
						
						 
						
						
						
						
					 
					
						2019-06-01 18:08:17 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kr1ss 
							
						 
					 
					
						
						
							
						
						e4813ae215 
					 
					
						
						
							
							restore default text color on 'Ctrl-C' exit  
						
						 
						
						... 
						
						
						
						The terminal text color  wasn't reset when the user  aborted the wizard
while being prompted for input.
This resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/224  
						
						
					 
					
						2019-05-28 01:09:25 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						e4794af679 
					 
					
						
						
							
							escape spaces in mailboxes  
						
						 
						
						
						
						
					 
					
						2019-05-20 13:44:51 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						a6c81625c8 
					 
					
						
						
							
							posix and mac fix  
						
						 
						
						
						
						
					 
					
						2019-05-20 13:09:11 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						46c796ef64 
					 
					
						
						
							
							fatal breakage fixed  
						
						 
						
						
						
						
					 
					
						2019-05-16 13:59:09 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Kr1ss 
							
						 
					 
					
						
						
							
						
						49d2e12125 
					 
					
						
						
							
							check if .gpg-id is in the pass store on startup  
						
						 
						
						... 
						
						
						
						The current test  did not terminate  the script in cases  when the user
already has a private GPG key,  but they'd not initialized the password
store.
This leads to an infinite loop in the `getpass()` function.
The commit fixes https://github.com/LukeSmithxyz/mutt-wizard/issues/204  
						
						
					 
					
						2019-05-15 20:19:55 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						8e96c25903 
					 
					
						
						
							
							gpg all variable  
						
						 
						
						
						
						
					 
					
						2019-05-05 09:37:30 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stanko K.R 
							
						 
					 
					
						
						
							
						
						41c5040b6a 
					 
					
						
						
							
							Add MacOS certificate store to search list  
						
						 
						
						
						
						
					 
					
						2019-05-04 22:47:26 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stanko K.R 
							
						 
					 
					
						
						
							
						
						aaa188ce72 
					 
					
						
						
							
							Relax pass store check  
						
						 
						
						... 
						
						
						
						Checking for a secret key with format `<foo@bar.com >` may not work for
people that store key IDs in .gpg-id. Removing the `<` and `>` makes it
work for both beople that use emails and people that use IDs. 
						
						
					 
					
						2019-05-04 22:47:20 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Stanko K.R 
							
						 
					 
					
						
						
							
						
						2b2f17f310 
					 
					
						
						
							
							Prefix binary path correctly on MacOS  
						
						 
						
						
						
						
					 
					
						2019-05-04 22:47:01 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						c991d44878 
					 
					
						
						
							
							gpg var  
						
						 
						
						
						
						
					 
					
						2019-05-04 15:33:43 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						c08b739a8a 
					 
					
						
						
							
							protonmail fix?  
						
						 
						
						
						
						
					 
					
						2019-05-04 09:50:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						d33c893555 
					 
					
						
						
							
							gpg double check  
						
						 
						
						
						
						
					 
					
						2019-05-04 09:50:15 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						a7ec4dae1f 
					 
					
						
						
							
							n00buntu msmtp link  
						
						 
						
						
						
						
					 
					
						2019-05-02 19:21:53 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						b64c44e03e 
					 
					
						
						
							
							barebones urlview conf added  
						
						 
						
						
						
						
					 
					
						2019-05-02 19:04:54 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						2ddfceb837 
					 
					
						
						
							
							all pm domains fixed  
						
						 
						
						
						
						
					 
					
						2019-05-01 23:14:10 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						a4a9e8746f 
					 
					
						
						
							
							msmtprc now separate variable  
						
						 
						
						
						
						
					 
					
						2019-05-01 21:02:17 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						9e2bde6f3c 
					 
					
						
						
							
							approaching prontonmail fix  
						
						 
						
						
						
						
					 
					
						2019-05-01 20:59:58 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						1995a68df4 
					 
					
						
						
							
							cron check more liberal  
						
						 
						
						
						
						
					 
					
						2019-04-28 19:33:04 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						c2247a2188 
					 
					
						
						
							
							maxmessages option  
						
						 
						
						
						
						
					 
					
						2019-04-26 20:56:50 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								NinKenDo64 
							
						 
					 
					
						
						
							
						
						bf609ca894 
					 
					
						
						
							
							Corrected grammar "be found" line 139  
						
						 
						
						
						
						
					 
					
						2019-04-27 09:26:57 +10:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						942711e9da 
					 
					
						
						
							
							du not portable  
						
						 
						
						
						
						
					 
					
						2019-04-26 12:14:20 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						eb51f388cd 
					 
					
						
						
							
							fix junk rm  
						
						 
						
						
						
						
					 
					
						2019-04-26 12:12:03 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						f106dbd363 
					 
					
						
						
							
							spell  
						
						 
						
						
						
						
					 
					
						2019-04-26 11:48:24 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						e81e2c450d 
					 
					
						
						
							
							sed portable?  
						
						 
						
						
						
						
					 
					
						2019-04-26 11:36:14 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						7caf7ca90e 
					 
					
						
						
							
							grep portable  
						
						 
						
						
						
						
					 
					
						2019-04-26 11:20:26 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						e4e3b51624 
					 
					
						
						
							
							generated notmuch config if not existing  
						
						 
						
						
						
						
					 
					
						2019-04-26 11:04:51 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						2d8803f7ab 
					 
					
						
						
							
							Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard  
						
						 
						
						
						
						
					 
					
						2019-04-26 09:42:37 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						8ba6e4723a 
					 
					
						
						
							
							ssltype changed for pm users  
						
						 
						
						
						
						
					 
					
						2019-04-26 09:42:16 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Valansch 
							
						 
					 
					
						
						
							
						
						ee9d226ebe 
					 
					
						
						
							
							Fixed sever typo  
						
						 
						
						
						
						
					 
					
						2019-04-26 15:29:49 +02:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						51e6647a13 
					 
					
						
						
							
							msmtp not absolute path  
						
						 
						
						
						
						
					 
					
						2019-04-25 21:43:41 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						c662051529 
					 
					
						
						
							
							mwconfig uses muttshare  
						
						 
						
						
						
						
					 
					
						2019-04-25 20:27:49 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						5a5c5e604d 
					 
					
						
						
							
							ca certificate detection  
						
						 
						
						
						
						
					 
					
						2019-04-25 15:35:48 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						d38f8c933e 
					 
					
						
						
							
							sslcert var used for mbsync  
						
						 
						
						
						
						
					 
					
						2019-04-25 15:20:53 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						261a6a4aeb 
					 
					
						
						
							
							Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizard  
						
						 
						
						
						
						
					 
					
						2019-04-25 13:39:35 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						2e0b8416ed 
					 
					
						
						
							
							only check first column  
						
						 
						
						
						
						
					 
					
						2019-04-25 13:38:46 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								yusufaktepe 
							
						 
					 
					
						
						
							
						
						3f15a4d4c6 
					 
					
						
						
							
							cronjob: get id from active user  
						
						 
						
						
						
						
					 
					
						2019-04-25 20:16:46 +03:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						7c06aaacb0 
					 
					
						
						
							
							bad passwords cause error  
						
						 
						
						
						
						
					 
					
						2019-04-24 08:48:08 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						c9efc9f85c 
					 
					
						
						
							
							cron for debian  
						
						 
						
						
						
						
					 
					
						2019-04-24 08:03:37 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						dbb6853639 
					 
					
						
						
							
							accdir bug fix  
						
						 
						
						
						
						
					 
					
						2019-04-23 07:05:38 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						0633cb2b50 
					 
					
						
						
							
							error code fix  
						
						 
						
						
						
						
					 
					
						2019-04-22 23:59:43 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						680f99fec6 
					 
					
						
						
							
							fix for hyphened titles  
						
						 
						
						
						
						
					 
					
						2019-04-22 23:47:41 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						9eab140f25 
					 
					
						
						
							
							old dir not necessary  
						
						 
						
						
						
						
					 
					
						2019-04-22 23:39:22 -04:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Smith 
							
						 
					 
					
						
						
							
						
						87154efa6f 
					 
					
						
						
							
							cache less dumb  
						
						 
						
						
						
						
					 
					
						2019-04-22 16:21:21 -04:00