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.*\] return TIA -- regards, GPG key 1024D/4434BAB3 2008-08-24 gpg --keyserver

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.*\] return You would need to use a macro. Untested: macro pager,index \ca T\[.*patch.*\]enter

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.*\] return You would need to use a macro. Untested

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 doing something simple wrong, I just don't

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-pattern: unknown command. I'm sure I'm

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

2002-05-01 Thread Andre Berger
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 what. =20 Thanks Sam. Does folder-hook . push D~d1wenter work for you? The tag

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~d1wenter ^ 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,

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

2002-05-01 Thread Andre Berger
(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-pattern: unknown command. I'm sure I'm doing something simple wrong, I just don't know what. =20 Thanks

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

2002-05-01 Thread Mason, Sam
On Wed, May 01, 2002 at 12:31:04PM +0200, Nicolas Rachinsky wrote: * Mason, Sam [EMAIL PROTECTED] [2002-05-01 10:20:59 +0100]: I am trying to get mutt (1.3.28i) to automatically tag all messages older than a specific date. try folder-hook . 'push tag-pattern ~d 1w\n' Thanks

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

2001-08-20 Thread Vineet Kumar
-pattern~d2wentertag-prefixsave=archiveenter' Am I going about this incorrectly? Is this something that, because it is tag-save instead of delete, I can only use a macro for? If I use a macro, can I break this into 2 parts as so: folder-hook INBOX 'push *d macro *d 'tag-pattern

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 tag-pattern~d2wentertag-prefixsave=archiveenter' Am I going