# # .muttrc - configuration file for Mutt # Goes in User's HOME directory # #------------------------------------------ # UofM Google specific Settings #------------------------------------------ set imap_user=${USER}@umn.edu set folder="imaps://imap.gmail.com" set smtp_url="smtp://${imap_user}@smtp.gmail.com:587" #------------------------------------------ #------------------------------------------ # AEM/ME domain specific settings #------------------------------------------ # set imap_user=${USER} # set folder="imaps://imap.enet.umn.edu" # set smtp_url="smtp://${imap_user}@smtp.enet.umn.edu:587" #------------------------------------------ #------------------------------------------ # General user account settings # (defaults - only change if you want them different) #------------------------------------------ # Sets domain part of From: and local addresses in outgoing mail. # set hostname="umn.edu" # set record="+sent" # set spoolfile="+inbox" # mailboxes +inbox # set certificate_file=~/.mutt/certificates # INCUDE additional configuration from another file # source=~/.mutt/private.conf # Password for your connections (put these in the private.conf # referenced above) # only your GOOGLE/MOBILE PASSWORD should ever be saved. # Warning: you should only use this option when you are on a # fairly secure machine, because the superuser can read your # .muttrc (and .mutt/private.conf) file # even if you are the only one who seems to have access to the file # imap_pass= # pop_pass= # smtp_pass