[evolution/account-mgmt: 43/50] Adapt mailing-list-actions plugin to the new ESource API.
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/account-mgmt: 43/50] Adapt mailing-list-actions plugin to the new ESource API.
- Date: Sat, 1 Oct 2011 15:51:04 +0000 (UTC)
commit d58257bf973a3510d4aa5823be8742af02c4c7e0
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]