From 16c9d26176e7db3c7aab99d44b35ea39d9f74951 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 17 Jun 2004 03:32:04 +0000 Subject: ** See #59885. 2004-06-17 Not Zed ** See #59885. * em-format-html-quote.[ch]: remove and remove from build, not used. * Makefile.am (libevolution_mail_la_LIBADD): add libeabutil and evolution-smime. * mail-component-factory.c (factory): there is no mail_config anymore. 2004-06-16 Not Zed * em-utils.c (em_utils_selection_get_urilist): handle comments in the urilist. Can't remember the rfc for it. svn path=/trunk/; revision=26374 --- mail/em-utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-utils.c') diff --git a/mail/em-utils.c b/mail/em-utils.c index 82a5d73f4f..fe7b30e7c5 100644 --- a/mail/em-utils.c +++ b/mail/em-utils.c @@ -1063,6 +1063,8 @@ em_utils_selection_get_urilist(GtkSelectionData *data, CamelFolder *folder) g_free(tmp); for (i=0;res == 0 && uris[i];i++) { g_strstrip(uris[i]); + if (uris[i][0] == '#') + continue; url = camel_url_new(uris[i], NULL); if (url == NULL) -- cgit v1.2.3