Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
how to search emails with multiple criteria?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  8 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jagadeesh  
View profile  
 More options Apr 30 2012, 5:18 am
Newsgroups: comp.mail.pine
From: Jagadeesh <mnjagade...@gmail.com>
Date: Mon, 30 Apr 2012 02:18:59 -0700 (PDT)
Local: Mon, Apr 30 2012 5:18 am
Subject: how to search emails with multiple criteria?
Hi,

I am looking for help regarding searching emails with conditions like
from: xyz & To: pqr & sent in last 7 days.

Have tried to google but did not get enough help.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kjell Andresen  
View profile  
 More options Apr 30 2012, 5:30 am
Newsgroups: comp.mail.pine
From: Kjell Andresen <kj...@dod.no>
Date: Mon, 30 Apr 2012 11:30:50 +0200
Local: Mon, Apr 30 2012 5:30 am
Subject: Re: how to search emails with multiple criteria?

Jagadeesh <mnjagade...@gmail.com> writes:
> I am looking for help regarding searching emails with conditions like
> from: xyz & To: pqr & sent in last 7 days.

> Have tried to google but did not get enough help.

Enable aggregate command set and the first ; (select) T(ext) A(ll): xyz
and then ; (alter) N(arrow) T(ext) T(o) pqr and then again ; (alter)
N(arrow) D(ate) /DATE/

When selecting the date ctrl+p lets you go back day by day if you won`t
write it in.

Kjell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagadeesh  
View profile  
 More options Apr 30 2012, 6:04 am
Newsgroups: comp.mail.pine
From: Jagadeesh <mnjagade...@gmail.com>
Date: Mon, 30 Apr 2012 03:04:02 -0700 (PDT)
Local: Mon, Apr 30 2012 6:04 am
Subject: Re: how to search emails with multiple criteria?

Wow!! this works. thanks
Is there any way I can do it in single key stroke?
like arrived in last 7 days and from xyz and to pqr

This I use repeatedly. so can I store it and evoke it with single key?
Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Kjell Andresen  
View profile  
 More options Apr 30 2012, 7:12 am
Newsgroups: comp.mail.pine
From: Kjell Andresen <kj...@dod.no>
Date: Mon, 30 Apr 2012 13:12:11 +0200
Local: Mon, Apr 30 2012 7:12 am
Subject: Re: how to search emails with multiple criteria?

Sorry, not that I know of.
If having multiple selections I try to grep in my archieve mail files,
but that will only work for queries to the same line in the file.

Kjell


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Howard Schwartz  
View profile  
 More options May 1 2012, 7:56 am
Newsgroups: comp.mail.pine
From: Howard Schwartz <howard...@gmail.com>
Date: Tue, 1 May 2012 11:56:03 +0000 (UTC)
Local: Tues, May 1 2012 7:56 am
Subject: Re: how to search emails with multiple criteria?
Jagadeesh <mnjagade...@gmail.com> wrote in
news:1623455.240.1335777539112.JavaMail.geo-discussion-forums@pbkc8:

> Hi,

> I am looking for help regarding searching emails with conditions like
> from: xyz & To: pqr & sent in last 7 days.

> Have tried to google but did not get enough help.

> Thanks

I find it easiest to use a windows grep for things like this such as the
free astrogrep or dngrep. They allow using regular expressions with and
and or statements, and other conditions in a single pass. They are very
fast when just searching for strings. They also let you double click on a
found line and go to that line in that file with yhour favorite editor.
Disadvantage is both of these use the net framework.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagadeesh  
View profile  
 More options May 2 2012, 1:01 am
Newsgroups: comp.mail.pine
From: Jagadeesh <mnjagade...@gmail.com>
Date: Tue, 1 May 2012 22:01:03 -0700 (PDT)
Local: Wed, May 2 2012 1:01 am
Subject: Re: how to search emails with multiple criteria?
Thanks for this info. I am linux user but this is useful info.

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Howard Schwartz  
View profile  
 More options May 8 2012, 7:11 pm
Newsgroups: comp.mail.pine
From: Howard Schwartz <howard...@gmail.com>
Date: Tue, 8 May 2012 23:11:13 +0000 (UTC)
Local: Tues, May 8 2012 7:11 pm
Subject: Re: how to search emails with multiple criteria?
Jagadeesh <mnjagade...@gmail.com> wrote in
news:21685238.270.1335934863973.JavaMail.geo-discussion-forums@pbpw7:

> Thanks for this info. I am linux user but this is useful info.

Well, of course, grep started out as a Unix tool and is standard for
almost every kind of Unix OS. Grep-like tools - awk, sed, even perl are
light-years more powerful search tools than those built into most email
clients, including pine.

I've even run across some, on occasion that will display blocks of text
containing searched for strings, e.g., the email message that contains a
regular expression. it is not hard to write, for instance, awk scripts
that will provide this capability.

As long as you have access to your stored email files, you can use one of
these tools.

Sometimes this is a problem for Pine users with accounts on
company, government, or university computers: The files on the mail-
server that stores your emails may not be accessible, except through the
pine client itself. Usually, if you are not worried about security, you
can work around this problem by storing email files in your local
directory. Then only INBOX will not be available to grep, etc.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jagadeesh  
View profile  
 More options May 9 2012, 4:55 am
Newsgroups: comp.mail.pine
From: Jagadeesh <mnjagade...@gmail.com>
Date: Wed, 9 May 2012 01:55:09 -0700 (PDT)
Local: Wed, May 9 2012 4:55 am
Subject: Re: how to search emails with multiple criteria?

Thanks much for this useful details. Could you please give an example how to use gre and awk in alpine?

Thanks


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »