.muttrc: Meh, add imap and smtp username

It's not like that information is hard to find... or private...

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2014-11-07 18:23:04 +03:00
parent 3925b86aff
commit 6ff5fbcdfd
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 3 additions and 6 deletions

View File

@ -33,16 +33,13 @@ unhdr_order * # some distros order things by default
hdr_order from: to: cc: bcc: date: subject: # and in this order
# Incoming
#set imap_user = 'john.doe@gmail.com'
set imap_user = 'alan.orth@gmail.com'
# Outgoing
#set smtp_url = 'smtp://john.doe@gmail.com@smtp.gmail.com:587/'
#set from = 'john.doe@gmail.com'
set smtp_url = 'smtp://alan.orth@gmail.com@smtp.gmail.com:587/'
set from = 'alan.orth@gmail.com'
set realname = 'Alan Orth'
# include imap/smtp settings (above) from private file
source ~/.mutt/muttrc-private
# Mailbox settings
set folder = 'imaps://imap.gmail.com/'
set spoolfile = '+INBOX' # '+' is a shortcut for the folder path