From dc8558cb81bc9fa1e6dd0b120042c229addf0935 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 2 May 2002 11:21:48 +0000 Subject: [PATCH] * wl-summary.el (wl-summary-create-line): Fix. --- wl/ChangeLog | 2 ++ wl/wl-summary.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/wl/ChangeLog b/wl/ChangeLog index ea3064d..7575cc2 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,7 @@ 2002-05-02 Yuuichi Teranishi + * wl-summary.el (wl-summary-create-line): Fix. + * wl-vars.el (wl-summary-line-format-spec-alist): New variable. (wl-summary-line-format): New user option. (wl-folder-summary-line-format-alist): Ditto. diff --git a/wl/wl-summary.el b/wl/wl-summary.el index 54c2344..c86139f 100644 --- a/wl/wl-summary.el +++ b/wl/wl-summary.el @@ -4114,7 +4114,8 @@ If ARG, exit virtual folder." nil wl-summary-fix-timezone)) line mark) - (if (and wl-summary-indent-length-limit + (if (and wl-thr-indent-string + wl-summary-indent-length-limit (< wl-summary-indent-length-limit (string-width wl-thr-indent-string))) (setq wl-thr-indent-string (wl-set-string-width -- 1.7.10.4