--- src/balsa-mblist.c.orig	Mon Dec 13 08:07:01 1999
+++ src/balsa-mblist.c	Wed Dec 29 06:33:27 1999
@@ -372,8 +372,8 @@
 	  
 	  style = gtk_style_copy (gtk_widget_get_style (GTK_WIDGET (ctree)));
 	  gdk_font_unref(style->font);
-	  font = gdk_font_load
-	    ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1");
+	  font = gdk_fontset_load
+	    ("-adobe-courier-medium-r-*-*-*-120-*-*-*-*-iso8859-1,*");
 	  style->font = font;
 	  gdk_font_ref(style->font);
 	  
