From 13785b7bea923c20cacf810e03ff5f638792a521 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 16 Dec 2010 18:14:47 +0100 Subject: [PATCH] Fix typo in last checkin. --- lisp/nnimap.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/nnimap.el b/lisp/nnimap.el index 4eb904eaf..d1d6d0584 100644 --- a/lisp/nnimap.el +++ b/lisp/nnimap.el @@ -907,7 +907,8 @@ textual parts.") '((subscribe "SUBSCRIBE") (unsubscribe "UNSUBSCRIBE"))))) (when command - (nnimap-command "%s %S" command (utf7-encode group t)))))) + (with-current-buffer (nnimap-buffer) + (nnimap-command "%s %S" (cadr command) (utf7-encode group t))))))) (deffoo nnimap-request-set-mark (group actions &optional server) (when (nnimap-possibly-change-group group server) -- 2.34.1