From 521cdccca5161c6f0105b7fa7c0ab069c6de7998 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Fri, 9 Jul 2004 10:32:06 +0000 Subject: [PATCH] (gnus-agent-synchronize-flags): Revert to ask. Users will lose all flag changes made while unplugged with e.g. nntp unless flag synchronization happens, thus `nil' is not a good default. See numerous reports on ding mailing list. --- lisp/ChangeLog | 7 +++++++ lisp/gnus-agent.el | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 351a04c1a..248c08872 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2004-07-09 Simon Josefsson + + * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask. + Users will lose all flag changes made while unplugged with + e.g. nntp unless flag synchronization happens, thus `nil' is not a + good default. See numerous reports on ding mailing list. + 2004-07-09 Katsumi Yamaoka * nndoc.el (nndoc-type-alist): Improve regexp for article-begin, diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index 7446e489f..850030d80 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -113,7 +113,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 'ask "Indicate if flags are synchronized when you plug in. If this is `ask' the hook will query the user." :version "21.1" -- 2.34.1