Variable: nnmail-pathname-coding-system

nnmail-pathname-coding-system is a customizable variable defined in nnmail.el.gz.

Value

nil

Documentation

Coding system for file name.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-pathname-coding-system nil
  "Coding system for file name."
  :group 'nnmail-various
  :type 'coding-system)