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
59fed028
Commit
59fed028
authored
Jul 21, 1997
by
Richard M. Stallman
Browse files
(mh-find-path): Handle mh-auto-folder-collect here,
not when this file is loaded.
parent
1d29eec2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
lisp/mail/mh-utils.el
lisp/mail/mh-utils.el
+5
-7
No files found.
lisp/mail/mh-utils.el
View file @
59fed028
...
...
@@ -537,6 +537,11 @@ Non-nil third argument means not to show the message."
;; From profile file, set mh-user-path, mh-draft-folder,
;; mh-unseen-seq, mh-previous-seq, mh-inbox.
(
mh-find-progs
)
(
and
mh-auto-folder-collect
(
let
((
mh-no-install
t
))
;only get folders if MH installed
(
condition-case
err
(
mh-make-folder-list-background
)
(
file-error
))))
;so don't complain if not installed
(
save-excursion
;; Be sure profile is fully expanded before switching buffers
(
let
((
profile
(
expand-file-name
(
or
(
getenv
"MH"
)
"~/.mh_profile"
))))
...
...
@@ -971,11 +976,4 @@ Set the `mh-progs' and `mh-lib' variables to the file names."
(
provide
'mh-utils
)
(
and
(
not
noninteractive
)
mh-auto-folder-collect
(
let
((
mh-no-install
t
))
;only get folders if MH installed
(
condition-case
err
(
mh-make-folder-list-background
)
(
file-error
))))
;so don't complain if not installed
;;; mh-utils.el ends here
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