Variable: mail-source-default-file-modes
mail-source-default-file-modes is a customizable variable defined in
mail-source.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/mail-source.el.gz
(defcustom mail-source-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)."
:type 'integer)