Re: [trojita] Forward inline & Edit as new: first implementation step?

2018-02-03 Thread Erik Quaeghebeur
Dear Jan, Thanks for your reply […] this is more complex. MIME, a standard which defines how e-mail boddies look like, is quite complex. In short, an e-mail might be an arbitrarily nested tree-like structure. Trojita can reasonably easily parse all of that, and also render and display that

Re: [trojita] Forward inline & Edit as new: first implementation step?

2018-02-03 Thread Jan Kundrát
On sobota 3. února 2018 16:43:58 CET, Erik Quaeghebeur wrote: From my investigation of the code, it seems as if the first step would be to merge the current ComposeWidget::createReply and ComposeWidget::createForward methods: they share quite a bit of code and ComposeWidget::createForward does

[trojita] Forward inline & Edit as new: first implementation step?

2018-02-03 Thread Erik Quaeghebeur
Dear list, Two features that still have me go to other MUAs are ‘Forward inline‘ and ‘Edit as new’. Both seem like variants of ‘Replying’ (and a small degree ‘Forwarding’), which are present in Trojita. I've looked at the code to see what is available and would be needed. My impression is t