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/ChangeLog | |
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/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6e48d24adb..e5c0848a37 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,11 @@ +2000-07-26 Dan Winship <danw@helixcode.com> + + * 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. + 2000-07-26 Jeffrey Stedfast <fejj@helixcode.com> * camel-url.c (camel_url_to_string): Should now always prepend a '/' |