From: Michael Orlitzky Date: Thu, 16 Jan 2020 01:44:42 +0000 (-0500) Subject: muttrc: add example "mailboxes" command. X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mutt.git;a=commitdiff_plain;h=8f45251bb3f0f07a31cf33dcb47d1de287eccc0b muttrc: add example "mailboxes" command. --- diff --git a/muttrc b/muttrc index 16c25a0..c5c63ee 100644 --- a/muttrc +++ b/muttrc @@ -2,6 +2,7 @@ set folder="imaps://mail.example.com/" set imap_user="user@example.com" set realname="" set from="user@example.com" +# mailboxes =INBOX =lists/foo-users =lists/bar-devel ... # Pull in all of the other config files source "~/.mutt/colors"