always build POP support, we do a /mail/ client, right ?
[apps/madmutt.git] / recvattach.c
index fcad491..ea535ef 100644 (file)
@@ -1078,14 +1078,12 @@ void mutt_view_attachments (HEADER * hdr)
     case OP_DELETE:
       CHECK_READONLY;
 
-#ifdef USE_POP
       if (Context->magic == M_POP) {
         mutt_flushinp ();
         mutt_error _("Can't delete attachment from POP server.");
 
         break;
       }
-#endif
 
 #ifdef USE_NNTP
       if (Context->magic == M_NNTP) {