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 4df554397d47b0b28748c118af97d09a1bc7989f
parent dbaae740b5c1fb7fd2242f71282225f84eef3dd1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Sun,  3 Apr 2016 21:12:40 -0700

explicit sync unnecessary and problematic in read-only mode

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

diff --git a/.mutt/muttrc b/.mutt/muttrc @@ -127,15 +127,15 @@ macro index M "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "Mark all messages as rea # 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 "<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 \ 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" # mutt-sidebar