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.
This is decimal, not octal. The default is 384 (0600 in octal).
Source Code
;; Defined in /usr/src/emacs/lisp/gnus/nnmail.el.gz
(defcustom nnmail-default-file-modes #o600
"Set the mode bits of all new mail files to this integer.
This is decimal, not octal. The default is 384 (0600 in octal)."
:group 'nnmail-files
:type 'integer)