aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-07-31 01:54:59 +0800
committerPeter Williams <peterw@src.gnome.org>2002-07-31 01:54:59 +0800
commitedc715415f16324b248eca2067d2700042a27ed4 (patch)
tree2ce25232b6d41fcc2c58ccc10c97aeafa996e838 /camel/ChangeLog
parent432ddb8b6850277ca5eab615bbcf3bb8912bc7c1 (diff)
downloadgsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar.gz
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar.bz2
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar.lz
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar.xz
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.tar.zst
gsoc2013-evolution-edc715415f16324b248eca2067d2700042a27ed4.zip
Use the same command-counter mojo that the append code uses in case the
2002-07-30 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-folder.c (imap_transfer_offline): Use the same command-counter mojo that the append code uses in case the use tries to copy the same message to the folder repeatedly. svn path=/trunk/; revision=17641
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 93e7d05792..b979b8466e 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2002-07-30 Peter Williams <peterw@ximian.com>
+
+ * providers/imap/camel-imap-folder.c (imap_transfer_offline): Use
+ the same command-counter mojo that the append code uses in case
+ the use tries to copy the same message to the folder repeatedly.
+
2002-07-29 Jeffrey Stedfast <fejj@ximian.com>
* camel-filter-driver.c (unset_flag): New filter action to unset a
@@ -9,6 +15,12 @@
exists and is a directory, return non-NULL. Missed this before
which is how we could return NULL even on success. Oops.
+2002-07-26 Peter Williams <peterw@ximian.com>
+
+ * providers/imap/camel-imap-summary.c
+ (camel_imap_summary_add_offline_uncached): The flags'n'tags
+ copy was unnecessary. Removed it.
+
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
If we're gonna do an elite hack, lets do it right.