Variable: mh-sortm-args
mh-sortm-args is a customizable variable defined in mh-e.el.gz.
Value
nil
Documentation
Additional arguments for "sortm".
This option is consulted when a prefix argument is used with
F S (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.
This variable was added, or its default value changed, in MH-E version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
(defcustom-mh mh-sortm-args nil
"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 '(repeat string)
:group 'mh-folder
:package-version '(MH-E . "8.0"))