From: Nicolas Boisselier Date: Thu, 11 Aug 2016 10:22:29 +0000 (+0200) Subject: mutt X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=40cd30ffe95c4d3600a5829b132e0f1384827389;p=nb.git mutt --- diff --git a/etc/mutt/folders b/etc/mutt/folders index 45bc8405..1dd87efb 100644 --- a/etc/mutt/folders +++ b/etc/mutt/folders @@ -15,4 +15,16 @@ set record=+Sent # Check new messages from mailboxes #mailboxes `echo $HOME/Mail/* | sed s/outbox// | sed s/trash// | sed s/spam//` -mailboxes `echo $HOME/Mail/* | sed 's/\/\(Sent\|Drafts\|Trash\) //g'` +unmailboxes "*" +mailboxes `echo ~/Mail/* | sed 's/\/\(Sent\|Drafts\|Trash\) //g'` + +# Add macros to make the folder browser usable by always using the mailboxes setup above: +macro index c "?" "open a different folder" +macro pager c "?" "open a different folder" + +#To additionally get straight to the folder browser when copying, moving and attaching mail, add the following macros: + +macro index C "?" "copy a message to a mailbox" +macro index M "?" "move a message to a mailbox" + +macro compose A "?" "attach message(s) to this message"