diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-06-01 10:58:55 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-06-01 10:58:55 -0300 |
commit | 7b1cc68a2c7946efc69ad1d83c66817f5cc60f1c (patch) | |
tree | 60386b6b2b003ded6cede73139a412612fde958e /modules | |
parent | 026202e592084095e3a4c17465d505a19367e3b9 (diff) | |
download | dotfiles-7b1cc68a2c7946efc69ad1d83c66817f5cc60f1c.tar.gz dotfiles-7b1cc68a2c7946efc69ad1d83c66817f5cc60f1c.tar.bz2 |
Changing mutt sync mailbox behavior
Diffstat (limited to 'modules')
-rw-r--r-- | modules/mutt/muttrc.dot.link | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/mutt/muttrc.dot.link b/modules/mutt/muttrc.dot.link index 5f5679f..ed1b155 100644 --- a/modules/mutt/muttrc.dot.link +++ b/modules/mutt/muttrc.dot.link @@ -352,9 +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 "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox>\n" "Sync remote with local mail" -macro index G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox>\n" "Sync remote with local mail" -macro index $ "<change-folder>=INBOX/\n<sync-mailbox>\n" "Sync mailbox and refresh list of new messages" +macro pager G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox>" "Sync remote with local mail" +macro index G "<enter-command>unset wait_key\n!clear ; fetchmail || [ $? -eq 1 ]\n<change-folder>=INBOX/\n<sync-mailbox>" "Sync remote with local mail" +#macro index $ "<change-folder>=INBOX/\n<sync-mailbox>" "Sync mailbox and refresh list of new messages" macro index n "<next-unread-mailbox>" # ------------- |