lisp/gnus/nnimap.el (nnimap-request-group): Make it possible to enter nnimap groups again
This commit is contained in:
parent
cfb1887189
commit
0c7b0967d2
2 changed files with 5 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
|||
|
||||
* nnimap.el (nnimap-request-group): Allow running this function on
|
||||
groups that don't exist in Gnus yet.
|
||||
(nnimap-request-group): Revert previous patch since that made it
|
||||
impossible to enter nnimap groups.
|
||||
|
||||
* message.el (message-smtpmail-send-it): Remove the mail header
|
||||
separator before sending.
|
||||
|
|
|
@ -804,10 +804,9 @@ textual parts.")
|
|||
articles active marks high low)
|
||||
(with-current-buffer nntp-server-buffer
|
||||
(when result
|
||||
(when (and info
|
||||
(or (not dont-check)
|
||||
(not (setq active
|
||||
(nth 2 (assoc group nnimap-current-infos))))))
|
||||
(when (or (not dont-check)
|
||||
(not (setq active
|
||||
(nth 2 (assoc group nnimap-current-infos)))))
|
||||
(let ((sequences (nnimap-retrieve-group-data-early
|
||||
server (list info))))
|
||||
(nnimap-finish-retrieve-group-infos server (list info) sequences
|
||||
|
|
Loading…
Add table
Reference in a new issue