On Sat, 2012-05-19 at 13:19 -0400, Joe Beaubien wrote: > I have a dovecot 2.1.6 setup with fts_lucene. > > The lucene indexes get created/updated fine when I do a manual search thru > telnet.
So you run SEARCH TEXT or SEARCH BODY? > However, if I run a webapp that uses the php::imap_search function, the > index never gets created/updated. What IMAP command is this search sending? You could check by e.g. running rawlog: http://wiki2.dovecot.org/Debugging/Rawlog > I run indo the same problem with > thunderbird and full-body search. Thunderbird probably isn't using IMAP SEARCH at all, but using its own local indexes. Although this is configurable I think.
