aboutsummaryrefslogtreecommitdiffstats
path: root/camel/string-utils.h
diff options
context:
space:
mode:
authorbertrand <Bertrand.Guiheneuf@aful.org>1999-09-09 02:59:27 +0800
committerBertrand Guiheneuf <bertrand@src.gnome.org>1999-09-09 02:59:27 +0800
commit68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f (patch)
tree1c36f691b413aa8ddb92a90bd92e210ddb643bbd /camel/string-utils.h
parent13dce8b3355c97c426a3a975bfba5cbae875b9cc (diff)
downloadgsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.gz
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.bz2
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.lz
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.xz
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.tar.zst
gsoc2013-evolution-68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f.zip
Summary files are here and work !!!
1999-09-08 bertrand <Bertrand.Guiheneuf@aful.org> * camel/providers/MH/mh-summary.c (mh_load_summary): (mh_save_summary): (mh_create_summary): implemented summary (files) for MH folders. * camel/providers/MH/camel-mh-folder.c (_get_message_by_uid): implemented. (camel_mh_folder_class_init): (_get_message_uid): implemented svn path=/trunk/; revision=1219
Diffstat (limited to 'camel/string-utils.h')
-rw-r--r--camel/string-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/string-utils.h b/camel/string-utils.h
index a2457c5de7..e10aeaf6f6 100644
--- a/camel/string-utils.h
+++ b/camel/string-utils.h
@@ -38,14 +38,14 @@ typedef enum {
STRING_DICHOTOMY_NONE = 0,
STRING_DICHOTOMY_RIGHT_DIR = 1,
STRING_DICHOTOMY_STRIP_TRAILING = 2,
- STRING_DICHOTOMY_STRIP_LEADING = 4,
+ STRING_DICHOTOMY_STRIP_LEADING = 4
} StringDichotomyOption;
typedef enum {
STRING_TRIM_NONE = 0,
STRING_TRIM_STRIP_TRAILING = 1,
- STRING_TRIM_STRIP_LEADING = 2,
+ STRING_TRIM_STRIP_LEADING = 2
} StringTrimOption;
gboolean string_equal_for_glist (gconstpointer v, gconstpointer v2);