add -lpthread in the MUTTLIBS
[apps/madmutt.git] / recvcmd.c
index 15858e2..0d8813b 100644 (file)
--- a/recvcmd.c
+++ b/recvcmd.c
@@ -12,7 +12,6 @@
 #include <lib-mime/mime.h>
 
 #include <lib-ui/lib-ui.h>
-#include <lib-ui/enter.h>
 #include <lib-ui/menu.h>
 #include <lib-mx/mx.h>
 
@@ -161,13 +160,10 @@ void mutt_attach_bounce (FILE * fp, HEADER * hdr __attribute__ ((unused)),
 
   if (query_quadoption (OPT_BOUNCE, prompt) != M_YES) {
     address_list_wipe(&adr);
-    CLEARLINE(main_w, LINES - 1);
     mutt_message (p ? _("Message not bounced.") : _("Messages not bounced."));
     return;
   }
 
-  CLEARLINE(main_w, LINES - 1);
-
   if (cur)
     ret = mutt_bounce_message (fp, cur->hdr, adr);
   else {
@@ -724,7 +720,7 @@ attach_reply_envelope_defaults (ENVELOPE * env, ATTACHPTR ** idx,
   if ((flags & SENDLISTREPLY) && !env->to) {
     mutt_error _("No mailing lists found!");
 
-    return (-1);
+    return -1;
   }
 
   mutt_fix_reply_recipients (env);