summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrendan Cully <brendan@kublai.com>2006-01-04 17:29:53 +0000
committerBrendan Cully <brendan@kublai.com>2006-01-04 17:29:53 +0000
commit8b493288372d7496f851a12d3d8b4a30f948a031 (patch)
tree10e9490c3f38b79e9dcdbbdf72fd980a7fcaa437
parent95f7b7e4960d53d5a032bb352a977cdcfb556b5e (diff)
# changelog commit
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d4ec444..a9f3fe0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2006-01-04 17:28:32 Brendan Cully <brendan@kublai.com> (brendan)
+
+ * imap/browse.c: Zero out IMAP_LIST before each imap_cmd_step in
+ browser to avoid bogus matches when the untagged response isn't a
+ LIST response. Phil Pennock diagnosed and proposed a patch for
+ this bug.
+
2006-01-03 17:35:18 Brendan Cully <brendan@kublai.com> (brendan)
* imap/imap.c: Pipeline CLOSE (it's always followed by a SELECT or