From: francois Date: Fri, 6 Feb 2015 09:09:05 +0000 (+0100) Subject: reindex a message already indexed X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=e9039a6a77e8f6568a4312febdecb354d5577b97;p=notmuch-archives.git reindex a message already indexed --- diff --git a/5d/263b944e2029ffeb51ae1ecb9fc8c2c9a6f105 b/5d/263b944e2029ffeb51ae1ecb9fc8c2c9a6f105 new file mode 100644 index 000000000..eeb3902b4 --- /dev/null +++ b/5d/263b944e2029ffeb51ae1ecb9fc8c2c9a6f105 @@ -0,0 +1,64 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by olra.theworths.org (Postfix) with ESMTP id 2FBD4431FC4 + for ; Fri, 6 Feb 2015 01:38:14 -0800 (PST) +X-Virus-Scanned: Debian amavisd-new at olra.theworths.org +X-Spam-Flag: NO +X-Spam-Score: 1.738 +X-Spam-Level: * +X-Spam-Status: No, score=1.738 tagged_above=-999 required=5 + tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_LOW=-0.7] + autolearn=disabled +Received: from olra.theworths.org ([127.0.0.1]) + by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ucRnFK-sN1PI for ; + Fri, 6 Feb 2015 01:38:11 -0800 (PST) +X-Greylist: delayed 1295 seconds by postgrey-1.32 at olra; + Fri, 06 Feb 2015 01:38:10 PST +Received: from slow1-d.mail.gandi.net (slow1-d.mail.gandi.net [217.70.178.86]) + by olra.theworths.org (Postfix) with ESMTP id E99C1431FAE + for ; Fri, 6 Feb 2015 01:38:10 -0800 (PST) +Received: from relay3-d.mail.gandi.net (relay3-d.mail.gandi.net + [217.70.183.195]) + by slow1-d.mail.gandi.net (Postfix) with ESMTP id 8BD63496A6E + for ; Fri, 6 Feb 2015 10:13:06 +0100 (CET) +Received: from localhost (unknown + [IPv6:2a01:e35:8a40:5f00:1acf:5eff:fe3f:aff1]) + (Authenticated sender: francois@avalenn.eu) + by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 0E221A80B5 + for ; Fri, 6 Feb 2015 10:13:01 +0100 (CET) +Date: Fri, 6 Feb 2015 10:09:05 +0100 +From: francois@avalenn.eu +To: notmuch@notmuchmail.org +Subject: reindex a message already indexed +Message-ID: <20150206090905.GD3306@fjo-extia-HPdeb> +MIME-Version: 1.0 +Content-Type: text/plain; charset=us-ascii +Content-Disposition: inline +User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) +X-Mailman-Approved-At: Fri, 06 Feb 2015 08:50:52 -0800 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.13 +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: Fri, 06 Feb 2015 09:38:14 -0000 + +I would like to know is it is possible to force reindexation of an +already indexed message (without losing the tags, of course). + +The concerned messages had their content changed but this not +reflected in notmuch search results. + +Would changing the filename work ? + +F.