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
buffy.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
buffy.c
(modified)
(
2 diffs
)
Legend:
Unmodified
Added
Removed
buffy.c
r3344
r3447
121
121
typ = mx_get_magic (path);
122
122
123
if (typ != M_MBOX && typ != M_MMDF
&& typ != M_KENDRA
)
123
if (typ != M_MBOX && typ != M_MMDF
)
124
124
return 0;
125
125
…
…
349
349
case M_MBOX:
350
350
case M_MMDF:
351
case M_KENDRA:
352
351
353
352
if (STAT_CHECK)
Download in other formats:
Unified Diff
Zip Archive