[evolution/account-mgmt: 43/49] Adapt mailing-list-actions plugin to the new ESource API.



commit 764cd908785b3311a71250e568d766c109a93cdd
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Apr 25 15:16:52 2011 -0400

    Adapt mailing-list-actions plugin to the new ESource API.

 .../mailing-list-actions/mailing-list-actions.c    |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/plugins/mailing-list-actions/mailing-list-actions.c b/plugins/mailing-list-actions/mailing-list-actions.c
index e9d2dda..bf3c72a 100644
--- a/plugins/mailing-list-actions/mailing-list-actions.c
+++ b/plugins/mailing-list-actions/mailing-list-actions.c
@@ -41,7 +41,6 @@
 #include "mail/mail-mt.h"
 #include "mail/message-list.h"
 #include "e-util/e-util.h"
-#include "e-util/e-account-utils.h"
 #include "e-util/e-alert-dialog.h"
 #include "shell/e-shell-view.h"
 #include "shell/e-shell-window.h"
@@ -123,6 +122,7 @@ emla_list_action_cb (CamelFolder *folder,
                      GAsyncResult *result,
                      AsyncContext *context)
 {
+#if 0  /* ACCOUNT_MGMT */
 	const gchar *header = NULL, *headerpos;
 	gchar *end, *url = NULL;
 	gint t;
@@ -261,6 +261,7 @@ exit:
 	g_free (url);
 
 	async_context_free (context);
+#endif /* ACCOUNT_MGMT */
 }
 
 static void



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