X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=send.c;h=9d85a9e139d470fe0efb559968fe9941205642f5;hp=bbebca3b53e5ffa95260d4369a284deaf632f0bd;hb=23e6291cb5d5b4cd2008403d8b628007fd75ff23;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1 diff --git a/send.c b/send.c index bbebca3..9d85a9e 100644 --- a/send.c +++ b/send.c @@ -28,7 +28,6 @@ #include #include #include -#include #include #include @@ -1209,8 +1208,6 @@ int ci_send_message (int flags, /* send mode */ } if (!tempfp) { - debug_print (1, ("can't create tempfile %s (errno=%d)\n", - msg->content->filename, errno)); mutt_perror (msg->content->filename); goto cleanup; }