Re: Add (extracted) attachment text to the search index?

Subject: Re: Add (extracted) attachment text to the search index?

Date: Wed, 01 Mar 2017 07:34:39 -0400

To: Olaf TNSB, notmuch@notmuchmail.org

Cc:

From: David Bremner


Olaf TNSB <still.another.person@gmail.com> writes:

> HI,
>
> I was wondering if it was possible to add the text extracted from an
> attachment to the search index?
>
> For the moment let's leave aside the important issues like - security,
> buffer overflows, clients having to install
> doc2text/pandoc/pdftotext/whatever...
>
>
> I *think* I'm trying to ask - How can I take a lump of text (e.g. from an
> attachment) and associate it with a message ID so I can then search for it?
>
> Is this a notmuch command, or a Xapien command?

This would require some modifications of notmuch. Either modifying
lib/index.cc to add the terms at indexing (notmuch new/insert) time, or
providing some way of adding the terms later. The former actually sounds
simpler to me.

d

Thread: