(wl-summary-switch-to-clone-buffer): Remove event
authorhmurata <hmurata>
Sun, 7 Nov 2004 11:41:48 +0000 (11:41 +0000)
committerhmurata <hmurata>
Sun, 7 Nov 2004 11:41:48 +0000 (11:41 +0000)
handler of current buffer from elmo-folder.

wl/ChangeLog
wl/wl-summary.el

index 3d216b9..bbe75d4 100644 (file)
@@ -1,3 +1,8 @@
+2004-11-07  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-summary.el (wl-summary-switch-to-clone-buffer): Remove event
+       handler of current buffer from elmo-folder.
+
 2004-11-07  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-fldmgr.el (wl-fldmgr-sort): Confirm before sorting.
index afedf62..3a5609c 100644 (file)
@@ -2231,6 +2231,9 @@ If ARG, without confirm."
             (symbol-value (car copy-variables))))
       (setq copy-variables (cdr copy-variables)))
     (switch-to-buffer buf)
+    (with-current-buffer cur-buf
+      (elmo-folder-remove-handler wl-summary-buffer-elmo-folder
+                                 wl-summary-buffer-event-handler))
     (kill-buffer cur-buf)
     (wl-summary-count-unread)
     (wl-summary-update-modeline)