diff options
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r-- | mail/mail-tools.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h index fc01294d4e..eaca223a2d 100644 --- a/mail/mail-tools.h +++ b/mail/mail-tools.h @@ -50,10 +50,6 @@ CamelFolder *mail_tool_get_trash (const char *url, int connect, CamelException * * and returns the path to the new movemail folder that was created. which shoudl be freed later */ char *mail_tool_do_movemail (const char *source_url, CamelException *ex); -/* Transfers all the messages from source into dest; - * source is emptied and synced. */ -void mail_tool_move_folder_contents (CamelFolder *source, CamelFolder *dest, gboolean use_cache, CamelException *ex); - XEvolution *mail_tool_remove_xevolution_headers (CamelMimeMessage *message); void mail_tool_restore_xevolution_headers (CamelMimeMessage *message, XEvolution *xev); void mail_tool_destroy_xevolution (XEvolution *xev); |