aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorMichael Olson <[email protected]>2009-01-03 23:08:26 +0000
committerMichael Olson <[email protected]>2009-01-03 23:08:26 +0000
commit35203a24f154742e0122b7c809397d67c76cfb2c (patch)
tree66af740073638ead6ca1291fd3a895fe007448e6 /lisp/gnus
parentd549e52b93f71a0d0395367a06ed618a189e4522 (diff)
Update ChangeLogs.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 94145b74b6..8d14345909 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,3 +1,11 @@
+2009-01-03 Michael Olson <[email protected]>
+
+ * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
+ `headers' is nil. This can occur if the IMAP server does not have
+ permissions to read messages from a folder, but can write new messages
+ to the folder.
+ (nnimap-request-article-part): Do not insert `data' if it is nil.
+
2008-12-18 Katsumi Yamaoka <[email protected]>
* mm-util.el (mm-substring-no-properties): New function.