From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1ONuvX-00015k-TP for garchives@archives.gentoo.org; Sun, 13 Jun 2010 21:41:12 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7EB7E08D2; Sun, 13 Jun 2010 21:41:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6B16BE08D2 for ; Sun, 13 Jun 2010 21:41:08 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id EBA291B4059 for ; Sun, 13 Jun 2010 21:41:07 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2262) id B1A1E2C5F4; Sun, 13 Jun 2010 21:41:06 +0000 (UTC) From: "Pacho Ramos (pacho)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, pacho@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange/files: evolution-exchange-2.30.1-fix-warnings.patch evolution-exchange-2.30.1-ldap-flags.patch evolution-exchange-2.30.1-windows-mobile.patch evolution-exchange-2.30.1-message-source.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: evolution-exchange-2.30.1-fix-warnings.patch evolution-exchange-2.30.1-ldap-flags.patch evolution-exchange-2.30.1-windows-mobile.patch evolution-exchange-2.30.1-message-source.patch X-VCS-Directories: gnome-extra/evolution-exchange/files X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos Content-Type: text/plain; charset=utf8 Message-Id: <20100613214106.B1A1E2C5F4@corvid.gentoo.org> Date: Sun, 13 Jun 2010 21:41:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: f5c27945-a5ac-4031-bca6-a2bb8b82a308 X-Archives-Hash: 707fb865cf4ccf62595021531eb5cd35 pacho 10/06/13 21:41:06 Added: evolution-exchange-2.30.1-fix-warnings.patch evolution-exchange-2.30.1-ldap-flags.patch evolution-exchange-2.30.1-windows-mobile.patch evolution-exchange-2.30.1-message-source.patch Log: Add new version for Gnome 2.30 (Portage version: 2.1.8.3/cvs/Linux x86_64) Revision Changes Path 1.1 gnome-extra/evolution-exchange/files/evolution-excha= nge-2.30.1-fix-warnings.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch?rev=3D1.1= &view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch?rev=3D1.1= &content-type=3Dtext/plain Index: evolution-exchange-2.30.1-fix-warnings.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From ed3fb164eb20364498d8a619671328c024068bfe Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Fri, 30 Apr 2010 14:24:45 +0000 Subject: Bug #616913 - Unnecessary check producing false critical warning= s --- diff --git a/tools/exchange-share-config-listener.c b/tools/exchange-shar= e-config-listener.c index 8d8bc66..3dc1ae1 100644 --- a/tools/exchange-share-config-listener.c +++ b/tools/exchange-share-config-listener.c @@ -736,8 +736,6 @@ exchange_share_config_listener_get_account_for_uri (E= xchangeShareConfigListener GSList *accounts, *a; ExchangeAccount *res =3D NULL; =20 - g_return_val_if_fail (uri !=3D NULL, NULL); - if (!excl) excl =3D exchange_share_config_listener_get_global (); =20 -- cgit v0.8.3.1 1.1 gnome-extra/evolution-exchange/files/evolution-excha= nge-2.30.1-ldap-flags.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-ldap-flags.patch?rev=3D1.1&v= iew=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-ldap-flags.patch?rev=3D1.1&c= ontent-type=3Dtext/plain Index: evolution-exchange-2.30.1-ldap-flags.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From 5f4159f4050fdc84753a342fa2fb6c1f9e47dc51 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 28 Apr 2010 12:49:46 +0000 Subject: Add LDAP build flags to the EPlugin. --- diff --git a/eplugin/Makefile.am b/eplugin/Makefile.am index 4f710d7..b256dd5 100644 --- a/eplugin/Makefile.am +++ b/eplugin/Makefile.am @@ -27,7 +27,8 @@ liborg_gnome_exchange_operations_la_CPPFLAGS =3D \ $(EVOLUTION_DATA_SERVER_CFLAGS) \ $(EVOLUTION_PLUGIN_CFLAGS) \ $(EVOLUTION_SHELL_CFLAGS) \ - $(EVOLUTION_MAIL_CFLAGS) + $(EVOLUTION_MAIL_CFLAGS) \ + $(LDAP_CFLAGS) =20 =20 liborg_gnome_exchange_operations_la_SOURCES =3D \ @@ -65,6 +66,7 @@ liborg_gnome_exchange_operations_la_LIBADD =3D \ $(EVOLUTION_SHELL_LIBS) \ $(EVOLUTION_MAIL_LIBS) \ $(PTHREAD_LIB) \ + $(LDAP_LIBS) \ $(DNS_LIBS) =20 liborg_gnome_exchange_operations_la_LDFLAGS =3D \ -- cgit v0.8.3.1 1.1 gnome-extra/evolution-exchange/files/evolution-excha= nge-2.30.1-windows-mobile.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-windows-mobile.patch?rev=3D1= .1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-windows-mobile.patch?rev=3D1= .1&content-type=3Dtext/plain Index: evolution-exchange-2.30.1-windows-mobile.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From 2ecc00b0c4ba504d67549977e21509ddf53c5ac8 Mon Sep 17 00:00:00 2001 From: Peter Date: Thu, 29 Apr 2010 19:08:49 +0000 Subject: Bug #403903 - Appointments don't display in Windows Mobile 5 --- diff --git a/calendar/e-cal-backend-exchange-calendar.c b/calendar/e-cal-= backend-exchange-calendar.c index e17f495..8a84afa 100644 --- a/calendar/e-cal-backend-exchange-calendar.c +++ b/calendar/e-cal-backend-exchange-calendar.c @@ -748,6 +748,7 @@ create_object (ECalBackendSync *backend, EDataCal *ca= l, E2kContext *e2kctx; struct _cb_data *cbdata; gboolean send_options; + ECalComponentClassification classif; =20 d(printf ("ecbexc_create_object(%p, %p, %s, %s)", backend, cal, *calobj= ? *calobj : NULL, *uid ? *uid : NULL)); =20 @@ -836,6 +837,17 @@ create_object (ECalBackendSync *backend, EDataCal *c= al, cbdata->vcal_comp =3D e_cal_util_new_top_level (); cbdata->cal =3D cal; =20 + /* Though OWA produces "CLASS:" (which we map to + * "CLASS:PUBLIC" above), it will accept "CLASS:PUBLIC". + * However, some other exchange clients, notably Windows + * Mobile Outlook, don't work unless we map "CLASS:PUBLIC" + * back to "CLASS:". For details, see + * https://bugzilla.gnome.org/show_bug.cgi?id=3D403903#c23 + */ + e_cal_component_get_classification (comp, &classif); + if (classif =3D=3D E_CAL_COMPONENT_CLASS_PUBLIC) + e_cal_component_set_classification (comp, E_CAL_COMPONENT_CLASS_NONE); + /* Remove X parameters from properties */ /* This is specifically for X-EVOLUTION-END-DATE, but removing anything else is probably ok too */ -- cgit v0.8.3.1 1.1 gnome-extra/evolution-exchange/files/evolution-excha= nge-2.30.1-message-source.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-message-source.patch?rev=3D1= .1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolut= ion-exchange/files/evolution-exchange-2.30.1-message-source.patch?rev=3D1= .1&content-type=3Dtext/plain Index: evolution-exchange-2.30.1-message-source.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D >From c81811577adc7003b6917e9b22c8a9cdd769fc24 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 10 May 2010 12:23:03 +0000 Subject: Bug #617510 - Displays source of a message sent by RoadSync 5 --- diff --git a/camel/camel-exchange-folder.c b/camel/camel-exchange-folder.= c index c45243a..abbad0b 100644 --- a/camel/camel-exchange-folder.c +++ b/camel/camel-exchange-folder.c @@ -423,6 +423,22 @@ get_message (CamelFolder *folder, const gchar *uid, = CamelException *ex) if (!ba) return NULL; =20 + while ((ba->len > 10 && g_str_has_prefix ((const gchar *)ba->data, "MAI= L FROM:")) || + (ba->len > 8 && g_str_has_prefix ((const gchar *)ba->data, "RCP= T TO:")) || + (ba->len > 2 && (ba->data[0] =3D=3D '\n' || ba->data[1] =3D=3D = '\n'))) { + guint i; + + i =3D 0; + while (i < ba->len && ba->data[i] !=3D '\n') + i++; + + if (i < ba->len) + g_byte_array_remove_range (ba, 0, i + 1); + else + break; + } + + stream =3D camel_stream_mem_new_with_byte_array (ba); =20 crlffilter =3D camel_mime_filter_crlf_new (CAMEL_MIME_FILTER_CRLF_DECOD= E, CAMEL_MIME_FILTER_CRLF_MODE_CRLF_ONLY); -- cgit v0.8.3.1