dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6db3154cbcf7c5638755a9395560927cc06e827d
parent d55a11d837c0f3ddb87a979bd929ab3b4462d1d0
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun, 28 Feb 2016 09:47:08 -0800

sync mailbox before changing imap folders

Diffstat:
M.mutt/muttrc | 18+++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -145,15 +145,15 @@ macro index M "T.*\n;WN" "Mark all messages as read" # Macros to change between inboxes (e.g. SPACE 1), use noop editor to accept # IMAP folders with spaces bind editor <space> noop -macro index \ 1 "<change-folder>=riseup/INBOX/<enter>" "Go to Riseup inbox" -macro index \ ! "<change-folder>=riseup/Sent/<enter>" "Go to Riseup sent" -macro index \ 2 "<change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox" -macro index \ @ "<change-folder>=geomail/Sent/<enter>" "Go to Geomail sent" -macro index \ 3 "<change-folder>=ucsd/INBOX/<enter>" "Go to UCSD inbox" -macro index \ \# "<change-folder>=ucsd/Sent Items/<enter>" "Go to UCSD sent" -macro index \ 4 "<change-folder>=gmail/INBOX/<enter>" "Go to Gmail inbox" -macro index \ $ "<change-folder>=gmail/[Gmail].Sent\ Mail/<enter>" "Go to Gmail sent" -macro index \ c "<change-folder>=geomail/INBOX.cryolist/<enter>" "Go to cryolist" +macro index \ 1 "<sync-mailbox><change-folder>=riseup/INBOX/<enter>" "Go to Riseup inbox" +macro index \ ! "<sync-mailbox><change-folder>=riseup/Sent/<enter>" "Go to Riseup sent" +macro index \ 2 "<sync-mailbox><change-folder>=geomail/INBOX/<enter>" "Go to Geomail inbox" +macro index \ @ "<sync-mailbox><change-folder>=geomail/Sent/<enter>" "Go to Geomail sent" +macro index \ 3 "<sync-mailbox><change-folder>=ucsd/INBOX/<enter>" "Go to UCSD inbox" +macro index \ \# "<sync-mailbox><change-folder>=ucsd/Sent Items/<enter>" "Go to UCSD sent" +macro index \ 4 "<sync-mailbox><change-folder>=gmail/INBOX/<enter>" "Go to Gmail inbox" +macro index \ $ "<sync-mailbox><change-folder>=gmail/[Gmail].Sent\ Mail/<enter>" "Go to Gmail sent" +macro index \ c "<sync-mailbox><change-folder>=geomail/INBOX.cryolist/<enter>" "Go to cryolist" macro index A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it" macro pager A "!$EDITOR ~/.mutt/aliases\n:source ~/.mutt/aliases\n" "Edit aliases file and reload it"