diff options
Diffstat (limited to '.config/mutt/muttrc')
-rw-r--r-- | .config/mutt/muttrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc index 9cddda3..eb18821 100644 --- a/.config/mutt/muttrc +++ b/.config/mutt/muttrc @@ -2,7 +2,7 @@ # System configuration file for Mutt # -source "cat mutt_smtp_pass |" +source "cat ~/.config/mutt/mutt_smtp_pass |" #mailboxes = +INBOX auto_view text/html @@ -1714,7 +1714,7 @@ set folder="~/.mail/gmail/Inbox" # $indent_string. # # -set from="Adam T. Carpenter <atc@53hor.net>" +set from="Adam Carpenter <atc@53hor.net>" # # Name: from # Type: e-mail address @@ -4165,7 +4165,7 @@ set message_cachedir=~/.cache/mutt # If set, all folders are opened in read-only mode. # # -set realname="Adam T. Carpenter" +set realname="Adam Carpenter" # # Name: realname # Type: string @@ -5447,7 +5447,7 @@ set realname="Adam T. Carpenter" # if you are the only one who can read the file. # # -set smtp_url="smtps://53hornet@smtp.gmail.com:465" +set smtp_url="smtps://53hornet@gmail.com@smtp.gmail.com:465/" # # Name: smtp_url # Type: string |