aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-27 02:32:35 +0800
committerDan Winship <danw@src.gnome.org>2000-07-27 02:32:35 +0800
commit783b4b8a490e761bb01b6fd38a9f40bfd3332665 (patch)
tree658aadba64776ba9bf717fc8b50b703c6fb32dc2 /mail/ChangeLog
parentc9e2825702fe00219cfb215fd87e8388bf40522b (diff)
downloadgsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar.gz
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar.bz2
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar.lz
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar.xz
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.tar.zst
gsoc2013-evolution-783b4b8a490e761bb01b6fd38a9f40bfd3332665.zip
Don't create the tmp_mbox before calling movemail, because the external
* mail-ops.c (real_fetch_mail): Don't create the tmp_mbox before calling movemail, because the external movemail requires it to not exist. Contrariwise, delete it in the cleanup code if it's empty. Update for camel_movemail interface change. Do the "No new messages" dialog in the mbox case as well as the remote mail issue. svn path=/trunk/; revision=4356
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index aa6b7d1088..f9bf59888b 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2000-07-26 Dan Winship <danw@helixcode.com>
+
+ * mail-ops.c (real_fetch_mail): Don't create the tmp_mbox before
+ calling movemail, because the external movemail requires it to not
+ exist. Contrariwise, delete it in the cleanup code if it's empty.
+ Update for camel_movemail interface change. Do the "No new
+ messages" dialog in the mbox case as well as the remote mail
+ issue.
+
2000-07-26 Jeffrey Stedfast <fejj@helixcode.com>
* mail-ops.c: s/struct refile_data/struct move_data