* wl-thread.el (wl-thread-insert-message): When the thread is
authoryoichi <yoichi>
Thu, 29 Apr 2004 04:41:42 +0000 (04:41 +0000)
committeryoichi <yoichi>
Thu, 29 Apr 2004 04:41:42 +0000 (04:41 +0000)
devided by wl-summary-max-thread-depth, insert line at the end of
buffer.

wl/ChangeLog
wl/wl-thread.el

index 1e7d95c..3daac39 100644 (file)
@@ -1,3 +1,9 @@
+2004-04-29  Yoichi NAKAYAMA  <yoichi@geiin.org>
+
+       * 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  <lapis-lazuli@pop06.odn.ne.jp>
 
        * Version number is increased to 2.11.26.
index 56b761d..3d2511f 100644 (file)
@@ -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