Function: gnus-kill-file-kill-by-author

gnus-kill-file-kill-by-author is an interactive and byte-compiled function defined in gnus-kill.el.gz.

Signature

(gnus-kill-file-kill-by-author)

Documentation

Kill by author.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-kill.el.gz
(defun gnus-kill-file-kill-by-author ()
  "Kill by author."
  (interactive)
  (gnus-kill-file-enter-kill
   "From"
   (if (vectorp gnus-current-headers)
       (regexp-quote (mail-header-from gnus-current-headers))
     "") t))