2003-07-15 Mito <mito@mxa.nes.nec.co.jp>
authorteranisi <teranisi>
Wed, 16 Jul 2003 01:03:36 +0000 (01:03 +0000)
committerteranisi <teranisi>
Wed, 16 Jul 2003 01:03:36 +0000 (01:03 +0000)
* wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
'%%'.

wl/ChangeLog
wl/wl-summary.el

index be92688..2402554 100644 (file)
@@ -1,3 +1,8 @@
+2003-07-15  Mito  <mito@mxa.nes.nec.co.jp>
+       
+       * wl-summary.el (wl-summary-entity-info-msg): Don't replace '%' to
+       '%%'.
+
 2003-07-15  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-draft.el (wl-draft-normal-send-func): Fixed bug for removing
index d7ca55c..0c7db41 100644 (file)
@@ -1051,11 +1051,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