[evolution-exchange] Adapt to Evolution enum type changes.



commit 5503fab3086c60d2ce5d57c348a8b92aa81f908a
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Oct 18 14:28:10 2010 -0400

    Adapt to Evolution enum type changes.

 eplugin/exchange-delegates-user.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/eplugin/exchange-delegates-user.c b/eplugin/exchange-delegates-user.c
index 3a7ac71..a8bf13b 100644
--- a/eplugin/exchange-delegates-user.c
+++ b/eplugin/exchange-delegates-user.c
@@ -538,7 +538,7 @@ exchange_delegates_user_edit (ExchangeAccount *account,
 			}
 
 			/* Send the permissions summarizing mail */
-			out_folder = e_mail_local_get_folder (E_MAIL_FOLDER_OUTBOX);
+			out_folder = e_mail_local_get_folder (E_MAIL_LOCAL_FOLDER_OUTBOX);
 			info = camel_message_info_new (NULL);
 			camel_message_info_set_flags (info, CAMEL_MESSAGE_SEEN, CAMEL_MESSAGE_SEEN);
 			mail_append_mail (out_folder, delegate_mail, info, em_utils_delegates_done, NULL);



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