diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-05-31 23:45:27 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-05-31 23:45:27 -0300 |
commit | 7cbcacf55ad52a060a75843209bc2a319725ca22 (patch) | |
tree | d9e526bf09e29f8447ab8ebd8df5c790025773dd /modules | |
parent | 1233648f8ddbbec433758346fdd17a11083ecea8 (diff) | |
download | dotfiles-7cbcacf55ad52a060a75843209bc2a319725ca22.tar.gz dotfiles-7cbcacf55ad52a060a75843209bc2a319725ca22.tar.bz2 |
Remap mutt key to sync mailbox and refresh list of new messages
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mutt/muttrc.dot.link | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 896ec40..1f4fae8 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -352,6 +352,9 @@ mailboxes `echo $HOME/mail/Sync/*/*` #macro index <esc>f "!clear;fetchmail;philter.sh\n" "Sync remote with local mail" macro pager <esc>f "!clear;fetchmail\n" "Sync remote with local mail" macro index <esc>f "!clear;fetchmail\n" "Sync remote with local mail" +macro pager G "!clear;fetchmail\n" "Sync remote with local mail" +macro index G "!clear;fetchmail\n" "Sync remote with local mail" +macro index $ "<change-folder>=INBOX/\n<sync-mailbox>" "Sync mailbox and refresh list of new messages" # ------------- # Ignore fields |