summaryrefslogtreecommitdiff
path: root/bin/mailsync
AgeCommit message (Collapse)Author
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-20gnuisms removedLuke Smith
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-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-26to avoid user conflictsLuke Smith
2019-04-26bad ideaLuke Smith
2019-04-26libnotify note in mailsyncLuke Smith
2019-04-26one mailsync at a time pleaseLuke Smith
2019-04-22i'm dumb and blindLuke Smith
2019-04-22mailsynclast run fixLuke Smith
2019-04-20notification sound removedLuke Smith
2019-04-19mailsync checks inbox case insensLuke Smith
2019-04-16even comments are bloatLuke Smith
2019-04-11not assume dunstLuke Smith
2019-04-11begin switch to mbsyncLuke Smith
2019-04-02title and body dunst notificationLuke Smith
2019-03-13mailsync fixLuke Smith
2019-02-22ding now ogg & played with paLuke Smith
2019-02-22le bloated img replaced with cringe emojiLuke Smith
2019-02-22shellcheckedLuke Smith
2019-02-21rewrite underwayLuke Smith