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
4467:a1e8068fa9e2
for
buffy.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2005-12-11 16:10:19 (
3 years
ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:
Whoops, don't break buffy for non-IMAP mailboxes!
Files:
1 modified
buffy.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
buffy.c
r4465
r4467
303
303
for (tmp = Incoming; tmp; tmp = tmp->next)
304
304
{
305
#ifndef USE_IMAP
305
#ifdef USE_IMAP
306
if (tmp->magic != M_IMAP)
307
#endif
306
308
tmp->new = 0;
307
#endif
308
309
309
310
#ifdef USE_POP
Download in other formats:
Unified Diff
Zip Archive