aboutsummaryrefslogtreecommitdiff
path: root/version
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2012-01-05 22:25:12 +0200
committerDavid Bremner <bremner@debian.org>2012-01-09 06:50:20 -0400
commit80ae1829c19f1fbe714232defcf12f18bc99ddb8 (patch)
treec84cec8cc8e6e36dac28d16f12b078e61e070368 /version
parente0991930c0ffe25db6fe3769b938df261dbc6531 (diff)
cli: fix use of uninitialized variable in "notmuch reply"
notmuch_show_params_t params is only initialized partially in notmuch_reply_command(). The only field that is used uninitialized is params.decrypt. It is usually non-zero, making "notmuch reply" on encrypted messages work by coincidence. Initialize params properly, and set params.decrypt as needed. Signed-off-by: Jani Nikula <jani@nikula.org>
Diffstat (limited to 'version')
0 files changed, 0 insertions, 0 deletions