summaryrefslogtreecommitdiffstats
path: root/databases/evolution-data-server3/files/patch-camel_providers_imapx_camel-imapx-tokens.txt
blob: 8ce6381e9d836e7791b49d26cdb0070e0cfb77ba (plain) (blame)
1
2
3
4
5
6
7
8
--- camel/providers/imapx/camel-imapx-tokens.txt.orig   2010-04-26 14:25:22.000000000 +0200
+++ camel/providers/imapx/camel-imapx-tokens.txt    2010-04-26 14:25:32.000000000 +0200
@@ -1,5 +1,3 @@
-/* This contains all of the keywords we care about.  These
-   can be converted to an id very efficiently */
 struct _imapx_keyword {const gchar *name; camel_imapx_id_t id; };
 struct _imapx_keyword *imapx_tokenise_struct (register const char *str, register unsigned int len);
 %%