I'd like to do a search in my Gmail to find out the mails that I sent without reply.

I tried this, but it doesn't work:

label:sent -has:reply

it seems that the 'has' operator only accept :attachment

Is there a way to search the un-replied mails?

link|improve this question
feedback

2 Answers

I don't know of a direct way to do this, but you can create a filter that marks any mail containing "Re:" with a specific label (lets say RE), and the search for -{label:RE}

alternatively, skip the labeling part and search for -{"re:"}

link|improve this answer
Thanks Ophir, but if people use web gmail to reply a mail, the subject won't contain the RE or something like this. – Johnny Mar 14 '11 at 7:17
@Johnny Just tested it - it does ad a 'Re' - click the 'show details' link and it will show you the mail header. – Ophir Yoktan Mar 14 '11 at 7:34
@Ophir I see, yes the subject has the 'Re'. There is another problem, the gmail server seems to ignore the ':', which means, when I search for "Re:", it will show mails that contains "re". That would be a lot of non-reply mails. – Johnny Mar 14 '11 at 10:29
use quotes. and you can skip the tagging - just search -{"re:"} – Ophir Yoktan Mar 14 '11 at 10:43
@Ophir @Johnny I think the correct one will be -subject:"re:" to search only in the subjects of the e-mails. It still ignores the colon, so you might endup filtering out something that you don't want to. – Lipis Mar 14 '11 at 11:44
show 5 more comments
feedback

In the search bar, enter from:me to see al converstions that has messages sent by you. You can create a filter from this search and label it, for instance, REPLIED.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.