diff options
Diffstat (limited to '')
-rw-r--r-- | .mutt/account.gmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/account.gmail b/.mutt/account.gmail index 3f0ebf0..ca53300 100644 --- a/.mutt/account.gmail +++ b/.mutt/account.gmail @@ -4,7 +4,7 @@ unmailboxes * set from = 'thabogre@gmail.com' set imap_user = 'thabogre@gmail.com' source "gpg -d ~/scripts/mail.gmail.pass.gpg |" -set smtp_url = 'smtp://thabogre@smtp.gmail.com:587/' +set smtp_url = 'smtp://thabogre@smtp.gmail.com:587' set realname = 'farzad sadeghi' set folder = 'imaps://imap.gmail.com:993' set spoolfile = '+Inbox' |