changeset 26233:5e437497b682

(rmail-file-name): Make it an option.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 28 Oct 1999 20:01:45 +0000
parents a47bd3c623f5
children fb9f284267e7
files lisp/paths.el
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/paths.el	Thu Oct 28 14:58:24 1999 +0000
+++ b/lisp/paths.el	Thu Oct 28 20:01:45 1999 +0000
@@ -102,8 +102,11 @@
 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)