# HG changeset patch # User Gerd Moellmann # Date 941140905 0 # Node ID 5e437497b682f1f7b2088a2f02ca7259cfdffc8c # Parent a47bd3c623f57c01e693907f541af1f5298cccd4 (rmail-file-name): Make it an option. diff -r a47bd3c623f5 -r 5e437497b682 lisp/paths.el --- 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)