]> granicus.if.org Git - neomutt/commit
Fix error message for attach-message. (closes #3785)
authorKevin McCarthy <kevin@8t8.us>
Sat, 17 Oct 2015 03:15:01 +0000 (11:15 +0800)
committerKevin McCarthy <kevin@8t8.us>
Sat, 17 Oct 2015 03:15:01 +0000 (11:15 +0800)
commit10011f556b4b85be2d53c694f4f4431a1e98d919
tree1e9253ab3313405b35ec8b10f8276fe5afc8219c
parent400869005f7d1d1adb0925e8c80af6b1f3ee66b5
Fix error message for attach-message. (closes #3785)

Currently if mx_open_mailbox() fails when trying to attach a message,
mutt_perror() is called.  Change this to call mutt_error() instead,
since errno isn't set for all failure cases.
compose.c