2000-12-19 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
authorShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Dec 2000 00:26:40 +0000 (00:26 +0000)
committerShengHuo ZHU <zsh@cs.rochester.edu>
Wed, 20 Dec 2000 00:26:40 +0000 (00:26 +0000)
* nnmbox.el (nnmbox-file-coding-system): Use binary.
(nnmbox-active-file-coding-system): Ditto.

lisp/ChangeLog
lisp/nnmbox.el

index e27a6bd..acadd4b 100644 (file)
@@ -1,5 +1,8 @@
 2000-12-19 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
 
+       * 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  <zsh@cs.rochester.edu>
index b087561..983dcc3 100644 (file)
@@ -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)