aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-13 04:02:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-13 04:02:07 +0800
commit1da80ba154357a63159a78be2ea203c86f3d3fd1 (patch)
tree6c259bf36e5a07f056cc2eb9215cd73c0deb97df
parent7001706f5f99bb007006659b5cceb9a546d29b5a (diff)
downloadgsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar.gz
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar.bz2
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar.lz
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar.xz
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.tar.zst
gsoc2013-evolution-1da80ba154357a63159a78be2ea203c86f3d3fd1.zip
Removed unused function prototype.
2003-08-12 Jeffrey Stedfast <fejj@ximian.com> * mail-tools.h: Removed unused function prototype. svn path=/trunk/; revision=22195
-rw-r--r--mail/ChangeLog4
-rw-r--r--mail/mail-tools.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7afe3913e1..b74f1dcdf6 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,7 @@
+2003-08-12 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-tools.h: Removed unused function prototype.
+
2003-08-11 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (remove_timeout): Removed.
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);