X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=browser.c;h=0e300003d8ff9df512d0705197ded47ce33290c4;hb=0ac011f8eb41bab7808881ebf9802b4eb252fe3b;hp=233a7c1880210d7d5ffa0b73db4419877ea5cac0;hpb=4670d23c56f21afaa7ef2e0289a47a6a0d112671;p=apps%2Fmadmutt.git diff --git a/browser.c b/browser.c index 233a7c1..0e30000 100644 --- a/browser.c +++ b/browser.c @@ -622,7 +622,6 @@ static int examine_mailboxes (MUTTMENU * menu, struct browser_state *state) continue; } #endif -#ifdef USE_POP if (tmp->magic == M_POP) { #ifdef USE_NNTP add_folder (menu, state, tmp->path, NULL, NULL, tmp->new); @@ -631,7 +630,6 @@ static int examine_mailboxes (MUTTMENU * menu, struct browser_state *state) #endif continue; } -#endif #ifdef USE_NNTP if (tmp->magic == M_NNTP) { add_folder (menu, state, tmp->path, NULL, NULL, tmp->new);