From 28d8a9473fd1066f9660e589fe5d10c9b39291ce Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 22 Oct 2012 11:24:09 +0200 Subject: [PATCH] Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV) --- addressbook/backends/webdav/e-book-backend-webdav.c | 4 ---- 1 file changed, 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, -- 2.7.4