]> granicus.if.org Git - mutt/commitdiff
Fix tree formatting in the recvattach menu.
authorThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Oct 2000 09:01:56 +0000 (09:01 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Wed, 18 Oct 2000 09:01:56 +0000 (09:01 +0000)
recvattach.c

index 8d08702274719cfb9cae37ad201a32842bbd060d..1c99d2c0bd7ebeda9136fbc401fb2cfc916cf0ac 100644 (file)
@@ -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;