From 9e47a6cdff65c5f73595dc9361651058299fad17 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Sun, 10 Mar 2024 10:40:03 +0200 Subject: [PATCH] IDEAS.org: update for PDF indexing --- IDEAS.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/IDEAS.org b/IDEAS.org index 60d10d6d..0be1a3e0 100644 --- a/IDEAS.org +++ b/IDEAS.org @@ -36,3 +36,9 @@ future. buffer: https://github.com/djcb/mu/issues/1821 It's not so easy to get a useful one line description... perhaps the first line after the "Dear x,"? Moreover, this requires new functionality on the headers-view side as well. + +- Support indexing PDF (and other) attachments. This can be done extending + process_message_part in mu-message.cc; instead of using something + PDF-specific, we could pipe a PDF through some tool to extract text; and we'd + need some way for users to specify a MIME-type => tool mapping (in Config). + https://github.com/djcb/mu/issues/2117