Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0c32f8c6
Commit
0c32f8c6
authored
Mar 10, 2006
by
Bill Wohler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(mh-profile-component): Drop `s' from mhparam -components for
Mailutils compatibility (closes SF #1446985).
parent
8775bef7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+5
-0
lisp/mh-e/mh-e.el
lisp/mh-e/mh-e.el
+3
-1
No files found.
lisp/mh-e/ChangeLog
View file @
0c32f8c6
2006
-
03
-
10
Bill
Wohler
<
wohler
@
newt
.
com
>
*
mh
-
e
.
el
(
mh
-
profile
-
component
):
Drop
`
s
' from mhparam
-components for Mailutils compatibility (closes SF #1446985).
2006-03-06 Bill Wohler <wohler@newt.com>
* mh-e.el (Version, mh-version): Add +cvs to version.
...
...
lisp/mh-e/mh-e.el
View file @
0c32f8c6
...
...
@@ -808,7 +808,9 @@ Currently known variants are 'MH, 'nmh, and 'mu-mh."
(
defun
mh-profile-component
(
component
)
"Return COMPONENT value from mhparam, or nil if unset."
(
save-excursion
(
mh-exec-cmd-quiet
nil
"mhparam"
"-components"
component
)
;; MH and nmh use -components, Mailutils uses -component. Since MH
;; and nmh work with an unambiguous prefix, the `s' is dropped here.
(
mh-exec-cmd-quiet
nil
"mhparam"
"-component"
component
)
(
mh-profile-component-value
component
)))
(
defun
mh-profile-component-value
(
component
)
...
...
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