From: ShengHuo ZHU Date: Wed, 20 Dec 2000 00:26:40 +0000 (+0000) Subject: 2000-12-19 19:00:00 ShengHuo ZHU X-Git-Url: https://cgit.sxemacs.org/?a=commitdiff_plain;h=5a7c10073582c48406fd932b271cd4b630ef61cf;p=gnus 2000-12-19 19:00:00 ShengHuo ZHU * nnmbox.el (nnmbox-file-coding-system): Use binary. (nnmbox-active-file-coding-system): Ditto. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e27a6bd7e..acadd4b7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2000-12-19 19:00:00 ShengHuo ZHU + * nnmbox.el (nnmbox-file-coding-system): Use binary. + (nnmbox-active-file-coding-system): Ditto. + * gnus-cus.el (gnus-group-parameters): Add posting-style. 2000-12-19 18:00:00 ShengHuo ZHU diff --git a/lisp/nnmbox.el b/lisp/nnmbox.el index b087561b2..983dcc343 100644 --- a/lisp/nnmbox.el +++ b/lisp/nnmbox.el @@ -62,9 +62,9 @@ (defvoo nnmbox-group-alist nil) (defvoo nnmbox-active-timestamp nil) -(defvoo nnmbox-file-coding-system mm-text-coding-system) +(defvoo nnmbox-file-coding-system mm-binary-coding-system) (defvoo nnmbox-file-coding-system-for-write nil) -(defvoo nnmbox-active-file-coding-system mm-text-coding-system) +(defvoo nnmbox-active-file-coding-system mm-binary-coding-system) (defvoo nnmbox-active-file-coding-system-for-write nil) (defvar nnmbox-group-building-active-articles nil)