aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-movemail.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-27 02:32:10 +0800
committerDan Winship <danw@src.gnome.org>2000-07-27 02:32:10 +0800
commitc9e2825702fe00219cfb215fd87e8388bf40522b (patch)
treec2946414bc64a7bfa0ec2c208b43c7050d1fb22e /camel/camel-movemail.h
parent06415e37e226649e68d4c0e5b1015be635a89fe5 (diff)
downloadgsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar.gz
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar.bz2
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar.lz
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar.xz
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.tar.zst
gsoc2013-evolution-c9e2825702fe00219cfb215fd87e8388bf40522b.zip
routine to call an external movemail program. (camel_movemail): Nuke
* camel-movemail.c (movemail_external): routine to call an external movemail program. (camel_movemail): Nuke return value, use movemail_external when available and useful, and don't delete "dest" on errors, since it might have started non-empty. svn path=/trunk/; revision=4355
Diffstat (limited to 'camel/camel-movemail.h')
-rw-r--r--camel/camel-movemail.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-movemail.h b/camel/camel-movemail.h
index ea75c82603..8b73435a43 100644
--- a/camel/camel-movemail.h
+++ b/camel/camel-movemail.h
@@ -35,7 +35,7 @@ extern "C" {
#include <camel/camel-exception.h>
-int camel_movemail (const char *source, const char *dest, CamelException *ex);
+void camel_movemail (const char *source, const char *dest, CamelException *ex);
#ifdef __cplusplus