.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:
parent
3925b86aff
commit
6ff5fbcdfd
9
.muttrc
9
.muttrc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user