summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/gnus/ChangeLog4
-rw-r--r--lisp/gnus/gnus-group.el2
-rw-r--r--lisp/gnus/mml2015.el2
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 <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.
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)