From: kaoru Date: Thu, 15 Jun 2000 06:26:11 +0000 (+0000) Subject: (wl-summary-target-above): Renamed from wl-summary-temp-above. X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4685a6002619800297bb949b7fb735bf0daedb9;p=elisp%2Fwanderlust.git (wl-summary-target-above): Renamed from wl-summary-temp-above. --- diff --git a/wl/wl-vars.el b/wl/wl-vars.el index d207074..6f9bb73 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -671,8 +671,8 @@ This variable is local to the summary buffers." integer) :group 'wl-score) -(defcustom wl-summary-temp-above nil - "*Mark all messages with a score above this variable as temp. +(defcustom wl-summary-target-above nil + "*Mark all messages with a score above this variable as target. This variable is local to the summary buffers." :type '(choice (const :tag "off" nil) integer) @@ -1990,6 +1990,10 @@ This variable can also be a regex. " (make-obsolete-variable 'wl-draft-prepared-config-alist 'wl-draft-config-alist) (defvar wl-score-files-directory wl-score-files-dir) (make-obsolete-variable 'wl-score-files-directory 'wl-score-files-dir) +(defvar wl-summary-temp-above wl-summary-target-above) +(make-obsolete-variable 'wl-summary-temp-above 'wl-summary-target-above) + + ;; plug (defvar wl-plugged-plug-on "ON")