Re: HTML support



Great.  I've been wanting a way to view html as text within balsa for a long time.
Finally I just did a quick & dirty hack - change the line in balsa-message.h:

    ishtml = (g_strcasecmp(content_type, "text/html") == 0);

to just 

    ishtml = 0;

I've been using it for a while now & it hasn't seemed to break anything.

Worked in 1.3.5 and 1.3.6.

Looking forward to trying out your patch though.

-david


On 2002.05.16 02:27 Toralf Lund wrote:
> I've made quite a lot of changes and additions to Balsa's HTML support 
> lately. Please refer to Bug 58915 
> (http://bugzilla.gnome.org/show_bug.cgi?id=58915) for an explanation of 
> what I've done, and give me your comments.
> 
> - Toralf



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]