From: Arun Isaac <arunisaac@systemreboot.net>
To: Ricardo Wurmus <rekado@elephly.net>, 49115@debbugs.gnu.org
Cc: guile-email@systemreboot.net
Subject: bug#49115: Mumi inserts spurious underscore in bug title
Date: Thu, 29 Dec 2022 19:36:07 +0000 [thread overview]
Message-ID: <87ilhungt4.fsf@systemreboot.net> (raw)
In-Reply-To: <87y1qwbdlr.fsf@elephly.net>
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
next prev parent reply other threads:[~2022-12-29 19:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-06-19 11:37 bug#49115: Mumi inserts spurious underscore in bug title Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-06-19 11:43 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2022-12-24 22:53 ` Ricardo Wurmus
2022-12-29 19:36 ` Arun Isaac [this message]
2023-01-01 12:15 ` Ricardo Wurmus
2023-01-02 17:43 ` bug#49115: [PATCH 0/1] Do not check for MIME encoded words Arun Isaac
2023-01-02 17:43 ` bug#49115: [PATCH 1/1] debbugs: Do not check for MIME encoded words in subject Arun Isaac
2023-01-02 19:34 ` Ricardo Wurmus
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87ilhungt4.fsf@systemreboot.net \
--to=arunisaac@systemreboot.net \
--cc=49115@debbugs.gnu.org \
--cc=guile-email@systemreboot.net \
--cc=rekado@elephly.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).