Re: folder-hook pattern matching

2000-12-21 Thread Aaron Schrab
At 13:16 -0800 21 Dec 2000, Eugene Lee <[EMAIL PROTECTED]> wrote: > But there seems to be no way to match all mailboxes that begin with the > letter 'b'. In other words, I can't make a folder-hook perform a match > on *only* the mailbox name itself and not the absolute pathname. If > there's a w

Re: folder-hook pattern matching

2000-12-21 Thread Eugene Lee
On Thu, Dec 21, 2000 at 07:48:20PM +0100, Michael Tatge wrote: : Eugene Lee muttered: : > : > If I had the following mailboxes that all start with the letter 'b': : > : > ~/Mail/bob : > ~/Mail/bobby : > ~/Mail/info/bricks : > ~/Mail/network/tools/bing : > : > Is it possible to m

Re: folder-hook pattern matching

2000-12-21 Thread Michael Tatge
Eugene Lee muttered: > If I had the following mailboxes that all start with the letter 'b': Unfortunately that doesn't help since you cannot not make use of it. > > ~/Mail/bob > ~/Mail/bobby > ~/Mail/info/bricks > ~/Mail/network/tools/bing > > Is it possible to make a s

folder-hook pattern matching

2000-12-20 Thread Eugene Lee
If I had the following mailboxes that all start with the letter 'b': ~/Mail/bob ~/Mail/bobby ~/Mail/info/bricks ~/Mail/network/tools/bing Is it possible to make a single folder-hook pattern that matches all of these mailboxes? -- Eugene Lee [EMAIL PROTECTED]

Re: folder-hook pattern matching

2000-12-17 Thread Eugene Lee
On Sun, Dec 17, 2000 at 04:02:37AM -0800, Eugene Lee wrote: : : I'm trying to set up a folder-hook that matches all mailboxes I read : beginning with a specific character. However, the ^ metacharacter does : not appear to work at all for some reason. Here's an example that : should work but doe

folder-hook pattern matching

2000-12-17 Thread Eugene Lee
I'm trying to set up a folder-hook that matches all mailboxes I read beginning with a specific character. However, the ^ metacharacter does not appear to work at all for some reason. Here's an example that should work but does not: folder-hook ^b 'save-hook . =bobby' Putting single quo