From: Daniel Kahn Gillmor Date: Tue, 28 May 2019 18:42:26 +0000 (-0400) Subject: index: repair "Mixed Up" messages before indexing. X-Git-Tag: archive/debian/0.30_rc0-1~140 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4b1a8fd18364a6e1f1a6e987c64aae760505999e;hp=4b1a8fd18364a6e1f1a6e987c64aae760505999e;p=notmuch index: repair "Mixed Up" messages before indexing. When encountering a message that has been mangled in the "mixed up" way by an intermediate MTA, notmuch should instead repair it and index the repaired form. When it does this, it also associates the index.repaired=mixedup property with the message. If a problem is found with this repair process, or an improved repair process is proposed later, this should make it easy for people to reindex the relevant message. The property will also hopefully make it easier to diagnose this particular problem in the future. Signed-off-by: Daniel Kahn Gillmor ---