]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
cli: do not initialize zero values with designated initializers
[notmuch] / notmuch-reply.c
index 8c894974485d4f4ae32997388425904640d941da..166a59467eec711ac8fb9b5d22f3e6b6027818da 100644 (file)
@@ -701,11 +701,6 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
     int opt_index;
     notmuch_show_params_t params = {
        .part = -1,
-       .crypto = {
-           .verify = FALSE,
-           .decrypt = FALSE,
-           .gpgpath = NULL
-       }
     };
     int format = FORMAT_DEFAULT;
     int reply_all = TRUE;