Function: gnus-uu-unmark-by-regexp

gnus-uu-unmark-by-regexp is an autoloaded, interactive and byte-compiled function defined in gnus-uu.el.gz.

Signature

(gnus-uu-unmark-by-regexp REGEXP)

Documentation

Remove the process mark from articles whose subjects match REGEXP.

When called interactively, prompt for REGEXP.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defun gnus-uu-unmark-by-regexp (regexp)
  "Remove the process mark from articles whose subjects match REGEXP.
When called interactively, prompt for REGEXP."
  (interactive "sUnmark (regexp): " gnus-article-mode gnus-summary-mode)
  (gnus-uu-mark-by-regexp regexp t))