| www.delorie.com/gnu/docs/emacs/gnus_112.html | search |
![]() Buy the book! | |
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
3.25.1 Summary Group Information Information oriented commands. 3.25.2 Searching for Articles Multiple article commands. 3.25.3 Summary Generation Commands (Re)generating the summary buffer. 3.25.4 Really Various Summary Commands Those pesky non-conformant commands.
gnus-summary-mode-hook
gnus-summary-generate-hook
gnus-summary-prepare-hook
gnus-summary-prepared-hook
gnus-summary-ignore-duplicates
Message-ID,
it has to do something drastic. No articles are allowed to have the
same Message-ID, but this may happen when reading mail from some
sources. Gnus allows you to customize what happens with this variable.
If it is nil (which is the default), Gnus will rename the
Message-ID (for display purposes only) and display the article as
any other article. If this variable is t, it won't display the
article--it'll be as if it never existed.
gnus-alter-articles-to-read-function
For instance, the following function adds the list of cached articles to the list in one particular group:
(defun my-add-cached-articles (group articles)
(if (string= group "some.group")
(append gnus-newsgroup-cached articles)
articles))
|
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
| webmaster donations bookstore | delorie software privacy |
| Copyright © 2003 by The Free Software Foundation | Updated Jun 2003 |