Re: Searching in multiple mailboxes

2000-10-25 Thread Jack McKinney
Big Brother tells me that Mark Weinem wrote: > On Wed, 25 Oct 2000, Jack McKinney wrote: > > > cd Maildir; > > find . -type f | xargs fgrep -l searchstring > > Wow, what a comfortable search tool ;-) For those who remember reading news this way, I thought you'd appreciate it. Sometimes sim

Re: Searching in multiple mailboxes

2000-10-25 Thread Rich Lafferty
On Wed, Oct 25, 2000 at 07:46:33PM +0200, Mark Weinem ([EMAIL PROTECTED]) wrote: > On Wed, 25 Oct 2000, Suresh Ramasubramanian wrote: > > > I believe grepmail does maildirs rather well. > > man grepmail: > > "[...] Mailboxes must be traditional, UNIX /bin/mail mailbox > format [...]"

Re: Searching in multiple mailboxes

2000-10-25 Thread Mark Weinem
On Wed, 25 Oct 2000, Jack McKinney wrote: > cd Maildir; > find . -type f | xargs fgrep -l searchstring Wow, what a comfortable search tool ;-) Ciao, Mark PGP signature

Re: Searching in multiple mailboxes

2000-10-25 Thread Mark Weinem
On Wed, 25 Oct 2000, Suresh Ramasubramanian wrote: > I believe grepmail does maildirs rather well. man grepmail: "[...] Mailboxes must be traditional, UNIX /bin/mail mailbox format [...]" Ciao, Mark

Re: Searching in multiple mailboxes

2000-10-25 Thread Jack McKinney
Big Brother tells me that Mark Weinem wrote: > On Mon, 23 Oct 2000, Benjamin Korvemaker wrote: > > > See "grepm" and "grepmail" > > But are there no tools for Maildirs? cd Maildir; find . -type f | xargs fgrep -l searchstring -- "Restore your inalienable human rights. Jack McKinney Vote

Re: Searching in multiple mailboxes

2000-10-24 Thread Suresh Ramasubramanian
Mark Weinem proclaimed on mutt-users that: > On Mon, 23 Oct 2000, Benjamin Korvemaker wrote: > > See "grepm" and "grepmail" > But are there no tools for Maildirs? I believe grepmail does maildirs rather well. -- Suresh Ramasubramanian + Wallopus Malletus Indigenensis mallet @ cluestick.or

Re: Searching in multiple mailboxes

2000-10-24 Thread Mark Weinem
On Mon, 23 Oct 2000, Benjamin Korvemaker wrote: > See "grepm" and "grepmail" But are there no tools for Maildirs? Ciao, Mark PGP signature

Re: Searching in multiple mailboxes

2000-10-23 Thread Benjamin Korvemaker
On Mon, Oct 23, 2000 at 08:58:06PM +0200, Wouter Verheijen wrote: > There is something that would be nice to have in Mutt: > Searching in multiple (or all) mailboxes. > Imagine this scenario: You are looking for a specified text > in every message you have. It is only possible to search one > mail

Re: Searching in multiple mailboxes

2000-10-23 Thread Jack McKinney
Big Brother tells me that Wouter Verheijen wrote: > There is something that would be nice to have in Mutt: > Searching in multiple (or all) mailboxes. > Imagine this scenario: You are looking for a specified text > in every message you have. It is only possible to search one > mailbox, so this mig