Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
65e7e846
Commit
65e7e846
authored
Sep 04, 1998
by
Karl Heuer
Browse files
(rmail-primary-inbox-list): Make the initial
value in the `repeat' alternative a list.
parent
c97a5db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
lisp/mail/rmail.el
lisp/mail/rmail.el
+3
-3
No files found.
lisp/mail/rmail.el
View file @
65e7e846
...
...
@@ -187,9 +187,9 @@ and the value of the environment variable MAIL overrides it)."
;; Don't use backquote here, because we don't want to need it
;; at load time.
:type (list 'choice '(const :tag "
Default
" nil)
(list 'repeat ':value (or (getenv "
MAIL
")
(concat "
/var/spool/mail/
"
(getenv "
USER
")))
(list 'repeat ':value
(list
(or (getenv "
MAIL
")
(concat "
/var/spool/mail/
"
(getenv "
USER
")))
)
'file))
:group 'rmail-retrieve
:group 'rmail-files)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment