/[emacs]/emacs/lisp/mail/rmail-spam-filter.el
ViewVC logotype

Diff of /emacs/lisp/mail/rmail-spam-filter.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by lektu, Mon Aug 29 14:38:00 2005 UTC revision 1.13 by deego, Sun Sep 18 12:37:20 2005 UTC
# Line 449  it from rmail file.  Called for each new Line 449  it from rmail file.  Called for each new
449      (if rsf-autosave-newly-added-definitions      (if rsf-autosave-newly-added-definitions
450          (progn          (progn
451            (custom-save-all)            (custom-save-all)
452            (message (concat "added subject \n <<< \n" message-subject            (message "%s" (concat "added subject \n <<< \n" message-subject
453                             " \n >>> \n to list of spam definitions. \n"                             " \n >>> \n to list of spam definitions. \n"
454                             "and saved the spam definitions to file.")))                             "and saved the spam definitions to file.")))
455        (message (concat "added subject \n <<< \n" message-subject        (message "%s" (concat "added subject \n <<< \n" message-subject
456                         " \n >>> \n to list of spam definitions. \n"                         " \n >>> \n to list of spam definitions. \n"
457                         "Don't forget to save the spam definitions to file using the spam                         "Don't forget to save the spam definitions to file using the spam
458                         menu"))                         menu"))
# Line 478  it from rmail file.  Called for each new Line 478  it from rmail file.  Called for each new
478      (if rsf-autosave-newly-added-definitions      (if rsf-autosave-newly-added-definitions
479          (progn          (progn
480            (custom-save-all)            (custom-save-all)
481            (message (concat "added sender \n <<< \n" message-sender            (message "%s" (concat "added sender \n <<< \n" message-sender
482                             " \n >>> \n to list of spam definitions. \n"                             " \n >>> \n to list of spam definitions. \n"
483                             "and saved the spam definitions to file.")))                             "and saved the spam definitions to file.")))
484        (message (concat "added sender \n <<< \n " message-sender        (message "%s" (concat "added sender \n <<< \n " message-sender
485                         " \n >>> \n to list of spam definitions."                         " \n >>> \n to list of spam definitions."
486                         "Don't forget to save the spam definitions to file using the spam                         "Don't forget to save the spam definitions to file using the spam
487                         menu"))                         menu"))
# Line 521  Added to spam definitions as a contents Line 521  Added to spam definitions as a contents
521            (if rsf-autosave-newly-added-definitions            (if rsf-autosave-newly-added-definitions
522                (progn                (progn
523                  (custom-save-all)                  (custom-save-all)
524                  (message (concat "added highlighted text \n <<< \n" region-to-spam-list                  (message "%s" (concat "added highlighted text \n <<< \n" region-to-spam-list
525                                   " \n >>> \n to list of spam definitions. \n"                                   " \n >>> \n to list of spam definitions. \n"
526                                   "and saved the spam definitions to file.")))                                   "and saved the spam definitions to file.")))
527              (message (concat "added highlighted text \n <<< \n " region-to-spam-list              (message "%s" (concat "added highlighted text \n <<< \n " region-to-spam-list
528                               " \n >>> \n to list of spam definitions."                               " \n >>> \n to list of spam definitions."
529                               "Don't forget to save the spam definitions to file using the                               "Don't forget to save the spam definitions to file using the
530                               spam menu"))                               spam menu"))

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26