GNOME Bugzilla – Bug 654953
Fetch Notes in contact
Last modified: 2013-03-14 17:29:11 UTC
EWS + Exchange 2007 1. Create a contact in outlook 2. Add note and attach a file 3. Save in personal address book 4. Fetch contact in evolution 5. Evolution won't show any note or attached file
Downstream bug report from 3.6.3 about the Notes: https://bugzilla.redhat.com/show_bug.cgi?id=920363 Evolution doesn't support attachments on Contacts, hence I'd say fetch the Notes at least.
Created attachment 238880 [details] [review] Bug 654953 - Fetch Notes in contact
Review of attachment 238880 [details] [review]: Works fine, except one thing below. Fix it and commit, thanks. ::: src/addressbook/e-book-backend-ews.c @@ +851,3 @@ + return; + + if (g_ascii_strcasecmp (old_notes, new_notes)) { Only here two things: a) do not use case insensitive checking b) if any of these can be NULL, then there should be a test for it (though for me there wasn't NULL, it seems)
Pushed: https://git.gnome.org/browse/evolution-ews/commit/?id=e8521d9e84372b31c612ec49897487ebdf014955