projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8e3bd0
)
Revert "Fix gnus-group-get-new-news-this-group on group with closed server"
author
Andreas Schwab
<schwab@linux-m68k.org>
Fri, 12 Feb 2016 10:41:29 +0000
(11:41 +0100)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Fri, 12 Feb 2016 10:41:29 +0000
(11:41 +0100)
This reverts commit
9dc77e37aa84c6df9b3ddb4609f3c09201b0580e
.
* lisp/gnus/nnimap.el (nnimap-change-group): Revert last
change. (Bug#22634)
lisp/gnus/nnimap.el
patch
|
blob
|
history
diff --git
a/lisp/gnus/nnimap.el
b/lisp/gnus/nnimap.el
index 130658cd367f443b95d7642602fac2673e3363d9..c285befc760369dcf68ba51bf079c7149d751470 100644
(file)
--- a/
lisp/gnus/nnimap.el
+++ b/
lisp/gnus/nnimap.el
@@
-1831,9
+1831,7
@@
Return the server's response to the SELECT or EXAMINE command."
(let ((open-result t))
(when (and server
(not (nnimap-server-opened server)))
- (let ((method (gnus-server-to-method server)))
- (setq open-result (nnimap-open-server (nth 1 method) (nthcdr 2 method)
- no-reconnect))))
+ (setq open-result (nnimap-open-server server nil no-reconnect)))
(cond
((not open-result)
nil)