Changeset 3505:d6d44140da08
- Timestamp:
- 2003-11-03 02:30:58 (5 years ago)
- Author:
- Thomas Roessler <roessler@…>
- Branch:
- HEAD
- Message:
-
Fix a logic flaw in attachment saving.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r3447
|
r3505
|
|
| 771 | 771 | if (_mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags) == 0 |
| 772 | 772 | && mx_commit_message (msg, &ctx) == 0) |
| 773 | | mutt_message _("Attachment saved."); |
| | 773 | r = 0; |
| 774 | 774 | else |
| 775 | 775 | r = -1; |