File: gnus

package info (click to toggle)
spamassassin 4.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,724 kB
  • sloc: perl: 89,143; ansic: 5,193; sh: 3,737; javascript: 339; sql: 295; makefile: 209; python: 49
file content (7 lines) | stat: -rw-r--r-- 257 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
;; F10 pipe the message as spam
(global-set-key [(f10)]
  '(lambda () (interactive) (shell-command "sa-learn --spam --single ")))

;; F9 pipe the message as ham
(global-set-key [(f9)]
  '(lambda () (interactive) (shell-command "sa-learn --ham --single ")))