nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
authorJulien Danjou <julien@danjou.info>
Wed, 20 Oct 2010 10:34:58 +0000 (10:34 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 20 Oct 2010 10:34:58 +0000 (10:34 +0000)
lisp/gnus/ChangeLog
lisp/gnus/nnimap.el

index c72cbf4..fc00561 100644 (file)
@@ -1,3 +1,7 @@
+2010-10-20  Julien Danjou  <julien@danjou.info>
+
+       * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
+
 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
 
        * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
index 21c0222..5e4e051 100644 (file)
@@ -477,7 +477,7 @@ textual parts.")
                                (let ((start (point)))
                                  (forward-sexp 1)
                                  (downcase-region start (point))
-                                 (goto-char (point))
+                                 (goto-char start)
                                  (read (current-buffer))))
                    parts (nnimap-find-wanted-parts structure))))
          (when (if parts