emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r102998: gnus-group.el (gnus-group-re


From: Katsumi Yamaoka
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102998: 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.
Date: Fri, 28 Jan 2011 00:14:08 +0000
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102998
author: Gnus developers <address@hidden>
committer: Katsumi Yamaoka <address@hidden>
branch nick: trunk
timestamp: Fri 2011-01-28 00:14:08 +0000
message:
  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.
modified:
  lisp/gnus/ChangeLog
  lisp/gnus/gnus-group.el
  lisp/gnus/mml2015.el
=== modified file 'lisp/gnus/ChangeLog'
--- a/lisp/gnus/ChangeLog       2011-01-27 23:56:27 +0000
+++ b/lisp/gnus/ChangeLog       2011-01-28 00:14:08 +0000
@@ -1,5 +1,9 @@
 2011-01-27  Lars Ingebrigtsen  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/gnus/gnus-group.el'
--- a/lisp/gnus/gnus-group.el   2011-01-26 08:36:39 +0000
+++ b/lisp/gnus/gnus-group.el   2011-01-28 00:14:08 +0000
@@ -1681,7 +1681,7 @@
   (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.

=== modified file 'lisp/gnus/mml2015.el'
--- a/lisp/gnus/mml2015.el      2011-01-27 23:42:38 +0000
+++ b/lisp/gnus/mml2015.el      2011-01-28 00:14:08 +0000
@@ -966,7 +966,7 @@
         (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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]