Show
Ignore:
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

Legend:

Unmodified
Added
Removed
  • browser.c

    r2118 r2150  
    430430#ifdef USE_IMAP 
    431431    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)) 
    432439    { 
    433440      add_folder (menu, state, tmp->path, NULL, tmp->new);