aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/account.gmail
diff options
context:
space:
mode:
Diffstat (limited to '.mutt/account.gmail')
-rw-r--r--.mutt/account.gmail17
1 files changed, 17 insertions, 0 deletions
diff --git a/.mutt/account.gmail b/.mutt/account.gmail
new file mode 100644
index 0000000..f3fc94f
--- /dev/null
+++ b/.mutt/account.gmail
@@ -0,0 +1,17 @@
+# vim: filetype=neomuttrc
+
+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 realname = 'farzad sadeghi'
+set folder = 'imaps://imap.gmail.com:993'
+set spoolfile = '+Inbox'
+set postponed = '+Drafts'
+set record = '+Sent'
+set trash = '+Trash'
+set header_cache = ~/.mutt/gmail/cache/headers
+set message_cachedir = ~/.mutt/gmail/cache/bodies
+set certificate_file = ~/.mutt/gmail/certificates
+mailboxes "+Inbox" "+Drafts" "+Sent" "+Trash"