* wl-summary.el (wl-summary-rescan):
authorteranisi <teranisi>
Wed, 17 Jan 2001 03:39:13 +0000 (03:39 +0000)
committerteranisi <teranisi>
Wed, 17 Jan 2001 03:39:13 +0000 (03:39 +0000)
 Call `wl-summary-buffer-number-column-detect'.
 (Advised by Akihiro MOTOKI <mokkun@iname.com>)

wl/ChangeLog
wl/wl-summary.el

index 5a138a9..02de4cc 100644 (file)
@@ -1,5 +1,9 @@
 2001-01-17  Yuuichi Teranishi  <teranisi@gohome.org>
 
+       * wl-summary.el (wl-summary-rescan):
+       Call `wl-summary-buffer-number-column-detect'.
+       (Advised by Akihiro MOTOKI <mokkun@iname.com>)
+
        * wl-message.el (wl-message-mode-map): Define.
        (wl-message-decode): Use it as local-map.
 
index 3b17ae6..b84664c 100644 (file)
@@ -840,6 +840,7 @@ Entering Folder mode calls the value of `wl-summary-mode-hook'."
         expunged)
     (fset 'wl-summary-append-message-func-internal
          (wl-summary-get-append-message-func))
+    (wl-summary-buffer-number-column-detect nil)
     (erase-buffer)
     (message "Re-scanning...")
     (setq i 0)