emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/gnus/spam.el [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/spam.el [emacs-unicode-2]
Date: Fri, 22 Oct 2004 06:42:41 -0400

Index: emacs/lisp/gnus/spam.el
diff -c emacs/lisp/gnus/spam.el:1.2.2.2 emacs/lisp/gnus/spam.el:1.2.2.3
*** emacs/lisp/gnus/spam.el:1.2.2.2     Wed Sep 29 07:22:15 2004
--- emacs/lisp/gnus/spam.el     Fri Oct 22 10:13:32 2004
***************
*** 78,84 ****
  (defgroup spam nil
    "Spam configuration.")
  
! (defcustom spam-directory "~/News/spam/"
    "Directory for spam whitelists and blacklists."
    :type 'directory
    :group 'spam)
--- 78,84 ----
  (defgroup spam nil
    "Spam configuration.")
  
! (defcustom spam-directory (nnheader-concat gnus-directory "spam/")
    "Directory for spam whitelists and blacklists."
    :type 'directory
    :group 'spam)
***************
*** 1814,1827 ****
    (remove-hook 'gnus-get-new-news-hook 'spam-setup-widening)
    (remove-hook 'gnus-summary-prepare-hook 'spam-find-spam))
  
  (when spam-install-hooks
    (spam-initialize))
  
  (provide 'spam)
  
- ;;; spam.el ends here.
- 
- (provide 'spam)
- 
  ;;; arch-tag: 07e6e0ca-ab0a-4412-b445-1f6c72a4f27f
  ;;; spam.el ends here
--- 1814,1825 ----
    (remove-hook 'gnus-get-new-news-hook 'spam-setup-widening)
    (remove-hook 'gnus-summary-prepare-hook 'spam-find-spam))
  
+ (add-hook 'spam-unload-hook 'spam-unload-hook)
+ 
  (when spam-install-hooks
    (spam-initialize))
  
  (provide 'spam)
  
  ;;; arch-tag: 07e6e0ca-ab0a-4412-b445-1f6c72a4f27f
  ;;; spam.el ends here




reply via email to

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