diff options
| author | Gerd Moellmann | 1999-10-28 20:01:45 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-28 20:01:45 +0000 |
| commit | e306edef8ef87b96e36f60fc0f45f9d64e441324 (patch) | |
| tree | 4be1131fc821c4b905989f1af3306fb7af150f75 /lisp/paths.el | |
| parent | 0000a0cc64c66f42a146112c07d530f345aa068d (diff) | |
| download | emacs-e306edef8ef87b96e36f60fc0f45f9d64e441324.tar.gz emacs-e306edef8ef87b96e36f60fc0f45f9d64e441324.zip | |
(rmail-file-name): Make it an option.
Diffstat (limited to 'lisp/paths.el')
| -rw-r--r-- | lisp/paths.el | 7 |
1 files changed, 5 insertions, 2 deletions
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.") | |||
| 102 | The file listing groups to which user is subscribed. | 102 | The file listing groups to which user is subscribed. |
| 103 | Will use `gnus-startup-file'-SERVER instead if exists.") | 103 | Will use `gnus-startup-file'-SERVER instead if exists.") |
| 104 | 104 | ||
| 105 | (defvar rmail-file-name "~/RMAIL" "\ | 105 | (defcustom rmail-file-name "~/RMAIL" |
| 106 | Name of user's primary mail file.") | 106 | "*Name of user's primary mail file." |
| 107 | :type 'string | ||
| 108 | :group 'rmail | ||
| 109 | :version "21.1") | ||
| 107 | 110 | ||
| 108 | (defconst rmail-spool-directory | 111 | (defconst rmail-spool-directory |
| 109 | (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) | 112 | (cond ((string-match "^[^-]+-[^-]+-sco3.2v4" system-configuration) |