Changeset 5052:b0014913dd74 for browser.c
Legend:
- Unmodified
- Added
- Removed
-
browser.c
r5010 r5052 427 427 char buffer[LONG_STRING]; 428 428 BUFFY *tmp = Incoming; 429 #ifdef USE_IMAP 430 struct mailbox_state mbox; 431 #endif 429 432 430 433 if (!Incoming) … … 439 442 if (mx_is_imap (tmp->path)) 440 443 { 441 add_folder (menu, state, tmp->path, NULL, tmp->new); 444 imap_mailbox_state (tmp->path, &mbox); 445 add_folder (menu, state, tmp->path, NULL, mbox.new); 442 446 continue; 443 447 }
