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
3447:e0073fa9c57c
for
attach.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2003-08-05 06:55:47 (
5 years
ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:
This patch removes the Kendra format from mutt. (The support was
broken anyways.)
Files:
1 modified
attach.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
attach.c
r3267
r3447
766
766
return -1;
767
767
}
768
if (ctx.magic == M_MBOX || ctx.magic == M_MMDF
|| ctx.magic == M_KENDRA
)
768
if (ctx.magic == M_MBOX || ctx.magic == M_MMDF
)
769
769
chflags = CH_FROM;
770
770
chflags |= (ctx.magic == M_MAILDIR ? CH_NOSTATUS : CH_UPDATE);
Download in other formats:
Unified Diff
Zip Archive