]> gitweb.michael.orlitzky.com - mutt.git/blobdiff - muttrc
muttrc: add example "alternates" line.
[mutt.git] / muttrc
diff --git a/muttrc b/muttrc
index df700158615a329de8aebd27ff5bd1b602e87041..4824af25d228a9c2ee9f0de307070a9c0d313605 100644 (file)
--- 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"
+# 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
@@ -9,6 +10,10 @@ source "~/.mutt/colors"
 source "~/.mutt/headers"
 source "~/.mutt/keys"
 source "~/.mutt/folders"
-source "~/.mutt/hooks"
 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"