mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-01 08:17:38 +00:00
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.
This commit is contained in:
parent
8937ef6e5e
commit
5d85ab5e40
@ -1,5 +1,9 @@
|
||||
2011-01-27 Lars Ingebrigtsen <larsi@gnus.org>
|
||||
|
||||
* 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.
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user