Adding smtp to mutt config
This commit is contained in:
parent
b824669f1c
commit
21eea8a2a3
1 changed files with 3 additions and 1 deletions
4
muttrc
4
muttrc
|
|
@ -11,7 +11,9 @@ set record = "+[Gmail]/Sent Mail"
|
|||
set postponed = "+[Gmail]/Drafts"
|
||||
unset imap_passive
|
||||
set imap_keepalive = 300
|
||||
set mail_check = 120
|
||||
set mail_check = 60
|
||||
set smtp_url = "smtp://dustinswan@smtp.gmail.com:587/"
|
||||
set smtp_pass = $my_pw_personal
|
||||
|
||||
# Sorting
|
||||
set sort = threads
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue