[Prev: MAXSIZE] | [Next: MIMEALTPREFS] |
M2H_MHPATTERN=
Perl-regexp
<MHPATTERN>
Perl-regexp
</MHPATTERN>
-mhpattern
Perl-regexp
MHPATTERN defines the Perl regular expression to use for matching message files in an MH mail folder. In general, MHPATTERN allows you to tell MHonArc which message files to read when a specified mail folder is a directory.
^\d+$
N/A
The following example shows how you can tell MHonArc to process every non-dotfile in a directory:
% mhonarc -add -mhpattern '^[^\.]' msgdir
Remember, each file in msgdir
must be a single
mail message.
Be careful in that the regexp you define does
not match ".
" and "..
".
2.0
[Prev: MAXSIZE] | [Next: MIMEALTPREFS] |