]> granicus.if.org Git - mutt/commitdiff
Fix %D. From Len Lattanzi <Len.Lattanzi@migration.com>.
authorThomas Roessler <roessler@does-not-exist.org>
Thu, 10 May 2001 13:11:59 +0000 (13:11 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Thu, 10 May 2001 13:11:59 +0000 (13:11 +0000)
hdrline.c

index 7c9c064fc6cca5dbc08e2508118356b41dced927..0717261a0af77d806d2148366696b4510c65bd28 100644 (file)
--- a/hdrline.c
+++ b/hdrline.c
@@ -404,7 +404,7 @@ hdr_format_str (char *dest,
          setlocale (LC_TIME, "C");
 
        mutt_format_s (dest, destlen, prefix, buf2);
-       if (len > 0 && op != 'd')
+       if (len > 0 && op != 'd' && op != 'D') /* Skip ending op */
          src = cp + 1;
       }
       break;