summaryrefslogtreecommitdiffstats
path: root/notmuch-reply.c
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-01-06 22:14:50 +0200
committerDavid Bremner <david@tethera.net>2017-03-10 07:56:11 -0400
commited22cd8bf14a652013dc7a17cf3a93f4e0ae911a (patch)
treecdcb23592fa6aeee18473b1a2e8728b3a4f172a1 /notmuch-reply.c
parent069362ee10d0af108c7d0a275bda1a78c4a49f27 (diff)
cli: do not initialize zero values with designated initializers
Let the language initialize defaults to zero when some values are initialized to non-zero values. No functional changes.
Diffstat (limited to 'notmuch-reply.c')
-rw-r--r--notmuch-reply.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/notmuch-reply.c b/notmuch-reply.c
index 8c894974..166a5946 100644
--- a/notmuch-reply.c
+++ b/notmuch-reply.c
@@ -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;