[evolution-mapi] Added comment about other solutions for bug #561794
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Added comment about other solutions for bug #561794
- Date: Fri, 27 Nov 2009 12:47:41 +0000 (UTC)
commit bd83deaf7d6447851d7e1673a548e28be631db04
Author: Milan Crha <mcrha redhat com>
Date: Fri Nov 27 13:45:05 2009 +0100
Added comment about other solutions for bug #561794
src/libexchangemapi/exchange-mapi-connection.c | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/src/libexchangemapi/exchange-mapi-connection.c b/src/libexchangemapi/exchange-mapi-connection.c
index 455ceb2..b564ffc 100644
--- a/src/libexchangemapi/exchange-mapi-connection.c
+++ b/src/libexchangemapi/exchange-mapi-connection.c
@@ -2160,6 +2160,14 @@ exchange_mapi_create_item (uint32_t olFolder, mapi_id_t fid,
if (retval != MAPI_E_SUCCESS) {
mapi_errstr("SubmitMessage", GetLastError());
+ /*
+ The code is storing message right to Sent items instead of Outbox,
+ because fetching PR_ENTRYID or PR_IPM_SENTMAIL_ENTRYID didn't seem
+ to work in time of doing this change.
+
+ For more information and other possible (correct) approaches see:
+ https://bugzilla.gnome.org/show_bug.cgi?id=561794
+ */
if ((options & MAPI_OPTIONS_DELETE_ON_SUBMIT_FAILURE) != 0) {
mid = mapi_object_get_id (&obj_message);
mapi_object_release(&obj_message);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]