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 is decimal, not octal. The default is 384 (0600 in octal).

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 #o600
  "Set the mode bits of saved attachments to this integer.
This is decimal, not octal.  The default is 384 (0600 in octal)."
  :version "22.1"
  :type 'integer
  :group 'mime-display)