+2010-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
+
+ * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
+ (nnimap-process-expiry-targets): Use unibyte for buffers that hold
+ undecoded network data.
+
2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2010-10-18 Andrew Cohen <cohen@andy.bu.edu>
- * gnus-registry.el (gnus-registry-split-fancy-with-parent): Splitting
- according to references/in-reply-to obeys the ignore-groups variable,
- while splitting by sender and subject do not.
+ * gnus-registry.el (gnus-registry-split-fancy-with-parent):
+ Splitting according to references/in-reply-to obeys the ignore-groups
+ variable, while splitting by sender and subject do not.
2010-10-18 Lars Magne Ingebrigtsen <larsi@gnus.org>
2010-10-15 Andrew Cohen <cohen@andy.bu.edu>
- * gnus-sum.el (gnus-summary-refer-thread): unconditionally ignore
+ * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
duplicates.
2010-10-15 Kan-Ru Chen <kanru@kanru.info> (tiny change)
(deffoo nnimap-request-move-article (article group server accept-form
&optional last internal-move-group)
(with-temp-buffer
+ (mm-disable-multibyte)
(when (nnimap-request-article article group server (current-buffer))
;; If the move is internal (on the same server), just do it the easy
;; way.
(dolist (article articles)
(let ((target nnmail-expiry-target))
(with-temp-buffer
+ (mm-disable-multibyte)
(when (nnimap-request-article article group server (current-buffer))
(nnheader-message 7 "Expiring article %s:%d" group article)
(when (functionp target)
(defun nnimap-parse-line (line)
(let (char result)
(with-temp-buffer
+ (mm-disable-multibyte)
(insert line)
(goto-char (point-min))
(while (not (eobp))