Can't open html mail (version 2.2.6)



Hello!

Thanx for this patch. I can now build it. But if i open a html-mail, that contains references to images, the program crashes. This mail was received with an older Balsa release (i think 1.2). This is the message appears in console, where Balsa was invoked:
(balsa:9194): HtmlCss-WARNING **: Unhandled property: 348 word-wrap

non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/logos/ebay_95x39.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/globalAssets/ltCurve.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/globalAssets/rtCurve.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/lst/_p__64x15.gif
non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/s.gif
non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/buttons/btnShopNow.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/icon/iconPic_20x20.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/bin_15x54.gif non-local URL request ignored: http://pics.ebaystatic.com/aw/pics/icon/iconStoresNW_20x20.gif non-local URL request ignored: http://include.ebaystatic.com/aw/pics/css/ebay.css


and this was the backtarce:
Backtrace was generated from '/usr/bin/balsa'

0x420ae169 in ?? ()
#0  0x420ae169 in ?? ()
#1  0x40dedc63 in ?? ()
#2  0x40084ff5 in ?? ()
#3  0x40def47e in ?? ()
#4  <signal handler called>
#5  0x408b44be in ?? ()
#6  0x408afc87 in ?? ()
#7  0x40a0b1da in ?? ()
#8  0x409f7e30 in ?? ()
#9  0x409f80d0 in ?? ()
#10 0x409f905c in ?? ()
#11 0x409f90b7 in ?? ()
#12 0x40cd2c83 in ?? ()
#13 0x40ccff65 in ?? ()
#14 0x40cd0f98 in ?? ()
#15 0x40cd12ad in ?? ()
#16 0x40cd1a1f in ?? ()
#17 0x4093039f in ?? ()
#18 0x08086d6e in notebook_switch_page_cb ()
#19 0x420158d4 in ?? ()

In Balsa 1.2 there wasn't any problems with html mails. The images was simply displayed as a blank square.

Any hint are welcome.





Am 2005.10.24 20:39 schrieb(en) Peter Bloomfield:
On 10/24/2005 01:31:07 PM, Daniel Tahin wrote:
Hi,

it seems, i don't have any luck with the compilation. There was an other error:

That bug was fixed in the balsa-2-2 cvs branch. The attached patch should backport the fix to balsa-2.2.6.

Peter
--- src/sendmsg-window.c-orig	2005-10-24 14:33:34.000000000
-0400
+++ src/sendmsg-window.c	2005-10-24 14:35:54.000000000 -0400
@@ -4531,15 +4531,19 @@
 static void
 reflow_selected_cb(GtkWidget * widget, BalsaSendmsg * bsmsg)
 {
+#if NEW_ADDRESS_ENTRY_WIDGET
     GtkWidget *focus_widget;
+#endif /* NEW_ADDRESS_ENTRY_WIDGET */
     GtkTextView *text_view;
     GtkTextBuffer *buffer;
     regex_t rex;

+#if NEW_ADDRESS_ENTRY_WIDGET
     focus_widget = gtk_window_get_focus(GTK_WINDOW(bsmsg->window));
     if (focus_widget && GTK_IS_ENTRY(focus_widget)
         && libbalsa_address_entry_show_matches((GtkEntry *)
focus_widget))
         return;
+#endif /* NEW_ADDRESS_ENTRY_WIDGET */

     if (!bsmsg->flow)
 	return;




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