From fc5293f6085b3fc710f5fc2dd0cc799aa25d4b30 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 25 Jan 2018 16:54:29 +0100 Subject: [PATCH] set decrypt as default, possible since notmuch 0.26 --- notmuch/.notmuch-config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/notmuch/.notmuch-config b/notmuch/.notmuch-config index 942bc93..b2fc004 100644 --- a/notmuch/.notmuch-config +++ b/notmuch/.notmuch-config @@ -96,3 +96,6 @@ synchronize_flags=true # [crypto] gpg_path=gpg + +[index] +decrypt=true