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
2150:40142ff984ca
for
browser.c
View differences
inline
side by side
Show
lines around each change
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
2000-10-10 12:22:44 (
8 years
ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Message:
Vsevolod Volkov's POP mailbox patch.
Files:
1 modified
browser.c
(modified)
(
1 diff
)
Legend:
Unmodified
Added
Removed
browser.c
r2118
r2150
430
430
#ifdef USE_IMAP
431
431
if (mx_is_imap (tmp->path))
432
{
433
add_folder (menu, state, tmp->path, NULL, tmp->new);
434
continue;
435
}
436
#endif
437
#ifdef USE_POP
438
if (mx_is_pop (tmp->path))
432
439
{
433
440
add_folder (menu, state, tmp->path, NULL, tmp->new);
Download in other formats:
Unified Diff
Zip Archive