X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=commands.c;h=bc059992e2363aad0de3492ad1d4cf623caa52bc;hp=e64c8c2fc9a4721cc4cb581f1ef4a5400cd3074e;hb=48c21ccc1b58b3759b1725f73a8a9b4e70efe794;hpb=23e6291cb5d5b4cd2008403d8b628007fd75ff23 diff --git a/commands.c b/commands.c index e64c8c2..bc05999 100644 --- a/commands.c +++ b/commands.c @@ -44,7 +44,6 @@ #include "pager.h" #include #include "mutt_idna.h" -#include "rfc1524.h" #include #include #include @@ -827,7 +826,6 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) char buf[LONG_STRING]; char obuf[LONG_STRING]; char tmp[STRING]; - PARAMETER *p; char charset[STRING]; char *cp; @@ -841,6 +839,7 @@ void mutt_edit_content_type (HEADER * h, BODY * b, FILE * fp) snprintf (buf, sizeof (buf), "%s/%s", TYPE (b), b->subtype); m_strcpy(obuf, sizeof(obuf), buf); if (b->parameter) { + PARAMETER *p; ssize_t l; for (p = b->parameter; p; p = p->next) {