File: gnus-dup.el.html
This package tries to mark articles as read the second time the user reads a copy. This is useful if the server doesn't support Xref properly, or if the user reads the same group from several servers.
Defined variables (6)
gnus-dup-hashtb | Hash table of seen message IDs, for fast lookup. |
gnus-dup-list | List of seen message IDs, as strings. |
gnus-dup-list-dirty | Non-nil if ‘gnus-dup-list’ needs to be saved. |
gnus-duplicate-file | The name of the file to store the duplicate suppression list. |
gnus-duplicate-list-length | The maximum number of duplicate Message-IDs to keep track of. |
gnus-save-duplicate-list | If non-nil, save the duplicate list when shutting down Gnus. |
Defined functions (7)
gnus-dup-close | () |
gnus-dup-enter-articles | () |
gnus-dup-open | () |
gnus-dup-read | () |
gnus-dup-save | () |
gnus-dup-suppress-articles | () |
gnus-dup-unsuppress-article | (ARTICLE) |