aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-09 08:43:35 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-09 08:43:35 +0800
commit97a894dc7d40ebd32073c421a68caf582a1ba770 (patch)
tree81d790ea58aca2c24504379ce917e3fd59b4bd47 /mail/mail-tools.h
parentbc6cd6b9b6edb20bdf96a4e1f907639ec83e3e93 (diff)
downloadgsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar.gz
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar.bz2
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar.lz
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar.xz
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.tar.zst
gsoc2013-evolution-97a894dc7d40ebd32073c421a68caf582a1ba770.zip
Set the Forward->Quoted callback. Also set the forward->Attachment
2001-03-08 Jeffrey Stedfast <fejj@ximian.com> * folder-browser-factory.c: Set the Forward->Quoted callback. Also set the forward->Attachment callback. * mail-view.c (view_forward_msg): Specify FORWARD_ATTACHED. * mail-callbacks.c (forward_attached): Don't call forward_messages() anymore...never really needed to. Just handle it directly. (forward_inlined): Specify FORWARD_INLINE as the flag argument. (forward_quoted): New function sorta like forward_inlined except this forwards the message quoted. * mail-tools.c (mail_tool_forward_message): New function to prepare a message to be forwarded. svn path=/trunk/; revision=8611
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r--mail/mail-tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index 7f6aa647f3..5738ea0efa 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -76,4 +76,6 @@ mail_lookup_url_table (CamelMimeMessage *mime_message);
gchar *mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...);
+gchar *mail_tool_forward_message (CamelMimeMessage *message);
+
#endif