# mail server set hostname = "vitaliainc.com" # $mutt_mailroot is set by my bashrc according to which machine i'm on # allows me to check local mail or imap:// mail transparently set folder = "$mutt_mailroot" # for consistency across machines, i symlink to the mail spool, treat as folder set spoolfile = +spool # bring in machine-specific configuration source "~/.mutt/muttrc.$mutt_hostname" # bring in list of mailboxes source "~/.mutt/mailboxes.muttrc" # move read messages to inbox folder when we exit set mbox = +inbox set move = yes # essential: save all outgoing mail to this folder set record = +sent # personalization set realname = "Alan Grow" set sig_dashes = yes set signature = "~/.mutt/signature.txt" # in message index for all folders, show threads folder-hook . set sort = threads # bring in color customizations source "~/.mutt/color.muttrc" # for privacy, store aliases for people in a separate file set alias_file = "~/.mutt/aliases.muttrc" source "~/.mutt/aliases.muttrc"