aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-09-15 22:01:44 +0800
committerDan Winship <danw@src.gnome.org>2000-09-15 22:01:44 +0800
commit283e2c32dbeeb212826a11e25eefc95c8267cde5 (patch)
tree8404a1afdaa1fc6282f7a3c4712882de0f2e1078 /mail/ChangeLog
parent88aa6978a3066a92e4f7c7bfecd7e254d2daaad1 (diff)
downloadgsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar.gz
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar.bz2
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar.lz
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar.xz
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.tar.zst
gsoc2013-evolution-283e2c32dbeeb212826a11e25eefc95c8267cde5.zip
Fix the sense of the "keep on server" check so we're not doing this
* mail-ops.c (do_fetch_mail): Fix the sense of the "keep on server" check so we're not doing this backwards. svn path=/trunk/; revision=5447
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 638ca685ad..edae194c17 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,10 @@
2000-09-15 Dan Winship <danw@helixcode.com>
+ * mail-ops.c (do_fetch_mail): Fix the sense of the "keep on
+ server" check so we're not doing this backwards.
+
+2000-09-15 Dan Winship <danw@helixcode.com>
+
This bug was so much fun to fix the first time that I decided to
fix it again.