aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-11-10 03:36:03 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-11-10 03:36:03 +0800
commit056f54ee2814a37f40294c45fc78e49bfb40c358 (patch)
treedf663422f31f329fb5213f8d75cf4482d3598fc8 /mail/mail-tools.h
parentf47013c7c1b957703016880140f2fff4c1a9583c (diff)
downloadgsoc2013-evolution-056f54ee2814a37f40294c45fc78e49bfb40c358.tar.gz
gsoc2013-evolution-056f54ee2814a37f40294c45fc78e49bfb40c358.tar.zst
gsoc2013-evolution-056f54ee2814a37f40294c45fc78e49bfb40c358.zip
Was x_evolution_message_parse from folder-browser.c. A space char is no
2001-11-08 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.c (mail_tools_x_evolution_message_parse): Was x_evolution_message_parse from folder-browser.c. A space char is no longer used to separate the folder URI and the first uid, instead this is now done with a nul-char so update to parse the newer/better format. * component-factory.c (destination_folder_handle_drop): Update to parse the new/better format. * folder-browser.c (x_evolution_message_parse): Moved to mail-tools.c (message_list_drag_data_get): Instead of placing a space char after the folder URI, instead use a nul-char. svn path=/trunk/; revision=14645
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 2c94f09c0b..1414eec99f 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -81,4 +81,6 @@ gchar *mail_tool_quote_message (CamelMimeMessage *message, const char *fmt, ...)
gchar *mail_tool_forward_message (CamelMimeMessage *message, gboolean quoted);
+CamelFolder *mail_tools_x_evolution_message_parse (char *in, unsigned int inlen, GPtrArray **uids);
+
#endif
ch2015-04-164-28/+30 * Stop installing infopages in preparation for removal of bsd.info.mk frombapt2015-01-032-3/+11 * Cleanup plistbapt2014-10-271-2/+0 * In some straightforward situations, protect examples behind PORTEXAMPLES,adamw2014-08-062-24/+24 * Add direct KERBEROS_SUPPORT assignment to avoid undefined variableache2014-07-151-0/+2 * MK_KERBEROS_SUPPORT can't be set by user, so rename it to KERBEROS_SUPPORTache2014-07-152-1/+12 * Fix build on systems without kerberos installed by addingache2014-07-152-15/+9 * Remove "mkdir -p %%EXAMPLESDIR%%/contrib" from pkg-plist.olgeni2014-06-302-1/+1 * Allow to build info pages with texinfo from portsantoine2014-06-261-1/+1 * Fix cvs build on at least 10.0.mat2014-06-192-1/+16 * Live in the world of new Makefiles.eadler2014-05-271-2/+2 * Modernize porteadler2014-03-131-2/+1 * Tie OSVERSION to OPSYSeadler2013-12-091-1/+1 * Remove useless NEED_ROOT and use proper USES=uidfixbapt2013-10-311-2/+1 * Remove superfluous mkdireadler2013-10-201-1/+0 * - Convert to stagingeadler2013-10-202-12/+11 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1 * Remove now excess verbiage.eadler2013-07-171-2/+0 * Change upstream to the exact sources used by FreeBSD.eadler2012-09-066-130/+44