From: hmurata Date: Fri, 6 Feb 2004 14:31:49 +0000 (+0000) Subject: (wl-summary-toggle-thread): Call X-Git-Tag: wl-2_11_24~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b7f19a29ea0f56217df40c2d86737aa796f196d5;p=elisp%2Fwanderlust.git (wl-summary-toggle-thread): Call `wl-summary-rescan' with disable-thread as non-nil. (Thanks to KOBAYASHI Shinji ) --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 87aa242..0d76388 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2004-02-06 Hiroya Murata + + * wl-summary.el (wl-summary-toggle-thread): Call + `wl-summary-rescan' with disable-thread as non-nil. + (Thanks to KOBAYASHI Shinji ) + 2004-02-01 Yuuichi Teranishi * wl-demo.el (wl-demo-set-background-color)[Emacs21]: Set slant and diff --git a/wl/wl-summary.el b/wl/wl-summary.el index fd8cdf8..daffe66 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2089,7 +2089,7 @@ If ARG, without confirm." (setq wl-summary-buffer-view 'thread)) (wl-summary-update-modeline) (force-mode-line-update) - (wl-summary-rescan))) + (wl-summary-rescan nil nil t))) (defun wl-summary-load-file-object (filename) "Load lisp object from dir."