]> granicus.if.org Git - mutt/commit
Fix compose and edit attachment symlink failure code.
authorKevin McCarthy <kevin@8t8.us>
Sat, 22 Jun 2019 19:35:58 +0000 (12:35 -0700)
committerKevin McCarthy <kevin@8t8.us>
Sat, 22 Jun 2019 19:35:58 +0000 (12:35 -0700)
commita99a75b7ab1f52b83a69c40a3ff67833bcbb38ba
treee4ce5e1d9e6a53e705bf4c7575d7f0afcf181991
parent2fd320a877f13c5558fda32eaab5ae6088f0eace
Fix compose and edit attachment symlink failure code.

In the case where safe_symlink() fail, mutt prompts to continue, but
did not properly reset the filename to be operated on.

Fix up mutt_view_attachment() to use the same flow as the others, to
allow for easier comparison.
attach.c