summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnml.el
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>2007-11-09 09:46:02 +0000
committerMiles Bader <miles@gnu.org>2007-11-09 09:46:02 +0000
commit4d8a28ecb866de25881ddaee2899c406f7ff3a35 (patch)
treebe061342c8d3c7283ed10a206f326e7c70115eb1 /lisp/gnus/nnml.el
parentc12ecb0af9679cc0e2fa0409931c34c035763469 (diff)
downloademacs-4d8a28ecb866de25881ddaee2899c406f7ff3a35.tar.gz
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-924
Diffstat (limited to 'lisp/gnus/nnml.el')
-rw-r--r--lisp/gnus/nnml.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/gnus/nnml.el b/lisp/gnus/nnml.el
index 6f45b0b6fa0..0f159181026 100644
--- a/lisp/gnus/nnml.el
+++ b/lisp/gnus/nnml.el
@@ -539,7 +539,8 @@ non-nil.")
(deffoo nnml-request-rename-group (group new-name &optional server)
(nnml-possibly-change-directory group server)
(let ((new-dir (nnml-group-pathname new-name nil server))
- (old-dir (nnml-group-pathname group nil server)))
+ (old-dir (nnml-group-pathname group nil server))
+ (file-name-coding-system nnmail-pathname-coding-system))
(when (ignore-errors
(make-directory new-dir t)
t)