Re: [PATCH] Use parsed subject for mboxes

2018-04-10 Thread Veronika Kabatova
- Original Message - > From: "Stephen Finucane" > To: "Veronika Kabatova" , "Daniel Axtens" > > Cc: patchwork@lists.ozlabs.org > Sent: Monday, April 9, 2018 4:09:29 PM > Subject: Re: [PATCH] Use parsed subject for mboxes > > On M

Re: [PATCH] Use parsed subject for mboxes

2018-04-09 Thread Stephen Finucane
On Mon, 2018-04-09 at 09:00 -0400, Veronika Kabatova wrote: > - Original Message - > > From: "Daniel Axtens" > > To: "Stephen Finucane" , patchwork@lists.ozlabs.org > > Sent: Sunday, April 8, 2018 5:21:48 AM > > Subject: Re: [PATCH] Use pars

Re: [PATCH] Use parsed subject for mboxes

2018-04-09 Thread Veronika Kabatova
- Original Message - > From: "Daniel Axtens" > To: "Stephen Finucane" , patchwork@lists.ozlabs.org > Sent: Sunday, April 8, 2018 5:21:48 AM > Subject: Re: [PATCH] Use parsed subject for mboxes > > Stephen Finucane writes: > > > With

Re: [PATCH] Use parsed subject for mboxes

2018-04-07 Thread Daniel Axtens
Stephen Finucane writes: > With a recent change, we started using the original subject header > instead of the one we had already cleaned up at the parsing stage. Does anyone care about the cleaned up header in the mbox? Git strips it all off anyway... Is there any docs on why we did things that

Re: [PATCH] Use parsed subject for mboxes

2018-04-07 Thread Johannes Berg
On Sat, 2018-04-07 at 17:45 +0100, Stephen Finucane wrote: > On Sat, 2018-04-07 at 17:44 +0100, Stephen Finucane wrote: > > With a recent change, we started using the original subject header > > instead of the one we had already cleaned up at the parsing stage. > > Revert this aspect of that change

Re: [PATCH] Use parsed subject for mboxes

2018-04-07 Thread Stephen Finucane
On Sat, 2018-04-07 at 17:44 +0100, Stephen Finucane wrote: > With a recent change, we started using the original subject header > instead of the one we had already cleaned up at the parsing stage. > Revert this aspect of that change. > > Signed-off-by: Stephen Finucane > Fixes: 01b9cbb9 ("Include

[PATCH] Use parsed subject for mboxes

2018-04-07 Thread Stephen Finucane
With a recent change, we started using the original subject header instead of the one we had already cleaned up at the parsing stage. Revert this aspect of that change. Signed-off-by: Stephen Finucane Fixes: 01b9cbb9 ("Include all email headers in mboxes") --- patchwork/views/utils.py | 3 +++ 1