always build POP support, we do a /mail/ client, right ?
[apps/madmutt.git] / browser.c
index 233a7c1..0e30000 100644 (file)
--- 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);