]> granicus.if.org Git - neomutt/commit
Protect SmimeDefaultKey for postpone/resume.
authorKevin McCarthy <kevin@8t8.us>
Wed, 4 Feb 2015 19:04:08 +0000 (11:04 -0800)
committerKevin McCarthy <kevin@8t8.us>
Wed, 4 Feb 2015 19:04:08 +0000 (11:04 -0800)
commit0f2c99b9c3cc8278258d3313aa37fcff5aff0f2f
tree8c17785730b527803893e9783fd2334b44127b5f
parentb21dc3a197a774036c59ab91bca20b6fb139cb6e
Protect SmimeDefaultKey for postpone/resume.

PgpSignAs is saved and restored in ci_send_message(), but
SmimeDefaultKey was not.

Also, fix a bug where an empty PgpSignAs was not restored back to empty
if the postponed email contained a SignAs value.
send.c