]> gitweb.michael.orlitzky.com - mutt.git/blob - muttrc
muttrc: add example "alternates" line.
[mutt.git] / muttrc
1 set folder="imaps://mail.example.com/"
2 set imap_user="user@example.com"
3 set realname=""
4 set from="user@example.com"
5 # alternates ^my-alias1@example.com$ ^my-alias2@example.net$
6 # mailboxes =INBOX =lists/foo-users =lists/bar-devel ...
7
8 # Pull in all of the other config files
9 source "~/.mutt/colors"
10 source "~/.mutt/headers"
11 source "~/.mutt/keys"
12 source "~/.mutt/folders"
13 source "~/.mutt/miscellaneous"
14 source "~/.mutt/ssl"
15 source "~/.mutt/sidebar-common"
16
17 # If you want the sidebar enabled by default, change this
18 # from no-sidebar to sidebar.
19 source "~/.mutt/no-sidebar"