pazz / alot

Terminal-based Mail User Agent
GNU General Public License v3.0
701 stars 163 forks source link

query for mailcount #1449

Closed mrVanDalo closed 5 years ago

mrVanDalo commented 5 years ago

I would like to query for mailcount, for example to search for mails on a mailing list which got answered :search tag:list/questions and mailcount>1 or :search tag:list/questions and not mailcount:1

pazz commented 5 years ago

Sorry, if at all, this would be a feature for the underlying notmuch library. Alot just delegates search queries. I don't think this is possible with the current syntax (of course you can script it using several queries). Try to ask around in #notmuch or their mailing list?

dkg commented 4 years ago

I've posted the question over on https://notmuchmail.org/pipermail/notmuch/2019/028701.html

mrVanDalo commented 4 years ago

@dkg thank you again, I was just reading this mail thread. The thread:{ foo AND bar} was new to me though.