From: yamaoka Date: Mon, 18 Jan 1999 00:14:51 +0000 (+0000) Subject: * (nnmail-pathname-coding-system): Default to binary. X-Git-Tag: gnus-6_10-199901181900~4 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13f285ad334e8bce92072428e0368e0b66d3bce0;p=elisp%2Fgnus.git- * (nnmail-pathname-coding-system): Default to binary. --- diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 697dd9c..0cfa50e 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -504,8 +504,7 @@ parameter. It should return nil, `warn' or `delete'." t) (file-error nil)))) -(defvar nnmail-pathname-coding-system - 'iso-8859-1 +(defvar nnmail-pathname-coding-system 'binary "*Coding system for pathname.") (defun nnmail-group-pathname (group dir &optional file)