Re: tag pattern

2008-10-02 Thread bill lam
On Thu, 02 Oct 2008, Rejo Zenger wrote: > ++ 02/10/08 21:45 +0800 - bill lam: > >I often need to tag the same pattern. Instead of typing each time, how > >can I save the following and bind it shortcut key? > >tag pattern > > T\[.*patch.*\] > > You woul

Re: tag pattern

2008-10-02 Thread Rejo Zenger
++ 02/10/08 21:45 +0800 - bill lam: >I often need to tag the same pattern. Instead of typing each time, how >can I save the following and bind it shortcut key? >tag pattern > T\[.*patch.*\] You would need to use a "macro". Untested: macro pager,index \ca &q

tag pattern

2008-10-02 Thread bill lam
Hi all, I often need to tag the same pattern. Instead of typing each time, how can I save the following and bind it shortcut key? tag pattern T\[.*patch.*\] TIA -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver

Re: Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Mason, Sam
ook . 'push " ~d >1w\n"' Thanks for the responses everyone, this was about the best one I had. As it didn't require me to have 'T' bound to tag-pattern. Thanks again, Sam.

Re: Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Andre Berger
;=20 > > I am trying to get mutt (1.3.28i) to automatically tag all messages > > older than a specific date. I thought I would enter something like: > >=20 > > folder-hook . 'tag-pattern ~d >1w' > >=20 > > But it just comes up with "tag-patter

Re: Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Michael Tatge
Andre Berger ([EMAIL PROTECTED]) muttered: > folder-hook . "push D~d>1w" ^ This should read T!!! D is delete-pattern! Michael -- "How should I know if it works? That's what beta testers are for. I only coded it." (Attributed to Linus Torvalds, som

Re: Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Andre Berger
> older than a specific date. I thought I would enter something like: >=20 > folder-hook . 'tag-pattern ~d >1w' >=20 > But it just comes up with "tag-pattern: unknown command". I'm sure > I'm doing something simple wrong, I just don't know wh

Re: Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Michael Tatge
Mason, Sam ([EMAIL PROTECTED]) muttered: > I am trying to get mutt (1.3.28i) to automatically tag all messages > older than a specific date. I thought I would enter something like: > > folder-hook . 'tag-pattern ~d >1w' > > But it just comes up with "tag-

Trying to use tag-pattern inside a folder-hook

2002-05-01 Thread Mason, Sam
Hi all, I am trying to get mutt (1.3.28i) to automatically tag all messages older than a specific date. I thought I would enter something like: folder-hook . 'tag-pattern ~d >1w' But it just comes up with "tag-pattern: unknown command". I'm sure I'm doi

Re: folder-hook push tag-pattern ...

2001-08-20 Thread Vineet Kumar
* Nate Johnston ([EMAIL PROTECTED]) [010817 13:11]: > All, > > I would like to roll any message in my inbox that is older than 2 > weeks old to an archive folder. I tried this pattern, but I got the > message "Tagging is not supported" when .muttrc loads. > > folder-hook INBOX 'push

folder-hook push tag-pattern ...

2001-08-17 Thread Nate Johnston
All, I would like to roll any message in my inbox that is older than 2 weeks old to an archive folder. I tried this pattern, but I got the message "Tagging is not supported" when .muttrc loads. folder-hook INBOX 'push "~d>2w=archive"' Am I going about this incorrectly? Is this so