(gnus-summary-select-article): Fix type error in checking the original article buffer.
[gnus] / lisp / ChangeLog
index c6d07ec..ffbfeec 100644 (file)
@@ -1,9 +1,17 @@
+2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
+       the original article buffer.
+
 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * nnimap.el (nnimap-request-head): New function.
        (nnimap-request-move-article): Try to be slighly faster by not
        requesting the entire message when moving.
        (nnimap-transform-headers): Don't bug out on bodiless articles.
+       (nnimap-send-command): Have no outstanding messages if the IMAP server
+       doesn't support streaming.
+       (nnimap-transform-headers): Fold {quoted} strings more sloppily.
 
 2010-10-24  Julien Danjou  <julien@danjou.info>