bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch] [CVS] Rmail uses old rmail-spam-filter variables


From: Diane Murray
Subject: [Patch] [CVS] Rmail uses old rmail-spam-filter variables
Date: Tue, 09 Nov 2004 22:30:48 +0100

Revision 1.392 of rmail.el references the nonexistent variables
`rmail-spam-filter-beep' and `rmail-spam-sleep-after-message'.  These
variable names were changed along with many others in revision 1.6 of
rmail-spam-filter.el.  The following patch uses the correct names.


        * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
        `rsf-beep' and `rsf-sleep-after-message'.


*** rmail.el    30 Oct 2004 23:27:58 +0200      1.392
--- rmail.el    09 Nov 2004 21:56:08 +0100      
***************
*** 1504,1511 ****
                (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)))
  
                ;; Move to the first new message
                ;; unless we have other unseen messages before it.
--- 1504,1511 ----
                (if (and (featurep 'rmail-spam-filter)
                         rmail-use-spam-filter
                         (> rsf-number-of-spam 0))
!                   (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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]