From 53ca4ed7d453dce710c0528e034ad642d3a1d4b0 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 11 Aug 2016 13:21:45 +0200 Subject: [PATCH] mutt --- etc/mutt/folders | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/mutt/folders b/etc/mutt/folders index ad5f2527..418dc8fe 100644 --- a/etc/mutt/folders +++ b/etc/mutt/folders @@ -18,6 +18,7 @@ set record=+Sent unmailboxes "*" #mailboxes `echo ~/Mail/* | sed 's/\/\(Sent\|Drafts\|Trash\) //g'` mailboxes `echo ~/Mail/*` +#mailboxes `echo "+" $(find ~/Maildir/ -mindepth 2 -maxdepth 2 -type d '(' -name 'cur' -o -name 'new' ')' -prune -printf '%h\n' | uniq)` # Add macros to make the folder browser usable by always using the mailboxes setup above: macro index c "?" "open a different folder" -- 2.47.3