* wl-spam.el (wl-summary-exec-action-spam): Fixed.
authorhmurata <hmurata>
Sun, 26 Oct 2003 12:30:22 +0000 (12:30 +0000)
committerhmurata <hmurata>
Sun, 26 Oct 2003 12:30:22 +0000 (12:30 +0000)
wl/ChangeLog
wl/wl-spam.el

index fec4663..bd14dc0 100644 (file)
@@ -1,5 +1,7 @@
 2003-10-26  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
 
+       * wl-spam.el (wl-summary-exec-action-spam): Fixed.
+
        * wl-vars.el (wl-summary-mark-action-list): Fixed type spec.
 
        * wl-spam.el (toplevel): Require wl-highlight.
index 66922b2..7e2224c 100644 (file)
@@ -267,10 +267,10 @@ See `wl-summary-mark-action-list' for the detail of element."
        (elmo-spam-register-spam-messages (elmo-spam-processor)
                                          folder
                                          (mapcar #'car mark-list)))
-      (message "Registering spam...done")
-      (wl-summary-move-mark-list-messages mark-list
-                                         wl-spam-folder-name
-                                         "Refiling spam..."))))
+      (message "Registering spam...done"))
+    (wl-summary-move-mark-list-messages mark-list
+                                       wl-spam-folder-name
+                                       "Refiling spam...")))
 
 (defun wl-summary-exec-action-refile-with-register (mark-list)
   (let ((processor (elmo-spam-processor))