Search:
Login
Help/Guide
About Trac
Register
Forgot your password?
Preferences
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
←
Previous Change
Next Change
→
Changeset
3505:d6d44140da08
for
attach.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
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:
1 modified
attach.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
attach.c
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;
Download in other formats:
Unified Diff
Zip Archive