# 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 "<change-folder>?<toggle-mailboxes>" "open a different folder"
+macro pager c "<change-folder>?<toggle-mailboxes>" "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-message>?<toggle-mailboxes>" "copy a message to a mailbox"
+macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
+
+macro compose A "<attach-message>?<toggle-mailboxes>" "attach message(s) to this message"