I got close to a thousand email daily. Is there any nice email searching (supporting regex, checking multiple fields, etc.) and sorting plugin I can use with Thunderbird?

I sometimes use Mutt but it's not available on a few computers I use.

link|improve this question

68% accept rate
You don't specify an operating system - what operating system(s) do you want the solution to work for? Also, are you willing to pay for a solution or want free or only OSS? – Steve Midgley Jun 5 '11 at 16:25
OS: mostly Linux and Mac OS X, rarely Windows. Both OSS and non-free software are OK. – Computist Jul 1 '11 at 18:22
feedback

1 Answer

In my opinion it is the wrong approach to do have the sorting done by the client. Ideally, mail should be sorted by the server when it arrives (i.e. not be placed in your inbox but elsewhere).

A setup that does very well performing that task is the dovecot MDA with sieve support - sieve is a protocol that allows every user to write a rules file that is then used by the server to sort the mail on arrival. Clients can contact the sieve service to edit the rules. There exists a Thunderbird Plugin here, RoundCube webmail also has support for it:

enter image description here

link|improve this answer
The problem is I don't have control of the email server and can't install anything like sieve. – Computist Jun 6 '11 at 1:42
feedback

Your Answer

 
or
required, but never shown

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