From 5d85ab5e40045fd5e1e37c102bbbcbb079457376 Mon Sep 17 00:00:00 2001 From: Gnus developers Date: Fri, 28 Jan 2011 00:14:08 +0000 Subject: [PATCH] gnus-group.el (gnus-group-refresh-group): Refresh even non-visible groups. This makes the nndraft:queue group pop up if it's not already there. mml2015.el (mml2015-epg-sign): Add missing paren. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-group.el | 2 +- lisp/gnus/mml2015.el | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 3970f61d049..60c784b4119 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,5 +1,9 @@ 2011-01-27 Lars Ingebrigtsen + * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible + groups. This makes the nndraft:queue group pop up if it's not already + there. + * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no messages" logic, which was reversed. diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index a058df76333..77a4994adfd 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -1681,7 +1681,7 @@ and ends at END." (gnus-activate-group group) (gnus-get-unread-articles-in-group (gnus-get-info group) (gnus-active group)) - (gnus-group-update-group group t)) + (gnus-group-update-group group)) (defun gnus-group-update-group (group &optional visible-only) "Update all lines where GROUP appear. diff --git a/lisp/gnus/mml2015.el b/lisp/gnus/mml2015.el index eb01c924c2d..735f3b649e1 100644 --- a/lisp/gnus/mml2015.el +++ b/lisp/gnus/mml2015.el @@ -966,7 +966,7 @@ Whether the passphrase is cached at all is controlled by (context (epg-make-context)) (boundary (mml-compute-boundary cont)) (sender (when mml2015-sign-with-sender - message-options-get 'message-sender)) + (message-options-get 'message-sender))) signer-key (signers (or (message-options-get 'mml2015-epg-signers) -- 2.39.2