X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=2054d12e5331aae02470fd0712f51e5c31b5f494;hp=492dd2c52a6ff793b00e2e42e99b8ab51acaf3eb;hb=d6e1782b1e788bd1c4767443712bf1713cc013ef;hpb=40fc05e11b8f95a9661e6e410a9e7b7da7824891 diff --git a/commands.c b/commands.c index 492dd2c..2054d12 100644 --- a/commands.c +++ b/commands.c @@ -25,7 +25,6 @@ #include #include #include -#include #include @@ -37,6 +36,7 @@ #include #include "mutt.h" +#include "alias.h" #include "recvattach.h" #include "sort.h" #include "copy.h" @@ -44,7 +44,6 @@ #include "pager.h" #include #include "mutt_idna.h" -#include "rfc1524.h" #include #include #include @@ -143,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; }