Variable: gnus-uu-grabbed-file-functions

gnus-uu-grabbed-file-functions is a customizable variable defined in gnus-uu.el.gz.

Value

nil

Documentation

Functions run on each file after successful decoding.

They will be called with the name of the file as the argument. Likely functions you can use in this list are gnus-uu-grab-view and gnus-uu-grab-move.

Probably introduced at or before Emacs version 19.32.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/gnus-uu.el.gz
(defcustom gnus-uu-grabbed-file-functions nil
  "Functions run on each file after successful decoding.
They will be called with the name of the file as the argument.
Likely functions you can use in this list are `gnus-uu-grab-view'
and `gnus-uu-grab-move'."
  :group 'gnus-extract
  :options '(gnus-uu-grab-view gnus-uu-grab-move)
  :type 'hook)