John Gardiner Myers wrote:
> Ben Bucksch wrote:
>
>>> Would anyone object if I removed the ability to save a message as HTML?
>>
>> Oh, yes! Despite the fact that you would remove the ability to *display*
>> the msgs, why would you want to remove it?
>
> No, the code to display the messages is different than the code to save
> them as html.
Which code parts (for display and save as) are you referring to?
John, I wrote that (converter) code (at least for normal plaintext and
part of f=flowed). Unless I'm missing something, the SaveAsHTML "code"
in libmime is just a special case (some |if|s to skip same tags) of the
display code. Actually, after double-checking, we need these ifs anyway
for quoting.
> Removing the ability to save the messages as HTML would
> simplify the code, making it more maintainable.
And remove a nice feature.