On Fri, Feb 01, 2002 at 01:12:53PM -0800, Michael Montagne wrote:
> Now it appears that it's the listing of multiple files that doesn't
> work:
> folder-hook . push "T'~d>2w !~F'<enter>D'~T'<enter>"  WORKS
> folder-hook . !mjmsave !rath push "T'~d>2w !~F'<enter>D'~T'<enter>" DOES
> NOT WORK

folder-hook uses a re to match the folder, so to match multiple files
one could use:

folder-hook . push "T'~d>2w !~F'<enter>D'~T'<enter>" # from the bottom
folder-hook (mjmsave|rath) push "T'~d>2w !~F'<enter>D'~T'<enter>" # from the top line

-- 
Benjamin Smith <[EMAIL PROTECTED], [EMAIL PROTECTED]>

Attachment: msg24122/pgp00000.pgp
Description: PGP signature

Reply via email to