evolution-data-server r9166 - trunk/camel/providers/groupwise
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution-data-server r9166 - trunk/camel/providers/groupwise
- Date: Tue, 22 Jul 2008 11:08:19 +0000 (UTC)
Author: psankar
Date: Tue Jul 22 11:08:19 2008
New Revision: 9166
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=9166&view=rev
Log:
2008-07-22 Sankar P <psankar novell com>
* camel-groupwise-folder.c (gw_update_summary):
Remove some buggy code, which are unnecessary after
one of the previous commits to avoid duplicate email
addresses as part of FROM field.
Modified:
trunk/camel/providers/groupwise/ChangeLog
trunk/camel/providers/groupwise/camel-groupwise-folder.c
Modified: trunk/camel/providers/groupwise/camel-groupwise-folder.c
==============================================================================
--- trunk/camel/providers/groupwise/camel-groupwise-folder.c (original)
+++ trunk/camel/providers/groupwise/camel-groupwise-folder.c Tue Jul 22 11:08:19 2008
@@ -1571,12 +1571,6 @@
str = g_string_append (str, " ");
}
- if (org->display_name && org->display_name[0] == '\0') {
-
- str = g_string_append (str, org->email);
- str = g_string_append (str, " ");
- }
-
if (org->email && org->email[0]) {
g_string_append (str, "<");
str = g_string_append (str, org->email);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]