aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-source-element.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-filter-source-element.c')
-rw-r--r--mail/em-filter-source-element.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-filter-source-element.c b/mail/em-filter-source-element.c
index b95c140c58..b6d518d6d6 100644
--- a/mail/em-filter-source-element.c
+++ b/mail/em-filter-source-element.c
@@ -32,8 +32,6 @@
#include <gtk/gtk.h>
#include <camel/camel.h>
-#include <libedataserver/e-sexp.h>
-
#include <e-util/e-account-utils.h>
#include <filter/e-filter-part.h>
@@ -402,7 +400,7 @@ filter_source_element_format_sexp (EFilterElement *fe,
{
EMFilterSourceElement *fs = (EMFilterSourceElement *) fe;
- e_sexp_encode_string (out, fs->priv->active_id);
+ camel_sexp_encode_string (out, fs->priv->active_id);
}
static void