search for: fts_notmuch

Displaying 1 result from an estimated 1 matches for "fts_notmuch".

2014 Jan 04
1
Writing an FTS plugin
...he call to seq_range_array_add(). Interestingly, SEARCH commands return correct results (based on the mailbox content and the search terms specified), but I'm not sure where those results are coming from. The notmuch plugin is the only configured FTS plugin: mail_plugins = $mail_plugins fts fts_notmuch plugin { fts = notmuch } What might I be doing wrong? Additionally, notmuch returns message filenames, which I'll need to translate to UIDs. I've seen maildir_uidlist_get_uid(), but I'm not sure where to get the struct maildir_uidlist arg it needs. notmuch only supports the Ma...