X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mutt.git;a=blobdiff_plain;f=muttrc;h=c4a6985a489463d6e0d07b3fe541166f768981b1;hp=16c25a09587aca4e513aa6062e9f0192e20a30ec;hb=HEAD;hpb=86df2c5e1efc58831d2e00ba8f1a03030e98699b diff --git a/muttrc b/muttrc index 16c25a0..4824af2 100644 --- a/muttrc +++ b/muttrc @@ -2,13 +2,18 @@ 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/hooks" -source "~/.mutt/mailing_lists" 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"