From 4c39da7de030ba3246206cc30cb947b97000235c Mon Sep 17 00:00:00 2001 From: teranisi Date: Mon, 24 Jul 2000 04:43:27 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-sync-update3): Call `wl-summary-buffer-number-column-detect'. (wl-summary-buffer-number-column-detect): Search from point-min. --- wl/ChangeLog | 6 ++++++ wl/wl-summary.el | 2 ++ 2 files changed, 8 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 677f974..bb0e156 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,9 @@ +2000-07-24 Yuuichi Teranishi + + * wl-summary.el (wl-summary-sync-update3): Call + `wl-summary-buffer-number-column-detect'. + (wl-summary-buffer-number-column-detect): Search from point-min. + 2000-07-19 Yuuichi Teranishi * wl-draft.el (wl-draft-reply): Fixed problem when mail-followup-to diff --git a/wl/wl-summary.el b/wl/wl-summary.el index e29d507..7222261 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -2362,6 +2362,7 @@ If optional argument is non-nil, checking is omitted." msgdb)) (length in-folder))) (wl-summary-update-modeline) + (wl-summary-buffer-number-column-detect t) ;; (unless unset-cursor (goto-char (point-min)) @@ -4538,6 +4539,7 @@ If optional argument NUMBER is specified, mark message specified by NUMBER." (defsubst wl-summary-buffer-number-column-detect (update) (let (end) (save-excursion + (goto-char (point-min)) (setq wl-summary-buffer-number-column (or (if (and update -- 1.7.10.4