how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread chris
I want to bind key Tab to a macro which jump to a mail matching the pattern: e.g. here is a pattern. ~x .*@stardiviner I do not know where mutt has this function to jump to a mail. macro index esctab key sequence In one words: I want this macro to do this: Try to find whether

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread David Champion
* On 16 Jul 2012, chris wrote: I want to bind key Tab to a macro which jump to a mail matching the pattern: e.g. here is a pattern. ~x .*@stardiviner I do not know where mutt has this function to jump to a mail. macro index esctab key sequence It does; it's called search. In

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread chris
Excerpts from [ David Champion ] On [2012-07-16 10:49:44 -0500]: * On 16 Jul 2012, chris wrote: I want to bind key Tab to a macro which jump to a mail matching the pattern: e.g. here is a pattern. ~x .*@stardiviner I do not know where mutt has this function to jump to a

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread Tom Furie
On Tue, Jul 17, 2012 at 07:53:23AM +0800, chris wrote: I have found one way to close my target a little: macro index Tab search~N (~x .*@stardiviner)enter But I still do not know how to apply ? into this patter. the ? in this pattern seems is literal. The ? will call help. Are you

Re: how to set up an macro to jump to a mail matching a pattern ?

2012-07-16 Thread chris
Excerpts from [ Tom Furie ] On [2012-07-17 01:19:29 +0100]: On Tue, Jul 17, 2012 at 07:53:23AM +0800, chris wrote: I have found one way to close my target a little: macro index Tab search~N (~x .*@stardiviner)enter But I still do not know how to apply ? into this patter. the ? in