# HG changeset patch # User Katsumi Yamaoka # Date 1287570898 0 # Node ID 106c6aef19334e6bcef5eec8123de46e87b3b607 # Parent c9f6036480c948992cb76c1e02242b352b7de67d nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval. diff -r c9f6036480c9 -r 106c6aef1933 lisp/gnus/ChangeLog --- a/lisp/gnus/ChangeLog Wed Oct 20 10:31:10 2010 +0000 +++ b/lisp/gnus/ChangeLog Wed Oct 20 10:34:58 2010 +0000 @@ -1,3 +1,7 @@ +2010-10-20 Julien Danjou + + * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval. + 2010-10-20 Andreas Seltenreich * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily diff -r c9f6036480c9 -r 106c6aef1933 lisp/gnus/nnimap.el --- a/lisp/gnus/nnimap.el Wed Oct 20 10:31:10 2010 +0000 +++ b/lisp/gnus/nnimap.el Wed Oct 20 10:34:58 2010 +0000 @@ -477,7 +477,7 @@ (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