Don't query on Gnus exits from ephemeral groups

* gnus-sum.el (gnus-summary-exit-no-update): Don't query about
discarding changes in ephemeral groups.
This commit is contained in:
Lars Magne Ingebrigtsen 2014-11-14 04:24:14 +01:00
parent d8c3c57eec
commit ba88f19533
2 changed files with 4 additions and 0 deletions

View file

@ -1,5 +1,8 @@
2014-11-14 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus-sum.el (gnus-summary-exit-no-update): Don't query about
discarding changes in ephemeral groups.
* ietf-drums.el (ietf-drums-parse-address): Don't issue warnings about
things the user isn't interested in.

View file

@ -7334,6 +7334,7 @@ If FORCE (the prefix), also save the .newsrc file(s)."
(gnus-group-is-exiting-without-update-p t)
(quit-config (gnus-group-quit-config group)))
(when (or no-questions
(gnus-ephemeral-group-p group)
gnus-expert-user
(gnus-y-or-n-p "Discard changes to this group and exit? "))
(gnus-async-halt-prefetch)