diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-09 03:03:51 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 1999-09-09 03:03:51 +0800 |
commit | bb40dc75eecbd1a8932973e97e85334ca9dfbd9d (patch) | |
tree | 10d09c896a8a7afd364b4c067836d4e32c22b870 /camel/providers/MH/mh-summary.h | |
parent | 68ceb01f60817ca7b719f7d2fee25c4ec50f7c5f (diff) | |
download | gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar.gz gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar.bz2 gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar.lz gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar.xz gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.tar.zst gsoc2013-evolution-bb40dc75eecbd1a8932973e97e85334ca9dfbd9d.zip |
forgotten files
svn path=/trunk/; revision=1220
Diffstat (limited to 'camel/providers/MH/mh-summary.h')
-rw-r--r-- | camel/providers/MH/mh-summary.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/camel/providers/MH/mh-summary.h b/camel/providers/MH/mh-summary.h new file mode 100644 index 0000000000..27c9a21f60 --- /dev/null +++ b/camel/providers/MH/mh-summary.h @@ -0,0 +1,33 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ + +/* + * + * Copyright (C) 1999 Bertrand Guiheneuf <Bertrand.Guiheneuf@aful.org> . + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as + * published by the Free Software Foundation; either version 2 of the + * License, or (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 + * USA + */ + +#ifndef MH_SUMMARY_H +#define MH_SUMMARY_H 1 + +#include <glib.h> +#include "camel-mh-folder.h" + +void mh_generate_summary (CamelFolder *folder); +void mh_save_summary (CamelMhFolder *mh_folder); +gint mh_load_summary (CamelMhFolder *mh_folder); + +#endif /* MH_SUMMARY_H */ |