From: Gerd Moellmann Date: Thu, 28 Oct 1999 20:01:45 +0000 (+0000) Subject: (rmail-file-name): Make it an option. X-Git-Tag: emacs-pretest-21.0.90~6264 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e306edef8ef87b96e36f60fc0f45f9d64e441324;p=emacs.git (rmail-file-name): Make it an option. --- diff --git a/lisp/paths.el b/lisp/paths.el index bc8e66337ab..e367ebeeee5 100644 --- a/lisp/paths.el +++ b/lisp/paths.el @@ -102,8 +102,11 @@ The `ORGANIZATION' environment variable is used instead if defined.") The file listing groups to which user is subscribed. Will use `gnus-startup-file'-SERVER instead if exists.") -(defvar rmail-file-name "~/RMAIL" "\ -Name of user's primary mail file.") +(defcustom rmail-file-name "~/RMAIL" + "*Name of user's primary mail file." + :type 'string + :group 'rmail + :version "21.1") (defconst rmail-spool-directory (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration)