reassign 977726 dak retitle 977726 Done: psuedoheader should not be mime encoded tag 977726 patch thanks
On Sat, 19 Dec 2020, Rafael Laboissière wrote: > The header "Done:" in the web pages for the individual bugs are > wrongly displayed when the name of the person who closed the bug > contains non-ASCII characters. This is the case of my name, as we can > see in Bug#976382 [1]: This is because my fix for #950132 in dak was wrong, and used the mime-encoded Maintainer field instead of the unencoded maintainer field. The attached patch addresses this issue. -- Don Armstrong https://www.donarmstrong.com I really wanted to talk to her. I just couldn't find an algorithm that fit. -- Peter Watts _Blindsight_ p294
From ae4b846e8ac95f0bf51c4aa300de40336ef9f657 Mon Sep 17 00:00:00 2001 From: Don Armstrong <d...@donarmstrong.com> Date: Sun, 20 Dec 2020 08:04:59 -0800 Subject: [PATCH] The Done: field in the bug-close e-mails should not be mime-encoded This alters commit 53b2e48a05cf to use __MAINTAINER__ which is not mime-encoded instead of __MAINTAINER_FROM__. Closes #977726 --- templates/process-unchecked.bug-close | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/process-unchecked.bug-close b/templates/process-unchecked.bug-close index 58a024ea..ceea21ab 100644 --- a/templates/process-unchecked.bug-close +++ b/templates/process-unchecked.bug-close @@ -11,7 +11,7 @@ Subject: Bug#__BUG_NUMBER__: fixed in __SOURCE__ __VERSION__ Source: __SOURCE__ Source-Version: __VERSION__ -Done: __MAINTAINER_FROM__ +Done: __MAINTAINER__ We believe that the bug you reported is fixed in the latest version of __SOURCE__, which is due to be installed in the __DISTRO__ FTP archive. -- 2.29.2