comparison man/gnus.texi @ 153:25f70ba0133c r20-3b3

Import from CVS: tag r20-3b3
author cvs
date Mon, 13 Aug 2007 09:38:25 +0200
parents 59463afc5666
children 43dd3413c7c7
comparison
equal deleted inserted replaced
152:4c132ee2d62b 153:25f70ba0133c
1 \input texinfo @c -*-texinfo-*- 1 \input texinfo @c -*-texinfo-*-
2 2
3 @setfilename gnus 3 @setfilename gnus
4 @settitle Gnus 5.4.53 Manual 4 @settitle Gnus 5.4.55 Manual
5 @synindex fn cp 5 @synindex fn cp
6 @synindex vr cp 6 @synindex vr cp
7 @synindex pg cp 7 @synindex pg cp
8 @iftex 8 @iftex
9 @finalout 9 @finalout
285 @end ifinfo 285 @end ifinfo
286 286
287 @tex 287 @tex
288 288
289 @titlepage 289 @titlepage
290 @title Gnus 5.4.53 Manual 290 @title Gnus 5.4.55 Manual
291 291
292 @author by Lars Magne Ingebrigtsen 292 @author by Lars Magne Ingebrigtsen
293 @page 293 @page
294 294
295 @vskip 0pt plus 1filll 295 @vskip 0pt plus 1filll
321 You can read news (and mail) from within Emacs by using Gnus. The news 321 You can read news (and mail) from within Emacs by using Gnus. The news
322 can be gotten by any nefarious means you can think of---@sc{nntp}, local 322 can be gotten by any nefarious means you can think of---@sc{nntp}, local
323 spool or your mbox file. All at the same time, if you want to push your 323 spool or your mbox file. All at the same time, if you want to push your
324 luck. 324 luck.
325 325
326 This manual corresponds to Gnus 5.4.53. 326 This manual corresponds to Gnus 5.4.55.
327 327
328 @end ifinfo 328 @end ifinfo
329 329
330 @iftex 330 @iftex
331 331
9218 match the regular expression @code{gnus-auto-expirable-newsgroups} will 9218 match the regular expression @code{gnus-auto-expirable-newsgroups} will
9219 have all articles that you read marked as expirable automatically. All 9219 have all articles that you read marked as expirable automatically. All
9220 articles that are marked as expirable have an @samp{E} in the first 9220 articles that are marked as expirable have an @samp{E} in the first
9221 column in the summary buffer. 9221 column in the summary buffer.
9222 9222
9223 By default, if you have auto expiry switched on, Gnus will mark all the
9224 articles you read as expirable, no matter if they were read or unread
9225 before. To avoid having articles marked as read marked as expirable
9226 automatically, you can put something like the following in your
9227 @file{.gnus} file:
9228
9229 @vindex gnus-mark-article-hook
9230 @lisp
9231 (remove-hook 'gnus-mark-article-hook
9232 'gnus-summary-mark-read-and-unread-as-read)
9233 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
9234 @end lisp
9235
9223 Note that making a group auto-expirable don't mean that all read 9236 Note that making a group auto-expirable don't mean that all read
9224 articles are expired---only the articles that are marked as expirable 9237 articles are expired---only the articles that are marked as expirable
9225 will be expired. Also note the using the @kbd{d} command won't make 9238 will be expired. Also note the using the @kbd{d} command won't make
9226 groups expirable---only semi-automatic marking of articles as read will 9239 groups expirable---only semi-automatic marking of articles as read will
9227 mark the articles as expirable in auto-expirable groups. 9240 mark the articles as expirable in auto-expirable groups.
9941 the article. 9954 the article.
9942 9955
9943 @item body-end 9956 @item body-end
9944 If present, this should match the end of the body of the article. 9957 If present, this should match the end of the body of the article.
9945 9958
9946 @item nndoc-file-end 9959 @item file-end
9947 If present, this should match the end of the file. All text after this 9960 If present, this should match the end of the file. All text after this
9948 regexp will be totally ignored. 9961 regexp will be totally ignored.
9949 9962
9950 @end table 9963 @end table
9951 9964
11142 @code{From} header, and affect the score of not only the matching 11155 @code{From} header, and affect the score of not only the matching
11143 articles, but also all followups to the matching articles. This allows 11156 articles, but also all followups to the matching articles. This allows
11144 you e.g. increase the score of followups to your own articles, or 11157 you e.g. increase the score of followups to your own articles, or
11145 decrease the score of followups to the articles of some known 11158 decrease the score of followups to the articles of some known
11146 trouble-maker. Uses the same match types as the @code{From} header 11159 trouble-maker. Uses the same match types as the @code{From} header
11147 uses. 11160 uses. (Using this match key will lead to creation of @file{ADAPT}
11161 files.)
11148 11162
11149 @item Thread 11163 @item Thread
11150 This match key works along the same lines as the @code{Followup} match 11164 This match key works along the same lines as the @code{Followup} match
11151 key. If you say that you want to score on a (sub-)thread that is 11165 key. If you say that you want to score on a (sub-)thread that is
11152 started by an article with a @code{Message-ID} @var{X}, then you add a 11166 started by an article with a @code{Message-ID} @var{X}, then you add a
11154 article that has @var{X} in its @code{References} header. (These new 11168 article that has @var{X} in its @code{References} header. (These new
11155 @samp{thread} matches will use the @code{Message-ID}s of these matching 11169 @samp{thread} matches will use the @code{Message-ID}s of these matching
11156 articles.) This will ensure that you can raise/lower the score of an 11170 articles.) This will ensure that you can raise/lower the score of an
11157 entire thread, even though some articles in the thread may not have 11171 entire thread, even though some articles in the thread may not have
11158 complete @code{References} headers. Note that using this may lead to 11172 complete @code{References} headers. Note that using this may lead to
11159 undeterministic scores of the articles in the thread. 11173 undeterministic scores of the articles in the thread. (Using this match
11174 key will lead to creation of @file{ADAPT} files.)
11160 @end table 11175 @end table
11161 @end enumerate 11176 @end enumerate
11162 11177
11163 @item mark 11178 @item mark
11164 The value of this entry should be a number. Any articles with a score 11179 The value of this entry should be a number. Any articles with a score
14088 Kevin Buhr, 14103 Kevin Buhr,
14089 Alastair Burt, 14104 Alastair Burt,
14090 Joao Cachopo, 14105 Joao Cachopo,
14091 Zlatko Calusic, 14106 Zlatko Calusic,
14092 Massimo Campostrini, 14107 Massimo Campostrini,
14108 Dan Christensen,
14093 Michael R. Cook, 14109 Michael R. Cook,
14094 Glenn Coombs, 14110 Glenn Coombs,
14095 Frank D. Cringle, 14111 Frank D. Cringle,
14096 Geoffrey T. Dairiki, 14112 Geoffrey T. Dairiki,
14097 Andre Deparade, 14113 Andre Deparade,
14836 default, way of getting news. 14852 default, way of getting news.
14837 14853
14838 @item foreign 14854 @item foreign
14839 @cindex foreign 14855 @cindex foreign
14840 You can also have any number of foreign groups active at the same time. 14856 You can also have any number of foreign groups active at the same time.
14841 These are groups that use different backends for getting news. 14857 These are groups that use non-native non-secondary backends for getting
14858 news.
14842 14859
14843 @item secondary 14860 @item secondary
14844 @cindex secondary 14861 @cindex secondary
14845 Secondary backends are somewhere half-way between being native and being 14862 Secondary backends are somewhere half-way between being native and being
14846 foreign, but they mostly act like they are native. 14863 foreign, but they mostly act like they are native.