From d614a87944a9396c30fed5898d7e05821c73b69f Mon Sep 17 00:00:00 2001 From: yamaoka Date: Sat, 10 Sep 2005 11:27:34 +0000 Subject: [PATCH] Synch to No Gnus 200509101001. --- lisp/ChangeLog | 6 ++++++ lisp/gnus-agent.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ea0673f..d6b0a41 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-09-10 Simon Josefsson + + * gnus-agent.el (gnus-agent-synchronize-flags): Make the default + t, based on discussion on the ding list with Robert Epprecht + . + 2005-09-07 Reiner Steib * spam-report.el (spam-report-gmane): Make it work without diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 08426db..509851a 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -126,7 +126,7 @@ fetched will be limited to it. If not a positive integer, never consider it." :type '(choice (const nil) (integer :tag "Number"))) -(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" -- 1.7.10.4