diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-11-10 03:36:03 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-11-10 03:36:03 +0800 |
commit | 056f54ee2814a37f40294c45fc78e49bfb40c358 (patch) | |
tree | df663422f31f329fb5213f8d75cf4482d3598fc8 /mail/mail-tools.h | |
parent | f47013c7c1b957703016880140f2fff4c1a9583c (diff) | |
download | gsoc2013-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.h | 2 |
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 |