aboutsummaryrefslogtreecommitdiff
path: root/mutt
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2020-05-19 22:50:48 +1200
committerTom Ryder <tom@sanctum.geek.nz>2020-05-19 23:21:35 +1200
commitc045ec549757ff125addb80e9225c71ddfa8a25b (patch)
tree3fffc11060af417e4e7199a873aa1b15f3954c8d /mutt
parentWork around a double-up word in a comment (diff)
downloaddotfiles-c045ec549757ff125addb80e9225c71ddfa8a25b.tar.gz
dotfiles-c045ec549757ff125addb80e9225c71ddfa8a25b.zip
Add autocrypt settings to main muttrc
Diffstat (limited to 'mutt')
-rw-r--r--mutt/muttrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/mutt/muttrc b/mutt/muttrc
index 74afc4db..56224102 100644
--- a/mutt/muttrc
+++ b/mutt/muttrc
@@ -153,6 +153,12 @@ send2-hook '~G !~g' 'push <pgp-menu>s'
#
send-hook '!~G !~g' 'push <pgp-menu><enter>'
+# Failing all of the above, maybe autocrypt will passively give us a key to
+# use, but don't store its keys in our primary keyring.
+#
+set autocrypt
+set autocrypt_dir = ~/.local/share/mutt/autocrypt
+
# Save message to whatever box Mutt guesses, without confirmation
macro index,pager S \
'<save-message><enter>' \