From 49353aac4d39d88601462f5c1dbb3f51d91b9b58 Mon Sep 17 00:00:00 2001 From: teranisi Date: Thu, 13 Dec 2001 07:35:14 +0000 Subject: [PATCH] * wl-vars.el (wl-from-width): Define as obsolete variable. (wl-subject-length-limit): Ditto. --- wl/ChangeLog | 3 +++ wl/wl-vars.el | 6 ++++++ 2 files changed, 9 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 963557e..9e958e4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2001-12-13 Yuuichi Teranishi + * wl-vars.el (wl-from-width): Define as obsolete variable. + (wl-subject-length-limit): Ditto. + * wl.el (wl-plugged-dop-queue-status): Shrink queue list. * wl-expire.el (wl-folder-expire-entity): Follow the last change on diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 9a22624..369d324 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2346,6 +2346,12 @@ a symbol `bitmap', `xbm' or `xpm' in order to force the image format." (elmo-define-obsolete-variable 'wl-tmp-dir 'wl-temporary-file-directory) +;; 2001-12-07 +(elmo-define-obsolete-variable 'wl-from-width + 'wl-summary-from-width) +(elmo-define-obsolete-variable 'wl-subject-length-limit + 'wl-summary-subject-length-limit) + ;; 2001-12-10 (elmo-define-obsolete-variable 'wl-summary-update-confirm-threshold 'elmo-folder-update-threshold) -- 1.7.10.4