X-Git-Url: http://git.madism.org/?a=blobdiff_plain;ds=sidebyside;f=commands.c;h=2054d12e5331aae02470fd0712f51e5c31b5f494;hb=d36bae62c0892340fc8636158df066039f257a8f;hp=b53fb3d14a0e8160864033d31917d37cfbff6c64;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1;p=apps%2Fmadmutt.git diff --git a/commands.c b/commands.c index b53fb3d..2054d12 100644 --- a/commands.c +++ b/commands.c @@ -25,7 +25,6 @@ #include #include #include -#include #include @@ -45,7 +44,6 @@ #include "pager.h" #include #include "mutt_idna.h" -#include "rfc1524.h" #include #include #include @@ -144,7 +142,6 @@ int mutt_display_message (HEADER * cur) (option (OPTWEED) ? (CH_WEED | CH_REORDER) : 0) | CH_DECODE | CH_FROM); if (res == 0 && (ferror(fpout) || feof(fpout))) { - debug_print (1, ("_mutt_copy_message failed to detect EOF!\n")); res = -1; }