aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-format.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-05-07 01:16:22 +0800
committerDan Winship <danw@src.gnome.org>2000-05-07 01:16:22 +0800
commit2ef945c6e2ef11c4269a3729a9df7c824b0408e5 (patch)
treec4b55c31c44509c9fb3ab19a71e7a57edbecd6f0 /mail/mail-format.h
parent6ccb0487b00f9d7a4154af10ad8e4ed85e7be382 (diff)
downloadgsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.gz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.bz2
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.lz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.xz
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.tar.zst
gsoc2013-evolution-2ef945c6e2ef11c4269a3729a9df7c824b0408e5.zip
consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and
* mail.h: consolidate mail-format.h, mail-identify.h, mail-ops.h, main.h and session.h into this new file. There's no reason to have a .h for every .c. svn path=/trunk/; revision=2830
Diffstat (limited to 'mail/mail-format.h')
-rw-r--r--mail/mail-format.h51
1 files changed, 0 insertions, 51 deletions
diff --git a/mail/mail-format.h b/mail/mail-format.h
deleted file mode 100644
index 39265014d6..0000000000
--- a/mail/mail-format.h
+++ /dev/null
@@ -1,51 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-
-/*
- * Author :
- * Matt Loper <matt@helixcode.com>
- *
- * Copyright 2000, Helix Code, Inc. (http://www.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 Street #330, Boston, MA 02111-1307, USA.
- *
- */
-
-#ifndef MAIL_FORMAT_H
-#define MAIL_FORMAT_H
-
-#ifdef __cplusplus
-extern "C" {
-#pragma }
-#endif /* __cplusplus }*/
-
-#include <gtkhtml/gtkhtml.h>
-#include "camel/camel.h"
-#include "composer/e-msg-composer.h"
-
-void mail_format_mime_message (CamelMimeMessage *mime_message, GtkBox *box);
-
-EMsgComposer *mail_generate_reply (CamelMimeMessage *mime_message,
- gboolean to_all);
-
-EMsgComposer *mail_generate_forward (CamelMimeMessage *mime_message,
- gboolean forward_as_attachment,
- gboolean keep_attachments);
-
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
-#endif // CAMEL_FORMATTER_H
-