diff --git a/mutt/muttrc b/mutt/muttrc index b3294ba..fe08e14 100644 --- a/mutt/muttrc +++ b/mutt/muttrc @@ -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