• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/emacs-92/emacs/lisp/gnus/

Lines Matching defs:routine

605   (spam-mark-junk-as-spam-routine))
633 ;; call spam-register-routine with specific articles to unregister,
636 (spam-register-routine classification check t unregister-list))))))
645 (spam-register-routine classification check))))
649 (spam-mark-spam-as-expired-and-move-routine
653 (spam-mark-spam-as-expired-and-move-routine
656 ;; now we redo spam-mark-spam-as-expired-and-move-routine to only
659 (spam-mark-spam-as-expired-and-move-routine nil)
672 (spam-register-routine classification check)))))
676 (spam-ham-copy-routine
682 (spam-ham-move-routine
688 (defun spam-mark-junk-as-spam-routine ()
704 (defun spam-mark-spam-as-expired-and-move-routine (&rest groups)
706 (apply 'spam-mark-spam-as-expired-and-move-routine (car groups))
743 (defun spam-ham-copy-or-move-routine (copy groups)
789 (defun spam-ham-copy-routine (&rest groups)
791 (apply 'spam-ham-copy-routine (car groups))
792 (spam-ham-copy-or-move-routine t groups)))
794 (defun spam-ham-move-routine (&rest groups)
796 (apply 'spam-ham-move-routine (car groups))
797 (spam-ham-copy-or-move-routine nil groups)))
1004 spam-blacklist-register-routine
1006 spam-blacklist-unregister-routine)
1007 (spam-use-whitelist spam-whitelist-register-routine
1009 spam-whitelist-unregister-routine
1011 (spam-use-BBDB spam-BBDB-register-routine
1013 spam-BBDB-unregister-routine
1015 (spam-use-ifile spam-ifile-register-ham-routine
1016 spam-ifile-register-spam-routine
1017 spam-ifile-unregister-ham-routine
1018 spam-ifile-unregister-spam-routine)
1023 (spam-use-stat spam-stat-register-ham-routine
1024 spam-stat-register-spam-routine
1025 spam-stat-unregister-ham-routine
1026 spam-stat-unregister-spam-routine)
1029 spam-report-gmane-register-routine
1033 (spam-use-bogofilter spam-bogofilter-register-ham-routine
1034 spam-bogofilter-register-spam-routine
1035 spam-bogofilter-unregister-ham-routine
1036 spam-bogofilter-unregister-spam-routine))
1088 (defun spam-register-routine (classification
1329 (defalias 'spam-BBDB-register-routine 'ignore)
1355 (defun spam-BBDB-register-routine (articles &optional unregister)
1363 (defun spam-BBDB-unregister-routine (articles)
1364 (spam-BBDB-register-routine articles t))
1441 (defun spam-ifile-register-spam-routine (articles &optional unregister)
1444 (defun spam-ifile-unregister-spam-routine (articles)
1445 (spam-ifile-register-spam-routine articles t))
1447 (defun spam-ifile-register-ham-routine (articles &optional unregister)
1450 (defun spam-ifile-unregister-ham-routine (articles)
1451 (spam-ifile-register-ham-routine articles t))
1471 (defalias 'spam-stat-register-ham-routine 'ignore)
1472 (defalias 'spam-stat-register-spam-routine 'ignore)
1485 (defun spam-stat-register-spam-routine (articles &optional unregister)
1494 (defun spam-stat-unregister-spam-routine (articles)
1495 (spam-stat-register-spam-routine articles t))
1497 (defun spam-stat-register-ham-routine (articles &optional unregister)
1506 (defun spam-stat-unregister-ham-routine (articles)
1507 (spam-stat-register-ham-routine articles t))
1624 (defun spam-filelist-register-routine (articles blacklist &optional unregister)
1663 (defun spam-blacklist-unregister-routine (articles)
1664 (spam-blacklist-register-routine articles t))
1666 (defun spam-blacklist-register-routine (articles &optional unregister)
1667 (spam-filelist-register-routine articles t unregister))
1669 (defun spam-whitelist-unregister-routine (articles)
1670 (spam-whitelist-register-routine articles t))
1672 (defun spam-whitelist-register-routine (articles &optional unregister)
1673 (spam-filelist-register-routine articles nil unregister))
1678 (defun spam-report-gmane-register-routine (articles)
1754 (defun spam-bogofilter-register-spam-routine (articles &optional unregister)
1757 (defun spam-bogofilter-unregister-spam-routine (articles)
1758 (spam-bogofilter-register-spam-routine articles t))
1760 (defun spam-bogofilter-register-ham-routine (articles &optional unregister)
1763 (defun spam-bogofilter-unregister-ham-routine (articles)
1764 (spam-bogofilter-register-ham-routine articles t))