]> git.nbdom.net Git - nb.git/commitdiff
mutt
authorNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 11 Aug 2016 11:21:45 +0000 (13:21 +0200)
committerNicolas Boisselier <nicolas.boisselier@gmail.com>
Thu, 11 Aug 2016 11:21:45 +0000 (13:21 +0200)
etc/mutt/folders

index ad5f252734f2c04aecc9c64f89a76d3ded020dd1..418dc8fe34920e1b6cb3bb1888a888870380b0bc 100644 (file)
@@ -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 "<change-folder>?<toggle-mailboxes>" "open a different folder"