Backport change:
authorkaoru <kaoru>
Sun, 16 May 2004 08:27:14 +0000 (08:27 +0000)
committerkaoru <kaoru>
Sun, 16 May 2004 08:27:14 +0000 (08:27 +0000)
2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>

        * wl-summary.el (wl-summary-entity-info-msg): Don't replace % to %%.

wl/ChangeLog
wl/wl-summary.el

index 59d3855..2149610 100644 (file)
        * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
        empty lines.
 
+2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
+
+       * wl-summary.el (wl-summary-entity-info-msg): Don't replace % to %%.
+
 2003-07-05  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * 2.10.1 is released.
index 3301a07..f0dd2c6 100644 (file)
@@ -1047,11 +1047,9 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
 (defun wl-summary-entity-info-msg (entity finfo)
   (or (and entity
           (concat
-           (elmo-replace-in-string
-            (if (memq 'ask-folder wl-use-folder-petname)
-                (wl-folder-get-petname entity)
-              entity)
-            "%" "%%")
+           (if (memq 'ask-folder wl-use-folder-petname)
+               (wl-folder-get-petname entity)
+             entity)
            (if (null (car finfo))
                " (? new/? unread)"
              (format