From: Eli Zaretskii Date: Fri, 12 Nov 2004 17:10:38 +0000 (+0000) Subject: (rmail-get-new-mail): Use the renamed variables `rsf-beep' and X-Git-Tag: ttn-vms-21-2-B4~3966 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f431a91000637a53f52b90fa9a8260b6216df2ed;p=emacs.git (rmail-get-new-mail): Use the renamed variables `rsf-beep' and `rsf-sleep-after-message'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d37206b261c..7e662c8c5b2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2004-11-12 Diane Murray (tiny change) + * mail/rmail.el (rmail-get-new-mail): Use the renamed variables + `rsf-beep' and `rsf-sleep-after-message'. + * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white list if `message-sender' is non-nil. diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index f8e31dfda04..a7524cc8246 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -1504,8 +1504,8 @@ It returns t if it got any new messages." (if (and (featurep 'rmail-spam-filter) rmail-use-spam-filter (> rsf-number-of-spam 0)) - (progn (if rmail-spam-filter-beep (beep t)) - (sleep-for rmail-spam-sleep-after-message))) + (progn (if rsf-beep (beep t)) + (sleep-for rsf-sleep-after-message))) ;; Move to the first new message ;; unless we have other unseen messages before it.