]> git.eshelyaron.com Git - emacs.git/commitdiff
Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-540
authorMiles Bader <miles@gnu.org>
Sun, 11 Sep 2005 22:02:04 +0000 (22:02 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 11 Sep 2005 22:02:04 +0000 (22:02 +0000)
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 115)

   - Update from CVS

2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>

   * lisp/gnus/spam-report.el (spam-report-gmane): Fix generation of spam
   report URL.

2005-09-10  Simon Josefsson  <jas@extundo.com>

   * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Make the default
   t, based on discussion on the ding list with Robert Epprecht
   <epprecht@solnet.ch>.

lisp/gnus/ChangeLog
lisp/gnus/gnus-agent.el
lisp/gnus/spam-report.el

index ac4dc382907675a3e512508527526f34d6e3c9e1..96052e04c12a34644d52153efc9ef1ef14513063 100644 (file)
@@ -1,3 +1,14 @@
+2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * spam-report.el (spam-report-gmane): Fix generation of spam
+       report URL.
+
+2005-09-10  Simon Josefsson  <jas@extundo.com>
+
+       * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
+       t, based on discussion on the ding list with Robert Epprecht
+       <epprecht@solnet.ch>.
+
 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
 
        * spam-report.el (spam-report-gmane): Make it work without
index ea45a139ab04ecb97835e1ed841ca4c61ecac12b..47d1dfd73644dfa014420189fd21a22fe4bdd0bc 100644 (file)
@@ -115,7 +115,7 @@ If nil, only read articles will be expired."
   :group 'gnus-agent
   :type 'function)
 
-(defcustom gnus-agent-synchronize-flags nil
+(defcustom gnus-agent-synchronize-flags t
   "Indicate if flags are synchronized when you plug in.
 If this is `ask' the hook will query the user."
   :version "21.1"
index 302cafbb19b5adf6570edd1c559aeab1145700b2..173306ec55e7f6e4dfacebcdad0207f17ea2543a 100644 (file)
@@ -116,7 +116,9 @@ undo that change.")
                         (match-string 1 field)))
            (setq report (match-string 2 field))
            (when (string-equal "permalink.gmane.org" host)
-             (setq host "spam.gmane.org"))
+             (setq host "spam.gmane.org")
+             (setq report (gnus-replace-in-string
+                           report "/\\([0-9]+\\)$" ":\\1")))
            (setq url (format "http://%s%s" host report))
            (if (not (and host report url))
                (gnus-message