[evolution-data-server] Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)



commit 28d8a9473fd1066f9660e589fe5d10c9b39291ce
Author: Milan Crha <mcrha redhat com>
Date:   Mon Oct 22 11:24:09 2012 +0200

    Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)

 .../backends/webdav/e-book-backend-webdav.c        |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/addressbook/backends/webdav/e-book-backend-webdav.c b/addressbook/backends/webdav/e-book-backend-webdav.c
index 1b28e0e..7478d4c 100644
--- a/addressbook/backends/webdav/e-book-backend-webdav.c
+++ b/addressbook/backends/webdav/e-book-backend-webdav.c
@@ -241,10 +241,6 @@ upload_contact (EBookBackendWebdav *webdav,
 		}
 	}
 
-	/* don't upload the UID and REV fields, they're only interesting inside
-	 * evolution and not on the webdav server */
-	e_contact_set (contact, E_CONTACT_UID, NULL);
-	e_contact_set (contact, E_CONTACT_REV, NULL);
 	request = e_vcard_to_string (E_VCARD (contact), EVC_FORMAT_VCARD_30);
 	soup_message_set_request (
 		message, "text/vcard", SOUP_MEMORY_TEMPORARY,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]