On Tue, Oct 21, 2003 at 04:10:40PM -0700, Bill Kendrick wrote: > On Tue, Oct 21, 2003 at 03:57:25PM -0700, [EMAIL PROTECTED] wrote: > > but try this for an answer: do a limit on "a*" that is, zero or more > > occurances of "a" which should be everything in the inbox. let me know > > if that works. i'm running out the door right now to do to dinner... > > Hey cool! Actually, doing ".*" should be more all-inclusive, huh? > Thanks! Sweet!
Actually, the pattern ~A is designed specifically for this purpose. ~A limits to "all messages" so it's the "correct" way to unlimit. However I think Pete's suggestion will work just as well. Matt -- ************************************************* * Matt Roper <[EMAIL PROTECTED]> * * http://www.mattrope.com * * PGP Key: http://www.mattrope.com/mattrope.asc * ************************************************* _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
