(gnus-asynchronous): Disable by default.
authorSimon Josefsson <jas@extundo.com>
Sun, 6 Aug 2000 13:19:55 +0000 (13:19 +0000)
committerSimon Josefsson <jas@extundo.com>
Sun, 6 Aug 2000 13:19:55 +0000 (13:19 +0000)
lisp/ChangeLog
lisp/gnus-async.el

index 8c499ec..4cc7be1 100644 (file)
@@ -1,3 +1,7 @@
+2000-08-11  Simon Josefsson  <simon@josefsson.org>
+
+       * gnus-async.el (gnus-asynchronous): Disable by default.
+
 2000-08-10 20:22:09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * mm-view.el (mm-inline-text): Bind fill-column.
index 1cd7d7b..e661658 100644 (file)
@@ -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