#0 0xb6e80b52 in IA__g_list_last (list=0x1) at /build/buildd/glib2.0-2.14.1/glib/glist.c:453 [Error: /build/buildd/glib2.0-2.14.1/glib/glist.c was not found in source tree] #1 0xb6e81155 in IA__g_list_append (list=0x815bca0, data=0x1) at /build/buildd/glib2.0-2.14.1/glib/glist.c:75 [Error: /build/buildd/glib2.0-2.14.1/glib/glist.c was not found in source tree] #2 0xb7b8daee in e_list_get_iterator (list=0x80bf118) at e-list.c:81 [Error: e-list.c was not found in source tree] #3 0xb4e3f780 in mail_config_get_account_by_source_url (source_url=0xb07f9810 "mbox:/home/daniel/.evolution/mail/local#parity-20000624/zw/kirsti") at mail-config.c:678 673: 674: source = camel_url_new (source_url, NULL); 675: if (!source) 676: return NULL; 677: 678: iter = e_list_get_iterator ((EList *) config->accounts); 679: while (e_iterator_is_valid (iter)) { 680: account = (EAccount *) e_iterator_get (iter); 681: 682: if (account->source && account->source->url && account->source->url[0]) { 683: CamelURL *url; #4 0xb4e35e2c in em_uri_from_camel (curi=0xb07f9810 "mbox:/home/daniel/.evolution/mail/local#parity-20000624/zw/kirsti") at em-utils.c:1699 1694: if (curl == NULL) 1695: return g_strdup(curi); 1696: 1697: if (strcmp(curl->protocol, "vfolder") == 0) 1698: uid = "vfolder@local"; 1699: else if ((account = mail_config_get_account_by_source_url(curi)) == NULL) 1700: uid = "local@local"; 1701: else 1702: uid = account->uid; 1703: path = (provider->url_flags & CAMEL_URL_FRAGMENT_IS_PATH)?curl->fragment:curl->path; 1704: if (path) { #5 0xb4e51092 in vfolder_adduri_desc (mm=0xb07f98b8, done=0) at mail-vfolder.c:214 209: struct _adduri_msg *m = (struct _adduri_msg *)mm; 210: char *euri, *desc = NULL; 211: 212: /* Yuck yuck. Lookup the account name and use that to describe the path */ 213: /* We really need to normalise this across all of camel and evolution :-/ */ 214: euri = em_uri_from_camel(m->uri); 215: if (euri) { 216: CamelURL *url = camel_url_new(euri, NULL); 217: 218: if (url) { 219: const char *loc = NULL; #6 0xb4e446ac in do_op_status (mm=0xb4284cb8) at mail-mt.c:990 985: if (progress_icon == NULL) 986: progress_icon = e_icon_factory_get_icon ("stock_mail-unread", E_ICON_SIZE_MENU); 987: 988: MAIL_MT_UNLOCK (mail_msg_lock); 989: if (msg->ops->describe_msg) 990: what = msg->ops->describe_msg (msg, FALSE); 991: /* uncommenting because message is not very useful for a user, see bug 271734*/ 992: else { 993: what = g_strdup(""); 994: } 995: #7 0xb4e4526e in mail_msgport_received (source=0x80a9a00, cond=G_IO_IN, d=0x8107378) at mail-mt.c:500 495: if (log_ops) 496: fprintf(log, "%p: Received at GUI thread\n", m); 497: #endif 498: 499: if (m->ops->receive_msg) 500: m->ops->receive_msg(m); 501: if (m->msg.reply_port) 502: e_msgport_reply((EMsg *)m); 503: else { 504: if (m->ops->reply_msg) 505: m->ops->reply_msg(m); #8 0xb6eb26ed in g_io_unix_dispatch (source=0x80a9a48, callback=0xb4e45230 , user_data=0x8107378) at /build/buildd/glib2.0-2.14.1/glib/giounix.c:162 [Error: /build/buildd/glib2.0-2.14.1/glib/giounix.c was not found in source tree] #9 0xb6e8311c in IA__g_main_context_dispatch (context=0x80931f8) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2061 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #10 0xb6e8655f in g_main_context_iterate (context=0x80931f8, block=1, dispatch=1, self=0x8066690) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2694 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #11 0xb6e86909 in IA__g_main_loop_run (loop=0x80ed580) at /build/buildd/glib2.0-2.14.1/glib/gmain.c:2898 [Error: /build/buildd/glib2.0-2.14.1/glib/gmain.c was not found in source tree] #12 0xb78cbd13 in bonobo_main () at bonobo-main.c:311 [Error: bonobo-main.c was not found in source tree] #13 0x0805e739 in main (argc=2, argv=0xbfca1f94) at main.c:602 597: #else 598: g_idle_add ((GSourceFunc) idle_cb, remaining_args); 599: #endif 600: g_object_unref (client); 601: 602: bonobo_main (); 603: 604: e_icon_factory_shutdown (); 605: g_object_unref (program); 606: gnome_sound_shutdown (); 607: e_cursors_shutdown (); #14 0xb6d20050 in __libc_start_main () from /lib/tls/i686/cmov/libc.so.6 #15 0x0804ff71 in _start ()