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.

Source Code

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