*** empty log message ***
[gnus] / texi / gnus.texi
1 \input texinfo                  @c -*-texinfo-*-
2
3 @setfilename gnus
4 @settitle Pterodactyl Gnus 0.14 Manual
5 @synindex fn cp
6 @synindex vr cp
7 @synindex pg cp
8 @c @direntry
9 @c * Gnus: (gnus).         The newsreader Gnus.
10 @c @end direntry
11 @iftex
12 @finalout
13 @end iftex
14 @setchapternewpage odd
15
16 @iftex
17 @iflatex
18 \documentclass[twoside,a4paper,openright,11pt]{book}
19 \usepackage[latin1]{inputenc}
20 \usepackage{pagestyle}
21 \usepackage{epsfig}
22 \usepackage{bembo}
23 \usepackage{pixidx}
24
25 \makeindex
26 \begin{document}
27
28 \newcommand{\gnuschaptername}{}
29 \newcommand{\gnussectionname}{}
30
31 \newcommand{\gnusbackslash}{/}
32
33 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
34 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
35
36 \newcommand{\gnuskindex}[1]{\index{#1}}
37 \newcommand{\gnusindex}[1]{\index{#1}}
38
39 \newcommand{\gnustt}[1]{{\fontfamily{pfu}\fontsize{10pt}{10}\selectfont #1}}
40 \newcommand{\gnuscode}[1]{\gnustt{#1}}
41 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\fontfamily{pfu}\fontsize{10pt}{10}\selectfont #1}''}
42 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
43 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
44 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
45 \newcommand{\gnusdfn}[1]{\textit{#1}}
46 \newcommand{\gnusi}[1]{\textit{#1}}
47 \newcommand{\gnusstrong}[1]{\textbf{#1}}
48 \newcommand{\gnusemph}[1]{\textit{#1}}
49 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
50 \newcommand{\gnussc}[1]{\textsc{#1}}
51 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
52 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
53
54 \newcommand{\gnusbullet}{{${\bullet}$}}
55 \newcommand{\gnusdollar}{\$}
56 \newcommand{\gnusampersand}{\&}
57 \newcommand{\gnuspercent}{\%}
58 \newcommand{\gnushash}{\#}
59 \newcommand{\gnushat}{\symbol{"5E}}
60 \newcommand{\gnusunderline}{\symbol{"5F}}
61 \newcommand{\gnusnot}{$\neg$}
62 \newcommand{\gnustilde}{\symbol{"7E}}
63 \newcommand{\gnusless}{{$<$}}
64 \newcommand{\gnusgreater}{{$>$}}
65 \newcommand{\gnusbraceleft}{{$>$}}
66 \newcommand{\gnusbraceright}{{$>$}}
67
68 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head.eps,height=1cm}}}
69 \newcommand{\gnusinteresting}{
70 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
71 }
72
73 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
74
75 \newcommand{\gnuspagechapter}[1]{
76 {\mbox{}}
77 }
78
79 \newdimen{\gnusdimen}
80 \gnusdimen 0pt
81
82 \newcommand{\gnuschapter}[2]{
83 \gnuscleardoublepage
84 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
85 \chapter{#2}
86 \renewcommand{\gnussectionname}{}
87 \renewcommand{\gnuschaptername}{#2}
88 \thispagestyle{empty}
89 \hspace*{-2cm}
90 \begin{picture}(500,500)(0,0)
91 \put(480,350){\makebox(0,0)[tr]{#1}}
92 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
93 \end{picture}
94 \clearpage
95 }
96
97 \newcommand{\gnusfigure}[3]{
98 \begin{figure}
99 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
100 #3
101 \end{picture}
102 \caption{#1}
103 \end{figure}
104 }
105
106 \newcommand{\gnusicon}[1]{
107 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=tmp/#1-up.ps,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=tmp/#1-up.ps,height=1cm}}}
108 }
109
110 \newcommand{\gnuspicon}[1]{
111 \margindex{\epsfig{figure=#1,width=2cm}}
112 }
113
114 \newcommand{\gnusxface}[2]{
115 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
116 }
117
118 \newcommand{\gnussmiley}[2]{
119 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
120 }
121
122 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
123
124 \newcommand{\gnussection}[1]{
125 \renewcommand{\gnussectionname}{#1}
126 \section{#1}
127 }
128
129 \newenvironment{codelist}%
130 {\begin{list}{}{
131 }
132 }{\end{list}}
133
134 \newenvironment{kbdlist}%
135 {\begin{list}{}{
136 \labelwidth=0cm
137 }
138 }{\end{list}}
139
140 \newenvironment{dfnlist}%
141 {\begin{list}{}{
142 }
143 }{\end{list}}
144
145 \newenvironment{stronglist}%
146 {\begin{list}{}{
147 }
148 }{\end{list}}
149
150 \newenvironment{samplist}%
151 {\begin{list}{}{
152 }
153 }{\end{list}}
154
155 \newenvironment{varlist}%
156 {\begin{list}{}{
157 }
158 }{\end{list}}
159
160 \newenvironment{emphlist}%
161 {\begin{list}{}{
162 }
163 }{\end{list}}
164
165 \newlength\gnusheadtextwidth
166 \setlength{\gnusheadtextwidth}{\headtextwidth}
167 \addtolength{\gnusheadtextwidth}{1cm}
168
169 \newpagestyle{gnuspreamble}%
170 {
171 {
172 \ifodd\count0
173 {
174 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
175 }
176 \else
177 {
178 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
179 }
180 }
181 \fi
182 }
183 }
184 {
185 \ifodd\count0
186 \mbox{} \hfill
187 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
188 \else
189 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
190 \hfill \mbox{}
191 \fi
192 }
193
194 \newpagestyle{gnusindex}%
195 {
196 {
197 \ifodd\count0
198 {
199 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
200 }
201 \else
202 {
203 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
204 }
205 \fi
206 }
207 }
208 {
209 \ifodd\count0
210 \mbox{} \hfill
211 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
212 \else
213 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
214 \hfill \mbox{}
215 \fi
216 }
217
218 \newpagestyle{gnus}%
219 {
220 {
221 \ifodd\count0
222 {
223 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
224 }
225 \else
226 {
227 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
228 }
229 \fi
230 }
231 }
232 {
233 \ifodd\count0
234 \mbox{} \hfill
235 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
236 \else
237 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo.eps,height=1cm}}
238 \hfill \mbox{}
239 \fi
240 }
241
242 \pagenumbering{roman}
243 \pagestyle{gnuspreamble}
244
245 @end iflatex
246 @end iftex
247
248 @iftex
249 @iflatex
250 \begin{titlepage}
251 {
252
253 %\addtolength{\oddsidemargin}{-5cm}
254 %\addtolength{\evensidemargin}{-5cm}
255 \parindent=0cm
256 \addtolength{\textheight}{2cm}
257
258 \gnustitle{\gnustitlename}\\
259 \rule{15cm}{1mm}\\
260 \vfill
261 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo.eps,height=15cm}
262 \vfill
263 \rule{15cm}{1mm}\\
264 \gnusauthor{by Lars Magne Ingebrigtsen}
265 \newpage
266 }
267
268 \mbox{}
269 \vfill
270
271 \thispagestyle{empty}
272
273 Copyright \copyright{} 1995,96,97 Free Software Foundation, Inc.
274
275 Permission is granted to make and distribute verbatim copies of
276 this manual provided the copyright notice and this permission notice
277 are preserved on all copies.
278
279 Permission is granted to copy and distribute modified versions of this
280 manual under the conditions for verbatim copying, provided that the
281 entire resulting derived work is distributed under the terms of a
282 permission notice identical to this one.
283
284 Permission is granted to copy and distribute translations of this manual
285 into another language, under the above conditions for modified versions.
286
287 \newpage
288 \end{titlepage}
289 @end iflatex
290 @end iftex
291
292 @ifinfo
293
294 This file documents Gnus, the GNU Emacs newsreader.
295
296 Copyright (C) 1995,96 Free Software Foundation, Inc.
297
298 Permission is granted to make and distribute verbatim copies of
299 this manual provided the copyright notice and this permission notice
300 are preserved on all copies.
301
302 @ignore
303 Permission is granted to process this file through Tex and print the
304 results, provided the printed document carries copying permission
305 notice identical to this one except for the removal of this paragraph
306 (this paragraph not being relevant to the printed manual).
307
308 @end ignore
309 Permission is granted to copy and distribute modified versions of this
310 manual under the conditions for verbatim copying, provided also that the
311 entire resulting derived work is distributed under the terms of a
312 permission notice identical to this one.
313
314 Permission is granted to copy and distribute translations of this manual
315 into another language, under the above conditions for modified versions.
316 @end ifinfo
317
318 @tex
319
320 @titlepage
321 @title Pterodactyl Gnus 0.14 Manual
322
323 @author by Lars Magne Ingebrigtsen
324 @page
325
326 @vskip 0pt plus 1filll
327 Copyright @copyright{} 1995,96,97 Free Software Foundation, Inc.
328
329 Permission is granted to make and distribute verbatim copies of
330 this manual provided the copyright notice and this permission notice
331 are preserved on all copies.
332
333 Permission is granted to copy and distribute modified versions of this
334 manual under the conditions for verbatim copying, provided that the
335 entire resulting derived work is distributed under the terms of a
336 permission notice identical to this one.
337
338 Permission is granted to copy and distribute translations of this manual
339 into another language, under the above conditions for modified versions.
340
341 @end titlepage
342 @page
343
344 @end tex
345
346
347 @node Top
348 @top The Gnus Newsreader
349
350 @ifinfo
351
352 You can read news (and mail) from within Emacs by using Gnus.  The news
353 can be gotten by any nefarious means you can think of---@sc{nntp}, local
354 spool or your mbox file.  All at the same time, if you want to push your
355 luck.
356
357 This manual corresponds to Pterodactyl Gnus 0.14.
358
359 @end ifinfo
360
361 @iftex
362
363 @iflatex
364 \tableofcontents
365 \gnuscleardoublepage
366 @end iflatex
367
368 Gnus is the advanced, self-documenting, customizable, extensible
369 unreal-time newsreader for GNU Emacs.
370
371 Oops.  That sounds oddly familiar, so let's start over again to avoid
372 being accused of plagiarism:
373
374 Gnus is a message-reading laboratory.  It will let you look at just
375 about anything as if it were a newsgroup.  You can read mail with it,
376 you can browse directories with it, you can @code{ftp} with it---you can
377 even read news with it!
378
379 Gnus tries to empower people who read news the same way Emacs empowers
380 people who edit text.  Gnus sets no limits to what the user should be
381 allowed to do.  Users are encouraged to extend Gnus to make it behave
382 like they want it to behave.  A program should not control people;
383 people should be empowered to do what they want by using (or abusing)
384 the program.
385
386 @end iftex
387
388
389 @menu
390 * Starting Up::           Finding news can be a pain.
391 * The Group Buffer::      Selecting, subscribing and killing groups.
392 * The Summary Buffer::    Reading, saving and posting articles.
393 * The Article Buffer::    Displaying and handling articles.
394 * Composing Messages::    Information on sending mail and news.
395 * Select Methods::        Gnus reads all messages from various select methods.
396 * Scoring::               Assigning values to articles.
397 * Various::               General purpose settings.
398 * The End::               Farewell and goodbye.
399 * Appendices::            Terminology, Emacs intro, FAQ, History, Internals.
400 * Index::                 Variable, function and concept index.
401 * Key Index::             Key Index.
402 @end menu
403
404 @node Starting Up
405 @chapter Starting Gnus
406 @cindex starting up
407
408 @kindex M-x gnus
409 @findex gnus
410 If your system administrator has set things up properly, starting Gnus
411 and reading news is extremely easy---you just type @kbd{M-x gnus} in
412 your Emacs.
413
414 @findex gnus-other-frame
415 @kindex M-x gnus-other-frame
416 If you want to start Gnus in a different frame, you can use the command
417 @kbd{M-x gnus-other-frame} instead.
418
419 If things do not go smoothly at startup, you have to twiddle some
420 variables in your @file{~/.gnus} file.  This file is similar to
421 @file{~/.emacs}, but is read when gnus starts.
422
423 If you puzzle at any terms used in this manual, please refer to the
424 terminology section (@pxref{Terminology}).
425
426 @menu
427 * Finding the News::    Choosing a method for getting news.
428 * The First Time::      What does Gnus do the first time you start it?
429 * The Server is Down::  How can I read my mail then?
430 * Slave Gnusae::        You can have more than one Gnus active at a time.
431 * Fetching a Group::    Starting Gnus just to read a group.
432 * New Groups::          What is Gnus supposed to do with new groups?
433 * Startup Files::       Those pesky startup files---@file{.newsrc}.
434 * Auto Save::           Recovering from a crash.
435 * The Active File::     Reading the active file over a slow line Takes Time.
436 * Changing Servers::    You may want to move from one server to another.
437 * Startup Variables::   Other variables you might change.
438 @end menu
439
440
441 @node Finding the News
442 @section Finding the News
443 @cindex finding news
444
445 @vindex gnus-select-method
446 @c @head
447 The @code{gnus-select-method} variable says where Gnus should look for
448 news.  This variable should be a list where the first element says
449 @dfn{how} and the second element says @dfn{where}.  This method is your
450 native method.  All groups not fetched with this method are
451 foreign groups.
452
453 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
454 you want to get your daily dosage of news from, you'd say:
455
456 @lisp
457 (setq gnus-select-method '(nntp "news.somewhere.edu"))
458 @end lisp
459
460 If you want to read directly from the local spool, say:
461
462 @lisp
463 (setq gnus-select-method '(nnspool ""))
464 @end lisp
465
466 If you can use a local spool, you probably should, as it will almost
467 certainly be much faster.
468
469 @vindex gnus-nntpserver-file
470 @cindex NNTPSERVER
471 @cindex @sc{nntp} server
472 If this variable is not set, Gnus will take a look at the
473 @code{NNTPSERVER} environment variable.  If that variable isn't set,
474 Gnus will see whether @code{gnus-nntpserver-file}
475 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
476 that fails as well, Gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
477
478 @vindex gnus-nntp-server
479 If @code{gnus-nntp-server} is set, this variable will override
480 @code{gnus-select-method}.  You should therefore set
481 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
482
483 @vindex gnus-secondary-servers
484 You can also make Gnus prompt you interactively for the name of an
485 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
486 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
487 in the @code{gnus-secondary-servers} list (if any).  You can also just
488 type in the name of any server you feel like visiting.
489
490 @findex gnus-group-browse-foreign-server
491 @kindex B (Group)
492 However, if you use one @sc{nntp} server regularly and are just
493 interested in a couple of groups from a different server, you would be
494 better served by using the @kbd{B} command in the group buffer.  It will
495 let you have a look at what groups are available, and you can subscribe
496 to any of the groups you want to.  This also makes @file{.newsrc}
497 maintenance much tidier.  @xref{Foreign Groups}.
498
499 @vindex gnus-secondary-select-methods
500 @c @head
501 A slightly different approach to foreign groups is to set the
502 @code{gnus-secondary-select-methods} variable.  The select methods
503 listed in this variable are in many ways just as native as the
504 @code{gnus-select-method} server.  They will also be queried for active
505 files during startup (if that's required), and new newsgroups that
506 appear on these servers will be subscribed (or not) just as native
507 groups are.
508
509 For instance, if you use the @code{nnmbox} backend to read your mail, you
510 would typically set this variable to
511
512 @lisp
513 (setq gnus-secondary-select-methods '((nnmbox "")))
514 @end lisp
515
516
517 @node The First Time
518 @section The First Time
519 @cindex first time usage
520
521 If no startup files exist, Gnus will try to determine what groups should
522 be subscribed by default.
523
524 @vindex gnus-default-subscribed-newsgroups
525 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
526 will subscribe you to just those groups in that list, leaving the rest
527 killed.  Your system administrator should have set this variable to
528 something useful.
529
530 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
531 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
532 here as @dfn{whatever Lars thinks you should read}.)
533
534 You'll also be subscribed to the Gnus documentation group, which should
535 help you with most common problems.
536
537 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
538 use the normal functions for handling new groups, and not do anything
539 special.
540
541
542 @node The Server is Down
543 @section The Server is Down
544 @cindex server errors
545
546 If the default server is down, Gnus will understandably have some
547 problems starting.  However, if you have some mail groups in addition to
548 the news groups, you may want to start Gnus anyway.
549
550 Gnus, being the trusting sort of program, will ask whether to proceed
551 without a native select method if that server can't be contacted.  This
552 will happen whether the server doesn't actually exist (i.e., you have
553 given the wrong address) or the server has just momentarily taken ill
554 for some reason or other.  If you decide to continue and have no foreign
555 groups, you'll find it difficult to actually do anything in the group
556 buffer.  But, hey, that's your problem.  Blllrph!
557
558 @findex gnus-no-server
559 @kindex M-x gnus-no-server
560 @c @head
561 If you know that the server is definitely down, or you just want to read
562 your mail without bothering with the server at all, you can use the
563 @code{gnus-no-server} command to start Gnus.  That might come in handy
564 if you're in a hurry as well.  This command will not attempt to contact
565 your primary server---instead, it will just activate all groups on level
566 1 and 2.  (You should preferably keep no native groups on those two
567 levels.)
568
569
570 @node Slave Gnusae
571 @section Slave Gnusae
572 @cindex slave
573
574 You might want to run more than one Emacs with more than one Gnus at the
575 same time.  If you are using different @file{.newsrc} files (e.g., if you
576 are using the two different Gnusae to read from two different servers),
577 that is no problem whatsoever.  You just do it.
578
579 The problem appears when you want to run two Gnusae that use the same
580 @code{.newsrc} file.
581
582 To work around that problem some, we here at the Think-Tank at the Gnus
583 Towers have come up with a new concept: @dfn{Masters} and
584 @dfn{slaves}.  (We have applied for a patent on this concept, and have
585 taken out a copyright on those words.  If you wish to use those words in
586 conjunction with each other, you have to send $1 per usage instance to
587 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
588 Applications}) will be much more expensive, of course.)
589
590 Anyways, you start one Gnus up the normal way with @kbd{M-x gnus} (or
591 however you do it).  Each subsequent slave Gnusae should be started with
592 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
593 files, but instead save @dfn{slave files} that contain information only
594 on what groups have been read in the slave session.  When a master Gnus
595 starts, it will read (and delete) these slave files, incorporating all
596 information from them.  (The slave files will be read in the sequence
597 they were created, so the latest changes will have precedence.)
598
599 Information from the slave files has, of course, precedence over the
600 information in the normal (i.e., master) @code{.newsrc} file.
601
602
603 @node Fetching a Group
604 @section Fetching a Group
605 @cindex fetching a group
606
607 @findex gnus-fetch-group
608 It is sometimes convenient to be able to just say ``I want to read this
609 group and I don't care whether Gnus has been started or not''.  This is
610 perhaps more useful for people who write code than for users, but the
611 command @code{gnus-fetch-group} provides this functionality in any case.
612 It takes the group name as a parameter.
613
614
615 @node New Groups
616 @section New Groups
617 @cindex new groups
618 @cindex subscription
619
620 @vindex gnus-check-new-newsgroups
621 If you are satisfied that you really never want to see any new groups,
622 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
623 also save you some time at startup.  Even if this variable is
624 @code{nil}, you can always subscribe to the new groups just by pressing
625 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
626 is @code{ask-server} by default.  If you set this variable to
627 @code{always}, then Gnus will query the backends for new groups even
628 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
629
630 @menu
631 * Checking New Groups::      Determining what groups are new.
632 * Subscription Methods::     What Gnus should do with new groups.
633 * Filtering New Groups::     Making Gnus ignore certain new groups.
634 @end menu
635
636
637 @node Checking New Groups
638 @subsection Checking New Groups
639
640 Gnus normally determines whether a group is new or not by comparing the
641 list of groups from the active file(s) with the lists of subscribed and
642 dead groups.  This isn't a particularly fast method.  If
643 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
644 server for new groups since the last time.  This is both faster and
645 cheaper.  This also means that you can get rid of the list of killed
646 groups altogether, so you may set @code{gnus-save-killed-list} to
647 @code{nil}, which will save time both at startup, at exit, and all over.
648 Saves disk space, too.  Why isn't this the default, then?
649 Unfortunately, not all servers support this command.
650
651 I bet I know what you're thinking now: How do I find out whether my
652 server supports @code{ask-server}?  No?  Good, because I don't have a
653 fail-safe answer.  I would suggest just setting this variable to
654 @code{ask-server} and see whether any new groups appear within the next
655 few days.  If any do, then it works.  If none do, then it doesn't
656 work.  I could write a function to make Gnus guess whether the server
657 supports @code{ask-server}, but it would just be a guess.  So I won't.
658 You could @code{telnet} to the server and say @code{HELP} and see
659 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
660 it does, then it might work.  (But there are servers that lists
661 @samp{NEWGROUPS} without supporting the function properly.)
662
663 This variable can also be a list of select methods.  If so, Gnus will
664 issue an @code{ask-server} command to each of the select methods, and
665 subscribe them (or not) using the normal methods.  This might be handy
666 if you are monitoring a few servers for new groups.  A side effect is
667 that startup will take much longer, so you can meditate while waiting.
668 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
669
670
671 @node Subscription Methods
672 @subsection Subscription Methods
673
674 @vindex gnus-subscribe-newsgroup-method
675 What Gnus does when it encounters a new group is determined by the
676 @code{gnus-subscribe-newsgroup-method} variable.
677
678 This variable should contain a function.  This function will be called
679 with the name of the new group as the only parameter.
680
681 Some handy pre-fab functions are:
682
683 @table @code
684
685 @item gnus-subscribe-zombies
686 @vindex gnus-subscribe-zombies
687 Make all new groups zombies.  This is the default.  You can browse the
688 zombies later (with @kbd{A z}) and either kill them all off properly
689 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
690
691 @item gnus-subscribe-randomly
692 @vindex gnus-subscribe-randomly
693 Subscribe all new groups in arbitrary order.  This really means that all
694 new groups will be added at ``the top'' of the group buffer.
695
696 @item gnus-subscribe-alphabetically
697 @vindex gnus-subscribe-alphabetically
698 Subscribe all new groups in alphabetical order.
699
700 @item gnus-subscribe-hierarchically
701 @vindex gnus-subscribe-hierarchically
702 Subscribe all new groups hierarchically.  The difference between this
703 function and @code{gnus-subscribe-alphabetically} is slight.
704 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
705 alphabetical fashion, while this function will enter groups into it's
706 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
707 @samp{comp} hierarchy, this function will not mess that configuration
708 up.  Or something like that.
709
710 @item gnus-subscribe-interactively
711 @vindex gnus-subscribe-interactively
712 Subscribe new groups interactively.  This means that Gnus will ask
713 you about @strong{all} new groups.  The groups you choose to subscribe
714 to will be subscribed hierarchically.
715
716 @item gnus-subscribe-killed
717 @vindex gnus-subscribe-killed
718 Kill all new groups.
719
720 @end table
721
722 @vindex gnus-subscribe-hierarchical-interactive
723 A closely related variable is
724 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
725 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
726 hierarchical fashion whether to subscribe to new groups or not.  Gnus
727 will ask you for each sub-hierarchy whether you want to descend the
728 hierarchy or not.
729
730 One common mistake is to set the variable a few paragraphs above
731 (@code{gnus-subscribe-newsgroup-method}) to
732 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
733 will not work.  This is ga-ga.  So don't do it.
734
735
736 @node Filtering New Groups
737 @subsection Filtering New Groups
738
739 A nice and portable way to control which new newsgroups should be
740 subscribed (or ignored) is to put an @dfn{options} line at the start of
741 the @file{.newsrc} file.  Here's an example:
742
743 @example
744 options -n !alt.all !rec.all sci.all
745 @end example
746
747 @vindex gnus-subscribe-options-newsgroup-method
748 This line obviously belongs to a serious-minded intellectual scientific
749 person (or she may just be plain old boring), because it says that all
750 groups that have names beginning with @samp{alt} and @samp{rec} should
751 be ignored, and all groups with names beginning with @samp{sci} should
752 be subscribed.  Gnus will not use the normal subscription method for
753 subscribing these groups.
754 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
755 variable defaults to @code{gnus-subscribe-alphabetically}.
756
757 @vindex gnus-options-not-subscribe
758 @vindex gnus-options-subscribe
759 If you don't want to mess with your @file{.newsrc} file, you can just
760 set the two variables @code{gnus-options-subscribe} and
761 @code{gnus-options-not-subscribe}.  These two variables do exactly the
762 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
763 and if the new group matches the former, it will be unconditionally
764 subscribed, and if it matches the latter, it will be ignored.
765
766 @vindex gnus-auto-subscribed-groups
767 Yet another variable that meddles here is
768 @code{gnus-auto-subscribed-groups}.  It works exactly like
769 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
770 thought it would be nice to have two of these.  This variable is more
771 meant for setting some ground rules, while the other variable is used
772 more for user fiddling.  By default this variable makes all new groups
773 that come from mail backends (@code{nnml}, @code{nnbabyl},
774 @code{nnfolder}, @code{nnmbox}, and @code{nnmh}) subscribed.  If you
775 don't like that, just set this variable to @code{nil}.
776
777 New groups that match this regexp are subscribed using
778 @code{gnus-subscribe-options-newsgroup-method}.
779
780
781 @node Changing Servers
782 @section Changing Servers
783 @cindex changing servers
784
785 Sometimes it is necessary to move from one @sc{nntp} server to another.
786 This happens very rarely, but perhaps you change jobs, or one server is
787 very flaky and you want to use another.
788
789 Changing the server is pretty easy, right?  You just change
790 @code{gnus-select-method} to point to the new server?
791
792 @emph{Wrong!}
793
794 Article numbers are not (in any way) kept synchronized between different
795 @sc{nntp} servers, and the only way Gnus keeps track of what articles
796 you have read is by keeping track of article numbers.  So when you
797 change @code{gnus-select-method}, your @file{.newsrc} file becomes
798 worthless.
799
800 Gnus provides a few functions to attempt to translate a @file{.newsrc}
801 file from one server to another.  They all have one thing in
802 common---they take a looong time to run.  You don't want to use these
803 functions more than absolutely necessary.
804
805 @kindex M-x gnus-change-server
806 @findex gnus-change-server
807 If you have access to both servers, Gnus can request the headers for all
808 the articles you have read and compare @code{Message-ID}s and map the
809 article numbers of the read articles and article marks.  The @kbd{M-x
810 gnus-change-server} command will do this for all your native groups.  It
811 will prompt for the method you want to move to.
812
813 @kindex M-x gnus-group-move-group-to-server
814 @findex gnus-group-move-group-to-server
815 You can also move individual groups with the @kbd{M-x
816 gnus-group-move-group-to-server} command.  This is useful if you want to
817 move a (foreign) group from one server to another.
818
819 @kindex M-x gnus-group-clear-data-on-native-groups
820 @findex gnus-group-clear-data-on-native-groups
821 If you don't have access to both the old and new server, all your marks
822 and read ranges have become worthless.  You can use the @kbd{M-x
823 gnus-group-clear-data-on-native-groups} command to clear out all data
824 that you have on your native groups.  Use with caution.
825
826
827 @node Startup Files
828 @section Startup Files
829 @cindex startup files
830 @cindex .newsrc
831 @cindex .newsrc.el
832 @cindex .newsrc.eld
833
834 Now, you all know about the @file{.newsrc} file.  All subscription
835 information is traditionally stored in this file.
836
837 Things got a bit more complicated with @sc{gnus}.  In addition to
838 keeping the @file{.newsrc} file updated, it also used a file called
839 @file{.newsrc.el} for storing all the information that didn't fit into
840 the @file{.newsrc} file.  (Actually, it also duplicated everything in
841 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
842 files was the most recently saved, which enabled people to swap between
843 @sc{gnus} and other newsreaders.
844
845 That was kinda silly, so Gnus went one better: In addition to the
846 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
847 @file{.newsrc.eld}.  It will read whichever of these files that are most
848 recent, but it will never write a @file{.newsrc.el} file.  You should
849 never delete the @file{.newsrc.eld} file---it contains much information
850 not stored in the @file{.newsrc} file.
851
852 @vindex gnus-save-newsrc-file
853 You can turn off writing the @file{.newsrc} file by setting
854 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
855 the file and save some space, as well as exiting from Gnus faster.
856 However, this will make it impossible to use other newsreaders than
857 Gnus.  But hey, who would want to, right?
858
859 @vindex gnus-save-killed-list
860 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
861 will not save the list of killed groups to the startup file.  This will
862 save both time (when starting and quitting) and space (on disk).  It
863 will also mean that Gnus has no record of what groups are new or old,
864 so the automatic new groups subscription methods become meaningless.
865 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
866 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
867 Groups}).  This variable can also be a regular expression.  If that's
868 the case, remove all groups that do not match this regexp before
869 saving.  This can be useful in certain obscure situations that involve
870 several servers where not all servers support @code{ask-server}.
871
872 @vindex gnus-startup-file
873 The @code{gnus-startup-file} variable says where the startup files are.
874 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
875 file being whatever that one is, with a @samp{.eld} appended.
876
877 @vindex gnus-save-newsrc-hook
878 @vindex gnus-save-quick-newsrc-hook
879 @vindex gnus-save-standard-newsrc-hook
880 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
881 files, while @code{gnus-save-quick-newsrc-hook} is called just before
882 saving the @file{.newsrc.eld} file, and
883 @code{gnus-save-standard-newsrc-hook} is called just before saving the
884 @file{.newsrc} file.  The latter two are commonly used to turn version
885 control on or off.  Version control is on by default when saving the
886 startup files.  If you want to turn backup creation off, say something like:
887
888 @lisp
889 (defun turn-off-backup ()
890   (set (make-local-variable 'backup-inhibited) t))
891
892 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
893 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
894 @end lisp
895
896 @vindex gnus-init-file
897 When Gnus starts, it will read the @code{gnus-site-init-file}
898 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
899 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
900 and can be used to avoid cluttering your @file{~/.emacs} and
901 @file{site-init} files with Gnus stuff.  Gnus will also check for files
902 with the same names as these, but with @file{.elc} and @file{.el}
903 suffixes.  In other words, if you have set @code{gnus-init-file} to
904 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
905 and finally @file{~/.gnus} (in this order).
906
907
908
909 @node Auto Save
910 @section Auto Save
911 @cindex dribble file
912 @cindex auto-save
913
914 Whenever you do something that changes the Gnus data (reading articles,
915 catching up, killing/subscribing groups), the change is added to a
916 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
917 Emacs way.  If your Emacs should crash before you have saved the
918 @file{.newsrc} files, all changes you have made can be recovered from
919 this file.
920
921 If Gnus detects this file at startup, it will ask the user whether to
922 read it.  The auto save file is deleted whenever the real startup file is
923 saved.
924
925 @vindex gnus-use-dribble-file
926 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
927 maintain a dribble buffer.  The default is @code{t}.
928
929 @vindex gnus-dribble-directory
930 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
931 this variable is @code{nil}, which it is by default, Gnus will dribble
932 into the directory where the @file{.newsrc} file is located.  (This is
933 normally the user's home directory.)  The dribble file will get the same
934 file permissions as the @code{.newsrc} file.
935
936 @vindex gnus-always-read-dribble-file
937 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
938 read the dribble file on startup without querying the user.
939
940
941 @node The Active File
942 @section The Active File
943 @cindex active file
944 @cindex ignored groups
945
946 When Gnus starts, or indeed whenever it tries to determine whether new
947 articles have arrived, it reads the active file.  This is a very large
948 file that lists all the active groups and articles on the server.
949
950 @vindex gnus-ignored-newsgroups
951 Before examining the active file, Gnus deletes all lines that match the
952 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
953 any groups with bogus names, but you can use this variable to make Gnus
954 ignore hierarchies you aren't ever interested in.  However, this is not
955 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
956 Groups} for an overview of other variables that can be used instead.
957
958 @c This variable is
959 @c @code{nil} by default, and will slow down active file handling somewhat
960 @c if you set it to anything else.
961
962 @vindex gnus-read-active-file
963 @c @head
964 The active file can be rather Huge, so if you have a slow network, you
965 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
966 reading the active file.  This variable is @code{some} by default.
967
968 Gnus will try to make do by getting information just on the groups that
969 you actually subscribe to.
970
971 Note that if you subscribe to lots and lots of groups, setting this
972 variable to @code{nil} will probably make Gnus slower, not faster.  At
973 present, having this variable @code{nil} will slow Gnus down
974 considerably, unless you read news over a 2400 baud modem.
975
976 This variable can also have the value @code{some}.  Gnus will then
977 attempt to read active info only on the subscribed groups.  On some
978 servers this is quite fast (on sparkling, brand new INN servers that
979 support the @code{LIST ACTIVE group} command), on others this isn't fast
980 at all.  In any case, @code{some} should be faster than @code{nil}, and
981 is certainly faster than @code{t} over slow lines.
982
983 If this variable is @code{nil}, Gnus will ask for group info in total
984 lock-step, which isn't very fast.  If it is @code{some} and you use an
985 @sc{nntp} server, Gnus will pump out commands as fast as it can, and
986 read all the replies in one swoop.  This will normally result in better
987 performance, but if the server does not support the aforementioned
988 @code{LIST ACTIVE group} command, this isn't very nice to the server.
989
990 In any case, if you use @code{some} or @code{nil}, you should definitely
991 kill all groups that you aren't interested in to speed things up.
992
993 Note that this variable also affects active file retrieval from
994 secondary select methods.
995
996
997 @node Startup Variables
998 @section Startup Variables
999
1000 @table @code
1001
1002 @item gnus-load-hook
1003 @vindex gnus-load-hook
1004 A hook run while Gnus is being loaded.  Note that this hook will
1005 normally be run just once in each Emacs session, no matter how many
1006 times you start Gnus.
1007
1008 @item gnus-before-startup-hook
1009 @vindex gnus-before-startup-hook
1010 A hook run after starting up Gnus successfully.
1011
1012 @item gnus-startup-hook
1013 @vindex gnus-startup-hook
1014 A hook run as the very last thing after starting up Gnus
1015
1016 @item gnus-started-hook
1017 @vindex gnus-started-hook
1018 A hook that is run as the very last thing after starting up Gnus
1019 successfully.
1020
1021 @item gnus-started-hook
1022 @vindex gnus-started-hook
1023 A hook that is run after reading the @file{.newsrc} file(s), but before
1024 generating the group buffer.
1025
1026 @item gnus-check-bogus-newsgroups
1027 @vindex gnus-check-bogus-newsgroups
1028 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1029 startup.  A @dfn{bogus group} is a group that you have in your
1030 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1031 bogus groups can take quite a while, so to save time and resources it's
1032 best to leave this option off, and do the checking for bogus groups once
1033 in a while from the group buffer instead (@pxref{Group Maintenance}).
1034
1035 @item gnus-inhibit-startup-message
1036 @vindex gnus-inhibit-startup-message
1037 If non-@code{nil}, the startup message won't be displayed.  That way,
1038 your boss might not notice as easily that you are reading news instead
1039 of doing your job.  Note that this variable is used before
1040 @file{.gnus.el} is loaded, so it should be set in @code{.emacs} instead.
1041
1042 @item gnus-no-groups-message
1043 @vindex gnus-no-groups-message
1044 Message displayed by Gnus when no groups are available.
1045
1046 @item gnus-play-startup-jingle
1047 @vindex gnus-play-startup-jingle
1048 If non-@code{nil}, play the Gnus jingle at startup.
1049
1050 @item gnus-startup-jingle
1051 @vindex gnus-startup-jingle
1052 Jingle to be played if the above variable is non-@code{nil}.  The
1053 default is @samp{Tuxedomoon.Jingle4.au}.
1054
1055 @end table
1056
1057
1058 @node The Group Buffer
1059 @chapter The Group Buffer
1060 @cindex group buffer
1061
1062 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1063 is the first buffer shown when Gnus starts, and will never be killed as
1064 long as Gnus is active.
1065
1066 @iftex
1067 @iflatex
1068 \gnusfigure{The Group Buffer}{320}{
1069 \put(75,50){\epsfig{figure=tmp/group.ps,height=9cm}}
1070 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1071 \put(120,38){\vector(1,2){10}}
1072 \put(40,60){\makebox(0,0)[r]{Mode line}}
1073 \put(40,58){\vector(1,0){30}}
1074 \put(200,28){\makebox(0,0)[t]{Native select method}}
1075 \put(200,26){\vector(-1,2){15}}
1076 }
1077 @end iflatex
1078 @end iftex
1079
1080 @menu
1081 * Group Buffer Format::    Information listed and how you can change it.
1082 * Group Maneuvering::      Commands for moving in the group buffer.
1083 * Selecting a Group::      Actually reading news.
1084 * Group Data::             Changing the info for a group.
1085 * Subscription Commands::  Unsubscribing, killing, subscribing.
1086 * Group Levels::           Levels? What are those, then?
1087 * Group Score::            A mechanism for finding out what groups you like.
1088 * Marking Groups::         You can mark groups for later processing.
1089 * Foreign Groups::         Creating and editing groups.
1090 * Group Parameters::       Each group may have different parameters set.
1091 * Listing Groups::         Gnus can list various subsets of the groups.
1092 * Sorting Groups::         Re-arrange the group order.
1093 * Group Maintenance::      Maintaining a tidy @file{.newsrc} file.
1094 * Browse Foreign Server::  You can browse a server.  See what it has to offer.
1095 * Exiting Gnus::           Stop reading news and get some work done.
1096 * Group Topics::           A folding group mode divided into topics.
1097 * Misc Group Stuff::       Other stuff that you can to do.
1098 @end menu
1099
1100
1101 @node Group Buffer Format
1102 @section Group Buffer Format
1103
1104 @menu
1105 * Group Line Specification::       Deciding how the group buffer is to look.
1106 * Group Modeline Specification::   The group buffer modeline.
1107 * Group Highlighting::             Having nice colors in the group buffer.
1108 @end menu
1109
1110
1111 @node Group Line Specification
1112 @subsection Group Line Specification
1113 @cindex group buffer format
1114
1115 The default format of the group buffer is nice and dull, but you can
1116 make it as exciting and ugly as you feel like.
1117
1118 Here's a couple of example group lines:
1119
1120 @example
1121      25: news.announce.newusers
1122  *    0: alt.fan.andrea-dworkin
1123 @end example
1124
1125 Quite simple, huh?
1126
1127 You can see that there are 25 unread articles in
1128 @samp{news.announce.newusers}.  There are no unread articles, but some
1129 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1130 asterisk at the beginning of the line?).
1131
1132 @vindex gnus-group-line-format
1133 You can change that format to whatever you want by fiddling with the
1134 @code{gnus-group-line-format} variable.  This variable works along the
1135 lines of a @code{format} specification, which is pretty much the same as
1136 a @code{printf} specifications, for those of you who use (feh!) C.
1137 @xref{Formatting Variables}.
1138
1139 @samp{%M%S%5y: %(%g%)\n} is the value that produced those lines above.
1140
1141 There should always be a colon on the line; the cursor always moves to
1142 the colon after performing an operation.  Nothing else is required---not
1143 even the group name.  All displayed text is just window dressing, and is
1144 never examined by Gnus.  Gnus stores all real information it needs using
1145 text properties.
1146
1147 (Note that if you make a really strange, wonderful, spreadsheet-like
1148 layout, everybody will believe you are hard at work with the accounting
1149 instead of wasting time reading news.)
1150
1151 Here's a list of all available format characters:
1152
1153 @table @samp
1154
1155 @item M
1156 An asterisk if the group only has marked articles.
1157
1158 @item S
1159 Whether the group is subscribed.
1160
1161 @item L
1162 Level of subscribedness.
1163
1164 @item N
1165 Number of unread articles.
1166
1167 @item I
1168 Number of dormant articles.
1169
1170 @item T
1171 Number of ticked articles.
1172
1173 @item R
1174 Number of read articles.
1175
1176 @item t
1177 Estimated total number of articles.  (This is really @var{max-number}
1178 minus @var{min-number} plus 1.)
1179
1180 @item y
1181 Number of unread, unticked, non-dormant articles.
1182
1183 @item i
1184 Number of ticked and dormant articles.
1185
1186 @item g
1187 Full group name.
1188
1189 @item G
1190 Group name.
1191
1192 @item D
1193 Newsgroup description.
1194
1195 @item o
1196 @samp{m} if moderated.
1197
1198 @item O
1199 @samp{(m)} if moderated.
1200
1201 @item s
1202 Select method.
1203
1204 @item n
1205 Select from where.
1206
1207 @item z
1208 A string that looks like @samp{<%s:%n>} if a foreign select method is
1209 used.
1210
1211 @item P
1212 Indentation based on the level of the topic (@pxref{Group Topics}).
1213
1214 @item c
1215 @vindex gnus-group-uncollapsed-levels
1216 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1217 variable says how many levels to leave at the end of the group name.
1218 The default is 1---this will mean that group names like
1219 @samp{gnu.emacs.gnus} will be shortened to @samp{g.emacs.gnus}.
1220
1221 @item m
1222 @vindex gnus-new-mail-mark
1223 @cindex %
1224 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1225 the group lately.
1226
1227 @item d
1228 A string that says when you last read the group (@pxref{Group
1229 Timestamp}).
1230
1231 @item u
1232 User defined specifier.  The next character in the format string should
1233 be a letter.  Gnus will call the function
1234 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1235 following @samp{%u}.  The function will be passed a single dummy
1236 parameter as argument.  The function should return a string, which will
1237 be inserted into the buffer just like information from any other
1238 specifier.
1239 @end table
1240
1241 @cindex *
1242 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1243 if no info is available---for instance, if it is a non-activated foreign
1244 group, or a bogus native group.
1245
1246
1247 @node Group Modeline Specification
1248 @subsection Group Modeline Specification
1249 @cindex group modeline
1250
1251 @vindex gnus-group-mode-line-format
1252 The mode line can be changed by setting
1253 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1254 doesn't understand that many format specifiers:
1255
1256 @table @samp
1257 @item S
1258 The native news server.
1259 @item M
1260 The native select method.
1261 @end table
1262
1263
1264 @node Group Highlighting
1265 @subsection Group Highlighting
1266 @cindex highlighting
1267 @cindex group highlighting
1268
1269 @vindex gnus-group-highlight
1270 Highlighting in the group buffer is controlled by the
1271 @code{gnus-group-highlight} variable.  This is an alist with elements
1272 that look like @var{(form . face)}.  If @var{form} evaluates to
1273 something non-@code{nil}, the @var{face} will be used on the line.
1274
1275 Here's an example value for this variable that might look nice if the
1276 background is dark:
1277
1278 @lisp
1279 (face-spec-set 'my-group-face-1
1280                '((t (:foreground "Red" :bold t))))
1281 (face-spec-set 'my-group-face-2
1282                '((t (:foreground "SeaGreen" :bold t))))
1283 (face-spec-set 'my-group-face-3
1284                '((t (:foreground "SpringGreen" :bold t))))
1285 (face-spec-set 'my-group-face-4
1286                '((t (:foreground "SteelBlue" :bold t))))
1287 (face-spec-set 'my-group-face-5
1288                '((t (:foreground "SkyBlue" :bold t))))
1289
1290 (setq gnus-group-highlight
1291       '(((> unread 200) . my-group-face-1)
1292         ((and (< level 3) (zerop unread)) . my-group-face-2)
1293         ((< level 3) . my-group-face-3)
1294         ((zerop unread) . my-group-face-4)
1295         (t . my-group-face-5)))
1296 @end lisp
1297
1298 Also @pxref{Faces and Fonts}.
1299
1300 Variables that are dynamically bound when the forms are evaluated
1301 include:
1302
1303 @table @code
1304 @item group
1305 The group name.
1306 @item unread
1307 The number of unread articles in the group.
1308 @item method
1309 The select method.
1310 @item mailp
1311 Whether the group is a mail group.
1312 @item level
1313 The level of the group.
1314 @item score
1315 The score of the group.
1316 @item ticked
1317 The number of ticked articles in the group.
1318 @item total
1319 The total number of articles in the group.  Or rather, MAX-NUMBER minus
1320 MIN-NUMBER plus one.
1321 @item topic
1322 When using the topic minor mode, this variable is bound to the current
1323 topic being inserted.
1324 @end table
1325
1326 When the forms are @code{eval}ed, point is at the beginning of the line
1327 of the group in question, so you can use many of the normal Gnus
1328 functions for snarfing info on the group.
1329
1330 @vindex gnus-group-update-hook
1331 @findex gnus-group-highlight-line
1332 @code{gnus-group-update-hook} is called when a group line is changed.
1333 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1334 calls @code{gnus-group-highlight-line} by default.
1335
1336
1337 @node Group Maneuvering
1338 @section Group Maneuvering
1339 @cindex group movement
1340
1341 All movement commands understand the numeric prefix and will behave as
1342 expected, hopefully.
1343
1344 @table @kbd
1345
1346 @item n
1347 @kindex n (Group)
1348 @findex gnus-group-next-unread-group
1349 Go to the next group that has unread articles
1350 (@code{gnus-group-next-unread-group}).
1351
1352 @item p
1353 @itemx DEL
1354 @kindex DEL (Group)
1355 @kindex p (Group)
1356 @findex gnus-group-prev-unread-group
1357 Go to the previous group that has unread articles
1358 (@code{gnus-group-prev-unread-group}).
1359
1360 @item N
1361 @kindex N (Group)
1362 @findex gnus-group-next-group
1363 Go to the next group (@code{gnus-group-next-group}).
1364
1365 @item P
1366 @kindex P (Group)
1367 @findex gnus-group-prev-group
1368 Go to the previous group (@code{gnus-group-prev-group}).
1369
1370 @item M-n
1371 @kindex M-n (Group)
1372 @findex gnus-group-next-unread-group-same-level
1373 Go to the next unread group on the same (or lower) level
1374 (@code{gnus-group-next-unread-group-same-level}).
1375
1376 @item M-p
1377 @kindex M-p (Group)
1378 @findex gnus-group-prev-unread-group-same-level
1379 Go to the previous unread group on the same (or lower) level
1380 (@code{gnus-group-prev-unread-group-same-level}).
1381 @end table
1382
1383 Three commands for jumping to groups:
1384
1385 @table @kbd
1386
1387 @item j
1388 @kindex j (Group)
1389 @findex gnus-group-jump-to-group
1390 Jump to a group (and make it visible if it isn't already)
1391 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
1392 like living groups.
1393
1394 @item ,
1395 @kindex , (Group)
1396 @findex gnus-group-best-unread-group
1397 Jump to the unread group with the lowest level
1398 (@code{gnus-group-best-unread-group}).
1399
1400 @item .
1401 @kindex . (Group)
1402 @findex gnus-group-first-unread-group
1403 Jump to the first group with unread articles
1404 (@code{gnus-group-first-unread-group}).
1405 @end table
1406
1407 @vindex gnus-group-goto-unread
1408 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
1409 commands will move to the next group, not the next unread group.  Even
1410 the commands that say they move to the next unread group.  The default
1411 is @code{t}.
1412
1413
1414 @node Selecting a Group
1415 @section Selecting a Group
1416 @cindex group selection
1417
1418 @table @kbd
1419
1420 @item SPACE
1421 @kindex SPACE (Group)
1422 @findex gnus-group-read-group
1423 Select the current group, switch to the summary buffer and display the
1424 first unread article (@code{gnus-group-read-group}).  If there are no
1425 unread articles in the group, or if you give a non-numerical prefix to
1426 this command, Gnus will offer to fetch all the old articles in this
1427 group from the server.  If you give a numerical prefix @var{N}, @var{N}
1428 determines the number of articles Gnus will fetch.  If @var{N} is
1429 positive, Gnus fetches the @var{N} newest articles, if @var{N} is
1430 negative, Gnus fetches the @var{abs(N)} oldest articles.
1431
1432 @item RET
1433 @kindex RET (Group)
1434 @findex gnus-group-select-group
1435 Select the current group and switch to the summary buffer
1436 (@code{gnus-group-select-group}).  Takes the same arguments as
1437 @code{gnus-group-read-group}---the only difference is that this command
1438 does not display the first unread article automatically upon group
1439 entry.
1440
1441 @item M-RET
1442 @kindex M-RET (Group)
1443 @findex gnus-group-quick-select-group
1444 This does the same as the command above, but tries to do it with the
1445 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
1446 scoring/killing will be performed, there will be no highlights and no
1447 expunging.  This might be useful if you're in a real hurry and have to
1448 enter some humongous group.  If you give a 0 prefix to this command
1449 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
1450 which is useful if you want to toggle threading before generating the
1451 summary buffer (@pxref{Summary Generation Commands}).
1452
1453 @item M-SPACE
1454 @kindex M-SPACE (Group)
1455 @findex gnus-group-visible-select-group
1456 This is yet one more command that does the same as the @kbd{RET}
1457 command, but this one does it without expunging and hiding dormants
1458 (@code{gnus-group-visible-select-group}).
1459
1460 @item M-C-RET
1461 @kindex M-C-RET (Group)
1462 @findex gnus-group-select-group-ephemerally
1463 Finally, this command selects the current group ephemerally without
1464 doing any processing of its contents
1465 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
1466 turned off.  Everything you do in the group after selecting it in this
1467 manner will have no permanent effects.
1468
1469 @end table
1470
1471 @vindex gnus-large-newsgroup
1472 The @code{gnus-large-newsgroup} variable says what Gnus should consider
1473 to be a big group.  This is 200 by default.  If the group has more
1474 (unread and/or ticked) articles than this, Gnus will query the user
1475 before entering the group.  The user can then specify how many articles
1476 should be fetched from the server.  If the user specifies a negative
1477 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
1478 is positive, the @code{n} articles that have arrived most recently will
1479 be fetched.
1480
1481 @vindex gnus-select-group-hook
1482 @vindex gnus-auto-select-first
1483 @code{gnus-auto-select-first} control whether any articles are selected
1484 automatically when entering a group with the @kbd{SPACE} command.
1485
1486 @table @code
1487
1488 @item nil
1489 Don't select any articles when entering the group.  Just display the
1490 full summary buffer.
1491
1492 @item t
1493 Select the first unread article when entering the group.
1494
1495 @item best
1496 Select the highest scored article in the group when entering the
1497 group.
1498 @end table
1499
1500 If you want to prevent automatic selection in some group (say, in a
1501 binary group with Huge articles) you can set this variable to @code{nil}
1502 in @code{gnus-select-group-hook}, which is called when a group is
1503 selected.
1504
1505
1506 @node Subscription Commands
1507 @section Subscription Commands
1508 @cindex subscription
1509
1510 @table @kbd
1511
1512 @item S t
1513 @itemx u
1514 @kindex S t (Group)
1515 @kindex u (Group)
1516 @findex gnus-group-unsubscribe-current-group
1517 @c @icon{gnus-group-unsubscribe}
1518 Toggle subscription to the current group
1519 (@code{gnus-group-unsubscribe-current-group}).
1520
1521 @item S s
1522 @itemx U
1523 @kindex S s (Group)
1524 @kindex U (Group)
1525 @findex gnus-group-unsubscribe-group
1526 Prompt for a group to subscribe, and then subscribe it.  If it was
1527 subscribed already, unsubscribe it instead
1528 (@code{gnus-group-unsubscribe-group}).
1529
1530 @item S k
1531 @itemx C-k
1532 @kindex S k (Group)
1533 @kindex C-k (Group)
1534 @findex gnus-group-kill-group
1535 @c @icon{gnus-group-kill-group}
1536 Kill the current group (@code{gnus-group-kill-group}).
1537
1538 @item S y
1539 @itemx C-y
1540 @kindex S y (Group)
1541 @kindex C-y (Group)
1542 @findex gnus-group-yank-group
1543 Yank the last killed group (@code{gnus-group-yank-group}).
1544
1545 @item C-x C-t
1546 @kindex C-x C-t (Group)
1547 @findex gnus-group-transpose-groups
1548 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
1549 really a subscription command, but you can use it instead of a
1550 kill-and-yank sequence sometimes.
1551
1552 @item S w
1553 @itemx C-w
1554 @kindex S w (Group)
1555 @kindex C-w (Group)
1556 @findex gnus-group-kill-region
1557 Kill all groups in the region (@code{gnus-group-kill-region}).
1558
1559 @item S z
1560 @kindex S z (Group)
1561 @findex gnus-group-kill-all-zombies
1562 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
1563
1564 @item S C-k
1565 @kindex S C-k (Group)
1566 @findex gnus-group-kill-level
1567 Kill all groups on a certain level (@code{gnus-group-kill-level}).
1568 These groups can't be yanked back after killing, so this command should
1569 be used with some caution.  The only time where this command comes in
1570 really handy is when you have a @file{.newsrc} with lots of unsubscribed
1571 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
1572 kill off all unsubscribed groups that do not have message numbers in the
1573 @file{.newsrc} file.
1574
1575 @end table
1576
1577 Also @pxref{Group Levels}.
1578
1579
1580 @node Group Data
1581 @section Group Data
1582
1583 @table @kbd
1584
1585 @item c
1586 @kindex c (Group)
1587 @findex gnus-group-catchup-current
1588 @vindex gnus-group-catchup-group-hook
1589 @c @icon{gnus-group-catchup-current}
1590 Mark all unticked articles in this group as read
1591 (@code{gnus-group-catchup-current}).
1592 @code{gnus-group-catchup-group-hook} is called when catching up a group from
1593 the group buffer.
1594
1595 @item C
1596 @kindex C (Group)
1597 @findex gnus-group-catchup-current-all
1598 Mark all articles in this group, even the ticked ones, as read
1599 (@code{gnus-group-catchup-current-all}).
1600
1601 @item M-c
1602 @kindex M-c (Group)
1603 @findex gnus-group-clear-data
1604 Clear the data from the current group---nix out marks and the list of
1605 read articles (@code{gnus-group-clear-data}).
1606
1607 @item M-x gnus-group-clear-data-on-native-groups
1608 @kindex M-x gnus-group-clear-data-on-native-groups
1609 @findex gnus-group-clear-data-on-native-groups
1610 If you have switched from one @sc{nntp} server to another, all your marks
1611 and read ranges have become worthless.  You can use this command to
1612 clear out all data that you have on your native groups.  Use with
1613 caution.
1614
1615 @end table
1616
1617
1618 @node Group Levels
1619 @section Group Levels
1620 @cindex group level
1621 @cindex level
1622
1623 All groups have a level of @dfn{subscribedness}.  For instance, if a
1624 group is on level 2, it is more subscribed than a group on level 5.  You
1625 can ask Gnus to just list groups on a given level or lower
1626 (@pxref{Listing Groups}), or to just check for new articles in groups on
1627 a given level or lower (@pxref{Scanning New Messages}).
1628
1629 Remember:  The higher the level of the group, the less important it is.
1630
1631 @table @kbd
1632
1633 @item S l
1634 @kindex S l (Group)
1635 @findex gnus-group-set-current-level
1636 Set the level of the current group.  If a numeric prefix is given, the
1637 next @var{n} groups will have their levels set.  The user will be
1638 prompted for a level.
1639 @end table
1640
1641 @vindex gnus-level-killed
1642 @vindex gnus-level-zombie
1643 @vindex gnus-level-unsubscribed
1644 @vindex gnus-level-subscribed
1645 Gnus considers groups from levels 1 to
1646 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
1647 @code{gnus-level-subscribed} (exclusive) and
1648 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
1649 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
1650 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
1651 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
1652 same, but zombie and killed groups have no information on what articles
1653 you have read, etc, stored.  This distinction between dead and living
1654 groups isn't done because it is nice or clever, it is done purely for
1655 reasons of efficiency.
1656
1657 It is recommended that you keep all your mail groups (if any) on quite
1658 low levels (e.g. 1 or 2).
1659
1660 If you want to play with the level variables, you should show some care.
1661 Set them once, and don't touch them ever again.  Better yet, don't touch
1662 them at all unless you know exactly what you're doing.
1663
1664 @vindex gnus-level-default-unsubscribed
1665 @vindex gnus-level-default-subscribed
1666 Two closely related variables are @code{gnus-level-default-subscribed}
1667 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
1668 which are the levels that new groups will be put on if they are
1669 (un)subscribed.  These two variables should, of course, be inside the
1670 relevant valid ranges.
1671
1672 @vindex gnus-keep-same-level
1673 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
1674 will only move to groups of the same level (or lower).  In
1675 particular, going from the last article in one group to the next group
1676 will go to the next group of the same level (or lower).  This might be
1677 handy if you want to read the most important groups before you read the
1678 rest.
1679
1680 @vindex gnus-group-default-list-level
1681 All groups with a level less than or equal to
1682 @code{gnus-group-default-list-level} will be listed in the group buffer
1683 by default.
1684
1685 @vindex gnus-group-list-inactive-groups
1686 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
1687 groups will be listed along with the unread groups.  This variable is
1688 @code{t} by default.  If it is @code{nil}, inactive groups won't be
1689 listed.
1690
1691 @vindex gnus-group-use-permanent-levels
1692 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
1693 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
1694 use this level as the ``work'' level.
1695
1696 @vindex gnus-activate-level
1697 Gnus will normally just activate (i. e., query the server about) groups
1698 on level @code{gnus-activate-level} or less.  If you don't want to
1699 activate unsubscribed groups, for instance, you might set this variable
1700 to 5.  The default is 6.
1701
1702
1703 @node Group Score
1704 @section Group Score
1705 @cindex group score
1706 @cindex group rank
1707 @cindex rank
1708
1709 You would normally keep important groups on high levels, but that scheme
1710 is somewhat restrictive.  Don't you wish you could have Gnus sort the
1711 group buffer according to how often you read groups, perhaps?  Within
1712 reason?
1713
1714 This is what @dfn{group score} is for.  You can assign a score to each
1715 group.  You can then sort the group buffer based on this score.
1716 Alternatively, you can sort on score and then level.  (Taken together,
1717 the level and the score is called the @dfn{rank} of the group.  A group
1718 that is on level 4 and has a score of 1 has a higher rank than a group
1719 on level 5 that has a score of 300.  (The level is the most significant
1720 part and the score is the least significant part.))
1721
1722 @findex gnus-summary-bubble-group
1723 If you want groups you read often to get higher scores than groups you
1724 read seldom you can add the @code{gnus-summary-bubble-group} function to
1725 the @code{gnus-summary-exit-hook} hook.  This will result (after
1726 sorting) in a bubbling sort of action.  If you want to see that in
1727 action after each summary exit, you can add
1728 @code{gnus-group-sort-groups-by-rank} or
1729 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
1730 slow things down somewhat.
1731
1732
1733 @node Marking Groups
1734 @section Marking Groups
1735 @cindex marking groups
1736
1737 If you want to perform some command on several groups, and they appear
1738 subsequently in the group buffer, you would normally just give a
1739 numerical prefix to the command.  Most group commands will then do your
1740 bidding on those groups.
1741
1742 However, if the groups are not in sequential order, you can still
1743 perform a command on several groups.  You simply mark the groups first
1744 with the process mark and then execute the command.
1745
1746 @table @kbd
1747
1748 @item #
1749 @kindex # (Group)
1750 @itemx M m
1751 @kindex M m (Group)
1752 @findex gnus-group-mark-group
1753 Set the mark on the current group (@code{gnus-group-mark-group}).
1754
1755 @item M-#
1756 @kindex M-# (Group)
1757 @itemx M u
1758 @kindex M u (Group)
1759 @findex gnus-group-unmark-group
1760 Remove the mark from the current group
1761 (@code{gnus-group-unmark-group}).
1762
1763 @item M U
1764 @kindex M U (Group)
1765 @findex gnus-group-unmark-all-groups
1766 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
1767
1768 @item M w
1769 @kindex M w (Group)
1770 @findex gnus-group-mark-region
1771 Mark all groups between point and mark (@code{gnus-group-mark-region}).
1772
1773 @item M b
1774 @kindex M b (Group)
1775 @findex gnus-group-mark-buffer
1776 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
1777
1778 @item M r
1779 @kindex M r (Group)
1780 @findex gnus-group-mark-regexp
1781 Mark all groups that match some regular expression
1782 (@code{gnus-group-mark-regexp}).
1783 @end table
1784
1785 Also @pxref{Process/Prefix}.
1786
1787 @findex gnus-group-universal-argument
1788 If you want to execute some command on all groups that have been marked
1789 with the process mark, you can use the @kbd{M-&}
1790 (@code{gnus-group-universal-argument}) command.  It will prompt you for
1791 the command to be executed.
1792
1793
1794 @node Foreign Groups
1795 @section Foreign Groups
1796 @cindex foreign groups
1797
1798 Below are some group mode commands for making and editing general foreign
1799 groups, as well as commands to ease the creation of a few
1800 special-purpose groups.  All these commands insert the newly created
1801 groups under point---@code{gnus-subscribe-newsgroup-method} is not
1802 consulted.
1803
1804 @table @kbd
1805
1806 @item G m
1807 @kindex G m (Group)
1808 @findex gnus-group-make-group
1809 @cindex making groups
1810 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
1811 for a name, a method and possibly an @dfn{address}.  For an easier way
1812 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
1813
1814 @item G r
1815 @kindex G r (Group)
1816 @findex gnus-group-rename-group
1817 @cindex renaming groups
1818 Rename the current group to something else
1819 (@code{gnus-group-rename-group}).  This is valid only on some
1820 groups---mail groups mostly.  This command might very well be quite slow
1821 on some backends.
1822
1823 @item G c
1824 @kindex G c (Group)
1825 @cindex customizing
1826 @findex gnus-group-customize
1827 Customize the group parameters (@code{gnus-group-customize}).
1828
1829 @item G e
1830 @kindex G e (Group)
1831 @findex gnus-group-edit-group-method
1832 @cindex renaming groups
1833 Enter a buffer where you can edit the select method of the current
1834 group (@code{gnus-group-edit-group-method}).
1835
1836 @item G p
1837 @kindex G p (Group)
1838 @findex gnus-group-edit-group-parameters
1839 Enter a buffer where you can edit the group parameters
1840 (@code{gnus-group-edit-group-parameters}).
1841
1842 @item G E
1843 @kindex G E (Group)
1844 @findex gnus-group-edit-group
1845 Enter a buffer where you can edit the group info
1846 (@code{gnus-group-edit-group}).
1847
1848 @item G d
1849 @kindex G d (Group)
1850 @findex gnus-group-make-directory-group
1851 @cindex nndir
1852 Make a directory group (@pxref{Directory Groups}).  You will be prompted
1853 for a directory name (@code{gnus-group-make-directory-group}).
1854
1855 @item G h
1856 @kindex G h (Group)
1857 @cindex help group
1858 @findex gnus-group-make-help-group
1859 Make the Gnus help group (@code{gnus-group-make-help-group}).
1860
1861 @item G a
1862 @kindex G a (Group)
1863 @cindex (ding) archive
1864 @cindex archive group
1865 @findex gnus-group-make-archive-group
1866 @vindex gnus-group-archive-directory
1867 @vindex gnus-group-recent-archive-directory
1868 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
1869 default a group pointing to the most recent articles will be created
1870 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
1871 group will be created from @code{gnus-group-archive-directory}.
1872
1873 @item G k
1874 @kindex G k (Group)
1875 @findex gnus-group-make-kiboze-group
1876 @cindex nnkiboze
1877 Make a kiboze group.  You will be prompted for a name, for a regexp to
1878 match groups to be ``included'' in the kiboze group, and a series of
1879 strings to match on headers (@code{gnus-group-make-kiboze-group}).
1880 @xref{Kibozed Groups}.
1881
1882 @item G D
1883 @kindex G D (Group)
1884 @findex gnus-group-enter-directory
1885 @cindex nneething
1886 Read an arbitrary directory as if it were a newsgroup with the
1887 @code{nneething} backend (@code{gnus-group-enter-directory}).
1888 @xref{Anything Groups}.
1889
1890 @item G f
1891 @kindex G f (Group)
1892 @findex gnus-group-make-doc-group
1893 @cindex ClariNet Briefs
1894 @cindex nndoc
1895 Make a group based on some file or other
1896 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
1897 command, you will be prompted for a file name and a file type.
1898 Currently supported types are @code{babyl}, @code{mbox}, @code{digest},
1899 @code{mmdf}, @code{news}, @code{rnews}, @code{clari-briefs},
1900 @code{rfc934}, @code{rfc822-forward}, and @code{forward}.  If you run
1901 this command without a prefix, Gnus will guess at the file type.
1902 @xref{Document Groups}.
1903
1904 @item G u
1905 @kindex G u (Group)
1906 @vindex gnus-useful-groups
1907 @findex gnus-group-make-useful-group
1908 Create one of the groups mentioned in @code{gnus-useful-groups}
1909 (@code{gnus-group-make-useful-group}).
1910
1911 @item G w
1912 @kindex G w (Group)
1913 @findex gnus-group-make-web-group
1914 @cindex DejaNews
1915 @cindex Alta Vista
1916 @cindex InReference
1917 @cindex nnweb
1918 Make an ephemeral group based on a web search
1919 (@code{gnus-group-make-web-group}).  If you give a prefix to this
1920 command, make a solid group instead.  You will be prompted for the
1921 search engine type and the search string.  Valid search engine types
1922 include @code{dejanews}, @code{altavista} and @code{reference}.
1923 @xref{Web Searches}.
1924
1925 If you use the @code{dejanews} search engine, you can limit the search
1926 to a particular group by using a match string like
1927 @samp{~g alt.sysadmin.recovery shaving}.
1928
1929 @item G DEL
1930 @kindex G DEL (Group)
1931 @findex gnus-group-delete-group
1932 This function will delete the current group
1933 (@code{gnus-group-delete-group}).  If given a prefix, this function will
1934 actually delete all the articles in the group, and forcibly remove the
1935 group itself from the face of the Earth.  Use a prefix only if you are
1936 absolutely sure of what you are doing.  This command can't be used on
1937 read-only groups (like @code{nntp} group), though.
1938
1939 @item G V
1940 @kindex G V (Group)
1941 @findex gnus-group-make-empty-virtual
1942 Make a new, fresh, empty @code{nnvirtual} group
1943 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
1944
1945 @item G v
1946 @kindex G v (Group)
1947 @findex gnus-group-add-to-virtual
1948 Add the current group to an @code{nnvirtual} group
1949 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
1950 @end table
1951
1952 @xref{Select Methods} for more information on the various select
1953 methods.
1954
1955 @vindex gnus-activate-foreign-newsgroups
1956 If @code{gnus-activate-foreign-newsgroups} is a positive number,
1957 Gnus will check all foreign groups with this level or lower at startup.
1958 This might take quite a while, especially if you subscribe to lots of
1959 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
1960 @code{gnus-activate-level} also affects activation of foreign
1961 newsgroups. 
1962
1963
1964 @node Group Parameters
1965 @section Group Parameters
1966 @cindex group parameters
1967
1968 The group parameters store information local to a particular group.
1969 Here's an example group parameter list:
1970
1971 @example
1972 ((to-address . "ding@@gnus.org")
1973  (auto-expire . t))
1974 @end example
1975
1976 We see that each element consists of a "dotted pair"---the thing before
1977 the dot is the key, while the thing after the dot is the value.  All the
1978 parameters have this form @emph{except} local variable specs, which are
1979 not dotted pairs, but proper lists.
1980
1981 The following group parameters can be used:
1982
1983 @table @code
1984 @item to-address
1985 @cindex to-address
1986 Address used by when doing followups and new posts.
1987
1988 @example
1989 (to-address .  "some@@where.com")
1990 @end example
1991
1992 This is primarily useful in mail groups that represent closed mailing
1993 lists---mailing lists where it's expected that everybody that writes to
1994 the mailing list is subscribed to it.  Since using this parameter
1995 ensures that the mail only goes to the mailing list itself, it means
1996 that members won't receive two copies of your followups.
1997
1998 Using @code{to-address} will actually work whether the group is foreign
1999 or not.  Let's say there's a group on the server that is called
2000 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2001 the articles from a mail-to-news gateway.  Posting directly to this
2002 group is therefore impossible---you have to send mail to the mailing
2003 list address instead.
2004
2005 @item to-list
2006 @cindex to-list
2007 Address used when doing a @kbd{a} in that group.
2008
2009 @example
2010 (to-list . "some@@where.com")
2011 @end example
2012
2013 It is totally ignored
2014 when doing a followup---except that if it is present in a news group,
2015 you'll get mail group semantics when doing @kbd{f}.
2016
2017 If you do an @kbd{a} command in a mail group and you have neither a
2018 @code{to-list} group parameter nor a @code{to-address} group parameter,
2019 then a @code{to-list} group parameter will be added automatically upon
2020 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2021 @vindex gnus-add-to-list
2022
2023 If you do an @kbd{a} command in a mail group and you don't have a
2024 @code{to-list} group parameter, one will be added automatically upon
2025 sending the message.
2026
2027 @item visible
2028 @cindex visible
2029 If the group parameter list has the element @code{(visible . t)},
2030 that group will always be visible in the Group buffer, regardless
2031 of whether it has any unread articles.
2032
2033 @item broken-reply-to
2034 @cindex broken-reply-to
2035 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2036 headers in this group are to be ignored.  This can be useful if you're
2037 reading a mailing list group where the listserv has inserted
2038 @code{Reply-To} headers that point back to the listserv itself.  This is
2039 broken behavior.  So there!
2040
2041 @item to-group
2042 @cindex to-group
2043 Elements like @code{(to-group . "some.group.name")} means that all
2044 posts in that group will be sent to @code{some.group.name}.
2045
2046 @item newsgroup
2047 @cindex newsgroup
2048 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2049 will treat all responses as if they were responses to news articles.
2050 This can be useful if you have a mail group that's really a mirror of a
2051 news group.
2052
2053 @item gcc-self
2054 @cindex gcc-self
2055 If @code{(gcc-self . t)} is present in the group parameter list, newly
2056 composed messages will be @code{Gcc}'d to the current group. If
2057 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2058 generated, if @code{(gcc-self . "string")} is present, this string will
2059 be inserted literally as a @code{gcc} header.  This parameter takes
2060 precedence over any default @code{Gcc} rules as described later
2061 (@pxref{Archived Messages}).
2062
2063 @item auto-expire
2064 @cindex auto-expire
2065 If the group parameter has an element that looks like @code{(auto-expire
2066 . t)}, all articles read will be marked as expirable.  For an
2067 alternative approach, @pxref{Expiring Mail}.
2068
2069 @item total-expire
2070 @cindex total-expire
2071 If the group parameter has an element that looks like
2072 @code{(total-expire . t)}, all read articles will be put through the
2073 expiry process, even if they are not marked as expirable.  Use with
2074 caution.  Unread, ticked and dormant articles are not eligible for
2075 expiry.
2076
2077 @item expiry-wait
2078 @cindex expiry-wait
2079 @vindex nnmail-expiry-wait-function
2080 If the group parameter has an element that looks like @code{(expiry-wait
2081 . 10)}, this value will override any @code{nnmail-expiry-wait} and
2082 @code{nnmail-expiry-wait-function} when expiring expirable messages.
2083 The value can either be a number of days (not necessarily an integer) or
2084 the symbols @code{never} or @code{immediate}.
2085
2086 @item score-file
2087 @cindex score file group parameter
2088 Elements that look like @code{(score-file . "file")} will make
2089 @file{file} into the current score file for the group in question.  All
2090 interactive score entries will be put into this file.
2091
2092 @item adapt-file
2093 @cindex adapt file group parameter
2094 Elements that look like @code{(adapt-file . "file")} will make
2095 @file{file} into the current adaptive file for the group in question.
2096 All adaptive score entries will be put into this file.
2097
2098 @item admin-address
2099 When unsubscribing from a mailing list you should never send the
2100 unsubscription notice to the mailing list itself.  Instead, you'd send
2101 messages to the administrative address.  This parameter allows you to
2102 put the admin address somewhere convenient.
2103
2104 @item display
2105 Elements that look like @code{(display . MODE)} say which articles to
2106 display on entering the group.  Valid values are:
2107
2108 @table @code
2109 @item all
2110 Display all articles, both read and unread.
2111
2112 @item default
2113 Display the default visible articles, which normally includes unread and
2114 ticked articles.
2115 @end table
2116
2117 @item comment
2118 Elements that look like @code{(comment . "This is a comment")}
2119 are arbitrary comments on the group.  They are currently ignored by
2120 Gnus, but provide a place for you to store information on particular
2121 groups.
2122
2123 @item charset
2124 Elements that look like @code{(charset . iso-8859-1)} will make
2125 @code{iso-8859-1} the default charset; that is, the charset that will be 
2126 used for all articles that do not specify a charset.
2127
2128 @item @var{(variable form)}
2129 You can use the group parameters to set variables local to the group you
2130 are entering.  If you want to turn threading off in @samp{news.answers},
2131 you could put @code{(gnus-show-threads nil)} in the group parameters of
2132 that group.  @code{gnus-show-threads} will be made into a local variable
2133 in the summary buffer you enter, and the form @code{nil} will be
2134 @code{eval}ed there.
2135
2136 This can also be used as a group-specific hook function, if you'd like.
2137 If you want to hear a beep when you enter a group, you could put
2138 something like @code{(dummy-variable (ding))} in the parameters of that
2139 group.  @code{dummy-variable} will be set to the result of the
2140 @code{(ding)} form, but who cares?
2141
2142 @end table
2143
2144 Use the @kbd{G p} command to edit group parameters of a group.  You
2145 might also be interested in reading about topic parameters (@pxref{Topic
2146 Parameters}).
2147
2148
2149 @node Listing Groups
2150 @section Listing Groups
2151 @cindex group listing
2152
2153 These commands all list various slices of the groups available.
2154
2155 @table @kbd
2156
2157 @item l
2158 @itemx A s
2159 @kindex A s (Group)
2160 @kindex l (Group)
2161 @findex gnus-group-list-groups
2162 List all groups that have unread articles
2163 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
2164 command will list only groups of level ARG and lower.  By default, it
2165 only lists groups of level five (i. e.,
2166 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
2167 groups).
2168
2169 @item L
2170 @itemx A u
2171 @kindex A u (Group)
2172 @kindex L (Group)
2173 @findex gnus-group-list-all-groups
2174 List all groups, whether they have unread articles or not
2175 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
2176 this command will list only groups of level ARG and lower.  By default,
2177 it lists groups of level seven or lower (i.e., just subscribed and
2178 unsubscribed groups).
2179
2180 @item A l
2181 @kindex A l (Group)
2182 @findex gnus-group-list-level
2183 List all unread groups on a specific level
2184 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
2185 with no unread articles.
2186
2187 @item A k
2188 @kindex A k (Group)
2189 @findex gnus-group-list-killed
2190 List all killed groups (@code{gnus-group-list-killed}).  If given a
2191 prefix argument, really list all groups that are available, but aren't
2192 currently (un)subscribed.  This could entail reading the active file
2193 from the server.
2194
2195 @item A z
2196 @kindex A z (Group)
2197 @findex gnus-group-list-zombies
2198 List all zombie groups (@code{gnus-group-list-zombies}).
2199
2200 @item A m
2201 @kindex A m (Group)
2202 @findex gnus-group-list-matching
2203 List all unread, subscribed groups with names that match a regexp
2204 (@code{gnus-group-list-matching}).
2205
2206 @item A M
2207 @kindex A M (Group)
2208 @findex gnus-group-list-all-matching
2209 List groups that match a regexp (@code{gnus-group-list-all-matching}).
2210
2211 @item A A
2212 @kindex A A (Group)
2213 @findex gnus-group-list-active
2214 List absolutely all groups in the active file(s) of the
2215 server(s) you are connected to (@code{gnus-group-list-active}).  This
2216 might very well take quite a while.  It might actually be a better idea
2217 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
2218 thing to match on.  Also note that this command may list groups that
2219 don't exist (yet)---these will be listed as if they were killed groups.
2220 Take the output with some grains of salt.
2221
2222 @item A a
2223 @kindex A a (Group)
2224 @findex gnus-group-apropos
2225 List all groups that have names that match a regexp
2226 (@code{gnus-group-apropos}).
2227
2228 @item A d
2229 @kindex A d (Group)
2230 @findex gnus-group-description-apropos
2231 List all groups that have names or descriptions that match a regexp
2232 (@code{gnus-group-description-apropos}).
2233
2234 @end table
2235
2236 @vindex gnus-permanently-visible-groups
2237 @cindex visible group parameter
2238 Groups that match the @code{gnus-permanently-visible-groups} regexp will
2239 always be shown, whether they have unread articles or not.  You can also
2240 add the @code{visible} element to the group parameters in question to
2241 get the same effect.
2242
2243 @vindex gnus-list-groups-with-ticked-articles
2244 Groups that have just ticked articles in it are normally listed in the
2245 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
2246 @code{nil}, these groups will be treated just like totally empty
2247 groups.  It is @code{t} by default.
2248
2249
2250 @node Sorting Groups
2251 @section Sorting Groups
2252 @cindex sorting groups
2253
2254 @kindex C-c C-s (Group)
2255 @findex gnus-group-sort-groups
2256 @vindex gnus-group-sort-function
2257 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
2258 group buffer according to the function(s) given by the
2259 @code{gnus-group-sort-function} variable.  Available sorting functions
2260 include:
2261
2262 @table @code
2263
2264 @item gnus-group-sort-by-alphabet
2265 @findex gnus-group-sort-by-alphabet
2266 Sort the group names alphabetically.  This is the default.
2267
2268 @item gnus-group-sort-by-real-name
2269 @findex gnus-group-sort-by-real-name
2270 Sort the group alphabetically on the real (unprefixed) group names.
2271
2272 @item gnus-group-sort-by-level
2273 @findex gnus-group-sort-by-level
2274 Sort by group level.
2275
2276 @item gnus-group-sort-by-score
2277 @findex gnus-group-sort-by-score
2278 Sort by group score.  @xref{Group Score}.
2279
2280 @item gnus-group-sort-by-rank
2281 @findex gnus-group-sort-by-rank
2282 Sort by group score and then the group level.  The level and the score
2283 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
2284
2285 @item gnus-group-sort-by-unread
2286 @findex gnus-group-sort-by-unread
2287 Sort by number of unread articles.
2288
2289 @item gnus-group-sort-by-method
2290 @findex gnus-group-sort-by-method
2291 Sort alphabetically on the select method.
2292
2293
2294 @end table
2295
2296 @code{gnus-group-sort-function} can also be a list of sorting
2297 functions.  In that case, the most significant sort key function must be
2298 the last one.
2299
2300
2301 There are also a number of commands for sorting directly according to
2302 some sorting criteria:
2303
2304 @table @kbd
2305 @item G S a
2306 @kindex G S a (Group)
2307 @findex gnus-group-sort-groups-by-alphabet
2308 Sort the group buffer alphabetically by group name
2309 (@code{gnus-group-sort-groups-by-alphabet}).
2310
2311 @item G S u
2312 @kindex G S u (Group)
2313 @findex gnus-group-sort-groups-by-unread
2314 Sort the group buffer by the number of unread articles
2315 (@code{gnus-group-sort-groups-by-unread}).
2316
2317 @item G S l
2318 @kindex G S l (Group)
2319 @findex gnus-group-sort-groups-by-level
2320 Sort the group buffer by group level
2321 (@code{gnus-group-sort-groups-by-level}).
2322
2323 @item G S v
2324 @kindex G S v (Group)
2325 @findex gnus-group-sort-groups-by-score
2326 Sort the group buffer by group score
2327 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
2328
2329 @item G S r
2330 @kindex G S r (Group)
2331 @findex gnus-group-sort-groups-by-rank
2332 Sort the group buffer by group rank
2333 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
2334
2335 @item G S m
2336 @kindex G S m (Group)
2337 @findex gnus-group-sort-groups-by-method
2338 Sort the group buffer alphabetically by backend name
2339 (@code{gnus-group-sort-groups-by-method}).
2340
2341 @end table
2342
2343 When given a prefix, all these commands will sort in reverse order.
2344
2345 You can also sort a subset of the groups:
2346
2347 @table @kbd
2348 @item G P a
2349 @kindex G P a (Group)
2350 @findex gnus-group-sort-selected-groups-by-alphabet
2351 Sort the process/prefixed groups in the group buffer alphabetically by
2352 group name (@code{gnus-group-sort-selected-groups-by-alphabet}).
2353
2354 @item G P u
2355 @kindex G P u (Group)
2356 @findex gnus-group-sort-selected-groups-by-unread
2357 Sort the process/prefixed groups in the group buffer by the number of
2358 unread articles (@code{gnus-group-sort-selected-groups-by-unread}).
2359
2360 @item G P l
2361 @kindex G P l (Group)
2362 @findex gnus-group-sort-selected-groups-by-level
2363 Sort the process/prefixed groups in the group buffer by group level
2364 (@code{gnus-group-sort-selected-groups-by-level}).
2365
2366 @item G P v
2367 @kindex G P v (Group)
2368 @findex gnus-group-sort-selected-groups-by-score
2369 Sort the process/prefixed groups in the group buffer by group score
2370 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
2371
2372 @item G P r
2373 @kindex G P r (Group)
2374 @findex gnus-group-sort-selected-groups-by-rank
2375 Sort the process/prefixed groups in the group buffer by group rank
2376 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
2377
2378 @item G P m
2379 @kindex G P m (Group)
2380 @findex gnus-group-sort-selected-groups-by-method
2381 Sort the process/prefixed groups in the group buffer alphabetically by
2382 backend name (@code{gnus-group-sort-selected-groups-by-method}).
2383
2384 @end table
2385
2386
2387
2388 @node Group Maintenance
2389 @section Group Maintenance
2390 @cindex bogus groups
2391
2392 @table @kbd
2393 @item b
2394 @kindex b (Group)
2395 @findex gnus-group-check-bogus-groups
2396 Find bogus groups and delete them
2397 (@code{gnus-group-check-bogus-groups}).
2398
2399 @item F
2400 @kindex F (Group)
2401 @findex gnus-group-find-new-groups
2402 Find new groups and process them (@code{gnus-group-find-new-groups}).
2403 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
2404 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
2405 to query the server for new groups, and subscribe the new groups as
2406 zombies.
2407
2408 @item C-c C-x
2409 @kindex C-c C-x (Group)
2410 @findex gnus-group-expire-articles
2411 Run all expirable articles in the current group through the expiry
2412 process (if any) (@code{gnus-group-expire-articles}).
2413
2414 @item C-c M-C-x
2415 @kindex C-c M-C-x (Group)
2416 @findex gnus-group-expire-all-groups
2417 Run all articles in all groups through the expiry process
2418 (@code{gnus-group-expire-all-groups}).
2419
2420 @end table
2421
2422
2423 @node Browse Foreign Server
2424 @section Browse Foreign Server
2425 @cindex foreign servers
2426 @cindex browsing servers
2427
2428 @table @kbd
2429 @item B
2430 @kindex B (Group)
2431 @findex gnus-group-browse-foreign-server
2432 You will be queried for a select method and a server name.  Gnus will
2433 then attempt to contact this server and let you browse the groups there
2434 (@code{gnus-group-browse-foreign-server}).
2435 @end table
2436
2437 @findex gnus-browse-mode
2438 A new buffer with a list of available groups will appear.  This buffer
2439 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
2440 a lot) like a normal group buffer.
2441
2442 Here's a list of keystrokes available in the browse mode:
2443
2444 @table @kbd
2445 @item n
2446 @kindex n (Browse)
2447 @findex gnus-group-next-group
2448 Go to the next group (@code{gnus-group-next-group}).
2449
2450 @item p
2451 @kindex p (Browse)
2452 @findex gnus-group-prev-group
2453 Go to the previous group (@code{gnus-group-prev-group}).
2454
2455 @item SPACE
2456 @kindex SPACE (Browse)
2457 @findex gnus-browse-read-group
2458 Enter the current group and display the first article
2459 (@code{gnus-browse-read-group}).
2460
2461 @item RET
2462 @kindex RET (Browse)
2463 @findex gnus-browse-select-group
2464 Enter the current group (@code{gnus-browse-select-group}).
2465
2466 @item u
2467 @kindex u (Browse)
2468 @findex gnus-browse-unsubscribe-current-group
2469 Unsubscribe to the current group, or, as will be the case here,
2470 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
2471
2472 @item l
2473 @itemx q
2474 @kindex q (Browse)
2475 @kindex l (Browse)
2476 @findex gnus-browse-exit
2477 Exit browse mode (@code{gnus-browse-exit}).
2478
2479 @item ?
2480 @kindex ? (Browse)
2481 @findex gnus-browse-describe-briefly
2482 Describe browse mode briefly (well, there's not much to describe, is
2483 there) (@code{gnus-browse-describe-briefly}).
2484 @end table
2485
2486
2487 @node Exiting Gnus
2488 @section Exiting Gnus
2489 @cindex exiting Gnus
2490
2491 Yes, Gnus is ex(c)iting.
2492
2493 @table @kbd
2494 @item z
2495 @kindex z (Group)
2496 @findex gnus-group-suspend
2497 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
2498 but it kills all buffers except the Group buffer.  I'm not sure why this
2499 is a gain, but then who am I to judge?
2500
2501 @item q
2502 @kindex q (Group)
2503 @findex gnus-group-exit
2504 @c @icon{gnus-group-exit}
2505 Quit Gnus (@code{gnus-group-exit}).
2506
2507 @item Q
2508 @kindex Q (Group)
2509 @findex gnus-group-quit
2510 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
2511 The dribble file will be saved, though (@pxref{Auto Save}).
2512 @end table
2513
2514 @vindex gnus-exit-gnus-hook
2515 @vindex gnus-suspend-gnus-hook
2516 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
2517 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
2518 @code{gnus-after-exiting-gnus-hook} is called as the final item when
2519 exiting Gnus.
2520
2521 @findex gnus-unload
2522 @cindex unloading
2523 If you wish to completely unload Gnus and all its adherents, you can use
2524 the @code{gnus-unload} command.  This command is also very handy when
2525 trying to customize meta-variables.
2526
2527 Note:
2528
2529 @quotation
2530 Miss Lisa Cannifax, while sitting in English class, felt her feet go
2531 numbly heavy and herself fall into a hazy trance as the boy sitting
2532 behind her drew repeated lines with his pencil across the back of her
2533 plastic chair.
2534 @end quotation
2535
2536
2537 @node Group Topics
2538 @section Group Topics
2539 @cindex topics
2540
2541 If you read lots and lots of groups, it might be convenient to group
2542 them hierarchically according to topics.  You put your Emacs groups over
2543 here, your sex groups over there, and the rest (what, two groups or so?)
2544 you put in some misc section that you never bother with anyway.  You can
2545 even group the Emacs sex groups as a sub-topic to either the Emacs
2546 groups or the sex groups---or both!  Go wild!
2547
2548 @iftex
2549 @iflatex
2550 \gnusfigure{Group Topics}{400}{
2551 \put(75,50){\epsfig{figure=tmp/group-topic.ps,height=9cm}}
2552 }
2553 @end iflatex
2554 @end iftex
2555
2556 Here's an example:
2557
2558 @example
2559 Gnus
2560   Emacs -- I wuw it!
2561      3: comp.emacs
2562      2: alt.religion.emacs
2563     Naughty Emacs
2564      452: alt.sex.emacs
2565        0: comp.talk.emacs.recovery
2566   Misc
2567      8: comp.binaries.fractals
2568     13: comp.sources.unix
2569 @end example
2570
2571 @findex gnus-topic-mode
2572 @kindex t (Group)
2573 To get this @emph{fab} functionality you simply turn on (ooh!) the
2574 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
2575 is a toggling command.)
2576
2577 Go ahead, just try it.  I'll still be here when you get back.  La de
2578 dum...  Nice tune, that...  la la la...  What, you're back? Yes, and now
2579 press @kbd{l}.  There.  All your groups are now listed under
2580 @samp{misc}.  Doesn't that make you feel all warm and fuzzy?  Hot and
2581 bothered?
2582
2583 If you want this permanently enabled, you should add that minor mode to
2584 the hook for the group mode:
2585
2586 @lisp
2587 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
2588 @end lisp
2589
2590 @menu
2591 * Topic Variables::    How to customize the topics the Lisp Way.
2592 * Topic Commands::     Interactive E-Z commands.
2593 * Topic Sorting::      Sorting each topic individually.
2594 * Topic Topology::     A map of the world.
2595 * Topic Parameters::   Parameters that apply to all groups in a topic.
2596 @end menu
2597
2598
2599 @node Topic Variables
2600 @subsection Topic Variables
2601 @cindex topic variables
2602
2603 Now, if you select a topic, it will fold/unfold that topic, which is
2604 really neat, I think.
2605
2606 @vindex gnus-topic-line-format
2607 The topic lines themselves are created according to the
2608 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
2609 Valid elements are:
2610
2611 @table @samp
2612 @item i
2613 Indentation.
2614 @item n
2615 Topic name.
2616 @item v
2617 Visibility.
2618 @item l
2619 Level.
2620 @item g
2621 Number of groups in the topic.
2622 @item a
2623 Number of unread articles in the topic.
2624 @item A
2625 Number of unread articles in the topic and all its subtopics.
2626 @end table
2627
2628 @vindex gnus-topic-indent-level
2629 Each sub-topic (and the groups in the sub-topics) will be indented with
2630 @code{gnus-topic-indent-level} times the topic level number of spaces.
2631 The default is 2.
2632
2633 @vindex gnus-topic-mode-hook
2634 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
2635
2636 @vindex gnus-topic-display-empty-topics
2637 The @code{gnus-topic-display-empty-topics} says whether to display even
2638 topics that have no unread articles in them.  The default is @code{t}.
2639
2640
2641 @node Topic Commands
2642 @subsection Topic Commands
2643 @cindex topic commands
2644
2645 When the topic minor mode is turned on, a new @kbd{T} submap will be
2646 available.  In addition, a few of the standard keys change their
2647 definitions slightly.
2648
2649 @table @kbd
2650
2651 @item T n
2652 @kindex T n (Topic)
2653 @findex gnus-topic-create-topic
2654 Prompt for a new topic name and create it
2655 (@code{gnus-topic-create-topic}).
2656
2657 @item T m
2658 @kindex T m (Topic)
2659 @findex gnus-topic-move-group
2660 Move the current group to some other topic
2661 (@code{gnus-topic-move-group}).  This command uses the process/prefix
2662 convention (@pxref{Process/Prefix}).
2663
2664 @item T c
2665 @kindex T c (Topic)
2666 @findex gnus-topic-copy-group
2667 Copy the current group to some other topic
2668 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
2669 convention (@pxref{Process/Prefix}).
2670
2671 @item T D
2672 @kindex T D (Topic)
2673 @findex gnus-topic-remove-group
2674 Remove a group from the current topic (@code{gnus-topic-remove-group}).
2675 This command is mainly useful if you have the same group in several
2676 topics and wish to remove it from one of the topics.  You may also
2677 remove a group from all topics, but in that case, Gnus will add it to
2678 the root topic the next time you start Gnus.  In fact, all new groups
2679 (which, naturally, don't belong to any topic) will show up in the root
2680 topic. 
2681
2682 This command uses the process/prefix convention
2683 (@pxref{Process/Prefix}).
2684
2685 @item T M
2686 @kindex T M (Topic)
2687 @findex gnus-topic-move-matching
2688 Move all groups that match some regular expression to a topic
2689 (@code{gnus-topic-move-matching}).
2690
2691 @item T C
2692 @kindex T C (Topic)
2693 @findex gnus-topic-copy-matching
2694 Copy all groups that match some regular expression to a topic
2695 (@code{gnus-topic-copy-matching}).
2696
2697 @item T H
2698 @kindex T H (Topic)
2699 @findex gnus-topic-toggle-display-empty-topics
2700 Toggle hiding empty topics
2701 (@code{gnus-topic-toggle-display-empty-topics}).
2702
2703 @item T #
2704 @kindex T # (Topic)
2705 @findex gnus-topic-mark-topic
2706 Mark all groups in the current topic with the process mark
2707 (@code{gnus-topic-mark-topic}).
2708
2709 @item T M-#
2710 @kindex T M-# (Topic)
2711 @findex gnus-topic-unmark-topic
2712 Remove the process mark from all groups in the current topic
2713 (@code{gnus-topic-unmark-topic}).
2714
2715 @item RET
2716 @kindex RET (Topic)
2717 @findex gnus-topic-select-group
2718 @itemx SPACE
2719 Either select a group or fold a topic (@code{gnus-topic-select-group}).
2720 When you perform this command on a group, you'll enter the group, as
2721 usual.  When done on a topic line, the topic will be folded (if it was
2722 visible) or unfolded (if it was folded already).  So it's basically a
2723 toggling command on topics.  In addition, if you give a numerical
2724 prefix, group on that level (and lower) will be displayed.
2725
2726 @item T TAB
2727 @itemx TAB
2728 @kindex T TAB (Topic)
2729 @kindex TAB (Topic)
2730 @findex gnus-topic-indent
2731 ``Indent'' the current topic so that it becomes a sub-topic of the
2732 previous topic (@code{gnus-topic-indent}).  If given a prefix,
2733 ``un-indent'' the topic instead.
2734
2735 @item M-TAB
2736 @kindex M-TAB (Topic)
2737 @findex gnus-topic-unindent
2738 ``Un-indent'' the current topic so that it becomes a sub-topic of the
2739 parent of its current parent (@code{gnus-topic-unindent}).  
2740
2741 @item C-k
2742 @kindex C-k (Topic)
2743 @findex gnus-topic-kill-group
2744 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
2745 topic will be removed along with the topic.
2746
2747 @item C-y
2748 @kindex C-y (Topic)
2749 @findex gnus-topic-yank-group
2750 Yank the previously killed group or topic
2751 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
2752 before all groups.
2753
2754 @item T r
2755 @kindex T r (Topic)
2756 @findex gnus-topic-rename
2757 Rename a topic (@code{gnus-topic-rename}).
2758
2759 @item T DEL
2760 @kindex T DEL (Topic)
2761 @findex gnus-topic-delete
2762 Delete an empty topic (@code{gnus-topic-delete}).
2763
2764 @item A T
2765 @kindex A T (Topic)
2766 @findex gnus-topic-list-active
2767 List all groups that Gnus knows about in a topics-ified way
2768 (@code{gnus-topic-list-active}).
2769
2770 @item G p
2771 @kindex G p (Topic)
2772 @findex gnus-topic-edit-parameters
2773 @cindex group parameters
2774 @cindex topic parameters
2775 @cindex parameters
2776 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
2777 @xref{Topic Parameters}.
2778
2779 @end table
2780
2781
2782 @node Topic Sorting
2783 @subsection Topic Sorting
2784 @cindex topic sorting
2785
2786 You can sort the groups in each topic individually with the following
2787 commands:
2788
2789
2790 @table @kbd
2791 @item T S a
2792 @kindex T S a (Topic)
2793 @findex gnus-topic-sort-groups-by-alphabet
2794 Sort the current topic alphabetically by group name
2795 (@code{gnus-topic-sort-groups-by-alphabet}).
2796
2797 @item T S u
2798 @kindex T S u (Topic)
2799 @findex gnus-topic-sort-groups-by-unread
2800 Sort the current topic by the number of unread articles
2801 (@code{gnus-topic-sort-groups-by-unread}).
2802
2803 @item T S l
2804 @kindex T S l (Topic)
2805 @findex gnus-topic-sort-groups-by-level
2806 Sort the current topic by group level
2807 (@code{gnus-topic-sort-groups-by-level}).
2808
2809 @item T S v
2810 @kindex T S v (Topic)
2811 @findex gnus-topic-sort-groups-by-score
2812 Sort the current topic by group score
2813 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
2814
2815 @item T S r
2816 @kindex T S r (Topic)
2817 @findex gnus-topic-sort-groups-by-rank
2818 Sort the current topic by group rank
2819 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
2820
2821 @item T S m
2822 @kindex T S m (Topic)
2823 @findex gnus-topic-sort-groups-by-method
2824 Sort the current topic alphabetically by backend name
2825 (@code{gnus-topic-sort-groups-by-method}).
2826
2827 @end table
2828
2829 @xref{Sorting Groups} for more information about group sorting.
2830
2831
2832 @node Topic Topology
2833 @subsection Topic Topology
2834 @cindex topic topology
2835 @cindex topology
2836
2837 So, let's have a look at an example group buffer:
2838
2839 @example
2840 Gnus
2841   Emacs -- I wuw it!
2842      3: comp.emacs
2843      2: alt.religion.emacs
2844     Naughty Emacs
2845      452: alt.sex.emacs
2846        0: comp.talk.emacs.recovery
2847   Misc
2848      8: comp.binaries.fractals
2849     13: comp.sources.unix
2850 @end example
2851
2852 So, here we have one top-level topic (@samp{Gnus}), two topics under
2853 that, and one sub-topic under one of the sub-topics.  (There is always
2854 just one (1) top-level topic).  This topology can be expressed as
2855 follows:
2856
2857 @lisp
2858 (("Gnus" visible)
2859  (("Emacs -- I wuw it!" visible)
2860   (("Naughty Emacs" visible)))
2861  (("Misc" visible)))
2862 @end lisp
2863
2864 @vindex gnus-topic-topology
2865 This is in fact how the variable @code{gnus-topic-topology} would look
2866 for the display above.  That variable is saved in the @file{.newsrc.eld}
2867 file, and shouldn't be messed with manually---unless you really want
2868 to.  Since this variable is read from the @file{.newsrc.eld} file,
2869 setting it in any other startup files will have no effect.
2870
2871 This topology shows what topics are sub-topics of what topics (right),
2872 and which topics are visible.  Two settings are currently
2873 allowed---@code{visible} and @code{invisible}.
2874
2875
2876 @node Topic Parameters
2877 @subsection Topic Parameters
2878 @cindex topic parameters
2879
2880 All groups in a topic will inherit group parameters from the parent (and
2881 ancestor) topic parameters.  All valid group parameters are valid topic
2882 parameters (@pxref{Group Parameters}).
2883
2884 Group parameters (of course) override topic parameters, and topic
2885 parameters in sub-topics override topic parameters in super-topics.  You
2886 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
2887 verb, although you may feel free to disagree with me here.)
2888
2889 @example
2890 Gnus
2891   Emacs
2892      3: comp.emacs
2893      2: alt.religion.emacs
2894    452: alt.sex.emacs
2895     Relief
2896      452: alt.sex.emacs
2897        0: comp.talk.emacs.recovery
2898   Misc
2899      8: comp.binaries.fractals
2900     13: comp.sources.unix
2901    452: alt.sex.emacs
2902 @end example
2903
2904 The @samp{Emacs} topic has the topic parameter @code{(score-file
2905 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
2906 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
2907 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
2908 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
2909 . "religion.SCORE")}.
2910
2911 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
2912 will get the @file{relief.SCORE} home score file.  If you enter the same
2913 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
2914 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
2915 get the @file{religion.SCORE} home score file.
2916
2917 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
2918 there are some problems, especially with the @code{total-expiry}
2919 parameter.  Say you have a mail group in two topics; one with
2920 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
2921 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
2922 of these topics you mean to expire articles from, so anything may
2923 happen.  In fact, I hereby declare that it is @dfn{undefined} what
2924 happens.  You just have to be careful if you do stuff like that.
2925
2926
2927 @node Misc Group Stuff
2928 @section Misc Group Stuff
2929
2930 @menu
2931 * Scanning New Messages:: Asking Gnus to see whether new messages have arrived.
2932 * Group Information::     Information and help on groups and Gnus.
2933 * Group Timestamp::       Making Gnus keep track of when you last read a group.
2934 * File Commands::         Reading and writing the Gnus files.
2935 @end menu
2936
2937 @table @kbd
2938
2939 @item ^
2940 @kindex ^ (Group)
2941 @findex gnus-group-enter-server-mode
2942 Enter the server buffer (@code{gnus-group-enter-server-mode}).
2943 @xref{The Server Buffer}.
2944
2945 @item a
2946 @kindex a (Group)
2947 @findex gnus-group-post-news
2948 Post an article to a group (@code{gnus-group-post-news}).  If given a
2949 prefix, the current group name will be used as the default.
2950
2951 @item m
2952 @kindex m (Group)
2953 @findex gnus-group-mail
2954 Mail a message somewhere (@code{gnus-group-mail}).
2955
2956 @end table
2957
2958 Variables for the group buffer:
2959
2960 @table @code
2961
2962 @item gnus-group-mode-hook
2963 @vindex gnus-group-mode-hook
2964 is called after the group buffer has been
2965 created.
2966
2967 @item gnus-group-prepare-hook
2968 @vindex gnus-group-prepare-hook
2969 is called after the group buffer is
2970 generated.  It may be used to modify the buffer in some strange,
2971 unnatural way.
2972
2973 @item gnus-group-prepared-hook
2974 @vindex gnus-group-prepare-hook
2975 is called as the very last thing after the group buffer has been
2976 generated.  It may be used to move point around, for instance.
2977
2978 @item gnus-permanently-visible-groups
2979 @vindex gnus-permanently-visible-groups
2980 Groups matching this regexp will always be listed in the group buffer,
2981 whether they are empty or not.
2982
2983 @end table
2984
2985
2986 @node Scanning New Messages
2987 @subsection Scanning New Messages
2988 @cindex new messages
2989 @cindex scanning new news
2990
2991 @table @kbd
2992
2993 @item g
2994 @kindex g (Group)
2995 @findex gnus-group-get-new-news
2996 @c @icon{gnus-group-get-new-news}
2997 Check the server(s) for new articles.  If the numerical prefix is used,
2998 this command will check only groups of level @var{arg} and lower
2999 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
3000 command will force a total re-reading of the active file(s) from the
3001 backend(s).
3002
3003 @item M-g
3004 @kindex M-g (Group)
3005 @findex gnus-group-get-new-news-this-group
3006 @vindex gnus-goto-next-group-when-activating
3007 @c @icon{gnus-group-get-new-news-this-group}
3008 Check whether new articles have arrived in the current group
3009 (@code{gnus-group-get-new-news-this-group}).
3010 @code{gnus-goto-next-group-when-activating} says whether this command is
3011 to move point to the next group or not.  It is @code{t} by default.
3012
3013 @findex gnus-activate-all-groups
3014 @cindex activating groups
3015 @item C-c M-g
3016 @kindex C-c M-g (Group)
3017 Activate absolutely all groups (@code{gnus-activate-all-groups}).
3018
3019 @item R
3020 @kindex R (Group)
3021 @cindex restarting
3022 @findex gnus-group-restart
3023 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
3024 file(s), closes the connection to all servers, clears up all run-time
3025 Gnus variables, and then starts Gnus all over again.
3026
3027 @end table
3028
3029 @vindex gnus-get-new-news-hook
3030 @code{gnus-get-new-news-hook} is run just before checking for new news.
3031
3032 @vindex gnus-after-getting-new-news-hook
3033 @code{gnus-after-getting-new-news-hook} is run after checking for new
3034 news.
3035
3036
3037 @node Group Information
3038 @subsection Group Information
3039 @cindex group information
3040 @cindex information on groups
3041
3042 @table @kbd
3043
3044
3045 @item H f
3046 @kindex H f (Group)
3047 @findex gnus-group-fetch-faq
3048 @vindex gnus-group-faq-directory
3049 @cindex FAQ
3050 @cindex ange-ftp
3051 Try to fetch the FAQ for the current group
3052 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
3053 @code{gnus-group-faq-directory}, which is usually a directory on a
3054 remote machine.  This variable can also be a list of directories.  In
3055 that case, giving a prefix to this command will allow you to choose
3056 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
3057 for fetching the file.
3058
3059 If fetching from the first site is unsuccessful, Gnus will attempt to go
3060 through @code{gnus-group-faq-directory} and try to open them one by one.
3061
3062 @item H d
3063 @itemx C-c C-d
3064 @c @icon{gnus-group-describe-group}
3065 @kindex H d (Group)
3066 @kindex C-c C-d (Group)
3067 @cindex describing groups
3068 @cindex group description
3069 @findex gnus-group-describe-group
3070 Describe the current group (@code{gnus-group-describe-group}).  If given
3071 a prefix, force Gnus to re-read the description from the server.
3072
3073 @item M-d
3074 @kindex M-d (Group)
3075 @findex gnus-group-describe-all-groups
3076 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
3077 prefix, force Gnus to re-read the description file from the server.
3078
3079 @item H v
3080 @itemx V
3081 @kindex V (Group)
3082 @kindex H v (Group)
3083 @cindex version
3084 @findex gnus-version
3085 Display current Gnus version numbers (@code{gnus-version}).
3086
3087 @item ?
3088 @kindex ? (Group)
3089 @findex gnus-group-describe-briefly
3090 Give a very short help message (@code{gnus-group-describe-briefly}).
3091
3092 @item C-c C-i
3093 @kindex C-c C-i (Group)
3094 @cindex info
3095 @cindex manual
3096 @findex gnus-info-find-node
3097 Go to the Gnus info node (@code{gnus-info-find-node}).
3098 @end table
3099
3100
3101 @node Group Timestamp
3102 @subsection Group Timestamp
3103 @cindex timestamps
3104 @cindex group timestamps
3105
3106 It can be convenient to let Gnus keep track of when you last read a
3107 group.  To set the ball rolling, you should add
3108 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
3109
3110 @lisp
3111 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
3112 @end lisp
3113
3114 After doing this, each time you enter a group, it'll be recorded.
3115
3116 This information can be displayed in various ways---the easiest is to
3117 use the @samp{%d} spec in the group line format:
3118
3119 @lisp
3120 (setq gnus-group-line-format
3121       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
3122 @end lisp
3123
3124 This will result in lines looking like:
3125
3126 @example
3127 *        0: mail.ding                                19961002T012943
3128          0: custom                                   19961002T012713
3129 @end example
3130
3131 As you can see, the date is displayed in compact ISO 8601 format.  This
3132 may be a bit too much, so to just display the date, you could say
3133 something like:
3134
3135 @lisp
3136 (setq gnus-group-line-format
3137       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
3138 @end lisp
3139
3140
3141 @node File Commands
3142 @subsection File Commands
3143 @cindex file commands
3144
3145 @table @kbd
3146
3147 @item r
3148 @kindex r (Group)
3149 @findex gnus-group-read-init-file
3150 @vindex gnus-init-file
3151 @cindex reading init file
3152 Re-read the init file (@code{gnus-init-file}, which defaults to
3153 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
3154
3155 @item s
3156 @kindex s (Group)
3157 @findex gnus-group-save-newsrc
3158 @cindex saving .newsrc
3159 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
3160 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
3161 file(s) whether Gnus thinks it is necessary or not.
3162
3163 @c @item Z
3164 @c @kindex Z (Group)
3165 @c @findex gnus-group-clear-dribble
3166 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
3167
3168 @end table
3169
3170
3171 @node The Summary Buffer
3172 @chapter The Summary Buffer
3173 @cindex summary buffer
3174
3175 A line for each article is displayed in the summary buffer.  You can
3176 move around, read articles, post articles and reply to articles.
3177
3178 The most common way to a summary buffer is to select a group from the
3179 group buffer (@pxref{Selecting a Group}).
3180
3181 You can have as many summary buffers open as you wish.
3182
3183 @menu
3184 * Summary Buffer Format::       Deciding how the summary buffer is to look.
3185 * Summary Maneuvering::         Moving around the summary buffer.
3186 * Choosing Articles::           Reading articles.
3187 * Paging the Article::          Scrolling the current article.
3188 * Reply Followup and Post::     Posting articles.
3189 * Canceling and Superseding::   ``Whoops, I shouldn't have called him that.''
3190 * Marking Articles::            Marking articles as read, expirable, etc.
3191 * Limiting::                    You can limit the summary buffer.
3192 * Threading::                   How threads are made.
3193 * Sorting::                     How articles and threads are sorted.
3194 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
3195 * Article Caching::             You may store articles in a cache.
3196 * Persistent Articles::         Making articles expiry-resistant.
3197 * Article Backlog::             Having already read articles hang around.
3198 * Saving Articles::             Ways of customizing article saving.
3199 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
3200 * Article Treatment::           The article buffer can be mangled at will.
3201 * MIME Commands::               Doing MIMEy things with the articles.
3202 * Article Commands::            Doing various things with the article buffer.
3203 * Summary Sorting::             Sorting the summary buffer in various ways.
3204 * Finding the Parent::          No child support? Get the parent.
3205 * Alternative Approaches::      Reading using non-default summaries.
3206 * Tree Display::                A more visual display of threads.
3207 * Mail Group Commands::         Some commands can only be used in mail groups.
3208 * Various Summary Stuff::       What didn't fit anywhere else.
3209 * Exiting the Summary Buffer::  Returning to the Group buffer.
3210 * Crosspost Handling::          How crossposted articles are dealt with.
3211 * Duplicate Suppression::       An alternative when crosspost handling fails.
3212 @end menu
3213
3214
3215 @node Summary Buffer Format
3216 @section Summary Buffer Format
3217 @cindex summary buffer format
3218
3219 @iftex
3220 @iflatex
3221 \gnusfigure{The Summary Buffer}{180}{
3222 \put(0,0){\epsfig{figure=tmp/summary.ps,width=7.5cm}}
3223 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-article.ps,width=7.5cm}}}
3224 }
3225 @end iflatex
3226 @end iftex
3227
3228 @menu
3229 * Summary Buffer Lines::     You can specify how summary lines should look.
3230 * Summary Buffer Mode Line:: You can say how the mode line should look.
3231 * Summary Highlighting::     Making the summary buffer all pretty and nice.
3232 @end menu
3233
3234 @findex mail-extract-address-components
3235 @findex gnus-extract-address-components
3236 @vindex gnus-extract-address-components
3237 Gnus will use the value of the @code{gnus-extract-address-components}
3238 variable as a function for getting the name and address parts of a
3239 @code{From} header.  Two pre-defined functions exist:
3240 @code{gnus-extract-address-components}, which is the default, quite
3241 fast, and too simplistic solution; and
3242 @code{mail-extract-address-components}, which works very nicely, but is
3243 slower.  The default function will return the wrong answer in 5% of the
3244 cases.  If this is unacceptable to you, use the other function instead.
3245
3246 @vindex gnus-summary-same-subject
3247 @code{gnus-summary-same-subject} is a string indicating that the current
3248 article has the same subject as the previous.  This string will be used
3249 with those specs that require it.  The default is @code{""}.
3250
3251
3252 @node Summary Buffer Lines
3253 @subsection Summary Buffer Lines
3254
3255 @vindex gnus-summary-line-format
3256 You can change the format of the lines in the summary buffer by changing
3257 the @code{gnus-summary-line-format} variable.  It works along the same
3258 lines as a normal @code{format} string, with some extensions
3259 (@pxref{Formatting Variables}).
3260
3261 The default string is @samp{%U%R%z%I%(%[%4L: %-20,20n%]%) %s\n}.
3262
3263 The following format specification characters are understood:
3264
3265 @table @samp
3266 @item N
3267 Article number.
3268 @item S
3269 Subject string.
3270 @item s
3271 Subject if the article is the root of the thread or the previous article
3272 had a different subject, @code{gnus-summary-same-subject} otherwise.
3273 (@code{gnus-summary-same-subject} defaults to @code{""}.)
3274 @item F
3275 Full @code{From} header.
3276 @item n
3277 The name (from the @code{From} header).
3278 @item a
3279 The name (from the @code{From} header).  This differs from the @code{n}
3280 spec in that it uses the function designated by the
3281 @code{gnus-extract-address-components} variable, which is slower, but
3282 may be more thorough.
3283 @item A
3284 The address (from the @code{From} header).  This works the same way as
3285 the @code{a} spec.
3286 @item L
3287 Number of lines in the article.
3288 @item c
3289 Number of characters in the article.
3290 @item I
3291 Indentation based on thread level (@pxref{Customizing Threading}).
3292 @item T
3293 Nothing if the article is a root and lots of spaces if it isn't (it
3294 pushes everything after it off the screen).
3295 @item [
3296 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
3297 for adopted articles (@pxref{Customizing Threading}).
3298 @item ]
3299 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
3300 for adopted articles.
3301 @item >
3302 One space for each thread level.
3303 @item <
3304 Twenty minus thread level spaces.
3305 @item U
3306 Unread.
3307
3308 @item R
3309 This misleadingly named specifier is the @dfn{secondary mark}.  This
3310 mark will say whether the article has been replied to, has been cached,
3311 or has been saved.  
3312
3313 @item i
3314 Score as a number (@pxref{Scoring}).
3315 @item z
3316 @vindex gnus-summary-zcore-fuzz
3317 Zcore, @samp{+} if above the default level and @samp{-} if below the
3318 default level.  If the difference between
3319 @code{gnus-summary-default-score} and the score is less than
3320 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
3321 @item V
3322 Total thread score.
3323 @item x
3324 @code{Xref}.
3325 @item D
3326 @code{Date}.
3327 @item d
3328 The @code{Date} in @code{DD-MMM} format.
3329 @item o
3330 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
3331 @item M
3332 @code{Message-ID}.
3333 @item r
3334 @code{References}.
3335 @item t
3336 Number of articles in the current sub-thread.  Using this spec will slow
3337 down summary buffer generation somewhat.
3338 @item e
3339 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
3340 article has any children.
3341 @item P
3342 The line number.
3343 @item O
3344 Download mark.
3345 @item u
3346 User defined specifier.  The next character in the format string should
3347 be a letter.  Gnus will call the function
3348 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
3349 following @samp{%u}.  The function will be passed the current header as
3350 argument.  The function should return a string, which will be inserted
3351 into the summary just like information from any other summary specifier.
3352 @end table
3353
3354 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
3355 have to be handled with care.  For reasons of efficiency, Gnus will
3356 compute what column these characters will end up in, and ``hard-code''
3357 that.  This means that it is invalid to have these specs after a
3358 variable-length spec.  Well, you might not be arrested, but your summary
3359 buffer will look strange, which is bad enough.
3360
3361 The smart choice is to have these specs as far to the left as possible.
3362 (Isn't that the case with everything, though?  But I digress.)
3363
3364 This restriction may disappear in later versions of Gnus.
3365
3366
3367 @node Summary Buffer Mode Line
3368 @subsection Summary Buffer Mode Line
3369
3370 @vindex gnus-summary-mode-line-format
3371 You can also change the format of the summary mode bar (@pxref{Mode Line
3372 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
3373 like.  The default is @samp{Gnus: %%b [%A] %Z}.
3374
3375 Here are the elements you can play with:
3376
3377 @table @samp
3378 @item G
3379 Group name.
3380 @item p
3381 Unprefixed group name.
3382 @item A
3383 Current article number.
3384 @item z
3385 Current article score.
3386 @item V
3387 Gnus version.
3388 @item U
3389 Number of unread articles in this group.
3390 @item e
3391 Number of unread articles in this group that aren't displayed in the
3392 summary buffer.
3393 @item Z
3394 A string with the number of unread and unselected articles represented
3395 either as @samp{<%U(+%e) more>} if there are both unread and unselected
3396 articles, and just as @samp{<%U more>} if there are just unread articles
3397 and no unselected ones.
3398 @item g
3399 Shortish group name.  For instance, @samp{rec.arts.anime} will be
3400 shortened to @samp{r.a.anime}.
3401 @item S
3402 Subject of the current article.
3403 @item u
3404 User-defined spec (@pxref{User-Defined Specs}).
3405 @item s
3406 Name of the current score file (@pxref{Scoring}).
3407 @item d
3408 Number of dormant articles (@pxref{Unread Articles}).
3409 @item t
3410 Number of ticked articles (@pxref{Unread Articles}).
3411 @item r
3412 Number of articles that have been marked as read in this session.
3413 @item E
3414 Number of articles expunged by the score files.
3415 @end table
3416
3417
3418 @node Summary Highlighting
3419 @subsection Summary Highlighting
3420
3421 @table @code
3422
3423 @item gnus-visual-mark-article-hook
3424 @vindex gnus-visual-mark-article-hook
3425 This hook is run after selecting an article.  It is meant to be used for
3426 highlighting the article in some way.  It is not run if
3427 @code{gnus-visual} is @code{nil}.
3428
3429 @item gnus-summary-update-hook
3430 @vindex gnus-summary-update-hook
3431 This hook is called when a summary line is changed.  It is not run if
3432 @code{gnus-visual} is @code{nil}.
3433
3434 @item gnus-summary-selected-face
3435 @vindex gnus-summary-selected-face
3436 This is the face (or @dfn{font} as some people call it) used to
3437 highlight the current article in the summary buffer.
3438
3439 @item gnus-summary-highlight
3440 @vindex gnus-summary-highlight
3441 Summary lines are highlighted according to this variable, which is a
3442 list where the elements are of the format @var{(FORM . FACE)}.  If you
3443 would, for instance, like ticked articles to be italic and high-scored
3444 articles to be bold, you could set this variable to something like
3445 @lisp
3446 (((eq mark gnus-ticked-mark) . italic)
3447  ((> score default) . bold))
3448 @end lisp
3449 As you may have guessed, if @var{FORM} returns a non-@code{nil} value,
3450 @var{FACE} will be applied to the line.
3451 @end table
3452
3453
3454 @node Summary Maneuvering
3455 @section Summary Maneuvering
3456 @cindex summary movement
3457
3458 All the straight movement commands understand the numeric prefix and
3459 behave pretty much as you'd expect.
3460
3461 None of these commands select articles.
3462
3463 @table @kbd
3464 @item G M-n
3465 @itemx M-n
3466 @kindex M-n (Summary)
3467 @kindex G M-n (Summary)
3468 @findex gnus-summary-next-unread-subject
3469 Go to the next summary line of an unread article
3470 (@code{gnus-summary-next-unread-subject}).
3471
3472 @item G M-p
3473 @itemx M-p
3474 @kindex M-p (Summary)
3475 @kindex G M-p (Summary)
3476 @findex gnus-summary-prev-unread-subject
3477 Go to the previous summary line of an unread article
3478 (@code{gnus-summary-prev-unread-subject}).
3479
3480 @item G j
3481 @itemx j
3482 @kindex j (Summary)
3483 @kindex G j (Summary)
3484 @findex gnus-summary-goto-article
3485 Ask for an article number or @code{Message-ID}, and then go to that
3486 article (@code{gnus-summary-goto-article}).
3487
3488 @item G g
3489 @kindex G g (Summary)
3490 @findex gnus-summary-goto-subject
3491 Ask for an article number and then go to the summary line of that article
3492 without displaying the article (@code{gnus-summary-goto-subject}).
3493 @end table
3494
3495 If Gnus asks you to press a key to confirm going to the next group, you
3496 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
3497 buffer, searching for the next group to read without actually returning
3498 to the group buffer.
3499
3500 Variables related to summary movement:
3501
3502 @table @code
3503
3504 @vindex gnus-auto-select-next
3505 @item gnus-auto-select-next
3506 If you issue one of the movement commands (like @kbd{n}) and there are
3507 no more unread articles after the current one, Gnus will offer to go to
3508 the next group.  If this variable is @code{t} and the next group is
3509 empty, Gnus will exit summary mode and return to the group buffer.  If
3510 this variable is neither @code{t} nor @code{nil}, Gnus will select the
3511 next group, no matter whether it has any unread articles or not.  As a
3512 special case, if this variable is @code{quietly}, Gnus will select the
3513 next group without asking for confirmation.  If this variable is
3514 @code{almost-quietly}, the same will happen only if you are located on
3515 the last article in the group.  Finally, if this variable is
3516 @code{slightly-quietly}, the @kbd{Z n} command will go to the next group
3517 without confirmation.  Also @pxref{Group Levels}.
3518
3519 @item gnus-auto-select-same
3520 @vindex gnus-auto-select-same
3521 If non-@code{nil}, all the movement commands will try to go to the next
3522 article with the same subject as the current.  (@dfn{Same} here might
3523 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
3524 for details (@pxref{Customizing Threading}).)  If there are no more
3525 articles with the same subject, go to the first unread article.
3526
3527 This variable is not particularly useful if you use a threaded display.
3528
3529 @item gnus-summary-check-current
3530 @vindex gnus-summary-check-current
3531 If non-@code{nil}, all the ``unread'' movement commands will not proceed
3532 to the next (or previous) article if the current article is unread.
3533 Instead, they will choose the current article.
3534
3535 @item gnus-auto-center-summary
3536 @vindex gnus-auto-center-summary
3537 If non-@code{nil}, Gnus will keep the point in the summary buffer
3538 centered at all times.  This makes things quite tidy, but if you have a
3539 slow network connection, or simply do not like this un-Emacsism, you can
3540 set this variable to @code{nil} to get the normal Emacs scrolling
3541 action.  This will also inhibit horizontal re-centering of the summary
3542 buffer, which might make it more inconvenient to read extremely long
3543 threads.
3544
3545 @end table
3546
3547
3548 @node Choosing Articles
3549 @section Choosing Articles
3550 @cindex selecting articles
3551
3552 @menu
3553 * Choosing Commands::        Commands for choosing articles.
3554 * Choosing Variables::       Variables that influence these commands.
3555 @end menu
3556
3557
3558 @node Choosing Commands
3559 @subsection Choosing Commands
3560
3561 None of the following movement commands understand the numeric prefix,
3562 and they all select and display an article.
3563
3564 @table @kbd
3565 @item SPACE
3566 @kindex SPACE (Summary)
3567 @findex gnus-summary-next-page
3568 Select the current article, or, if that one's read already, the next
3569 unread article (@code{gnus-summary-next-page}).
3570
3571 @item G n
3572 @itemx n
3573 @kindex n (Summary)
3574 @kindex G n (Summary)
3575 @findex gnus-summary-next-unread-article
3576 @c @icon{gnus-summary-next-unread}
3577 Go to next unread article (@code{gnus-summary-next-unread-article}).
3578
3579 @item G p
3580 @itemx p
3581 @kindex p (Summary)
3582 @findex gnus-summary-prev-unread-article
3583 @c @icon{gnus-summary-prev-unread}
3584 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
3585
3586 @item G N
3587 @itemx N
3588 @kindex N (Summary)
3589 @kindex G N (Summary)
3590 @findex gnus-summary-next-article
3591 Go to the next article (@code{gnus-summary-next-article}).
3592
3593 @item G P
3594 @itemx P
3595 @kindex P (Summary)
3596 @kindex G P (Summary)
3597 @findex gnus-summary-prev-article
3598 Go to the previous article (@code{gnus-summary-prev-article}).
3599
3600 @item G C-n
3601 @kindex G C-n (Summary)
3602 @findex gnus-summary-next-same-subject
3603 Go to the next article with the same subject
3604 (@code{gnus-summary-next-same-subject}).
3605
3606 @item G C-p
3607 @kindex G C-p (Summary)
3608 @findex gnus-summary-prev-same-subject
3609 Go to the previous article with the same subject
3610 (@code{gnus-summary-prev-same-subject}).
3611
3612 @item G f
3613 @itemx .
3614 @kindex G f  (Summary)
3615 @kindex .  (Summary)
3616 @findex gnus-summary-first-unread-article
3617 Go to the first unread article
3618 (@code{gnus-summary-first-unread-article}).
3619
3620 @item G b
3621 @itemx ,
3622 @kindex G b (Summary)
3623 @kindex , (Summary)
3624 @findex gnus-summary-best-unread-article
3625 Go to the article with the highest score
3626 (@code{gnus-summary-best-unread-article}).
3627
3628 @item G l
3629 @itemx l
3630 @kindex l (Summary)
3631 @kindex G l (Summary)
3632 @findex gnus-summary-goto-last-article
3633 Go to the previous article read (@code{gnus-summary-goto-last-article}).
3634
3635 @item G o
3636 @kindex G o (Summary)
3637 @findex gnus-summary-pop-article
3638 @cindex history
3639 @cindex article history
3640 Pop an article off the summary history and go to this article
3641 (@code{gnus-summary-pop-article}).  This command differs from the
3642 command above in that you can pop as many previous articles off the
3643 history as you like, while @kbd{l} toggles the two last read articles.
3644 For a somewhat related issue (if you use these commands a lot),
3645 @pxref{Article Backlog}.
3646 @end table
3647
3648
3649 @node Choosing Variables
3650 @subsection Choosing Variables
3651
3652 Some variables relevant for moving and selecting articles:
3653
3654 @table @code
3655 @item gnus-auto-extend-newsgroup
3656 @vindex gnus-auto-extend-newsgroup
3657 All the movement commands will try to go to the previous (or next)
3658 article, even if that article isn't displayed in the Summary buffer if
3659 this variable is non-@code{nil}.  Gnus will then fetch the article from
3660 the server and display it in the article buffer.
3661
3662 @item gnus-select-article-hook
3663 @vindex gnus-select-article-hook
3664 This hook is called whenever an article is selected.  By default it
3665 exposes any threads hidden under the selected article.
3666
3667 @item gnus-mark-article-hook
3668 @vindex gnus-mark-article-hook
3669 @findex gnus-summary-mark-unread-as-read
3670 @findex gnus-summary-mark-read-and-unread-as-read
3671 @findex gnus-unread-mark
3672 This hook is called whenever an article is selected.  It is intended to
3673 be used for marking articles as read.  The default value is
3674 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
3675 mark of almost any article you read to @code{gnus-unread-mark}.  The
3676 only articles not affected by this function are ticked, dormant, and
3677 expirable articles.  If you'd instead like to just have unread articles
3678 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
3679 instead.  It will leave marks like @code{gnus-low-score-mark},
3680 @code{gnus-del-mark} (and so on) alone.
3681
3682 @end table
3683
3684
3685 @node Paging the Article
3686 @section Scrolling the Article
3687 @cindex article scrolling
3688
3689 @table @kbd
3690
3691 @item SPACE
3692 @kindex SPACE (Summary)
3693 @findex gnus-summary-next-page
3694 Pressing @kbd{SPACE} will scroll the current article forward one page,
3695 or, if you have come to the end of the current article, will choose the
3696 next article (@code{gnus-summary-next-page}).
3697
3698 @item DEL
3699 @kindex DEL (Summary)
3700 @findex gnus-summary-prev-page
3701 Scroll the current article back one page (@code{gnus-summary-prev-page}).
3702
3703 @item RET
3704 @kindex RET (Summary)
3705 @findex gnus-summary-scroll-up
3706 Scroll the current article one line forward
3707 (@code{gnus-summary-scroll-up}).
3708
3709 @item M-RET
3710 @kindex M-RET (Summary)
3711 @findex gnus-summary-scroll-down
3712 Scroll the current article one line backward
3713 (@code{gnus-summary-scroll-down}).
3714
3715 @item A g
3716 @itemx g
3717 @kindex A g (Summary)
3718 @kindex g (Summary)
3719 @findex gnus-summary-show-article
3720 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
3721 given a prefix, fetch the current article, but don't run any of the
3722 article treatment functions.  This will give you a ``raw'' article, just
3723 the way it came from the server.
3724
3725 @item A <
3726 @itemx <
3727 @kindex < (Summary)
3728 @kindex A < (Summary)
3729 @findex gnus-summary-beginning-of-article
3730 Scroll to the beginning of the article
3731 (@code{gnus-summary-beginning-of-article}).
3732
3733 @item A >
3734 @itemx >
3735 @kindex > (Summary)
3736 @kindex A > (Summary)
3737 @findex gnus-summary-end-of-article
3738 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
3739
3740 @item A s
3741 @itemx s
3742 @kindex A s (Summary)
3743 @kindex s (Summary)
3744 @findex gnus-summary-isearch-article
3745 Perform an isearch in the article buffer
3746 (@code{gnus-summary-isearch-article}).
3747
3748 @item h
3749 @kindex h (Summary)
3750 @findex gnus-summary-select-article-buffer
3751 Select the article buffer (@code{gnus-summary-select-article-buffer}).
3752
3753 @end table
3754
3755
3756 @node Reply Followup and Post
3757 @section Reply, Followup and Post
3758
3759 @menu
3760 * Summary Mail Commands::            Sending mail.
3761 * Summary Post Commands::            Sending news.
3762 @end menu
3763
3764
3765 @node Summary Mail Commands
3766 @subsection Summary Mail Commands
3767 @cindex mail
3768 @cindex composing mail
3769
3770 Commands for composing a mail message:
3771
3772 @table @kbd
3773
3774 @item S r
3775 @itemx r
3776 @kindex S r (Summary)
3777 @kindex r (Summary)
3778 @findex gnus-summary-reply
3779 @c @icon{gnus-summary-mail-reply}
3780 @c @icon{gnus-summary-reply}
3781 Mail a reply to the author of the current article
3782 (@code{gnus-summary-reply}).
3783
3784 @item S R
3785 @itemx R
3786 @kindex R (Summary)
3787 @kindex S R (Summary)
3788 @findex gnus-summary-reply-with-original
3789 @c @icon{gnus-summary-reply-with-original}
3790 Mail a reply to the author of the current article and include the
3791 original message (@code{gnus-summary-reply-with-original}).  This
3792 command uses the process/prefix convention.
3793
3794 @item S w
3795 @kindex S w (Summary)
3796 @findex gnus-summary-wide-reply
3797 Mail a wide reply to the author of the current article
3798 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
3799 goes out to all people listed in the @code{To}, @code{From} (or
3800 @code{Reply-to}) and @code{Cc} headers.
3801
3802 @item S W
3803 @kindex S W (Summary)
3804 @findex gnus-summary-wide-reply-with-original
3805 Mail a wide reply to the current article and include the original
3806 message (@code{gnus-summary-reply-with-original}).  This command uses
3807 the process/prefix convention.
3808
3809 @item S o m
3810 @kindex S o m (Summary)
3811 @findex gnus-summary-mail-forward
3812 @c @icon{gnus-summary-mail-forward}
3813 Forward the current article to some other person
3814 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
3815 headers of the forwarded article.
3816
3817 @item S m
3818 @itemx m
3819 @kindex m (Summary)
3820 @kindex S m (Summary)
3821 @findex gnus-summary-mail-other-window
3822 @c @icon{gnus-summary-mail-originate}
3823 Send a mail to some other person
3824 (@code{gnus-summary-mail-other-window}).
3825
3826 @item S D b
3827 @kindex S D b (Summary)
3828 @findex gnus-summary-resend-bounced-mail
3829 @cindex bouncing mail
3830 If you have sent a mail, but the mail was bounced back to you for some
3831 reason (wrong address, transient failure), you can use this command to
3832 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
3833 will be popped into a mail buffer where you can edit the headers before
3834 sending the mail off again.  If you give a prefix to this command, and
3835 the bounced mail is a reply to some other mail, Gnus will try to fetch
3836 that mail and display it for easy perusal of its headers.  This might
3837 very well fail, though.
3838
3839 @item S D r
3840 @kindex S D r (Summary)
3841 @findex gnus-summary-resend-message
3842 Not to be confused with the previous command,
3843 @code{gnus-summary-resend-message} will prompt you for an address to
3844 send the current message off to, and then send it to that place.  The
3845 headers of the message won't be altered---but lots of headers that say
3846 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
3847 means that you actually send a mail to someone that has a @code{To}
3848 header that (probably) points to yourself.  This will confuse people.
3849 So, natcherly you'll only do that if you're really eVIl.
3850
3851 This command is mainly used if you have several accounts and want to
3852 ship a mail to a different account of yours.  (If you're both
3853 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
3854 to the @code{root} account, you may want to resend it to
3855 @code{postmaster}.  Ordnung muß sein!
3856
3857 This command understands the process/prefix convention
3858 (@pxref{Process/Prefix}).
3859
3860 @item S O m
3861 @kindex S O m (Summary)
3862 @findex gnus-uu-digest-mail-forward
3863 Digest the current series (@pxref{Decoding Articles}) and forward the
3864 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
3865 uses the process/prefix convention (@pxref{Process/Prefix}).
3866
3867 @item S M-c
3868 @kindex S M-c (Summary)
3869 @findex gnus-summary-mail-crosspost-complaint
3870 @cindex crossposting
3871 @cindex excessive crossposting
3872 Send a complaint about excessive crossposting to the author of the
3873 current article (@code{gnus-summary-mail-crosspost-complaint}).
3874
3875 @findex gnus-crosspost-complaint
3876 This command is provided as a way to fight back against the current
3877 crossposting pandemic that's sweeping Usenet.  It will compose a reply
3878 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
3879 command understands the process/prefix convention
3880 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
3881
3882 @end table
3883
3884 Also @pxref{(message)Header Commands} for more information.
3885
3886
3887 @node Summary Post Commands
3888 @subsection Summary Post Commands
3889 @cindex post
3890 @cindex composing news
3891
3892 Commands for posting a news article:
3893
3894 @table @kbd
3895 @item S p
3896 @itemx a
3897 @kindex a (Summary)
3898 @kindex S p (Summary)
3899 @findex gnus-summary-post-news
3900 @c @icon{gnus-summary-post-news}
3901 Post an article to the current group
3902 (@code{gnus-summary-post-news}).
3903
3904 @item S f
3905 @itemx f
3906 @kindex f (Summary)
3907 @kindex S f (Summary)
3908 @findex gnus-summary-followup
3909 @c @icon{gnus-summary-followup}
3910 Post a followup to the current article (@code{gnus-summary-followup}).
3911
3912 @item S F
3913 @itemx F
3914 @kindex S F (Summary)
3915 @kindex F (Summary)
3916 @c @icon{gnus-summary-followup-with-original}
3917 @findex gnus-summary-followup-with-original
3918 Post a followup to the current article and include the original message
3919 (@code{gnus-summary-followup-with-original}).   This command uses the
3920 process/prefix convention.
3921
3922 @item S n
3923 @kindex S n (Summary)
3924 @findex gnus-summary-followup-to-mail
3925 Post a followup to the current article via news, even if you got the
3926 message through mail (@code{gnus-summary-followup-to-mail}).
3927
3928 @item S N
3929 @kindex S N (Summary)
3930 @findex gnus-summary-followup-to-mail-with-original
3931 Post a followup to the current article via news, even if you got the
3932 message through mail and include the original message
3933 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
3934 the process/prefix convention.
3935
3936 @item S o p
3937 @kindex S o p (Summary)
3938 @findex gnus-summary-post-forward
3939 Forward the current article to a newsgroup
3940 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
3941 headers of the forwarded article.
3942
3943 @item S O p
3944 @kindex S O p (Summary)
3945 @findex gnus-uu-digest-post-forward
3946 @cindex digests
3947 @cindex making digests
3948 Digest the current series and forward the result to a newsgroup
3949 (@code{gnus-uu-digest-mail-forward}).  This command uses the
3950 process/prefix convention.
3951
3952 @item S u
3953 @kindex S u (Summary)
3954 @findex gnus-uu-post-news
3955 @c @icon{gnus-uu-post-news}
3956 Uuencode a file, split it into parts, and post it as a series
3957 (@code{gnus-uu-post-news}). (@pxref{Uuencoding and Posting}).
3958 @end table
3959
3960 Also @pxref{(message)Header Commands} for more information.
3961
3962
3963 @node Canceling and Superseding
3964 @section Canceling Articles
3965 @cindex canceling articles
3966 @cindex superseding articles
3967
3968 Have you ever written something, and then decided that you really,
3969 really, really wish you hadn't posted that?
3970
3971 Well, you can't cancel mail, but you can cancel posts.
3972
3973 @findex gnus-summary-cancel-article
3974 @kindex C (Summary)
3975 @c @icon{gnus-summary-cancel-article}
3976 Find the article you wish to cancel (you can only cancel your own
3977 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
3978 c} (@code{gnus-summary-cancel-article}).  Your article will be
3979 canceled---machines all over the world will be deleting your article.
3980 This command uses the process/prefix convention (@pxref{Process/Prefix}).
3981
3982 Be aware, however, that not all sites honor cancels, so your article may
3983 live on here and there, while most sites will delete the article in
3984 question.
3985
3986 Gnus will use the ``current'' select method when canceling.  If you
3987 want to use the standard posting method, use the @samp{a} symbolic
3988 prefix (@pxref{Symbolic Prefixes}).
3989
3990 If you discover that you have made some mistakes and want to do some
3991 corrections, you can post a @dfn{superseding} article that will replace
3992 your original article.
3993
3994 @findex gnus-summary-supersede-article
3995 @kindex S (Summary)
3996 Go to the original article and press @kbd{S s}
3997 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
3998 where you can edit the article all you want before sending it off the
3999 usual way.
4000
4001 The same goes for superseding as for canceling, only more so: Some
4002 sites do not honor superseding.  On those sites, it will appear that you
4003 have posted almost the same article twice.
4004
4005 If you have just posted the article, and change your mind right away,
4006 there is a trick you can use to cancel/supersede the article without
4007 waiting for the article to appear on your site first.  You simply return
4008 to the post buffer (which is called @code{*sent ...*}).  There you will
4009 find the article you just posted, with all the headers intact.  Change
4010 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
4011 header by substituting one of those words for the word
4012 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
4013 you would do normally.  The previous article will be
4014 canceled/superseded.
4015
4016 Just remember, kids: There is no 'c' in 'supersede'.
4017
4018
4019 @node Marking Articles
4020 @section Marking Articles
4021 @cindex article marking
4022 @cindex article ticking
4023 @cindex marks
4024
4025 There are several marks you can set on an article.
4026
4027 You have marks that decide the @dfn{readedness} (whoo, neato-keano
4028 neologism ohoy!) of the article.  Alphabetic marks generally mean
4029 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
4030
4031 In addition, you also have marks that do not affect readedness.
4032
4033 @menu
4034 * Unread Articles::      Marks for unread articles.
4035 * Read Articles::        Marks for read articles.
4036 * Other Marks::          Marks that do not affect readedness.
4037 @end menu
4038
4039 @ifinfo
4040 There's a plethora of commands for manipulating these marks:
4041 @end ifinfo
4042
4043 @menu
4044 * Setting Marks::           How to set and remove marks.
4045 * Setting Process Marks::   How to mark articles for later processing.
4046 @end menu
4047
4048
4049 @node Unread Articles
4050 @subsection Unread Articles
4051
4052 The following marks mark articles as (kinda) unread, in one form or
4053 other.
4054
4055 @table @samp
4056 @item !
4057 @vindex gnus-ticked-mark
4058 Marked as ticked (@code{gnus-ticked-mark}).
4059
4060 @dfn{Ticked articles} are articles that will remain visible always.  If
4061 you see an article that you find interesting, or you want to put off
4062 reading it, or replying to it, until sometime later, you'd typically
4063 tick it.  However, articles can be expired, so if you want to keep an
4064 article forever, you'll have to make it persistent (@pxref{Persistent
4065 Articles}).
4066
4067 @item ?
4068 @vindex gnus-dormant-mark
4069 Marked as dormant (@code{gnus-dormant-mark}).
4070
4071 @dfn{Dormant articles} will only appear in the summary buffer if there
4072 are followups to it.  If you want to see them even if they don't have
4073 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
4074
4075 @item SPACE
4076 @vindex gnus-unread-mark
4077 Marked as unread (@code{gnus-unread-mark}).
4078
4079 @dfn{Unread articles} are articles that haven't been read at all yet.
4080 @end table
4081
4082
4083 @node Read Articles
4084 @subsection Read Articles
4085 @cindex expirable mark
4086
4087 All the following marks mark articles as read.
4088
4089 @table @samp
4090
4091 @item r
4092 @vindex gnus-del-mark
4093 These are articles that the user has marked as read with the @kbd{d}
4094 command manually, more or less (@code{gnus-del-mark}).
4095
4096 @item R
4097 @vindex gnus-read-mark
4098 Articles that have actually been read (@code{gnus-read-mark}).
4099
4100 @item O
4101 @vindex gnus-ancient-mark
4102 Articles that were marked as read in previous sessions and are now
4103 @dfn{old} (@code{gnus-ancient-mark}).
4104
4105 @item K
4106 @vindex gnus-killed-mark
4107 Marked as killed (@code{gnus-killed-mark}).
4108
4109 @item X
4110 @vindex gnus-kill-file-mark
4111 Marked as killed by kill files (@code{gnus-kill-file-mark}).
4112
4113 @item Y
4114 @vindex gnus-low-score-mark
4115 Marked as read by having too low a score (@code{gnus-low-score-mark}).
4116
4117 @item C
4118 @vindex gnus-catchup-mark
4119 Marked as read by a catchup (@code{gnus-catchup-mark}).
4120
4121 @item G
4122 @vindex gnus-canceled-mark
4123 Canceled article (@code{gnus-canceled-mark})
4124
4125 @item F
4126 @vindex gnus-souped-mark
4127 @sc{SOUP}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
4128
4129 @item Q
4130 @vindex gnus-sparse-mark
4131 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
4132 Threading}.
4133
4134 @item M
4135 @vindex gnus-duplicate-mark
4136 Article marked as read by duplicate suppression
4137 (@code{gnus-duplicated-mark}).  @xref{Duplicate Suppression}.
4138
4139 @end table
4140
4141 All these marks just mean that the article is marked as read, really.
4142 They are interpreted differently when doing adaptive scoring, though.
4143
4144 One more special mark, though:
4145
4146 @table @samp
4147 @item E
4148 @vindex gnus-expirable-mark
4149 Marked as expirable (@code{gnus-expirable-mark}).
4150
4151 Marking articles as @dfn{expirable} (or have them marked as such
4152 automatically) doesn't make much sense in normal groups---a user doesn't
4153 control expiring of news articles, but in mail groups, for instance,
4154 articles marked as @dfn{expirable} can be deleted by Gnus at
4155 any time.
4156 @end table
4157
4158
4159 @node Other Marks
4160 @subsection Other Marks
4161 @cindex process mark
4162 @cindex bookmarks
4163
4164 There are some marks that have nothing to do with whether the article is
4165 read or not.
4166
4167 @itemize @bullet
4168
4169 @item
4170 You can set a bookmark in the current article.  Say you are reading a
4171 long thesis on cats' urinary tracts, and have to go home for dinner
4172 before you've finished reading the thesis.  You can then set a bookmark
4173 in the article, and Gnus will jump to this bookmark the next time it
4174 encounters the article.  @xref{Setting Marks}
4175
4176 @item
4177 @vindex gnus-replied-mark
4178 All articles that you have replied to or made a followup to (i.e., have
4179 answered) will be marked with an @samp{A} in the second column
4180 (@code{gnus-replied-mark}).
4181
4182 @item
4183 @vindex gnus-cached-mark
4184 Articles stored in the article cache will be marked with an @samp{*} in
4185 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}
4186
4187 @item
4188 @vindex gnus-saved-mark
4189 Articles ``saved'' (in some manner or other; not necessarily
4190 religiously) are marked with an @samp{S} in the second column
4191 (@code{gnus-saved-mark}).
4192
4193 @item
4194 @vindex gnus-not-empty-thread-mark
4195 @vindex gnus-empty-thread-mark
4196 If the @samp{%e} spec is used, the presence of threads or not will be
4197 marked with @code{gnus-not-empty-thread-mark} and
4198 @code{gnus-empty-thread-mark} in the third column, respectively.
4199
4200 @item
4201 @vindex gnus-process-mark
4202 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
4203 variety of commands react to the presence of the process mark.  For
4204 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
4205 all articles that have been marked with the process mark.  Articles
4206 marked with the process mark have a @samp{#} in the second column.
4207
4208 @end itemize
4209
4210 You might have noticed that most of these ``non-readedness'' marks
4211 appear in the second column by default.  So if you have a cached, saved,
4212 replied article that you have process-marked, what will that look like?
4213
4214 Nothing much.  The precedence rules go as follows: process -> cache ->
4215 replied -> saved.  So if the article is in the cache and is replied,
4216 you'll only see the cache mark and not the replied mark.
4217
4218
4219 @node Setting Marks
4220 @subsection Setting Marks
4221 @cindex setting marks
4222
4223 All the marking commands understand the numeric prefix.
4224
4225 @table @kbd
4226 @item M c
4227 @itemx M-u
4228 @kindex M c (Summary)
4229 @kindex M-u (Summary)
4230 @findex gnus-summary-clear-mark-forward
4231 @cindex mark as unread
4232 Clear all readedness-marks from the current article
4233 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
4234 article as unread.
4235
4236 @item M t
4237 @itemx !
4238 @kindex ! (Summary)
4239 @kindex M t (Summary)
4240 @findex gnus-summary-tick-article-forward
4241 Tick the current article (@code{gnus-summary-tick-article-forward}).
4242 @xref{Article Caching}
4243
4244 @item M ?
4245 @itemx ?
4246 @kindex ? (Summary)
4247 @kindex M ? (Summary)
4248 @findex gnus-summary-mark-as-dormant
4249 Mark the current article as dormant
4250 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}
4251
4252 @item M d
4253 @itemx d
4254 @kindex M d (Summary)
4255 @kindex d (Summary)
4256 @findex gnus-summary-mark-as-read-forward
4257 Mark the current article as read
4258 (@code{gnus-summary-mark-as-read-forward}).
4259
4260 @item D
4261 @kindex D (Summary)
4262 @findex gnus-summary-mark-as-read-backward
4263 Mark the current article as read and move point to the previous line
4264 (@code{gnus-summary-mark-as-read-backward}).
4265
4266 @item M k
4267 @itemx k
4268 @kindex k (Summary)
4269 @kindex M k (Summary)
4270 @findex gnus-summary-kill-same-subject-and-select
4271 Mark all articles that have the same subject as the current one as read,
4272 and then select the next unread article
4273 (@code{gnus-summary-kill-same-subject-and-select}).
4274
4275 @item M K
4276 @itemx C-k
4277 @kindex M K (Summary)
4278 @kindex C-k (Summary)
4279 @findex gnus-summary-kill-same-subject
4280 Mark all articles that have the same subject as the current one as read
4281 (@code{gnus-summary-kill-same-subject}).
4282
4283 @item M C
4284 @kindex M C (Summary)
4285 @findex gnus-summary-catchup
4286 @c @icon{gnus-summary-catchup}
4287 Mark all unread articles as read (@code{gnus-summary-catchup}).
4288
4289 @item M C-c
4290 @kindex M C-c (Summary)
4291 @findex gnus-summary-catchup-all
4292 Mark all articles in the group as read---even the ticked and dormant
4293 articles (@code{gnus-summary-catchup-all}).
4294
4295 @item M H
4296 @kindex M H (Summary)
4297 @findex gnus-summary-catchup-to-here
4298 Catchup the current group to point
4299 (@code{gnus-summary-catchup-to-here}).
4300
4301 @item C-w
4302 @kindex C-w (Summary)
4303 @findex gnus-summary-mark-region-as-read
4304 Mark all articles between point and mark as read
4305 (@code{gnus-summary-mark-region-as-read}).
4306
4307 @item M V k
4308 @kindex M V k (Summary)
4309 @findex gnus-summary-kill-below
4310 Kill all articles with scores below the default score (or below the
4311 numeric prefix) (@code{gnus-summary-kill-below}).
4312
4313 @item M e
4314 @itemx E
4315 @kindex M e (Summary)
4316 @kindex E (Summary)
4317 @findex gnus-summary-mark-as-expirable
4318 Mark the current article as expirable
4319 (@code{gnus-summary-mark-as-expirable}).
4320
4321 @item M b
4322 @kindex M b (Summary)
4323 @findex gnus-summary-set-bookmark
4324 Set a bookmark in the current article
4325 (@code{gnus-summary-set-bookmark}).
4326
4327 @item M B
4328 @kindex M B (Summary)
4329 @findex gnus-summary-remove-bookmark
4330 Remove the bookmark from the current article
4331 (@code{gnus-summary-remove-bookmark}).
4332
4333 @item M V c
4334 @kindex M V c (Summary)
4335 @findex gnus-summary-clear-above
4336 Clear all marks from articles with scores over the default score (or
4337 over the numeric prefix) (@code{gnus-summary-clear-above}).
4338
4339 @item M V u
4340 @kindex M V u (Summary)
4341 @findex gnus-summary-tick-above
4342 Tick all articles with scores over the default score (or over the
4343 numeric prefix) (@code{gnus-summary-tick-above}).
4344
4345 @item M V m
4346 @kindex M V m (Summary)
4347 @findex gnus-summary-mark-above
4348 Prompt for a mark, and mark all articles with scores over the default
4349 score (or over the numeric prefix) with this mark
4350 (@code{gnus-summary-clear-above}).
4351 @end table
4352
4353 @vindex gnus-summary-goto-unread
4354 The @code{gnus-summary-goto-unread} variable controls what action should
4355 be taken after setting a mark.  If non-@code{nil}, point will move to
4356 the next/previous unread article.  If @code{nil}, point will just move
4357 one line up or down.  As a special case, if this variable is
4358 @code{never}, all the marking commands as well as other commands (like
4359 @kbd{SPACE}) will move to the next article, whether it is unread or not.
4360 The default is @code{t}.
4361
4362
4363 @node Setting Process Marks
4364 @subsection Setting Process Marks
4365 @cindex setting process marks
4366
4367 @table @kbd
4368
4369 @item M P p
4370 @itemx #
4371 @kindex # (Summary)
4372 @kindex M P p (Summary)
4373 @findex gnus-summary-mark-as-processable
4374 Mark the current article with the process mark
4375 (@code{gnus-summary-mark-as-processable}).
4376 @findex gnus-summary-unmark-as-processable
4377
4378 @item M P u
4379 @itemx M-#
4380 @kindex M P u (Summary)
4381 @kindex M-# (Summary)
4382 Remove the process mark, if any, from the current article
4383 (@code{gnus-summary-unmark-as-processable}).
4384
4385 @item M P U
4386 @kindex M P U (Summary)
4387 @findex gnus-summary-unmark-all-processable
4388 Remove the process mark from all articles
4389 (@code{gnus-summary-unmark-all-processable}).
4390
4391 @item M P i
4392 @kindex M P i (Summary)
4393 @findex gnus-uu-invert-processable
4394 Invert the list of process marked articles
4395 (@code{gnus-uu-invert-processable}).
4396
4397 @item M P R
4398 @kindex M P R (Summary)
4399 @findex gnus-uu-mark-by-regexp
4400 Mark articles that have a @code{Subject} header that matches a regular
4401 expression (@code{gnus-uu-mark-by-regexp}).
4402
4403 @item M P r
4404 @kindex M P r (Summary)
4405 @findex gnus-uu-mark-region
4406 Mark articles in region (@code{gnus-uu-mark-region}).
4407
4408 @item M P t
4409 @kindex M P t (Summary)
4410 @findex gnus-uu-mark-thread
4411 Mark all articles in the current (sub)thread
4412 (@code{gnus-uu-mark-thread}).
4413
4414 @item M P T
4415 @kindex M P T (Summary)
4416 @findex gnus-uu-unmark-thread
4417 Unmark all articles in the current (sub)thread
4418 (@code{gnus-uu-unmark-thread}).
4419
4420 @item M P v
4421 @kindex M P v (Summary)
4422 @findex gnus-uu-mark-over
4423 Mark all articles that have a score above the prefix argument
4424 (@code{gnus-uu-mark-over}).
4425
4426 @item M P s
4427 @kindex M P s (Summary)
4428 @findex gnus-uu-mark-series
4429 Mark all articles in the current series (@code{gnus-uu-mark-series}).
4430
4431 @item M P S
4432 @kindex M P S (Summary)
4433 @findex gnus-uu-mark-sparse
4434 Mark all series that have already had some articles marked
4435 (@code{gnus-uu-mark-sparse}).
4436
4437 @item M P a
4438 @kindex M P a (Summary)
4439 @findex gnus-uu-mark-all
4440 Mark all articles in series order (@code{gnus-uu-mark-series}).
4441
4442 @item M P b
4443 @kindex M P b (Summary)
4444 @findex gnus-uu-mark-buffer
4445 Mark all articles in the buffer in the order they appear
4446 (@code{gnus-uu-mark-buffer}).
4447
4448 @item M P k
4449 @kindex M P k (Summary)
4450 @findex gnus-summary-kill-process-mark
4451 Push the current process mark set onto the stack and unmark all articles
4452 (@code{gnus-summary-kill-process-mark}).
4453
4454 @item M P y
4455 @kindex M P y (Summary)
4456 @findex gnus-summary-yank-process-mark
4457 Pop the previous process mark set from the stack and restore it
4458 (@code{gnus-summary-yank-process-mark}).
4459
4460 @item M P w
4461 @kindex M P w (Summary)
4462 @findex gnus-summary-save-process-mark
4463 Push the current process mark set onto the stack
4464 (@code{gnus-summary-save-process-mark}).
4465
4466 @end table
4467
4468
4469 @node Limiting
4470 @section Limiting
4471 @cindex limiting
4472
4473 It can be convenient to limit the summary buffer to just show some
4474 subset of the articles currently in the group.  The effect most limit
4475 commands have is to remove a few (or many) articles from the summary
4476 buffer.
4477
4478 All limiting commands work on subsets of the articles already fetched
4479 from the servers.  None of these commands query the server for
4480 additional articles.
4481
4482 @table @kbd
4483
4484 @item / /
4485 @itemx / s
4486 @kindex / / (Summary)
4487 @findex gnus-summary-limit-to-subject
4488 Limit the summary buffer to articles that match some subject
4489 (@code{gnus-summary-limit-to-subject}).
4490
4491 @item / a
4492 @kindex / a (Summary)
4493 @findex gnus-summary-limit-to-author
4494 Limit the summary buffer to articles that match some author
4495 (@code{gnus-summary-limit-to-author}).
4496
4497 @item / u
4498 @itemx x
4499 @kindex / u (Summary)
4500 @kindex x (Summary)
4501 @findex gnus-summary-limit-to-unread
4502 Limit the summary buffer to articles not marked as read
4503 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
4504 buffer to articles strictly unread.  This means that ticked and
4505 dormant articles will also be excluded.
4506
4507 @item / m
4508 @kindex / m (Summary)
4509 @findex gnus-summary-limit-to-marks
4510 Ask for a mark and then limit to all articles that have been marked
4511 with that mark (@code{gnus-summary-limit-to-marks}).
4512
4513 @item / t
4514 @kindex / t (Summary)
4515 @findex gnus-summary-limit-to-age
4516 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
4517 (@code{gnus-summary-limit-to-marks}).  If given a prefix, limit to
4518 articles younger than that number of days.
4519
4520 @item / n
4521 @kindex / n (Summary)
4522 @findex gnus-summary-limit-to-articles
4523 Limit the summary buffer to the current article
4524 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
4525 convention (@pxref{Process/Prefix}).
4526
4527 @item / w
4528 @kindex / w (Summary)
4529 @findex gnus-summary-pop-limit
4530 Pop the previous limit off the stack and restore it
4531 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
4532 the stack.
4533
4534 @item / v
4535 @kindex / v (Summary)
4536 @findex gnus-summary-limit-to-score
4537 Limit the summary buffer to articles that have a score at or above some
4538 score (@code{gnus-summary-limit-to-score}).
4539
4540 @item / E
4541 @itemx M S
4542 @kindex M S (Summary)
4543 @kindex / E (Summary)
4544 @findex gnus-summary-limit-include-expunged
4545 Include all expunged articles in the limit
4546 (@code{gnus-summary-limit-include-expunged}).
4547
4548 @item / D
4549 @kindex / D (Summary)
4550 @findex gnus-summary-limit-include-dormant
4551 Include all dormant articles in the limit
4552 (@code{gnus-summary-limit-include-dormant}).
4553
4554 @item / *
4555 @kindex / * (Summary)
4556 @findex gnus-summary-limit-include-cached
4557 Include all cached articles in the limit
4558 (@code{gnus-summary-limit-include-cached}).
4559
4560 @item / d
4561 @kindex / d (Summary)
4562 @findex gnus-summary-limit-exclude-dormant
4563 Exclude all dormant articles from the limit
4564 (@code{gnus-summary-limit-exclude-dormant}).
4565
4566 @item / T
4567 @kindex / T (Summary)
4568 @findex gnus-summary-limit-include-thread
4569 Include all the articles in the current thread in the limit.
4570
4571 @item / c
4572 @kindex / c (Summary)
4573 @findex gnus-summary-limit-exclude-childless-dormant
4574 Exclude all dormant articles that have no children from the limit
4575 (@code{gnus-summary-limit-exclude-childless-dormant}).
4576
4577 @item / C
4578 @kindex / C (Summary)
4579 @findex gnus-summary-limit-mark-excluded-as-read
4580 Mark all excluded unread articles as read
4581 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
4582 also mark excluded ticked and dormant articles as read.
4583
4584 @end table
4585
4586
4587 @node Threading
4588 @section Threading
4589 @cindex threading
4590 @cindex article threading
4591
4592 Gnus threads articles by default.  @dfn{To thread} is to put responses
4593 to articles directly after the articles they respond to---in a
4594 hierarchical fashion.
4595
4596 Threading is done by looking at the @code{References} headers of the
4597 articles.  In a perfect world, this would be enough to build pretty
4598 trees, but unfortunately, the @code{References} header is often broken
4599 or simply missing.  Weird news propagation excarcerbates the problem,
4600 so one has to employ other heuristics to get pleasing results.  A
4601 plethora of approaches exists, as detailed in horrible detail in
4602 @pxref{Customizing Threading}.
4603
4604 First, a quick overview of the concepts:
4605
4606 @table @dfn
4607 @item root
4608 The top-most article in a thread; the first article in the thread.
4609
4610 @item thread
4611 A tree-like article structure.
4612
4613 @item sub-thread
4614 A small(er) section of this tree-like structure.
4615
4616 @item loose threads
4617 Threads often lose their roots due to article expiry, or due to the root
4618 already having been read in a previous session, and not displayed in the
4619 summary buffer.  We then typically have many sub-threads that really
4620 belong to one thread, but are without connecting roots.  These are
4621 called loose threads.
4622
4623 @item thread gathering
4624 An attempt to gather loose threads into bigger threads.
4625
4626 @item sparse threads
4627 A thread where the missing articles have been ``guessed'' at, and are
4628 displayed as empty lines in the summary buffer.
4629
4630 @end table
4631
4632
4633 @menu
4634 * Customizing Threading::     Variables you can change to affect the threading.
4635 * Thread Commands::           Thread based commands in the summary buffer.
4636 @end menu
4637
4638
4639 @node Customizing Threading
4640 @subsection Customizing Threading
4641 @cindex customizing threading
4642
4643 @menu
4644 * Loose Threads::        How Gnus gathers loose threads into bigger threads.
4645 * Filling In Threads::   Making the threads displayed look fuller.
4646 * More Threading::       Even more variables for fiddling with threads.
4647 * Low-Level Threading::  You thought it was over... but you were wrong!
4648 @end menu
4649
4650
4651 @node Loose Threads
4652 @subsubsection Loose Threads
4653 @cindex <
4654 @cindex >
4655 @cindex loose threads
4656
4657 @table @code
4658 @item gnus-summary-make-false-root
4659 @vindex gnus-summary-make-false-root
4660 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
4661 and create a dummy root at the top.  (Wait a minute.  Root at the top?
4662 Yup.)  Loose subtrees occur when the real root has expired, or you've
4663 read or killed the root in a previous session.
4664
4665 When there is no real root of a thread, Gnus will have to fudge
4666 something.  This variable says what fudging method Gnus should use.
4667 There are four possible values:
4668
4669 @iftex
4670 @iflatex
4671 \gnusfigure{The Summary Buffer}{390}{
4672 \put(0,0){\epsfig{figure=tmp/summary-adopt.ps,width=7.5cm}}
4673 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=tmp/summary-empty.ps,width=7.5cm}}}
4674 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=tmp/summary-none.ps,width=7.5cm}}}
4675 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=tmp/summary-dummy.ps,width=7.5cm}}}
4676 }
4677 @end iflatex
4678 @end iftex
4679
4680 @cindex adopting articles
4681
4682 @table @code
4683
4684 @item adopt
4685 Gnus will make the first of the orphaned articles the parent.  This
4686 parent will adopt all the other articles.  The adopted articles will be
4687 marked as such by pointy brackets (@samp{<>}) instead of the standard
4688 square brackets (@samp{[]}).  This is the default method.
4689
4690 @item dummy
4691 @vindex gnus-summary-dummy-line-format
4692 Gnus will create a dummy summary line that will pretend to be the
4693 parent.  This dummy line does not correspond to any real article, so
4694 selecting it will just select the first real article after the dummy
4695 article.  @code{gnus-summary-dummy-line-format} is used to specify the
4696 format of the dummy roots.  It accepts only one format spec:  @samp{S},
4697 which is the subject of the article.  @xref{Formatting Variables}.
4698
4699 @item empty
4700 Gnus won't actually make any article the parent, but simply leave the
4701 subject field of all orphans except the first empty.  (Actually, it will
4702 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
4703 Buffer Format}).)
4704
4705 @item none
4706 Don't make any article parent at all.  Just gather the threads and
4707 display them after one another.
4708
4709 @item nil
4710 Don't gather loose threads.
4711 @end table
4712
4713 @item gnus-summary-gather-subject-limit
4714 @vindex gnus-summary-gather-subject-limit
4715 Loose threads are gathered by comparing subjects of articles.  If this
4716 variable is @code{nil}, Gnus requires an exact match between the
4717 subjects of the loose threads before gathering them into one big
4718 super-thread.  This might be too strict a requirement, what with the
4719 presence of stupid newsreaders that chop off long subject lines.  If
4720 you think so, set this variable to, say, 20 to require that only the
4721 first 20 characters of the subjects have to match.  If you set this
4722 variable to a really low number, you'll find that Gnus will gather
4723 everything in sight into one thread, which isn't very helpful.
4724
4725 @cindex fuzzy article gathering
4726 If you set this variable to the special value @code{fuzzy}, Gnus will
4727 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
4728 Matching}).
4729
4730 @item gnus-simplify-subject-fuzzy-regexp
4731 @vindex gnus-simplify-subject-fuzzy-regexp
4732 This can either be a regular expression or list of regular expressions
4733 that match strings that will be removed from subjects if fuzzy subject
4734 simplification is used.
4735
4736 @item gnus-simplify-ignored-prefixes
4737 @vindex gnus-simplify-ignored-prefixes
4738 If you set @code{gnus-summary-gather-subject-limit} to something as low
4739 as 10, you might consider setting this variable to something sensible:
4740
4741 @c Written by Michael Ernst <mernst@cs.rice.edu>
4742 @lisp
4743 (setq gnus-simplify-ignored-prefixes
4744       (concat
4745        "\\`\\[?\\("
4746        (mapconcat
4747         'identity
4748         '("looking"
4749           "wanted" "followup" "summary\\( of\\)?"
4750           "help" "query" "problem" "question"
4751           "answer" "reference" "announce"
4752           "How can I" "How to" "Comparison of"
4753           ;; ...
4754           )
4755         "\\|")
4756        "\\)\\s *\\("
4757        (mapconcat 'identity
4758                   '("for" "for reference" "with" "about")
4759                   "\\|")
4760        "\\)?\\]?:?[ \t]*"))
4761 @end lisp
4762
4763 All words that match this regexp will be removed before comparing two
4764 subjects.
4765
4766 @item gnus-simplify-subject-functions
4767 @vindex gnus-simplify-subject-functions
4768 If non-@code{nil}, this variable overrides
4769 @code{gnus-summary-gather-subject-limit}.  This variable should be a
4770 list of functions to apply to the @code{Subject} string iteratively to
4771 arrive at the simplified version of the string.
4772
4773 Useful functions to put in this list include:
4774
4775 @table @code
4776 @item gnus-simplify-subject-re
4777 @findex gnus-simplify-subject-re
4778 Strip the leading @samp{Re:}.
4779
4780 @item gnus-simplify-subject-fuzzy
4781 @findex gnus-simplify-subject-fuzzy
4782 Simplify fuzzily.
4783
4784 @item gnus-simplify-whitespace
4785 @findex gnus-simplify-whitespace
4786 Remove excessive whitespace.
4787 @end table
4788
4789 You may also write your own functions, of course.
4790
4791
4792 @item gnus-summary-gather-exclude-subject
4793 @vindex gnus-summary-gather-exclude-subject
4794 Since loose thread gathering is done on subjects only, that might lead
4795 to many false hits, especially with certain common subjects like
4796 @samp{} and @samp{(none)}.  To make the situation slightly better,
4797 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
4798 what subjects should be excluded from the gathering process.@*
4799 The default is @samp{^ *$\\|^(none)$}.
4800
4801 @item gnus-summary-thread-gathering-function
4802 @vindex gnus-summary-thread-gathering-function
4803 Gnus gathers threads by looking at @code{Subject} headers.  This means
4804 that totally unrelated articles may end up in the same ``thread'', which
4805 is confusing.  An alternate approach is to look at all the
4806 @code{Message-ID}s in all the @code{References} headers to find matches.
4807 This will ensure that no gathered threads ever include unrelated
4808 articles, but it also means that people who have posted with broken
4809 newsreaders won't be gathered properly.  The choice is yours---plague or
4810 cholera:
4811
4812 @table @code
4813 @item gnus-gather-threads-by-subject
4814 @findex gnus-gather-threads-by-subject
4815 This function is the default gathering function and looks at
4816 @code{Subject}s exclusively.
4817
4818 @item gnus-gather-threads-by-references
4819 @findex gnus-gather-threads-by-references
4820 This function looks at @code{References} headers exclusively.
4821 @end table
4822
4823 If you want to test gathering by @code{References}, you could say
4824 something like:
4825
4826 @lisp
4827 (setq gnus-summary-thread-gathering-function
4828       'gnus-gather-threads-by-references)
4829 @end lisp
4830
4831 @end table
4832
4833
4834 @node Filling In Threads
4835 @subsubsection Filling In Threads
4836
4837 @table @code
4838 @item gnus-fetch-old-headers
4839 @vindex gnus-fetch-old-headers
4840 If non-@code{nil}, Gnus will attempt to build old threads by fetching
4841 more old headers---headers to articles marked as read.  If you
4842 would like to display as few summary lines as possible, but still
4843 connect as many loose threads as possible, you should set this variable
4844 to @code{some} or a number.  If you set it to a number, no more than
4845 that number of extra old headers will be fetched.  In either case,
4846 fetching old headers only works if the backend you are using carries
4847 overview files---this would normally be @code{nntp}, @code{nnspool} and
4848 @code{nnml}.  Also remember that if the root of the thread has been
4849 expired by the server, there's not much Gnus can do about that.
4850
4851 This variable can also be set to @code{invisible}.  This won't have any
4852 visible effects, but is useful if you use the @kbd{A T} command a lot
4853 (@pxref{Finding the Parent}).
4854
4855 @item gnus-build-sparse-threads
4856 @vindex gnus-build-sparse-threads
4857 Fetching old headers can be slow.  A low-rent similar effect can be
4858 gotten by setting this variable to @code{some}.  Gnus will then look at
4859 the complete @code{References} headers of all articles and try to string
4860 together articles that belong in the same thread.  This will leave
4861 @dfn{gaps} in the threading display where Gnus guesses that an article
4862 is missing from the thread.  (These gaps appear like normal summary
4863 lines.  If you select a gap, Gnus will try to fetch the article in
4864 question.)  If this variable is @code{t}, Gnus will display all these
4865 ``gaps'' without regard for whether they are useful for completing the
4866 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
4867 off sparse leaf nodes that don't lead anywhere.  This variable is
4868 @code{nil} by default.
4869
4870 @end table
4871
4872
4873 @node More Threading
4874 @subsubsection More Threading
4875
4876 @table @code
4877 @item gnus-show-threads
4878 @vindex gnus-show-threads
4879 If this variable is @code{nil}, no threading will be done, and all of
4880 the rest of the variables here will have no effect.  Turning threading
4881 off will speed group selection up a bit, but it is sure to make reading
4882 slower and more awkward.
4883
4884 @item gnus-thread-hide-subtree
4885 @vindex gnus-thread-hide-subtree
4886 If non-@code{nil}, all threads will be hidden when the summary buffer is
4887 generated.
4888
4889 @item gnus-thread-expunge-below
4890 @vindex gnus-thread-expunge-below
4891 All threads that have a total score (as defined by
4892 @code{gnus-thread-score-function}) less than this number will be
4893 expunged.  This variable is @code{nil} by default, which means that no
4894 threads are expunged.
4895
4896 @item gnus-thread-hide-killed
4897 @vindex gnus-thread-hide-killed
4898 if you kill a thread and this variable is non-@code{nil}, the subtree
4899 will be hidden.
4900
4901 @item gnus-thread-ignore-subject
4902 @vindex gnus-thread-ignore-subject
4903 Sometimes somebody changes the subject in the middle of a thread.  If
4904 this variable is non-@code{nil}, the subject change is ignored.  If it
4905 is @code{nil}, which is the default, a change in the subject will result
4906 in a new thread.
4907
4908 @item gnus-thread-indent-level
4909 @vindex gnus-thread-indent-level
4910 This is a number that says how much each sub-thread should be indented.
4911 The default is 4.
4912
4913 @end table
4914
4915
4916 @node Low-Level Threading
4917 @subsubsection Low-Level Threading
4918
4919 @table @code
4920
4921 @item gnus-parse-headers-hook
4922 @vindex gnus-parse-headers-hook
4923 Hook run before parsing any headers.  The default value is
4924 @code{(gnus-decode-rfc1522)}, which means that QPized headers will be
4925 slightly decoded in a hackish way.  This is likely to change in the
4926 future when Gnus becomes @sc{MIME}ified.
4927
4928 @item gnus-alter-header-function
4929 @vindex gnus-alter-header-function
4930 If non-@code{nil}, this function will be called to allow alteration of
4931 article header structures.  The function is called with one parameter,
4932 the article header vector, which it may alter in any way.  For instance,
4933 if you have a mail-to-news gateway which alters the @code{Message-ID}s
4934 in systematic ways (by adding prefixes and such), you can use this
4935 variable to un-scramble the @code{Message-ID}s so that they are more
4936 meaningful.  Here's one example:
4937
4938 @lisp
4939 (setq gnus-alter-header-function 'my-alter-message-id)
4940
4941 (defun my-alter-message-id (header)
4942   (let ((id (mail-header-id header)))
4943     (when (string-match
4944            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
4945       (mail-header-set-id
4946        (concat (match-string 1 id) "@@" (match-string 2 id))
4947        header))))
4948 @end lisp
4949
4950 @end table
4951
4952
4953 @node Thread Commands
4954 @subsection Thread Commands
4955 @cindex thread commands
4956
4957 @table @kbd
4958
4959 @item T k
4960 @itemx M-C-k
4961 @kindex T k (Summary)
4962 @kindex M-C-k (Summary)
4963 @findex gnus-summary-kill-thread
4964 Mark all articles in the current (sub-)thread as read
4965 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
4966 remove all marks instead.  If the prefix argument is negative, tick
4967 articles instead.
4968
4969 @item T l
4970 @itemx M-C-l
4971 @kindex T l (Summary)
4972 @kindex M-C-l (Summary)
4973 @findex gnus-summary-lower-thread
4974 Lower the score of the current (sub-)thread
4975 (@code{gnus-summary-lower-thread}).
4976
4977 @item T i
4978 @kindex T i (Summary)
4979 @findex gnus-summary-raise-thread
4980 Increase the score of the current (sub-)thread
4981 (@code{gnus-summary-raise-thread}).
4982
4983 @item T #
4984 @kindex T # (Summary)
4985 @findex gnus-uu-mark-thread
4986 Set the process mark on the current (sub-)thread
4987 (@code{gnus-uu-mark-thread}).
4988
4989 @item T M-#
4990 @kindex T M-# (Summary)
4991 @findex gnus-uu-unmark-thread
4992 Remove the process mark from the current (sub-)thread
4993 (@code{gnus-uu-unmark-thread}).
4994
4995 @item T T
4996 @kindex T T (Summary)
4997 @findex gnus-summary-toggle-threads
4998 Toggle threading (@code{gnus-summary-toggle-threads}).
4999
5000 @item T s
5001 @kindex T s (Summary)
5002 @findex gnus-summary-show-thread
5003 Expose the (sub-)thread hidden under the current article, if any
5004 (@code{gnus-summary-show-thread}).
5005
5006 @item T h
5007 @kindex T h (Summary)
5008 @findex gnus-summary-hide-thread
5009 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
5010
5011 @item T S
5012 @kindex T S (Summary)
5013 @findex gnus-summary-show-all-threads
5014 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
5015
5016 @item T H
5017 @kindex T H (Summary)
5018 @findex gnus-summary-hide-all-threads
5019 Hide all threads (@code{gnus-summary-hide-all-threads}).
5020
5021 @item T t
5022 @kindex T t (Summary)
5023 @findex gnus-summary-rethread-current
5024 Re-thread the current article's thread
5025 (@code{gnus-summary-rethread-current}).  This works even when the
5026 summary buffer is otherwise unthreaded.
5027
5028 @item T ^
5029 @kindex T ^ (Summary)
5030 @findex gnus-summary-reparent-thread
5031 Make the current article the child of the marked (or previous) article
5032 (@code{gnus-summary-reparent-thread}).
5033
5034 @end table
5035
5036 The following commands are thread movement commands.  They all
5037 understand the numeric prefix.
5038
5039 @table @kbd
5040
5041 @item T n
5042 @kindex T n (Summary)
5043 @findex gnus-summary-next-thread
5044 Go to the next thread (@code{gnus-summary-next-thread}).
5045
5046 @item T p
5047 @kindex T p (Summary)
5048 @findex gnus-summary-prev-thread
5049 Go to the previous thread (@code{gnus-summary-prev-thread}).
5050
5051 @item T d
5052 @kindex T d (Summary)
5053 @findex gnus-summary-down-thread
5054 Descend the thread (@code{gnus-summary-down-thread}).
5055
5056 @item T u
5057 @kindex T u (Summary)
5058 @findex gnus-summary-up-thread
5059 Ascend the thread (@code{gnus-summary-up-thread}).
5060
5061 @item T o
5062 @kindex T o (Summary)
5063 @findex gnus-summary-top-thread
5064 Go to the top of the thread (@code{gnus-summary-top-thread}).
5065 @end table
5066
5067 @vindex gnus-thread-operation-ignore-subject
5068 If you ignore subject while threading, you'll naturally end up with
5069 threads that have several different subjects in them.  If you then issue
5070 a command like `T k' (@code{gnus-summary-kill-thread}) you might not
5071 wish to kill the entire thread, but just those parts of the thread that
5072 have the same subject as the current article.  If you like this idea,
5073 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
5074 is non-@code{nil} (which it is by default), subjects will be ignored
5075 when doing thread commands.  If this variable is @code{nil}, articles in
5076 the same thread with different subjects will not be included in the
5077 operation in question.  If this variable is @code{fuzzy}, only articles
5078 that have subjects fuzzily equal will be included (@pxref{Fuzzy
5079 Matching}).
5080
5081
5082 @node Sorting
5083 @section Sorting
5084
5085 @findex gnus-thread-sort-by-total-score
5086 @findex gnus-thread-sort-by-date
5087 @findex gnus-thread-sort-by-score
5088 @findex gnus-thread-sort-by-subject
5089 @findex gnus-thread-sort-by-author
5090 @findex gnus-thread-sort-by-number
5091 @vindex gnus-thread-sort-functions
5092 If you are using a threaded summary display, you can sort the threads by
5093 setting @code{gnus-thread-sort-functions}, which is a list of functions.
5094 By default, sorting is done on article numbers.  Ready-made sorting
5095 predicate functions include @code{gnus-thread-sort-by-number},
5096 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
5097 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score}, and
5098 @code{gnus-thread-sort-by-total-score}.
5099
5100 Each function takes two threads and returns non-@code{nil} if the first
5101 thread should be sorted before the other.  Note that sorting really is
5102 normally done by looking only at the roots of each thread.  If you use
5103 more than one function, the primary sort key should be the last function
5104 in the list.  You should probably always include
5105 @code{gnus-thread-sort-by-number} in the list of sorting
5106 functions---preferably first.  This will ensure that threads that are
5107 equal with respect to the other sort criteria will be displayed in
5108 ascending article order.
5109
5110 If you would like to sort by score, then by subject, and finally by
5111 number, you could do something like:
5112
5113 @lisp
5114 (setq gnus-thread-sort-functions
5115       '(gnus-thread-sort-by-number
5116         gnus-thread-sort-by-subject
5117         gnus-thread-sort-by-total-score))
5118 @end lisp
5119
5120 The threads that have highest score will be displayed first in the
5121 summary buffer.  When threads have the same score, they will be sorted
5122 alphabetically.  The threads that have the same score and the same
5123 subject will be sorted by number, which is (normally) the sequence in
5124 which the articles arrived.
5125
5126 If you want to sort by score and then reverse arrival order, you could
5127 say something like:
5128
5129 @lisp
5130 (setq gnus-thread-sort-functions
5131       '((lambda (t1 t2)
5132           (not (gnus-thread-sort-by-number t1 t2)))
5133         gnus-thread-sort-by-score))
5134 @end lisp
5135
5136 @vindex gnus-thread-score-function
5137 The function in the @code{gnus-thread-score-function} variable (default
5138 @code{+}) is used for calculating the total score of a thread.  Useful
5139 functions might be @code{max}, @code{min}, or squared means, or whatever
5140 tickles your fancy.
5141
5142 @findex gnus-article-sort-functions
5143 @findex gnus-article-sort-by-date
5144 @findex gnus-article-sort-by-score
5145 @findex gnus-article-sort-by-subject
5146 @findex gnus-article-sort-by-author
5147 @findex gnus-article-sort-by-number
5148 If you are using an unthreaded display for some strange reason or other,
5149 you have to fiddle with the @code{gnus-article-sort-functions} variable.
5150 It is very similar to the @code{gnus-thread-sort-functions}, except that
5151 it uses slightly different functions for article comparison.  Available
5152 sorting predicate functions are @code{gnus-article-sort-by-number},
5153 @code{gnus-article-sort-by-author}, @code{gnus-article-sort-by-subject},
5154 @code{gnus-article-sort-by-date}, and @code{gnus-article-sort-by-score}.
5155
5156 If you want to sort an unthreaded summary display by subject, you could
5157 say something like:
5158
5159 @lisp
5160 (setq gnus-article-sort-functions
5161       '(gnus-article-sort-by-number
5162         gnus-article-sort-by-subject))
5163 @end lisp
5164
5165
5166
5167 @node Asynchronous Fetching
5168 @section Asynchronous Article Fetching
5169 @cindex asynchronous article fetching
5170 @cindex article pre-fetch
5171 @cindex pre-fetch
5172
5173 If you read your news from an @sc{nntp} server that's far away, the
5174 network latencies may make reading articles a chore.  You have to wait
5175 for a while after pressing @kbd{n} to go to the next article before the
5176 article appears.  Why can't Gnus just go ahead and fetch the article
5177 while you are reading the previous one?  Why not, indeed.
5178
5179 First, some caveats.  There are some pitfalls to using asynchronous
5180 article fetching, especially the way Gnus does it.
5181
5182 Let's say you are reading article 1, which is short, and article 2 is
5183 quite long, and you are not interested in reading that.  Gnus does not
5184 know this, so it goes ahead and fetches article 2.  You decide to read
5185 article 3, but since Gnus is in the process of fetching article 2, the
5186 connection is blocked.
5187
5188 To avoid these situations, Gnus will open two (count 'em two)
5189 connections to the server.  Some people may think this isn't a very nice
5190 thing to do, but I don't see any real alternatives.  Setting up that
5191 extra connection takes some time, so Gnus startup will be slower.
5192
5193 Gnus will fetch more articles than you will read.  This will mean that
5194 the link between your machine and the @sc{nntp} server will become more
5195 loaded than if you didn't use article pre-fetch.  The server itself will
5196 also become more loaded---both with the extra article requests, and the
5197 extra connection.
5198
5199 Ok, so now you know that you shouldn't really use this thing...  unless
5200 you really want to.
5201
5202 @vindex gnus-asynchronous
5203 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
5204 happen automatically.
5205
5206 @vindex gnus-use-article-prefetch
5207 You can control how many articles are to be pre-fetched by setting
5208 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
5209 that when you read an article in the group, the backend will pre-fetch
5210 the next 30 articles.  If this variable is @code{t}, the backend will
5211 pre-fetch all the articles it can without bound.  If it is
5212 @code{nil}, no pre-fetching will be done.
5213
5214 @vindex gnus-async-prefetch-article-p
5215 @findex gnus-async-read-p
5216 There are probably some articles that you don't want to pre-fetch---read
5217 articles, for instance.  The @code{gnus-async-prefetch-article-p} variable controls whether an article is to be pre-fetched.  This function should
5218 return non-@code{nil} when the article in question is to be
5219 pre-fetched.  The default is @code{gnus-async-read-p}, which returns
5220 @code{nil} on read articles.  The function is called with an article
5221 data structure as the only parameter.
5222
5223 If, for instance, you wish to pre-fetch only unread articles shorter than 100 lines, you could say something like:
5224
5225 @lisp
5226 (defun my-async-short-unread-p (data)
5227   "Return non-nil for short, unread articles."
5228   (and (gnus-data-unread-p data)
5229        (< (mail-header-lines (gnus-data-header data))
5230           100)))
5231
5232 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
5233 @end lisp
5234
5235 These functions will be called many, many times, so they should
5236 preferably be short and sweet to avoid slowing down Gnus too much.
5237 It's probably a good idea to byte-compile things like this.
5238
5239 @vindex gnus-prefetched-article-deletion-strategy
5240 Articles have to be removed from the asynch buffer sooner or later.  The
5241 @code{gnus-prefetched-article-deletion-strategy} says when to remove
5242 articles.  This is a list that may contain the following elements:
5243
5244 @table @code
5245 @item read
5246 Remove articles when they are read.
5247
5248 @item exit
5249 Remove articles when exiting the group.
5250 @end table
5251
5252 The default value is @code{(read exit)}.
5253
5254 @c @vindex gnus-use-header-prefetch
5255 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
5256 @c from the next group.
5257
5258
5259 @node Article Caching
5260 @section Article Caching
5261 @cindex article caching
5262 @cindex caching
5263
5264 If you have an @emph{extremely} slow @sc{nntp} connection, you may
5265 consider turning article caching on.  Each article will then be stored
5266 locally under your home directory.  As you may surmise, this could
5267 potentially use @emph{huge} amounts of disk space, as well as eat up all
5268 your inodes so fast it will make your head swim.  In vodka.
5269
5270 Used carefully, though, it could be just an easier way to save articles.
5271
5272 @vindex gnus-use-long-file-name
5273 @vindex gnus-cache-directory
5274 @vindex gnus-use-cache
5275 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
5276 all articles ticked or marked as dormant will then be copied
5277 over to your local cache (@code{gnus-cache-directory}).  Whether this
5278 cache is flat or hierarchal is controlled by the
5279 @code{gnus-use-long-file-name} variable, as usual.
5280
5281 When re-selecting a ticked or dormant article, it will be fetched from the
5282 cache instead of from the server.  As articles in your cache will never
5283 expire, this might serve as a method of saving articles while still
5284 keeping them where they belong.  Just mark all articles you want to save
5285 as dormant, and don't worry.
5286
5287 When an article is marked as read, is it removed from the cache.
5288
5289 @vindex gnus-cache-remove-articles
5290 @vindex gnus-cache-enter-articles
5291 The entering/removal of articles from the cache is controlled by the
5292 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
5293 variables.  Both are lists of symbols.  The first is @code{(ticked
5294 dormant)} by default, meaning that ticked and dormant articles will be
5295 put in the cache.  The latter is @code{(read)} by default, meaning that
5296 articles marked as read are removed from the cache.  Possibly
5297 symbols in these two lists are @code{ticked}, @code{dormant},
5298 @code{unread} and @code{read}.
5299
5300 @findex gnus-jog-cache
5301 So where does the massive article-fetching and storing come into the
5302 picture?  The @code{gnus-jog-cache} command will go through all
5303 subscribed newsgroups, request all unread articles, score them, and
5304 store them in the cache.  You should only ever, ever ever ever, use this
5305 command if 1) your connection to the @sc{nntp} server is really, really,
5306 really slow and 2) you have a really, really, really huge disk.
5307 Seriously.  One way to cut down on the number of articles downloaded is
5308 to score unwanted articles down and have them marked as read.  They will
5309 not then be downloaded by this command.
5310
5311 @vindex gnus-uncacheable-groups
5312 @vindex gnus-cacheable-groups
5313 It is likely that you do not want caching on all groups.  For instance,
5314 if your @code{nnml} mail is located under your home directory, it makes no
5315 sense to cache it somewhere else under your home directory.  Unless you
5316 feel that it's neat to use twice as much space.  
5317
5318 To limit the caching, you could set @code{gnus-cacheable-groups} to a
5319 regexp of groups to cache, @samp{^nntp} for instance, or set the
5320 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
5321 Both variables are @code{nil} by default. If a group matches both
5322 variables, the group is not cached.
5323
5324 @findex gnus-cache-generate-nov-databases
5325 @findex gnus-cache-generate-active
5326 @vindex gnus-cache-active-file
5327 The cache stores information on what articles it contains in its active
5328 file (@code{gnus-cache-active-file}).  If this file (or any other parts
5329 of the cache) becomes all messed up for some reason or other, Gnus
5330 offers two functions that will try to set things right.  @kbd{M-x
5331 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
5332 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
5333 file.
5334
5335
5336 @node Persistent Articles
5337 @section Persistent Articles
5338 @cindex persistent articles
5339
5340 Closely related to article caching, we have @dfn{persistent articles}.
5341 In fact, it's just a different way of looking at caching, and much more
5342 useful in my opinion.
5343
5344 Say you're reading a newsgroup, and you happen on to some valuable gem
5345 that you want to keep and treasure forever.  You'd normally just save it
5346 (using one of the many saving commands) in some file.  The problem with
5347 that is that it's just, well, yucky.  Ideally you'd prefer just having
5348 the article remain in the group where you found it forever; untouched by
5349 the expiry going on at the news server.
5350
5351 This is what a @dfn{persistent article} is---an article that just won't
5352 be deleted.  It's implemented using the normal cache functions, but
5353 you use two explicit commands for managing persistent articles:
5354
5355 @table @kbd
5356
5357 @item *
5358 @kindex * (Summary)
5359 @findex gnus-cache-enter-article
5360 Make the current article persistent (@code{gnus-cache-enter-article}).
5361
5362 @item M-*
5363 @kindex M-* (Summary)
5364 @findex gnus-cache-remove-article
5365 Remove the current article from the persistent articles
5366 (@code{gnus-cache-remove-article}).  This will normally delete the
5367 article.
5368 @end table
5369
5370 Both these commands understand the process/prefix convention.
5371
5372 To avoid having all ticked articles (and stuff) entered into the cache,
5373 you should set @code{gnus-use-cache} to @code{passive} if you're just
5374 interested in persistent articles:
5375
5376 @lisp
5377 (setq gnus-use-cache 'passive)
5378 @end lisp
5379
5380
5381 @node Article Backlog
5382 @section Article Backlog
5383 @cindex backlog
5384 @cindex article backlog
5385
5386 If you have a slow connection, but the idea of using caching seems
5387 unappealing to you (and it is, really), you can help the situation some
5388 by switching on the @dfn{backlog}.  This is where Gnus will buffer
5389 already read articles so that it doesn't have to re-fetch articles
5390 you've already read.  This only helps if you are in the habit of
5391 re-selecting articles you've recently read, of course.  If you never do
5392 that, turning the backlog on will slow Gnus down a little bit, and
5393 increase memory usage some.
5394
5395 @vindex gnus-keep-backlog
5396 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
5397 at most @var{n} old articles in a buffer for later re-fetching.  If this
5398 variable is non-@code{nil} and is not a number, Gnus will store
5399 @emph{all} read articles, which means that your Emacs will grow without
5400 bound before exploding and taking your machine down with you.  I put
5401 that in there just to keep y'all on your toes.
5402
5403 This variable is @code{nil} by default.
5404
5405
5406 @node Saving Articles
5407 @section Saving Articles
5408 @cindex saving articles
5409
5410 Gnus can save articles in a number of ways.  Below is the documentation
5411 for saving articles in a fairly straight-forward fashion (i.e., little
5412 processing of the article is done before it is saved).  For a different
5413 approach (uudecoding, unsharing) you should use @code{gnus-uu}
5414 (@pxref{Decoding Articles}).
5415
5416 @vindex gnus-save-all-headers
5417 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
5418 unwanted headers before saving the article.
5419
5420 @vindex gnus-saved-headers
5421 If the preceding variable is @code{nil}, all headers that match the
5422 @code{gnus-saved-headers} regexp will be kept, while the rest will be
5423 deleted before saving.
5424
5425 @table @kbd
5426
5427 @item O o
5428 @itemx o
5429 @kindex O o (Summary)
5430 @kindex o (Summary)
5431 @findex gnus-summary-save-article
5432 @c @icon{gnus-summary-save-article}
5433 Save the current article using the default article saver
5434 (@code{gnus-summary-save-article}).
5435
5436 @item O m
5437 @kindex O m (Summary)
5438 @findex gnus-summary-save-article-mail
5439 Save the current article in mail format
5440 (@code{gnus-summary-save-article-mail}).
5441
5442 @item O r
5443 @kindex O r (Summary)
5444 @findex gnus-summary-save-article-rmail
5445 Save the current article in rmail format
5446 (@code{gnus-summary-save-article-rmail}).
5447
5448 @item O f
5449 @kindex O f (Summary)
5450 @findex gnus-summary-save-article-file
5451 @c @icon{gnus-summary-save-article-file}
5452 Save the current article in plain file format
5453 (@code{gnus-summary-save-article-file}).
5454
5455 @item O F
5456 @kindex O F (Summary)
5457 @findex gnus-summary-write-article-file
5458 Write the current article in plain file format, overwriting any previous
5459 file contents (@code{gnus-summary-write-article-file}).
5460
5461 @item O b
5462 @kindex O b (Summary)
5463 @findex gnus-summary-save-article-body-file
5464 Save the current article body in plain file format
5465 (@code{gnus-summary-save-article-body-file}).
5466
5467 @item O h
5468 @kindex O h (Summary)
5469 @findex gnus-summary-save-article-folder
5470 Save the current article in mh folder format
5471 (@code{gnus-summary-save-article-folder}).
5472
5473 @item O v
5474 @kindex O v (Summary)
5475 @findex gnus-summary-save-article-vm
5476 Save the current article in a VM folder
5477 (@code{gnus-summary-save-article-vm}).
5478
5479 @item O p
5480 @kindex O p (Summary)
5481 @findex gnus-summary-pipe-output
5482 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
5483 the current article to a process (@code{gnus-summary-pipe-output}).
5484 @end table
5485
5486 @vindex gnus-prompt-before-saving
5487 All these commands use the process/prefix convention
5488 (@pxref{Process/Prefix}).  If you save bunches of articles using these
5489 functions, you might get tired of being prompted for files to save each
5490 and every article in.  The prompting action is controlled by
5491 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
5492 default, giving you that excessive prompting action you know and
5493 loathe.  If you set this variable to @code{t} instead, you'll be prompted
5494 just once for each series of articles you save.  If you like to really
5495 have Gnus do all your thinking for you, you can even set this variable
5496 to @code{nil}, which means that you will never be prompted for files to
5497 save articles in.  Gnus will simply save all the articles in the default
5498 files.
5499
5500
5501 @vindex gnus-default-article-saver
5502 You can customize the @code{gnus-default-article-saver} variable to make
5503 Gnus do what you want it to.  You can use any of the four ready-made
5504 functions below, or you can create your own.
5505
5506 @table @code
5507
5508 @item gnus-summary-save-in-rmail
5509 @findex gnus-summary-save-in-rmail
5510 @vindex gnus-rmail-save-name
5511 @findex gnus-plain-save-name
5512 This is the default format, @dfn{babyl}.  Uses the function in the
5513 @code{gnus-rmail-save-name} variable to get a file name to save the
5514 article in.  The default is @code{gnus-plain-save-name}.
5515
5516 @item gnus-summary-save-in-mail
5517 @findex gnus-summary-save-in-mail
5518 @vindex gnus-mail-save-name
5519 Save in a Unix mail (mbox) file.  Uses the function in the
5520 @code{gnus-mail-save-name} variable to get a file name to save the
5521 article in.  The default is @code{gnus-plain-save-name}.
5522
5523 @item gnus-summary-save-in-file
5524 @findex gnus-summary-save-in-file
5525 @vindex gnus-file-save-name
5526 @findex gnus-numeric-save-name
5527 Append the article straight to an ordinary file.  Uses the function in
5528 the @code{gnus-file-save-name} variable to get a file name to save the
5529 article in.  The default is @code{gnus-numeric-save-name}.
5530
5531 @item gnus-summary-save-body-in-file
5532 @findex gnus-summary-save-body-in-file
5533 Append the article body to an ordinary file.  Uses the function in the
5534 @code{gnus-file-save-name} variable to get a file name to save the
5535 article in.  The default is @code{gnus-numeric-save-name}.
5536
5537 @item gnus-summary-save-in-folder
5538 @findex gnus-summary-save-in-folder
5539 @findex gnus-folder-save-name
5540 @findex gnus-Folder-save-name
5541 @vindex gnus-folder-save-name
5542 @cindex rcvstore
5543 @cindex MH folders
5544 Save the article to an MH folder using @code{rcvstore} from the MH
5545 library.  Uses the function in the @code{gnus-folder-save-name} variable
5546 to get a file name to save the article in.  The default is
5547 @code{gnus-folder-save-name}, but you can also use
5548 @code{gnus-Folder-save-name}, which creates capitalized names.
5549
5550 @item gnus-summary-save-in-vm
5551 @findex gnus-summary-save-in-vm
5552 Save the article in a VM folder.  You have to have the VM mail
5553 reader to use this setting.
5554 @end table
5555
5556 @vindex gnus-article-save-directory
5557 All of these functions, except for the last one, will save the article
5558 in the @code{gnus-article-save-directory}, which is initialized from the
5559 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
5560 default.
5561
5562 As you can see above, the functions use different functions to find a
5563 suitable name of a file to save the article in.  Below is a list of
5564 available functions that generate names:
5565
5566 @table @code
5567
5568 @item gnus-Numeric-save-name
5569 @findex gnus-Numeric-save-name
5570 File names like @file{~/News/Alt.andrea-dworkin/45}.
5571
5572 @item gnus-numeric-save-name
5573 @findex gnus-numeric-save-name
5574 File names like @file{~/News/alt.andrea-dworkin/45}.
5575
5576 @item gnus-Plain-save-name
5577 @findex gnus-Plain-save-name
5578 File names like @file{~/News/Alt.andrea-dworkin}.
5579
5580 @item gnus-plain-save-name
5581 @findex gnus-plain-save-name
5582 File names like @file{~/News/alt.andrea-dworkin}.
5583 @end table
5584
5585 @vindex gnus-split-methods
5586 You can have Gnus suggest where to save articles by plonking a regexp into
5587 the @code{gnus-split-methods} alist.  For instance, if you would like to
5588 save articles related to Gnus in the file @file{gnus-stuff}, and articles
5589 related to VM in @code{vm-stuff}, you could set this variable to something
5590 like:
5591
5592 @lisp
5593 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
5594  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
5595  (my-choosing-function "../other-dir/my-stuff")
5596  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
5597 @end lisp
5598
5599 We see that this is a list where each element is a list that has two
5600 elements---the @dfn{match} and the @dfn{file}.  The match can either be
5601 a string (in which case it is used as a regexp to match on the article
5602 head); it can be a symbol (which will be called as a function with the
5603 group name as a parameter); or it can be a list (which will be
5604 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
5605 the @dfn{file} will be used as a default prompt.  In addition, the
5606 result of the operation itself will be used if the function or form
5607 called returns a string or a list of strings.
5608
5609 You basically end up with a list of file names that might be used when
5610 saving the current article.  (All ``matches'' will be used.)  You will
5611 then be prompted for what you really want to use as a name, with file
5612 name completion over the results from applying this variable.
5613
5614 This variable is @code{((gnus-article-archive-name))} by default, which
5615 means that Gnus will look at the articles it saves for an
5616 @code{Archive-name} line and use that as a suggestion for the file
5617 name.
5618
5619 Here's an example function to clean up file names somewhat.  If you have
5620 lots of mail groups called things like
5621 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
5622 these group names before creating the file name to save to.  The
5623 following will do just that:
5624
5625 @lisp
5626 (defun my-save-name (group)
5627   (when (string-match "^nnml:mail." group)
5628     (substring group (match-end 0))))
5629
5630 (setq gnus-split-methods
5631       '((gnus-article-archive-name)
5632         (my-save-name)))
5633 @end lisp
5634
5635
5636 @vindex gnus-use-long-file-name
5637 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
5638 @code{nil}, all the preceding functions will replace all periods
5639 (@samp{.}) in the group names with slashes (@samp{/})---which means that
5640 the functions will generate hierarchies of directories instead of having
5641 all the files in the top level directory
5642 (@file{~/News/alt/andrea-dworkin} instead of
5643 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
5644 on most systems.  However, for historical reasons, this is @code{nil} on
5645 Xenix and usg-unix-v machines by default.
5646
5647 This function also affects kill and score file names.  If this variable
5648 is a list, and the list contains the element @code{not-score}, long file
5649 names will not be used for score files, if it contains the element
5650 @code{not-save}, long file names will not be used for saving, and if it
5651 contains the element @code{not-kill}, long file names will not be used
5652 for kill files.
5653
5654 If you'd like to save articles in a hierarchy that looks something like
5655 a spool, you could
5656
5657 @lisp
5658 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
5659 (setq gnus-default-article-saver 'gnus-summary-save-in-file) ; no encoding
5660 @end lisp
5661
5662 Then just save with @kbd{o}.  You'd then read this hierarchy with
5663 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
5664 the top level directory as the argument (@file{~/News/}).  Then just walk
5665 around to the groups/directories with @code{nneething}.
5666
5667
5668 @node Decoding Articles
5669 @section Decoding Articles
5670 @cindex decoding articles
5671
5672 Sometime users post articles (or series of articles) that have been
5673 encoded in some way or other.  Gnus can decode them for you.
5674
5675 @menu
5676 * Uuencoded Articles::    Uudecode articles.
5677 * Shell Archives::        Unshar articles.
5678 * PostScript Files::      Split PostScript.
5679 * Other Files::           Plain save and binhex.
5680 * Decoding Variables::    Variables for a happy decoding.
5681 * Viewing Files::         You want to look at the result of the decoding?
5682 @end menu
5683
5684 @cindex series
5685 @cindex article series
5686 All these functions use the process/prefix convention
5687 (@pxref{Process/Prefix}) for finding out what articles to work on, with
5688 the extension that a ``single article'' means ``a single series''.  Gnus
5689 can find out by itself what articles belong to a series, decode all the
5690 articles and unpack/view/save the resulting file(s).
5691
5692 Gnus guesses what articles are in the series according to the following
5693 simplish rule: The subjects must be (nearly) identical, except for the
5694 last two numbers of the line.  (Spaces are largely ignored, however.)
5695
5696 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
5697 will find all the articles that match the regexp @samp{^cat.gif
5698 ([0-9]+/[0-9]+).*$}.
5699
5700 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
5701 series}, will not be properly recognized by any of the automatic viewing
5702 commands, and you have to mark the articles manually with @kbd{#}.
5703
5704
5705 @node Uuencoded Articles
5706 @subsection Uuencoded Articles
5707 @cindex uudecode
5708 @cindex uuencoded articles
5709
5710 @table @kbd
5711
5712 @item X u
5713 @kindex X u (Summary)
5714 @findex gnus-uu-decode-uu
5715 @c @icon{gnus-uu-decode-uu}
5716 Uudecodes the current series (@code{gnus-uu-decode-uu}).
5717
5718 @item X U
5719 @kindex X U (Summary)
5720 @findex gnus-uu-decode-uu-and-save
5721 Uudecodes and saves the current series
5722 (@code{gnus-uu-decode-uu-and-save}).
5723
5724 @item X v u
5725 @kindex X v u (Summary)
5726 @findex gnus-uu-decode-uu-view
5727 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
5728
5729 @item X v U
5730 @kindex X v U (Summary)
5731 @findex gnus-uu-decode-uu-and-save-view
5732 Uudecodes, views and saves the current series
5733 (@code{gnus-uu-decode-uu-and-save-view}).
5734
5735 @end table
5736
5737 Remember that these all react to the presence of articles marked with
5738 the process mark.  If, for instance, you'd like to decode and save an
5739 entire newsgroup, you'd typically do @kbd{M P a}
5740 (@code{gnus-uu-mark-all}) and then @kbd{X U}
5741 (@code{gnus-uu-decode-uu-and-save}).
5742
5743 All this is very much different from how @code{gnus-uu} worked with
5744 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
5745 the sun.  This version of @code{gnus-uu} generally assumes that you mark
5746 articles in some way (@pxref{Setting Process Marks}) and then press
5747 @kbd{X u}.
5748
5749 @vindex gnus-uu-notify-files
5750 Note: When trying to decode articles that have names matching
5751 @code{gnus-uu-notify-files}, which is hard-coded to
5752 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
5753 automatically post an article on @samp{comp.unix.wizards} saying that
5754 you have just viewed the file in question.  This feature can't be turned
5755 off.
5756
5757
5758 @node Shell Archives
5759 @subsection Shell Archives
5760 @cindex unshar
5761 @cindex shell archives
5762 @cindex shared articles
5763
5764 Shell archives (``shar files'') used to be a popular way to distribute
5765 sources, but it isn't used all that much today.  In any case, we have
5766 some commands to deal with these:
5767
5768 @table @kbd
5769
5770 @item X s
5771 @kindex X s (Summary)
5772 @findex gnus-uu-decode-unshar
5773 Unshars the current series (@code{gnus-uu-decode-unshar}).
5774
5775 @item X S
5776 @kindex X S (Summary)
5777 @findex gnus-uu-decode-unshar-and-save
5778 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
5779
5780 @item X v s
5781 @kindex X v s (Summary)
5782 @findex gnus-uu-decode-unshar-view
5783 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
5784
5785 @item X v S
5786 @kindex X v S (Summary)
5787 @findex gnus-uu-decode-unshar-and-save-view
5788 Unshars, views and saves the current series
5789 (@code{gnus-uu-decode-unshar-and-save-view}).
5790 @end table
5791
5792
5793 @node PostScript Files
5794 @subsection PostScript Files
5795 @cindex PostScript
5796
5797 @table @kbd
5798
5799 @item X p
5800 @kindex X p (Summary)
5801 @findex gnus-uu-decode-postscript
5802 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
5803
5804 @item X P
5805 @kindex X P (Summary)
5806 @findex gnus-uu-decode-postscript-and-save
5807 Unpack and save the current PostScript series
5808 (@code{gnus-uu-decode-postscript-and-save}).
5809
5810 @item X v p
5811 @kindex X v p (Summary)
5812 @findex gnus-uu-decode-postscript-view
5813 View the current PostScript series
5814 (@code{gnus-uu-decode-postscript-view}).
5815
5816 @item X v P
5817 @kindex X v P (Summary)
5818 @findex gnus-uu-decode-postscript-and-save-view
5819 View and save the current PostScript series
5820 (@code{gnus-uu-decode-postscript-and-save-view}).
5821 @end table
5822
5823
5824 @node Other Files
5825 @subsection Other Files
5826
5827 @table @kbd
5828 @item X o
5829 @kindex X o (Summary)
5830 @findex gnus-uu-decode-save
5831 Save the current series
5832 (@code{gnus-uu-decode-save}).
5833
5834 @item X b
5835 @kindex X b (Summary)
5836 @findex gnus-uu-decode-binhex
5837 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
5838 doesn't really work yet.
5839 @end table
5840
5841
5842 @node Decoding Variables
5843 @subsection Decoding Variables
5844
5845 Adjective, not verb.
5846
5847 @menu
5848 * Rule Variables::          Variables that say how a file is to be viewed.
5849 * Other Decode Variables::  Other decode variables.
5850 * Uuencoding and Posting::  Variables for customizing uuencoding.
5851 @end menu
5852
5853
5854 @node Rule Variables
5855 @subsubsection Rule Variables
5856 @cindex rule variables
5857
5858 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
5859 variables are of the form
5860
5861 @lisp
5862       (list '(regexp1 command2)
5863             '(regexp2 command2)
5864             ...)
5865 @end lisp
5866
5867 @table @code
5868
5869 @item gnus-uu-user-view-rules
5870 @vindex gnus-uu-user-view-rules
5871 @cindex sox
5872 This variable is consulted first when viewing files.  If you wish to use,
5873 for instance, @code{sox} to convert an @samp{.au} sound file, you could
5874 say something like:
5875 @lisp
5876 (setq gnus-uu-user-view-rules
5877       (list '(\"\\\\.au$\" \"sox %s -t .aiff > /dev/audio\")))
5878 @end lisp
5879
5880 @item gnus-uu-user-view-rules-end
5881 @vindex gnus-uu-user-view-rules-end
5882 This variable is consulted if Gnus couldn't make any matches from the
5883 user and default view rules.
5884
5885 @item gnus-uu-user-archive-rules
5886 @vindex gnus-uu-user-archive-rules
5887 This variable can be used to say what commands should be used to unpack
5888 archives.
5889 @end table
5890
5891
5892 @node Other Decode Variables
5893 @subsubsection Other Decode Variables
5894
5895 @table @code
5896 @vindex gnus-uu-grabbed-file-functions
5897
5898 @item gnus-uu-grabbed-file-functions
5899 All functions in this list will be called right after each file has been
5900 successfully decoded---so that you can move or view files right away,
5901 and don't have to wait for all files to be decoded before you can do
5902 anything.  Ready-made functions you can put in this list are:
5903
5904 @table @code
5905
5906 @item gnus-uu-grab-view
5907 @findex gnus-uu-grab-view
5908 View the file.
5909
5910 @item gnus-uu-grab-move
5911 @findex gnus-uu-grab-move
5912 Move the file (if you're using a saving function.)
5913 @end table
5914
5915 @item gnus-uu-be-dangerous
5916 @vindex gnus-uu-be-dangerous
5917 Specifies what to do if unusual situations arise during decoding.  If
5918 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
5919 that didn't work, and overwrite existing files.  Otherwise, ask each
5920 time.
5921
5922 @item gnus-uu-ignore-files-by-name
5923 @vindex gnus-uu-ignore-files-by-name
5924 Files with name matching this regular expression won't be viewed.
5925
5926 @item gnus-uu-ignore-files-by-type
5927 @vindex gnus-uu-ignore-files-by-type
5928 Files with a @sc{mime} type matching this variable won't be viewed.
5929 Note that Gnus tries to guess what type the file is based on the name.
5930 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
5931 kludgey.
5932
5933 @item gnus-uu-tmp-dir
5934 @vindex gnus-uu-tmp-dir
5935 Where @code{gnus-uu} does its work.
5936
5937 @item gnus-uu-do-not-unpack-archives
5938 @vindex gnus-uu-do-not-unpack-archives
5939 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
5940 looking for files to display.
5941
5942 @item gnus-uu-view-and-save
5943 @vindex gnus-uu-view-and-save
5944 Non-@code{nil} means that the user will always be asked to save a file
5945 after viewing it.
5946
5947 @item gnus-uu-ignore-default-view-rules
5948 @vindex gnus-uu-ignore-default-view-rules
5949 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
5950 rules.
5951
5952 @item gnus-uu-ignore-default-archive-rules
5953 @vindex gnus-uu-ignore-default-archive-rules
5954 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
5955 unpacking commands.
5956
5957 @item gnus-uu-kill-carriage-return
5958 @vindex gnus-uu-kill-carriage-return
5959 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
5960 from articles.
5961
5962 @item gnus-uu-unmark-articles-not-decoded
5963 @vindex gnus-uu-unmark-articles-not-decoded
5964 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
5965 decoded articles as unread.
5966
5967 @item gnus-uu-correct-stripped-uucode
5968 @vindex gnus-uu-correct-stripped-uucode
5969 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
5970 uuencoded files that have had trailing spaces deleted.
5971
5972 @item gnus-uu-pre-uudecode-hook
5973 @vindex gnus-uu-pre-uudecode-hook
5974 Hook run before sending a message to @code{uudecode}.
5975
5976 @item gnus-uu-view-with-metamail
5977 @vindex gnus-uu-view-with-metamail
5978 @cindex metamail
5979 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
5980 commands defined by the rule variables and just fudge a @sc{mime}
5981 content type based on the file name.  The result will be fed to
5982 @code{metamail} for viewing.
5983
5984 @item gnus-uu-save-in-digest
5985 @vindex gnus-uu-save-in-digest
5986 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
5987 decoding, will save in digests.  If this variable is @code{nil},
5988 @code{gnus-uu} will just save everything in a file without any
5989 embellishments.  The digesting almost conforms to RFC1153---no easy way
5990 to specify any meaningful volume and issue numbers were found, so I
5991 simply dropped them.
5992
5993 @end table
5994
5995
5996 @node Uuencoding and Posting
5997 @subsubsection Uuencoding and Posting
5998
5999 @table @code
6000
6001 @item gnus-uu-post-include-before-composing
6002 @vindex gnus-uu-post-include-before-composing
6003 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
6004 before you compose the article.  If this variable is @code{t}, you can
6005 either include an encoded file with @kbd{C-c C-i} or have one included
6006 for you when you post the article.
6007
6008 @item gnus-uu-post-length
6009 @vindex gnus-uu-post-length
6010 Maximum length of an article.  The encoded file will be split into how
6011 many articles it takes to post the entire file.
6012
6013 @item gnus-uu-post-threaded
6014 @vindex gnus-uu-post-threaded
6015 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
6016 thread.  This may not be smart, as no other decoder I have seen is able
6017 to follow threads when collecting uuencoded articles.  (Well, I have
6018 seen one package that does that---@code{gnus-uu}, but somehow, I don't
6019 think that counts...) Default is @code{nil}.
6020
6021 @item gnus-uu-post-separate-description
6022 @vindex gnus-uu-post-separate-description
6023 Non-@code{nil} means that the description will be posted in a separate
6024 article.  The first article will typically be numbered (0/x).  If this
6025 variable is @code{nil}, the description the user enters will be included
6026 at the beginning of the first article, which will be numbered (1/x).
6027 Default is @code{t}.
6028
6029 @end table
6030
6031
6032 @node Viewing Files
6033 @subsection Viewing Files
6034 @cindex viewing files
6035 @cindex pseudo-articles
6036
6037 After decoding, if the file is some sort of archive, Gnus will attempt
6038 to unpack the archive and see if any of the files in the archive can be
6039 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
6040 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
6041 uncompress and de-tar the main file, and then view the two pictures.
6042 This unpacking process is recursive, so if the archive contains archives
6043 of archives, it'll all be unpacked.
6044
6045 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
6046 extracted file into the summary buffer.  If you go to these
6047 ``articles'', you will be prompted for a command to run (usually Gnus
6048 will make a suggestion), and then the command will be run.
6049
6050 @vindex gnus-view-pseudo-asynchronously
6051 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
6052 until the viewing is done before proceeding.
6053
6054 @vindex gnus-view-pseudos
6055 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
6056 the pseudo-articles into the summary buffer, but view them
6057 immediately.  If this variable is @code{not-confirm}, the user won't even
6058 be asked for a confirmation before viewing is done.
6059
6060 @vindex gnus-view-pseudos-separately
6061 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
6062 pseudo-article will be created for each file to be viewed.  If
6063 @code{nil}, all files that use the same viewing command will be given as
6064 a list of parameters to that command.
6065
6066 @vindex gnus-insert-pseudo-articles
6067 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
6068 pseudo-articles when decoding.  It is @code{t} by default.
6069
6070 So; there you are, reading your @emph{pseudo-articles} in your
6071 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
6072 Why isn't anything real anymore? How did we get here?
6073
6074
6075 @node Article Treatment
6076 @section Article Treatment
6077
6078 Reading through this huge manual, you may have quite forgotten that the
6079 object of newsreaders is to actually, like, read what people have
6080 written.  Reading articles.  Unfortunately, people are quite bad at
6081 writing, so there are tons of functions and variables to make reading
6082 these articles easier.
6083
6084 @menu
6085 * Article Highlighting::    You want to make the article look like fruit salad.
6086 * Article Fontisizing::     Making emphasized text look nice.
6087 * Article Hiding::          You also want to make certain info go away.
6088 * Article Washing::         Lots of way-neat functions to make life better.
6089 * Article Buttons::         Click on URLs, Message-IDs, addresses and the like.
6090 * Article Date::            Grumble, UT!
6091 * Article Signature::       What is a signature?
6092 @end menu
6093
6094
6095 @node Article Highlighting
6096 @subsection Article Highlighting
6097 @cindex highlighting
6098
6099 Not only do you want your article buffer to look like fruit salad, but
6100 you want it to look like technicolor fruit salad.  
6101
6102 @table @kbd
6103
6104 @item W H a
6105 @kindex W H a (Summary)
6106 @findex gnus-article-highlight
6107 @findex gnus-article-maybe-highlight
6108 Do much highlighting of the current article
6109 (@code{gnus-article-highlight}).  This function highlights header, cited
6110 text, the signature, and adds buttons to the body and the head.
6111
6112 Most users would prefer using @code{gnus-article-maybe-highlight} in
6113 @code{gnus-article-display-hook} (@pxref{Customizing Articles}) instead.
6114 This is a bit less agressive---it highlights only the headers, the
6115 signature and adds buttons.
6116
6117 @item W H h
6118 @kindex W H h (Summary)
6119 @findex gnus-article-highlight-headers
6120 @vindex gnus-header-face-alist
6121 Highlight the headers (@code{gnus-article-highlight-headers}).  The
6122 highlighting will be done according to the @code{gnus-header-face-alist}
6123 variable, which is a list where each element has the form @var{(regexp
6124 name content)}.  @var{regexp} is a regular expression for matching the
6125 header, @var{name} is the face used for highlighting the header name
6126 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
6127 the header value.  The first match made will be used.  Note that
6128 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
6129
6130 @item W H c
6131 @kindex W H c (Summary)
6132 @findex gnus-article-highlight-citation
6133 Highlight cited text (@code{gnus-article-highlight-citation}).
6134
6135 Some variables to customize the citation highlights:
6136
6137 @table @code
6138 @vindex gnus-cite-parse-max-size
6139
6140 @item gnus-cite-parse-max-size
6141 If the article size if bigger than this variable (which is 25000 by
6142 default), no citation highlighting will be performed.
6143
6144 @item gnus-cite-prefix-regexp
6145 @vindex gnus-cite-prefix-regexp
6146 Regexp matching the longest possible citation prefix on a line.
6147
6148 @item gnus-cite-max-prefix
6149 @vindex gnus-cite-max-prefix
6150 Maximum possible length for a citation prefix (default 20).
6151
6152 @item gnus-cite-face-list
6153 @vindex gnus-cite-face-list
6154 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
6155 When there are citations from multiple articles in the same message,
6156 Gnus will try to give each citation from each article its own face.
6157 This should make it easier to see who wrote what.
6158
6159 @item gnus-supercite-regexp
6160 @vindex gnus-supercite-regexp
6161 Regexp matching normal Supercite attribution lines.
6162
6163 @item gnus-supercite-secondary-regexp
6164 @vindex gnus-supercite-secondary-regexp
6165 Regexp matching mangled Supercite attribution lines.
6166
6167 @item gnus-cite-minimum-match-count
6168 @vindex gnus-cite-minimum-match-count
6169 Minimum number of identical prefixes we have to see before we believe
6170 that it's a citation.
6171
6172 @item gnus-cite-attribution-prefix
6173 @vindex gnus-cite-attribution-prefix
6174 Regexp matching the beginning of an attribution line.
6175
6176 @item gnus-cite-attribution-suffix
6177 @vindex gnus-cite-attribution-suffix
6178 Regexp matching the end of an attribution line.
6179
6180 @item gnus-cite-attribution-face
6181 @vindex gnus-cite-attribution-face
6182 Face used for attribution lines.  It is merged with the face for the
6183 cited text belonging to the attribution.
6184
6185 @end table
6186
6187
6188 @item W H s
6189 @kindex W H s (Summary)
6190 @vindex gnus-signature-separator
6191 @vindex gnus-signature-face
6192 @findex gnus-article-highlight-signature
6193 Highlight the signature (@code{gnus-article-highlight-signature}).
6194 Everything after @code{gnus-signature-separator} (@pxref{Article
6195 Signature}) in an article will be considered a signature and will be
6196 highlighted with @code{gnus-signature-face}, which is @code{italic} by
6197 default.
6198
6199 @end table
6200
6201 @xref{Customizing Articles} for how to highlight articles automatically.
6202
6203
6204 @node Article Fontisizing
6205 @subsection Article Fontisizing
6206 @cindex emphasis
6207 @cindex article emphasis
6208
6209 @findex gnus-article-emphasize
6210 @kindex W e (Summary)
6211 People commonly add emphasis to words in news articles by writing things
6212 like @samp{_this_} or @samp{*this*}.  Gnus can make this look nicer by
6213 running the article through the @kbd{W e}
6214 (@code{gnus-article-emphasize}) command.
6215
6216 @vindex gnus-emphasis-alist
6217 How the emphasis is computed is controlled by the
6218 @code{gnus-emphasis-alist} variable.  This is an alist where the first
6219 element is a regular expression to be matched.  The second is a number
6220 that says what regular expression grouping is used to find the entire
6221 emphasized word.  The third is a number that says what regexp grouping
6222 should be displayed and highlighted.  (The text between these two
6223 groupings will be hidden.)  The fourth is the face used for
6224 highlighting.
6225
6226 @lisp
6227 (setq gnus-article-emphasis
6228       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
6229         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
6230 @end lisp
6231
6232 @vindex gnus-emphasis-underline
6233 @vindex gnus-emphasis-bold
6234 @vindex gnus-emphasis-italic
6235 @vindex gnus-emphasis-underline-bold
6236 @vindex gnus-emphasis-underline-italic
6237 @vindex gnus-emphasis-bold-italic
6238 @vindex gnus-emphasis-underline-bold-italic
6239 By default, there are seven rules, and they use the following faces:
6240 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
6241 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
6242 @code{gnus-emphasis-underline-italic},
6243 @code{gnus-emphasis-underline-bold}, and
6244 @code{gnus-emphasis-underline-bold-italic}.
6245
6246 If you want to change these faces, you can either use @kbd{M-x
6247 customize}, or you can use @code{copy-face}.  For instance, if you want
6248 to make @code{gnus-emphasis-italic} use a red face instead, you could
6249 say something like:
6250
6251 @lisp
6252 (copy-face 'red 'gnus-emphasis-italic)
6253 @end lisp
6254
6255 @xref{Customizing Articles} for how to fontize articles automatically.
6256
6257
6258 @node Article Hiding
6259 @subsection Article Hiding
6260 @cindex article hiding
6261
6262 Or rather, hiding certain things in each article.  There usually is much
6263 too much cruft in most articles.
6264
6265 @table @kbd
6266
6267 @item W W a
6268 @kindex W W a (Summary)
6269 @findex gnus-article-hide
6270 Do quite a lot of hiding on the article buffer
6271 (@kbd{gnus-article-hide}).  In particular, this function will hide
6272 headers, PGP, cited text and the signature.  
6273
6274 @item W W h
6275 @kindex W W h (Summary)
6276 @findex gnus-article-hide-headers
6277 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
6278 Headers}.
6279
6280 @item W W b
6281 @kindex W W b (Summary)
6282 @findex gnus-article-hide-boring-headers
6283 Hide headers that aren't particularly interesting
6284 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
6285
6286 @item W W s
6287 @kindex W W s (Summary)
6288 @findex gnus-article-hide-signature
6289 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
6290 Signature}.
6291
6292 @item W W p
6293 @kindex W W p (Summary)
6294 @findex gnus-article-hide-pgp
6295 @vindex gnus-article-hide-pgp-hook
6296 Hide @sc{pgp} signatures (@code{gnus-article-hide-pgp}).  The
6297 @code{gnus-article-hide-pgp-hook} hook will be run after a @sc{pgp}
6298 signature has been hidden.
6299
6300 @item W W P
6301 @kindex W W P (Summary)
6302 @findex gnus-article-hide-pem
6303 Hide @sc{pem} (privacy enhanced messages) cruft
6304 (@code{gnus-article-hide-pem}).
6305
6306 @item W W c
6307 @kindex W W c (Summary)
6308 @findex gnus-article-hide-citation
6309 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
6310 customizing the hiding:
6311
6312 @table @code
6313
6314 @item gnus-cited-opened-text-button-line-format
6315 @itemx gnus-cited-closed-text-button-line-format
6316 @vindex gnus-cited-closed-text-button-line-format
6317 @vindex gnus-cited-opened-text-button-line-format
6318 Gnus adds buttons to show where the cited text has been hidden, and to
6319 allow toggle hiding the text.  The format of the variable is specified
6320 by these format-like variable (@pxref{Formatting Variables}).  These
6321 specs are valid:
6322
6323 @table @samp
6324 @item b
6325 Starting point of the hidden text.
6326 @item e
6327 Ending point of the hidden text.
6328 @item l
6329 Number of characters in the hidden region.
6330 @item n
6331 Number of lines of hidden text.
6332 @end table
6333
6334 @item gnus-cited-lines-visible
6335 @vindex gnus-cited-lines-visible
6336 The number of lines at the beginning of the cited text to leave shown.
6337
6338 @end table
6339
6340 @item W W C-c
6341 @kindex W W C-c (Summary)
6342 @findex gnus-article-hide-citation-maybe
6343
6344 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
6345 following two variables:
6346
6347 @table @code
6348 @item gnus-cite-hide-percentage
6349 @vindex gnus-cite-hide-percentage
6350 If the cited text is of a bigger percentage than this variable (default
6351 50), hide the cited text.
6352
6353 @item gnus-cite-hide-absolute
6354 @vindex gnus-cite-hide-absolute
6355 The cited text must have at least this length (default 10) before it
6356 is hidden.
6357 @end table
6358
6359 @item W W C
6360 @kindex W W C (Summary)
6361 @findex gnus-article-hide-citation-in-followups
6362 Hide cited text in articles that aren't roots
6363 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
6364 useful as an interactive command, but might be a handy function to stick
6365 in @code{gnus-article-display-hook} (@pxref{Customizing Articles}).
6366
6367 @end table
6368
6369 All these ``hiding'' commands are toggles, but if you give a negative
6370 prefix to these commands, they will show what they have previously
6371 hidden.  If you give a positive prefix, they will always hide.
6372
6373 Also @pxref{Article Highlighting} for further variables for
6374 citation customization.
6375
6376 @xref{Customizing Articles} for how to hide article elements
6377 automatically.
6378
6379
6380 @node Article Washing
6381 @subsection Article Washing
6382 @cindex washing
6383 @cindex article washing
6384
6385 We call this ``article washing'' for a really good reason.  Namely, the
6386 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
6387
6388 @dfn{Washing} is defined by us as ``changing something from something to
6389 something else'', but normally results in something looking better.
6390 Cleaner, perhaps.
6391
6392 @table @kbd
6393
6394 @item W l
6395 @kindex W l (Summary)
6396 @findex gnus-summary-stop-page-breaking
6397 Remove page breaks from the current article
6398 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article} for page
6399 delimiters. 
6400
6401 @item W r
6402 @kindex W r (Summary)
6403 @findex gnus-summary-caesar-message
6404 @c @icon{gnus-summary-caesar-message}
6405 Do a Caesar rotate (rot13) on the article buffer
6406 (@code{gnus-summary-caesar-message}).
6407 Unreadable articles that tell you to read them with Caesar rotate or rot13.
6408 (Typically offensive jokes and such.)
6409
6410 It's commonly called ``rot13'' because each letter is rotated 13
6411 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
6412 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
6413 is rumored to have employed this form of, uh, somewhat weak encryption.
6414
6415 @item W t
6416 @kindex W t (Summary)
6417 @findex gnus-summary-toggle-header
6418 Toggle whether to display all headers in the article buffer
6419 (@code{gnus-summary-toggle-header}).
6420
6421 @item W v
6422 @kindex W v (Summary)
6423 @findex gnus-summary-verbose-header
6424 Toggle whether to display all headers in the article buffer permanently
6425 (@code{gnus-summary-verbose-header}).
6426
6427 @item W m
6428 @kindex W m (Summary)
6429 @findex gnus-summary-toggle-mime
6430 Toggle whether to run the article through @sc{mime} before displaying
6431 (@code{gnus-summary-toggle-mime}).
6432
6433 @item W o
6434 @kindex W o (Summary)
6435 @findex gnus-article-treat-overstrike
6436 Treat overstrike (@code{gnus-article-treat-overstrike}).
6437
6438 @item W d
6439 @kindex W d (Summary)
6440 @findex gnus-article-treat-dumbquotes
6441 Treat M******** sm*rtq**t*s (@code{gnus-article-treat-dumbquotes}).
6442
6443 @item W w
6444 @kindex W w (Summary)
6445 @findex gnus-article-fill-cited-article
6446 Do word wrap (@code{gnus-article-fill-cited-article}).  If you use this
6447 function in @code{gnus-article-display-hook}, it should be run fairly
6448 late and certainly after any highlighting.
6449
6450 You can give the command a numerical prefix to specify the width to use
6451 when filling.
6452
6453 @item W c
6454 @kindex W c (Summary)
6455 @findex gnus-article-remove-cr
6456 Remove CR (i. e., @samp{^M}s on the end of the lines)
6457 (@code{gnus-article-remove-cr}).
6458
6459 @item W q
6460 @kindex W q (Summary)
6461 @findex gnus-article-de-quoted-unreadable
6462 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
6463 Quoted-Printable is one common @sc{mime} encoding employed when sending
6464 non-ASCII (i. e., 8-bit) articles.  It typically makes strings like
6465 @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which doesn't look very
6466 readable to me.
6467
6468 @item W f
6469 @kindex W f (Summary)
6470 @cindex x-face
6471 @findex gnus-article-display-x-face
6472 @findex gnus-article-x-face-command
6473 @vindex gnus-article-x-face-command
6474 @vindex gnus-article-x-face-too-ugly
6475 @iftex
6476 @iflatex
6477 \include{xface}
6478 @end iflatex
6479 @end iftex
6480 Look for and display any X-Face headers
6481 (@code{gnus-article-display-x-face}).  The command executed by this
6482 function is given by the @code{gnus-article-x-face-command} variable.
6483 If this variable is a string, this string will be executed in a
6484 sub-shell.  If it is a function, this function will be called with the
6485 face as the argument.  If the @code{gnus-article-x-face-too-ugly} (which
6486 is a regexp) matches the @code{From} header, the face will not be shown.
6487 The default action under Emacs is to fork off an @code{xv} to view the
6488 face; under XEmacs the default action is to display the face before the
6489 @code{From} header.  (It's nicer if XEmacs has been compiled with X-Face
6490 support---that will make display somewhat faster.  If there's no native
6491 X-Face support, Gnus will try to convert the @code{X-Face} header using
6492 external programs from the @code{pbmplus} package and friends.)  If you
6493 want to have this function in the display hook, it should probably come
6494 last.
6495
6496 @item W b
6497 @kindex W b (Summary)
6498 @findex gnus-article-add-buttons
6499 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
6500 @xref{Article Buttons}
6501
6502 @item W B
6503 @kindex W B (Summary)
6504 @findex gnus-article-add-buttons-to-head
6505 Add clickable buttons to the article headers
6506 (@code{gnus-article-add-buttons-to-head}).
6507
6508 @item W E l
6509 @kindex W E l (Summary)
6510 @findex gnus-article-strip-leading-blank-lines
6511 Remove all blank lines from the beginning of the article
6512 (@code{gnus-article-strip-leading-blank-lines}).
6513
6514 @item W E m
6515 @kindex W E m (Summary)
6516 @findex gnus-article-strip-multiple-blank-lines
6517 Replace all blank lines with empty lines and then all multiple empty
6518 lines with a single empty line.
6519 (@code{gnus-article-strip-multiple-blank-lines}).
6520
6521 @item W E t
6522 @kindex W E t (Summary)
6523 @findex gnus-article-remove-trailing-blank-lines
6524 Remove all blank lines at the end of the article
6525 (@code{gnus-article-remove-trailing-blank-lines}).
6526
6527 @item W E a
6528 @kindex W E a (Summary)
6529 @findex gnus-article-strip-blank-lines
6530 Do all the three commands above
6531 (@code{gnus-article-strip-blank-lines}).
6532
6533 @item W E A
6534 @kindex W E A (Summary)
6535 @findex gnus-article-strip-all-blank-lines
6536 Remove all blank lines
6537 (@code{gnus-article-strip-all-blank-lines}).
6538
6539 @item W E s
6540 @kindex W E s (Summary)
6541 @findex gnus-article-strip-leading-space
6542 Remove all white space from the beginning of all lines of the article
6543 body (@code{gnus-article-strip-leading-space}).
6544
6545 @end table
6546
6547 @xref{Customizing Articles} for how to wash articles automatically.
6548
6549
6550 @node Article Buttons
6551 @subsection Article Buttons
6552 @cindex buttons
6553
6554 People often include references to other stuff in articles, and it would
6555 be nice if Gnus could just fetch whatever it is that people talk about
6556 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
6557 button on these references.
6558
6559 Gnus adds @dfn{buttons} to certain standard references by default:
6560 Well-formed URLs, mail addresses and Message-IDs.  This is controlled by
6561 two variables, one that handles article bodies and one that handles
6562 article heads:
6563
6564 @table @code
6565
6566 @item gnus-button-alist
6567 @vindex gnus-button-alist
6568 This is an alist where each entry has this form:
6569
6570 @lisp
6571 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6572 @end lisp
6573
6574 @table @var
6575
6576 @item regexp
6577 All text that match this regular expression will be considered an
6578 external reference.  Here's a typical regexp that matches embedded URLs:
6579 @samp{<URL:\\([^\n\r>]*\\)>}.
6580
6581 @item button-par
6582 Gnus has to know which parts of the matches is to be highlighted.  This
6583 is a number that says what sub-expression of the regexp is to be
6584 highlighted.  If you want it all highlighted, you use 0 here.
6585
6586 @item use-p
6587 This form will be @code{eval}ed, and if the result is non-@code{nil},
6588 this is considered a match.  This is useful if you want extra sifting to
6589 avoid false matches.
6590
6591 @item function
6592 This function will be called when you click on this button.
6593
6594 @item data-par
6595 As with @var{button-par}, this is a sub-expression number, but this one
6596 says which part of the match is to be sent as data to @var{function}.
6597
6598 @end table
6599
6600 So the full entry for buttonizing URLs is then
6601
6602 @lisp
6603 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
6604 @end lisp
6605
6606 @item gnus-header-button-alist
6607 @vindex gnus-header-button-alist
6608 This is just like the other alist, except that it is applied to the
6609 article head only, and that each entry has an additional element that is
6610 used to say what headers to apply the buttonize coding to:
6611
6612 @lisp
6613 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
6614 @end lisp
6615
6616 @var{HEADER} is a regular expression.
6617
6618 @item gnus-button-url-regexp
6619 @vindex gnus-button-url-regexp
6620 A regular expression that matches embedded URLs.  It is used in the
6621 default values of the variables above.
6622
6623 @item gnus-article-button-face
6624 @vindex gnus-article-button-face
6625 Face used on buttons.
6626
6627 @item gnus-article-mouse-face
6628 @vindex gnus-article-mouse-face
6629 Face used when the mouse cursor is over a button.
6630
6631 @end table
6632
6633 @xref{Customizing Articles} for how to buttonize articles automatically.
6634
6635
6636 @node Article Date
6637 @subsection Article Date
6638
6639 The date is most likely generated in some obscure timezone you've never
6640 heard of, so it's quite nice to be able to find out what the time was
6641 when the article was sent.
6642
6643 @table @kbd
6644
6645 @item W T u
6646 @kindex W T u (Summary)
6647 @findex gnus-article-date-ut
6648 Display the date in UT (aka. GMT, aka ZULU)
6649 (@code{gnus-article-date-ut}).
6650
6651 @item W T i
6652 @kindex W T i (Summary)
6653 @findex gnus-article-date-iso8601
6654 @cindex ISO 8601
6655 Display the date in international format, aka. ISO 8601
6656 (@code{gnus-article-date-iso8601}).
6657
6658 @item W T l
6659 @kindex W T l (Summary)
6660 @findex gnus-article-date-local
6661 Display the date in the local timezone (@code{gnus-article-date-local}).
6662
6663 @item W T s
6664 @kindex W T s (Summary)
6665 @vindex gnus-article-time-format
6666 @findex gnus-article-date-user
6667 @findex format-time-string
6668 Display the date using a user-defined format
6669 (@code{gnus-article-date-user}).  The format is specified by the
6670 @code{gnus-article-time-format} variable, and is a string that's passed
6671 to @code{format-time-string}.  See the documentation of that variable
6672 for a list of possible format specs.
6673
6674 @item W T e
6675 @kindex W T e (Summary)
6676 @findex gnus-article-date-lapsed
6677 @findex gnus-start-date-timer
6678 @findex gnus-stop-date-timer
6679 Say how much time has elapsed between the article was posted and now
6680 (@code{gnus-article-date-lapsed}).  If you want to have this line
6681 updated continually, you can put
6682
6683 @lisp
6684 (gnus-start-date-timer)
6685 @end lisp
6686
6687 in your @file{.gnus.el} file, or you can run it off of some hook.  If
6688 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
6689 command.
6690
6691 @item W T o
6692 @kindex W T o (Summary)
6693 @findex gnus-article-date-original
6694 Display the original date (@code{gnus-article-date-original}).  This can
6695 be useful if you normally use some other conversion function and are
6696 worried that it might be doing something totally wrong.  Say, claiming
6697 that the article was posted in 1854.  Although something like that is
6698 @emph{totally} impossible.  Don't you trust me? *titter*
6699
6700 @end table
6701
6702 @xref{Customizing Articles} for how to display the date in your
6703 preferred format automatically.
6704
6705
6706 @node Article Signature
6707 @subsection Article Signature
6708 @cindex signatures
6709 @cindex article signature
6710
6711 @vindex gnus-signature-separator
6712 Each article is divided into two parts---the head and the body.  The
6713 body can be divided into a signature part and a text part.  The variable
6714 that says what is to be considered a signature is
6715 @code{gnus-signature-separator}.  This is normally the standard
6716 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
6717 non-standard signature separators, so this variable can also be a list
6718 of regular expressions to be tested, one by one.  (Searches are done
6719 from the end of the body towards the beginning.)  One likely value is:
6720
6721 @lisp
6722 (setq gnus-signature-separator
6723       '("^-- $"         ; The standard
6724         "^-- *$"        ; A common mangling
6725         "^-------*$"    ; Many people just use a looong
6726                         ; line of dashes.  Shame!
6727         "^ *--------*$" ; Double-shame!
6728         "^________*$"   ; Underscores are also popular
6729         "^========*$")) ; Pervert!
6730 @end lisp
6731
6732 The more permissive you are, the more likely it is that you'll get false
6733 positives.
6734
6735 @vindex gnus-signature-limit
6736 @code{gnus-signature-limit} provides a limit to what is considered a
6737 signature.
6738
6739 @enumerate
6740 @item
6741 If it is an integer, no signature may be longer (in characters) than
6742 that integer.
6743 @item
6744 If it is a floating point number, no signature may be longer (in lines)
6745 than that number.
6746 @item
6747 If it is a function, the function will be called without any parameters,
6748 and if it returns @code{nil}, there is no signature in the buffer.
6749 @item
6750 If it is a string, it will be used as a regexp.  If it matches, the text
6751 in question is not a signature.
6752 @end enumerate
6753
6754 This variable can also be a list where the elements may be of the types
6755 listed above.  Here's an example:
6756
6757 @lisp
6758 (setq gnus-signature-limit
6759       '(200.0 "^---*Forwarded article"))
6760 @end lisp
6761
6762 This means that if there are more than 200 lines after the signature
6763 separator, or the text after the signature separator is matched by
6764 the regular expression @samp{^---*Forwarded article}, then it isn't a
6765 signature after all.
6766
6767
6768 @node MIME Commands
6769 @section MIME Commands
6770 @cindex MIME decoding
6771
6772 @table @kbd
6773 @item W M w
6774 @kindex W M w (Summary)
6775 Decode RFC2047-encoded words in the article headers
6776 (@code{gnus-article-decode-mime-words}).
6777
6778 @item W M c
6779 @kindex W M c (Summary)
6780 Decode encoded article bodies as well as charsets
6781 (@code{gnus-article-decode-charset}).
6782
6783 This command looks in the @code{Content-Type} header to determine the
6784 charset.  If there is no such header in the article, you can give it a
6785 prefix, which will prompt for the charset to decode as.  In regional
6786 groups where people post using some common encoding (but do not include
6787 MIME headers), you can set the @code{charset} group/topic parameter to
6788 the required charset (@pxref{Group Parameters}).
6789
6790 @end table
6791
6792
6793 @node Article Commands
6794 @section Article Commands
6795
6796 @table @kbd
6797
6798 @item A P
6799 @cindex PostScript
6800 @cindex printing
6801 @kindex A P (Summary)
6802 @vindex gnus-ps-print-hook
6803 @findex gnus-summary-print-article
6804 Generate and print a PostScript image of the article buffer
6805 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will be
6806 run just before printing the buffer.
6807
6808 @end table
6809
6810
6811 @node Summary Sorting
6812 @section Summary Sorting
6813 @cindex summary sorting
6814
6815 You can have the summary buffer sorted in various ways, even though I
6816 can't really see why you'd want that.
6817
6818 @table @kbd
6819
6820 @item C-c C-s C-n
6821 @kindex C-c C-s C-n (Summary)
6822 @findex gnus-summary-sort-by-number
6823 Sort by article number (@code{gnus-summary-sort-by-number}).
6824
6825 @item C-c C-s C-a
6826 @kindex C-c C-s C-a (Summary)
6827 @findex gnus-summary-sort-by-author
6828 Sort by author (@code{gnus-summary-sort-by-author}).
6829
6830 @item C-c C-s C-s
6831 @kindex C-c C-s C-s (Summary)
6832 @findex gnus-summary-sort-by-subject
6833 Sort by subject (@code{gnus-summary-sort-by-subject}).
6834
6835 @item C-c C-s C-d
6836 @kindex C-c C-s C-d (Summary)
6837 @findex gnus-summary-sort-by-date
6838 Sort by date (@code{gnus-summary-sort-by-date}).
6839
6840 @item C-c C-s C-l
6841 @kindex C-c C-s C-l (Summary)
6842 @findex gnus-summary-sort-by-lines
6843 Sort by lines (@code{gnus-summary-sort-by-lines}).
6844
6845 @item C-c C-s C-i
6846 @kindex C-c C-s C-i (Summary)
6847 @findex gnus-summary-sort-by-score
6848 Sort by score (@code{gnus-summary-sort-by-score}).
6849 @end table
6850
6851 These functions will work both when you use threading and when you don't
6852 use threading.  In the latter case, all summary lines will be sorted,
6853 line by line.  In the former case, sorting will be done on a
6854 root-by-root basis, which might not be what you were looking for.  To
6855 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
6856 Commands}).
6857
6858
6859 @node Finding the Parent
6860 @section Finding the Parent
6861 @cindex parent articles
6862 @cindex referring articles
6863
6864 @table @kbd
6865 @item ^
6866 @kindex ^ (Summary)
6867 @findex gnus-summary-refer-parent-article
6868 If you'd like to read the parent of the current article, and it is not
6869 displayed in the summary buffer, you might still be able to.  That is,
6870 if the current group is fetched by @sc{nntp}, the parent hasn't expired
6871 and the @code{References} in the current article are not mangled, you
6872 can just press @kbd{^} or @kbd{A r}
6873 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
6874 you'll get the parent.  If the parent is already displayed in the
6875 summary buffer, point will just move to this article.
6876
6877 If given a positive numerical prefix, fetch that many articles back into
6878 the ancestry.  If given a negative numerical prefix, fetch just that
6879 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
6880 grandparent and the grandgrandparent of the current article.  If you say
6881 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
6882 article.
6883
6884 @item A R (Summary)
6885 @findex gnus-summary-refer-references
6886 @kindex A R (Summary)
6887 Fetch all articles mentioned in the @code{References} header of the
6888 article (@code{gnus-summary-refer-references}).
6889
6890 @item A T (Summary)
6891 @findex gnus-summary-refer-thread
6892 @kindex A T (Summary)
6893 Display the full thread where the current article appears
6894 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
6895 headers in the current group to work, so it usually takes a while.  If
6896 you do it often, you may consider setting @code{gnus-fetch-old-headers}
6897 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
6898 visible effects normally, but it'll make this command work a whole lot
6899 faster.  Of course, it'll make group entry somewhat slow.
6900
6901 @vindex gnus-refer-thread-limit
6902 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
6903 articles before the first displayed in the current group) headers to
6904 fetch when doing this command.  The default is 200.  If @code{t}, all
6905 the available headers will be fetched.  This variable can be overridden
6906 by giving the @kbd{A T} command a numerical prefix.
6907
6908 @item M-^ (Summary)
6909 @findex gnus-summary-refer-article
6910 @kindex M-^ (Summary)
6911 @cindex Message-ID
6912 @cindex fetching by Message-ID
6913 You can also ask the @sc{nntp} server for an arbitrary article, no
6914 matter what group it belongs to.  @kbd{M-^}
6915 (@code{gnus-summary-refer-article}) will ask you for a
6916 @code{Message-ID}, which is one of those long, hard-to-read thingies
6917 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
6918 have to get it all exactly right.  No fuzzy searches, I'm afraid.
6919 @end table
6920
6921 The current select method will be used when fetching by
6922 @code{Message-ID} from non-news select method, but you can override this
6923 by giving this command a prefix.
6924
6925 @vindex gnus-refer-article-method
6926 If the group you are reading is located on a backend that does not
6927 support fetching by @code{Message-ID} very well (like @code{nnspool}),
6928 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
6929 would, perhaps, be best if the @sc{nntp} server you consult is the one
6930 updating the spool you are reading from, but that's not really
6931 necessary.
6932
6933 Most of the mail backends support fetching by @code{Message-ID}, but do
6934 not do a particularly excellent job at it.  That is, @code{nnmbox} and
6935 @code{nnbabyl} are able to locate articles from any groups, while
6936 @code{nnml} and @code{nnfolder} are only able to locate articles that
6937 have been posted to the current group.  (Anything else would be too time
6938 consuming.)  @code{nnmh} does not support this at all.
6939
6940
6941 @node Alternative Approaches
6942 @section Alternative Approaches
6943
6944 Different people like to read news using different methods.  This being
6945 Gnus, we offer a small selection of minor modes for the summary buffers.
6946
6947 @menu
6948 * Pick and Read::               First mark articles and then read them.
6949 * Binary Groups::               Auto-decode all articles.
6950 @end menu
6951
6952
6953 @node Pick and Read
6954 @subsection Pick and Read
6955 @cindex pick and read
6956
6957 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
6958 a two-phased reading interface.  The user first marks in a summary
6959 buffer the articles she wants to read.  Then she starts reading the
6960 articles with just an article buffer displayed.
6961
6962 @findex gnus-pick-mode
6963 @kindex M-x gnus-pick-mode
6964 Gnus provides a summary buffer minor mode that allows
6965 this---@code{gnus-pick-mode}.  This basically means that a few process
6966 mark commands become one-keystroke commands to allow easy marking, and
6967 it provides one additional command for switching to the summary buffer.
6968
6969 Here are the available keystrokes when using pick mode:
6970
6971 @table @kbd
6972 @item .
6973 @kindex . (Pick)
6974 @findex gnus-pick-article-or-thread
6975 Pick the article or thread on the current line
6976 (@code{gnus-pick-article-or-thread}).  If the variable
6977 @code{gnus-thread-hide-subtree} is true, then this key selects the
6978 entire thread when used at the first article of the thread.  Otherwise,
6979 it selects just the article. If given a numerical prefix, go to that
6980 thread or article and pick it.  (The line number is normally displayed
6981 at the beginning of the summary pick lines.)
6982
6983 @item SPACE
6984 @kindex SPACE (Pick)
6985 @findex gnus-pick-next-page
6986 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
6987 at the end of the buffer, start reading the picked articles.
6988
6989 @item u
6990 @kindex u (Pick)
6991 @findex gnus-pick-unmark-article-or-thread.
6992 Unpick the thread or article
6993 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
6994 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
6995 thread if used at the first article of the thread.  Otherwise it unpicks 
6996 just the article.  You can give this key a numerical prefix to unpick
6997 the thread or article at that line.
6998
6999 @item RET
7000 @kindex RET (Pick)
7001 @findex gnus-pick-start-reading
7002 @vindex gnus-pick-display-summary
7003 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
7004 given a prefix, mark all unpicked articles as read first.  If
7005 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
7006 will still be visible when you are reading.
7007
7008 @end table
7009
7010 All the normal summary mode commands are still available in the
7011 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
7012 which is mapped to the same function
7013 @code{gnus-summary-tick-article-forward}.
7014
7015 If this sounds like a good idea to you, you could say:
7016
7017 @lisp
7018 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
7019 @end lisp
7020
7021 @vindex gnus-pick-mode-hook
7022 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
7023
7024 @vindex gnus-mark-unpicked-articles-as-read
7025 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
7026 all unpicked articles as read.  The default is @code{nil}.
7027
7028 @vindex gnus-summary-pick-line-format
7029 The summary line format in pick mode is slightly different from the
7030 standard format.  At the beginning of each line the line number is
7031 displayed.  The pick mode line format is controlled by the
7032 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
7033 Variables}).  It accepts the same format specs that
7034 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
7035
7036
7037 @node Binary Groups
7038 @subsection Binary Groups
7039 @cindex binary groups
7040
7041 @findex gnus-binary-mode
7042 @kindex M-x gnus-binary-mode
7043 If you spend much time in binary groups, you may grow tired of hitting
7044 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
7045 is a minor mode for summary buffers that makes all ordinary Gnus article
7046 selection functions uudecode series of articles and display the result
7047 instead of just displaying the articles the normal way.
7048
7049 @kindex g (Binary)
7050 @findex gnus-binary-show-article
7051 The only way, in fact, to see the actual articles is the @kbd{g}
7052 command, when you have turned on this mode
7053 (@code{gnus-binary-show-article}).
7054
7055 @vindex gnus-binary-mode-hook
7056 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
7057
7058
7059 @node Tree Display
7060 @section Tree Display
7061 @cindex trees
7062
7063 @vindex gnus-use-trees
7064 If you don't like the normal Gnus summary display, you might try setting
7065 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
7066 additional @dfn{tree buffer}.  You can execute all summary mode commands
7067 in the tree buffer.
7068
7069 There are a few variables to customize the tree display, of course:
7070
7071 @table @code
7072 @item gnus-tree-mode-hook
7073 @vindex gnus-tree-mode-hook
7074 A hook called in all tree mode buffers.
7075
7076 @item gnus-tree-mode-line-format
7077 @vindex gnus-tree-mode-line-format
7078 A format string for the mode bar in the tree mode buffers (@pxref{Mode
7079 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
7080 of valid specs, @pxref{Summary Buffer Mode Line}.
7081
7082 @item gnus-selected-tree-face
7083 @vindex gnus-selected-tree-face
7084 Face used for highlighting the selected article in the tree buffer.  The
7085 default is @code{modeline}.
7086
7087 @item gnus-tree-line-format
7088 @vindex gnus-tree-line-format
7089 A format string for the tree nodes.  The name is a bit of a misnomer,
7090 though---it doesn't define a line, but just the node.  The default value
7091 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
7092 the name of the poster.  It is vital that all nodes are of the same
7093 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
7094
7095 Valid specs are:
7096
7097 @table @samp
7098 @item n
7099 The name of the poster.
7100 @item f
7101 The @code{From} header.
7102 @item N
7103 The number of the article.
7104 @item [
7105 The opening bracket.
7106 @item ]
7107 The closing bracket.
7108 @item s
7109 The subject.
7110 @end table
7111
7112 @xref{Formatting Variables}.
7113
7114 Variables related to the display are:
7115
7116 @table @code
7117 @item gnus-tree-brackets
7118 @vindex gnus-tree-brackets
7119 This is used for differentiating between ``real'' articles and
7120 ``sparse'' articles.  The format is @var{((real-open . real-close)
7121 (sparse-open . sparse-close) (dummy-open . dummy-close))}, and the
7122 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
7123
7124 @item gnus-tree-parent-child-edges
7125 @vindex gnus-tree-parent-child-edges
7126 This is a list that contains the characters used for connecting parent
7127 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
7128
7129 @end table
7130
7131 @item gnus-tree-minimize-window
7132 @vindex gnus-tree-minimize-window
7133 If this variable is non-@code{nil}, Gnus will try to keep the tree
7134 buffer as small as possible to allow more room for the other Gnus
7135 windows.  If this variable is a number, the tree buffer will never be
7136 higher than that number.  The default is @code{t}.  Note that if you
7137 have several windows displayed side-by-side in a frame and the tree
7138 buffer is one of these, minimizing the tree window will also resize all
7139 other windows displayed next to it.
7140
7141 @item gnus-generate-tree-function
7142 @vindex gnus-generate-tree-function
7143 @findex gnus-generate-horizontal-tree
7144 @findex gnus-generate-vertical-tree
7145 The function that actually generates the thread tree.  Two predefined
7146 functions are available: @code{gnus-generate-horizontal-tree} and
7147 @code{gnus-generate-vertical-tree} (which is the default).
7148
7149 @end table
7150
7151 Here's an example from a horizontal tree buffer:
7152
7153 @example
7154 @{***@}-(***)-[odd]-[Gun]
7155      |      \[Jan]
7156      |      \[odd]-[Eri]
7157      |      \(***)-[Eri]
7158      |            \[odd]-[Paa]
7159      \[Bjo]
7160      \[Gun]
7161      \[Gun]-[Jor]
7162 @end example
7163
7164 Here's the same thread displayed in a vertical tree buffer:
7165
7166 @example
7167 @{***@}
7168   |--------------------------\-----\-----\
7169 (***)                         [Bjo] [Gun] [Gun]
7170   |--\-----\-----\                          |
7171 [odd] [Jan] [odd] (***)                   [Jor]
7172   |           |     |--\
7173 [Gun]       [Eri] [Eri] [odd]
7174                           |
7175                         [Paa]
7176 @end example
7177
7178 If you're using horizontal trees, it might be nice to display the trees
7179 side-by-side with the summary buffer.  You could add something like the
7180 following to your @file{.gnus.el} file:
7181
7182 @lisp
7183 (setq gnus-use-trees t
7184       gnus-generate-tree-function 'gnus-generate-horizontal-tree
7185       gnus-tree-minimize-window nil)
7186 (gnus-add-configuration
7187  '(article
7188    (vertical 1.0
7189              (horizontal 0.25
7190                          (summary 0.75 point)
7191                          (tree 1.0))
7192              (article 1.0))))
7193 @end lisp
7194
7195 @xref{Windows Configuration}.
7196
7197
7198 @node Mail Group Commands
7199 @section Mail Group Commands
7200 @cindex mail group commands
7201
7202 Some commands only make sense in mail groups.  If these commands are
7203 invalid in the current group, they will raise a hell and let you know.
7204
7205 All these commands (except the expiry and edit commands) use the
7206 process/prefix convention (@pxref{Process/Prefix}).
7207
7208 @table @kbd
7209
7210 @item B e
7211 @kindex B e (Summary)
7212 @findex gnus-summary-expire-articles
7213 Expire all expirable articles in the group
7214 (@code{gnus-summary-expire-articles}).
7215
7216 @item B M-C-e
7217 @kindex B M-C-e (Summary)
7218 @findex gnus-summary-expire-articles-now
7219 Delete all the expirable articles in the group
7220 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
7221 articles eligible for expiry in the current group will
7222 disappear forever into that big @file{/dev/null} in the sky.
7223
7224 @item B DEL
7225 @kindex B DEL (Summary)
7226 @findex gnus-summary-delete-article
7227 @c @icon{gnus-summary-mail-delete}
7228 Delete the mail article.  This is ``delete'' as in ``delete it from your
7229 disk forever and ever, never to return again.'' Use with caution.
7230 (@code{gnus-summary-delete-article}).
7231
7232 @item B m
7233 @kindex B m (Summary)
7234 @cindex move mail
7235 @findex gnus-summary-move-article
7236 Move the article from one mail group to another
7237 (@code{gnus-summary-move-article}).
7238
7239 @item B c
7240 @kindex B c (Summary)
7241 @cindex copy mail
7242 @findex gnus-summary-copy-article
7243 @c @icon{gnus-summary-mail-copy}
7244 Copy the article from one group (mail group or not) to a mail group
7245 (@code{gnus-summary-copy-article}).
7246
7247 @item B B
7248 @kindex B B (Summary)
7249 @cindex crosspost mail
7250 @findex gnus-summary-crosspost-article
7251 Crosspost the current article to some other group
7252 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
7253 the article in the other group, and the Xref headers of the article will
7254 be properly updated.
7255
7256 @item B i
7257 @kindex B i (Summary)
7258 @findex gnus-summary-import-article
7259 Import an arbitrary file into the current mail newsgroup
7260 (@code{gnus-summary-import-article}).  You will be prompted for a file
7261 name, a @code{From} header and a @code{Subject} header.
7262
7263 @item B r
7264 @kindex B r (Summary)
7265 @findex gnus-summary-respool-article
7266 Respool the mail article (@code{gnus-summary-respool-article}).
7267 @code{gnus-summary-respool-default-method} will be used as the default
7268 select method when respooling.  This variable is @code{nil} by default,
7269 which means that the current group select method will be used instead.
7270
7271 @item B w
7272 @itemx e
7273 @kindex B w (Summary)
7274 @kindex e (Summary)
7275 @findex gnus-summary-edit-article
7276 @kindex C-c C-c (Article)
7277 Edit the current article (@code{gnus-summary-edit-article}).  To finish
7278 editing and make the changes permanent, type @kbd{C-c C-c}
7279 (@kbd{gnus-summary-edit-article-done}).  If you give a prefix to the
7280 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
7281
7282 @item B q
7283 @kindex B q (Summary)
7284 @findex gnus-summary-respool-query
7285 If you want to re-spool an article, you might be curious as to what group
7286 the article will end up in before you do the re-spooling.  This command
7287 will tell you (@code{gnus-summary-respool-query}).
7288
7289 @item B t
7290 @kindex B t (Summary)
7291 @findex gnus-summary-respool-trace
7292 Similarly, this command will display all fancy splitting patterns used
7293 when repooling, if any (@code{gnus-summary-respool-trace}).
7294
7295 @item B p
7296 @kindex B p (Summary)
7297 @findex gnus-summary-article-posted-p
7298 Some people have a tendency to send you "courtesy" copies when they
7299 follow up to articles you have posted.  These usually have a
7300 @code{Newsgroups} header in them, but not always.  This command
7301 (@code{gnus-summary-article-posted-p}) will try to fetch the current
7302 article from your news server (or rather, from
7303 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
7304 report back whether it found the article or not.  Even if it says that
7305 it didn't find the article, it may have been posted anyway---mail
7306 propagation is much faster than news propagation, and the news copy may
7307 just not have arrived yet.
7308
7309 @end table
7310
7311 @vindex gnus-move-split-methods
7312 @cindex moving articles
7313 If you move (or copy) articles regularly, you might wish to have Gnus
7314 suggest where to put the articles.  @code{gnus-move-split-methods} is a
7315 variable that uses the same syntax as @code{gnus-split-methods}
7316 (@pxref{Saving Articles}).  You may customize that variable to create
7317 suggestions you find reasonable.
7318
7319 @lisp
7320 (setq gnus-move-split-methods
7321       '(("^From:.*Lars Magne" "nnml:junk")
7322         ("^Subject:.*gnus" "nnfolder:important")
7323         (".*" "nnml:misc")))
7324 @end lisp
7325
7326
7327 @node Various Summary Stuff
7328 @section Various Summary Stuff
7329
7330 @menu
7331 * Summary Group Information::         Information oriented commands.
7332 * Searching for Articles::            Multiple article commands.
7333 * Summary Generation Commands::       (Re)generating the summary buffer.
7334 * Really Various Summary Commands::   Those pesky non-conformant commands.
7335 @end menu
7336
7337 @table @code
7338 @vindex gnus-summary-mode-hook
7339 @item gnus-summary-mode-hook
7340 This hook is called when creating a summary mode buffer.
7341
7342 @vindex gnus-summary-generate-hook
7343 @item gnus-summary-generate-hook
7344 This is called as the last thing before doing the threading and the
7345 generation of the summary buffer.  It's quite convenient for customizing
7346 the threading variables based on what data the newsgroup has.  This hook
7347 is called from the summary buffer after most summary buffer variables
7348 have been set.
7349
7350 @vindex gnus-summary-prepare-hook
7351 @item gnus-summary-prepare-hook
7352 It is called after the summary buffer has been generated.  You might use
7353 it to, for instance, highlight lines or modify the look of the buffer in
7354 some other ungodly manner.  I don't care.
7355
7356 @vindex gnus-summary-ignore-duplicates
7357 @item gnus-summary-ignore-duplicates
7358 When Gnus discovers two articles that have the same @code{Message-ID},
7359 it has to do something drastic.  No articles are allowed to have the
7360 same @code{Message-ID}, but this may happen when reading mail from some
7361 sources.  Gnus allows you to customize what happens with this variable.
7362 If it is @code{nil} (which is the default), Gnus will rename the
7363 @code{Message-ID} (for display purposes only) and display the article as
7364 any other article.  If this variable is @code{t}, it won't display the
7365 article---it'll be as if it never existed.
7366
7367 @end table
7368
7369
7370 @node Summary Group Information
7371 @subsection Summary Group Information
7372
7373 @table @kbd
7374
7375 @item H f
7376 @kindex H f (Summary)
7377 @findex gnus-summary-fetch-faq
7378 @vindex gnus-group-faq-directory
7379 Try to fetch the FAQ (list of frequently asked questions) for the
7380 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
7381 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
7382 on a remote machine.  This variable can also be a list of directories.
7383 In that case, giving a prefix to this command will allow you to choose
7384 between the various sites.  @code{ange-ftp} or @code{efs} will probably
7385 be used for fetching the file.
7386
7387 @item H d
7388 @kindex H d (Summary)
7389 @findex gnus-summary-describe-group
7390 Give a brief description of the current group
7391 (@code{gnus-summary-describe-group}).  If given a prefix, force
7392 rereading the description from the server.
7393
7394 @item H h
7395 @kindex H h (Summary)
7396 @findex gnus-summary-describe-briefly
7397 Give an extremely brief description of the most important summary
7398 keystrokes (@code{gnus-summary-describe-briefly}).
7399
7400 @item H i
7401 @kindex H i (Summary)
7402 @findex gnus-info-find-node
7403 Go to the Gnus info node (@code{gnus-info-find-node}).
7404 @end table
7405
7406
7407 @node Searching for Articles
7408 @subsection Searching for Articles
7409
7410 @table @kbd
7411
7412 @item M-s
7413 @kindex M-s (Summary)
7414 @findex gnus-summary-search-article-forward
7415 Search through all subsequent articles for a regexp
7416 (@code{gnus-summary-search-article-forward}).
7417
7418 @item M-r
7419 @kindex M-r (Summary)
7420 @findex gnus-summary-search-article-backward
7421 Search through all previous articles for a regexp
7422 (@code{gnus-summary-search-article-backward}).
7423
7424 @item &
7425 @kindex & (Summary)
7426 @findex gnus-summary-execute-command
7427 This command will prompt you for a header field, a regular expression to
7428 match on this field, and a command to be executed if the match is made
7429 (@code{gnus-summary-execute-command}).  If given a prefix, search
7430 backward instead.
7431
7432 @item M-&
7433 @kindex M-& (Summary)
7434 @findex gnus-summary-universal-argument
7435 Perform any operation on all articles that have been marked with
7436 the process mark (@code{gnus-summary-universal-argument}).
7437 @end table
7438
7439 @node Summary Generation Commands
7440 @subsection Summary Generation Commands
7441
7442 @table @kbd
7443
7444 @item Y g
7445 @kindex Y g (Summary)
7446 @findex gnus-summary-prepare
7447 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
7448
7449 @item Y c
7450 @kindex Y c (Summary)
7451 @findex gnus-summary-insert-cached-articles
7452 Pull all cached articles (for the current group) into the summary buffer
7453 (@code{gnus-summary-insert-cached-articles}).
7454
7455 @end table
7456
7457
7458 @node Really Various Summary Commands
7459 @subsection Really Various Summary Commands
7460
7461 @table @kbd
7462
7463 @item C-d
7464 @kindex C-d (Summary)
7465 @findex gnus-summary-enter-digest-group
7466 If the current article is a collection of other articles (for instance,
7467 a digest), you might use this command to enter a group based on the that
7468 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
7469 guess what article type is currently displayed unless you give a prefix
7470 to this command, which forces a ``digest'' interpretation.  Basically,
7471 whenever you see a message that is a collection of other messages of
7472 some format, you @kbd{C-d} and read these messages in a more convenient
7473 fashion.
7474
7475 @item M-C-d
7476 @kindex M-C-d (Summary)
7477 @findex gnus-summary-read-document
7478 This command is very similar to the one above, but lets you gather
7479 several documents into one biiig group
7480 (@code{gnus-summary-read-document}).  It does this by opening several
7481 @code{nndoc} groups for each document, and then opening an
7482 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
7483 command understands the process/prefix convention
7484 (@pxref{Process/Prefix}).
7485
7486 @item C-t
7487 @kindex C-t (Summary)
7488 @findex gnus-summary-toggle-truncation
7489 Toggle truncation of summary lines
7490 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
7491 line centering function in the summary buffer, so it's not a good idea
7492 to have truncation switched off while reading articles.
7493
7494 @item =
7495 @kindex = (Summary)
7496 @findex gnus-summary-expand-window
7497 Expand the summary buffer window (@code{gnus-summary-expand-window}).
7498 If given a prefix, force an @code{article} window configuration.
7499
7500 @item M-C-e
7501 @kindex M-C-e (Summary)
7502 @findex gnus-summary-edit-parameters
7503 Edit the group parameters (@pxref{Group Parameters}) of the current
7504 group (@code{gnus-summary-edit-parameters}).
7505
7506 @end table
7507
7508
7509 @node Exiting the Summary Buffer
7510 @section Exiting the Summary Buffer
7511 @cindex summary exit
7512 @cindex exiting groups
7513
7514 Exiting from the summary buffer will normally update all info on the
7515 group and return you to the group buffer.
7516
7517 @table @kbd
7518
7519 @item Z Z
7520 @itemx q
7521 @kindex Z Z (Summary)
7522 @kindex q (Summary)
7523 @findex gnus-summary-exit
7524 @vindex gnus-summary-exit-hook
7525 @vindex gnus-summary-prepare-exit-hook
7526 @c @icon{gnus-summary-exit}
7527 Exit the current group and update all information on the group
7528 (@code{gnus-summary-exit}). @code{gnus-summary-prepare-exit-hook} is
7529 called before doing much of the exiting, which calls
7530 @code{gnus-summary-expire-articles} by default.
7531 @code{gnus-summary-exit-hook} is called after finishing the exit
7532 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
7533 group mode having no more (unread) groups.
7534
7535 @item Z E
7536 @itemx Q
7537 @kindex Z E (Summary)
7538 @kindex Q (Summary)
7539 @findex gnus-summary-exit-no-update
7540 Exit the current group without updating any information on the group
7541 (@code{gnus-summary-exit-no-update}).
7542
7543 @item Z c
7544 @itemx c
7545 @kindex Z c (Summary)
7546 @kindex c (Summary)
7547 @findex gnus-summary-catchup-and-exit
7548 @c @icon{gnus-summary-catchup-and-exit}
7549 Mark all unticked articles in the group as read and then exit
7550 (@code{gnus-summary-catchup-and-exit}).
7551
7552 @item Z C
7553 @kindex Z C (Summary)
7554 @findex gnus-summary-catchup-all-and-exit
7555 Mark all articles, even the ticked ones, as read and then exit
7556 (@code{gnus-summary-catchup-all-and-exit}).
7557
7558 @item Z n
7559 @kindex Z n (Summary)
7560 @findex gnus-summary-catchup-and-goto-next-group
7561 Mark all articles as read and go to the next group
7562 (@code{gnus-summary-catchup-and-goto-next-group}).
7563
7564 @item Z R
7565 @kindex Z R (Summary)
7566 @findex gnus-summary-reselect-current-group
7567 Exit this group, and then enter it again
7568 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
7569 all articles, both read and unread.
7570
7571 @item Z G
7572 @itemx M-g
7573 @kindex Z G (Summary)
7574 @kindex M-g (Summary)
7575 @findex gnus-summary-rescan-group
7576 @c @icon{gnus-summary-mail-get}
7577 Exit the group, check for new articles in the group, and select the
7578 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
7579 articles, both read and unread.
7580
7581 @item Z N
7582 @kindex Z N (Summary)
7583 @findex gnus-summary-next-group
7584 Exit the group and go to the next group
7585 (@code{gnus-summary-next-group}).
7586
7587 @item Z P
7588 @kindex Z P (Summary)
7589 @findex gnus-summary-prev-group
7590 Exit the group and go to the previous group
7591 (@code{gnus-summary-prev-group}).
7592
7593 @item Z s
7594 @kindex Z s (Summary)
7595 @findex gnus-summary-save-newsrc
7596 Save the current number of read/marked articles in the dribble buffer
7597 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
7598 given a prefix, also save the @file{.newsrc} file(s).  Using this
7599 command will make exit without updating (the @kbd{Q} command) worthless.
7600 @end table
7601
7602 @vindex gnus-exit-group-hook
7603 @code{gnus-exit-group-hook} is called when you exit the current
7604 group.
7605
7606 @findex gnus-summary-wake-up-the-dead
7607 @findex gnus-dead-summary-mode
7608 @vindex gnus-kill-summary-on-exit
7609 If you're in the habit of exiting groups, and then changing your mind
7610 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
7611 If you do that, Gnus won't kill the summary buffer when you exit it.
7612 (Quelle surprise!)  Instead it will change the name of the buffer to
7613 something like @samp{*Dead Summary ... *} and install a minor mode
7614 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
7615 buffer, you'll find that all keys are mapped to a function called
7616 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
7617 summary buffer will result in a live, normal summary buffer.
7618
7619 There will never be more than one dead summary buffer at any one time.
7620
7621 @vindex gnus-use-cross-reference
7622 The data on the current group will be updated (which articles you have
7623 read, which articles you have replied to, etc.) when you exit the
7624 summary buffer.  If the @code{gnus-use-cross-reference} variable is
7625 @code{t} (which is the default), articles that are cross-referenced to
7626 this group and are marked as read, will also be marked as read in the
7627 other subscribed groups they were cross-posted to.  If this variable is
7628 neither @code{nil} nor @code{t}, the article will be marked as read in
7629 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
7630
7631
7632 @node Crosspost Handling
7633 @section Crosspost Handling
7634
7635 @cindex velveeta
7636 @cindex spamming
7637 Marking cross-posted articles as read ensures that you'll never have to
7638 read the same article more than once.  Unless, of course, somebody has
7639 posted it to several groups separately.  Posting the same article to
7640 several groups (not cross-posting) is called @dfn{spamming}, and you are
7641 by law required to send nasty-grams to anyone who perpetrates such a
7642 heinous crime.  You may want to try NoCeM handling to filter out spam
7643 (@pxref{NoCeM}).
7644
7645 Remember: Cross-posting is kinda ok, but posting the same article
7646 separately to several groups is not.  Massive cross-posting (aka.
7647 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
7648 @code{gnus-summary-mail-crosspost-complaint} command to complain about
7649 excessive crossposting (@pxref{Summary Mail Commands}).
7650
7651 @cindex cross-posting
7652 @cindex Xref
7653 @cindex @sc{nov}
7654 One thing that may cause Gnus to not do the cross-posting thing
7655 correctly is if you use an @sc{nntp} server that supports @sc{xover}
7656 (which is very nice, because it speeds things up considerably) which
7657 does not include the @code{Xref} header in its @sc{nov} lines.  This is
7658 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
7659 even with @sc{xover} by registering the @code{Xref} lines of all
7660 articles you actually read, but if you kill the articles, or just mark
7661 them as read without reading them, Gnus will not get a chance to snoop
7662 the @code{Xref} lines out of these articles, and will be unable to use
7663 the cross reference mechanism.
7664
7665 @cindex LIST overview.fmt
7666 @cindex overview.fmt
7667 To check whether your @sc{nntp} server includes the @code{Xref} header
7668 in its overview files, try @samp{telnet your.nntp.server nntp},
7669 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
7670 overview.fmt}.  This may not work, but if it does, and the last line you
7671 get does not read @samp{Xref:full}, then you should shout and whine at
7672 your news admin until she includes the @code{Xref} header in the
7673 overview files.
7674
7675 @vindex gnus-nov-is-evil
7676 If you want Gnus to get the @code{Xref}s right all the time, you have to
7677 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
7678 considerably.
7679
7680 C'est la vie.
7681
7682 For an alternative approach, @pxref{Duplicate Suppression}.
7683
7684
7685 @node Duplicate Suppression
7686 @section Duplicate Suppression
7687
7688 By default, Gnus tries to make sure that you don't have to read the same
7689 article more than once by utilizing the crossposting mechanism
7690 (@pxref{Crosspost Handling}).  However, that simple and efficient
7691 approach may not work satisfactory for some users for various
7692 reasons.
7693
7694 @enumerate
7695 @item
7696 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
7697 is evil and not very common.
7698
7699 @item
7700 The @sc{nntp} server may fail to include the @code{Xref} header in the
7701 @file{.overview} data bases.  This is evil and all too common, alas.
7702
7703 @item
7704 You may be reading the same group (or several related groups) from
7705 different @sc{nntp} servers.
7706
7707 @item
7708 You may be getting mail that duplicates articles posted to groups.
7709 @end enumerate
7710
7711 I'm sure there are other situations where @code{Xref} handling fails as
7712 well, but these four are the most common situations.
7713
7714 If, and only if, @code{Xref} handling fails for you, then you may
7715 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
7716 will remember the @code{Message-ID}s of all articles you have read or
7717 otherwise marked as read, and then, as if by magic, mark them as read
7718 all subsequent times you see them---in @emph{all} groups.  Using this
7719 mechanism is quite likely to be somewhat inefficient, but not overly
7720 so.  It's certainly preferable to reading the same articles more than
7721 once.
7722
7723 Duplicate suppression is not a very subtle instrument.  It's more like a
7724 sledge hammer than anything else.  It works in a very simple
7725 fashion---if you have marked an article as read, it adds this Message-ID
7726 to a cache.  The next time it sees this Message-ID, it will mark the
7727 article as read with the @samp{M} mark.  It doesn't care what group it
7728 saw the article in.
7729
7730 @table @code
7731 @item gnus-suppress-duplicates
7732 @vindex gnus-suppress-duplicates
7733 If non-@code{nil}, suppress duplicates.
7734
7735 @item gnus-save-duplicate-list
7736 @vindex gnus-save-duplicate-list
7737 If non-@code{nil}, save the list of duplicates to a file.  This will
7738 make startup and shutdown take longer, so the default is @code{nil}.
7739 However, this means that only duplicate articles read in a single Gnus
7740 session are suppressed.
7741
7742 @item gnus-duplicate-list-length
7743 @vindex gnus-duplicate-list-length
7744 This variable says how many @code{Message-ID}s to keep in the duplicate
7745 suppression list.  The default is 10000.
7746
7747 @item gnus-duplicate-file
7748 @vindex gnus-duplicate-file
7749 The name of the file to store the duplicate suppression list in.  The
7750 default is @file{~/News/suppression}.
7751 @end table
7752
7753 If you have a tendency to stop and start Gnus often, setting
7754 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
7755 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
7756 the other hand, saving the list makes startup and shutdown much slower,
7757 so that means that if you stop and start Gnus often, you should set
7758 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
7759 to you to figure out, I think.
7760
7761
7762 @node The Article Buffer
7763 @chapter The Article Buffer
7764 @cindex article buffer
7765
7766 The articles are displayed in the article buffer, of which there is only
7767 one.  All the summary buffers share the same article buffer unless you
7768 tell Gnus otherwise.
7769
7770 @menu
7771 * Hiding Headers::        Deciding what headers should be displayed.
7772 * Using MIME::            Pushing articles through @sc{mime} before reading them.
7773 * Customizing Articles::  Tailoring the look of the articles.
7774 * Article Keymap::        Keystrokes available in the article buffer.
7775 * Misc Article::          Other stuff.
7776 @end menu
7777
7778
7779 @node Hiding Headers
7780 @section Hiding Headers
7781 @cindex hiding headers
7782 @cindex deleting headers
7783
7784 The top section of each article is the @dfn{head}.  (The rest is the
7785 @dfn{body}, but you may have guessed that already.)
7786
7787 @vindex gnus-show-all-headers
7788 There is a lot of useful information in the head: the name of the person
7789 who wrote the article, the date it was written and the subject of the
7790 article.  That's well and nice, but there's also lots of information
7791 most people do not want to see---what systems the article has passed
7792 through before reaching you, the @code{Message-ID}, the
7793 @code{References}, etc. ad nauseum---and you'll probably want to get rid
7794 of some of those lines.  If you want to keep all those lines in the
7795 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
7796
7797 Gnus provides you with two variables for sifting headers:
7798
7799 @table @code
7800
7801 @item gnus-visible-headers
7802 @vindex gnus-visible-headers
7803 If this variable is non-@code{nil}, it should be a regular expression
7804 that says what headers you wish to keep in the article buffer.  All
7805 headers that do not match this variable will be hidden.
7806
7807 For instance, if you only want to see the name of the person who wrote
7808 the article and the subject, you'd say:
7809
7810 @lisp
7811 (setq gnus-visible-headers "^From:\\|^Subject:")
7812 @end lisp
7813
7814 This variable can also be a list of regexps to match headers to
7815 remain visible.
7816
7817 @item gnus-ignored-headers
7818 @vindex gnus-ignored-headers
7819 This variable is the reverse of @code{gnus-visible-headers}.  If this
7820 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
7821 should be a regular expression that matches all lines that you want to
7822 hide.  All lines that do not match this variable will remain visible.
7823
7824 For instance, if you just want to get rid of the @code{References} line
7825 and the @code{Xref} line, you might say:
7826
7827 @lisp
7828 (setq gnus-ignored-headers "^References:\\|^Xref:")
7829 @end lisp
7830
7831 This variable can also be a list of regexps to match headers to
7832 be removed.
7833
7834 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
7835 variable will have no effect.
7836
7837 @end table
7838
7839 @vindex gnus-sorted-header-list
7840 Gnus can also sort the headers for you.  (It does this by default.)  You
7841 can control the sorting by setting the @code{gnus-sorted-header-list}
7842 variable.  It is a list of regular expressions that says in what order
7843 the headers are to be displayed.
7844
7845 For instance, if you want the name of the author of the article first,
7846 and then the subject, you might say something like:
7847
7848 @lisp
7849 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
7850 @end lisp
7851
7852 Any headers that are to remain visible, but are not listed in this
7853 variable, will be displayed in random order after all the headers listed in this variable.
7854
7855 @findex gnus-article-hide-boring-headers
7856 @vindex gnus-article-display-hook
7857 @vindex gnus-boring-article-headers
7858 You can hide further boring headers by entering
7859 @code{gnus-article-hide-boring-headers} into
7860 @code{gnus-article-display-hook}.  What this function does depends on
7861 the @code{gnus-boring-article-headers} variable.  It's a list, but this
7862 list doesn't actually contain header names.  Instead is lists various
7863 @dfn{boring conditions} that Gnus can check and remove from sight.
7864
7865 These conditions are:
7866 @table @code
7867 @item empty
7868 Remove all empty headers.
7869 @item followup-to
7870 Remove the @code{Followup-To} header if it is identical to the
7871 @code{Newsgroups} header.
7872 @item reply-to
7873 Remove the @code{Reply-To} header if it lists the same address as the
7874 @code{From} header.
7875 @item newsgroups
7876 Remove the @code{Newsgroups} header if it only contains the current group
7877 name.
7878 @item date
7879 Remove the @code{Date} header if the article is less than three days
7880 old.
7881 @item long-to
7882 Remove the @code{To} header if it is very long.
7883 @item many-to
7884 Remove all @code{To} headers if there are more than one.
7885 @end table
7886
7887 To include the four three elements, you could say something like;
7888
7889 @lisp
7890 (setq gnus-boring-article-headers
7891       '(empty followup-to reply-to))
7892 @end lisp
7893
7894 This is also the default value for this variable.
7895
7896
7897 @node Using MIME
7898 @section Using @sc{mime}
7899 @cindex @sc{mime}
7900
7901 Mime is a standard for waving your hands through the air, aimlessly,
7902 while people stand around yawning.
7903
7904 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
7905 while all newsreaders die of fear.
7906
7907 @sc{mime} may specify what character set the article uses, the encoding
7908 of the characters, and it also makes it possible to embed pictures and
7909 other naughty stuff in innocent-looking articles.
7910
7911 @vindex gnus-show-mime
7912 @vindex gnus-show-mime-method
7913 @vindex gnus-strict-mime
7914 @findex metamail-buffer
7915 Gnus handles @sc{mime} by pushing the articles through
7916 @code{gnus-show-mime-method}, which is @code{metamail-buffer} by
7917 default.  This function calls the external @code{metamail} program to
7918 actually do the work.  One common problem with this program is that is
7919 thinks that it can't display 8-bit things in the Emacs buffer.  To tell
7920 it the truth, put something like the following in your
7921 @file{.bash_profile} file.  (You do use @code{bash}, don't you?)
7922
7923 @example
7924 export MM_CHARSET="iso-8859-1"
7925 @end example
7926
7927 For more information on @code{metamail}, see its manual page.
7928
7929 Set @code{gnus-show-mime} to @code{t} if you want to use
7930 @sc{mime} all the time.  However, if @code{gnus-strict-mime} is
7931 non-@code{nil}, the @sc{mime} method will only be used if there are
7932 @sc{mime} headers in the article.  If you have @code{gnus-show-mime}
7933 set, then you'll see some unfortunate display glitches in the article
7934 buffer.  These can't be avoided.
7935
7936 It might be best to just use the toggling functions from the summary
7937 buffer to avoid getting nasty surprises. (For instance, you enter the
7938 group @samp{alt.sing-a-long} and, before you know it, @sc{mime} has
7939 decoded the sound file in the article and some horrible sing-a-long song
7940 comes screaming out your speakers, and you can't find the volume
7941 button, because there isn't one, and people are starting to look at you,
7942 and you try to stop the program, but you can't, and you can't find the
7943 program to control the volume, and everybody else in the room suddenly
7944 decides to look at you disdainfully, and you'll feel rather stupid.)
7945
7946 Any similarity to real events and people is purely coincidental.  Ahem.
7947
7948
7949 @node Customizing Articles
7950 @section Customizing Articles
7951 @cindex article customization
7952
7953 @vindex gnus-article-display-hook
7954 The @code{gnus-article-display-hook} is called after the article has
7955 been inserted into the article buffer.  It is meant to handle all
7956 treatment of the article before it is displayed.
7957
7958 @findex gnus-article-maybe-highlight
7959 @findex gnus-article-maybe-hide-headers
7960 By default this hook just contains
7961 @code{gnus-article-maybe-hide-headers},
7962 @code{gnus-hide-boring-headers}, @code{gnus-article-treat-overstrike},
7963 and @code{gnus-article-maybe-highlight} (and under XEmacs,
7964 @code{gnus-article-display-x-face}), but there are thousands, nay
7965 millions, of functions you can put in this hook.  For an overview of
7966 functions @pxref{Article Highlighting}, @pxref{Article Hiding},
7967 @pxref{Article Washing}, @pxref{Article Buttons} and @pxref{Article
7968 Date}.  Note that the order of functions in this hook might affect
7969 things, so you may have to fiddle a bit to get the desired results.
7970
7971 You can, of course, write your own functions.  The functions are called
7972 from the article buffer, and you can do anything you like, pretty much.
7973 There is no information that you have to keep in the buffer---you can
7974 change everything.  However, you shouldn't delete any headers.  Instead
7975 make them invisible if you want to make them go away.
7976
7977
7978 @node Article Keymap
7979 @section Article Keymap
7980
7981 Most of the keystrokes in the summary buffer can also be used in the
7982 article buffer.  They should behave as if you typed them in the summary
7983 buffer, which means that you don't actually have to have a summary
7984 buffer displayed while reading.  You can do it all from the article
7985 buffer.
7986
7987 A few additional keystrokes are available:
7988
7989 @table @kbd
7990
7991 @item SPACE
7992 @kindex SPACE (Article)
7993 @findex gnus-article-next-page
7994 Scroll forwards one page (@code{gnus-article-next-page}).
7995
7996 @item DEL
7997 @kindex DEL (Article)
7998 @findex gnus-article-prev-page
7999 Scroll backwards one page (@code{gnus-article-prev-page}).
8000
8001 @item C-c ^
8002 @kindex C-c ^ (Article)
8003 @findex gnus-article-refer-article
8004 If point is in the neighborhood of a @code{Message-ID} and you press
8005 @kbd{C-c ^}, Gnus will try to get that article from the server
8006 (@code{gnus-article-refer-article}).
8007
8008 @item C-c C-m
8009 @kindex C-c C-m (Article)
8010 @findex gnus-article-mail
8011 Send a reply to the address near point (@code{gnus-article-mail}).  If
8012 given a prefix, include the mail.
8013
8014 @item s
8015 @kindex s (Article)
8016 @findex gnus-article-show-summary
8017 Reconfigure the buffers so that the summary buffer becomes visible
8018 (@code{gnus-article-show-summary}).
8019
8020 @item ?
8021 @kindex ? (Article)
8022 @findex gnus-article-describe-briefly
8023 Give a very brief description of the available keystrokes
8024 (@code{gnus-article-describe-briefly}).
8025
8026 @item TAB
8027 @kindex TAB (Article)
8028 @findex gnus-article-next-button
8029 Go to the next button, if any (@code{gnus-article-next-button}).  This
8030 only makes sense if you have buttonizing turned on.
8031
8032 @item M-TAB
8033 @kindex M-TAB (Article)
8034 @findex gnus-article-prev-button
8035 Go to the previous button, if any (@code{gnus-article-prev-button}).
8036
8037 @end table
8038
8039
8040 @node Misc Article
8041 @section Misc Article
8042
8043 @table @code
8044
8045 @item gnus-single-article-buffer
8046 @vindex gnus-single-article-buffer
8047 If non-@code{nil}, use the same article buffer for all the groups.
8048 (This is the default.)  If @code{nil}, each group will have its own
8049 article buffer.
8050
8051 @vindex gnus-article-prepare-hook
8052 @item gnus-article-prepare-hook
8053 This hook is called right after the article has been inserted into the
8054 article buffer.  It is mainly intended for functions that do something
8055 depending on the contents; it should probably not be used for changing
8056 the contents of the article buffer.
8057
8058 @vindex gnus-article-display-hook
8059 @item gnus-article-display-hook
8060 This hook is called as the last thing when displaying an article, and is
8061 intended for modifying the contents of the buffer, doing highlights,
8062 hiding headers, and the like.
8063
8064 @item gnus-article-mode-hook
8065 @vindex gnus-article-mode-hook
8066 Hook called in article mode buffers.
8067
8068 @item gnus-article-mode-syntax-table
8069 @vindex gnus-article-mode-syntax-table
8070 Syntax table used in article buffers.  It is initialized from
8071 @code{text-mode-syntax-table}.
8072
8073 @vindex gnus-article-mode-line-format
8074 @item gnus-article-mode-line-format
8075 This variable is a format string along the same lines as
8076 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
8077 accepts the same format specifications as that variable, with one
8078 extension:
8079
8080 @table @samp
8081 @item w
8082 The @dfn{wash status} of the article.  This is a short string with one
8083 character for each possible article wash operation that may have been
8084 performed.
8085 @end table
8086
8087 @vindex gnus-break-pages
8088
8089 @item gnus-break-pages
8090 Controls whether @dfn{page breaking} is to take place.  If this variable
8091 is non-@code{nil}, the articles will be divided into pages whenever a
8092 page delimiter appears in the article.  If this variable is @code{nil},
8093 paging will not be done.
8094
8095 @item gnus-page-delimiter
8096 @vindex gnus-page-delimiter
8097 This is the delimiter mentioned above.  By default, it is @samp{^L}
8098 (formfeed).
8099 @end table
8100
8101
8102 @node Composing Messages
8103 @chapter Composing Messages
8104 @cindex composing messages
8105 @cindex messages
8106 @cindex mail
8107 @cindex sending mail
8108 @cindex reply
8109 @cindex followup
8110 @cindex post
8111
8112 @kindex C-c C-c (Post)
8113 All commands for posting and mailing will put you in a message buffer
8114 where you can edit the article all you like, before you send the article
8115 by pressing @kbd{C-c C-c}.  @xref{Top, , Top, message, The Message
8116 Manual}.  If you are in a foreign news group, and you wish to post the
8117 article using the foreign server, you can give a prefix to @kbd{C-c C-c}
8118 to make Gnus try to post using the foreign server.
8119
8120 @menu
8121 * Mail::                 Mailing and replying.
8122 * Post::                 Posting and following up.
8123 * Posting Server::       What server should you post via?
8124 * Mail and Post::        Mailing and posting at the same time.
8125 * Archived Messages::    Where Gnus stores the messages you've sent.
8126 * Posting Styles::       An easier way to specify who you are.
8127 * Drafts::               Postponing messages and rejected messages.
8128 * Rejected Articles::    What happens if the server doesn't like your article?
8129 @end menu
8130
8131 Also see @pxref{Canceling and Superseding} for information on how to
8132 remove articles you shouldn't have posted.
8133
8134
8135 @node Mail
8136 @section Mail
8137
8138 Variables for customizing outgoing mail:
8139
8140 @table @code
8141 @item gnus-uu-digest-headers
8142 @vindex gnus-uu-digest-headers
8143 List of regexps to match headers included in digested messages.  The
8144 headers will be included in the sequence they are matched.
8145
8146 @item gnus-add-to-list
8147 @vindex gnus-add-to-list
8148 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
8149 that have none when you do a @kbd{a}.
8150
8151 @end table
8152
8153
8154 @node Post
8155 @section Post
8156
8157 Variables for composing news articles:
8158
8159 @table @code
8160 @item gnus-sent-message-ids-file
8161 @vindex gnus-sent-message-ids-file
8162 Gnus will keep a @code{Message-ID} history file of all the mails it has
8163 sent.  If it discovers that it has already sent a mail, it will ask the
8164 user whether to re-send the mail.  (This is primarily useful when
8165 dealing with @sc{soup} packets and the like where one is apt to send the
8166 same packet multiple times.)  This variable says what the name of this
8167 history file is.  It is @file{~/News/Sent-Message-IDs} by default.  Set
8168 this variable to @code{nil} if you don't want Gnus to keep a history
8169 file.
8170
8171 @item gnus-sent-message-ids-length
8172 @vindex gnus-sent-message-ids-length
8173 This variable says how many @code{Message-ID}s to keep in the history
8174 file.  It is 1000 by default.
8175
8176 @end table
8177
8178
8179 @node Posting Server
8180 @section Posting Server
8181
8182 When you press those magical @kbd{C-c C-c} keys to ship off your latest
8183 (extremely intelligent, of course) article, where does it go?
8184
8185 Thank you for asking.  I hate you.
8186
8187 @vindex gnus-post-method
8188
8189 It can be quite complicated.  Normally, Gnus will use the same native
8190 server.  However.  If your native server doesn't allow posting, just
8191 reading, you probably want to use some other server to post your
8192 (extremely intelligent and fabulously interesting) articles.  You can
8193 then set the @code{gnus-post-method} to some other method:
8194
8195 @lisp
8196 (setq gnus-post-method '(nnspool ""))
8197 @end lisp
8198
8199 Now, if you've done this, and then this server rejects your article, or
8200 this server is down, what do you do then?  To override this variable you
8201 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
8202 the ``current'' server for posting.
8203
8204 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
8205 Gnus will prompt you for what method to use for posting.
8206
8207 You can also set @code{gnus-post-method} to a list of select methods.
8208 If that's the case, Gnus will always prompt you for what method to use
8209 for posting.
8210
8211 Finally, if you want to always post using the same select method as
8212 you're reading from (which might be convenient if you're reading lots of
8213 groups from different private servers), you can set this variable to
8214 @code{current}. 
8215
8216
8217 @node Mail and Post
8218 @section Mail and Post
8219
8220 Here's a list of variables relevant to both mailing and
8221 posting:
8222
8223 @table @code
8224 @item gnus-mailing-list-groups
8225 @findex gnus-mailing-list-groups
8226 @cindex mailing lists
8227
8228 If your news server offers groups that are really mailing lists
8229 gatewayed to the @sc{nntp} server, you can read those groups without
8230 problems, but you can't post/followup to them without some difficulty.
8231 One solution is to add a @code{to-address} to the group parameters
8232 (@pxref{Group Parameters}).  An easier thing to do is set the
8233 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
8234 really are mailing lists.  Then, at least, followups to the mailing
8235 lists will work most of the time.  Posting to these groups (@kbd{a}) is
8236 still a pain, though.
8237
8238 @end table
8239
8240 You may want to do spell-checking on messages that you send out.  Or, if
8241 you don't want to spell-check by hand, you could add automatic
8242 spell-checking via the @code{ispell} package:
8243
8244 @cindex ispell
8245 @findex ispell-message
8246 @lisp
8247 (add-hook 'message-send-hook 'ispell-message)
8248 @end lisp
8249
8250
8251 @node Archived Messages
8252 @section Archived Messages
8253 @cindex archived messages
8254 @cindex sent messages
8255
8256 Gnus provides a few different methods for storing the mail and news you
8257 send.  The default method is to use the @dfn{archive virtual server} to
8258 store the messages.  If you want to disable this completely, the
8259 @code{gnus-message-archive-group} variable should be @code{nil}, which
8260 is the default.
8261
8262 @vindex gnus-message-archive-method
8263 @code{gnus-message-archive-method} says what virtual server Gnus is to
8264 use to store sent messages.  The default is:
8265
8266 @lisp
8267 (nnfolder "archive"
8268           (nnfolder-directory   "~/Mail/archive")
8269           (nnfolder-active-file "~/Mail/archive/active")
8270           (nnfolder-get-new-mail nil)
8271           (nnfolder-inhibit-expiry t))
8272 @end lisp
8273
8274 You can, however, use any mail select method (@code{nnml},
8275 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likeable select method
8276 for doing this sort of thing, though.  If you don't like the default
8277 directory chosen, you could say something like:
8278
8279 @lisp
8280 (setq gnus-message-archive-method
8281       '(nnfolder "archive"
8282                  (nnfolder-inhibit-expiry t)
8283                  (nnfolder-active-file "~/News/sent-mail/active")
8284                  (nnfolder-directory "~/News/sent-mail/")))
8285 @end lisp
8286
8287 @vindex gnus-message-archive-group
8288 @cindex Gcc
8289 Gnus will insert @code{Gcc} headers in all outgoing messages that point
8290 to one or more group(s) on that server.  Which group to use is
8291 determined by the @code{gnus-message-archive-group} variable.
8292
8293 This variable can be used to do the following:
8294
8295 @itemize @bullet
8296 @item a string
8297 Messages will be saved in that group.
8298 @item a list of strings
8299 Messages will be saved in all those groups.
8300 @item an alist of regexps, functions and forms
8301 When a key ``matches'', the result is used.
8302 @item @code{nil}
8303 No message archiving will take place.  This is the default.
8304 @end itemize
8305
8306 Let's illustrate:
8307
8308 Just saving to a single group called @samp{MisK}:
8309 @lisp
8310 (setq gnus-message-archive-group "MisK")
8311 @end lisp
8312
8313 Saving to two groups, @samp{MisK} and @samp{safe}:
8314 @lisp
8315 (setq gnus-message-archive-group '("MisK" "safe"))
8316 @end lisp
8317
8318 Save to different groups based on what group you are in:
8319 @lisp
8320 (setq gnus-message-archive-group
8321       '(("^alt" "sent-to-alt")
8322         ("mail" "sent-to-mail")
8323         (".*" "sent-to-misc")))
8324 @end lisp
8325
8326 More complex stuff:
8327 @lisp
8328 (setq gnus-message-archive-group
8329       '((if (message-news-p)
8330             "misc-news"
8331           "misc-mail")))
8332 @end lisp
8333
8334 How about storing all news messages in one file, but storing all mail
8335 messages in one file per month:
8336
8337 @lisp
8338 (setq gnus-message-archive-group
8339       '((if (message-news-p)
8340             "misc-news"
8341           (concat "mail." (format-time-string
8342                            "%Y-%m" (current-time))))))
8343 @end lisp
8344
8345 (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
8346 use a different value for @code{gnus-message-archive-group} there.)
8347
8348 Now, when you send a message off, it will be stored in the appropriate
8349 group.  (If you want to disable storing for just one particular message,
8350 you can just remove the @code{Gcc} header that has been inserted.)  The
8351 archive group will appear in the group buffer the next time you start
8352 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
8353 enter it and read the articles in it just like you'd read any other
8354 group.  If the group gets really big and annoying, you can simply rename
8355 if (using @kbd{G r} in the group buffer) to something
8356 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
8357 continue to be stored in the old (now empty) group.
8358
8359 That's the default method of archiving sent messages.  Gnus offers a
8360 different way for the people who don't like the default method.  In that
8361 case you should set @code{gnus-message-archive-group} to @code{nil};
8362 this will disable archiving.
8363
8364 @table @code
8365 @item gnus-outgoing-message-group
8366 @vindex gnus-outgoing-message-group
8367 All outgoing messages will be put in this group.  If you want to store
8368 all your outgoing mail and articles in the group @samp{nnml:archive},
8369 you set this variable to that value.  This variable can also be a list of
8370 group names.
8371
8372 If you want to have greater control over what group to put each
8373 message in, you can set this variable to a function that checks the
8374 current newsgroup name and then returns a suitable group name (or list
8375 of names).
8376
8377 This variable can be used instead of @code{gnus-message-archive-group},
8378 but the latter is the preferred method.
8379 @end table
8380
8381
8382 @node Posting Styles
8383 @section Posting Styles
8384 @cindex posting styles
8385 @cindex styles
8386
8387 All them variables, they make my head swim.
8388
8389 So what if you want a different @code{Organization} and signature based
8390 on what groups you post to?  And you post both from your home machine
8391 and your work machine, and you want different @code{From} lines, and so
8392 on?
8393
8394 @vindex gnus-posting-styles
8395 One way to do stuff like that is to write clever hooks that change the
8396 variables you need to have changed.  That's a bit boring, so somebody
8397 came up with the bright idea of letting the user specify these things in
8398 a handy alist.  Here's an example of a @code{gnus-posting-styles}
8399 variable:
8400
8401 @lisp
8402 ((".*"
8403   (signature "Peace and happiness")
8404   (organization "What me?"))
8405  ("^comp"
8406   (signature "Death to everybody"))
8407  ("comp.emacs.i-love-it"
8408   (organization "Emacs is it")))
8409 @end lisp
8410
8411 As you might surmise from this example, this alist consists of several
8412 @dfn{styles}.  Each style will be applicable if the first element
8413 ``matches'', in some form or other.  The entire alist will be iterated
8414 over, from the beginning towards the end, and each match will be
8415 applied, which means that attributes in later styles that match override
8416 the same attributes in earlier matching styles.  So
8417 @samp{comp.programming.literate} will have the @samp{Death to everybody}
8418 signature and the @samp{What me?} @code{Organization} header.
8419
8420 The first element in each style is called the @code{match}.  If it's a
8421 string, then Gnus will try to regexp match it against the group name.
8422 If it's a function symbol, that function will be called with no
8423 arguments.  If it's a variable symbol, then the variable will be
8424 referenced.  If it's a list, then that list will be @code{eval}ed.  In
8425 any case, if this returns a non-@code{nil} value, then the style is said
8426 to @dfn{match}.
8427
8428 Each style may contain a arbitrary amount of @dfn{attributes}.  Each
8429 attribute consists of a @var{(name . value)} pair.  The attribute name
8430 can be one of @code{signature}, @code{signature-file},
8431 @code{organization}, @code{address}, @code{name} or @code{body}.  The
8432 attribute name can also be a string.  In that case, this will be used as
8433 a header name, and the value will be inserted in the headers of the
8434 article.
8435
8436 The attribute value can be a string (used verbatim), a function (the
8437 return value will be used), a variable (its value will be used) or a
8438 list (it will be @code{eval}ed and the return value will be used).
8439
8440 If you wish to check whether the message you are about to compose is
8441 meant to be a news article or a mail message, you can check the values
8442 of the two dynamically bound variables @code{message-this-is-news} and
8443 @code{message-this-is-mail}.
8444
8445 @vindex message-this-is-mail
8446 @vindex message-this-is-news
8447
8448 So here's a new example:
8449
8450 @lisp
8451 (setq gnus-posting-styles
8452       '((".*"
8453          (signature-file "~/.signature")
8454          (name "User Name")
8455          ("X-Home-Page" (getenv "WWW_HOME"))
8456          (organization "People's Front Against MWM"))
8457         ("^rec.humor"
8458          (signature my-funny-signature-randomizer))
8459         ((equal (system-name) "gnarly")
8460          (signature my-quote-randomizer))
8461         (message-this-is-new
8462          (signature my-news-signature))
8463         (posting-from-work-p
8464          (signature-file "~/.work-signature")
8465          (address "user@@bar.foo")
8466          (body "You are fired.\n\nSincerely, your boss.")
8467          (organization "Important Work, Inc"))
8468         ("^nn.+:"
8469          (signature-file "~/.mail-signature"))))
8470 @end lisp
8471
8472
8473 @node Drafts
8474 @section Drafts
8475 @cindex drafts
8476
8477 If you are writing a message (mail or news) and suddenly remember that
8478 you have a steak in the oven (or some pesto in the food processor, you
8479 craaazy vegetarians), you'll probably wish there was a method to save
8480 the message you are writing so that you can continue editing it some
8481 other day, and send it when you feel its finished.
8482
8483 Well, don't worry about it.  Whenever you start composing a message of
8484 some sort using the Gnus mail and post commands, the buffer you get will
8485 automatically associate to an article in a special @dfn{draft} group.
8486 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
8487 article will be saved there.  (Auto-save files also go to the draft
8488 group.)
8489
8490 @cindex nndraft
8491 @vindex nndraft-directory
8492 The draft group is a special group (which is implemented as an
8493 @code{nndraft} group, if you absolutely have to know) called
8494 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
8495 @code{nndraft} is to store its files.  What makes this group special is
8496 that you can't tick any articles in it or mark any articles as
8497 read---all articles in the group are permanently unread.
8498
8499 If the group doesn't exist, it will be created and you'll be subscribed
8500 to it.  The only way to make it disappear from the Group buffer is to
8501 unsubscribe it.
8502
8503 @c @findex gnus-dissociate-buffer-from-draft
8504 @c @kindex C-c M-d (Mail)
8505 @c @kindex C-c M-d (Post)
8506 @c @findex gnus-associate-buffer-with-draft
8507 @c @kindex C-c C-d (Mail)
8508 @c @kindex C-c C-d (Post)
8509 @c If you're writing some super-secret message that you later want to
8510 @c encode with PGP before sending, you may wish to turn the auto-saving
8511 @c (and association with the draft group) off.  You never know who might be
8512 @c interested in reading all your extremely valuable and terribly horrible
8513 @c and interesting secrets.  The @kbd{C-c M-d}
8514 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
8515 @c If you change your mind and want to turn the auto-saving back on again,
8516 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
8517 @c
8518 @c @vindex gnus-use-draft
8519 @c To leave association with the draft group off by default, set
8520 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
8521
8522 @findex gnus-draft-edit-message
8523 @kindex D e (Draft)
8524 When you want to continue editing the article, you simply enter the
8525 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
8526 that.  You will be placed in a buffer where you left off.
8527
8528 Rejected articles will also be put in this draft group (@pxref{Rejected
8529 Articles}).
8530
8531 @findex gnus-draft-send-all-messages
8532 @findex gnus-draft-send-message
8533 If you have lots of rejected messages you want to post (or mail) without
8534 doing further editing, you can use the @kbd{D s} command
8535 (@code{gnus-draft-send-message}).  This command understands the
8536 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
8537 command (@code{gnus-draft-send-all-messages}) will ship off all messages
8538 in the buffer.
8539
8540 If you have some messages that you wish not to send, you can use the
8541 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
8542 as unsendable.  This is a toggling command.
8543
8544
8545 @node Rejected Articles
8546 @section Rejected Articles
8547 @cindex rejected articles
8548
8549 Sometimes a news server will reject an article.  Perhaps the server
8550 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
8551 @emph{there be demons}.  Perhaps you have included too much cited text.
8552 Perhaps the disk is full.  Perhaps the server is down.
8553
8554 These situations are, of course, totally beyond the control of Gnus.
8555 (Gnus, of course, loves the way you look, always feels great, has angels
8556 fluttering around inside of it, doesn't care about how much cited text
8557 you include, never runs full and never goes down.)  So Gnus saves these
8558 articles until some later time when the server feels better.
8559
8560 The rejected articles will automatically be put in a special draft group
8561 (@pxref{Drafts}).  When the server comes back up again, you'd then
8562 typically enter that group and send all the articles off.
8563
8564
8565 @node Select Methods
8566 @chapter Select Methods
8567 @cindex foreign groups
8568 @cindex select methods
8569
8570 A @dfn{foreign group} is a group not read by the usual (or
8571 default) means.  It could be, for instance, a group from a different
8572 @sc{nntp} server, it could be a virtual group, or it could be your own
8573 personal mail group.
8574
8575 A foreign group (or any group, really) is specified by a @dfn{name} and
8576 a @dfn{select method}.  To take the latter first, a select method is a
8577 list where the first element says what backend to use (e.g. @code{nntp},
8578 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
8579 name}.  There may be additional elements in the select method, where the
8580 value may have special meaning for the backend in question.
8581
8582 One could say that a select method defines a @dfn{virtual server}---so
8583 we do just that (@pxref{The Server Buffer}).
8584
8585 The @dfn{name} of the group is the name the backend will recognize the
8586 group as.
8587
8588 For instance, the group @samp{soc.motss} on the @sc{nntp} server
8589 @samp{some.where.edu} will have the name @samp{soc.motss} and select
8590 method @code{(nntp "some.where.edu")}.  Gnus will call this group
8591 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
8592 backend just knows this group as @samp{soc.motss}.
8593
8594 The different methods all have their peculiarities, of course.
8595
8596 @menu
8597 * The Server Buffer::     Making and editing virtual servers.
8598 * Getting News::          Reading USENET news with Gnus.
8599 * Getting Mail::          Reading your personal mail with Gnus.
8600 * Other Sources::         Reading directories, files, SOUP packets.
8601 * Combined Groups::       Combining groups into one group.
8602 * Gnus Unplugged::        Reading news and mail offline.
8603 @end menu
8604
8605
8606 @node The Server Buffer
8607 @section The Server Buffer
8608
8609 Traditionally, a @dfn{server} is a machine or a piece of software that
8610 one connects to, and then requests information from.  Gnus does not
8611 connect directly to any real servers, but does all transactions through
8612 one backend or other.  But that's just putting one layer more between
8613 the actual media and Gnus, so we might just as well say that each
8614 backend represents a virtual server.
8615
8616 For instance, the @code{nntp} backend may be used to connect to several
8617 different actual @sc{nntp} servers, or, perhaps, to many different ports
8618 on the same actual @sc{nntp} server.  You tell Gnus which backend to
8619 use, and what parameters to set by specifying a @dfn{select method}.
8620
8621 These select method specifications can sometimes become quite
8622 complicated---say, for instance, that you want to read from the
8623 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
8624 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
8625 Anyways, if you had to specify that for each group that used this
8626 server, that would be too much work, so Gnus offers a way of naming
8627 select methods, which is what you do in the server buffer.
8628
8629 To enter the server buffer, use the @kbd{^}
8630 (@code{gnus-group-enter-server-mode}) command in the group buffer.
8631
8632 @menu
8633 * Server Buffer Format::      You can customize the look of this buffer.
8634 * Server Commands::           Commands to manipulate servers.
8635 * Example Methods::           Examples server specifications.
8636 * Creating a Virtual Server:: An example session.
8637 * Server Variables::          Which variables to set.
8638 * Servers and Methods::       You can use server names as select methods.
8639 * Unavailable Servers::       Some servers you try to contact may be down.
8640 @end menu
8641
8642 @vindex gnus-server-mode-hook
8643 @code{gnus-server-mode-hook} is run when creating the server buffer.
8644
8645
8646 @node Server Buffer Format
8647 @subsection Server Buffer Format
8648 @cindex server buffer format
8649
8650 @vindex gnus-server-line-format
8651 You can change the look of the server buffer lines by changing the
8652 @code{gnus-server-line-format} variable.  This is a @code{format}-like
8653 variable, with some simple extensions:
8654
8655 @table @samp
8656
8657 @item h
8658 How the news is fetched---the backend name.
8659
8660 @item n
8661 The name of this server.
8662
8663 @item w
8664 Where the news is to be fetched from---the address.
8665
8666 @item s
8667 The opened/closed/denied status of the server.
8668 @end table
8669
8670 @vindex gnus-server-mode-line-format
8671 The mode line can also be customized by using the
8672 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
8673 Formatting}).  The following specs are understood:
8674
8675 @table @samp
8676 @item S
8677 Server name.
8678
8679 @item M
8680 Server method.
8681 @end table
8682
8683 Also @pxref{Formatting Variables}.
8684
8685
8686 @node Server Commands
8687 @subsection Server Commands
8688 @cindex server commands
8689
8690 @table @kbd
8691
8692 @item a
8693 @kindex a (Server)
8694 @findex gnus-server-add-server
8695 Add a new server (@code{gnus-server-add-server}).
8696
8697 @item e
8698 @kindex e (Server)
8699 @findex gnus-server-edit-server
8700 Edit a server (@code{gnus-server-edit-server}).
8701
8702 @item SPACE
8703 @kindex SPACE (Server)
8704 @findex gnus-server-read-server
8705 Browse the current server (@code{gnus-server-read-server}).
8706
8707 @item q
8708 @kindex q (Server)
8709 @findex gnus-server-exit
8710 Return to the group buffer (@code{gnus-server-exit}).
8711
8712 @item k
8713 @kindex k (Server)
8714 @findex gnus-server-kill-server
8715 Kill the current server (@code{gnus-server-kill-server}).
8716
8717 @item y
8718 @kindex y (Server)
8719 @findex gnus-server-yank-server
8720 Yank the previously killed server (@code{gnus-server-yank-server}).
8721
8722 @item c
8723 @kindex c (Server)
8724 @findex gnus-server-copy-server
8725 Copy the current server (@code{gnus-server-copy-server}).
8726
8727 @item l
8728 @kindex l (Server)
8729 @findex gnus-server-list-servers
8730 List all servers (@code{gnus-server-list-servers}).
8731
8732 @item s
8733 @kindex s (Server)
8734 @findex gnus-server-scan-server
8735 Request that the server scan its sources for new articles
8736 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
8737 servers.
8738
8739 @item g
8740 @kindex g (Server)
8741 @findex gnus-server-regenerate-server
8742 Request that the server regenerate all its data structures
8743 (@code{gnus-server-regenerate-server}).  This can be useful if you have
8744 a mail backend that has gotten out of synch.
8745
8746 @end table
8747
8748
8749 @node Example Methods
8750 @subsection Example Methods
8751
8752 Most select methods are pretty simple and self-explanatory:
8753
8754 @lisp
8755 (nntp "news.funet.fi")
8756 @end lisp
8757
8758 Reading directly from the spool is even simpler:
8759
8760 @lisp
8761 (nnspool "")
8762 @end lisp
8763
8764 As you can see, the first element in a select method is the name of the
8765 backend, and the second is the @dfn{address}, or @dfn{name}, if you
8766 will.
8767
8768 After these two elements, there may be an arbitrary number of
8769 @var{(variable form)} pairs.
8770
8771 To go back to the first example---imagine that you want to read from
8772 port 15 on that machine.  This is what the select method should
8773 look like then:
8774
8775 @lisp
8776 (nntp "news.funet.fi" (nntp-port-number 15))
8777 @end lisp
8778
8779 You should read the documentation to each backend to find out what
8780 variables are relevant, but here's an @code{nnmh} example:
8781
8782 @code{nnmh} is a mail backend that reads a spool-like structure.  Say
8783 you have two structures that you wish to access: One is your private
8784 mail spool, and the other is a public one.  Here's the possible spec for
8785 your private mail:
8786
8787 @lisp
8788 (nnmh "private" (nnmh-directory "~/private/mail/"))
8789 @end lisp
8790
8791 (This server is then called @samp{private}, but you may have guessed
8792 that.)
8793
8794 Here's the method for a public spool:
8795
8796 @lisp
8797 (nnmh "public"
8798       (nnmh-directory "/usr/information/spool/")
8799       (nnmh-get-new-mail nil))
8800 @end lisp
8801
8802 If you are behind a firewall and only have access to the @sc{nntp}
8803 server from the firewall machine, you can instruct Gnus to @code{rlogin}
8804 on the firewall machine and telnet from there to the @sc{nntp} server.
8805 Doing this can be rather fiddly, but your virtual server definition
8806 should probably look something like this:
8807
8808 @lisp
8809 (nntp "firewall"
8810       (nntp-address "the.firewall.machine")
8811       (nntp-open-connection-function nntp-open-rlogin)
8812       (nntp-end-of-line "\n")
8813       (nntp-rlogin-parameters
8814        ("telnet" "the.real.nntp.host" "nntp")))
8815 @end lisp
8816
8817 If you want to use the wonderful @code{ssh} program to provide a
8818 compressed connection over the modem line, you could create a virtual
8819 server that would look something like this:
8820
8821 @lisp
8822 (nntp "news"
8823        (nntp-address "copper.uio.no")
8824        (nntp-rlogin-program "ssh")
8825        (nntp-open-connection-function nntp-open-rlogin)
8826        (nntp-end-of-line "\n")
8827        (nntp-rlogin-parameters
8828         ("telnet" "news.uio.no" "nntp")))
8829 @end lisp
8830
8831 This means that you have to have set up @code{ssh-agent} correctly to
8832 provide automatic authorization, of course.  And to get a compressed
8833 connection, you have to have the @samp{Compression} option in the
8834 @code{ssh} @file{config} file.
8835
8836
8837 @node Creating a Virtual Server
8838 @subsection Creating a Virtual Server
8839
8840 If you're saving lots of articles in the cache by using persistent
8841 articles, you may want to create a virtual server to read the cache.
8842
8843 First you need to add a new server.  The @kbd{a} command does that.  It
8844 would probably be best to use @code{nnspool} to read the cache.  You
8845 could also use @code{nnml} or @code{nnmh}, though.
8846
8847 Type @kbd{a nnspool RET cache RET}.
8848
8849 You should now have a brand new @code{nnspool} virtual server called
8850 @samp{cache}.  You now need to edit it to have the right definitions.
8851 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
8852 will contain the following:
8853
8854 @lisp
8855 (nnspool "cache")
8856 @end lisp
8857
8858 Change that to:
8859
8860 @lisp
8861 (nnspool "cache"
8862          (nnspool-spool-directory "~/News/cache/")
8863          (nnspool-nov-directory "~/News/cache/")
8864          (nnspool-active-file "~/News/cache/active"))
8865 @end lisp
8866
8867 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
8868 @kbd{RET} over this virtual server, you should be entered into a browse
8869 buffer, and you should be able to enter any of the groups displayed.
8870
8871
8872 @node Server Variables
8873 @subsection Server Variables
8874
8875 One sticky point when defining variables (both on backends and in Emacs
8876 in general) is that some variables are typically initialized from other
8877 variables when the definition of the variables is being loaded.  If you
8878 change the "base" variable after the variables have been loaded, you
8879 won't change the "derived" variables.
8880
8881 This typically affects directory and file variables.  For instance,
8882 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
8883 directory variables are initialized from that variable, so
8884 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
8885 new virtual @code{nnml} server, it will @emph{not} suffice to set just
8886 @code{nnml-directory}---you have to explicitly set all the file
8887 variables to be what you want them to be.  For a complete list of
8888 variables for each backend, see each backend's section later in this
8889 manual, but here's an example @code{nnml} definition:
8890
8891 @lisp
8892 (nnml "public"
8893       (nnml-directory "~/my-mail/")
8894       (nnml-active-file "~/my-mail/active")
8895       (nnml-newsgroups-file "~/my-mail/newsgroups"))
8896 @end lisp
8897
8898
8899 @node Servers and Methods
8900 @subsection Servers and Methods
8901
8902 Wherever you would normally use a select method
8903 (e.g. @code{gnus-secondary-select-method}, in the group select method,
8904 when browsing a foreign server) you can use a virtual server name
8905 instead.  This could potentially save lots of typing.  And it's nice all
8906 over.
8907
8908
8909 @node Unavailable Servers
8910 @subsection Unavailable Servers
8911
8912 If a server seems to be unreachable, Gnus will mark that server as
8913 @code{denied}.  That means that any subsequent attempt to make contact
8914 with that server will just be ignored.  ``It can't be opened,'' Gnus
8915 will tell you, without making the least effort to see whether that is
8916 actually the case or not.
8917
8918 That might seem quite naughty, but it does make sense most of the time.
8919 Let's say you have 10 groups subscribed to on server
8920 @samp{nephelococcygia.com}.  This server is located somewhere quite far
8921 away from you and the machine is quite slow, so it takes 1 minute just
8922 to find out that it refuses connection to you today.  If Gnus were to
8923 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
8924 attempt to do that.  Once it has gotten a single ``connection refused'',
8925 it will regard that server as ``down''.
8926
8927 So, what happens if the machine was only feeling unwell temporarily?
8928 How do you test to see whether the machine has come up again?
8929
8930 You jump to the server buffer (@pxref{The Server Buffer}) and poke it
8931 with the following commands:
8932
8933 @table @kbd
8934
8935 @item O
8936 @kindex O (Server)
8937 @findex gnus-server-open-server
8938 Try to establish connection to the server on the current line
8939 (@code{gnus-server-open-server}).
8940
8941 @item C
8942 @kindex C (Server)
8943 @findex gnus-server-close-server
8944 Close the connection (if any) to the server
8945 (@code{gnus-server-close-server}).
8946
8947 @item D
8948 @kindex D (Server)
8949 @findex gnus-server-deny-server
8950 Mark the current server as unreachable
8951 (@code{gnus-server-deny-server}).
8952
8953 @item M-o
8954 @kindex M-o (Server)
8955 @findex gnus-server-open-all-servers
8956 Open the connections to all servers in the buffer
8957 (@code{gnus-server-open-all-servers}).
8958
8959 @item M-c
8960 @kindex M-c (Server)
8961 @findex gnus-server-close-all-servers
8962 Close the connections to all servers in the buffer
8963 (@code{gnus-server-close-all-servers}).
8964
8965 @item R
8966 @kindex R (Server)
8967 @findex gnus-server-remove-denials
8968 Remove all marks to whether Gnus was denied connection from any servers
8969 (@code{gnus-server-remove-denials}).
8970
8971 @end table
8972
8973
8974 @node Getting News
8975 @section Getting News
8976 @cindex reading news
8977 @cindex news backends
8978
8979 A newsreader is normally used for reading news.  Gnus currently provides
8980 only two methods of getting news---it can read from an @sc{nntp} server,
8981 or it can read from a local spool.
8982
8983 @menu
8984 * NNTP::               Reading news from an @sc{nntp} server.
8985 * News Spool::         Reading news from the local spool.
8986 @end menu
8987
8988
8989 @node NNTP
8990 @subsection @sc{nntp}
8991 @cindex nntp
8992
8993 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
8994 You just specify @code{nntp} as method and the address of the @sc{nntp}
8995 server as the, uhm, address.
8996
8997 If the @sc{nntp} server is located at a non-standard port, setting the
8998 third element of the select method to this port number should allow you
8999 to connect to the right port.  You'll have to edit the group info for
9000 that (@pxref{Foreign Groups}).
9001
9002 The name of the foreign group can be the same as a native group.  In
9003 fact, you can subscribe to the same group from as many different servers
9004 you feel like.  There will be no name collisions.
9005
9006 The following variables can be used to create a virtual @code{nntp}
9007 server:
9008
9009 @table @code
9010
9011 @item nntp-server-opened-hook
9012 @vindex nntp-server-opened-hook
9013 @cindex @sc{mode reader}
9014 @cindex authinfo
9015 @cindex authentification
9016 @cindex nntp authentification
9017 @findex nntp-send-authinfo
9018 @findex nntp-send-mode-reader
9019 is run after a connection has been made.  It can be used to send
9020 commands to the @sc{nntp} server after it has been contacted.  By
9021 default it sends the command @code{MODE READER} to the server with the
9022 @code{nntp-send-mode-reader} function.  This function should always be
9023 present in this hook.
9024
9025 @item nntp-authinfo-function
9026 @vindex nntp-authinfo-function
9027 @findex nntp-send-authinfo
9028 @vindex nntp-authinfo-file
9029 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
9030 server.  The default function is @code{nntp-send-authinfo}, which looks
9031 through your @file{~/.authinfo} (or whatever you've set the
9032 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
9033 are found, it will prompt you for a login name and a password.  The
9034 format of the @file{~/.authinfo} file is (almost) the same as the
9035 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
9036 manual page, but here are the salient facts:
9037
9038 @enumerate
9039 @item
9040 The file contains one or more line, each of which define one server.
9041
9042 @item
9043 Each line may contain an arbitrary number of token/value pairs.  The
9044 valid tokens include @samp{machine}, @samp{login}, @samp{password},
9045 @samp{default} and @samp{force}.  (The latter is not a valid
9046 @file{.netrc}/@code{ftp} token, which is the only way the
9047 @file{.authinfo} file format deviates from the @file{.netrc} file
9048 format.)
9049
9050 @end enumerate
9051
9052 Here's an example file:
9053
9054 @example
9055 machine news.uio.no login larsi password geheimnis
9056 machine nntp.ifi.uio.no login larsi force yes
9057 @end example
9058
9059 The token/value pairs may appear in any order; @samp{machine} doesn't
9060 have to be first, for instance.
9061
9062 In this example, both login name and password have been supplied for the
9063 former server, while the latter has only the login name listed, and the
9064 user will be prompted for the password.  The latter also has the
9065 @samp{force} tag, which means that the authinfo will be sent to the
9066 @var{nntp} server upon connection; the default (i.e., when there is not
9067 @samp{force} tag) is to not send authinfo to the @var{nntp} server
9068 until the @var{nntp} server asks for it.
9069
9070 You can also add @samp{default} lines that will apply to all servers
9071 that don't have matching @samp{machine} lines.
9072
9073 @example
9074 default force yes
9075 @end example
9076
9077 This will force sending @samp{AUTHINFO} commands to all servers not
9078 previously mentioned.
9079
9080 Remember to not leave the @file{~/.authinfo} file world-readable.
9081
9082 @item nntp-server-action-alist
9083 @vindex nntp-server-action-alist
9084 This is a list of regexps to match on server types and actions to be
9085 taken when matches are made.  For instance, if you want Gnus to beep
9086 every time you connect to innd, you could say something like:
9087
9088 @lisp
9089 (setq nntp-server-action-alist
9090       '(("innd" (ding))))
9091 @end lisp
9092
9093 You probably don't want to do that, though.
9094
9095 The default value is
9096
9097 @lisp
9098 '(("nntpd 1\\.5\\.11t"
9099    (remove-hook 'nntp-server-opened-hook 'nntp-send-mode-reader)))
9100 @end lisp
9101
9102 This ensures that Gnus doesn't send the @code{MODE READER} command to
9103 nntpd 1.5.11t, since that command chokes that server, I've been told.
9104
9105 @item nntp-maximum-request
9106 @vindex nntp-maximum-request
9107 If the @sc{nntp} server doesn't support @sc{nov} headers, this backend
9108 will collect headers by sending a series of @code{head} commands.  To
9109 speed things up, the backend sends lots of these commands without
9110 waiting for reply, and then reads all the replies.  This is controlled
9111 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
9112 your network is buggy, you should set this to 1.
9113
9114 @item nntp-connection-timeout
9115 @vindex nntp-connection-timeout
9116 If you have lots of foreign @code{nntp} groups that you connect to
9117 regularly, you're sure to have problems with @sc{nntp} servers not
9118 responding properly, or being too loaded to reply within reasonable
9119 time.  This is can lead to awkward problems, which can be helped
9120 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
9121 that says how many seconds the @code{nntp} backend should wait for a
9122 connection before giving up.  If it is @code{nil}, which is the default,
9123 no timeouts are done.
9124
9125 @c @item nntp-command-timeout
9126 @c @vindex nntp-command-timeout
9127 @c @cindex PPP connections
9128 @c @cindex dynamic IP addresses
9129 @c If you're running Gnus on a machine that has a dynamically assigned
9130 @c address, Gnus may become confused.  If the address of your machine
9131 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
9132 @c waiting forever for replies from the server.  To help with this
9133 @c unfortunate problem, you can set this command to a number.  Gnus will
9134 @c then, if it sits waiting for a reply from the server longer than that
9135 @c number of seconds, shut down the connection, start a new one, and resend
9136 @c the command.  This should hopefully be transparent to the user.  A
9137 @c likely number is 30 seconds.
9138 @c
9139 @c @item nntp-retry-on-break
9140 @c @vindex nntp-retry-on-break
9141 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
9142 @c hangs.  This will have much the same effect as the command timeout
9143 @c described above.
9144
9145 @item nntp-server-hook
9146 @vindex nntp-server-hook
9147 This hook is run as the last step when connecting to an @sc{nntp}
9148 server.
9149
9150 @findex nntp-open-rlogin
9151 @findex nntp-open-telnet
9152 @findex nntp-open-network-stream
9153 @item nntp-open-connection-function
9154 @vindex nntp-open-connection-function
9155 This function is used to connect to the remote system.  Four pre-made
9156 functions are supplied:
9157
9158 @table @code
9159 @item nntp-open-network-stream
9160 This is the default, and simply connects to some port or other on the
9161 remote system.
9162
9163 @item nntp-open-rlogin
9164 Does an @samp{rlogin} on the
9165 remote system, and then does a @samp{telnet} to the @sc{nntp} server
9166 available there.
9167
9168 @code{nntp-open-rlogin}-related variables:
9169
9170 @table @code
9171
9172 @item nntp-rlogin-program
9173 @vindex nntp-rlogin-program
9174 Program used to log in on remote machines.  The default is @samp{rsh},
9175 but @samp{ssh} is a popular alternative.
9176
9177 @item nntp-rlogin-parameters
9178 @vindex nntp-rlogin-parameters
9179 This list will be used as the parameter list given to @code{rsh}.
9180
9181 @item nntp-rlogin-user-name
9182 @vindex nntp-rlogin-user-name
9183 User name on the remote system.
9184
9185 @end table
9186
9187 @item nntp-open-telnet
9188 Does a @samp{telnet} to the remote system and then another @samp{telnet}
9189 to get to the @sc{nntp} server.
9190
9191 @code{nntp-open-telnet}-related variables:
9192
9193 @table @code
9194 @item nntp-telnet-command
9195 @vindex nntp-telnet-command
9196 Command used to start @code{telnet}.
9197
9198 @item nntp-telnet-switches
9199 @vindex nntp-telnet-switches
9200 List of strings to be used as the switches to the @code{telnet} command.
9201
9202 @item nntp-telnet-user-name
9203 @vindex nntp-telnet-user-name
9204 User name for log in on the remote system.
9205
9206 @item nntp-telnet-passwd
9207 @vindex nntp-telnet-passwd
9208 Password to use when logging in.
9209
9210 @item nntp-telnet-parameters
9211 @vindex nntp-telnet-parameters
9212 A list of strings executed as a command after logging in
9213 via @code{telnet}.
9214
9215 @item nntp-telnet-shell-prompt
9216 @vindex nntp-telnet-shell-prompt
9217 Regexp matching the shell prompt on the remote machine.  The default is
9218 @samp{bash\\|\$ *\r?$\\|> *\r?}.
9219
9220 @item nntp-open-telnet-envuser
9221 @vindex nntp-open-telnet-envuser
9222 If non-@code{nil}, the @code{telnet} session (client and server both)
9223 will support the @code{ENVIRON} option and not prompt for login name.
9224 This works for Solaris @code{telnet}, for instance.
9225
9226 @end table
9227
9228 @findex nntp-open-ssl-stream
9229 @item nntp-open-ssl-stream
9230 Opens a connection to a server over a @dfn{secure} channel.  To use this
9231 you must have SSLay installed
9232 (@file{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also need
9233 @file{ssl.el} (from the W3 distributeion, for instance).  You then
9234 define a server as follows:
9235
9236 @lisp
9237 ;; Type `C-c C-c' after you've finished editing.
9238 ;;
9239 ;; "snews" is port 563 and is predefined in our /etc/services
9240 ;;
9241 (nntp "snews.bar.com"
9242       (nntp-open-connection-function nntp-open-ssl-stream)
9243       (nntp-port-number "snews")
9244       (nntp-address "snews.bar.com"))
9245 @end lisp
9246
9247 @end table
9248
9249 @item nntp-end-of-line
9250 @vindex nntp-end-of-line
9251 String to use as end-of-line marker when talking to the @sc{nntp}
9252 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
9253 using @code{rlogin} to talk to the server.
9254
9255 @item nntp-rlogin-user-name
9256 @vindex nntp-rlogin-user-name
9257 User name on the remote system when using the @code{rlogin} connect
9258 function.
9259
9260 @item nntp-address
9261 @vindex nntp-address
9262 The address of the remote system running the @sc{nntp} server.
9263
9264 @item nntp-port-number
9265 @vindex nntp-port-number
9266 Port number to connect to when using the @code{nntp-open-network-stream}
9267 connect function.
9268
9269 @item nntp-buggy-select
9270 @vindex nntp-buggy-select
9271 Set this to non-@code{nil} if your select routine is buggy.
9272
9273 @item nntp-nov-is-evil
9274 @vindex nntp-nov-is-evil
9275 If the @sc{nntp} server does not support @sc{nov}, you could set this
9276 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
9277 can be used.
9278
9279 @item nntp-xover-commands
9280 @vindex nntp-xover-commands
9281 @cindex nov
9282 @cindex XOVER
9283 List of strings used as commands to fetch @sc{nov} lines from a
9284 server.  The default value of this variable is @code{("XOVER"
9285 "XOVERVIEW")}.
9286
9287 @item nntp-nov-gap
9288 @vindex nntp-nov-gap
9289 @code{nntp} normally sends just one big request for @sc{nov} lines to
9290 the server.  The server responds with one huge list of lines.  However,
9291 if you have read articles 2-5000 in the group, and only want to read
9292 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
9293 lines that you will not need.  This variable says how
9294 big a gap between two consecutive articles is allowed to be before the
9295 @code{XOVER} request is split into several request.  Note that if your
9296 network is fast, setting this variable to a really small number means
9297 that fetching will probably be slower.  If this variable is @code{nil},
9298 @code{nntp} will never split requests.  The default is 5.
9299
9300 @item nntp-prepare-server-hook
9301 @vindex nntp-prepare-server-hook
9302 A hook run before attempting to connect to an @sc{nntp} server.
9303
9304 @item nntp-warn-about-losing-connection
9305 @vindex nntp-warn-about-losing-connection
9306 If this variable is non-@code{nil}, some noise will be made when a
9307 server closes connection.
9308
9309 @item nntp-record-commands
9310 @vindex nntp-record-commands
9311 If non-@code{nil}, @code{nntp} will log all commands it sends to the
9312 @sc{nntp} server (along with a timestep) in the @samp{*nntp-log*}
9313 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
9314 that doesn't seem to work.
9315
9316 @end table
9317
9318
9319 @node News Spool
9320 @subsection News Spool
9321 @cindex nnspool
9322 @cindex news spool
9323
9324 Subscribing to a foreign group from the local spool is extremely easy,
9325 and might be useful, for instance, to speed up reading groups that
9326 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
9327 instance.
9328
9329 Anyways, you just specify @code{nnspool} as the method and @code{""} (or
9330 anything else) as the address.
9331
9332 If you have access to a local spool, you should probably use that as the
9333 native select method (@pxref{Finding the News}).  It is normally faster
9334 than using an @code{nntp} select method, but might not be.  It depends.
9335 You just have to try to find out what's best at your site.
9336
9337 @table @code
9338
9339 @item nnspool-inews-program
9340 @vindex nnspool-inews-program
9341 Program used to post an article.
9342
9343 @item nnspool-inews-switches
9344 @vindex nnspool-inews-switches
9345 Parameters given to the inews program when posting an article.
9346
9347 @item nnspool-spool-directory
9348 @vindex nnspool-spool-directory
9349 Where @code{nnspool} looks for the articles.  This is normally
9350 @file{/usr/spool/news/}.
9351
9352 @item nnspool-nov-directory
9353 @vindex nnspool-nov-directory
9354 Where @code{nnspool} will look for @sc{nov} files.  This is normally
9355 @file{/usr/spool/news/over.view/}.
9356
9357 @item nnspool-lib-dir
9358 @vindex nnspool-lib-dir
9359 Where the news lib dir is (@file{/usr/lib/news/} by default).
9360
9361 @item nnspool-active-file
9362 @vindex nnspool-active-file
9363 The path to the active file.
9364
9365 @item nnspool-newsgroups-file
9366 @vindex nnspool-newsgroups-file
9367 The path to the group descriptions file.
9368
9369 @item nnspool-history-file
9370 @vindex nnspool-history-file
9371 The path to the news history file.
9372
9373 @item nnspool-active-times-file
9374 @vindex nnspool-active-times-file
9375 The path to the active date file.
9376
9377 @item nnspool-nov-is-evil
9378 @vindex nnspool-nov-is-evil
9379 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
9380 that it finds.
9381
9382 @item nnspool-sift-nov-with-sed
9383 @vindex nnspool-sift-nov-with-sed
9384 @cindex sed
9385 If non-@code{nil}, which is the default, use @code{sed} to get the
9386 relevant portion from the overview file.  If nil, @code{nnspool} will
9387 load the entire file into a buffer and process it there.
9388
9389 @end table
9390
9391
9392 @node Getting Mail
9393 @section Getting Mail
9394 @cindex reading mail
9395 @cindex mail
9396
9397 Reading mail with a newsreader---isn't that just plain WeIrD? But of
9398 course.
9399
9400 @menu
9401 * Getting Started Reading Mail:: A simple cookbook example.
9402 * Splitting Mail::               How to create mail groups.
9403 * Mail Backend Variables::       Variables for customizing mail handling.
9404 * Fancy Mail Splitting::         Gnus can do hairy splitting of incoming mail.
9405 * Mail and Procmail::            Reading mail groups that procmail create.
9406 * Incorporating Old Mail::       What about the old mail you have?
9407 * Expiring Mail::                Getting rid of unwanted mail.
9408 * Washing Mail::                 Removing gruft from the mail you get.
9409 * Duplicates::                   Dealing with duplicated mail.
9410 * Not Reading Mail::             Using mail backends for reading other files.
9411 * Choosing a Mail Backend::      Gnus can read a variety of mail formats.
9412 @end menu
9413
9414
9415 @node Getting Started Reading Mail
9416 @subsection Getting Started Reading Mail
9417
9418 It's quite easy to use Gnus to read your new mail.  You just plonk the
9419 mail backend of your choice into @code{gnus-secondary-select-methods},
9420 and things will happen automatically.
9421
9422 For instance, if you want to use @code{nnml} (which is a "one file per
9423 mail" backend), you could put the following in your @file{.gnus} file:
9424
9425 @lisp
9426 (setq gnus-secondary-select-methods
9427       '((nnml "private")))
9428 @end lisp
9429
9430 Now, the next time you start Gnus, this backend will be queried for new
9431 articles, and it will move all the messages in your spool file to its
9432 directory, which is @code{~/Mail/} by default.  The new group that will
9433 be created (@samp{mail.misc}) will be subscribed, and you can read it
9434 like any other group.
9435
9436 You will probably want to split the mail into several groups, though:
9437
9438 @lisp
9439 (setq nnmail-split-methods
9440       '(("junk" "^From:.*Lars Ingebrigtsen")
9441         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
9442         ("other" "")))
9443 @end lisp
9444
9445 This will result in three new @code{nnml} mail groups being created:
9446 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
9447 mail that doesn't fit into the first two groups will be placed in the
9448 last group.
9449
9450 This should be sufficient for reading mail with Gnus.  You might want to
9451 give the other sections in this part of the manual a perusal, though.
9452 Especially @pxref{Choosing a Mail Backend} and @pxref{Expiring Mail}.
9453
9454
9455 @node Splitting Mail
9456 @subsection Splitting Mail
9457 @cindex splitting mail
9458 @cindex mail splitting
9459
9460 @vindex nnmail-split-methods
9461 The @code{nnmail-split-methods} variable says how the incoming mail is
9462 to be split into groups.
9463
9464 @lisp
9465 (setq nnmail-split-methods
9466   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
9467     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
9468     ("mail.other" "")))
9469 @end lisp
9470
9471 This variable is a list of lists, where the first element of each of
9472 these lists is the name of the mail group (they do not have to be called
9473 something beginning with @samp{mail}, by the way), and the second
9474 element is a regular expression used on the header of each mail to
9475 determine if it belongs in this mail group.  The first string may
9476 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
9477 insert sub-expressions from the matched text.  For instance:
9478
9479 @lisp
9480 ("list.\\1" "From:.*\\(.*\\)-list@@majordomo.com")
9481 @end lisp
9482
9483 The second element can also be a function.  In that case, it will be
9484 called narrowed to the headers with the first element of the rule as the
9485 argument.  It should return a non-@code{nil} value if it thinks that the
9486 mail belongs in that group.
9487
9488 The last of these groups should always be a general one, and the regular
9489 expression should @emph{always} be @samp{} so that it matches any mails
9490 that haven't been matched by any of the other regexps.  (These rules are
9491 processed from the beginning of the alist toward the end.  The first
9492 rule to make a match will "win", unless you have crossposting enabled.
9493 In that case, all matching rules will "win".)
9494
9495 If you like to tinker with this yourself, you can set this variable to a
9496 function of your choice.  This function will be called without any
9497 arguments in a buffer narrowed to the headers of an incoming mail
9498 message.  The function should return a list of group names that it
9499 thinks should carry this mail message.
9500
9501 Note that the mail backends are free to maul the poor, innocent,
9502 incoming headers all they want to.  They all add @code{Lines} headers;
9503 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
9504 @code{From<SPACE>} line to something else.
9505
9506 @vindex nnmail-crosspost
9507 The mail backends all support cross-posting.  If several regexps match,
9508 the mail will be ``cross-posted'' to all those groups.
9509 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
9510 that no articles are crossposted to the general (@samp{}) group.
9511
9512 @vindex nnmail-crosspost-link-function
9513 @cindex crosspost
9514 @cindex links
9515 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
9516 the crossposted articles.  However, not all file systems support hard
9517 links.  If that's the case for you, set
9518 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
9519 variable is @code{add-name-to-file} by default.)
9520
9521 @kindex M-x nnmail-split-history
9522 @kindex nnmail-split-history
9523 If you wish to see where the previous mail split put the messages, you
9524 can use the @kbd{M-x nnmail-split-history} command.
9525
9526 Gnus gives you all the opportunity you could possibly want for shooting
9527 yourself in the foot.  Let's say you create a group that will contain
9528 all the mail you get from your boss.  And then you accidentally
9529 unsubscribe from the group.  Gnus will still put all the mail from your
9530 boss in the unsubscribed group, and so, when your boss mails you ``Have
9531 that report ready by Monday or you're fired!'', you'll never see it and,
9532 come Tuesday, you'll still believe that you're gainfully employed while
9533 you really should be out collecting empty bottles to save up for next
9534 month's rent money.
9535
9536
9537 @node Mail Backend Variables
9538 @subsection Mail Backend Variables
9539
9540 These variables are (for the most part) pertinent to all the various
9541 mail backends.
9542
9543 @table @code
9544 @vindex nnmail-read-incoming-hook
9545 @item nnmail-read-incoming-hook
9546 The mail backends all call this hook after reading new mail.  You can
9547 use this hook to notify any mail watch programs, if you want to.
9548
9549 @vindex nnmail-spool-file
9550 @item nnmail-spool-file
9551 @cindex POP mail
9552 @cindex MAILHOST
9553 @cindex movemail
9554 @vindex nnmail-pop-password
9555 @vindex nnmail-pop-password-required
9556 The backends will look for new mail in this file.  If this variable is
9557 @code{nil}, the mail backends will never attempt to fetch mail by
9558 themselves.  If you are using a POP mail server and your name is
9559 @samp{larsi}, you should set this variable to @samp{po:larsi}.  If
9560 your name is not @samp{larsi}, you should probably modify that
9561 slightly, but you may have guessed that already, you smart & handsome
9562 devil!  You can also set this variable to @code{pop}, and Gnus will try
9563 to figure out the POP mail string by itself.  In any case, Gnus will
9564 call @code{movemail} which will contact the POP server named in the
9565 @code{MAILHOST} environment variable.  If the POP server needs a
9566 password, you can either set @code{nnmail-pop-password-required} to
9567 @code{t} and be prompted for the password, or set
9568 @code{nnmail-pop-password} to the password itself.
9569
9570 @code{nnmail-spool-file} can also be a list of mailboxes.
9571
9572 Your Emacs has to have been configured with @samp{--with-pop} before
9573 compilation.  This is the default, but some installations have it
9574 switched off.
9575
9576 When you use a mail backend, Gnus will slurp all your mail from your
9577 inbox and plonk it down in your home directory.  Gnus doesn't move any
9578 mail if you're not using a mail backend---you have to do a lot of magic
9579 invocations first.  At the time when you have finished drawing the
9580 pentagram, lightened the candles, and sacrificed the goat, you really
9581 shouldn't be too surprised when Gnus moves your mail.
9582
9583 @vindex nnmail-use-procmail
9584 @vindex nnmail-procmail-suffix
9585 @item nnmail-use-procmail
9586 If non-@code{nil}, the mail backends will look in
9587 @code{nnmail-procmail-directory} for incoming mail.  All the files in
9588 that directory that have names ending in @code{nnmail-procmail-suffix}
9589 will be considered incoming mailboxes, and will be searched for new
9590 mail.
9591
9592 @vindex nnmail-crash-box
9593 @item nnmail-crash-box
9594 When a mail backend reads a spool file, mail is first moved to this
9595 file, which is @file{~/.gnus-crash-box} by default.  If this file
9596 already exists, it will always be read (and incorporated) before any
9597 other spool files.
9598
9599 @vindex nnmail-prepare-incoming-hook
9600 @item nnmail-prepare-incoming-hook
9601 This is run in a buffer that holds all the new incoming mail, and can be
9602 used for, well, anything, really.
9603
9604 @vindex nnmail-split-hook
9605 @item nnmail-split-hook
9606 @findex article-decode-rfc1522
9607 @findex RFC1522 decoding
9608 Hook run in the buffer where the mail headers of each message is kept
9609 just before the splitting based on these headers is done.  The hook is
9610 free to modify the buffer contents in any way it sees fit---the buffer
9611 is discarded after the splitting has been done, and no changes performed
9612 in the buffer will show up in any files.  @code{gnus-article-decode-rfc1522}
9613 is one likely function to add to this hook.
9614
9615 @vindex nnmail-pre-get-new-mail-hook
9616 @vindex nnmail-post-get-new-mail-hook
9617 @item nnmail-pre-get-new-mail-hook
9618 @itemx nnmail-post-get-new-mail-hook
9619 These are two useful hooks executed when treating new incoming
9620 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
9621 starting to handle the new mail) and
9622 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
9623 is done).  Here's and example of using these two hooks to change the
9624 default file modes the new mail files get:
9625
9626 @lisp
9627 (add-hook 'gnus-pre-get-new-mail-hook
9628           (lambda () (set-default-file-modes 511)))
9629
9630 (add-hook 'gnus-post-get-new-mail-hook
9631           (lambda () (set-default-file-modes 551)))
9632 @end lisp
9633
9634 @item nnmail-tmp-directory
9635 @vindex nnmail-tmp-directory
9636 This variable says where to move incoming mail to -- while processing
9637 it.  This is usually done in the same directory that the mail backend
9638 inhabits (e.g., @file{~/Mail/}), but if this variable is non-@code{nil},
9639 it will be used instead.
9640
9641 @item nnmail-movemail-program
9642 @vindex nnmail-movemail-program
9643 This program is executed to move mail from the user's inbox to her home
9644 directory.  The default is @samp{movemail}.
9645
9646 This can also be a function.  In that case, the function will be called
9647 with two parameters -- the name of the inbox, and the file to be moved
9648 to.
9649
9650 @item nnmail-delete-incoming
9651 @vindex nnmail-delete-incoming
9652 @cindex incoming mail files
9653 @cindex deleting incoming files
9654 If non-@code{nil}, the mail backends will delete the temporary incoming
9655 file after splitting mail into the proper groups.  This is @code{t} by
9656 default.
9657
9658 @c This is @code{nil} by
9659 @c default for reasons of security.
9660
9661 @c Since Red Gnus is an alpha release, it is to be expected to lose mail.
9662 (No Gnus release since (ding) Gnus 0.10 (or something like that) have
9663 lost mail, I think, but that's not the point.  (Except certain versions
9664 of Red Gnus.))  By not deleting the Incoming* files, one can be sure not
9665 to lose mail -- if Gnus totally whacks out, one can always recover what
9666 was lost.
9667
9668 You may delete the @file{Incoming*} files at will.
9669
9670 @item nnmail-use-long-file-names
9671 @vindex nnmail-use-long-file-names
9672 If non-@code{nil}, the mail backends will use long file and directory
9673 names.  Groups like @samp{mail.misc} will end up in directories
9674 (assuming use of @code{nnml} backend) or files (assuming use of
9675 @code{nnfolder} backend) like @file{mail.misc}.  If it is @code{nil},
9676 the same group will end up in @file{mail/misc}.
9677
9678 @item nnmail-delete-file-function
9679 @vindex nnmail-delete-file-function
9680 @findex delete-file
9681 Function called to delete files.  It is @code{delete-file} by default.
9682
9683 @item nnmail-cache-accepted-message-ids
9684 @vindex nnmail-cache-accepted-message-ids
9685 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
9686 the backend (via @code{Gcc}, for instance) into the mail duplication
9687 discovery cache.  The default is @code{nil}.
9688
9689 @end table
9690
9691
9692 @node Fancy Mail Splitting
9693 @subsection Fancy Mail Splitting
9694 @cindex mail splitting
9695 @cindex fancy mail splitting
9696
9697 @vindex nnmail-split-fancy
9698 @findex nnmail-split-fancy
9699 If the rather simple, standard method for specifying how to split mail
9700 doesn't allow you to do what you want, you can set
9701 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
9702 play with the @code{nnmail-split-fancy} variable.
9703
9704 Let's look at an example value of this variable first:
9705
9706 @lisp
9707 ;; Messages from the mailer daemon are not crossposted to any of
9708 ;; the ordinary groups.  Warnings are put in a separate group
9709 ;; from real errors.
9710 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
9711                    "mail.misc"))
9712    ;; Non-error messages are crossposted to all relevant
9713    ;; groups, but we don't crosspost between the group for the
9714    ;; (ding) list and the group for other (ding) related mail.
9715    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
9716          ("subject" "ding" "ding.misc"))
9717       ;; Other mailing lists...
9718       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
9719       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
9720       ;; People...
9721       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
9722    ;; Unmatched mail goes to the catch all group.
9723    "misc.misc")
9724 @end lisp
9725
9726 This variable has the format of a @dfn{split}.  A split is a (possibly)
9727 recursive structure where each split may contain other splits.  Here are
9728 the five possible split syntaxes:
9729
9730 @enumerate
9731
9732 @item
9733 @samp{group}: If the split is a string, that will be taken as a group
9734 name.  Normal regexp match expansion will be done.  See below for
9735 examples. 
9736
9737 @item
9738 @var{(FIELD VALUE SPLIT)}: If the split is a list, the first element of
9739 which is a string, then store the message as specified by SPLIT, if
9740 header FIELD (a regexp) contains VALUE (also a regexp).
9741
9742 @item
9743 @var{(| SPLIT...)}: If the split is a list, and the first element is
9744 @code{|} (vertical bar), then process each SPLIT until one of them
9745 matches.  A SPLIT is said to match if it will cause the mail message to
9746 be stored in one or more groups.
9747
9748 @item
9749 @var{(& SPLIT...)}: If the split is a list, and the first element is
9750 @code{&}, then process all SPLITs in the list.
9751
9752 @item
9753 @code{junk}: If the split is the symbol @code{junk}, then don't save
9754 this message. Use with extreme caution.
9755
9756 @item
9757 @var{(: function arg1 arg2 ...)}:  If the split is a list, and the first
9758 element is @code{:}, then the second element will be called as a
9759 function with @var{args} given as arguments.  The function should return
9760 a SPLIT.
9761
9762 @item
9763 @code{nil}: If the split is @code{nil}, it is ignored.
9764
9765 @end enumerate
9766
9767 In these splits, @var{FIELD} must match a complete field name.
9768 @var{VALUE} must match a complete word according to the fundamental mode
9769 syntax table.  You can use @code{.*} in the regexps to match partial
9770 field names or words.  In other words, all @var{VALUE}'s are wrapped in
9771 @samp{\<} and @samp{\>} pairs.
9772
9773 @vindex nnmail-split-abbrev-alist
9774 @var{FIELD} and @var{VALUE} can also be lisp symbols, in that case they
9775 are expanded as specified by the variable
9776 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
9777 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
9778 value.
9779
9780 @vindex nnmail-split-fancy-syntax-table
9781 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
9782 when all this splitting is performed.
9783
9784 If you want to have Gnus create groups dynamically based on some
9785 information in the headers (i.e., do @code{replace-match}-like
9786 substitutions in the group names), you can say things like:
9787
9788 @example
9789 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
9790 @end example
9791
9792 If the string contains the element @samp{\&}, then the previously
9793 matched string will be substituted.  Similarly, the elements @samp{\\1}
9794 up to @samp{\\9} will be substituted with the text matched by the
9795 groupings 1 through 9.
9796
9797
9798 @node Mail and Procmail
9799 @subsection Mail and Procmail
9800 @cindex procmail
9801
9802 @cindex slocal
9803 @cindex elm
9804 Many people use @code{procmail} (or some other mail filter program or
9805 external delivery agent---@code{slocal}, @code{elm}, etc) to split
9806 incoming mail into groups.  If you do that, you should set
9807 @code{nnmail-spool-file} to @code{procmail} to ensure that the mail
9808 backends never ever try to fetch mail by themselves.
9809
9810 If you have a combined @code{procmail}/POP/mailbox setup, you can do
9811 something like the following:
9812
9813 @vindex nnmail-use-procmail
9814 @lisp
9815 (setq nnmail-use-procmail t)
9816 (setq nnmail-spool-file
9817       '("/usr/spool/mail/my-name" "po:my-name"))
9818 @end lisp
9819
9820 This also means that you probably don't want to set
9821 @code{nnmail-split-methods} either, which has some, perhaps, unexpected
9822 side effects.
9823
9824 When a mail backend is queried for what groups it carries, it replies
9825 with the contents of that variable, along with any groups it has figured
9826 out that it carries by other means.  None of the backends, except
9827 @code{nnmh}, actually go out to the disk and check what groups actually
9828 exist.  (It's not trivial to distinguish between what the user thinks is
9829 a basis for a newsgroup and what is just a plain old file or directory.)
9830
9831 This means that you have to tell Gnus (and the backends) by hand what
9832 groups exist.
9833
9834 Let's take the @code{nnmh} backend as an example:
9835
9836 The folders are located in @code{nnmh-directory}, say, @file{~/Mail/}.
9837 There are three folders, @file{foo}, @file{bar} and @file{mail.baz}.
9838
9839 Go to the group buffer and type @kbd{G m}.  When prompted, answer
9840 @samp{foo} for the name and @samp{nnmh} for the method.  Repeat
9841 twice for the two other groups, @samp{bar} and @samp{mail.baz}.  Be sure
9842 to include all your mail groups.
9843
9844 That's it.  You are now set to read your mail.  An active file for this
9845 method will be created automatically.
9846
9847 @vindex nnmail-procmail-suffix
9848 @vindex nnmail-procmail-directory
9849 If you use @code{nnfolder} or any other backend that store more than a
9850 single article in each file, you should never have procmail add mails to
9851 the file that Gnus sees.  Instead, procmail should put all incoming mail
9852 in @code{nnmail-procmail-directory}.  To arrive at the file name to put
9853 the incoming mail in, append @code{nnmail-procmail-suffix} to the group
9854 name.  The mail backends will read the mail from these files.
9855
9856 @vindex nnmail-resplit-incoming
9857 When Gnus reads a file called @file{mail.misc.spool}, this mail will be
9858 put in the @code{mail.misc}, as one would expect.  However, if you want
9859 Gnus to split the mail the normal way, you could set
9860 @code{nnmail-resplit-incoming} to @code{t}.
9861
9862 @vindex nnmail-keep-last-article
9863 If you use @code{procmail} to split things directly into an @code{nnmh}
9864 directory (which you shouldn't do), you should set
9865 @code{nnmail-keep-last-article} to non-@code{nil} to prevent Gnus from
9866 ever expiring the final article (i.e., the article with the highest
9867 article number) in a mail newsgroup.  This is quite, quite important.
9868
9869 Here's an example setup:  The incoming spools are located in
9870 @file{~/incoming/} and have @samp{""} as suffixes (i.e., the incoming
9871 spool files have the same names as the equivalent groups).  The
9872 @code{nnfolder} backend is to be used as the mail interface, and the
9873 @code{nnfolder} directory is @file{~/fMail/}.
9874
9875 @lisp
9876 (setq nnfolder-directory "~/fMail/")
9877 (setq nnmail-spool-file 'procmail)
9878 (setq nnmail-procmail-directory "~/incoming/")
9879 (setq gnus-secondary-select-methods '((nnfolder "")))
9880 (setq nnmail-procmail-suffix "")
9881 @end lisp
9882
9883
9884 @node Incorporating Old Mail
9885 @subsection Incorporating Old Mail
9886
9887 Most people have lots of old mail stored in various file formats.  If
9888 you have set up Gnus to read mail using one of the spiffy Gnus mail
9889 backends, you'll probably wish to have that old mail incorporated into
9890 your mail groups.
9891
9892 Doing so can be quite easy.
9893
9894 To take an example: You're reading mail using @code{nnml}
9895 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
9896 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
9897 file filled with important, but old, mail.  You want to move it into
9898 your @code{nnml} groups.
9899
9900 Here's how:
9901
9902 @enumerate
9903 @item
9904 Go to the group buffer.
9905
9906 @item
9907 Type `G f' and give the path to the mbox file when prompted to create an
9908 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
9909
9910 @item
9911 Type `SPACE' to enter the newly created group.
9912
9913 @item
9914 Type `M P b' to process-mark all articles in this group's buffer
9915 (@pxref{Setting Process Marks}).
9916
9917 @item
9918 Type `B r' to respool all the process-marked articles, and answer
9919 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
9920 @end enumerate
9921
9922 All the mail messages in the mbox file will now also be spread out over
9923 all your @code{nnml} groups.  Try entering them and check whether things
9924 have gone without a glitch.  If things look ok, you may consider
9925 deleting the mbox file, but I wouldn't do that unless I was absolutely
9926 sure that all the mail has ended up where it should be.
9927
9928 Respooling is also a handy thing to do if you're switching from one mail
9929 backend to another.  Just respool all the mail in the old mail groups
9930 using the new mail backend.
9931
9932
9933 @node Expiring Mail
9934 @subsection Expiring Mail
9935 @cindex article expiry
9936
9937 Traditional mail readers have a tendency to remove mail articles when
9938 you mark them as read, in some way.  Gnus takes a fundamentally
9939 different approach to mail reading.
9940
9941 Gnus basically considers mail just to be news that has been received in
9942 a rather peculiar manner.  It does not think that it has the power to
9943 actually change the mail, or delete any mail messages.  If you enter a
9944 mail group, and mark articles as ``read'', or kill them in some other
9945 fashion, the mail articles will still exist on the system.  I repeat:
9946 Gnus will not delete your old, read mail.  Unless you ask it to, of
9947 course.
9948
9949 To make Gnus get rid of your unwanted mail, you have to mark the
9950 articles as @dfn{expirable}.  This does not mean that the articles will
9951 disappear right away, however.  In general, a mail article will be
9952 deleted from your system if, 1) it is marked as expirable, AND 2) it is
9953 more than one week old.  If you do not mark an article as expirable, it
9954 will remain on your system until hell freezes over.  This bears
9955 repeating one more time, with some spurious capitalizations: IF you do
9956 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
9957
9958 @vindex gnus-auto-expirable-newsgroups
9959 You do not have to mark articles as expirable by hand.  Groups that
9960 match the regular expression @code{gnus-auto-expirable-newsgroups} will
9961 have all articles that you read marked as expirable automatically.  All
9962 articles marked as expirable have an @samp{E} in the first
9963 column in the summary buffer.
9964
9965 By default, if you have auto expiry switched on, Gnus will mark all the
9966 articles you read as expirable, no matter if they were read or unread
9967 before.  To avoid having articles marked as read marked as expirable
9968 automatically, you can put something like the following in your
9969 @file{.gnus} file:
9970
9971 @vindex gnus-mark-article-hook
9972 @lisp
9973 (remove-hook 'gnus-mark-article-hook
9974              'gnus-summary-mark-read-and-unread-as-read)
9975 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
9976 @end lisp
9977
9978 Note that making a group auto-expirable doesn't mean that all read
9979 articles are expired---only the articles marked as expirable
9980 will be expired.  Also note that using the @kbd{d} command won't make
9981 groups expirable---only semi-automatic marking of articles as read will
9982 mark the articles as expirable in auto-expirable groups.
9983
9984 Let's say you subscribe to a couple of mailing lists, and you want the
9985 articles you have read to disappear after a while:
9986
9987 @lisp
9988 (setq gnus-auto-expirable-newsgroups
9989       "mail.nonsense-list\\|mail.nice-list")
9990 @end lisp
9991
9992 Another way to have auto-expiry happen is to have the element
9993 @code{auto-expire} in the group parameters of the group.
9994
9995 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
9996 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
9997 don't really mix very well.
9998
9999 @vindex nnmail-expiry-wait
10000 The @code{nnmail-expiry-wait} variable supplies the default time an
10001 expirable article has to live.  Gnus starts counting days from when the
10002 message @emph{arrived}, not from when it was sent.  The default is seven
10003 days.
10004
10005 Gnus also supplies a function that lets you fine-tune how long articles
10006 are to live, based on what group they are in.  Let's say you want to
10007 have one month expiry period in the @samp{mail.private} group, a one day
10008 expiry period in the @samp{mail.junk} group, and a six day expiry period
10009 everywhere else:
10010
10011 @vindex nnmail-expiry-wait-function
10012 @lisp
10013 (setq nnmail-expiry-wait-function
10014       (lambda (group)
10015        (cond ((string= group "mail.private")
10016                31)
10017              ((string= group "mail.junk")
10018                1)
10019              ((string= group "important")
10020                'never)
10021              (t
10022                6))))
10023 @end lisp
10024
10025 The group names this function is fed are ``unadorned'' group
10026 names---no @samp{nnml:} prefixes and the like.
10027
10028 The @code{nnmail-expiry-wait} variable and
10029 @code{nnmail-expiry-wait-function} function can either be a number (not
10030 necessarily an integer) or one of the symbols @code{immediate} or
10031 @code{never}.
10032
10033 You can also use the @code{expiry-wait} group parameter to selectively
10034 change the expiry period (@pxref{Group Parameters}).
10035
10036 @vindex nnmail-keep-last-article
10037 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
10038 expire the final article in a mail newsgroup.  This is to make life
10039 easier for procmail users.
10040
10041 @vindex gnus-total-expirable-newsgroups
10042 By the way: That line up there, about Gnus never expiring non-expirable
10043 articles, is a lie.  If you put @code{total-expire} in the group
10044 parameters, articles will not be marked as expirable, but all read
10045 articles will be put through the expiry process.  Use with extreme
10046 caution.  Even more dangerous is the
10047 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
10048 this regexp will have all read articles put through the expiry process,
10049 which means that @emph{all} old mail articles in the groups in question
10050 will be deleted after a while.  Use with extreme caution, and don't come
10051 crying to me when you discover that the regexp you used matched the
10052 wrong group and all your important mail has disappeared.  Be a
10053 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
10054 with!  So there!
10055
10056 Most people make most of their mail groups total-expirable, though.
10057
10058
10059 @node Washing Mail
10060 @subsection Washing Mail
10061 @cindex mail washing
10062 @cindex list server brain damage
10063 @cindex incoming mail treatment
10064
10065 Mailers and list servers are notorious for doing all sorts of really,
10066 really stupid things with mail.  ``Hey, RFC822 doesn't explicitly
10067 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
10068 end of all lines passing through our server, so let's do that!!!!1!''
10069 Yes, but RFC822 wasn't designed to be read by morons.  Things that were
10070 considered to be self-evident were not discussed.  So.  Here we are.
10071
10072 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
10073 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
10074 be shocked and dismayed by this, but I haven't got the energy.  It is to
10075 laugh.
10076
10077 Gnus provides a plethora of functions for washing articles while
10078 displaying them, but it might be nicer to do the filtering before
10079 storing the mail to disc.  For that purpose, we have three hooks and
10080 various functions that can be put in these hooks.
10081
10082 @table @code
10083 @item nnmail-prepare-incoming-hook
10084 @vindex nnmail-prepare-incoming-hook
10085 This hook is called before doing anything with the mail and is meant for
10086 grand, sweeping gestures.  Functions to be used include:
10087
10088 @table @code
10089 @item nnheader-ms-strip-cr
10090 @findex nnheader-ms-strip-cr
10091 Remove trailing carriage returns from each line.  This is default on
10092 Emacs running on MS machines.
10093
10094 @end table
10095
10096 @item nnmail-prepare-incoming-header-hook
10097 @vindex nnmail-prepare-incoming-header-hook
10098 This hook is called narrowed to each header.  It can be used when
10099 cleaning up the headers.  Functions that can be used include:
10100
10101 @table @code
10102 @item nnmail-remove-leading-whitespace
10103 @findex nnmail-remove-leading-whitespace
10104 Clear leading white space that ``helpful'' listservs have added to the
10105 headers to make them look nice.  Aaah.
10106
10107 @item nnmail-remove-list-identifiers
10108 @findex nnmail-remove-list-identifiers
10109 Some list servers add an identifier---for example, @samp{(idm)}---to the
10110 beginning of all @code{Subject} headers.  I'm sure that's nice for
10111 people who use stone age mail readers.  This function will remove
10112 strings that match the @code{nnmail-list-identifiers} regexp, which can
10113 also be a list of regexp.
10114
10115 For instance, if you want to remove the @samp{(idm)} and the
10116 @samp{nagnagnag} identifiers:
10117
10118 @lisp
10119 (setq nnmail-list-identifiers
10120       '("(idm)" "nagnagnag"))
10121 @end lisp
10122
10123 @item nnmail-remove-tabs
10124 @findex nnmail-remove-tabs
10125 Translate all @samp{TAB} characters into @samp{SPACE} characters.
10126
10127 @end table
10128
10129 @item nnmail-prepare-incoming-message-hook
10130 @vindex nnmail-prepare-incoming-message-hook
10131 This hook is called narrowed to each message.  Functions to be used
10132 include:
10133
10134 @table @code
10135 @item article-de-quoted-unreadable
10136 @findex article-de-quoted-unreadable
10137 Decode Quoted Readable encoding.
10138
10139 @end table
10140 @end table
10141
10142
10143 @node Duplicates
10144 @subsection Duplicates
10145
10146 @vindex nnmail-treat-duplicates
10147 @vindex nnmail-message-id-cache-length
10148 @vindex nnmail-message-id-cache-file
10149 @cindex duplicate mails
10150 If you are a member of a couple of mailing lists, you will sometimes
10151 receive two copies of the same mail.  This can be quite annoying, so
10152 @code{nnmail} checks for and treats any duplicates it might find.  To do
10153 this, it keeps a cache of old @code{Message-ID}s---
10154 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
10155 default.  The approximate maximum number of @code{Message-ID}s stored
10156 there is controlled by the @code{nnmail-message-id-cache-length}
10157 variable, which is 1000 by default. (So 1000 @code{Message-ID}s will be
10158 stored.) If all this sounds scary to you, you can set
10159 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
10160 default), and @code{nnmail} won't delete duplicate mails.  Instead it
10161 will insert a warning into the head of the mail saying that it thinks
10162 that this is a duplicate of a different message.
10163
10164 This variable can also be a function.  If that's the case, the function
10165 will be called from a buffer narrowed to the message in question with
10166 the @code{Message-ID} as a parameter.  The function must return either
10167 @code{nil}, @code{warn}, or @code{delete}.
10168
10169 You can turn this feature off completely by setting the variable to
10170 @code{nil}.
10171
10172 If you want all the duplicate mails to be put into a special
10173 @dfn{duplicates} group, you could do that using the normal mail split
10174 methods:
10175
10176 @lisp
10177 (setq nnmail-split-fancy
10178       '(| ;; Messages duplicates go to a separate group.
10179           ("gnus-warning" "duplication of message" "duplicate")
10180           ;; Message from daemons, postmaster, and the like to another.
10181           (any mail "mail.misc")
10182           ;; Other rules.
10183           [ ... ] ))
10184 @end lisp
10185
10186 Or something like:
10187 @lisp
10188 (setq nnmail-split-methods
10189       '(("duplicates" "^Gnus-Warning:")
10190         ;; Other rules.
10191         [...]))
10192 @end lisp
10193
10194 Here's a neat feature: If you know that the recipient reads her mail
10195 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
10196 @code{delete}, you can send her as many insults as you like, just by
10197 using a @code{Message-ID} of a mail that you know that she's already
10198 received.  Think of all the fun!  She'll never see any of it!  Whee!
10199
10200
10201 @node Not Reading Mail
10202 @subsection Not Reading Mail
10203
10204 If you start using any of the mail backends, they have the annoying
10205 habit of assuming that you want to read mail with them.  This might not
10206 be unreasonable, but it might not be what you want.
10207
10208 If you set @code{nnmail-spool-file} to @code{nil}, none of the backends
10209 will ever attempt to read incoming mail, which should help.
10210
10211 @vindex nnbabyl-get-new-mail
10212 @vindex nnmbox-get-new-mail
10213 @vindex nnml-get-new-mail
10214 @vindex nnmh-get-new-mail
10215 @vindex nnfolder-get-new-mail
10216 This might be too much, if, for instance, you are reading mail quite
10217 happily with @code{nnml} and just want to peek at some old @sc{rmail}
10218 file you have stashed away with @code{nnbabyl}.  All backends have
10219 variables called backend-@code{get-new-mail}.  If you want to disable
10220 the @code{nnbabyl} mail reading, you edit the virtual server for the
10221 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
10222
10223 All the mail backends will call @code{nn}*@code{-prepare-save-mail-hook}
10224 narrowed to the article to be saved before saving it when reading
10225 incoming mail.
10226
10227
10228 @node Choosing a Mail Backend
10229 @subsection Choosing a Mail Backend
10230
10231 Gnus will read the mail spool when you activate a mail group.  The mail
10232 file is first copied to your home directory.  What happens after that
10233 depends on what format you want to store your mail in.
10234
10235 @menu
10236 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
10237 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
10238 * Mail Spool::                  Store your mail in a private spool?
10239 * MH Spool::                    An mhspool-like backend.
10240 * Mail Folders::                Having one file for each group.
10241 @end menu
10242
10243
10244 @node Unix Mail Box
10245 @subsubsection Unix Mail Box
10246 @cindex nnmbox
10247 @cindex unix mail box
10248
10249 @vindex nnmbox-active-file
10250 @vindex nnmbox-mbox-file
10251 The @dfn{nnmbox} backend will use the standard Un*x mbox file to store
10252 mail.  @code{nnmbox} will add extra headers to each mail article to say
10253 which group it belongs in.
10254
10255 Virtual server settings:
10256
10257 @table @code
10258 @item nnmbox-mbox-file
10259 @vindex nnmbox-mbox-file
10260 The name of the mail box in the user's home directory.
10261
10262 @item nnmbox-active-file
10263 @vindex nnmbox-active-file
10264 The name of the active file for the mail box.
10265
10266 @item nnmbox-get-new-mail
10267 @vindex nnmbox-get-new-mail
10268 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
10269 into groups.
10270 @end table
10271
10272
10273 @node Rmail Babyl
10274 @subsubsection Rmail Babyl
10275 @cindex nnbabyl
10276 @cindex rmail mbox
10277
10278 @vindex nnbabyl-active-file
10279 @vindex nnbabyl-mbox-file
10280 The @dfn{nnbabyl} backend will use a babyl mail box (aka. @dfn{rmail
10281 mbox}) to store mail. @code{nnbabyl} will add extra headers to each mail
10282 article to say which group it belongs in.
10283
10284 Virtual server settings:
10285
10286 @table @code
10287 @item nnbabyl-mbox-file
10288 @vindex nnbabyl-mbox-file
10289 The name of the rmail mbox file.
10290
10291 @item nnbabyl-active-file
10292 @vindex nnbabyl-active-file
10293 The name of the active file for the rmail box.
10294
10295 @item nnbabyl-get-new-mail
10296 @vindex nnbabyl-get-new-mail
10297 If non-@code{nil}, @code{nnbabyl} will read incoming mail.
10298 @end table
10299
10300
10301 @node Mail Spool
10302 @subsubsection Mail Spool
10303 @cindex nnml
10304 @cindex mail @sc{nov} spool
10305
10306 The @dfn{nnml} spool mail format isn't compatible with any other known
10307 format.  It should be used with some caution.
10308
10309 @vindex nnml-directory
10310 If you use this backend, Gnus will split all incoming mail into files,
10311 one file for each mail, and put the articles into the corresponding
10312 directories under the directory specified by the @code{nnml-directory}
10313 variable.  The default value is @file{~/Mail/}.
10314
10315 You do not have to create any directories beforehand; Gnus will take
10316 care of all that.
10317
10318 If you have a strict limit as to how many files you are allowed to store
10319 in your account, you should not use this backend.  As each mail gets its
10320 own file, you might very well occupy thousands of inodes within a few
10321 weeks.  If this is no problem for you, and it isn't a problem for you
10322 having your friendly systems administrator walking around, madly,
10323 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
10324 know that this is probably the fastest format to use.  You do not have
10325 to trudge through a big mbox file just to read your new mail.
10326
10327 @code{nnml} is probably the slowest backend when it comes to article
10328 splitting.  It has to create lots of files, and it also generates
10329 @sc{nov} databases for the incoming mails.  This makes it the fastest
10330 backend when it comes to reading mail.
10331
10332 Virtual server settings:
10333
10334 @table @code
10335 @item nnml-directory
10336 @vindex nnml-directory
10337 All @code{nnml} directories will be placed under this directory.
10338
10339 @item nnml-active-file
10340 @vindex nnml-active-file
10341 The active file for the @code{nnml} server.
10342
10343 @item nnml-newsgroups-file
10344 @vindex nnml-newsgroups-file
10345 The @code{nnml} group descriptions file.  @xref{Newsgroups File
10346 Format}.
10347
10348 @item nnml-get-new-mail
10349 @vindex nnml-get-new-mail
10350 If non-@code{nil}, @code{nnml} will read incoming mail.
10351
10352 @item nnml-nov-is-evil
10353 @vindex nnml-nov-is-evil
10354 If non-@code{nil}, this backend will ignore any @sc{nov} files.
10355
10356 @item nnml-nov-file-name
10357 @vindex nnml-nov-file-name
10358 The name of the @sc{nov} files.  The default is @file{.overview}.
10359
10360 @item nnml-prepare-save-mail-hook
10361 @vindex nnml-prepare-save-mail-hook
10362 Hook run narrowed to an article before saving.
10363
10364 @end table
10365
10366 @findex nnml-generate-nov-databases
10367 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
10368 you can do a complete update by typing @kbd{M-x
10369 nnml-generate-nov-databases}.  This command will trawl through the
10370 entire @code{nnml} hierarchy, looking at each and every article, so it
10371 might take a while to complete.  A better interface to this
10372 functionality can be found in the server buffer (@pxref{Server
10373 Commands}).
10374
10375
10376 @node MH Spool
10377 @subsubsection MH Spool
10378 @cindex nnmh
10379 @cindex mh-e mail spool
10380
10381 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
10382 @sc{nov} databases and it doesn't keep an active file.  This makes
10383 @code{nnmh} a @emph{much} slower backend than @code{nnml}, but it also
10384 makes it easier to write procmail scripts for.
10385
10386 Virtual server settings:
10387
10388 @table @code
10389 @item nnmh-directory
10390 @vindex nnmh-directory
10391 All @code{nnmh} directories will be located under this directory.
10392
10393 @item nnmh-get-new-mail
10394 @vindex nnmh-get-new-mail
10395 If non-@code{nil}, @code{nnmh} will read incoming mail.
10396
10397 @item nnmh-be-safe
10398 @vindex nnmh-be-safe
10399 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
10400 sure that the articles in the folder are actually what Gnus thinks they
10401 are.  It will check date stamps and stat everything in sight, so
10402 setting this to @code{t} will mean a serious slow-down.  If you never
10403 use anything but Gnus to read the @code{nnmh} articles, you do not have
10404 to set this variable to @code{t}.
10405 @end table
10406
10407
10408 @node Mail Folders
10409 @subsubsection Mail Folders
10410 @cindex nnfolder
10411 @cindex mbox folders
10412 @cindex mail folders
10413
10414 @code{nnfolder} is a backend for storing each mail group in a separate
10415 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
10416 will add extra headers to keep track of article numbers and arrival
10417 dates.
10418
10419 Virtual server settings:
10420
10421 @table @code
10422 @item nnfolder-directory
10423 @vindex nnfolder-directory
10424 All the @code{nnfolder} mail boxes will be stored under this directory.
10425
10426 @item nnfolder-active-file
10427 @vindex nnfolder-active-file
10428 The name of the active file.
10429
10430 @item nnfolder-newsgroups-file
10431 @vindex nnfolder-newsgroups-file
10432 The name of the group descriptions file.  @xref{Newsgroups File Format}.
10433
10434 @item nnfolder-get-new-mail
10435 @vindex nnfolder-get-new-mail
10436 If non-@code{nil}, @code{nnfolder} will read incoming mail.
10437
10438 @item nnfolder-save-buffer-hook
10439 @vindex nnfolder-save-buffer-hook
10440 @cindex backup files
10441 Hook run before saving the folders.  Note that Emacs does the normal
10442 backup renaming of files even with the @code{nnfolder} buffers.  If you
10443 wish to switch this off, you could say something like the following in
10444 your @file{.emacs} file:
10445
10446 @lisp
10447 (defun turn-off-backup ()
10448   (set (make-local-variable 'backup-inhibited) t))
10449
10450 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
10451 @end lisp
10452
10453 @item nnfolder-delete-mail-hook
10454 @vindex nnfolder-delete-mail-hook
10455 Hook run in a buffer narrowed to the message that is to be deleted.
10456 This function can be used to copy the message to somewhere else, or to
10457 extract some information from it before removing it.  
10458
10459 @end table
10460
10461
10462 @findex nnfolder-generate-active-file
10463 @kindex M-x nnfolder-generate-active-file
10464 If you have lots of @code{nnfolder}-like files you'd like to read with
10465 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
10466 command to make @code{nnfolder} aware of all likely files in
10467 @code{nnfolder-directory}.
10468
10469
10470 @node Other Sources
10471 @section Other Sources
10472
10473 Gnus can do more than just read news or mail.  The methods described
10474 below allow Gnus to view directories and files as if they were
10475 newsgroups.
10476
10477 @menu
10478 * Directory Groups::      You can read a directory as if it was a newsgroup.
10479 * Anything Groups::       Dired?  Who needs dired?
10480 * Document Groups::       Single files can be the basis of a group.
10481 * SOUP::                  Reading @sc{SOUP} packets ``offline''.
10482 * Web Searches::          Creating groups from articles that match a string.
10483 * Mail-To-News Gateways:: Posting articles via mail-to-news gateways.
10484 @end menu
10485
10486
10487 @node Directory Groups
10488 @subsection Directory Groups
10489 @cindex nndir
10490 @cindex directory groups
10491
10492 If you have a directory that has lots of articles in separate files in
10493 it, you might treat it as a newsgroup.  The files have to have numerical
10494 names, of course.
10495
10496 This might be an opportune moment to mention @code{ange-ftp} (and its
10497 successor @code{efs}), that most wonderful of all wonderful Emacs
10498 packages.  When I wrote @code{nndir}, I didn't think much about it---a
10499 backend to read directories.  Big deal.
10500
10501 @code{ange-ftp} changes that picture dramatically.  For instance, if you
10502 enter the @code{ange-ftp} file name
10503 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
10504 @code{ange-ftp} or @code{efs} will actually allow you to read this
10505 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
10506
10507 @code{nndir} will use @sc{nov} files if they are present.
10508
10509 @code{nndir} is a ``read-only'' backend---you can't delete or expire
10510 articles with this method.  You can use @code{nnmh} or @code{nnml} for
10511 whatever you use @code{nndir} for, so you could switch to any of those
10512 methods if you feel the need to have a non-read-only @code{nndir}.
10513
10514
10515 @node Anything Groups
10516 @subsection Anything Groups
10517 @cindex nneething
10518
10519 From the @code{nndir} backend (which reads a single spool-like
10520 directory), it's just a hop and a skip to @code{nneething}, which
10521 pretends that any arbitrary directory is a newsgroup.  Strange, but
10522 true.
10523
10524 When @code{nneething} is presented with a directory, it will scan this
10525 directory and assign article numbers to each file.  When you enter such
10526 a group, @code{nneething} must create ``headers'' that Gnus can use.
10527 After all, Gnus is a newsreader, in case you're
10528 forgetting. @code{nneething} does this in a two-step process.  First, it
10529 snoops each file in question.  If the file looks like an article (i.e.,
10530 the first few lines look like headers), it will use this as the head.
10531 If this is just some arbitrary file without a head (e.g. a C source
10532 file), @code{nneething} will cobble up a header out of thin air.  It
10533 will use file ownership, name and date and do whatever it can with these
10534 elements.
10535
10536 All this should happen automatically for you, and you will be presented
10537 with something that looks very much like a newsgroup.  Totally like a
10538 newsgroup, to be precise.  If you select an article, it will be displayed
10539 in the article buffer, just as usual.
10540
10541 If you select a line that represents a directory, Gnus will pop you into
10542 a new summary buffer for this @code{nneething} group.  And so on.  You can
10543 traverse the entire disk this way, if you feel like, but remember that
10544 Gnus is not dired, really, and does not intend to be, either.
10545
10546 There are two overall modes to this action---ephemeral or solid.  When
10547 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
10548 will not store information on what files you have read, and what files
10549 are new, and so on.  If you create a solid @code{nneething} group the
10550 normal way with @kbd{G m}, Gnus will store a mapping table between
10551 article numbers and file names, and you can treat this group like any
10552 other groups.  When you activate a solid @code{nneething} group, you will
10553 be told how many unread articles it contains, etc., etc.
10554
10555 Some variables:
10556
10557 @table @code
10558 @item nneething-map-file-directory
10559 @vindex nneething-map-file-directory
10560 All the mapping files for solid @code{nneething} groups will be stored
10561 in this directory, which defaults to @file{~/.nneething/}.
10562
10563 @item nneething-exclude-files
10564 @vindex nneething-exclude-files
10565 All files that match this regexp will be ignored.  Nice to use to exclude
10566 auto-save files and the like, which is what it does by default.
10567
10568 @item nneething-map-file
10569 @vindex nneething-map-file
10570 Name of the map files.
10571 @end table
10572
10573
10574 @node Document Groups
10575 @subsection Document Groups
10576 @cindex nndoc
10577 @cindex documentation group
10578 @cindex help group
10579
10580 @code{nndoc} is a cute little thing that will let you read a single file
10581 as a newsgroup.  Several files types are supported:
10582
10583 @table @code
10584 @cindex babyl
10585 @cindex rmail mbox
10586
10587 @item babyl
10588 The babyl (rmail) mail box.
10589 @cindex mbox
10590 @cindex Unix mbox
10591
10592 @item mbox
10593 The standard Unix mbox file.
10594
10595 @cindex MMDF mail box
10596 @item mmdf
10597 The MMDF mail box format.
10598
10599 @item news
10600 Several news articles appended into a file.
10601
10602 @item rnews
10603 @cindex rnews batch files
10604 The rnews batch transport format.
10605 @cindex forwarded messages
10606
10607 @item forward
10608 Forwarded articles.
10609
10610 @item mime-parts
10611 MIME multipart messages, besides digests.
10612
10613 @item mime-digest
10614 @cindex digest
10615 @cindex MIME digest
10616 @cindex 1153 digest
10617 @cindex RFC 1153 digest
10618 @cindex RFC 341 digest
10619 MIME (RFC 1341) digest format.
10620
10621 @item standard-digest
10622 The standard (RFC 1153) digest format.
10623
10624 @item slack-digest
10625 Non-standard digest format---matches most things, but does it badly.
10626 @end table
10627
10628 You can also use the special ``file type'' @code{guess}, which means
10629 that @code{nndoc} will try to guess what file type it is looking at.
10630 @code{digest} means that @code{nndoc} should guess what digest type the
10631 file is.
10632
10633 @code{nndoc} will not try to change the file or insert any extra headers into
10634 it---it will simply, like, let you use the file as the basis for a
10635 group.  And that's it.
10636
10637 If you have some old archived articles that you want to insert into your
10638 new & spiffy Gnus mail backend, @code{nndoc} can probably help you with
10639 that.  Say you have an old @file{RMAIL} file with mail that you now want
10640 to split into your new @code{nnml} groups.  You look at that file using
10641 @code{nndoc} (using the @kbd{G f} command in the group buffer
10642 (@pxref{Foreign Groups})), set the process mark on all the articles in
10643 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
10644 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
10645 file is now also stored in lots of @code{nnml} directories, and you can
10646 delete that pesky @file{RMAIL} file.  If you have the guts!
10647
10648 Virtual server variables:
10649
10650 @table @code
10651 @item nndoc-article-type
10652 @vindex nndoc-article-type
10653 This should be one of @code{mbox}, @code{babyl}, @code{digest},
10654 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
10655 @code{rfc822-forward}, @code{mime-parts}, @code{mime-digest},
10656 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs} or
10657 @code{guess}.
10658
10659 @item nndoc-post-type
10660 @vindex nndoc-post-type
10661 This variable says whether Gnus is to consider the group a news group or
10662 a mail group.  There are two valid values:  @code{mail} (the default)
10663 and @code{news}.
10664 @end table
10665
10666 @menu
10667 * Document Server Internals::   How to add your own document types.
10668 @end menu
10669
10670
10671 @node Document Server Internals
10672 @subsubsection Document Server Internals
10673
10674 Adding new document types to be recognized by @code{nndoc} isn't
10675 difficult.  You just have to whip up a definition of what the document
10676 looks like, write a predicate function to recognize that document type,
10677 and then hook into @code{nndoc}.
10678
10679 First, here's an example document type definition:
10680
10681 @example
10682 (mmdf
10683  (article-begin .  "^\^A\^A\^A\^A\n")
10684  (body-end .  "^\^A\^A\^A\^A\n"))
10685 @end example
10686
10687 The definition is simply a unique @dfn{name} followed by a series of
10688 regexp pseudo-variable settings.  Below are the possible
10689 variables---don't be daunted by the number of variables; most document
10690 types can be defined with very few settings:
10691
10692 @table @code
10693 @item first-article
10694 If present, @code{nndoc} will skip past all text until it finds
10695 something that match this regexp.  All text before this will be
10696 totally ignored.
10697
10698 @item article-begin
10699 This setting has to be present in all document type definitions.  It
10700 says what the beginning of each article looks like.
10701
10702 @item head-begin-function
10703 If present, this should be a function that moves point to the head of
10704 the article.
10705
10706 @item nndoc-head-begin
10707 If present, this should be a regexp that matches the head of the
10708 article.
10709
10710 @item nndoc-head-end
10711 This should match the end of the head of the article.  It defaults to
10712 @samp{^$}---the empty line.
10713
10714 @item body-begin-function
10715 If present, this function should move point to the beginning of the body
10716 of the article.
10717
10718 @item body-begin
10719 This should match the beginning of the body of the article.  It defaults
10720 to @samp{^\n}.
10721
10722 @item body-end-function
10723 If present, this function should move point to the end of the body of
10724 the article.
10725
10726 @item body-end
10727 If present, this should match the end of the body of the article.
10728
10729 @item file-end
10730 If present, this should match the end of the file.  All text after this
10731 regexp will be totally ignored.
10732
10733 @end table
10734
10735 So, using these variables @code{nndoc} is able to dissect a document
10736 file into a series of articles, each with a head and a body.  However, a
10737 few more variables are needed since not all document types are all that
10738 news-like---variables needed to transform the head or the body into
10739 something that's palatable for Gnus:
10740
10741 @table @code
10742 @item prepare-body-function
10743 If present, this function will be called when requesting an article.  It
10744 will be called with point at the start of the body, and is useful if the
10745 document has encoded some parts of its contents.
10746
10747 @item article-transform-function
10748 If present, this function is called when requesting an article.  It's
10749 meant to be used for more wide-ranging transformation of both head and
10750 body of the article.
10751
10752 @item generate-head-function
10753 If present, this function is called to generate a head that Gnus can
10754 understand.  It is called with the article number as a parameter, and is
10755 expected to generate a nice head for the article in question.  It is
10756 called when requesting the headers of all articles.
10757
10758 @end table
10759
10760 Let's look at the most complicated example I can come up with---standard
10761 digests:
10762
10763 @example
10764 (standard-digest
10765  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
10766  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
10767  (prepare-body-function . nndoc-unquote-dashes)
10768  (body-end-function . nndoc-digest-body-end)
10769  (head-end . "^ ?$")
10770  (body-begin . "^ ?\n")
10771  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
10772  (subtype digest guess))
10773 @end example
10774
10775 We see that all text before a 70-width line of dashes is ignored; all
10776 text after a line that starts with that @samp{^End of} is also ignored;
10777 each article begins with a 30-width line of dashes; the line separating
10778 the head from the body may contain a single space; and that the body is
10779 run through @code{nndoc-unquote-dashes} before being delivered.
10780
10781 To hook your own document definition into @code{nndoc}, use the
10782 @code{nndoc-add-type} function.  It takes two parameters---the first is
10783 the definition itself and the second (optional) parameter says where in
10784 the document type definition alist to put this definition.  The alist is
10785 traversed sequentially, and @code{nndoc-TYPE-type-p} is called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is called to see whether a document
10786 is of @code{mmdf} type, and so on.  These type predicates should return
10787 @code{nil} if the document is not of the correct type; @code{t} if it is
10788 of the correct type; and a number if the document might be of the
10789 correct type.  A high number means high probability; a low number means
10790 low probability with @samp{0} being the lowest valid number.
10791
10792
10793 @node SOUP
10794 @subsection SOUP
10795 @cindex SOUP
10796 @cindex offline
10797
10798 In the PC world people often talk about ``offline'' newsreaders.  These
10799 are thingies that are combined reader/news transport monstrosities.
10800 With built-in modem programs.  Yecchh!
10801
10802 Of course, us Unix Weenie types of human beans use things like
10803 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
10804 transport things like Ghod intended.  And then we just use normal
10805 newsreaders.
10806
10807 However, it can sometimes be convenient to do something a that's a bit
10808 easier on the brain if you have a very slow modem, and you're not really
10809 that interested in doing things properly.
10810
10811 A file format called @sc{soup} has been developed for transporting news
10812 and mail from servers to home machines and back again.  It can be a bit
10813 fiddly.
10814
10815 First some terminology:
10816
10817 @table @dfn
10818
10819 @item server
10820 This is the machine that is connected to the outside world and where you
10821 get news and/or mail from.
10822
10823 @item home machine
10824 This is the machine that you want to do the actual reading and responding
10825 on.  It is typically not connected to the rest of the world in any way.
10826
10827 @item packet
10828 Something that contains messages and/or commands.  There are two kinds
10829 of packets:
10830
10831 @table @dfn
10832 @item message packets
10833 These are packets made at the server, and typically contain lots of
10834 messages for you to read.  These are called @file{SoupoutX.tgz} by
10835 default, where @var{X} is a number.
10836
10837 @item response packets
10838 These are packets made at the home machine, and typically contains
10839 replies that you've written.  These are called @file{SoupinX.tgz} by
10840 default, where @var{X} is a number.
10841
10842 @end table
10843
10844 @end table
10845
10846
10847 @enumerate
10848
10849 @item
10850 You log in on the server and create a @sc{soup} packet.  You can either
10851 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
10852 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
10853 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
10854
10855 @item
10856 You transfer the packet home.  Rail, boat, car or modem will do fine.
10857
10858 @item
10859 You put the packet in your home directory.
10860
10861 @item
10862 You fire up Gnus on your home machine using the @code{nnsoup} backend as
10863 the native or secondary server.
10864
10865 @item
10866 You read articles and mail and answer and followup to the things you
10867 want (@pxref{SOUP Replies}).
10868
10869 @item
10870 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
10871 packet.
10872
10873 @item
10874 You transfer this packet to the server.
10875
10876 @item
10877 You use Gnus to mail this packet out with the @kbd{G s s} command.
10878
10879 @item
10880 You then repeat until you die.
10881
10882 @end enumerate
10883
10884 So you basically have a bipartite system---you use @code{nnsoup} for
10885 reading and Gnus for packing/sending these @sc{soup} packets.
10886
10887 @menu
10888 * SOUP Commands::     Commands for creating and sending @sc{soup} packets
10889 * SOUP Groups::       A backend for reading @sc{soup} packets.
10890 * SOUP Replies::      How to enable @code{nnsoup} to take over mail and news.
10891 @end menu
10892
10893
10894 @node SOUP Commands
10895 @subsubsection SOUP Commands
10896
10897 These are commands for creating and manipulating @sc{soup} packets.
10898
10899 @table @kbd
10900 @item G s b
10901 @kindex G s b (Group)
10902 @findex gnus-group-brew-soup
10903 Pack all unread articles in the current group
10904 (@code{gnus-group-brew-soup}).  This command understands the
10905 process/prefix convention.
10906
10907 @item G s w
10908 @kindex G s w (Group)
10909 @findex gnus-soup-save-areas
10910 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
10911
10912 @item G s s
10913 @kindex G s s (Group)
10914 @findex gnus-soup-send-replies
10915 Send all replies from the replies packet
10916 (@code{gnus-soup-send-replies}).
10917
10918 @item G s p
10919 @kindex G s p (Group)
10920 @findex gnus-soup-pack-packet
10921 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
10922
10923 @item G s r
10924 @kindex G s r (Group)
10925 @findex nnsoup-pack-replies
10926 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
10927
10928 @item O s
10929 @kindex O s (Summary)
10930 @findex gnus-soup-add-article
10931 This summary-mode command adds the current article to a @sc{soup} packet
10932 (@code{gnus-soup-add-article}).  It understands the process/prefix
10933 convention (@pxref{Process/Prefix}).
10934
10935 @end table
10936
10937
10938 There are a few variables to customize where Gnus will put all these
10939 thingies:
10940
10941 @table @code
10942
10943 @item gnus-soup-directory
10944 @vindex gnus-soup-directory
10945 Directory where Gnus will save intermediate files while composing
10946 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
10947
10948 @item gnus-soup-replies-directory
10949 @vindex gnus-soup-replies-directory
10950 This is what Gnus will use as a temporary directory while sending our
10951 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
10952
10953 @item gnus-soup-prefix-file
10954 @vindex gnus-soup-prefix-file
10955 Name of the file where Gnus stores the last used prefix.  The default is
10956 @samp{gnus-prefix}.
10957
10958 @item gnus-soup-packer
10959 @vindex gnus-soup-packer
10960 A format string command for packing a @sc{soup} packet.  The default is
10961 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
10962
10963 @item gnus-soup-unpacker
10964 @vindex gnus-soup-unpacker
10965 Format string command for unpacking a @sc{soup} packet.  The default is
10966 @samp{gunzip -c %s | tar xvf -}.
10967
10968 @item gnus-soup-packet-directory
10969 @vindex gnus-soup-packet-directory
10970 Where Gnus will look for reply packets.  The default is @file{~/}.
10971
10972 @item gnus-soup-packet-regexp
10973 @vindex gnus-soup-packet-regexp
10974 Regular expression matching @sc{soup} reply packets in
10975 @code{gnus-soup-packet-directory}.
10976
10977 @end table
10978
10979
10980 @node SOUP Groups
10981 @subsubsection @sc{soup} Groups
10982 @cindex nnsoup
10983
10984 @code{nnsoup} is the backend for reading @sc{soup} packets.  It will
10985 read incoming packets, unpack them, and put them in a directory where
10986 you can read them at leisure.
10987
10988 These are the variables you can use to customize its behavior:
10989
10990 @table @code
10991
10992 @item nnsoup-tmp-directory
10993 @vindex nnsoup-tmp-directory
10994 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
10995 directory.  (@file{/tmp/} by default.)
10996
10997 @item nnsoup-directory
10998 @vindex nnsoup-directory
10999 @code{nnsoup} then moves each message and index file to this directory.
11000 The default is @file{~/SOUP/}.
11001
11002 @item nnsoup-replies-directory
11003 @vindex nnsoup-replies-directory
11004 All replies will be stored in this directory before being packed into a
11005 reply packet.  The default is @file{~/SOUP/replies/"}.
11006
11007 @item nnsoup-replies-format-type
11008 @vindex nnsoup-replies-format-type
11009 The @sc{soup} format of the replies packets.  The default is @samp{?n}
11010 (rnews), and I don't think you should touch that variable.  I probably
11011 shouldn't even have documented it.  Drats!  Too late!
11012
11013 @item nnsoup-replies-index-type
11014 @vindex nnsoup-replies-index-type
11015 The index type of the replies packet.  The default is @samp{?n}, which
11016 means ``none''.  Don't fiddle with this one either!
11017
11018 @item nnsoup-active-file
11019 @vindex nnsoup-active-file
11020 Where @code{nnsoup} stores lots of information.  This is not an ``active
11021 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
11022 this file or mess it up in any way, you're dead.  The default is
11023 @file{~/SOUP/active}.
11024
11025 @item nnsoup-packer
11026 @vindex nnsoup-packer
11027 Format string command for packing a reply @sc{soup} packet.  The default
11028 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
11029
11030 @item nnsoup-unpacker
11031 @vindex nnsoup-unpacker
11032 Format string command for unpacking incoming @sc{soup} packets.  The
11033 default is @samp{gunzip -c %s | tar xvf -}.
11034
11035 @item nnsoup-packet-directory
11036 @vindex nnsoup-packet-directory
11037 Where @code{nnsoup} will look for incoming packets.  The default is
11038 @file{~/}.
11039
11040 @item nnsoup-packet-regexp
11041 @vindex nnsoup-packet-regexp
11042 Regular expression matching incoming @sc{soup} packets.  The default is
11043 @samp{Soupout}.
11044
11045 @item nnsoup-always-save
11046 @vindex nnsoup-always-save
11047 If non-@code{nil}, save the replies buffer after each posted message.
11048
11049 @end table
11050
11051
11052 @node SOUP Replies
11053 @subsubsection SOUP Replies
11054
11055 Just using @code{nnsoup} won't mean that your postings and mailings end
11056 up in @sc{soup} reply packets automagically.  You have to work a bit
11057 more for that to happen.
11058
11059 @findex nnsoup-set-variables
11060 The @code{nnsoup-set-variables} command will set the appropriate
11061 variables to ensure that all your followups and replies end up in the
11062 @sc{soup} system.
11063
11064 In specific, this is what it does:
11065
11066 @lisp
11067 (setq message-send-news-function 'nnsoup-request-post)
11068 (setq message-send-mail-function 'nnsoup-request-mail)
11069 @end lisp
11070
11071 And that's it, really.  If you only want news to go into the @sc{soup}
11072 system you just use the first line.  If you only want mail to be
11073 @sc{soup}ed you use the second.
11074
11075
11076 @node Web Searches
11077 @subsection Web Searches
11078 @cindex nnweb
11079 @cindex DejaNews
11080 @cindex Alta Vista
11081 @cindex InReference
11082 @cindex Usenet searches
11083 @cindex searching the Usenet
11084
11085 It's, like, too neat to search the Usenet for articles that match a
11086 string, but it, like, totally @emph{sucks}, like, totally, to use one of
11087 those, like, Web browsers, and you, like, have to, rilly, like, look at
11088 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
11089 searches without having to use a browser.
11090
11091 The @code{nnweb} backend allows an easy interface to the mighty search
11092 engine.  You create an @code{nnweb} group, enter a search pattern, and
11093 then enter the group and read the articles like you would any normal
11094 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
11095 Groups}) will do this in an easy-to-use fashion.
11096
11097 @code{nnweb} groups don't really lend themselves to being solid
11098 groups---they have a very fleeting idea of article numbers.  In fact,
11099 each time you enter an @code{nnweb} group (not even changing the search
11100 pattern), you are likely to get the articles ordered in a different
11101 manner.  Not even using duplicate suppression (@pxref{Duplicate
11102 Suppression}) will help, since @code{nnweb} doesn't even know the
11103 @code{Message-ID} of the articles before reading them using some search
11104 engines (DejaNews, for instance).  The only possible way to keep track
11105 of which articles you've read is by scoring on the @code{Date}
11106 header---mark all articles posted before the last date you read the
11107 group as read.
11108
11109 If the search engine changes its output substantially, @code{nnweb}
11110 won't be able to parse it and will fail.  One could hardly fault the Web
11111 providers if they were to do this---their @emph{raison d'être} is to
11112 make money off of advertisements, not to provide services to the
11113 community.  Since @code{nnweb} washes the ads off all the articles, one
11114 might think that the providers might be somewhat miffed.  We'll see.
11115
11116 You must have the @code{url} and @code{w3} package installed to be able
11117 to use @code{nnweb}.
11118
11119 Virtual server variables:
11120
11121 @table @code
11122 @item nnweb-type
11123 @vindex nnweb-type
11124 What search engine type is being used.  The currently supported types
11125 are @code{dejanews}, @code{dejanewsold}, @code{altavista} and
11126 @code{reference}.
11127
11128 @item nnweb-search
11129 @vindex nnweb-search
11130 The search string to feed to the search engine.
11131
11132 @item nnweb-max-hits
11133 @vindex nnweb-max-hits
11134 Advisory maximum number of hits per search to display.  The default is
11135 100.
11136
11137 @item nnweb-type-definition
11138 @vindex nnweb-type-definition
11139 Type-to-definition alist.  This alist says what @code{nnweb} should do
11140 with the various search engine types.  The following elements must be
11141 present:
11142
11143 @table @code
11144 @item article
11145 Function to decode the article and provide something that Gnus
11146 understands.
11147
11148 @item map
11149 Function to create an article number to message header and URL alist.
11150
11151 @item search
11152 Function to send the search string to the search engine.
11153
11154 @item address
11155 The address the aforementioned function should send the search string
11156 to.
11157
11158 @item id
11159 Format string URL to fetch an article by @code{Message-ID}.
11160 @end table
11161
11162 @end table
11163
11164
11165
11166 @node Mail-To-News Gateways
11167 @subsection Mail-To-News Gateways
11168 @cindex mail-to-news gateways
11169 @cindex gateways
11170
11171 If your local @code{nntp} server doesn't allow posting, for some reason
11172 or other, you can post using one of the numerous mail-to-news gateways.
11173 The @code{nngateway} backend provides the interface.
11174
11175 Note that you can't read anything from this backend---it can only be
11176 used to post with.
11177
11178 Server variables:
11179
11180 @table @code
11181 @item nngateway-address
11182 @vindex nngateway-address
11183 This is the address of the mail-to-news gateway.
11184
11185 @item nngateway-header-transformation
11186 @vindex nngateway-header-transformation
11187 News headers often have to be transformed in some odd way or other
11188 for the mail-to-news gateway to accept it.  This variable says what
11189 transformation should be called, and defaults to
11190 @code{nngateway-simple-header-transformation}.  The function is called
11191 narrowed to the headers to be transformed and with one parameter---the
11192 gateway address.
11193
11194 This default function just inserts a new @code{To} header based on the
11195 @code{Newsgroups} header and the gateway address.
11196 For instance, an article with this @code{Newsgroups} header:
11197
11198 @example
11199 Newsgroups: alt.religion.emacs
11200 @end example
11201
11202 will get this @code{From} header inserted:
11203
11204 @example
11205 To: alt-religion-emacs@@GATEWAY
11206 @end example
11207
11208 The following pre-defined functions exist:
11209
11210 @findex nngateway-simple-header-transformation
11211 @table @code
11212
11213 @item nngateway-simple-header-transformation
11214 Creates a @code{To} header that looks like
11215 @var{newsgroup}@@@code{nngateway-address}.
11216
11217 @findex nngateway-mail2news-header-transformation
11218
11219 @item nngateway-mail2news-header-transformation
11220 Creates a @code{To} header that looks like
11221 @code{nngateway-address}.
11222
11223 Here's an example:
11224
11225 @lisp
11226 (setq gnus-post-method
11227       '(nngateway "mail2news@@replay.com"
11228                   (nngateway-header-transformation
11229                    nngateway-mail2news-header-transformation)))
11230 @end lisp
11231
11232 @end table
11233
11234
11235 @end table
11236
11237 So, to use this, simply say something like:
11238
11239 @lisp
11240 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
11241 @end lisp
11242
11243
11244 @node Combined Groups
11245 @section Combined Groups
11246
11247 Gnus allows combining a mixture of all the other group types into bigger
11248 groups.
11249
11250 @menu
11251 * Virtual Groups::     Combining articles from many groups.
11252 * Kibozed Groups::     Looking through parts of the newsfeed for articles.
11253 @end menu
11254
11255
11256 @node Virtual Groups
11257 @subsection Virtual Groups
11258 @cindex nnvirtual
11259 @cindex virtual groups
11260 @cindex merging groups
11261
11262 An @dfn{nnvirtual group} is really nothing more than a collection of
11263 other groups.
11264
11265 For instance, if you are tired of reading many small groups, you can
11266 put them all in one big group, and then grow tired of reading one
11267 big, unwieldy group.  The joys of computing!
11268
11269 You specify @code{nnvirtual} as the method.  The address should be a
11270 regexp to match component groups.
11271
11272 All marks in the virtual group will stick to the articles in the
11273 component groups.  So if you tick an article in a virtual group, the
11274 article will also be ticked in the component group from whence it came.
11275 (And vice versa---marks from the component groups will also be shown in
11276 the virtual group.)
11277
11278 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
11279 newsgroups into one, big, happy newsgroup:
11280
11281 @lisp
11282 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
11283 @end lisp
11284
11285 The component groups can be native or foreign; everything should work
11286 smoothly, but if your computer explodes, it was probably my fault.
11287
11288 Collecting the same group from several servers might actually be a good
11289 idea if users have set the Distribution header to limit distribution.
11290 If you would like to read @samp{soc.motss} both from a server in Japan
11291 and a server in Norway, you could use the following as the group regexp:
11292
11293 @example
11294 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
11295 @end example
11296
11297 (Remember, though, that if you're creating the group with @kbd{G m}, you
11298 shouldn't double the backslashes, and you should leave off the quote
11299 characters at the beginning and the end of the string.)
11300
11301 This should work kinda smoothly---all articles from both groups should
11302 end up in this one, and there should be no duplicates.  Threading (and
11303 the rest) will still work as usual, but there might be problems with the
11304 sequence of articles.  Sorting on date might be an option here
11305 (@pxref{Selecting a Group}).
11306
11307 One limitation, however---all groups included in a virtual
11308 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
11309 zombie groups can't be component groups for @code{nnvirtual} groups.
11310
11311 @vindex nnvirtual-always-rescan
11312 If the @code{nnvirtual-always-rescan} is non-@code{nil},
11313 @code{nnvirtual} will always scan groups for unread articles when
11314 entering a virtual group.  If this variable is @code{nil} (which is the
11315 default) and you read articles in a component group after the virtual
11316 group has been activated, the read articles from the component group
11317 will show up when you enter the virtual group.  You'll also see this
11318 effect if you have two virtual groups that have a component group in
11319 common.  If that's the case, you should set this variable to @code{t}.
11320 Or you can just tap @code{M-g} on the virtual group every time before
11321 you enter it---it'll have much the same effect.
11322
11323 @code{nnvirtual} can have both mail and news groups as component groups.
11324 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
11325 has to ask the backend of the component group the article comes from
11326 whether it is a news or mail backend.  However, when you do a @kbd{^},
11327 there is typically no sure way for the component backend to know this,
11328 and in that case @code{nnvirtual} tells Gnus that the article came from a
11329 not-news backend.  (Just to be on the safe side.)
11330
11331 @kbd{C-c C-t} in the message buffer will insert the @code{Newsgroups}
11332 line from the article you respond to in these cases.
11333
11334
11335
11336 @node Kibozed Groups
11337 @subsection Kibozed Groups
11338 @cindex nnkiboze
11339 @cindex kibozing
11340
11341 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
11342 the news feed''.  @code{nnkiboze} is a backend that will do this for
11343 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
11344 with useless requests!  Oh happiness!
11345
11346 @kindex G k (Group)
11347 To create a kibozed group, use the @kbd{G k} command in the group
11348 buffer.
11349
11350 The address field of the @code{nnkiboze} method is, as with
11351 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
11352 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
11353 and @code{nnvirtual} end.
11354
11355 In addition to this regexp detailing component groups, an @code{nnkiboze} group
11356 must have a score file to say what articles are to be included in
11357 the group (@pxref{Scoring}).
11358
11359 @kindex M-x nnkiboze-generate-groups
11360 @findex nnkiboze-generate-groups
11361 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
11362 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
11363 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
11364 all the articles in all the component groups and run them through the
11365 scoring process to determine if there are any articles in the groups
11366 that are to be part of the @code{nnkiboze} groups.
11367
11368 Please limit the number of component groups by using restrictive
11369 regexps.  Otherwise your sysadmin may become annoyed with you, and the
11370 @sc{nntp} site may throw you off and never let you back in again.
11371 Stranger things have happened.
11372
11373 @code{nnkiboze} component groups do not have to be alive---they can be dead,
11374 and they can be foreign.  No restrictions.
11375
11376 @vindex nnkiboze-directory
11377 The generation of an @code{nnkiboze} group means writing two files in
11378 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
11379 contains the @sc{nov} header lines for all the articles in the group,
11380 and the other is an additional @file{.newsrc} file to store information
11381 on what groups have been searched through to find component articles.
11382
11383 Articles marked as read in the @code{nnkiboze} group will have
11384 their @sc{nov} lines removed from the @sc{nov} file.
11385
11386
11387 @node Gnus Unplugged
11388 @section Gnus Unplugged
11389 @cindex offline
11390 @cindex unplugged
11391 @cindex Agent
11392 @cindex Gnus Agent
11393 @cindex Gnus Unplugged
11394
11395 In olden times (ca. February '88), people used to run their newsreaders
11396 on big machines with permanent connections to the net.  News transport
11397 was dealt with by news servers, and all the newsreaders had to do was to
11398 read news.  Believe it or not.
11399
11400 Nowadays most people read news and mail at home, and use some sort of
11401 modem to connect to the net.  To avoid running up huge phone bills, it
11402 would be nice to have a way to slurp down all the news and mail, hang up
11403 the phone, read for several hours, and then upload any responses you
11404 have to make.  And then you repeat the procedure.
11405
11406 Of course, you can use news servers for doing this as well.  I've used
11407 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
11408 for some years, but doing that's a bore.  Moving the news server
11409 functionality up to the newsreader makes sense if you're the only person
11410 reading news on a machine.
11411
11412 Using Gnus as an ``offline'' newsreader is quite simple.
11413
11414 @itemize @bullet
11415 @item
11416 First, set up Gnus as you would do if you were running it on a machine
11417 that has full connection to the net.  Go ahead.  I'll still be waiting
11418 here.
11419
11420 @item
11421 Then, put the following magical incantation at the end of your
11422 @file{.gnus.el} file:
11423
11424 @lisp
11425 (gnus-agentize)
11426 @end lisp
11427 @end itemize
11428
11429 That's it.  Gnus is now an ``offline'' newsreader.
11430
11431 Of course, to use it as such, you have to learn a few new commands.
11432
11433 @menu
11434 * Agent Basics::           How it all is supposed to work.
11435 * Agent Categories::       How to tell the Gnus Agent what to download.
11436 * Agent Commands::         New commands for all the buffers.
11437 * Agent Expiry::           How to make old articles go away.
11438 * Outgoing Messages::      What happens when you post/mail something?
11439 * Agent Variables::        Customizing is fun.
11440 * Example Setup::          An example @file{.gnus.el} file for offline people.
11441 * Batching Agents::        How to fetch news from a @code{cron} job.
11442 @end menu
11443
11444
11445 @node Agent Basics
11446 @subsection Agent Basics
11447
11448 First, let's get some terminology out of the way.
11449
11450 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
11451 connection to the net (and notified the Agent that this is the case).
11452 When the connection to the net is up again (and Gnus knows this), the
11453 Agent is @dfn{plugged}.
11454
11455 The @dfn{local} machine is the one you're running on, and which isn't
11456 connected to the net continuously.
11457
11458 @dfn{Downloading} means fetching things from the net to your local
11459 machine.  @dfn{Uploading} is doing the opposite.
11460
11461 Let's take a typical Gnus session using the Agent.
11462
11463 @itemize @bullet
11464
11465 @item
11466 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
11467 Agent in a disconnected state.  You can read all the news that you have
11468 already fetched while in this mode.
11469
11470 @item
11471 You then decide to see whether any new news has arrived.  You connect
11472 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
11473 to make Gnus become @dfn{plugged}.
11474
11475 @item
11476 You can then read the new news immediately, or you can download the news
11477 onto your local machine.  If you want to do the latter, you press @kbd{J
11478 s} to fetch all the eligible articles in all the groups.  (To let Gnus
11479 know which articles you want to download, @pxref{Agent Categories}.)
11480
11481 @item
11482 After fetching the articles, you press @kbd{J j} to make Gnus become
11483 unplugged again, and you shut down the PPP thing (or whatever).  And
11484 then you read the news offline.
11485
11486 @item
11487 And then you go to step 2.
11488 @end itemize
11489
11490 Here are some things you should do the first time (or so) that you use
11491 the Agent.
11492
11493 @itemize @bullet
11494
11495 @item
11496 Decide which servers should be covered by the Agent.  If you have a mail
11497 backend, it would probably be nonsensical to have it covered by the
11498 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
11499 @kbd{J a} the server (or servers) that you wish to have covered by the
11500 Agent (@pxref{Server Agent Commands}).  This will typically be only the
11501 primary select method, which is listed on the bottom in the buffer.
11502
11503 @item
11504 Decide on download policy.  @xref{Agent Categories}
11505
11506 @item
11507 Uhm... that's it.
11508 @end itemize
11509
11510
11511 @node Agent Categories
11512 @subsection Agent Categories
11513
11514 One of the main reasons to integrate the news transport layer into the
11515 newsreader is to allow greater control over what articles to download.
11516 There's not much point in downloading huge amounts of articles, just to
11517 find out that you're not interested in reading any of them.  It's better
11518 to be somewhat more conservative in choosing what to download, and then
11519 mark the articles for downloading manually if it should turn out that
11520 you're interested in the articles anyway.
11521
11522 The main way to control what is to be downloaded is to create a
11523 @dfn{category} and then assign some (or all) groups to this category.
11524 Gnus has its own buffer for creating and managing categories.
11525
11526 @menu
11527 * Category Syntax::       What a category looks like.
11528 * The Category Buffer::   A buffer for maintaining categories.
11529 * Category Variables::    Customize'r'Us.
11530 @end menu
11531
11532
11533 @node Category Syntax
11534 @subsubsection Category Syntax
11535
11536 A category consists of two things.
11537
11538 @enumerate
11539 @item
11540 A predicate which (generally) gives a rough outline of which articles
11541 are eligible for downloading; and
11542
11543 @item
11544 a score rule which (generally) gives you a finer granularity when
11545 deciding what articles to download.  (Note that this @dfn{download
11546 score} is wholly unrelated to normal scores.)
11547 @end enumerate
11548
11549 A predicate consists of predicates with logical operators sprinkled in
11550 between.
11551
11552 Perhaps some examples are in order.
11553
11554 Here's a simple predicate.  (It's the default predicate, in fact, used
11555 for all groups that don't belong to any other category.)
11556
11557 @lisp
11558 short
11559 @end lisp
11560
11561 Quite simple, eh?  This predicate is true if and only if the article is
11562 short (for some value of ``short'').
11563
11564 Here's a more complex predicate:
11565
11566 @lisp
11567 (or high
11568     (and
11569      (not low)
11570      (not long)))
11571 @end lisp
11572
11573 This means that an article should be downloaded if it has a high score,
11574 or if the score is not low and the article is not long.  You get the
11575 drift.
11576
11577 The available logical operators are @code{or}, @code{and} and
11578 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
11579 @samp{|}, @code{&} and @code{!} instead.)
11580
11581 The following predicates are pre-defined, but if none of these fit what
11582 you want to do, you can write your own.
11583
11584 @table @code
11585 @item short
11586 True iff the article is shorter than @code{gnus-agent-short-article}
11587 lines; default 100.
11588
11589 @item long
11590 True iff the article is longer than @code{gnus-agent-long-article}
11591 lines; default 200.
11592
11593 @item low
11594 True iff the article has a download score less than
11595 @code{gnus-agent-low-score}; default 0.
11596
11597 @item high
11598 True iff the article has a download score greater than
11599 @code{gnus-agent-high-score}; default 0.
11600
11601 @item spam
11602 True iff the Gnus Agent guesses that the article is spam.  The
11603 heuristics may change over time, but at present it just computes a
11604 checksum and sees whether articles match.
11605
11606 @item true
11607 Always true.
11608
11609 @item false
11610 Always false.
11611 @end table
11612
11613 If you want to create your own predicate function, here's what you have
11614 to know:  The functions are called with no parameters, but the
11615 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
11616 useful values.
11617
11618 Now, the syntax of the download score is the same as the syntax of
11619 normal score files, except that all elements that require actually
11620 seeing the article itself are verboten.  This means that only the
11621 following headers can be scored on: @code{From}, @code{Subject},
11622 @code{Date}, @code{Xref}, @code{Lines}, @code{Chars}, @code{Message-ID},
11623 and @code{References}.
11624
11625
11626 @node The Category Buffer
11627 @subsubsection The Category Buffer
11628
11629 You'd normally do all category maintenance from the category buffer.
11630 When you enter it for the first time (with the @kbd{J c} command from
11631 the group buffer), you'll only see the @code{default} category.
11632
11633 The following commands are available in this buffer:
11634
11635 @table @kbd
11636 @item q
11637 @kindex q (Category)
11638 @findex gnus-category-exit
11639 Return to the group buffer (@code{gnus-category-exit}).
11640
11641 @item k
11642 @kindex k (Category)
11643 @findex gnus-category-kill
11644 Kill the current category (@code{gnus-category-kill}).
11645
11646 @item c
11647 @kindex c (Category)
11648 @findex gnus-category-copy
11649 Copy the current category (@code{gnus-category-copy}).
11650
11651 @item a
11652 @kindex a (Category)
11653 @findex gnus-category-add
11654 Add a new category (@code{gnus-category-add}).
11655
11656 @item p
11657 @kindex p (Category)
11658 @findex gnus-category-edit-predicate
11659 Edit the predicate of the current category
11660 (@code{gnus-category-edit-predicate}).
11661
11662 @item g
11663 @kindex g (Category)
11664 @findex gnus-category-edit-groups
11665 Edit the list of groups belonging to the current category
11666 (@code{gnus-category-edit-groups}).
11667
11668 @item s
11669 @kindex s (Category)
11670 @findex gnus-category-edit-score
11671 Edit the download score rule of the current category
11672 (@code{gnus-category-edit-score}).
11673
11674 @item l
11675 @kindex l (Category)
11676 @findex gnus-category-list
11677 List all the categories (@code{gnus-category-list}).
11678 @end table
11679
11680
11681 @node Category Variables
11682 @subsubsection Category Variables
11683
11684 @table @code
11685 @item gnus-category-mode-hook
11686 @vindex gnus-category-mode-hook
11687 Hook run in category buffers.
11688
11689 @item gnus-category-line-format
11690 @vindex gnus-category-line-format
11691 Format of the lines in the category buffer (@pxref{Formatting
11692 Variables}).  Valid elements are:
11693
11694 @table @samp
11695 @item c
11696 The name of the category.
11697
11698 @item g
11699 The number of groups in the category.
11700 @end table
11701
11702 @item gnus-category-mode-line-format
11703 @vindex gnus-category-mode-line-format
11704 Format of the category mode line (@pxref{Mode Line Formatting}).
11705
11706 @item gnus-agent-short-article
11707 @vindex gnus-agent-short-article
11708 Articles that have fewer lines than this are short.  Default 100.
11709
11710 @item gnus-agent-long-article
11711 @vindex gnus-agent-long-article
11712 Articles that have more lines than this are long.  Default 200.
11713
11714 @item gnus-agent-low-score
11715 @vindex gnus-agent-low-score
11716 Articles that have a score lower than this have a low score.  Default
11717 0.
11718
11719 @item gnus-agent-high-score
11720 @vindex gnus-agent-high-score
11721 Articles that have a score higher than this have a high score.  Default
11722 0.
11723
11724 @end table
11725
11726
11727 @node Agent Commands
11728 @subsection Agent Commands
11729
11730 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
11731 (@code{gnus-agent-toggle-plugged} command works in all modes, and
11732 toggles the plugged/unplugged state of the Gnus Agent.
11733
11734
11735 @menu
11736 * Group Agent Commands::
11737 * Summary Agent Commands::
11738 * Server Agent Commands::
11739 @end menu
11740
11741 You can run a complete batch fetch from the command line with the
11742 following incantation:
11743
11744 @cindex gnus-agent-batch-fetch
11745 @example
11746 $ emacs -batch -l ~/.gnus.el -f gnus-agent-batch-fetch
11747 @end example
11748
11749
11750
11751 @node Group Agent Commands
11752 @subsubsection Group Agent Commands
11753
11754 @table @kbd
11755 @item J u
11756 @kindex J u (Agent Group)
11757 @findex gnus-agent-fetch-groups
11758 Fetch all eligible articles in the current group
11759 (@code{gnus-agent-fetch-groups}).
11760
11761 @item J c
11762 @kindex J c (Agent Group)
11763 @findex gnus-enter-category-buffer
11764 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
11765
11766 @item J s
11767 @kindex J s (Agent Group)
11768 @findex gnus-agent-fetch-session
11769 Fetch all eligible articles in all groups
11770 (@code{gnus-agent-fetch-session}).
11771
11772 @item J S
11773 @kindex J S (Agent Group)
11774 @findex gnus-group-send-drafts
11775 Send all sendable messages in the draft group
11776 (@code{gnus-agent-fetch-session}).  @xref{Drafts}
11777
11778 @item J a
11779 @kindex J a (Agent Group)
11780 @findex gnus-agent-add-group
11781 Add the current group to an Agent category
11782 (@code{gnus-agent-add-group}).
11783
11784 @end table
11785
11786
11787 @node Summary Agent Commands
11788 @subsubsection Summary Agent Commands
11789
11790 @table @kbd
11791 @item J #
11792 @kindex J # (Agent Summary)
11793 @findex gnus-agent-mark-article
11794 Mark the article for downloading (@code{gnus-agent-mark-article}).
11795
11796 @item J M-#
11797 @kindex J M-# (Agent Summary)
11798 @findex gnus-agent-unmark-article
11799 Remove the downloading mark from the article
11800 (@code{gnus-agent-unmark-article}).
11801
11802 @item @@ 
11803 @kindex @@ (Agent Summary)
11804 @findex gnus-agent-toggle-mark
11805 Toggle whether to download the article (@code{gnus-agent-toggle-mark}).
11806
11807 @item J c
11808 @kindex J c (Agent Summary)
11809 @findex gnus-agent-catchup
11810 Mark all undownloaded articles as read (@code{gnus-agent-catchup}).
11811
11812 @end table
11813
11814
11815 @node Server Agent Commands
11816 @subsubsection Server Agent Commands
11817
11818 @table @kbd
11819 @item J a
11820 @kindex J a (Agent Server)
11821 @findex gnus-agent-add-server
11822 Add the current server to the list of servers covered by the Gnus Agent
11823 (@code{gnus-agent-add-server}).
11824
11825 @item J r
11826 @kindex J r (Agent Server)
11827 @findex gnus-agent-remove-server
11828 Remove the current server from the list of servers covered by the Gnus
11829 Agent (@code{gnus-agent-remove-server}).
11830
11831 @end table
11832
11833
11834 @node Agent Expiry
11835 @subsection Agent Expiry
11836
11837 @vindex gnus-agent-expiry-days
11838 @findex gnus-agent-expiry
11839 @kindex M-x gnus-agent-expiry
11840 @cindex Agent expiry
11841 @cindex Gnus Agent expiry
11842 @cindex expiry
11843
11844 @code{nnagent} doesn't handle expiry.  Instead, there's a special
11845 @code{gnus-agent-expiry} command that will expire all read articles that
11846 are older than @code{gnus-agent-expiry-days} days.  It can be run
11847 whenever you feel that you're running out of space.  It's not
11848 particularly fast or efficient, and it's not a particularly good idea to
11849 interrupt it (with @kbd{C-g} or anything else) once you've started it.
11850
11851 @vindex gnus-agent-expire-all
11852 if @code{gnus-agent-expire-all} is non-@code{nil}, this command will
11853 expire all articles---unread, read, ticked and dormant.  If @code{nil}
11854 (which is the default), only read articles are eligible for expiry, and
11855 unread, ticked and dormant articles will be kept indefinitely.
11856
11857
11858 @node Outgoing Messages
11859 @subsection Outgoing Messages
11860
11861 When Gnus is unplugged, all outgoing messages (both mail and news) are
11862 stored in the draft groups (@pxref{Drafts}).  You can view them there
11863 after posting, and edit them at will.
11864
11865 When Gnus is plugged again, you can send the messages either from the
11866 draft group with the special commands available there, or you can use
11867 the @kbd{J S} command in the group buffer to send all the sendable
11868 messages in the draft group.
11869
11870
11871
11872 @node Agent Variables
11873 @subsection Agent Variables
11874
11875 @table @code
11876 @item gnus-agent-directory
11877 @vindex gnus-agent-directory
11878 Where the Gnus Agent will store its files.  The default is
11879 @file{~/News/agent/}.
11880
11881 @item gnus-agent-handle-level
11882 @vindex gnus-agent-handle-level
11883 Groups on levels (@pxref{Group Levels}) higher than this variable will
11884 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
11885 which means that only subscribed group will be considered by the Agent
11886 by default.
11887
11888 @item gnus-agent-plugged-hook
11889 @vindex gnus-agent-plugged-hook
11890 Hook run when connecting to the network.
11891
11892 @item gnus-agent-unplugged-hook
11893 @vindex gnus-agent-unplugged-hook
11894 Hook run when disconnecting from the network.
11895
11896 @end table
11897
11898
11899 @node Example Setup
11900 @subsection Example Setup
11901
11902 If you don't want to read this manual, and you have a fairly standard
11903 setup, you may be able to use something like the following as your
11904 @file{.gnus.el} file to get started.
11905
11906 @lisp
11907 ;;; Define how Gnus is to fetch news.  We do this over NNTP
11908 ;;; from your ISP's server.
11909 (setq gnus-select-method '(nntp "nntp.your-isp.com"))
11910
11911 ;;; Define how Gnus is to read your mail.  We read mail from
11912 ;;; your ISP's POP server.
11913 (setenv "MAILHOST" "pop.your-isp.com")
11914 (setq nnmail-spool-file "po:username")
11915
11916 ;;; Say how Gnus is to store the mail.  We use nnml groups.
11917 (setq gnus-secondary-select-methods '((nnml "")))
11918
11919 ;;; Make Gnus into an offline newsreader.
11920 (gnus-agentize)
11921 @end lisp
11922
11923 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
11924 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
11925 gnus}.
11926
11927 If this is the first time you've run Gnus, you will be subscribed
11928 automatically to a few default newsgroups.  You'll probably want to
11929 subscribe to more groups, and to do that, you have to query the
11930 @sc{nntp} server for a complete list of groups with the @kbd{A A}
11931 command.  This usually takes quite a while, but you only have to do it
11932 once.
11933
11934 After reading and parsing a while, you'll be presented with a list of
11935 groups.  Subscribe to the ones you want to read with the @kbd{u}
11936 command.  @kbd{l} to make all the killed groups disappear after you've
11937 subscribe to all the groups you want to read.  (@kbd{A k} will bring
11938 back all the killed groups.)
11939
11940 You can now read the groups at once, or you can download the articles
11941 with the @kbd{J s} command.  And then read the rest of this manual to
11942 find out which of the other gazillion things you want to customize.
11943
11944
11945 @node Batching Agents
11946 @subsection Batching Agents
11947
11948 Having the Gnus Agent fetch articles (and post whatever messages you've
11949 written) is quite easy once you've gotten things set up properly.  The
11950 following shell script will do everything that is necessary:
11951
11952 @example
11953 #!/bin/sh
11954 emacs -batch -l ~/.emacs -f gnus-agent-batch >/dev/null
11955 @end example
11956
11957
11958
11959 @node Scoring
11960 @chapter Scoring
11961 @cindex scoring
11962
11963 Other people use @dfn{kill files}, but we here at Gnus Towers like
11964 scoring better than killing, so we'd rather switch than fight.  They do
11965 something completely different as well, so sit up straight and pay
11966 attention!
11967
11968 @vindex gnus-summary-mark-below
11969 All articles have a default score (@code{gnus-summary-default-score}),
11970 which is 0 by default.  This score may be raised or lowered either
11971 interactively or by score files.  Articles that have a score lower than
11972 @code{gnus-summary-mark-below} are marked as read.
11973
11974 Gnus will read any @dfn{score files} that apply to the current group
11975 before generating the summary buffer.
11976
11977 There are several commands in the summary buffer that insert score
11978 entries based on the current article.  You can, for instance, ask Gnus to
11979 lower or increase the score of all articles with a certain subject.
11980
11981 There are two sorts of scoring entries: Permanent and temporary.
11982 Temporary score entries are self-expiring entries.  Any entries that are
11983 temporary and have not been used for, say, a week, will be removed
11984 silently to help keep the sizes of the score files down.
11985
11986 @menu
11987 * Summary Score Commands::   Adding score entries for the current group.
11988 * Group Score Commands::     General score commands.
11989 * Score Variables::          Customize your scoring.  (My, what terminology).
11990 * Score File Format::        What a score file may contain.
11991 * Score File Editing::       You can edit score files by hand as well.
11992 * Adaptive Scoring::         Big Sister Gnus knows what you read.
11993 * Home Score File::          How to say where new score entries are to go.
11994 * Followups To Yourself::    Having Gnus notice when people answer you.
11995 * Scoring Tips::             How to score effectively.
11996 * Reverse Scoring::          That problem child of old is not problem.
11997 * Global Score Files::       Earth-spanning, ear-splitting score files.
11998 * Kill Files::               They are still here, but they can be ignored.
11999 * Converting Kill Files::    Translating kill files to score files.
12000 * GroupLens::                Getting predictions on what you like to read.
12001 * Advanced Scoring::         Using logical expressions to build score rules.
12002 * Score Decays::             It can be useful to let scores wither away.
12003 @end menu
12004
12005
12006 @node Summary Score Commands
12007 @section Summary Score Commands
12008 @cindex score commands
12009
12010 The score commands that alter score entries do not actually modify real
12011 score files.  That would be too inefficient.  Gnus maintains a cache of
12012 previously loaded score files, one of which is considered the
12013 @dfn{current score file alist}.  The score commands simply insert
12014 entries into this list, and upon group exit, this list is saved.
12015
12016 The current score file is by default the group's local score file, even
12017 if no such score file actually exists.  To insert score commands into
12018 some other score file (e.g. @file{all.SCORE}), you must first make this
12019 score file the current one.
12020
12021 General score commands that don't actually change the score file:
12022
12023 @table @kbd
12024
12025 @item V s
12026 @kindex V s (Summary)
12027 @findex gnus-summary-set-score
12028 Set the score of the current article (@code{gnus-summary-set-score}).
12029
12030 @item V S
12031 @kindex V S (Summary)
12032 @findex gnus-summary-current-score
12033 Display the score of the current article
12034 (@code{gnus-summary-current-score}).
12035
12036 @item V t
12037 @kindex V t (Summary)
12038 @findex gnus-score-find-trace
12039 Display all score rules that have been used on the current article
12040 (@code{gnus-score-find-trace}).
12041
12042 @item V R
12043 @kindex V R (Summary)
12044 @findex gnus-summary-rescore
12045 Run the current summary through the scoring process
12046 (@code{gnus-summary-rescore}).  This might be useful if you're playing
12047 around with your score files behind Gnus' back and want to see the
12048 effect you're having.
12049
12050 @item V c
12051 @kindex V c (Summary)
12052 @findex gnus-score-change-score-file
12053 Make a different score file the current
12054 (@code{gnus-score-change-score-file}).
12055
12056 @item V e
12057 @kindex V e (Summary)
12058 @findex gnus-score-edit-current-scores
12059 Edit the current score file (@code{gnus-score-edit-current-scores}).
12060 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
12061 File Editing}).
12062
12063 @item V f
12064 @kindex V f (Summary)
12065 @findex gnus-score-edit-file
12066 Edit a score file and make this score file the current one
12067 (@code{gnus-score-edit-file}).
12068
12069 @item V F
12070 @kindex V F (Summary)
12071 @findex gnus-score-flush-cache
12072 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
12073 after editing score files.
12074
12075 @item V C
12076 @kindex V C (Summary)
12077 @findex gnus-score-customize
12078 Customize a score file in a visually pleasing manner
12079 (@code{gnus-score-customize}).
12080
12081 @end table
12082
12083 The rest of these commands modify the local score file.
12084
12085 @table @kbd
12086
12087 @item V m
12088 @kindex V m (Summary)
12089 @findex gnus-score-set-mark-below
12090 Prompt for a score, and mark all articles with a score below this as
12091 read (@code{gnus-score-set-mark-below}).
12092
12093 @item V x
12094 @kindex V x (Summary)
12095 @findex gnus-score-set-expunge-below
12096 Prompt for a score, and add a score rule to the current score file to
12097 expunge all articles below this score
12098 (@code{gnus-score-set-expunge-below}).
12099 @end table
12100
12101 The keystrokes for actually making score entries follow a very regular
12102 pattern, so there's no need to list all the commands.  (Hundreds of
12103 them.)
12104
12105 @findex gnus-summary-increase-score
12106 @findex gnus-summary-lower-score
12107
12108 @enumerate
12109 @item
12110 The first key is either @kbd{I} (upper case i) for increasing the score
12111 or @kbd{L} for lowering the score.
12112 @item
12113 The second key says what header you want to score on.  The following
12114 keys are available:
12115 @table @kbd
12116
12117 @item a
12118 Score on the author name.
12119
12120 @item s
12121 Score on the subject line.
12122
12123 @item x
12124 Score on the Xref line---i.e., the cross-posting line.
12125
12126 @item r
12127 Score on the References line.
12128
12129 @item d
12130 Score on the date.
12131
12132 @item l
12133 Score on the number of lines.
12134
12135 @item i
12136 Score on the Message-ID.
12137
12138 @item f
12139 Score on followups.
12140
12141 @item b
12142 Score on the body.
12143
12144 @item h
12145 Score on the head.
12146
12147 @item t
12148 Score on thead.
12149
12150 @end table
12151
12152 @item
12153 The third key is the match type.  Which match types are valid depends on
12154 what headers you are scoring on.
12155
12156 @table @code
12157
12158 @item strings
12159
12160 @table @kbd
12161
12162 @item e
12163 Exact matching.
12164
12165 @item s
12166 Substring matching.
12167
12168 @item f
12169 Fuzzy matching (@pxref{Fuzzy Matching}).
12170
12171 @item r
12172 Regexp matching
12173 @end table
12174
12175 @item date
12176 @table @kbd
12177
12178 @item b
12179 Before date.
12180
12181 @item a
12182 After date.
12183
12184 @item n
12185 This date.
12186 @end table
12187
12188 @item number
12189 @table @kbd
12190
12191 @item <
12192 Less than number.
12193
12194 @item =
12195 Equal to number.
12196
12197 @item >
12198 Greater than number.
12199 @end table
12200 @end table
12201
12202 @item
12203 The fourth and final key says whether this is a temporary (i.e., expiring)
12204 score entry, or a permanent (i.e., non-expiring) score entry, or whether
12205 it is to be done immediately, without adding to the score file.
12206 @table @kbd
12207
12208 @item t
12209 Temporary score entry.
12210
12211 @item p
12212 Permanent score entry.
12213
12214 @item i
12215 Immediately scoring.
12216 @end table
12217
12218 @end enumerate
12219
12220 So, let's say you want to increase the score on the current author with
12221 exact matching permanently: @kbd{I a e p}.  If you want to lower the
12222 score based on the subject line, using substring matching, and make a
12223 temporary score entry: @kbd{L s s t}.  Pretty easy.
12224
12225 To make things a bit more complicated, there are shortcuts.  If you use
12226 a capital letter on either the second or third keys, Gnus will use
12227 defaults for the remaining one or two keystrokes.  The defaults are
12228 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
12229 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
12230
12231 These functions take both the numerical prefix and the symbolic prefix
12232 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
12233 (or increase) the score of the article.  A symbolic prefix of @code{a}
12234 says to use the @file{all.SCORE} file for the command instead of the
12235 current score file.
12236
12237 @vindex gnus-score-mimic-keymap
12238 The @code{gnus-score-mimic-keymap} says whether these commands will
12239 pretend they are keymaps or not.
12240
12241
12242 @node Group Score Commands
12243 @section Group Score Commands
12244 @cindex group score commands
12245
12246 There aren't many of these as yet, I'm afraid.
12247
12248 @table @kbd
12249
12250 @item W f
12251 @kindex W f (Group)
12252 @findex gnus-score-flush-cache
12253 Gnus maintains a cache of score alists to avoid having to reload them
12254 all the time.  This command will flush the cache
12255 (@code{gnus-score-flush-cache}).
12256
12257 @end table
12258
12259 You can do scoring from the command line by saying something like:
12260
12261 @findex gnus-batch-score
12262 @cindex batch scoring
12263 @example
12264 $ emacs -batch -l ~/.emacs -l gnus -f gnus-batch-score
12265 @end example
12266
12267
12268 @node Score Variables
12269 @section Score Variables
12270 @cindex score variables
12271
12272 @table @code
12273
12274 @item gnus-use-scoring
12275 @vindex gnus-use-scoring
12276 If @code{nil}, Gnus will not check for score files, and will not, in
12277 general, do any score-related work.  This is @code{t} by default.
12278
12279 @item gnus-kill-killed
12280 @vindex gnus-kill-killed
12281 If this variable is @code{nil}, Gnus will never apply score files to
12282 articles that have already been through the kill process.  While this
12283 may save you lots of time, it also means that if you apply a kill file
12284 to a group, and then change the kill file and want to run it over you
12285 group again to kill more articles, it won't work.  You have to set this
12286 variable to @code{t} to do that.  (It is @code{t} by default.)
12287
12288 @item gnus-kill-files-directory
12289 @vindex gnus-kill-files-directory
12290 All kill and score files will be stored in this directory, which is
12291 initialized from the @code{SAVEDIR} environment variable by default.
12292 This is @file{~/News/} by default.
12293
12294 @item gnus-score-file-suffix
12295 @vindex gnus-score-file-suffix
12296 Suffix to add to the group name to arrive at the score file name
12297 (@samp{SCORE} by default.)
12298
12299 @item gnus-score-uncacheable-files
12300 @vindex gnus-score-uncacheable-files
12301 @cindex score cache
12302 All score files are normally cached to avoid excessive re-loading of
12303 score files.  However, if this might make you Emacs grow big and
12304 bloated, so this regexp can be used to weed out score files unlikely to be needed again.  It would be a bad idea to deny caching of
12305 @file{all.SCORE}, while it might be a good idea to not cache
12306 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
12307 variable is @samp{ADAPT$} by default, so no adaptive score files will
12308 be cached.
12309
12310 @item gnus-save-score
12311 @vindex gnus-save-score
12312 If you have really complicated score files, and do lots of batch
12313 scoring, then you might set this variable to @code{t}.  This will make
12314 Gnus save the scores into the @file{.newsrc.eld} file.
12315
12316 @item gnus-score-interactive-default-score
12317 @vindex gnus-score-interactive-default-score
12318 Score used by all the interactive raise/lower commands to raise/lower
12319 score with.  Default is 1000, which may seem excessive, but this is to
12320 ensure that the adaptive scoring scheme gets enough room to play with.
12321 We don't want the small changes from the adaptive scoring to overwrite
12322 manually entered data.
12323
12324 @item gnus-summary-default-score
12325 @vindex gnus-summary-default-score
12326 Default score of an article, which is 0 by default.
12327
12328 @item gnus-summary-expunge-below
12329 @vindex gnus-summary-expunge-below
12330 Don't display the summary lines of articles that have scores lower than
12331 this variable.  This is @code{nil} by default, which means that no
12332 articles will be hidden.  This variable is local to the summary buffers,
12333 and has to be set from @code{gnus-summary-mode-hook}.
12334
12335 @item gnus-score-over-mark
12336 @vindex gnus-score-over-mark
12337 Mark (in the third column) used for articles with a score over the
12338 default.  Default is @samp{+}.
12339
12340 @item gnus-score-below-mark
12341 @vindex gnus-score-below-mark
12342 Mark (in the third column) used for articles with a score below the
12343 default.  Default is @samp{-}.
12344
12345 @item gnus-score-find-score-files-function
12346 @vindex gnus-score-find-score-files-function
12347 Function used to find score files for the current group.  This function
12348 is called with the name of the group as the argument.
12349
12350 Predefined functions available are:
12351 @table @code
12352
12353 @item gnus-score-find-single
12354 @findex gnus-score-find-single
12355 Only apply the group's own score file.
12356
12357 @item gnus-score-find-bnews
12358 @findex gnus-score-find-bnews
12359 Apply all score files that match, using bnews syntax.  This is the
12360 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
12361 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
12362 @file{gnu.all.SCORE} would all apply.  In short, the instances of
12363 @samp{all} in the score file names are translated into @samp{.*}, and
12364 then a regexp match is done.
12365
12366 This means that if you have some score entries that you want to apply to
12367 all groups, then you put those entries in the @file{all.SCORE} file.
12368
12369 The score files are applied in a semi-random order, although Gnus will
12370 try to apply the more general score files before the more specific score
12371 files.  It does this by looking at the number of elements in the score
12372 file names---discarding the @samp{all} elements.
12373
12374 @item gnus-score-find-hierarchical
12375 @findex gnus-score-find-hierarchical
12376 Apply all score files from all the parent groups.  This means that you
12377 can't have score files like @file{all.SCORE}, but you can have
12378 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE}.
12379
12380 @end table
12381 This variable can also be a list of functions.  In that case, all these
12382 functions will be called, and all the returned lists of score files will
12383 be applied.  These functions can also return lists of score alists
12384 directly.  In that case, the functions that return these non-file score
12385 alists should probably be placed before the ``real'' score file
12386 functions, to ensure that the last score file returned is the local
12387 score file.  Phu.
12388
12389 @item gnus-score-expiry-days
12390 @vindex gnus-score-expiry-days
12391 This variable says how many days should pass before an unused score file
12392 entry is expired.  If this variable is @code{nil}, no score file entries
12393 are expired.  It's 7 by default.
12394
12395 @item gnus-update-score-entry-dates
12396 @vindex gnus-update-score-entry-dates
12397 If this variable is non-@code{nil}, matching score entries will have
12398 their dates updated.  (This is how Gnus controls expiry---all
12399 non-matching entries will become too old while matching entries will
12400 stay fresh and young.)  However, if you set this variable to @code{nil},
12401 even matching entries will grow old and will have to face that oh-so
12402 grim reaper.
12403
12404 @item gnus-score-after-write-file-function
12405 @vindex gnus-score-after-write-file-function
12406 Function called with the name of the score file just written.
12407
12408 @item gnus-score-thread-simplify
12409 @vindex gnus-score-thread-simplify
12410 If this variable is non-@code{nil}, article subjects will be simplified
12411 for subject scoring purposes in the same manner as with
12412 threading---according to the current value of
12413 gnus-simplify-subject-functions.  If the scoring entry uses
12414 @code{substring} or @code{exact} matching, the match will also be
12415 simplified in this manner.
12416
12417 @end table
12418
12419
12420 @node Score File Format
12421 @section Score File Format
12422 @cindex score file format
12423
12424 A score file is an @code{emacs-lisp} file that normally contains just a
12425 single form.  Casual users are not expected to edit these files;
12426 everything can be changed from the summary buffer.
12427
12428 Anyway, if you'd like to dig into it yourself, here's an example:
12429
12430 @lisp
12431 (("from"
12432   ("Lars Ingebrigtsen" -10000)
12433   ("Per Abrahamsen")
12434   ("larsi\\|lmi" -50000 nil R))
12435  ("subject"
12436   ("Ding is Badd" nil 728373))
12437  ("xref"
12438   ("alt.politics" -1000 728372 s))
12439  ("lines"
12440   (2 -100 nil <))
12441  (mark 0)
12442  (expunge -1000)
12443  (mark-and-expunge -10)
12444  (read-only nil)
12445  (orphan -10)
12446  (adapt t)
12447  (files "/hom/larsi/News/gnu.SCORE")
12448  (exclude-files "all.SCORE")
12449  (local (gnus-newsgroup-auto-expire t)
12450         (gnus-summary-make-false-root empty))
12451  (eval (ding)))
12452 @end lisp
12453
12454 This example demonstrates most score file elements.  For a different
12455 approach, see @pxref{Advanced Scoring}.
12456
12457 Even though this looks much like lisp code, nothing here is actually
12458 @code{eval}ed.  The lisp reader is used to read this form, though, so it
12459 has to be valid syntactically, if not semantically.
12460
12461 Six keys are supported by this alist:
12462
12463 @table @code
12464
12465 @item STRING
12466 If the key is a string, it is the name of the header to perform the
12467 match on.  Scoring can only be performed on these eight headers:
12468 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
12469 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
12470 these headers, there are three strings to tell Gnus to fetch the entire
12471 article and do the match on larger parts of the article: @code{Body}
12472 will perform the match on the body of the article, @code{Head} will
12473 perform the match on the head of the article, and @code{All} will
12474 perform the match on the entire article.  Note that using any of these
12475 last three keys will slow down group entry @emph{considerably}.  The
12476 final ``header'' you can score on is @code{Followup}.  These score
12477 entries will result in new score entries being added for all follow-ups
12478 to articles that matches these score entries.
12479
12480 Following this key is a arbitrary number of score entries, where each
12481 score entry has one to four elements.
12482 @enumerate
12483
12484 @item
12485 The first element is the @dfn{match element}.  On most headers this will
12486 be a string, but on the Lines and Chars headers, this must be an
12487 integer.
12488
12489 @item
12490 If the second element is present, it should be a number---the @dfn{score
12491 element}.  This number should be an integer in the neginf to posinf
12492 interval.  This number is added to the score of the article if the match
12493 is successful.  If this element is not present, the
12494 @code{gnus-score-interactive-default-score} number will be used
12495 instead.  This is 1000 by default.
12496
12497 @item
12498 If the third element is present, it should be a number---the @dfn{date
12499 element}.  This date says when the last time this score entry matched,
12500 which provides a mechanism for expiring the score entries.  It this
12501 element is not present, the score entry is permanent.  The date is
12502 represented by the number of days since December 31, 1 BCE.
12503
12504 @item
12505 If the fourth element is present, it should be a symbol---the @dfn{type
12506 element}.  This element specifies what function should be used to see
12507 whether this score entry matches the article.  What match types that can
12508 be used depends on what header you wish to perform the match on.
12509 @table @dfn
12510
12511 @item From, Subject, References, Xref, Message-ID
12512 For most header types, there are the @code{r} and @code{R} (regexp), as
12513 well as @code{s} and @code{S} (substring) types, and @code{e} and
12514 @code{E} (exact match), and @code{w} (word match) types.  If this
12515 element is not present, Gnus will assume that substring matching should
12516 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
12517 that the matches will be done in a case-sensitive manner.  All these
12518 one-letter types are really just abbreviations for the @code{regexp},
12519 @code{string}, @code{exact}, and @code{word} types, which you can use
12520 instead, if you feel like.
12521
12522 @item Lines, Chars
12523 These two headers use different match types: @code{<}, @code{>},
12524 @code{=}, @code{>=} and @code{<=}.
12525
12526 These predicates are true if
12527
12528 @example
12529 (PREDICATE HEADER MATCH)
12530 @end example
12531
12532 evaluates to non-@code{nil}.  For instance, the advanced match
12533 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
12534 following form:
12535
12536 @lisp
12537 (< header-value 4)
12538 @end lisp
12539
12540 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
12541 the match, we get the score added if the article has less than 4 lines.
12542 (It's easy to get confused and think it's the other way around.  But
12543 it's not.  I think.)
12544
12545 When matching on @code{Lines}, be careful because some backends (like
12546 @code{nndir}) do not generate @code{Lines} header, so every article ends
12547 up being marked as having 0 lines.  This can lead to strange results if
12548 you happen to lower score of the articles with few lines.
12549
12550 @item Date
12551 For the Date header we have three kinda silly match types:
12552 @code{before}, @code{at} and @code{after}.  I can't really imagine this
12553 ever being useful, but, like, it would feel kinda silly not to provide
12554 this function.  Just in case.  You never know.  Better safe than sorry.
12555 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
12556 sex on a first date.  (I have been told that at least one person, and I
12557 quote, ``found this function indispensable'', however.)
12558
12559 @cindex ISO8601
12560 @cindex date
12561 A more useful match type is @code{regexp}.  With it, you can match the
12562 date string using a regular expression.  The date is normalized to
12563 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
12564 you want to match all articles that have been posted on April 1st in
12565 every year, you could use @samp{....0401.........} as a match string,
12566 for instance.  (Note that the date is kept in its original time zone, so
12567 this will match articles that were posted when it was April 1st where
12568 the article was posted from.  Time zones are such wholesome fun for the
12569 whole family, eh?)
12570
12571 @item Head, Body, All
12572 These three match keys use the same match types as the @code{From} (etc)
12573 header uses.
12574
12575 @item Followup
12576 This match key is somewhat special, in that it will match the
12577 @code{From} header, and affect the score of not only the matching
12578 articles, but also all followups to the matching articles.  This allows
12579 you e.g. increase the score of followups to your own articles, or
12580 decrease the score of followups to the articles of some known
12581 trouble-maker.  Uses the same match types as the @code{From} header
12582 uses.  (Using this match key will lead to creation of @file{ADAPT}
12583 files.)
12584
12585 @item Thread
12586 This match key works along the same lines as the @code{Followup} match
12587 key.  If you say that you want to score on a (sub-)thread started by an article with a @code{Message-ID} @var{X}, then you add a
12588 @samp{thread} match.  This will add a new @samp{thread} match for each
12589 article that has @var{X} in its @code{References} header.  (These new
12590 @samp{thread} matches will use the @code{Message-ID}s of these matching
12591 articles.)  This will ensure that you can raise/lower the score of an
12592 entire thread, even though some articles in the thread may not have
12593 complete @code{References} headers.  Note that using this may lead to
12594 undeterministic scores of the articles in the thread.  (Using this match
12595 key will lead to creation of @file{ADAPT} files.)
12596 @end table
12597 @end enumerate
12598
12599 @cindex Score File Atoms
12600 @item mark
12601 The value of this entry should be a number.  Any articles with a score
12602 lower than this number will be marked as read.
12603
12604 @item expunge
12605 The value of this entry should be a number.  Any articles with a score
12606 lower than this number will be removed from the summary buffer.
12607
12608 @item mark-and-expunge
12609 The value of this entry should be a number.  Any articles with a score
12610 lower than this number will be marked as read and removed from the
12611 summary buffer.
12612
12613 @item thread-mark-and-expunge
12614 The value of this entry should be a number.  All articles that belong to
12615 a thread that has a total score below this number will be marked as read
12616 and removed from the summary buffer.  @code{gnus-thread-score-function}
12617 says how to compute the total score for a thread.
12618
12619 @item files
12620 The value of this entry should be any number of file names.  These files
12621 are assumed to be score files as well, and will be loaded the same way
12622 this one was.
12623
12624 @item exclude-files
12625 The clue of this entry should be any number of files.  These files will
12626 not be loaded, even though they would normally be so, for some reason or
12627 other.
12628
12629 @item eval
12630 The value of this entry will be @code{eval}el.  This element will be
12631 ignored when handling global score files.
12632
12633 @item read-only
12634 Read-only score files will not be updated or saved.  Global score files
12635 should feature this atom (@pxref{Global Score Files}).  (Note:
12636 @dfn{Global} here really means @dfn{global}; not your personal
12637 apply-to-all-groups score files.)
12638
12639 @item orphan
12640 The value of this entry should be a number.  Articles that do not have
12641 parents will get this number added to their scores.  Imagine you follow
12642 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
12643 will only follow a few of the threads, also want to see any new threads.
12644
12645 You can do this with the following two score file entries:
12646
12647 @example
12648         (orphan -500)
12649         (mark-and-expunge -100)
12650 @end example
12651
12652 When you enter the group the first time, you will only see the new
12653 threads.  You then raise the score of the threads that you find
12654 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
12655 rest.  Next time you enter the group, you will see new articles in the
12656 interesting threads, plus any new threads.
12657
12658 I.e.---the orphan score atom is for high-volume groups where there
12659 exist a few interesting threads which can't be found automatically by
12660 ordinary scoring rules.
12661
12662 @item adapt
12663 This entry controls the adaptive scoring.  If it is @code{t}, the
12664 default adaptive scoring rules will be used.  If it is @code{ignore}, no
12665 adaptive scoring will be performed on this group.  If it is a list, this
12666 list will be used as the adaptive scoring rules.  If it isn't present,
12667 or is something other than @code{t} or @code{ignore}, the default
12668 adaptive scoring rules will be used.  If you want to use adaptive
12669 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
12670 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
12671 not want adaptive scoring.  If you only want adaptive scoring in a few
12672 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
12673 insert @code{(adapt t)} in the score files of the groups where you want
12674 it.
12675
12676 @item adapt-file
12677 All adaptive score entries will go to the file named by this entry.  It
12678 will also be applied when entering the group.  This atom might be handy
12679 if you want to adapt on several groups at once, using the same adaptive
12680 file for a number of groups.
12681
12682 @item local
12683 @cindex local variables
12684 The value of this entry should be a list of @code{(VAR VALUE)} pairs.
12685 Each @var{var} will be made buffer-local to the current summary buffer,
12686 and set to the value specified.  This is a convenient, if somewhat
12687 strange, way of setting variables in some groups if you don't like hooks
12688 much.  Note that the @var{value} won't be evaluated.
12689 @end table
12690
12691
12692 @node Score File Editing
12693 @section Score File Editing
12694
12695 You normally enter all scoring commands from the summary buffer, but you
12696 might feel the urge to edit them by hand as well, so we've supplied you
12697 with a mode for that.
12698
12699 It's simply a slightly customized @code{emacs-lisp} mode, with these
12700 additional commands:
12701
12702 @table @kbd
12703
12704 @item C-c C-c
12705 @kindex C-c C-c (Score)
12706 @findex gnus-score-edit-done
12707 Save the changes you have made and return to the summary buffer
12708 (@code{gnus-score-edit-done}).
12709
12710 @item C-c C-d
12711 @kindex C-c C-d (Score)
12712 @findex gnus-score-edit-insert-date
12713 Insert the current date in numerical format
12714 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
12715 you were wondering.
12716
12717 @item C-c C-p
12718 @kindex C-c C-p (Score)
12719 @findex gnus-score-pretty-print
12720 The adaptive score files are saved in an unformatted fashion.  If you
12721 intend to read one of these files, you want to @dfn{pretty print} it
12722 first.  This command (@code{gnus-score-pretty-print}) does that for
12723 you.
12724
12725 @end table
12726
12727 Type @kbd{M-x gnus-score-mode} to use this mode.
12728
12729 @vindex gnus-score-mode-hook
12730 @code{gnus-score-menu-hook} is run in score mode buffers.
12731
12732 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
12733 e} to begin editing score files.
12734
12735
12736 @node Adaptive Scoring
12737 @section Adaptive Scoring
12738 @cindex adaptive scoring
12739
12740 If all this scoring is getting you down, Gnus has a way of making it all
12741 happen automatically---as if by magic.  Or rather, as if by artificial
12742 stupidity, to be precise.
12743
12744 @vindex gnus-use-adaptive-scoring
12745 When you read an article, or mark an article as read, or kill an
12746 article, you leave marks behind.  On exit from the group, Gnus can sniff
12747 these marks and add score elements depending on what marks it finds.
12748 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
12749 @code{t} or @code{(line)}.  If you want score adaptively on separate
12750 words appearing in the subjects, you should set this variable to
12751 @code{(word)}.  If you want to use both adaptive methods, set this
12752 variable to @code{(word line)}.
12753
12754 @vindex gnus-default-adaptive-score-alist
12755 To give you complete control over the scoring process, you can customize
12756 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
12757 might look something like this:
12758
12759 @lisp
12760 (defvar gnus-default-adaptive-score-alist
12761   '((gnus-unread-mark)
12762     (gnus-ticked-mark (from 4))
12763     (gnus-dormant-mark (from 5))
12764     (gnus-del-mark (from -4) (subject -1))
12765     (gnus-read-mark (from 4) (subject 2))
12766     (gnus-expirable-mark (from -1) (subject -1))
12767     (gnus-killed-mark (from -1) (subject -3))
12768     (gnus-kill-file-mark)
12769     (gnus-ancient-mark)
12770     (gnus-low-score-mark)
12771     (gnus-catchup-mark (from -1) (subject -1))))
12772 @end lisp
12773
12774 As you see, each element in this alist has a mark as a key (either a
12775 variable name or a ``real'' mark---a character).  Following this key is
12776 a arbitrary number of header/score pairs.  If there are no header/score
12777 pairs following the key, no adaptive scoring will be done on articles
12778 that have that key as the article mark.  For instance, articles with
12779 @code{gnus-unread-mark} in the example above will not get adaptive score
12780 entries.
12781
12782 Each article can have only one mark, so just a single of these rules
12783 will be applied to each article.
12784
12785 To take @code{gnus-del-mark} as an example---this alist says that all
12786 articles that have that mark (i.e., are marked with @samp{D}) will have a
12787 score entry added to lower based on the @code{From} header by -4, and
12788 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
12789
12790 If you have marked 10 articles with the same subject with
12791 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
12792 That means that that subject will get a score of ten times -1, which
12793 should be, unless I'm much mistaken, -10.
12794
12795 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
12796 the read articles will be marked with the @samp{E} mark.  This'll
12797 probably make adaptive scoring slightly impossible, so auto-expiring and
12798 adaptive scoring doesn't really mix very well.
12799
12800 The headers you can score on are @code{from}, @code{subject},
12801 @code{message-id}, @code{references}, @code{xref}, @code{lines},
12802 @code{chars} and @code{date}.  In addition, you can score on
12803 @code{followup}, which will create an adaptive score entry that matches
12804 on the @code{References} header using the @code{Message-ID} of the
12805 current article, thereby matching the following thread.
12806
12807 You can also score on @code{thread}, which will try to score all
12808 articles that appear in a thread.  @code{thread} matches uses a
12809 @code{Message-ID} to match on the @code{References} header of the
12810 article.  If the match is made, the @code{Message-ID} of the article is
12811 added to the @code{thread} rule.  (Think about it.  I'd recommend two
12812 aspirins afterwards.)
12813
12814 If you use this scheme, you should set the score file atom @code{mark}
12815 to something small---like -300, perhaps, to avoid having small random
12816 changes result in articles getting marked as read.
12817
12818 After using adaptive scoring for a week or so, Gnus should start to
12819 become properly trained and enhance the authors you like best, and kill
12820 the authors you like least, without you having to say so explicitly.
12821
12822 You can control what groups the adaptive scoring is to be performed on
12823 by using the score files (@pxref{Score File Format}).  This will also
12824 let you use different rules in different groups.
12825
12826 @vindex gnus-adaptive-file-suffix
12827 The adaptive score entries will be put into a file where the name is the
12828 group name with @code{gnus-adaptive-file-suffix} appended.  The default
12829 is @samp{ADAPT}.
12830
12831 @vindex gnus-score-exact-adapt-limit
12832 When doing adaptive scoring, substring or fuzzy matching would probably
12833 give you the best results in most cases.  However, if the header one
12834 matches is short, the possibility for false positives is great, so if
12835 the length of the match is less than
12836 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
12837 this variable is @code{nil}, exact matching will always be used to avoid
12838 this problem.
12839
12840 @vindex gnus-default-adaptive-word-score-alist
12841 As mentioned above, you can adapt either on individual words or entire
12842 headers.  If you adapt on words, the
12843 @code{gnus-default-adaptive-word-score-alist} variable says what score
12844 each instance of a word should add given a mark.
12845
12846 @lisp
12847 (setq gnus-default-adaptive-word-score-alist
12848       `((,gnus-read-mark . 30)
12849         (,gnus-catchup-mark . -10)
12850         (,gnus-killed-mark . -20)
12851         (,gnus-del-mark . -15)))
12852 @end lisp
12853
12854 This is the default value.  If you have adaption on words enabled, every
12855 word that appears in subjects of articles marked with
12856 @code{gnus-read-mark} will result in a score rule that increase the
12857 score with 30 points.
12858
12859 @vindex gnus-default-ignored-adaptive-words
12860 @vindex gnus-ignored-adaptive-words
12861 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
12862 will be ignored.  If you wish to add more words to be ignored, use the
12863 @code{gnus-ignored-adaptive-words} list instead.
12864
12865 @vindex gnus-adaptive-word-syntax-table
12866 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
12867 syntax table in effect.  It is similar to the standard syntax table, but
12868 it considers numbers to be non-word-constituent characters.
12869
12870 @vindex gnus-adaptive-word-minimum
12871 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
12872 word scoring process will never bring down the score of an article to
12873 below this number.  The default is @code{nil}.
12874
12875 After using this scheme for a while, it might be nice to write a
12876 @code{gnus-psychoanalyze-user} command to go through the rules and see
12877 what words you like and what words you don't like.  Or perhaps not.
12878
12879 Note that the adaptive word scoring thing is highly experimental and is
12880 likely to change in the future.  Initial impressions seem to indicate
12881 that it's totally useless as it stands.  Some more work (involving more
12882 rigorous statistical methods) will have to be done to make this useful.
12883
12884
12885 @node Home Score File
12886 @section Home Score File
12887
12888 The score file where new score file entries will go is called the
12889 @dfn{home score file}.  This is normally (and by default) the score file
12890 for the group itself.  For instance, the home score file for
12891 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
12892
12893 However, this may not be what you want.  It is often convenient to share
12894 a common home score file among many groups---all @samp{emacs} groups
12895 could perhaps use the same home score file.
12896
12897 @vindex gnus-home-score-file
12898 The variable that controls this is @code{gnus-home-score-file}.  It can
12899 be:
12900
12901 @enumerate
12902 @item
12903 A string.  Then this file will be used as the home score file for all
12904 groups.
12905
12906 @item
12907 A function. The result of this function will be used as the home score
12908 file.  The function will be called with the name of the group as the
12909 parameter.
12910
12911 @item
12912 A list.  The elements in this list can be:
12913
12914 @enumerate
12915 @item
12916 @var{(regexp file-name)}.  If the @var{regexp} matches the group name,
12917 the @var{file-name} will will be used as the home score file.
12918
12919 @item
12920 A function. If the function returns non-nil, the result will be used as
12921 the home score file.
12922
12923 @item
12924 A string.  Use the string as the home score file.
12925 @end enumerate
12926
12927 The list will be traversed from the beginning towards the end looking
12928 for matches.
12929
12930 @end enumerate
12931
12932 So, if you want to use just a single score file, you could say:
12933
12934 @lisp
12935 (setq gnus-home-score-file
12936       "my-total-score-file.SCORE")
12937 @end lisp
12938
12939 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
12940 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
12941
12942 @findex gnus-hierarchial-home-score-file
12943 @lisp
12944 (setq gnus-home-score-file
12945       'gnus-hierarchial-home-score-file)
12946 @end lisp
12947
12948 This is a ready-made function provided for your convenience.
12949 Other functions include
12950
12951 @table @code
12952 @item gnus-current-home-score-file
12953 @findex gnus-current-home-score-file
12954 Return the ``current'' regular score file.  This will make scoring
12955 commands add entry to the ``innermost'' matching score file.
12956
12957 @end table
12958
12959 If you want to have one score file for the @samp{emacs} groups and
12960 another for the @samp{comp} groups, while letting all other groups use
12961 their own home score files:
12962
12963 @lisp
12964 (setq gnus-home-score-file
12965       ;; All groups that match the regexp "\\.emacs"
12966       '(("\\.emacs" "emacs.SCORE")
12967         ;; All the comp groups in one score file
12968         ("^comp" "comp.SCORE")))
12969 @end lisp
12970
12971 @vindex gnus-home-adapt-file
12972 @code{gnus-home-adapt-file} works exactly the same way as
12973 @code{gnus-home-score-file}, but says what the home adaptive score file
12974 is instead.  All new adaptive file entries will go into the file
12975 specified by this variable, and the same syntax is allowed.
12976
12977 In addition to using @code{gnus-home-score-file} and
12978 @code{gnus-home-adapt-file}, you can also use group parameters
12979 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
12980 Parameters}) to achieve much the same.  Group and topic parameters take
12981 precedence over this variable.
12982
12983
12984 @node Followups To Yourself
12985 @section Followups To Yourself
12986
12987 Gnus offers two commands for picking out the @code{Message-ID} header in
12988 the current buffer.  Gnus will then add a score rule that scores using
12989 this @code{Message-ID} on the @code{References} header of other
12990 articles.  This will, in effect, increase the score of all articles that
12991 respond to the article in the current buffer.  Quite useful if you want
12992 to easily note when people answer what you've said.
12993
12994 @table @code
12995
12996 @item gnus-score-followup-article
12997 @findex gnus-score-followup-article
12998 This will add a score to articles that directly follow up your own
12999 article.
13000
13001 @item gnus-score-followup-thread
13002 @findex gnus-score-followup-thread
13003 This will add a score to all articles that appear in a thread ``below''
13004 your own article.
13005 @end table
13006
13007 @vindex message-sent-hook
13008 These two functions are both primarily meant to be used in hooks like
13009 @code{message-sent-hook}.
13010
13011 If you look closely at your own @code{Message-ID}, you'll notice that
13012 the first two or three characters are always the same.  Here's two of
13013 mine:
13014
13015 @example
13016 <x6u3u47icf.fsf@@eyesore.no>
13017 <x6sp9o7ibw.fsf@@eyesore.no>
13018 @end example
13019
13020 So ``my'' ident on this machine is @samp{x6}.  This can be
13021 exploited---the following rule will raise the score on all followups to
13022 myself:
13023
13024 @lisp
13025 ("references"
13026  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore.no>"
13027   1000 nil r))
13028 @end lisp
13029
13030 Whether it's the first two or first three characters that are ``yours''
13031 is system-dependent.
13032
13033
13034 @node Scoring Tips
13035 @section Scoring Tips
13036 @cindex scoring tips
13037
13038 @table @dfn
13039
13040 @item Crossposts
13041 @cindex crossposts
13042 @cindex scoring crossposts
13043 If you want to lower the score of crossposts, the line to match on is
13044 the @code{Xref} header.
13045 @lisp
13046 ("xref" (" talk.politics.misc:" -1000))
13047 @end lisp
13048
13049 @item Multiple crossposts
13050 If you want to lower the score of articles that have been crossposted to
13051 more than, say, 3 groups:
13052 @lisp
13053 ("xref" ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+" -1000 nil r))
13054 @end lisp
13055
13056 @item Matching on the body
13057 This is generally not a very good idea---it takes a very long time.
13058 Gnus actually has to fetch each individual article from the server.  But
13059 you might want to anyway, I guess.  Even though there are three match
13060 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
13061 and stick with it in each score file.  If you use any two, each article
13062 will be fetched @emph{twice}.  If you want to match a bit on the
13063 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
13064 the matches.
13065
13066 @item Marking as read
13067 You will probably want to mark articles that has a score below a certain
13068 number as read.  This is most easily achieved by putting the following
13069 in your @file{all.SCORE} file:
13070 @lisp
13071 ((mark -100))
13072 @end lisp
13073 You may also consider doing something similar with @code{expunge}.
13074
13075 @item Negated character classes
13076 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
13077 That will match newlines, which might lead to, well, The Unknown.  Say
13078 @code{[^abcd\n]*} instead.
13079 @end table
13080
13081
13082 @node Reverse Scoring
13083 @section Reverse Scoring
13084 @cindex reverse scoring
13085
13086 If you want to keep just articles that have @samp{Sex with Emacs} in the
13087 subject header, and expunge all other articles, you could put something
13088 like this in your score file:
13089
13090 @lisp
13091 (("subject"
13092   ("Sex with Emacs" 2))
13093  (mark 1)
13094  (expunge 1))
13095 @end lisp
13096
13097 So, you raise all articles that match @samp{Sex with Emacs} and mark the
13098 rest as read, and expunge them to boot.
13099
13100
13101 @node Global Score Files
13102 @section Global Score Files
13103 @cindex global score files
13104
13105 Sure, other newsreaders have ``global kill files''.  These are usually
13106 nothing more than a single kill file that applies to all groups, stored
13107 in the user's home directory.  Bah!  Puny, weak newsreaders!
13108
13109 What I'm talking about here are Global Score Files.  Score files from
13110 all over the world, from users everywhere, uniting all nations in one
13111 big, happy score file union!  Ange-score!  New and untested!
13112
13113 @vindex gnus-global-score-files
13114 All you have to do to use other people's score files is to set the
13115 @code{gnus-global-score-files} variable.  One entry for each score file,
13116 or each score file directory.  Gnus will decide by itself what score
13117 files are applicable to which group.
13118
13119 Say you want to use the score file
13120 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
13121 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory:
13122
13123 @lisp
13124 (setq gnus-global-score-files
13125       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
13126         "/ftp@@ftp.some-where:/pub/score/"))
13127 @end lisp
13128
13129 @findex gnus-score-search-global-directories
13130 Simple, eh?  Directory names must end with a @samp{/}.  These
13131 directories are typically scanned only once during each Gnus session.
13132 If you feel the need to manually re-scan the remote directories, you can
13133 use the @code{gnus-score-search-global-directories} command.
13134
13135 Note that, at present, using this option will slow down group entry
13136 somewhat.  (That is---a lot.)
13137
13138 If you want to start maintaining score files for other people to use,
13139 just put your score file up for anonymous ftp and announce it to the
13140 world.  Become a retro-moderator!  Participate in the retro-moderator
13141 wars sure to ensue, where retro-moderators battle it out for the
13142 sympathy of the people, luring them to use their score files on false
13143 premises!  Yay!  The net is saved!
13144
13145 Here are some tips for the would-be retro-moderator, off the top of my
13146 head:
13147
13148 @itemize @bullet
13149
13150 @item
13151 Articles heavily crossposted are probably junk.
13152 @item
13153 To lower a single inappropriate article, lower by @code{Message-ID}.
13154 @item
13155 Particularly brilliant authors can be raised on a permanent basis.
13156 @item
13157 Authors that repeatedly post off-charter for the group can safely be
13158 lowered out of existence.
13159 @item
13160 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
13161 articles completely.
13162
13163 @item
13164 Use expiring score entries to keep the size of the file down.  You
13165 should probably have a long expiry period, though, as some sites keep
13166 old articles for a long time.
13167 @end itemize
13168
13169 ... I wonder whether other newsreaders will support global score files
13170 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
13171 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
13172 holding our breath yet?
13173
13174
13175 @node Kill Files
13176 @section Kill Files
13177 @cindex kill files
13178
13179 Gnus still supports those pesky old kill files.  In fact, the kill file
13180 entries can now be expiring, which is something I wrote before Daniel
13181 Quinlan thought of doing score files, so I've left the code in there.
13182
13183 In short, kill processing is a lot slower (and I do mean @emph{a lot})
13184 than score processing, so it might be a good idea to rewrite your kill
13185 files into score files.
13186
13187 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
13188 forms into this file, which means that you can use kill files as some
13189 sort of primitive hook function to be run on group entry, even though
13190 that isn't a very good idea.
13191
13192 Normal kill files look like this:
13193
13194 @lisp
13195 (gnus-kill "From" "Lars Ingebrigtsen")
13196 (gnus-kill "Subject" "ding")
13197 (gnus-expunge "X")
13198 @end lisp
13199
13200 This will mark every article written by me as read, and remove the
13201 marked articles from the summary buffer.  Very useful, you'll agree.
13202
13203 Other programs use a totally different kill file syntax.  If Gnus
13204 encounters what looks like a @code{rn} kill file, it will take a stab at
13205 interpreting it.
13206
13207 Two summary functions for editing a GNUS kill file:
13208
13209 @table @kbd
13210
13211 @item M-k
13212 @kindex M-k (Summary)
13213 @findex gnus-summary-edit-local-kill
13214 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
13215
13216 @item M-K
13217 @kindex M-K (Summary)
13218 @findex gnus-summary-edit-global-kill
13219 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
13220 @end table
13221
13222 Two group mode functions for editing the kill files:
13223
13224 @table @kbd
13225
13226 @item M-k
13227 @kindex M-k (Group)
13228 @findex gnus-group-edit-local-kill
13229 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
13230
13231 @item M-K
13232 @kindex M-K (Group)
13233 @findex gnus-group-edit-global-kill
13234 Edit the general kill file (@code{gnus-group-edit-global-kill}).
13235 @end table
13236
13237 Kill file variables:
13238
13239 @table @code
13240 @item gnus-kill-file-name
13241 @vindex gnus-kill-file-name
13242 A kill file for the group @samp{soc.motss} is normally called
13243 @file{soc.motss.KILL}.  The suffix appended to the group name to get
13244 this file name is detailed by the @code{gnus-kill-file-name} variable.
13245 The ``global'' kill file (not in the score file sense of ``global'', of
13246 course) is just called @file{KILL}.
13247
13248 @vindex gnus-kill-save-kill-file
13249 @item gnus-kill-save-kill-file
13250 If this variable is non-@code{nil}, Gnus will save the
13251 kill file after processing, which is necessary if you use expiring
13252 kills.
13253
13254 @item gnus-apply-kill-hook
13255 @vindex gnus-apply-kill-hook
13256 @findex gnus-apply-kill-file-unless-scored
13257 @findex gnus-apply-kill-file
13258 A hook called to apply kill files to a group.  It is
13259 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
13260 kill file if you have a score file for the same group, you can set this
13261 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
13262 kill files to be processed, you should set this variable to @code{nil}.
13263
13264 @item gnus-kill-file-mode-hook
13265 @vindex gnus-kill-file-mode-hook
13266 A hook called in kill-file mode buffers.
13267
13268 @end table
13269
13270
13271 @node Converting Kill Files
13272 @section Converting Kill Files
13273 @cindex kill files
13274 @cindex converting kill files
13275
13276 If you have loads of old kill files, you may want to convert them into
13277 score files.  If they are ``regular'', you can use
13278 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
13279 by hand.
13280
13281 The kill to score conversion package isn't included in Gnus by default.
13282 You can fetch it from
13283 @file{http://www.stud.ifi.uio.no/~larsi/ding-other/gnus-kill-to-score}.
13284
13285 If your old kill files are very complex---if they contain more
13286 non-@code{gnus-kill} forms than not, you'll have to convert them by
13287 hand.  Or just let them be as they are.  Gnus will still use them as
13288 before.
13289
13290
13291 @node GroupLens
13292 @section GroupLens
13293 @cindex GroupLens
13294
13295 GroupLens is a collaborative filtering system that helps you work
13296 together with other people to find the quality news articles out of the
13297 huge volume of news articles generated every day.
13298
13299 To accomplish this the GroupLens system combines your opinions about
13300 articles you have already read with the opinions of others who have done
13301 likewise and gives you a personalized prediction for each unread news
13302 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
13303 rate articles, and finds other people that rate articles the same way.
13304 Once it has found some people you agree with it tells you, in the form
13305 of a prediction, what they thought of the article.  You can use this
13306 prediction to help you decide whether or not you want to read the
13307 article.
13308
13309 @menu
13310 * Using GroupLens::          How to make Gnus use GroupLens.
13311 * Rating Articles::          Letting GroupLens know how you rate articles.
13312 * Displaying Predictions::   Displaying predictions given by GroupLens.
13313 * GroupLens Variables::      Customizing GroupLens.
13314 @end menu
13315
13316
13317 @node Using GroupLens
13318 @subsection Using GroupLens
13319
13320 To use GroupLens you must register a pseudonym with your local Better
13321 Bit Bureau (BBB).
13322 @samp{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
13323 better bit in town at the moment.
13324
13325 Once you have registered you'll need to set a couple of variables.
13326
13327 @table @code
13328
13329 @item gnus-use-grouplens
13330 @vindex gnus-use-grouplens
13331 Setting this variable to a non-@code{nil} value will make Gnus hook into
13332 all the relevant GroupLens functions.
13333
13334 @item grouplens-pseudonym
13335 @vindex grouplens-pseudonym
13336 This variable should be set to the pseudonym you got when registering
13337 with the Better Bit Bureau.
13338
13339 @item grouplens-newsgroups
13340 @vindex grouplens-newsgroups
13341 A list of groups that you want to get GroupLens predictions for.
13342
13343 @end table
13344
13345 That's the minimum of what you need to get up and running with GroupLens.
13346 Once you've registered, GroupLens will start giving you scores for
13347 articles based on the average of what other people think.  But, to get
13348 the real benefit of GroupLens you need to start rating articles
13349 yourself.  Then the scores GroupLens gives you will be personalized for
13350 you, based on how the people you usually agree with have already rated.
13351
13352
13353 @node Rating Articles
13354 @subsection Rating Articles
13355
13356 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
13357 Where 1 means something like this article is a waste of bandwidth and 5
13358 means that the article was really good.  The basic question to ask
13359 yourself is, "on a scale from 1 to 5 would I like to see more articles
13360 like this one?"
13361
13362 There are four ways to enter a rating for an article in GroupLens.
13363
13364 @table @kbd
13365
13366 @item r
13367 @kindex r (GroupLens)
13368 @findex bbb-summary-rate-article
13369 This function will prompt you for a rating on a scale of one to five.
13370
13371 @item k
13372 @kindex k (GroupLens)
13373 @findex grouplens-score-thread
13374 This function will prompt you for a rating, and rate all the articles in
13375 the thread.  This is really useful for some of those long running giant
13376 threads in rec.humor.
13377
13378 @end table
13379
13380 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
13381 the score of the article you're reading.
13382
13383 @table @kbd
13384
13385 @item 1-5 n
13386 @kindex n (GroupLens)
13387 @findex grouplens-next-unread-article
13388 Rate the article and go to the next unread article.
13389
13390 @item 1-5 ,
13391 @kindex , (GroupLens)
13392 @findex grouplens-best-unread-article
13393 Rate the article and go to the next unread article with the highest score.
13394
13395 @end table
13396
13397 If you want to give the current article a score of 4 and then go to the
13398 next article, just type @kbd{4 n}.
13399
13400
13401 @node Displaying Predictions
13402 @subsection Displaying Predictions
13403
13404 GroupLens makes a prediction for you about how much you will like a
13405 news article.  The predictions from GroupLens are on a scale from 1 to
13406 5, where 1 is the worst and 5 is the best.  You can use the predictions
13407 from GroupLens in one of three ways controlled by the variable
13408 @code{gnus-grouplens-override-scoring}.
13409
13410 @vindex gnus-grouplens-override-scoring
13411 There are three ways to display predictions in grouplens.  You may
13412 choose to have the GroupLens scores contribute to, or override the
13413 regular gnus scoring mechanism. override is the default; however, some
13414 people prefer to see the Gnus scores plus the grouplens scores.  To get
13415 the separate scoring behavior you need to set
13416 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
13417 GroupLens predictions combined with the grouplens scores set it to
13418 @code{'override} and to combine the scores set
13419 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
13420 the combine option you will also want to set the values for
13421 @code{grouplens-prediction-offset} and
13422 @code{grouplens-score-scale-factor}.
13423
13424 @vindex grouplens-prediction-display
13425 In either case, GroupLens gives you a few choices for how you would like
13426 to see your predictions displayed.  The display of predictions is
13427 controlled by the @code{grouplens-prediction-display} variable.
13428
13429 The following are valid values for that variable.
13430
13431 @table @code
13432 @item prediction-spot
13433 The higher the prediction, the further to the right an @samp{*} is
13434 displayed.
13435
13436 @item confidence-interval
13437 A numeric confidence interval.
13438
13439 @item prediction-bar
13440 The higher the prediction, the longer the bar.
13441
13442 @item confidence-bar
13443 Numerical confidence.
13444
13445 @item confidence-spot
13446 The spot gets bigger with more confidence.
13447
13448 @item prediction-num
13449 Plain-old numeric value.
13450
13451 @item confidence-plus-minus
13452 Prediction +/- confidence.
13453
13454 @end table
13455
13456
13457 @node GroupLens Variables
13458 @subsection GroupLens Variables
13459
13460 @table @code
13461
13462 @item gnus-summary-grouplens-line-format
13463 The summary line format used in GroupLens-enhanced summary buffers.  It
13464 accepts the same specs as the normal summary line format (@pxref{Summary
13465 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-20,20n%]%)
13466 %s\n}.
13467
13468 @item grouplens-bbb-host
13469 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
13470 default.
13471
13472 @item grouplens-bbb-port
13473 Port of the host running the bbbd server.  The default is 9000.
13474
13475 @item grouplens-score-offset
13476 Offset the prediction by this value.  In other words, subtract the
13477 prediction value by this number to arrive at the effective score.  The
13478 default is 0.
13479
13480 @item grouplens-score-scale-factor
13481 This variable allows the user to magnify the effect of GroupLens scores.
13482 The scale factor is applied after the offset.  The default is 1.
13483
13484 @end table
13485
13486
13487 @node Advanced Scoring
13488 @section Advanced Scoring
13489
13490 Scoring on Subjects and From headers is nice enough, but what if you're
13491 really interested in what a person has to say only when she's talking
13492 about a particular subject?  Or what if you really don't want to
13493 read what person A has to say when she's following up to person B, but
13494 want to read what she says when she's following up to person C?
13495
13496 By using advanced scoring rules you may create arbitrarily complex
13497 scoring patterns.
13498
13499 @menu
13500 * Advanced Scoring Syntax::     A definition.
13501 * Advanced Scoring Examples::   What they look like.
13502 * Advanced Scoring Tips::       Getting the most out of it.
13503 @end menu
13504
13505
13506 @node Advanced Scoring Syntax
13507 @subsection Advanced Scoring Syntax
13508
13509 Ordinary scoring rules have a string as the first element in the rule.
13510 Advanced scoring rules have a list as the first element.  The second
13511 element is the score to be applied if the first element evaluated to a
13512 non-@code{nil} value.
13513
13514 These lists may consist of three logical operators, one redirection
13515 operator, and various match operators.
13516
13517 Logical operators:
13518
13519 @table @code
13520 @item &
13521 @itemx and
13522 This logical operator will evaluate each of its arguments until it finds
13523 one that evaluates to @code{false}, and then it'll stop.  If all arguments
13524 evaluate to @code{true} values, then this operator will return
13525 @code{true}.
13526
13527 @item |
13528 @itemx or
13529 This logical operator will evaluate each of its arguments until it finds
13530 one that evaluates to @code{true}.  If no arguments are @code{true},
13531 then this operator will return @code{false}.
13532
13533 @item !
13534 @itemx not
13535 @itemx ¬
13536 This logical operator only takes a single argument.  It returns the
13537 logical negation of the value of its argument.
13538
13539 @end table
13540
13541 There is an @dfn{indirection operator} that will make its arguments
13542 apply to the ancestors of the current article being scored.  For
13543 instance, @code{1-} will make score rules apply to the parent of the
13544 current article.  @code{2-} will make score rules apply to the
13545 grandparent of the current article.  Alternatively, you can write
13546 @code{^^}, where the number of @code{^}s (carets) says how far back into
13547 the ancestry you want to go.
13548
13549 Finally, we have the match operators.  These are the ones that do the
13550 real work.  Match operators are header name strings followed by a match
13551 and a match type.  A typical match operator looks like @samp{("from"
13552 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
13553 simple scoring, and the match types are also the same.
13554
13555
13556 @node Advanced Scoring Examples
13557 @subsection Advanced Scoring Examples
13558
13559 Let's say you want to increase the score of articles written by Lars
13560 when he's talking about Gnus:
13561
13562 @example
13563 ((&
13564   ("from" "Lars Ingebrigtsen")
13565   ("subject" "Gnus"))
13566  1000)
13567 @end example
13568
13569 Quite simple, huh?
13570
13571 When he writes long articles, he sometimes has something nice to say:
13572
13573 @example
13574 ((&
13575   ("from" "Lars Ingebrigtsen")
13576   (|
13577    ("subject" "Gnus")
13578    ("lines" 100 >)))
13579  1000)
13580 @end example
13581
13582 However, when he responds to things written by Reig Eigil Logge, you
13583 really don't want to read what he's written:
13584
13585 @example
13586 ((&
13587   ("from" "Lars Ingebrigtsen")
13588   (1- ("from" "Reig Eigir Logge")))
13589  -100000)
13590 @end example
13591
13592 Everybody that follows up Redmondo when he writes about disappearing
13593 socks should have their scores raised, but only when they talk about
13594 white socks.  However, when Lars talks about socks, it's usually not
13595 very interesting:
13596
13597 @example
13598 ((&
13599   (1-
13600    (&
13601     ("from" "redmondo@@.*no" r)
13602     ("body" "disappearing.*socks" t)))
13603   (! ("from" "Lars Ingebrigtsen"))
13604   ("body" "white.*socks"))
13605  1000)
13606 @end example
13607
13608 The possibilities are endless.
13609
13610
13611 @node Advanced Scoring Tips
13612 @subsection Advanced Scoring Tips
13613
13614 The @code{&} and @code{|} logical operators do short-circuit logic.
13615 That is, they stop processing their arguments when it's clear what the
13616 result of the operation will be.  For instance, if one of the arguments
13617 of an @code{&} evaluates to @code{false}, there's no point in evaluating
13618 the rest of the arguments.  This means that you should put slow matches
13619 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
13620 @samp{subject}) first.
13621
13622 The indirection arguments (@code{1-} and so on) will make their
13623 arguments work on previous generations of the thread.  If you say
13624 something like:
13625
13626 @example
13627 ...
13628 (1-
13629  (1-
13630   ("from" "lars")))
13631 ...
13632 @end example
13633
13634 Then that means "score on the from header of the grandparent of the
13635 current article".  An indirection is quite fast, but it's better to say:
13636
13637 @example
13638 (1-
13639  (&
13640   ("from" "Lars")
13641   ("subject" "Gnus")))
13642 @end example
13643
13644 than it is to say:
13645
13646 @example
13647 (&
13648  (1- ("from" "Lars"))
13649  (1- ("subject" "Gnus")))
13650 @end example
13651
13652
13653 @node Score Decays
13654 @section Score Decays
13655 @cindex score decays
13656 @cindex decays
13657
13658 You may find that your scores have a tendency to grow without
13659 bounds, especially if you're using adaptive scoring.  If scores get too
13660 big, they lose all meaning---they simply max out and it's difficult to
13661 use them in any sensible way.
13662
13663 @vindex gnus-decay-scores
13664 @findex gnus-decay-score
13665 @vindex gnus-decay-score-function
13666 Gnus provides a mechanism for decaying scores to help with this problem.
13667 When score files are loaded and @code{gnus-decay-scores} is
13668 non-@code{nil}, Gnus will run the score files through the decaying
13669 mechanism thereby lowering the scores of all non-permanent score rules.
13670 The decay itself if performed by the @code{gnus-decay-score-function}
13671 function, which is @code{gnus-decay-score} by default.  Here's the
13672 definition of that function:
13673
13674 @lisp
13675 (defun gnus-decay-score (score)
13676   "Decay SCORE.
13677 This is done according to `gnus-score-decay-constant'
13678 and `gnus-score-decay-scale'."
13679   (floor
13680    (- score
13681       (* (if (< score 0) 1 -1)
13682          (min (abs score)
13683               (max gnus-score-decay-constant
13684                    (* (abs score)
13685                       gnus-score-decay-scale)))))))
13686 @end lisp
13687
13688 @vindex gnus-score-decay-scale
13689 @vindex gnus-score-decay-constant
13690 @code{gnus-score-decay-constant} is 3 by default and
13691 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
13692
13693 @enumerate
13694 @item
13695 Scores between -3 and 3 will be set to 0 when this function is called.
13696
13697 @item
13698 Scores with magnitudes between 3 and 60 will be shrunk by 3.
13699
13700 @item
13701 Scores with magnitudes greater than 60 will be shrunk by 5% of the
13702 score.
13703 @end enumerate
13704
13705 If you don't like this decay function, write your own.  It is called
13706 with the score to be decayed as its only parameter, and it should return
13707 the new score, which should be an integer.
13708
13709 Gnus will try to decay scores once a day.  If you haven't run Gnus for
13710 four days, Gnus will decay the scores four times, for instance.
13711
13712
13713 @node Various
13714 @chapter Various
13715
13716 @menu
13717 * Process/Prefix::             A convention used by many treatment commands.
13718 * Interactive::                Making Gnus ask you many questions.
13719 * Symbolic Prefixes::          How to supply some Gnus functions with options.
13720 * Formatting Variables::       You can specify what buffers should look like.
13721 * Windows Configuration::      Configuring the Gnus buffer windows.
13722 * Faces and Fonts::            How to change how faces look.
13723 * Compilation::                How to speed Gnus up.
13724 * Mode Lines::                 Displaying information in the mode lines.
13725 * Highlighting and Menus::     Making buffers look all nice and cozy.
13726 * Buttons::                    Get tendonitis in ten easy steps!
13727 * Daemons::                    Gnus can do things behind your back.
13728 * NoCeM::                      How to avoid spam and other fatty foods.
13729 * Undo::                       Some actions can be undone.
13730 * Moderation::                 What to do if you're a moderator.
13731 * XEmacs Enhancements::        There are more pictures and stuff under XEmacs.
13732 * Fuzzy Matching::             What's the big fuzz?
13733 * Thwarting Email Spam::       A how-to on avoiding unsolicited commercial email.
13734 * Various Various::            Things that are really various.
13735 @end menu
13736
13737
13738 @node Process/Prefix
13739 @section Process/Prefix
13740 @cindex process/prefix convention
13741
13742 Many functions, among them functions for moving, decoding and saving
13743 articles, use what is known as the @dfn{Process/Prefix convention}.
13744
13745 This is a method for figuring out what articles the user wants the
13746 command to be performed on.
13747
13748 It goes like this:
13749
13750 If the numeric prefix is N, perform the operation on the next N
13751 articles, starting with the current one.  If the numeric prefix is
13752 negative, perform the operation on the previous N articles, starting
13753 with the current one.
13754
13755 @vindex transient-mark-mode