From 40cd30ffe95c4d3600a5829b132e0f1384827389 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 11 Aug 2016 12:22:29 +0200 Subject: [PATCH] mutt --- etc/mutt/folders | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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" -- 2.47.3