]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-show.c
cli: do not initialize zero values with designated initializers
[notmuch] / notmuch-show.c
index facd4f5728d45fe00dded8cc13e082a8c945858b..aff93803734ff7b64fe61494687ddad6ba7ec7ce 100644 (file)
@@ -1023,12 +1023,6 @@ notmuch_show_command (notmuch_config_t *config, int argc, char *argv[])
        .part = -1,
        .omit_excluded = TRUE,
        .output_body = TRUE,
-       .crypto = {
-           .verify = FALSE,
-           .decrypt = FALSE,
-           .gpgpath = NULL
-       },
-       .include_html = FALSE
     };
     int format = NOTMUCH_FORMAT_NOT_SPECIFIED;
     int exclude = EXCLUDE_TRUE;