aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/account.gmail
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/account.gmail')
-rw-r--r--.mutt/account.gmail7
1 files changed, 6 insertions, 1 deletions
diff --git a/.mutt/account.gmail b/.mutt/account.gmail
index dc92edc..03a9af0 100644
--- a/.mutt/account.gmail
+++ b/.mutt/account.gmail
@@ -4,9 +4,14 @@ 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 smtp_url = 'smtps://thabogre@smtp.gmail.com:465'
set realname = 'farzad sadeghi'
set folder = 'imaps://imap.gmail.com:993'
+# set spoolfile = '+Inbox'
+# set postponed = '+Inbox/Drafts'
+# set record = '+Sent'
+# set trash = ''
set spoolfile = '+INBOX'
set postponed = '+[Gmail]/Drafts'
set record = '+[Gmail]/Sent Mail'