Variable: mm-path-name-rewrite-functions

mm-path-name-rewrite-functions is a customizable variable defined in mm-decode.el.gz.

Value

nil

Documentation

List of functions for rewriting the full file names of MIME parts.

This is used when viewing parts externally, and is meant for transforming the absolute name so that non-compliant programs can find the file where it's saved.

Each function takes a file name as input and returns a file name.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defcustom mm-path-name-rewrite-functions nil
  "List of functions for rewriting the full file names of MIME parts.
This is used when viewing parts externally, and is meant for
transforming the absolute name so that non-compliant programs can find
the file where it's saved.

Each function takes a file name as input and returns a file name."
  :type '(repeat function)
  :group 'mime-display)