From: Nicolas Boisselier Date: Thu, 11 Aug 2016 11:21:45 +0000 (+0200) Subject: mutt X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=53ca4ed7d453dce710c0528e034ad642d3a1d4b0;p=nb.git mutt --- 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"