From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [192.168.2.1] (port=59553 helo=steel) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pAyhH-000o5b-0C; Fri, 30 Dec 2022 01:06:11 +0530 From: Arun Isaac To: Ricardo Wurmus , 49115@debbugs.gnu.org Cc: guile-email@systemreboot.net Subject: Re: Mumi inserts spurious underscore in bug title In-Reply-To: <87y1qwbdlr.fsf@elephly.net> References: <87y1qwbdlr.fsf@elephly.net> Date: Thu, 29 Dec 2022 19:36:07 +0000 Message-ID: <87ilhungt4.fsf@systemreboot.net> MIME-Version: 1.0 Content-Type: text/plain List-Id: Hi Ricardo, Thanks for the bug report! It's very strange, but I'm not able to reproduce this. I tried the following. bug_49114.mbox is downloaded from https://debbugs.gnu.org/cgi/bugreport.cgi?mbox=yes;bug=49114 --8<---------------cut here---------------start------------->8--- (use-modules (email email)) (pk (parse-email-headers "Subject: bug#49114: =?UTF-8?Q?=E2=80=98guix_?= =?UTF-8?Q?lint=E2=80=99?= should catch certificate validation exceptions ")) (for-each (lambda (bv) (pk (assoc-ref (email-headers (parse-email bv)) 'subject))) (call-with-input-file "bug_49114.mbox" mbox->emails)) --8<---------------cut here---------------end--------------->8--- Even at https://issues.guix.gnu.org/49114 , only the "bug title" has the spurious underscore. The subject of the first message does not. Is the bug title something stored in the xapian index? Could it be that this was an older bug that has corrupted the xapian index? If I understand correctly, mumi does not rebuild its xapian index. I think it should do so from time to time. It would help prevent old bugs from getting persisted in storage. Cheers, and wish you a Happy New Year! :-) Arun