X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=recvattach.c;h=1e0af265af72889b13befce3a36e05068d6325a3;hp=90ed28bbb2f4ca179ec414c28a2973f146aa3bb8;hb=693bfbaf2d595042ed12eea010bf01bb0ea9c125;hpb=9ce749c3b737258ad526d6afc2eb69b788a34cd4 diff --git a/recvattach.c b/recvattach.c index 90ed28b..1e0af26 100644 --- a/recvattach.c +++ b/recvattach.c @@ -149,8 +149,8 @@ const char *mutt_attach_fmt (char *dest, unsigned long data, format_flag flags) { char fmt[16]; - char tmp[SHORT_STRING]; - char charset[SHORT_STRING]; + char tmp[STRING]; + char charset[STRING]; ATTACHPTR *aptr = (ATTACHPTR *) data; int optional = (flags & M_FORMAT_OPTIONAL); ssize_t l; @@ -187,7 +187,7 @@ const char *mutt_attach_fmt (char *dest, } if (mutt_is_message_type(aptr->content) && MsgFmt && aptr->content->hdr) { - char s[SHORT_STRING]; + char s[STRING]; _mutt_make_string (s, sizeof (s), MsgFmt, NULL, aptr->content->hdr, M_FORMAT_FORCESUBJ | M_FORMAT_MAKEPRINT | @@ -565,7 +565,7 @@ pipe_attachment_list (char *command, FILE * fp, int tag, BODY * top, void mutt_pipe_attachment_list (FILE * fp, int tag, BODY * top, int afilter) { STATE state; - char buf[SHORT_STRING]; + char buf[STRING]; pid_t thepid; if (fp) @@ -808,7 +808,7 @@ void mutt_view_attachments (HEADER * hdr) int secured = 0; int need_secured = 0; - char helpstr[SHORT_STRING]; + char helpstr[STRING]; MUTTMENU *menu; BODY *cur = NULL; MESSAGE *msg;