diff options
author | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-05 03:15:42 +0800 |
---|---|---|
committer | Bertrand Guiheneuf <bertrand@src.gnome.org> | 2000-01-05 03:15:42 +0800 |
commit | a3b357a50150609a52ffc327c9355fceecab0b8a (patch) | |
tree | 62823a1bc540c4b5043ba6501e089a0623967401 /camel/providers/mbox/camel-mbox-parser.h | |
parent | 316a4c47ff4abfca30682164793c2cec70da753d (diff) | |
download | gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar.gz gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar.bz2 gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar.lz gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar.xz gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.tar.zst gsoc2013-evolution-a3b357a50150609a52ffc327c9355fceecab0b8a.zip |
sync before Boston
svn path=/trunk/; revision=1534
Diffstat (limited to 'camel/providers/mbox/camel-mbox-parser.h')
-rw-r--r-- | camel/providers/mbox/camel-mbox-parser.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/camel/providers/mbox/camel-mbox-parser.h b/camel/providers/mbox/camel-mbox-parser.h new file mode 100644 index 0000000000..19b7a42dc8 --- /dev/null +++ b/camel/providers/mbox/camel-mbox-parser.h @@ -0,0 +1,25 @@ +/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ +/* camel-mbox-parser.c : mbox folder parser */ + +/* + * + * Copyright (C) 1999 Bertrand Guiheneuf <bertrand@helixcode.com> . + * + * 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 + */ + + + |