X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvcmd.c;h=4e37015f833fa65fd9a512a31d8dace836d6b61e;hp=821dfbb68a3daa67b4064edf68e0e1ee0af7f0d8;hb=f65ae399906906f734398432691dbacf2c7bda9f;hpb=711f787502b6a1a1c150b948a5ed9156c8ef9ba1 diff --git a/recvcmd.c b/recvcmd.c index 821dfbb..4e37015 100644 --- a/recvcmd.c +++ b/recvcmd.c @@ -7,15 +7,7 @@ * please see the file GPL in the top level source directory. */ -#if HAVE_CONFIG_H -# include "config.h" -#endif - -#include -#include -#include -#include -#include +#include #include @@ -28,7 +20,6 @@ #include "state.h" #include "handler.h" #include "recvattach.h" -#include "rfc1524.h" #include "attach.h" #include "mx.h" #include "copy.h" @@ -116,9 +107,7 @@ static short count_tagged_children (ATTACHPTR ** idx, short idxlen, short i) /** - ** ** The bounce function, from the attachment menu - ** **/ void mutt_attach_bounce (FILE * fp, HEADER * hdr __attribute__ ((unused)), @@ -127,7 +116,7 @@ void mutt_attach_bounce (FILE * fp, HEADER * hdr __attribute__ ((unused)), short i; char prompt[STRING]; char buf[HUGE_STRING]; - const char *err = NULL; + char *err = NULL; address_t *adr = NULL; int ret = 0; int p = 0; @@ -212,10 +201,7 @@ void mutt_attach_bounce (FILE * fp, HEADER * hdr __attribute__ ((unused)), /** - ** ** resend-message, from the attachment menu - ** - ** **/ void mutt_attach_resend (FILE * fp, HEADER * hdr __attribute__ ((unused)), ATTACHPTR ** idx, @@ -237,9 +223,7 @@ void mutt_attach_resend (FILE * fp, HEADER * hdr __attribute__ ((unused)), ATTAC /** - ** ** forward-message, from the attachment menu - ** **/ /* try to find a common parent message for the tagged attachments. */ @@ -641,10 +625,7 @@ void mutt_attach_forward (FILE * fp, HEADER * hdr, /** - ** ** the various reply functions, from the attachment menu - ** - ** **/ /* Create the envelope defaults for a reply.