aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-utils.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-08-01 04:00:20 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-08-01 04:00:20 +0800
commit3ef60c2537f654d15bed4347dbc12076be3064fc (patch)
treea9fca24bffe91e1e1f4b576e616876b54256c6ec /camel/providers/imap/camel-imap-utils.h
parentf67eb8f79172e77dadb0c02636409e087856baeb (diff)
downloadgsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar.gz
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar.bz2
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar.lz
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar.xz
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.tar.zst
gsoc2013-evolution-3ef60c2537f654d15bed4347dbc12076be3064fc.zip
New convenience function to translate a Camel sexp into the equivalent
2000-07-31 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-utils.c (imap_translate_sexp): New convenience function to translate a Camel sexp into the equivalent IMAP sexp. * providers/imap/camel-imap-store.c: More places now use imap_next_word * providers/imap/camel-imap-folder.c (imap_search_by_expression): Implemented initial version (this may or may not work quite right) svn path=/trunk/; revision=4428
Diffstat (limited to 'camel/providers/imap/camel-imap-utils.h')
-rw-r--r--camel/providers/imap/camel-imap-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/providers/imap/camel-imap-utils.h b/camel/providers/imap/camel-imap-utils.h
index 8ea5a40dbc..11c6c48956 100644
--- a/camel/providers/imap/camel-imap-utils.h
+++ b/camel/providers/imap/camel-imap-utils.h
@@ -34,6 +34,8 @@ char *imap_next_word (char *buf);
gboolean imap_parse_list_response (char *buf, char *namespace, char **flags, char **sep, char **folder);
+char *imap_translate_sexp (const char *expression);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */