bug#45015: [mumi] 44964 cannot be displayed

2020-12-06 Thread Arun Isaac
>> I have fixed this bug in the latest guile-email master, and added >> tests to prevent regression. See >> https://git.systemreboot.net/guile-email/commit/?id=37e245539bc9e27db35731e7b517cdde397834e2 >> and >> https://git.systemreboot.net/guile-email/commit/?id=907a5d678c58eff653133df441aeecd3b70

bug#45015: [mumi] 44964 cannot be displayed

2020-12-06 Thread Ricardo Wurmus
Arun Isaac writes: >> For some reason “Jorge P. de Morais Neto ” is >> not split up into name and address parts but remains a single string. > > I have fixed this bug in the latest guile-email master, and added > tests to prevent regression. See > https://git.systemreboot.net/guile-email/commit

bug#45015: [mumi] 44964 cannot be displayed

2020-12-04 Thread Arun Isaac
> For some reason “Jorge P. de Morais Neto ” is > not split up into name and address parts but remains a single string. I have fixed this bug in the latest guile-email master, and added tests to prevent regression. See https://git.systemreboot.net/guile-email/commit/?id=37e245539bc9e27db35731e7b5

bug#45015: [mumi] 44964 cannot be displayed

2020-12-03 Thread Ricardo Wurmus
Arun Isaac writes: > This is likely a bug in guile-email. It shouldn't have returned the > unparsed From address. It was likely triggered by "Jorge P. de Morais > Neto " being an invalid address. The period > character is not allowed in the name and should have been quoted like > "\"Jorge P. de

bug#45015: [mumi] 44964 cannot be displayed

2020-12-03 Thread Arun Isaac
Hi, This is likely a bug in guile-email. It shouldn't have returned the unparsed From address. It was likely triggered by "Jorge P. de Morais Neto " being an invalid address. The period character is not allowed in the name and should have been quoted like "\"Jorge P. de Morais Neto\" ". I will in

bug#45015: [mumi] 44964 cannot be displayed

2020-12-03 Thread Ricardo Wurmus
Mumi commit 6fd49e9341d5673b70edfb333a4e5fa0a44128d2 works around this problem, which I suspect might be a bug in guile-email. For some reason “Jorge P. de Morais Neto ” is not split up into name and address parts but remains a single string. -- Ricardo

bug#45015: [mumi] 44964 cannot be displayed

2020-12-02 Thread Ricardo Wurmus
Display of issue 44964 fails because the email address is not properly split. --8<---cut here---start->8--- GET /44964 In mumi/web/server.scm: 33:9 9 (handler _ _) In mumi/web/controller.scm: 122:24 8 (_ _) In mumi/web/view/html.scm: 358:2 7 (issu