]> gitweb.michael.orlitzky.com - mutt.git/blob - muttrc
Move everything except the IMAP account info out of the top-level muttrc.
[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
6 # Pull in all of the other config files
7 source "~/.mutt/colors"
8 source "~/.mutt/headers"
9 source "~/.mutt/keys"
10 source "~/.mutt/folders"
11 source "~/.mutt/hooks"
12 source "~/.mutt/mailing_lists"
13 source "~/.mutt/miscellaneous"
14 source "~/.mutt/ssl"