handler of current buffer from elmo-folder.
+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.
(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)