set folder="imaps://mail.example.com/" set imap_user="user@example.com" set realname="" set from="user@example.com" # alternates ^my-alias1@example.com$ ^my-alias2@example.net$ # mailboxes =INBOX =lists/foo-users =lists/bar-devel ... # Pull in all of the other config files source "~/.mutt/colors" source "~/.mutt/headers" source "~/.mutt/keys" source "~/.mutt/folders" source "~/.mutt/miscellaneous" source "~/.mutt/ssl" source "~/.mutt/sidebar-common" # If you want the sidebar enabled by default, change this # from no-sidebar to sidebar. source "~/.mutt/no-sidebar"