(wl-summary-rescan-message): Call `wl-thread-make-number-list'
authorteranisi <teranisi>
Mon, 21 Mar 2005 04:33:57 +0000 (04:33 +0000)
committerteranisi <teranisi>
Mon, 21 Mar 2005 04:33:57 +0000 (04:33 +0000)
(A stopgap measure).

wl/ChangeLog
wl/wl-summary.el

index 3ffe128..47805ed 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-21  Yuuichi Teranishi  <teranisi@gohome.org>
+
+       * wl-summary.el (wl-summary-rescan-message): Call
+       `wl-thread-make-number-list' (A stopgap measure).
+
 2005-03-20  Yoichi NAKAYAMA  <yoichi@geiin.org>
 
        * wl-fldmgr.el (wl-fldmgr-add): Create folder after testing parent
index 63bf3c8..5077e30 100644 (file)
@@ -1196,6 +1196,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
        (save-excursion
          (when (wl-summary-jump-to-msg wl-summary-buffer-current-msg)
            (wl-highlight-summary-displaying))))
+      (wl-thread-make-number-list)
       (wl-summary-set-message-modified)
       (wl-summary-jump-to-msg start-number)
       (move-to-column start-column))))