File: gnus-async.el.html
Defined variables (6)
gnus-async-post-fetch-function | Function called after an article has been prefetched. |
gnus-async-prefetch-article-p | Function called to say whether an article should be prefetched or not. |
gnus-asynchronous | If nil, inhibit all Gnus asynchronicity. |
gnus-prefetched-article-deletion-strategy | List of symbols that say when to remove articles from the prefetch buffer. |
gnus-use-article-prefetch | If non-nil, prefetch articles in groups that allow this. |
gnus-use-header-prefetch | If non-nil, prefetch the headers to the next group. |
Defined functions (17)
gnus-async-article-callback | (ARG GROUP ARTICLE MARK SUMMARY NEXT) |
gnus-async-delete-prefetched-entry | (ENTRY) |
gnus-async-get-semaphore | (SEMAPHORE) |
gnus-async-halt-prefetch | () |
gnus-async-prefetch-article | (GROUP ARTICLE SUMMARY &optional NEXT) |
gnus-async-prefetch-headers | (GROUP) |
gnus-async-prefetch-next | (GROUP ARTICLE SUMMARY) |
gnus-async-prefetch-remove-group | (GROUP) |
gnus-async-prefetched-article-entry | (GROUP ARTICLE) |
gnus-async-release-semaphore | (SEMAPHORE) |
gnus-async-request-fetched-article | (GROUP ARTICLE BUFFER) |
gnus-async-retrieve-fetched-headers | (ARTICLES GROUP) |
gnus-async-unread-p | (DATA) |
gnus-async-wait-for-article | (ARTICLE) |
gnus-async-with-semaphore | (&rest FORMS) |
gnus-group-asynchronous-p | (GROUP) |
gnus-make-async-article-function | (GROUP ARTICLE MARK SUMMARY NEXT) |