From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 2B8506DE2026 for ; Tue, 28 Feb 2017 18:58:07 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.119 X-Spam-Level: X-Spam-Status: No, score=-0.119 tagged_above=-999 required=5 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, FREEMAIL_FROM=0.001, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 36gO6Y13MGu4 for ; Tue, 28 Feb 2017 18:58:06 -0800 (PST) Received: from mail-it0-f41.google.com (mail-it0-f41.google.com [209.85.214.41]) by arlo.cworth.org (Postfix) with ESMTPS id 6F3D76DE1F87 for ; Tue, 28 Feb 2017 18:58:06 -0800 (PST) Received: by mail-it0-f41.google.com with SMTP id m27so4712iti.1 for ; Tue, 28 Feb 2017 18:58:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=F0mO5iIHrBx/hSePjTqxLDXPBKuDwAXiY0FXoWXpfFI=; b=Yn6gs8TISmRPMlUTpHwvi6e92RzUG1ejYDSUMbdo1whjoP5+klQpKkFu8ftLr8Zxpp coZDo3uo5MrH9s8CgHxKIsdkVeMkyBo2fKtLlu1L3yxAJGGE8GNF4x29sPr8mK5y7y1g t3xNZJeKjye8VZl7JXi0lw4VtgxQb5pFSCP/FYn83D1e8JmLpOL0UzdeTTdO4ALCN5Cp Hnr1+XmEiy0TLgCjod1WOyKMO3B2+ULZiQaMwa+btYtsABetTRLY1NmQ8pAC7ewKOwFP Ob2GqtVKRa9KzsjG3wppgAqLWlO3h2+QdKfy8O/olUFhKWfVOJCPwuVw/Nt6jaDZKyDl F0zg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=F0mO5iIHrBx/hSePjTqxLDXPBKuDwAXiY0FXoWXpfFI=; b=BlmTy4hY4I8UeH3EKBG/MKFN+nWmUwRyKcDXLs+rUMZoUehbGRAVd0WulhID9EsRFG Oo8zBJfTSsNBw4MlHiEoaH1+yxCjpBn/EnG1bS08VSe1Or0uAxJkBb1vcljsxYFY19ZJ RdmvcFXSr6OMvm4U232jzinlrp6NJx4xebqvNz0eEaegoKHqAqpiUuRU1IkJCr5y10rU Um2WFunY/Zui9Cr+QTQuSiiPJwiXe8yTF/iHhDddHxMUKXmgB00tFQJzB17l9ZfhXZuo pFmAyTSeotyMaFtqeWMzZVGZjQxzhu96T8yYARIuo2uFoqp+dpy3y8WDqYCexA3E8iS5 9mBg== X-Gm-Message-State: AMke39mdnNDsem12ZL4TDeD4XKNbJ5+8yYARmegTXKCjWH/OIxF+DcJ6P/CqC2AX/zpKLG1MJQUiERnyWSPsSg== X-Received: by 10.36.210.9 with SMTP id z9mr2183964itf.56.1488337085561; Tue, 28 Feb 2017 18:58:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.50.224.137 with HTTP; Tue, 28 Feb 2017 18:58:05 -0800 (PST) From: Olaf TNSB Date: Wed, 1 Mar 2017 13:58:05 +1100 Message-ID: Subject: Add (extracted) attachment text to the search index? To: notmuch@notmuchmail.org Content-Type: multipart/alternative; boundary=94eb2c058b664a8cbd0549a27bd0 X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Mar 2017 02:58:07 -0000 --94eb2c058b664a8cbd0549a27bd0 Content-Type: text/plain; charset=UTF-8 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? Thanks! --94eb2c058b664a8cbd0549a27bd0 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
HI,

I was wond= ering if it was possible to add the text extracted from an attachment to th= e search index?

For the moment let's leave aside the impor= tant issues like - security, buffer overflows, clients having to install do= c2text/pandoc/pdftotext/whatever...


I *think* I'm tryi= ng to ask - How can I take a lump of text (e.g. from an attachment) and ass= ociate it with a message ID so I can then search for it?

Is th= is a notmuch command, or a Xapien command?


<= /div>
Thanks!
--94eb2c058b664a8cbd0549a27bd0--