X-Git-Url: http://cgit.sxemacs.org/?p=gnus;a=blobdiff_plain;f=lisp%2Fnnmail.el;h=8ff6d1d1459692c6d12f080670fd93b7108c0052;hp=7608660f019984688d64df5a94b2c93ec293744e;hb=e2805bf51a5c8cb8c2dc991d0a09931a2538b965;hpb=76aee12382f9d631bd1a1c51db62be5318e55881 diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 7608660f0..8ff6d1d14 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -693,7 +693,7 @@ nn*-request-list should have been called before calling this function." (setq group (symbol-name group))) (if (and (numberp (setq max (read buffer))) (numberp (setq min (read buffer)))) - (push (list group (cons min max)) + (push (list (mm-string-as-unibyte group) (cons min max)) group-assoc))) (error nil)) (widen) @@ -708,6 +708,7 @@ nn*-request-list should have been called before calling this function." (let ((coding-system-for-write nnmail-active-file-coding-system)) (when file-name (with-temp-file file-name + (mm-disable-multibyte) (nnmail-generate-active group-assoc))))) (defun nnmail-generate-active (alist)