Ahem ... forget it. Looked for 1h, did not find the answer, posted my question, and found the answer 2min later in mail-source.el.
> (defcustom mail-source-directory "~/Mail/" > "Directory where files (if any) will be stored." > :group 'mail-source > :type 'directory) > > (defcustom mail-source-default-file-modes 384 > "Set the mode bits of all new mail files to this integer." > :group 'mail-source > :type 'integer) > > (defcustom mail-source-delete-incoming t > "*If non-nil, delete incoming files after handling." > :group 'mail-source > :type 'boolean) > > (defcustom mail-source-incoming-file-prefix "Incoming" > "Prefix for file name for storing incoming mail" > :group 'mail-source > :type 'string) Cheers, -- François Fleuret EPFL - CVLAB _______________________________________________ Info-gnus-english mailing list [email protected] http://lists.gnu.org/mailman/listinfo/info-gnus-english
