Hi, not sure if I'm allowed to go this off topic on here, sorry if not! I've just installed Solr FTS for Dovecot and its great, as is Dovecot! ;) It works perfectly for fast searches using Roundcube, but can anyone suggest any Windows and/or Linux mail clients that work well with IMAP searches rather than doing their own searches on local copies of mails? I've had a look at Thunderbird and you can use IMAP search, buy you have to manually select it from an advanced search dialogue and it seems you cannot make this the default behaviour. I also tried OperaMail but it doesn't appear to work at all (only header is searchable without downloading local copies). I'm pretty sure Outlook will only use its own search engine on its local copy of data. thanks a lot, Andy. PS this guide was really helpful for setting up Solr FTS with a recent release of Solr (I'm using 6.5), might be worth including a link somewhere on the Dovecot wiki?: http://mor-pah.net/2016/08/15/dovecot-2-2-with-solr-6-or-5
Neomutt. https://www.neomutt.org/ -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 214-642-9640 E-Mail: larryrtx at gmail.com US Mail: 5708 Sabbia Drive, Round Rock, TX 78665-2106 On 9/9/17, 9:58 AM, "dovecot on behalf of Andy Smith" <dovecot-bounces at dovecot.org on behalf of a.smith at ldex.co.uk> wrote: Hi, not sure if I'm allowed to go this off topic on here, sorry if not! I've just installed Solr FTS for Dovecot and its great, as is Dovecot! ;) It works perfectly for fast searches using Roundcube, but can anyone suggest any Windows and/or Linux mail clients that work well with IMAP searches rather than doing their own searches on local copies of mails? I've had a look at Thunderbird and you can use IMAP search, buy you have to manually select it from an advanced search dialogue and it seems you cannot make this the default behaviour. I also tried OperaMail but it doesn't appear to work at all (only header is searchable without downloading local copies). I'm pretty sure Outlook will only use its own search engine on its local copy of data. thanks a lot, Andy. PS this guide was really helpful for setting up Solr FTS with a recent release of Solr (I'm using 6.5), might be worth including a link somewhere on the Dovecot wiki?: http://mor-pah.net/2016/08/15/dovecot-2-2-with-solr-6-or-5
On Saturday, September 09, 2017 10:01:03 Larry Rosenman wrote:> Neomutt. > https://www.neomutt.org/ >Also alpine. https://www.washington.edu/alpine/ -- Greg Rivers
Am 2017-09-08 um 12:47 schrieb Andy Smith:> > I've had a look at Thunderbird and you can use IMAP search, buy you have > to manually select it from an advanced search dialogue and it seems you > cannot make this the default behaviour.Hello Andy, it is not that difficult to get a button in Thunderbird that does the lifting: - install add-on "Custom Buttons" - make a new button, code see attachment "Search on Server" seems to be remebered by the dialogue itself? -- peter -------------- next part -------------- var selektor = "Inhalt"; // Localized name in search drop-down openDialog( "chrome://messenger/content/SearchDialog.xul", "_blank", "chrome,resizable,status,centerscreen,dialog=no", { folder: gFolderDisplay.displayedFolder } ).addEventListener( "pageshow", function tempFunction(event) { this.removeEventListener(event.type, tempFunction, false); var searchAttr0 = this.document.getElementById("searchAttr0"); searchAttr0.value = searchAttr0.valueIds[searchAttr0.valueStrings.indexOf(selektor)]; this.document.getAnonymousElementByAttribute( this.document.getElementById("searchVal0"), "class", "search-value-textbox" ).focus(); }, false );