]> 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 # mailboxes =INBOX =lists/foo-users =lists/bar-devel ...
6
7 # Pull in all of the other config files
8 source "~/.mutt/colors"
9 source "~/.mutt/headers"
10 source "~/.mutt/keys"
11 source "~/.mutt/folders"
12 source "~/.mutt/miscellaneous"
13 source "~/.mutt/ssl"
14 source "~/.mutt/sidebar-common"
15
16 # If you want the sidebar enabled by default, change this
17 # from no-sidebar to sidebar.
18 source "~/.mutt/no-sidebar"