aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/account.self
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2021-07-17 23:42:52 +0000
committerterminaldweller <thabogre@gmail.com>2021-07-17 23:42:52 +0000
commitfd581e368cdc26231605f380410c60c81e495934 (patch)
tree3bafb3f3d29b36cc0a3d4c851f7b27cc666d4ebd /.mutt/account.self
parentswitch between vim and tmux with c-w c-w. feels comfy. changed diasm into act... (diff)
downloadscripts-fd581e368cdc26231605f380410c60c81e495934.tar.gz
scripts-fd581e368cdc26231605f380410c60c81e495934.zip
update for neomutt
Diffstat (limited to '.mutt/account.self')
-rw-r--r--.mutt/account.self17
1 files changed, 17 insertions, 0 deletions
diff --git a/.mutt/account.self b/.mutt/account.self
new file mode 100644
index 0000000..a1ff604
--- /dev/null
+++ b/.mutt/account.self
@@ -0,0 +1,17 @@
+# vim: filetype=neomuttrc
+
+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 realname = 'farzad sadeghi'
+set folder = 'imaps://mail.terminaldweller.com:993'
+set spoolfile = '+INBOX'
+set postponed = '+Drafts'
+set record = '+Sent'
+set trash = '+Trash'
+set header_cache = ~/.mutt/self/cache/headers
+set message_cachedir = ~/.mutt/self/cache/bodies
+set certificate_file = ~/.mutt/self/certificates
+mailboxes "+INBOX" "+Drafts" "+Sent" "+Trash"