all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [Patch] [CVS] Rmail uses old rmail-spam-filter variables
@ 2004-11-09 21:30 Diane Murray
  0 siblings, 0 replies; only message in thread
From: Diane Murray @ 2004-11-09 21:30 UTC (permalink / raw)


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.

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-09 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-09 21:30 [Patch] [CVS] Rmail uses old rmail-spam-filter variables Diane Murray

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.