Variable: nnmail-default-file-modes

nnmail-default-file-modes is a customizable variable defined in nnmail.el.gz.

Value

384

Documentation

Set the mode bits of all new mail files to this integer.

Source Code

;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-default-file-modes 384
  "Set the mode bits of all new mail files to this integer."
  :group 'nnmail-files
  :type 'integer)