From mboxrd@z Thu Jan 1 00:00:00 1970 From: rlane@club.cc.cmu.edu (Rich Lane) Date: Sat, 25 Jul 2009 00:53:07 -0400 Subject: [sup-talk] [PATCH 0/18] Xapian-based index In-Reply-To: <20090723102325.GA4291@chistera.yi.org> References: <1245531017-9907-1-git-send-email-rlane@club.cc.cmu.edu> <1245854803-sup-4481@entry> <1245864733-sup-1216@entry> <1246022094-sup-3336@entry> <1247873980-sup-8574@wrasse> <20090723102325.GA4291@chistera.yi.org> Message-ID: <1248497184-sup-939@pion.club.cc.cmu.edu> > Yeah, thanks Rich! However, there seems to be something wrong with the > parsing of contacts. After reindexing with Xapian, my contact list has > entries like: > > dato at net.com.org.esAdeodato Simo other2 at domain.netother2 surname2 Thanks for the bug report, I've posted a patch (fix-mk_addrs-args) to fix this. You shouldn't need to reindex after applying the patch. > Plus, nor '!label:inbox' or '-label:inbox' work for me. From an > inspection of the code, it doesn't look to me as random negated labels > are being parsed. > > Any hints? You need to specify a non-negated term in the query. "type:mail -label:inbox" should work.