From 3ef60c2537f654d15bed4347dbc12076be3064fc Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 31 Jul 2000 20:00:20 +0000 Subject: New convenience function to translate a Camel sexp into the equivalent 2000-07-31 Jeffrey Stedfast * 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 --- camel/providers/imap/camel-imap-utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'camel/providers/imap/camel-imap-utils.h') 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 */ -- cgit