Re: summary と article が一致しない
Katsumi Yamaoka <[email protected]> Mon, 25 Jun 2007 20:06:19 +0900
| Newsgroups | gmane.emacs.gnus.semi.japanese |
|---|---|
| Organization | Emacsen advocacy group |
| Message-ID | <[email protected]> |
gnus-asynchronous t ?
nil nnimapnntp nnweb
backlog
?
(setq gnus-asynchronous nil)
nnimap :
(eval-after-load "nnimap"
'(progn
(fmakunbound 'nnimap-asynchronous-p)
(delq 'nnimap-asynchronous-p
(nth 3 (assq 'nnimap nnoo-definition-alist)))))
1. `gnus-async-wait-for-article' nnimap nntp.el
(" *Async Prefetch Article*")
?
2. `run-with-idle-timer'
(?)
nntp
--