[Mew-dist 03571] mew-summary-mode-line when mew-summary-exec
Akihiro Motoki
motoki at example.com
1998年 1月 30日 (金) 00:20:51 JST
'x'(mew-summary-exec)を行ったときに、(mew-summary-mode-line) が実行
されないため、モードラインの残りメッセージ数が更新されません。
以下のパッチで直ります。
--
━━━━━━━…………‥‥・・・ ・ ・・ .
元木 顕弘 / Akihiro Motoki ・
E-mail: motoki at example.com ・
URL: http://www.hal.t.u-tokyo.ac.jp/~motoki/ ‘ ・・ ‥…━━☆
--- mew-mark.el~ Thu Jan 29 14:25:34 1998
+++ mew-mark.el Thu Jan 29 18:42:19 1998
@@ -586,9 +586,9 @@
)
(if mew-summary-cache-use (mew-summary-folder-cache-save))
(run-hooks 'mew-summary-exec-hook)
- (mew-summary-mode-line (current-buffer))
(set-buffer-modified-p nil)
(setq mew-summary-buffer-process nil)
+ (mew-summary-mode-line (current-buffer))
(message "Refiling and deleting ... done")
))) ;; end of let
(quit
Mew-dist メーリングリストの案内