mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1244
This commit is contained in:
parent
4a3a621fb4
commit
2b96868715
8 changed files with 1144 additions and 457 deletions
|
|
@ -1608,6 +1608,8 @@ function is generally only called when Gnus is shutting down."
|
|||
|
||||
(deffoo nnimap-request-delete-group (group force &optional server)
|
||||
(when (nnimap-possibly-change-server server)
|
||||
(when (string= group (imap-current-mailbox nnimap-server-buffer))
|
||||
(imap-mailbox-unselect nnimap-server-buffer))
|
||||
(with-current-buffer nnimap-server-buffer
|
||||
(if force
|
||||
(or (null (imap-mailbox-status group 'uidvalidity))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue