Fixing passwords in muttrc
This commit is contained in:
parent
0adef704a8
commit
452d21dccf
1 changed files with 3 additions and 3 deletions
|
|
@ -1,12 +1,12 @@
|
|||
# Get passwords from gpg'd file
|
||||
source "gpg -dq ~/.my-pwds.gpg |"
|
||||
set my_gmail_password = `gpg -d ~/.gmail_password.gpg`
|
||||
|
||||
# General
|
||||
set realname = "Dustin Swan"
|
||||
|
||||
# Gmail IMAP
|
||||
set imap_user = "dustinswan@gmail.com"
|
||||
set imap_pass = $my_pw_personal
|
||||
set imap_pass = $my_gmail_password
|
||||
set folder = "imaps://imap.gmail.com/"
|
||||
set spoolfile = +INBOX
|
||||
set imap_check_subscribed
|
||||
|
|
@ -19,7 +19,7 @@ set mail_check = 60
|
|||
|
||||
# SMTP
|
||||
set smtp_url = "smtp://dustinswan@smtp.gmail.com:587/"
|
||||
set smtp_pass = $my_pw_personal
|
||||
set smtp_pass = $my_gmail_password
|
||||
set send_charset = "utf-8"
|
||||
|
||||
set mailcap_path = ~/.mutt/mailcap
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue