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
4582:97d4150ea39e
for
attach.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2006-02-21 00:10:15 (
3 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Fix mutt/2186.
Files:
1 modified
attach.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
attach.c
r4439
r4582
783
783
}
784
784
if (ctx.magic == M_MBOX || ctx.magic == M_MMDF)
785
chflags = CH_FROM
;
785
chflags = CH_FROM
| CH_UPDATE_LEN
;
786
786
chflags |= (ctx.magic == M_MAILDIR ? CH_NOSTATUS : CH_UPDATE);
787
787
if (_mutt_copy_message (msg->fp, fp, hn, hn->content, 0, chflags) == 0
Download in other formats:
Unified Diff
Zip Archive