[evolution-data-server/gnome-3-6] Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/gnome-3-6] Bug #640594 - Save also UID/REV in WebDAV backend (for CardDAV)
- Date: Mon, 22 Oct 2012 09:26:56 +0000 (UTC)
commit a540f318df15819167108671a472c2b34d3ef0a3
Author: Milan Crha <mcrha redhat com>
Date: Mon Oct 22 11:25:00 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 a5651c0..14e4e94 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]