[solved Thanks!] Re: mailboxes priorities question

2009-04-15 Thread Zhengquan Zhang
Thanks, it works! -- Zhengquan

Re: mailboxes priorities question

2009-04-15 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wednesday, April 15 at 10:21 PM, quoth Zhengquan Zhang: >On Wed, Apr 15, 2009 at 10:18:09PM -0500, Zhengquan Zhang wrote: >> Dear mutt community, >> >> I use >> >> mailboxes `find ~/.muttmail/ -type d -name cur -printf '%h '` >> >Basically is the

Re: mailboxes priorities question

2009-04-15 Thread Ed Blackman
On Wed, Apr 15, 2009 at 10:21:22PM -0500, Zhengquan Zhang wrote: On Wed, Apr 15, 2009 at 10:18:09PM -0500, Zhengquan Zhang wrote: mailboxes `find ~/.muttmail/ -type d -name cur -printf '%h '` Basically is there any ignore mailboxes syntax that I could use to exclude some directories from the a

Re: mailboxes priorities question

2009-04-15 Thread Zhengquan Zhang
On Wed, Apr 15, 2009 at 10:18:09PM -0500, Zhengquan Zhang wrote: > Dear mutt community, > > I use > > mailboxes `find ~/.muttmail/ -type d -name cur -printf '%h '` > Basically is there any ignore mailboxes syntax that I could use to exclude some directories from the above find command. There ar