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

2012-07-16 Thread chris
I want to bind key 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 In one words: I want this macro to do this: Try to find whether has mail matching th

OT: tool/sw for syntax check of mail addr (RFC 3696)

2012-07-16 Thread Matthias Apitz
Hello, Do we have anything in mutt which I could use to do a syntax check of mail addrs as described in RFC 3696 (...)? Or are there any pointers to such a tool, for C or Java? Thanks in advance matthias -- Matthias Apitz e - w http://www.unixarea.de/ UNIX since V7 on PDP-11, UNIX on

Re: Get Mutt and ISPs

2012-07-16 Thread Michelle Konzack
Hello Dave, Am 2012-07-11 22:00:00, hacktest Du folgendes herunter: > So what changes need to be made to .muttrc to get mutt to send > email to my isp? In your .muttrc: set sendmail="/usr/bin/sendmail" (sendmail is a symlink to msmtp) and for msmtp you should read man msmtp Thanks, G

Re: OT: tool/sw for syntax check of mail addr (RFC 3696)

2012-07-16 Thread Michelle Konzack
Hello Matthias Apitz, Am 2012-07-16 14:06:49, hacktest Du folgendes herunter: > Do we have anything in mutt which I could use to do a syntax check of > mail addrs as described in RFC 3696 (...)? Or are there any pointers to > such a tool, for C or Java? Thanks in advance Hehehe, currently I have

Re: OT: tool/sw for syntax check of mail addr (RFC 3696)

2012-07-16 Thread Paul
On Monday, 16 July, 2012 at 13:06:49 BST, Matthias Apitz wrote: Do we have anything in mutt which I could use to do a syntax check of mail addrs as described in RFC 3696 (...)? Or are there any pointers to such a tool, for C or Java? Thanks in advance #!/usr/bin/env perl use strict; use warnin

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 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 It does; it's called "search". > In one words: >

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 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 j

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 "~N (~x .*@stardiviner)" > > But I still do not know how to apply "?" into this patter. the "?" in this > pattern seems is "literal". The "?" will call . Are you looking

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 "~N (~x .*@stardiviner)" > > But I still do not know how to apply "?" into this patter. the "?" in t