diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-27 02:32:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-27 02:32:10 +0800 |
commit | c9e2825702fe00219cfb215fd87e8388bf40522b (patch) | |
tree | c2946414bc64a7bfa0ec2c208b43c7050d1fb22e /camel/camel-movemail.h | |
parent | 06415e37e226649e68d4c0e5b1015be635a89fe5 (diff) | |
download | gsoc2013-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.h | 2 |
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 |