aboutsummaryrefslogtreecommitdiffstats
path: root/.mutt/.muttrc
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/.muttrc
parentupdate (diff)
downloadscripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.tar.gz
scripts-8bc9e578472d8a3f1bc66c50fd8c808ba63777d4.zip
updates
Diffstat (limited to '.mutt/.muttrc')
-rw-r--r--.mutt/.muttrc16
1 files changed, 16 insertions, 0 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'