aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-summary.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-06-07 02:55:45 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-06-07 02:55:45 +0800
commitc1aac7c40cf831bfcc8c15fe2881666395754ae1 (patch)
tree084cd0e2beb4be27657aa9a55c83dc2359ccc669 /camel/providers/imap/camel-imap-summary.h
parentae33d3f67e77c5182dec21c388605b4a4ae48e51 (diff)
downloadgsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.gz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.bz2
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.lz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.xz
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.tar.zst
gsoc2013-evolution-c1aac7c40cf831bfcc8c15fe2881666395754ae1.zip
worked on getting providers/imap/* to build cleanly, fixed a number of stupid errors and things like that
am commit'ing code since there are some volunteers that would like to work on imap svn path=/trunk/; revision=3440
Diffstat (limited to 'camel/providers/imap/camel-imap-summary.h')
-rw-r--r--camel/providers/imap/camel-imap-summary.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/camel/providers/imap/camel-imap-summary.h b/camel/providers/imap/camel-imap-summary.h
index 437331ce30..d17a5ebcd6 100644
--- a/camel/providers/imap/camel-imap-summary.h
+++ b/camel/providers/imap/camel-imap-summary.h
@@ -1,3 +1,4 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/*
* Copyright (C) 2000 Helix Code Inc.
*
@@ -70,12 +71,12 @@ guint camel_imap_summary_get_type (void);
CamelImapSummary *camel_imap_summary_new (const char *filename, const char *imap_name, ibex *index);
/* load/check the summary */
-int camel_imap_summary_load(CamelImapSummary *mbs, int forceindex);
+int camel_imap_summary_load (CamelImapSummary *mbs, int forceindex);
/* incremental update */
-int camel_imap_summary_update(CamelImapSummary *mbs, off_t offset);
+int camel_imap_summary_update (CamelImapSummary *mbs, off_t offset);
/* perform a folder expunge */
-int camel_imap_summary_expunge(CamelImapSummary *mbs);
+int camel_imap_summary_expunge (CamelImapSummary *mbs);
#endif /* ! _CAMEL_IMAP_SUMMARY_H */