summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Collapse)Author
2019-07-24vars in script; msg if failLuke Smith
2019-06-01check mbsync, not mailsyncLuke Smith
2019-06-01compat for PASSWORD_STORE_DIRLuke Smith
2019-06-01starttls off for port 465Luke Smith
2019-06-01only sync active mbsync accountsLuke Smith
2019-06-01prep fixLuke Smith
2019-06-01fix multiline subject header regressionluukvbaal
2019-06-01fix forwarded emails and posix whitespace regexluukvbaal
2019-06-01fix multiline subjects and single word sendersluukvbaal
2019-05-31perl decodingluukvbaal
2019-05-30Merge branch 'master' into patch-1luukvbaal
2019-05-30unnecessary sed commandluukvbaal
2019-05-30parallelize multiple accounts and mail previewluukvbaal
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-20Merge pull request #211 from voloshyn/masterLuke Smith
use image resolution to display the image attachments
2019-05-20portable openfileLuke Smith
2019-05-20escape spaces in mailboxesLuke Smith
2019-05-20posix and mac fixLuke Smith
2019-05-20gnuisms removedLuke Smith
2019-05-20use image resolution instead of window row/col size to display the image ↵Alex Voloshyn
attachment
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-13don't allow to be run concurrently with itselfluukvbaal
This allows mailsync to be called like this `bindsym $mod+e exec --no-startup-id mailsync; exec $term -e neomutt && pkill -RTMIN+12 i3blocks` such that it refreshes your mail when you open mutt without it needlessly syncing if a sync is already running.
2019-05-07mailsync: fix early exit on graphical(-only) loginKr1ss
Resolves https://github.com/LukeSmithxyz/mutt-wizard/issues/197.
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-05-01open files with macLuke Smith
2019-05-01Merge pull request #186 from dmsalomon/mailsync-paramLuke Smith
Mailsync: only pass -a to mbsync when no args
2019-05-01only sync if user logged inLuke Smith
2019-04-30Mailsync: only pass -a to mbsync when no argsDov Salomon
If -a is passed along with "$@", mailsync will sync all mailboxes even if only a single channel is passed in with "$@". This breaks the semantics of the `o` macro in mutt which should only sync the current mailbox that is currently being viewed in mutt.
2019-04-28cron check more liberalLuke Smith
2019-04-26to avoid user conflictsLuke Smith
2019-04-26maxmessages optionLuke Smith
2019-04-27Corrected grammar "be found" line 139NinKenDo64
2019-04-26bad ideaLuke Smith
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