From: yoichi Date: Thu, 29 Apr 2004 04:41:42 +0000 (+0000) Subject: * wl-thread.el (wl-thread-insert-message): When the thread is X-Git-Tag: wl-2_11_27~15 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7871c7a9ca75c18f7ef9e0537efcd3bf5767829a;p=elisp%2Fwanderlust.git * wl-thread.el (wl-thread-insert-message): When the thread is devided by wl-summary-max-thread-depth, insert line at the end of buffer. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 1e7d95c..3daac39 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2004-04-29 Yoichi NAKAYAMA + + * wl-thread.el (wl-thread-insert-message): When the thread is + devided by wl-summary-max-thread-depth, insert line at the end of + buffer. + 2004-04-18 Hiroya Murata * Version number is increased to 2.11.26. diff --git a/wl/wl-thread.el b/wl/wl-thread.el index 56b761d..3d2511f 100644 --- a/wl/wl-thread.el +++ b/wl/wl-thread.el @@ -651,7 +651,8 @@ Message is inserted to the summary buffer." (incf depth) (setq cur (wl-thread-entity-get-parent-entity cur))) (when (> depth wl-summary-max-thread-depth) - (setq parent nil))) + (setq parent nil + parent-msg nil))) (if parent ;; insert as children. (wl-thread-entity-insert-as-children