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
b3867b6c
Commit
b3867b6c
authored
Dec 05, 2005
by
Bill Wohler
Browse files
(mh-sortm-args): Sync docstrings with manual.
parent
56128d97
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
+7
-5
lisp/mh-e/ChangeLog
lisp/mh-e/ChangeLog
+1
-0
lisp/mh-e/mh-customize.el
lisp/mh-e/mh-customize.el
+6
-5
No files found.
lisp/mh-e/ChangeLog
View file @
b3867b6c
...
...
@@ -6,6 +6,7 @@
(mh-invisible-header-fields-internal): Remove X-Image-URL so that
users can see it, look it up in the manual's index, and discover
mh-fetch-x-image-url (closes SF #831278).
(mh-sortm-args): Sync docstrings with manual.
* mh-customize.el (mh-invisible-header-fields-internal): Add
X-Bugzilla-* and X-Virus-Scanned.
...
...
lisp/mh-e/mh-customize.el
View file @
b3867b6c
...
...
@@ -432,11 +432,12 @@ is toggled off."
:group
'mh-folder
)
(
defcustom
mh-sortm-args
nil
"*Extra arguments to have \\[mh-sort-folder] pass to the \"sortm\" command.
The arguments are passed to sortm if \\[mh-sort-folder] is given a
prefix argument. Normally default arguments to sortm are specified in the
MH profile.
For example, '(\"-nolimit\" \"-textfield\" \"subject\") is a useful setting."
"*Additional arguments for \"sortm\"\\<mh-folder-mode-map>.
This option is consulted when a prefix argument is used with
\\[mh-sort-folder]. Normally default arguments to \"sortm\" are specified in
the MH profile. This option may be used to provide an alternate view. For
example, \"'(\"-nolimit\" \"-textfield\" \"subject\")\" is a useful setting."
:type
'string
:group
'mh-folder
)
...
...
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