From 072653bcd7e6932f0539553e01a8b972ba5d3e53 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sun, 6 Aug 2000 13:19:55 +0000 Subject: [PATCH] (gnus-asynchronous): Disable by default. --- lisp/ChangeLog | 4 ++++ lisp/gnus-async.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8c499ec91..4cc7be116 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2000-08-11 Simon Josefsson + + * gnus-async.el (gnus-asynchronous): Disable by default. + 2000-08-10 20:22:09 Lars Magne Ingebrigtsen * mm-view.el (mm-inline-text): Bind fill-column. diff --git a/lisp/gnus-async.el b/lisp/gnus-async.el index 1cd7d7b63..e6616588c 100644 --- a/lisp/gnus-async.el +++ b/lisp/gnus-async.el @@ -35,7 +35,7 @@ "Support for asynchronous operations." :group 'gnus) -(defcustom gnus-asynchronous t +(defcustom gnus-asynchronous nil "*If nil, inhibit all Gnus asynchronicity. If non-nil, let the other asynch variables be heeded." :group 'gnus-asynchronous -- 2.25.1