commit aebb85d0a1f730c2fe01501f91200a64a90d6249 parent c74bb1a9f3a0594fe188967909330959942c822d Author: Anders Damsgaard Christensen <adc@geo.au.dk> Date: Thu, 21 Apr 2016 09:37:49 -0700 add binding to kill all offlineimap processes Diffstat:
M | .mutt/muttrc | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -158,7 +158,8 @@ macro index Y "<next-unread-mailbox>" "go to next mailbox with unread mails" # Sync email macro index O "<shell-escape>offlineimap -u blinkenlights<enter>" "run offlineimap to sync all mail" -macro index o "<shell-escape>offlineimap -u blinkenlights -qf INBOX<enter>" "run offlineimap to sync inbox" +macro index o "<shell-escape>offlineimap -u blinkenlights -qf INBOX<enter>" "run offlineimap to sync inboxes" +macro index K "<shell-escape>killall offlineimap<enter>" "kill all offlineimap processes" # View and select urls macro pager U "<pipe-entry>urlview<enter>" "call urlview to open links"