Earl Hood
Fri, 23 Jun 2006 19:53:43 -0700
On June 23, 2006 at 16:25, Jacques Goldberg wrote: > It took me some time to understand why default -mhpattern '^[^\.]' was That is not the default MHPATTERN resource value. The default is: ^\d+$ Now, if the trailing '.' in your ls examples is actually part of the message filename, then with the default MHPATTERN, mhonarc would have found no messages. Something like: ^\d+\.$ would be required. --ewh