(mh-sortm-args): Sync docstrings with manual.

This commit is contained in:
Bill Wohler
2005-12-05 02:04:11 +00:00
parent 56128d97f6
commit b3867b6cf1
2 changed files with 7 additions and 5 deletions

View File

@@ -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.

View File

@@ -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)