X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=5cdf642be2ce276fd47630fec3df92cf4fa89e16;hb=75477003e9df8208ac1db56d532b806a69ad0dfb;hp=fd990a9a7547fcec7dd50880add4256a7908dae8;hpb=6802b333eb356fdeafd97a4e4ed74999d055a852;p=notmuch diff --git a/notmuch-reply.c b/notmuch-reply.c index fd990a9a..5cdf642b 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -730,7 +730,7 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[]) notmuch_process_shared_options (argv[0]); if (decrypt_set) - params.crypto.decrypt = decrypt ? NOTMUCH_DECRYPT_TRUE : NOTMUCH_DECRYPT_FALSE; + params.crypto.decrypt = decrypt ? NOTMUCH_DECRYPT_NOSTASH : NOTMUCH_DECRYPT_FALSE; notmuch_exit_if_unsupported_format ();