Gnus development mailing list
 help / color / mirror / Atom feed
From: Simon Josefsson <simon@josefsson.org>
Subject: gnus-asynchronous
Date: 21 Jun 2000 11:47:09 +0200	[thread overview]
Message-ID: <iluzoof2wo2.fsf@ssh.pdc.kth.se> (raw)

`gnus-asynchronous' seemed to be defined twice, with different default
values. I've removed the definition in gnus.el, which means Gnus is
now asynchronous by default (it's huge gain against slow IMAP servers).

gnus.el:

(defcustom gnus-asynchronous nil
  "*If non-nil, Gnus will supply backends with data needed for async article fetching."
  :group 'gnus-asynchronous
  :type 'boolean)

gnus-async.el:

(defcustom gnus-asynchronous t
  "*If nil, inhibit all Gnus asynchronicity.
If non-nil, let the other asynch variables be heeded."
  :group 'gnus-asynchronous
  :type 'boolean)



             reply	other threads:[~2000-06-21  9:47 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-21  9:47 Simon Josefsson [this message]
  -- strict thread matches above, loose matches on Subject: below --
1998-11-22 21:25 gnus-asynchronous Istvan Marko
1998-11-22 23:31 ` gnus-asynchronous Felix Lee
1998-11-22 23:45   ` gnus-asynchronous Raja R Harinath
1998-11-23  0:14   ` gnus-asynchronous Felix Lee
1998-11-23  9:56     ` gnus-asynchronous Felix Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=iluzoof2wo2.fsf@ssh.pdc.kth.se \
    --to=simon@josefsson.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).