aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2023-02-01 14:42:58 +0000
committerterminaldweller <thabogre@gmail.com>2023-02-01 14:42:58 +0000
commit8bc9e578472d8a3f1bc66c50fd8c808ba63777d4 (patch)
treee1b62b927af6d283e66bbff15b39a2e737e86a37 /.mutt
parentupdate (diff)
downloadscripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.tar.gz
scripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.zip
updates
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/.muttrc16
-rw-r--r--.mutt/account.self2
2 files changed, 17 insertions, 1 deletions
diff --git a/.mutt/.muttrc b/.mutt/.muttrc
index 02f922b..8323f65 100644
--- a/.mutt/.muttrc
+++ b/.mutt/.muttrc
@@ -10,6 +10,22 @@ set move = no
set ssl_starttls=yes
set ssl_force_tls=yes
+# crypto options for autosigning and autoencrypting
+set crypt_autopgp=yes
+set crypt_autosign=yes
+
+set crypt_opportunistic_encrypt=yes
+set crypt_opportunistic_encrypt_strong_keys=yes
+
+set crypt_protected_headers_read=yes
+set crypt_protected_headers_subject=yes
+set crypt_protected_headers_write=yes
+
+set crypt_reply_encrypt=yes
+set crypt_reply_sign=yes
+set crypt_reply_sign_encrypted=yes
+set crypt_timestamp=yes
+
folder-hook 'account.gmail' 'source ~/.mutt/account.gmail'
folder-hook 'account.self' 'source ~/.mutt/account.self'
folder-hook 'account.zharf' 'source ~/.mutt/account.zharf'
diff --git a/.mutt/account.self b/.mutt/account.self
index 4c6c0df..9706023 100644
--- a/.mutt/account.self
+++ b/.mutt/account.self
@@ -15,4 +15,4 @@ 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"
-mailboxes "+INBOX" "+INBOX/Github" "+INBOX/Linkedin" "+INBOX/Launchpad" "+INBOX/Opennic"
+mailboxes "+INBOX" "+INBOX/Github" "+INBOX/Linkedin" "+INBOX/Launchpad" "+INBOX/Opennic" "+INBOX/Trf" "+INBOX/Devto"