* wl-summary.el (wl-summary-mark-as-important): Fixed the last
authorhmurata <hmurata>
Sat, 5 Apr 2003 04:46:09 +0000 (04:46 +0000)
committerhmurata <hmurata>
Sat, 5 Apr 2003 04:46:09 +0000 (04:46 +0000)
change.

wl/ChangeLog
wl/wl-summary.el

index ed7c40d..21f1d21 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-05  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-mark-as-important): Fixed the last
+       change.
+
 2003-04-02  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-rescan): Follow the changes in wl-score
index 1cae974..3e06cc6 100644 (file)
@@ -3975,7 +3975,7 @@ If ARG, exit virtual folder."
                         (elmo-file-cache-get-path message-id))))
                  (when visible
                    (delete-backward-char 1)
-                   (elmo-message-mark folder number)))
+                   (insert (or (elmo-message-mark folder number) " "))))
              ;; server side mark
              (elmo-folder-mark-as-important folder (list number)
                                             no-server-update)