1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-17 05:30:43 -08:00

gnus-msg.el: Fix bug with `C-u a' on topics (bug#10843)

This commit is contained in:
Lars Ingebrigtsen 2012-02-20 09:07:54 +00:00 committed by Katsumi Yamaoka
parent 1e54a73bf0
commit e838e2ac2f
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
topics (bug#10843).
* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer. Suggested by Herbert Valerio Riedel.
(nnimap-request-move-article): Delete the message from the correct IMAP

View file

@ -640,7 +640,7 @@ a news."
(if (= 1 (prefix-numeric-value arg))
(gnus-group-completing-read "Newsgroup" nil
(gnus-read-active-file-p))
(gnus-group-group-name))
(or (gnus-group-group-name) ""))
""))
;; make sure last viewed article doesn't affect posting styles:
(gnus-article-copy))