(rmail-get-new-mail): Use the renamed variables `rsf-beep' and
`rsf-sleep-after-message'.
This commit is contained in:
parent
7c7d40755a
commit
f431a91000
2 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2004-11-12 Diane Murray <dsm@muenster.de> (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.
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue