From: Thomas Roessler Date: Wed, 18 Oct 2000 09:01:56 +0000 (+0000) Subject: Fix tree formatting in the recvattach menu. X-Git-Tag: mutt-1-3-11-rel~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4a3e0fe95d70eb8be332a3d9fcb3ad7bf7591c14;p=mutt Fix tree formatting in the recvattach menu. --- diff --git a/recvattach.c b/recvattach.c index 8d087022..1c99d2c0 100644 --- a/recvattach.c +++ b/recvattach.c @@ -322,7 +322,7 @@ const char *mutt_attach_fmt (char *dest, break; case 'T': if(!optional) - mutt_format_s (dest, destlen, prefix, NONULL (aptr->tree)); + mutt_format_s_tree (dest, destlen, prefix, NONULL (aptr->tree)); else if (!aptr->tree) optional = 0; break;