diff options
Diffstat (limited to '.mutt/account.self')
-rw-r--r-- | .mutt/account.self | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.mutt/account.self b/.mutt/account.self index 0b33c94..71d3b72 100644 --- a/.mutt/account.self +++ b/.mutt/account.self @@ -4,7 +4,7 @@ unmailboxes * set from = 'devi@terminaldweller.com' set imap_user = 'devi@terminaldweller.com' source "gpg -d ~/scripts/mail.self.pass.gpg |" -set smtp_url = 'smtp://mail.terminaldweller.com:587/' +set smtp_url = 'smtp://devi@terminaldweller.com@mail.terminaldweller.com:587' set realname = 'farzad sadeghi' set folder = 'imaps://mail.terminaldweller.com:993' set spoolfile = '+INBOX' |