summaryrefslogtreecommitdiff
path: root/bin/mw
AgeCommit message (Collapse)Author
2019-08-12fix cronjob removed on purge (#269)mkomo
2019-08-06Modified code to work better with Protonmail (#267)WhaleJ84
Added new search location for certificates and modified command that caused errors for Protonmail users.
2019-07-22Surround value of imap_pass with quotes (#260)Robert White
If the password contains single quotes and is not surrounded by quotes, Mutt removes the single quotes, rendering an incorrect password.
2019-06-07actually terminate the script on Ctrl-C (#236)Kriss
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-01compat for PASSWORD_STORE_DIRLuke Smith
2019-06-01starttls off for port 465Luke Smith
2019-05-28restore default text color on 'Ctrl-C' exitKr1ss
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-20escape spaces in mailboxesLuke Smith
2019-05-20posix and mac fixLuke Smith
2019-05-16fatal breakage fixedLuke Smith
2019-05-15check if .gpg-id is in the pass store on startupKr1ss
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-05gpg all variableLuke Smith
2019-05-04Add MacOS certificate store to search listStanko K.R
2019-05-04Relax pass store checkStanko K.R
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-04Prefix binary path correctly on MacOSStanko K.R
2019-05-04gpg varLuke Smith
2019-05-04protonmail fix?Luke Smith
2019-05-04gpg double checkLuke Smith
2019-05-02n00buntu msmtp linkLuke Smith
2019-05-02barebones urlview conf addedLuke Smith
2019-05-01all pm domains fixedLuke Smith
2019-05-01msmtprc now separate variableLuke Smith
2019-05-01approaching prontonmail fixLuke Smith
2019-04-28cron check more liberalLuke Smith
2019-04-26maxmessages optionLuke Smith
2019-04-27Corrected grammar "be found" line 139NinKenDo64
2019-04-26du not portableLuke Smith
2019-04-26fix junk rmLuke Smith
2019-04-26spellLuke Smith
2019-04-26sed portable?Luke Smith
2019-04-26grep portableLuke Smith
2019-04-26generated notmuch config if not existingLuke Smith
2019-04-26Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-04-26ssltype changed for pm usersLuke Smith
2019-04-26Fixed sever typoValansch
2019-04-25msmtp not absolute pathLuke Smith
2019-04-25mwconfig uses muttshareLuke Smith
2019-04-25ca certificate detectionLuke Smith
2019-04-25sslcert var used for mbsyncLuke Smith
2019-04-25Merge branch 'master' of github.com:LukeSmithxyz/mutt-wizardLuke Smith
2019-04-25only check first columnLuke Smith
2019-04-25cronjob: get id from active useryusufaktepe
2019-04-24bad passwords cause errorLuke Smith
2019-04-24cron for debianLuke Smith
2019-04-23accdir bug fixLuke Smith
2019-04-22error code fixLuke Smith
2019-04-22fix for hyphened titlesLuke Smith
2019-04-22old dir not necessaryLuke Smith
2019-04-22cache less dumbLuke Smith
2019-04-22big deletion fixLuke Smith