]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/gnus/nnselect.el (nnselect-request-rename-group): Allow it.
authorAndrew G Cohen <cohen@andy.bu.edu>
Thu, 11 May 2017 01:53:04 +0000 (09:53 +0800)
committerAndrew G Cohen <cohen@andy.bu.edu>
Thu, 11 May 2017 02:07:19 +0000 (10:07 +0800)
lisp/gnus/nnselect.el

index 24ec41f2ee4cad7409c543babbb7411e847c5f2b..2d826c381b1abcd73de51d5974dd4206f8a02d7b 100644 (file)
@@ -597,6 +597,8 @@ If this variable is nil, or if the provided function returns nil,
      (gnus-find-method-for-group
       (nnselect-article-group (cdr gnus-message-group-art))))))
 
+(deffoo nnselect-request-rename-group (_group _new-name &optional _server)
+  t)
 
 (deffoo nnselect-request-scan (_group _method)
   t)