emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/rmail-spam-filter.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/rmail-spam-filter.el
Date: Sun, 18 Sep 2005 08:37:22 -0400

Index: emacs/lisp/mail/rmail-spam-filter.el
diff -c emacs/lisp/mail/rmail-spam-filter.el:1.12 
emacs/lisp/mail/rmail-spam-filter.el:1.13
*** emacs/lisp/mail/rmail-spam-filter.el:1.12   Mon Aug 29 14:38:00 2005
--- emacs/lisp/mail/rmail-spam-filter.el        Sun Sep 18 12:37:20 2005
***************
*** 449,458 ****
      (if rsf-autosave-newly-added-definitions
        (progn
          (custom-save-all)
!         (message (concat "added subject \n <<< \n" message-subject
                           " \n >>> \n to list of spam definitions. \n"
                           "and saved the spam definitions to file.")))
!       (message (concat "added subject \n <<< \n" message-subject
                       " \n >>> \n to list of spam definitions. \n"
                       "Don't forget to save the spam definitions to file using 
the spam
                       menu"))
--- 449,458 ----
      (if rsf-autosave-newly-added-definitions
        (progn
          (custom-save-all)
!         (message "%s" (concat "added subject \n <<< \n" message-subject
                           " \n >>> \n to list of spam definitions. \n"
                           "and saved the spam definitions to file.")))
!       (message "%s" (concat "added subject \n <<< \n" message-subject
                       " \n >>> \n to list of spam definitions. \n"
                       "Don't forget to save the spam definitions to file using 
the spam
                       menu"))
***************
*** 478,487 ****
      (if rsf-autosave-newly-added-definitions
        (progn
          (custom-save-all)
!         (message (concat "added sender \n <<< \n" message-sender
                           " \n >>> \n to list of spam definitions. \n"
                           "and saved the spam definitions to file.")))
!       (message (concat "added sender \n <<< \n " message-sender
                       " \n >>> \n to list of spam definitions."
                       "Don't forget to save the spam definitions to file using 
the spam
                       menu"))
--- 478,487 ----
      (if rsf-autosave-newly-added-definitions
        (progn
          (custom-save-all)
!         (message "%s" (concat "added sender \n <<< \n" message-sender
                           " \n >>> \n to list of spam definitions. \n"
                           "and saved the spam definitions to file.")))
!       (message "%s" (concat "added sender \n <<< \n " message-sender
                       " \n >>> \n to list of spam definitions."
                       "Don't forget to save the spam definitions to file using 
the spam
                       menu"))
***************
*** 521,530 ****
          (if rsf-autosave-newly-added-definitions
              (progn
                (custom-save-all)
!               (message (concat "added highlighted text \n <<< \n" 
region-to-spam-list
                                 " \n >>> \n to list of spam definitions. \n"
                                 "and saved the spam definitions to file.")))
!           (message (concat "added highlighted text \n <<< \n " 
region-to-spam-list
                             " \n >>> \n to list of spam definitions."
                             "Don't forget to save the spam definitions to file 
using the
                             spam menu"))
--- 521,530 ----
          (if rsf-autosave-newly-added-definitions
              (progn
                (custom-save-all)
!               (message "%s" (concat "added highlighted text \n <<< \n" 
region-to-spam-list
                                 " \n >>> \n to list of spam definitions. \n"
                                 "and saved the spam definitions to file.")))
!           (message "%s" (concat "added highlighted text \n <<< \n " 
region-to-spam-list
                             " \n >>> \n to list of spam definitions."
                             "Don't forget to save the spam definitions to file 
using the
                             spam menu"))




reply via email to

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