Variable: mm-attachment-file-modes

mm-attachment-file-modes is a customizable variable defined in mm-decode.el.gz.

Value

384

Documentation

Set the mode bits of saved attachments to this integer.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/mm-decode.el.gz
(defcustom mm-attachment-file-modes 384
  "Set the mode bits of saved attachments to this integer."
  :version "22.1"
  :type 'integer
  :group 'mime-display)