Synch to Oort Gnus.
[elisp/gnus.git-] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle T-gnus 6.15 Manual
5 @synindex fn cp
6 @synindex vr cp
7 @synindex pg cp
8 @dircategory Emacs
9 @direntry
10 * Gnus: (gnus).         The newsreader Gnus.
11 @end direntry
12 @iftex
13 @finalout
14 @end iftex
15 @setchapternewpage odd
16
17 @iftex
18 @iflatex
19 \documentclass[twoside,a4paper,openright,11pt]{book}
20 \usepackage[latin1]{inputenc}
21 \usepackage{pagestyle}
22 \usepackage{epsfig}
23 \usepackage{pixidx}
24 \input{gnusconfig.tex}
25
26 \ifx\pdfoutput\undefined
27 \else
28 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
29 \usepackage{thumbpdf}
30 \pdfcompresslevel=9
31 \fi
32
33 \makeindex
34 \begin{document}
35
36 \newcommand{\gnusversionname}{T-gnus v6.15}
37 \newcommand{\gnuschaptername}{}
38 \newcommand{\gnussectionname}{}
39
40 \newcommand{\gnusbackslash}{/}
41
42 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
43 \ifx\pdfoutput\undefined
44 \newcommand{\gnusuref}[1]{\gnustt{#1}}
45 \else
46 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
47 \fi
48 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
49 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
50
51 \newcommand{\gnuskindex}[1]{\index{#1}}
52 \newcommand{\gnusindex}[1]{\index{#1}}
53
54 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
55 \newcommand{\gnuscode}[1]{\gnustt{#1}}
56 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
57 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
58 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
59 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
60 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
61 \newcommand{\gnusdfn}[1]{\textit{#1}}
62 \newcommand{\gnusi}[1]{\textit{#1}}
63 \newcommand{\gnusstrong}[1]{\textbf{#1}}
64 \newcommand{\gnusemph}[1]{\textit{#1}}
65 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
66 \newcommand{\gnussc}[1]{\textsc{#1}}
67 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
68 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
69 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
70 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
71 \newcommand{\gnusacronym}[1]{\textit{#1}}
72 \newcommand{\gnusemail}[1]{\textit{#1}}
73
74 \newcommand{\gnusbullet}{{${\bullet}$}}
75 \newcommand{\gnusdollar}{\$}
76 \newcommand{\gnusampersand}{\&}
77 \newcommand{\gnuspercent}{\%}
78 \newcommand{\gnushash}{\#}
79 \newcommand{\gnushat}{\symbol{"5E}}
80 \newcommand{\gnusunderline}{\symbol{"5F}}
81 \newcommand{\gnusnot}{$\neg$}
82 \newcommand{\gnustilde}{\symbol{"7E}}
83 \newcommand{\gnusless}{{$<$}}
84 \newcommand{\gnusgreater}{{$>$}}
85 \newcommand{\gnusbraceleft}{{$>$}}
86 \newcommand{\gnusbraceright}{{$>$}}
87
88 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
89 \newcommand{\gnusinteresting}{
90 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
91 }
92
93 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
94
95 \newcommand{\gnuspagechapter}[1]{
96 {\mbox{}}
97 }
98
99 \newdimen{\gnusdimen}
100 \gnusdimen 0pt
101
102 \newcommand{\gnuschapter}[2]{
103 \gnuscleardoublepage
104 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
105 \chapter{#2}
106 \renewcommand{\gnussectionname}{}
107 \renewcommand{\gnuschaptername}{#2}
108 \thispagestyle{empty}
109 \hspace*{-2cm}
110 \begin{picture}(500,500)(0,0)
111 \put(480,350){\makebox(0,0)[tr]{#1}}
112 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
113 \end{picture}
114 \clearpage
115 }
116
117 \newcommand{\gnusfigure}[3]{
118 \begin{figure}
119 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
120 #3
121 \end{picture}
122 \caption{#1}
123 \end{figure}
124 }
125
126 \newcommand{\gnusicon}[1]{
127 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
128 }
129
130 \newcommand{\gnuspicon}[1]{
131 \margindex{\epsfig{figure=#1,width=2cm}}
132 }
133
134 \newcommand{\gnusxface}[2]{
135 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
136 }
137
138 \newcommand{\gnussmiley}[2]{
139 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
140 }
141
142 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
143
144 \newcommand{\gnussection}[1]{
145 \renewcommand{\gnussectionname}{#1}
146 \section{#1}
147 }
148
149 \newenvironment{codelist}%
150 {\begin{list}{}{
151 }
152 }{\end{list}}
153
154 \newenvironment{kbdlist}%
155 {\begin{list}{}{
156 \labelwidth=0cm
157 }
158 }{\end{list}}
159
160 \newenvironment{dfnlist}%
161 {\begin{list}{}{
162 }
163 }{\end{list}}
164
165 \newenvironment{stronglist}%
166 {\begin{list}{}{
167 }
168 }{\end{list}}
169
170 \newenvironment{samplist}%
171 {\begin{list}{}{
172 }
173 }{\end{list}}
174
175 \newenvironment{varlist}%
176 {\begin{list}{}{
177 }
178 }{\end{list}}
179
180 \newenvironment{emphlist}%
181 {\begin{list}{}{
182 }
183 }{\end{list}}
184
185 \newlength\gnusheadtextwidth
186 \setlength{\gnusheadtextwidth}{\headtextwidth}
187 \addtolength{\gnusheadtextwidth}{1cm}
188
189 \newpagestyle{gnuspreamble}%
190 {
191 {
192 \ifodd\count0
193 {
194 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
195 }
196 \else
197 {
198 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
199 }
200 }
201 \fi
202 }
203 }
204 {
205 \ifodd\count0
206 \mbox{} \hfill
207 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
208 \else
209 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
210 \hfill \mbox{}
211 \fi
212 }
213
214 \newpagestyle{gnusindex}%
215 {
216 {
217 \ifodd\count0
218 {
219 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
220 }
221 \else
222 {
223 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
224 }
225 \fi
226 }
227 }
228 {
229 \ifodd\count0
230 \mbox{} \hfill
231 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
232 \else
233 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
234 \hfill \mbox{}
235 \fi
236 }
237
238 \newpagestyle{gnus}%
239 {
240 {
241 \ifodd\count0
242 {
243 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
244 }
245 \else
246 {
247 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
248 }
249 \fi
250 }
251 }
252 {
253 \ifodd\count0
254 \mbox{} \hfill
255 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
256 \else
257 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
258 \hfill \mbox{}
259 \fi
260 }
261
262 \pagenumbering{roman}
263 \pagestyle{gnuspreamble}
264
265 @end iflatex
266 @end iftex
267
268 @iftex
269 @iflatex
270 \begin{titlepage}
271 {
272
273 %\addtolength{\oddsidemargin}{-5cm}
274 %\addtolength{\evensidemargin}{-5cm}
275 \parindent=0cm
276 \addtolength{\textheight}{2cm}
277
278 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
279 \rule{15cm}{1mm}\\
280 \vfill
281 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
282 \vfill
283 \rule{15cm}{1mm}\\
284 \gnusauthor{by Lars Magne Ingebrigtsen}
285 \newpage
286 }
287
288 \mbox{}
289 \vfill
290
291 \thispagestyle{empty}
292
293 Copyright \copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
294 2002, 2003
295 Free Software Foundation, Inc.
296
297
298 Permission is granted to copy, distribute and/or modify this document
299 under the terms of the GNU Free Documentation License, Version 1.1 or
300 any later version published by the Free Software Foundation; with no
301 Invariant Sections, with the Front-Cover texts being ``A GNU
302 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
303 license is included in the section entitled ``GNU Free Documentation
304 License'' in the Emacs manual.
305
306 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
307 this GNU Manual, like GNU software.  Copies published by the Free
308 Software Foundation raise funds for GNU development.''
309
310 This document is part of a collection distributed under the GNU Free
311 Documentation License.  If you want to distribute this document
312 separately from the collection, you can do so by adding a copy of the
313 license to the document, as described in section 6 of the license.
314 \newpage
315 \end{titlepage}
316 @end iflatex
317 @end iftex
318
319 @ifnottex
320
321 This file documents gnus, the GNU Emacs newsreader.
322
323 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
324         Free Software Foundation, Inc.
325
326 Permission is granted to copy, distribute and/or modify this document
327 under the terms of the GNU Free Documentation License, Version 1.1 or
328 any later version published by the Free Software Foundation; with the
329 Invariant Sections being none, with the Front-Cover texts being ``A GNU
330 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
331 license is included in the section entitled ``GNU Free Documentation
332 License'' in the Emacs manual.
333
334 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
335 this GNU Manual, like GNU software.  Copies published by the Free
336 Software Foundation raise funds for GNU development.''
337
338 This document is part of a collection distributed under the GNU Free
339 Documentation License.  If you want to distribute this document
340 separately from the collection, you can do so by adding a copy of the
341 license to the document, as described in section 6 of the license.
342 @end ifnottex
343
344 @tex
345
346 @titlepage
347 @title T-gnus 6.15 Manual
348
349 @author by Lars Magne Ingebrigtsen
350 @page
351
352 @vskip 0pt plus 1filll
353 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
354 2002, 2003
355         Free Software Foundation, Inc.
356
357 Permission is granted to copy, distribute and/or modify this document
358 under the terms of the GNU Free Documentation License, Version 1.1 or
359 any later version published by the Free Software Foundation; with no
360 Invariant Sections, with the Front-Cover texts being ``A GNU
361 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
362 license is included in the section entitled ``GNU Free Documentation
363 License'' in the Emacs manual.
364
365 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
366 this GNU Manual, like GNU software.  Copies published by the Free
367 Software Foundation raise funds for GNU development.''
368
369 This document is part of a collection distributed under the GNU Free
370 Documentation License.  If you want to distribute this document
371 separately from the collection, you can do so by adding a copy of the
372 license to the document, as described in section 6 of the license.
373
374 @end titlepage
375 @page
376
377 @end tex
378
379
380 @node Top
381 @top The gnus Newsreader
382
383 @ifinfo
384
385 You can read news (and mail) from within Emacs by using gnus.  The news
386 can be gotten by any nefarious means you can think of---@sc{nntp}, local
387 spool or your mbox file.  All at the same time, if you want to push your
388 luck.
389
390 T-gnus provides @sc{mime} features based on @sc{semi} API.  So T-gnus
391 supports your right to read strange messages including big images or
392 other various kinds of formats.  T-gnus also supports
393 internationalization/localization and multiscript features based on MULE
394 API.  So T-gnus does not discriminate various language communities.
395 Oh, if you are a Klingon, please wait Unicode Next Generation.
396
397 This manual corresponds to T-gnus 6.15.
398
399 @end ifinfo
400
401 @iftex
402
403 @iflatex
404 \tableofcontents
405 \gnuscleardoublepage
406 @end iflatex
407
408 Gnus is the advanced, self-documenting, customizable, extensible
409 unreal-time newsreader for GNU Emacs.
410
411 Oops.  That sounds oddly familiar, so let's start over again to avoid
412 being accused of plagiarism:
413
414 Gnus is a message-reading laboratory.  It will let you look at just
415 about anything as if it were a newsgroup.  You can read mail with it,
416 you can browse directories with it, you can @code{ftp} with it---you
417 can even read news with it!
418
419 Gnus tries to empower people who read news the same way Emacs empowers
420 people who edit text.  Gnus sets no limits to what the user should be
421 allowed to do.  Users are encouraged to extend gnus to make it behave
422 like they want it to behave.  A program should not control people;
423 people should be empowered to do what they want by using (or abusing)
424 the program.
425
426 @end iftex
427
428 @menu
429 * Starting Up::                 Finding news can be a pain.
430 * Group Buffer::                Selecting, subscribing and killing groups.
431 * Summary Buffer::              Reading, saving and posting articles.
432 * Article Buffer::              Displaying and handling articles.
433 * Composing Messages::          Information on sending mail and news.
434 * Select Methods::              Gnus reads all messages from various select methods.
435 * Scoring::                     Assigning values to articles.
436 * Various::                     General purpose settings.
437 * The End::                     Farewell and goodbye.
438 * Appendices::                  Terminology, Emacs intro, FAQ, History, Internals.
439 * Index::                       Variable, function and concept index.
440 * Key Index::                   Key Index.
441
442 Other related manuals
443
444 * Message:(message).            Composing messages.
445 * Emacs-MIME:(emacs-mime).      Composing messages; MIME-specific parts.
446 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
447 * PGG:(pgg).                    PGP/MIME with Gnus.
448
449 @detailmenu
450  --- The Detailed Node Listing ---
451
452 Starting Gnus
453
454 * Finding the News::            Choosing a method for getting news.
455 * The First Time::              What does Gnus do the first time you start it?
456 * The Server is Down::          How can I read my mail then?
457 * Slave Gnusae::                You can have more than one Gnus active at a time.
458 * Fetching a Group::            Starting Gnus just to read a group.
459 * New Groups::                  What is Gnus supposed to do with new groups?
460 * Changing Servers::            You may want to move from one server to another.
461 * Startup Files::               Those pesky startup files---@file{.newsrc}.
462 * Auto Save::                   Recovering from a crash.
463 * The Active File::             Reading the active file over a slow line Takes Time.
464 * Startup Variables::           Other variables you might change.
465
466 New Groups
467
468 * Checking New Groups::         Determining what groups are new.
469 * Subscription Methods::        What Gnus should do with new groups.
470 * Filtering New Groups::        Making Gnus ignore certain new groups.
471
472 Group Buffer
473
474 * Group Buffer Format::         Information listed and how you can change it.
475 * Group Maneuvering::           Commands for moving in the group buffer.
476 * Selecting a Group::           Actually reading news.
477 * Subscription Commands::       Unsubscribing, killing, subscribing.
478 * Group Data::                  Changing the info for a group.
479 * Group Levels::                Levels? What are those, then?
480 * Group Score::                 A mechanism for finding out what groups you like.
481 * Marking Groups::              You can mark groups for later processing.
482 * Foreign Groups::              Creating and editing groups.
483 * Group Parameters::            Each group may have different parameters set.
484 * Listing Groups::              Gnus can list various subsets of the groups.
485 * Sorting Groups::              Re-arrange the group order.
486 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
487 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
488 * Exiting Gnus::                Stop reading news and get some work done.
489 * Group Topics::                A folding group mode divided into topics.
490 * Misc Group Stuff::            Other stuff that you can to do.
491
492 Group Buffer Format
493
494 * Group Line Specification::    Deciding how the group buffer is to look.
495 * Group Modeline Specification::  The group buffer modeline.
496 * Group Highlighting::          Having nice colors in the group buffer.
497
498 Group Topics
499
500 * Topic Commands::              Interactive E-Z commands.
501 * Topic Variables::             How to customize the topics the Lisp Way.
502 * Topic Sorting::               Sorting each topic individually.
503 * Topic Topology::              A map of the world.
504 * Topic Parameters::            Parameters that apply to all groups in a topic.
505
506 Misc Group Stuff
507
508 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
509 * Group Information::           Information and help on groups and Gnus.
510 * Group Timestamp::             Making Gnus keep track of when you last read a group.
511 * File Commands::               Reading and writing the Gnus files.
512 * Sieve Commands::              Managing Sieve scripts.
513
514 Summary Buffer
515
516 * Summary Buffer Format::       Deciding how the summary buffer is to look.
517 * Summary Maneuvering::         Moving around the summary buffer.
518 * Choosing Articles::           Reading articles.
519 * Paging the Article::          Scrolling the current article.
520 * Reply Followup and Post::     Posting articles.
521 * Delayed Articles::            Send articles at a later time.
522 * Marking Articles::            Marking articles as read, expirable, etc.
523 * Limiting::                    You can limit the summary buffer.
524 * Threading::                   How threads are made.
525 * Sorting the Summary Buffer::  How articles and threads are sorted.
526 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
527 * Article Caching::             You may store articles in a cache.
528 * Persistent Articles::         Making articles expiry-resistant.
529 * Article Backlog::             Having already read articles hang around.
530 * Saving Articles::             Ways of customizing article saving.
531 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
532 * Article Treatment::           The article buffer can be mangled at will.
533 * MIME Commands::               Doing MIMEy things with the articles.
534 * Charsets::                    Character set issues.
535 * Article Commands::            Doing various things with the article buffer.
536 * Summary Sorting::             Sorting the summary buffer in various ways.
537 * Finding the Parent::          No child support? Get the parent.
538 * Alternative Approaches::      Reading using non-default summaries.
539 * Tree Display::                A more visual display of threads.
540 * Mail Group Commands::         Some commands can only be used in mail groups.
541 * Various Summary Stuff::       What didn't fit anywhere else.
542 * Exiting the Summary Buffer::  Returning to the Group buffer,
543                                 or reselecting the current group.
544 * Crosspost Handling::          How crossposted articles are dealt with.
545 * Duplicate Suppression::       An alternative when crosspost handling fails.
546 * Security::                    Decrypt and Verify.
547 * Mailing List::                Mailing list minor mode.
548
549 Summary Buffer Format
550
551 * Summary Buffer Lines::        You can specify how summary lines should look.
552 * To From Newsgroups::          How to not display your own name.
553 * Summary Buffer Mode Line::    You can say how the mode line should look.
554 * Summary Highlighting::        Making the summary buffer all pretty and nice.
555
556 Choosing Articles
557
558 * Choosing Commands::           Commands for choosing articles.
559 * Choosing Variables::          Variables that influence these commands.
560
561 Reply, Followup and Post
562
563 * Summary Mail Commands::       Sending mail.
564 * Summary Post Commands::       Sending news.
565 * Summary Message Commands::    Other Message-related commands.
566 * Canceling and Superseding::   
567
568 Marking Articles
569
570 * Unread Articles::             Marks for unread articles.
571 * Read Articles::               Marks for read articles.
572 * Other Marks::                 Marks that do not affect readedness.
573 * Setting Marks::               
574 * Generic Marking Commands::    
575 * Setting Process Marks::       
576
577 Marking Articles
578
579 * Setting Marks::             How to set and remove marks.
580 * Generic Marking Commands::  How to customize the marking.
581 * Setting Process Marks::     How to mark articles for later processing.
582
583 Threading
584
585 * Customizing Threading::       Variables you can change to affect the threading.
586 * Thread Commands::             Thread based commands in the summary buffer.
587
588 Customizing Threading
589
590 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
591 * Filling In Threads::          Making the threads displayed look fuller.
592 * More Threading::              Even more variables for fiddling with threads.
593 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
594
595 Decoding Articles
596
597 * Uuencoded Articles::          Uudecode articles.
598 * Shell Archives::              Unshar articles.
599 * PostScript Files::            Split PostScript.
600 * Other Files::                 Plain save and binhex.
601 * Decoding Variables::          Variables for a happy decoding.
602 * Viewing Files::               You want to look at the result of the decoding?
603
604 Decoding Variables
605
606 * Rule Variables::              Variables that say how a file is to be viewed.
607 * Other Decode Variables::      Other decode variables.
608 * Uuencoding and Posting::      Variables for customizing uuencoding.
609
610 Article Treatment
611
612 * Article Highlighting::        You want to make the article look like fruit salad.
613 * Article Fontisizing::         Making emphasized text look nice.
614 * Article Hiding::              You also want to make certain info go away.
615 * Article Washing::             Lots of way-neat functions to make life better.
616 * Article Header::              Doing various header transformations.
617 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
618 * Article Date::                Grumble, UT!
619 * Article Display::             Display various stuff---X-Face, Picons, Smileys
620 * Article Signature::           What is a signature?
621 * Article Miscellania::         Various other stuff.
622
623 Alternative Approaches
624
625 * Pick and Read::               First mark articles and then read them.
626 * Binary Groups::               Auto-decode all articles.
627
628 Various Summary Stuff
629
630 * Summary Group Information::   Information oriented commands.
631 * Searching for Articles::      Multiple article commands.
632 * Summary Generation Commands::  
633 * Really Various Summary Commands::  Those pesky non-conformant commands.
634
635 Article Buffer
636
637 * Hiding Headers::              Deciding what headers should be displayed.
638 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
639 * Customizing Articles::        Tailoring the look of the articles.
640 * Article Keymap::              Keystrokes available in the article buffer.
641 * Misc Article::                Other stuff.
642
643 Composing Messages
644
645 * Mail::                        Mailing and replying.
646 * Posting Server::              What server should you post and mail via?
647 * Mail and Post::               Mailing and posting at the same time.
648 * Archived Messages::           Where Gnus stores the messages you've sent.
649 * Posting Styles::              An easier way to specify who you are.
650 * Drafts::                      Postponing messages and rejected messages.
651 * Rejected Articles::           What happens if the server doesn't like your article?
652 * Signing and encrypting::      How to compose secure messages.
653
654 Select Methods
655
656 * Server Buffer::               Making and editing virtual servers.
657 * Getting News::                Reading USENET news with Gnus.
658 * Getting Mail::                Reading your personal mail with Gnus.
659 * Browsing the Web::            Getting messages from a plethora of Web sources.
660 * IMAP::                        Using Gnus as a @sc{imap} client.
661 * Other Sources::               Reading directories, files, SOUP packets.
662 * Combined Groups::             Combining groups into one group.
663 * Gnus Unplugged::              Reading news and mail offline.
664
665 Server Buffer
666
667 * Server Buffer Format::        You can customize the look of this buffer.
668 * Server Commands::             Commands to manipulate servers.
669 * Example Methods::             Examples server specifications.
670 * Creating a Virtual Server::   An example session.
671 * Server Variables::            Which variables to set.
672 * Servers and Methods::         You can use server names as select methods.
673 * Unavailable Servers::         Some servers you try to contact may be down.
674
675 Getting News
676
677 * NNTP::                        Reading news from an @sc{nntp} server.
678 * News Spool::                  Reading news from the local spool.
679
680 @sc{nntp}
681
682 * Direct Functions::            Connecting directly to the server.
683 * Indirect Functions::          Connecting indirectly to the server.
684 * Common Variables::            Understood by several connection functions.
685
686 Getting Mail
687
688 * Mail in a Newsreader::        Important introductory notes.
689 * Getting Started Reading Mail::  A simple cookbook example.
690 * Splitting Mail::              How to create mail groups.
691 * Mail Sources::                How to tell Gnus where to get mail from.
692 * Mail Back End Variables::     Variables for customizing mail handling.
693 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
694 * Group Mail Splitting::        Use group customize to drive mail splitting.
695 * Incorporating Old Mail::      What about the old mail you have?
696 * Expiring Mail::               Getting rid of unwanted mail.
697 * Washing Mail::                Removing gruft from the mail you get.
698 * Duplicates::                  Dealing with duplicated mail.
699 * Not Reading Mail::            Using mail back ends for reading other files.
700 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
701
702 Mail Sources
703
704 * Mail Source Specifiers::      How to specify what a mail source is.
705 * Mail Source Customization::   Some variables that influence things.
706 * Fetching Mail::               Using the mail source specifiers.
707
708 Choosing a Mail Back End
709
710 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
711 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
712 * Mail Spool::                  Store your mail in a private spool?
713 * MH Spool::                    An mhspool-like back end.
714 * Mail Folders::                Having one file for each group.
715 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
716
717 Browsing the Web
718
719 * Archiving Mail::              
720 * Web Searches::                Creating groups from articles that match a string.
721 * Slashdot::                    Reading the Slashdot comments.
722 * Ultimate::                    The Ultimate Bulletin Board systems.
723 * Web Archive::                 Reading mailing list archived on web.
724 * RSS::                         Reading RDF site summary.
725 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
726
727 @sc{imap}
728
729 * Splitting in IMAP::           Splitting mail with nnimap.
730 * Expiring in IMAP::            Expiring mail with nnimap.
731 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
732 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
733 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
734
735 Other Sources
736
737 * Directory Groups::            You can read a directory as if it was a newsgroup.
738 * Anything Groups::             Dired?  Who needs dired?
739 * Document Groups::             Single files can be the basis of a group.
740 * SOUP::                        Reading @sc{soup} packets ``offline''.
741 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
742
743 Document Groups
744
745 * Document Server Internals::   How to add your own document types.
746
747 SOUP
748
749 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
750 * SOUP Groups::                 A back end for reading @sc{soup} packets.
751 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
752
753 Combined Groups
754
755 * Virtual Groups::              Combining articles from many groups.
756 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
757
758 Gnus Unplugged
759
760 * Agent Basics::                How it all is supposed to work.
761 * Agent Categories::            How to tell the Gnus Agent what to download.
762 * Agent Commands::              New commands for all the buffers.
763 * Agent as Cache::              The Agent is a big cache too.
764 * Agent Expiry::                How to make old articles go away.
765 * Agent Regeneration::          How to recover from lost connections and other accidents.
766 * Agent and IMAP::              How to use the Agent with IMAP.
767 * Outgoing Messages::           What happens when you post/mail something?
768 * Agent Variables::             Customizing is fun.
769 * Example Setup::               An example @file{.gnus.el} file for offline people.
770 * Batching Agents::             How to fetch news from a @code{cron} job.
771 * Agent Caveats::               What you think it'll do and what it does.
772
773 Agent Categories
774
775 * Category Syntax::             What a category looks like.
776 * Category Buffer::             A buffer for maintaining categories.
777 * Category Variables::          Customize'r'Us.
778
779 Agent Commands
780
781 * Group Agent Commands::        Configure groups and fetch their contents.
782 * Summary Agent Commands::      Manually select then fetch specific articles.
783 * Server Agent Commands::       Select the servers that are supported by the agent.
784
785 Scoring
786
787 * Summary Score Commands::      Adding score entries for the current group.
788 * Group Score Commands::        General score commands.
789 * Score Variables::             Customize your scoring.  (My, what terminology).
790 * Score File Format::           What a score file may contain.
791 * Score File Editing::          You can edit score files by hand as well.
792 * Adaptive Scoring::            Big Sister Gnus knows what you read.
793 * Home Score File::             How to say where new score entries are to go.
794 * Followups To Yourself::       Having Gnus notice when people answer you.
795 * Scoring On Other Headers::    Scoring on non-standard headers.
796 * Scoring Tips::                How to score effectively.
797 * Reverse Scoring::             That problem child of old is not problem.
798 * Global Score Files::          Earth-spanning, ear-splitting score files.
799 * Kill Files::                  They are still here, but they can be ignored.
800 * Converting Kill Files::       Translating kill files to score files.
801 * GroupLens::                   Getting predictions on what you like to read.
802 * Advanced Scoring::            Using logical expressions to build score rules.
803 * Score Decays::                It can be useful to let scores wither away.
804
805 GroupLens
806
807 * Using GroupLens::             How to make Gnus use GroupLens.
808 * Rating Articles::             Letting GroupLens know how you rate articles.
809 * Displaying Predictions::      Displaying predictions given by GroupLens.
810 * GroupLens Variables::         Customizing GroupLens.
811
812 Advanced Scoring
813
814 * Advanced Scoring Syntax::     A definition.
815 * Advanced Scoring Examples::   What they look like.
816 * Advanced Scoring Tips::       Getting the most out of it.
817
818 Various
819
820 * Process/Prefix::              A convention used by many treatment commands.
821 * Interactive::                 Making Gnus ask you many questions.
822 * Symbolic Prefixes::           How to supply some Gnus functions with options.
823 * Formatting Variables::        You can specify what buffers should look like.
824 * Window Layout::               Configuring the Gnus buffer windows.
825 * Faces and Fonts::             How to change how faces look.
826 * Compilation::                 How to speed Gnus up.
827 * Mode Lines::                  Displaying information in the mode lines.
828 * Highlighting and Menus::      Making buffers look all nice and cozy.
829 * Buttons::                     Get tendinitis in ten easy steps!
830 * Daemons::                     Gnus can do things behind your back.
831 * NoCeM::                       How to avoid spam and other fatty foods.
832 * Undo::                        Some actions can be undone.
833 * Predicate Specifiers::        Specifying predicates.
834 * Moderation::                  What to do if you're a moderator.
835 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
836 * Fuzzy Matching::              What's the big fuzz?
837 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
838 * Various Various::             Things that are really various.
839
840 Formatting Variables
841
842 * Formatting Basics::           A formatting variable is basically a format string.
843 * Mode Line Formatting::        Some rules about mode line formatting variables.
844 * Advanced Formatting::         Modifying output in various ways.
845 * User-Defined Specs::          Having Gnus call your own functions.
846 * Formatting Fonts::            Making the formatting look colorful and nice.
847 * Positioning Point::           Moving point to a position after an operation.
848 * Tabulation::                  Tabulating your output.
849 * Wide Characters::             Dealing with wide characters.
850
851 Image Enhancements
852
853 * Picons::                      How to display pictures of what you're reading.
854 * Smileys::                     Show all those happy faces the way they were meant to be shown.
855 * X-Face::                      Display a funky, teensy black-and-white image.
856 * XVarious::                    Other XEmacsy Gnusey variables.
857
858 Thwarting Email Spam
859
860 * The problem of spam::         Some background, and some solutions
861 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
862 * SpamAssassin::                How to use external anti-spam tools.
863 * Hashcash::                    Reduce spam by burning CPU time.
864 * Filtering Spam Using The Spam ELisp Package::  
865 * Filtering Spam Using Statistics with spam-stat::  
866
867 Appendices
868
869 * XEmacs::                      Requirements for installing under XEmacs.
870 * History::                     How Gnus got where it is today.
871 * On Writing Manuals::          Why this is not a beginner's guide.
872 * Terminology::                 We use really difficult, like, words here.
873 * Customization::               Tailoring Gnus to your needs.
874 * Troubleshooting::             What you might try if things do not work.
875 * Gnus Reference Guide::        Rilly, rilly technical stuff.
876 * Emacs for Heathens::          A short introduction to Emacsian terms.
877 * Frequently Asked Questions::
878
879 History
880
881 * Gnus Versions::               What Gnus versions have been released.
882 * Other Gnus Versions::         Other Gnus versions that also have been released.
883 * Why?::                        What's the point of Gnus?
884 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
885 * Conformity::                  Gnus tries to conform to all standards.
886 * Emacsen::                     Gnus can be run on a few modern Emacsen.
887 * Gnus Development::            How Gnus is developed.
888 * Contributors::                Oodles of people.
889 * New Features::                Pointers to some of the new stuff in Gnus.
890
891 New Features
892
893 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
894 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
895 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
896 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
897 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
898
899 Customization
900
901 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
902 * Slow Terminal Connection::    You run a remote Emacs.
903 * Little Disk Space::           You feel that having large setup files is icky.
904 * Slow Machine::                You feel like buying a faster machine.
905
906 Gnus Reference Guide
907
908 * Gnus Utility Functions::      Common functions and variable to use.
909 * Back End Interface::          How Gnus communicates with the servers.
910 * Score File Syntax::           A BNF definition of the score file standard.
911 * Headers::                     How Gnus stores headers internally.
912 * Ranges::                      A handy format for storing mucho numbers.
913 * Group Info::                  The group info format.
914 * Extended Interactive::        Symbolic prefixes and stuff.
915 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
916 * Various File Formats::        Formats of files that Gnus use.
917
918 Back End Interface
919
920 * Required Back End Functions::  Functions that must be implemented.
921 * Optional Back End Functions::  Functions that need not be implemented.
922 * Error Messaging::             How to get messages and report errors.
923 * Writing New Back Ends::       Extending old back ends.
924 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
925 * Mail-like Back Ends::         Some tips on mail back ends.
926
927 Various File Formats
928
929 * Active File Format::          Information on articles and groups available.
930 * Newsgroups File Format::      Group descriptions.
931
932 Emacs for Heathens
933
934 * Keystrokes::                  Entering text and executing commands.
935 * Emacs Lisp::                  The built-in Emacs programming language.
936
937 @end detailmenu
938 @end menu
939
940 @node Starting Up
941 @chapter Starting gnus
942 @cindex starting up
943
944 @kindex M-x gnus
945 @findex gnus
946 If your system administrator has set things up properly, starting gnus
947 and reading news is extremely easy---you just type @kbd{M-x gnus} in
948 your Emacs.
949
950 @findex gnus-other-frame
951 @kindex M-x gnus-other-frame
952 If you want to start gnus in a different frame, you can use the command
953 @kbd{M-x gnus-other-frame} instead.
954
955 If things do not go smoothly at startup, you have to twiddle some
956 variables in your @file{~/.gnus} file.  This file is similar to
957 @file{~/.emacs}, but is read when gnus starts.
958
959 If you puzzle at any terms used in this manual, please refer to the
960 terminology section (@pxref{Terminology}).
961
962 @menu
963 * Finding the News::            Choosing a method for getting news.
964 * The First Time::              What does Gnus do the first time you start it?
965 * The Server is Down::          How can I read my mail then?
966 * Slave Gnusae::                You can have more than one Gnus active at a time.
967 * Fetching a Group::            Starting Gnus just to read a group.
968 * New Groups::                  What is Gnus supposed to do with new groups?
969 * Changing Servers::            You may want to move from one server to another.
970 * Startup Files::               Those pesky startup files---@file{.newsrc}.
971 * Auto Save::                   Recovering from a crash.
972 * The Active File::             Reading the active file over a slow line Takes Time.
973 * Startup Variables::           Other variables you might change.
974 @end menu
975
976
977 @node Finding the News
978 @section Finding the News
979 @cindex finding news
980
981 @vindex gnus-select-method
982 @c @head
983 The @code{gnus-select-method} variable says where gnus should look for
984 news.  This variable should be a list where the first element says
985 @dfn{how} and the second element says @dfn{where}.  This method is your
986 native method.  All groups not fetched with this method are
987 foreign groups.
988
989 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
990 you want to get your daily dosage of news from, you'd say:
991
992 @lisp
993 (setq gnus-select-method '(nntp "news.somewhere.edu"))
994 @end lisp
995
996 If you want to read directly from the local spool, say:
997
998 @lisp
999 (setq gnus-select-method '(nnspool ""))
1000 @end lisp
1001
1002 If you can use a local spool, you probably should, as it will almost
1003 certainly be much faster.  But do not use the local spool if your
1004 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1005
1006 @vindex gnus-nntpserver-file
1007 @cindex NNTPSERVER
1008 @cindex @sc{nntp} server
1009 If this variable is not set, gnus will take a look at the
1010 @code{NNTPSERVER} environment variable.  If that variable isn't set,
1011 gnus will see whether @code{gnus-nntpserver-file}
1012 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
1013 that fails as well, gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
1014
1015 @vindex gnus-nntp-server
1016 If @code{gnus-nntp-server} is set, this variable will override
1017 @code{gnus-select-method}.  You should therefore set
1018 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1019
1020 @vindex gnus-secondary-servers
1021 @vindex gnus-nntp-server
1022 You can also make gnus prompt you interactively for the name of an
1023 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
1024 (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers
1025 in the @code{gnus-secondary-servers} list (if any).  You can also just
1026 type in the name of any server you feel like visiting.  (Note that this
1027 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1028 gnus} later in the same Emacs session, Gnus will contact the same
1029 server.)
1030
1031 @findex gnus-group-browse-foreign-server
1032 @kindex B (Group)
1033 However, if you use one @sc{nntp} server regularly and are just
1034 interested in a couple of groups from a different server, you would be
1035 better served by using the @kbd{B} command in the group buffer.  It will
1036 let you have a look at what groups are available, and you can subscribe
1037 to any of the groups you want to.  This also makes @file{.newsrc}
1038 maintenance much tidier.  @xref{Foreign Groups}.
1039
1040 @vindex gnus-secondary-select-methods
1041 @c @head
1042 A slightly different approach to foreign groups is to set the
1043 @code{gnus-secondary-select-methods} variable.  The select methods
1044 listed in this variable are in many ways just as native as the
1045 @code{gnus-select-method} server.  They will also be queried for active
1046 files during startup (if that's required), and new newsgroups that
1047 appear on these servers will be subscribed (or not) just as native
1048 groups are.
1049
1050 For instance, if you use the @code{nnmbox} back end to read your mail,
1051 you would typically set this variable to
1052
1053 @lisp
1054 (setq gnus-secondary-select-methods '((nnmbox "")))
1055 @end lisp
1056
1057
1058 @node The First Time
1059 @section The First Time
1060 @cindex first time usage
1061
1062 If no startup files exist, gnus will try to determine what groups should
1063 be subscribed by default.
1064
1065 @vindex gnus-default-subscribed-newsgroups
1066 If the variable @code{gnus-default-subscribed-newsgroups} is set, gnus
1067 will subscribe you to just those groups in that list, leaving the rest
1068 killed.  Your system administrator should have set this variable to
1069 something useful.
1070
1071 Since she hasn't, gnus will just subscribe you to a few arbitrarily
1072 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1073 here as @dfn{whatever Lars thinks you should read}.)
1074
1075 You'll also be subscribed to the gnus documentation group, which should
1076 help you with most common problems.
1077
1078 If @code{gnus-default-subscribed-newsgroups} is @code{t}, gnus will just
1079 use the normal functions for handling new groups, and not do anything
1080 special.
1081
1082
1083 @node The Server is Down
1084 @section The Server is Down
1085 @cindex server errors
1086
1087 If the default server is down, gnus will understandably have some
1088 problems starting.  However, if you have some mail groups in addition to
1089 the news groups, you may want to start gnus anyway.
1090
1091 Gnus, being the trusting sort of program, will ask whether to proceed
1092 without a native select method if that server can't be contacted.  This
1093 will happen whether the server doesn't actually exist (i.e., you have
1094 given the wrong address) or the server has just momentarily taken ill
1095 for some reason or other.  If you decide to continue and have no foreign
1096 groups, you'll find it difficult to actually do anything in the group
1097 buffer.  But, hey, that's your problem.  Blllrph!
1098
1099 @findex gnus-no-server
1100 @kindex M-x gnus-no-server
1101 @c @head
1102 If you know that the server is definitely down, or you just want to read
1103 your mail without bothering with the server at all, you can use the
1104 @code{gnus-no-server} command to start gnus.  That might come in handy
1105 if you're in a hurry as well.  This command will not attempt to contact
1106 your primary server---instead, it will just activate all groups on level
1107 1 and 2.  (You should preferably keep no native groups on those two
1108 levels.) Also @pxref{Group Levels}.
1109
1110
1111 @node Slave Gnusae
1112 @section Slave Gnusae
1113 @cindex slave
1114
1115 You might want to run more than one Emacs with more than one gnus at the
1116 same time.  If you are using different @file{.newsrc} files (e.g., if you
1117 are using the two different gnusae to read from two different servers),
1118 that is no problem whatsoever.  You just do it.
1119
1120 The problem appears when you want to run two Gnusae that use the same
1121 @file{.newsrc} file.
1122
1123 To work around that problem some, we here at the Think-Tank at the gnus
1124 Towers have come up with a new concept: @dfn{Masters} and
1125 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1126 taken out a copyright on those words.  If you wish to use those words in
1127 conjunction with each other, you have to send $1 per usage instance to
1128 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1129 Applications}) will be much more expensive, of course.)
1130
1131 @findex gnus-slave
1132 Anyway, you start one gnus up the normal way with @kbd{M-x gnus} (or
1133 however you do it).  Each subsequent slave gnusae should be started with
1134 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1135 files, but instead save @dfn{slave files} that contain information only
1136 on what groups have been read in the slave session.  When a master gnus
1137 starts, it will read (and delete) these slave files, incorporating all
1138 information from them.  (The slave files will be read in the sequence
1139 they were created, so the latest changes will have precedence.)
1140
1141 Information from the slave files has, of course, precedence over the
1142 information in the normal (i.e., master) @file{.newsrc} file.
1143
1144 If the @file{.newsrc*} files have not been saved in the master when the
1145 slave starts, you may be prompted as to whether to read an auto-save
1146 file.  If you answer ``yes'', the unsaved changes to the master will be
1147 incorporated into the slave.  If you answer ``no'', the slave may see some
1148 messages as unread that have been read in the master.
1149
1150 @node Fetching a Group
1151 @section Fetching a Group
1152 @cindex fetching a group
1153
1154 @findex gnus-fetch-group
1155 It is sometimes convenient to be able to just say ``I want to read this
1156 group and I don't care whether gnus has been started or not''.  This is
1157 perhaps more useful for people who write code than for users, but the
1158 command @code{gnus-fetch-group} provides this functionality in any case.
1159 It takes the group name as a parameter.
1160
1161
1162 @node New Groups
1163 @section New Groups
1164 @cindex new groups
1165 @cindex subscription
1166
1167 @vindex gnus-check-new-newsgroups
1168 If you are satisfied that you really never want to see any new groups,
1169 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1170 also save you some time at startup.  Even if this variable is
1171 @code{nil}, you can always subscribe to the new groups just by pressing
1172 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1173 is @code{ask-server} by default.  If you set this variable to
1174 @code{always}, then Gnus will query the back ends for new groups even
1175 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1176
1177 @menu
1178 * Checking New Groups::         Determining what groups are new.
1179 * Subscription Methods::        What Gnus should do with new groups.
1180 * Filtering New Groups::        Making Gnus ignore certain new groups.
1181 @end menu
1182
1183
1184 @node Checking New Groups
1185 @subsection Checking New Groups
1186
1187 Gnus normally determines whether a group is new or not by comparing the
1188 list of groups from the active file(s) with the lists of subscribed and
1189 dead groups.  This isn't a particularly fast method.  If
1190 @code{gnus-check-new-newsgroups} is @code{ask-server}, gnus will ask the
1191 server for new groups since the last time.  This is both faster and
1192 cheaper.  This also means that you can get rid of the list of killed
1193 groups altogether, so you may set @code{gnus-save-killed-list} to
1194 @code{nil}, which will save time both at startup, at exit, and all over.
1195 Saves disk space, too.  Why isn't this the default, then?
1196 Unfortunately, not all servers support this command.
1197
1198 I bet I know what you're thinking now: How do I find out whether my
1199 server supports @code{ask-server}?  No?  Good, because I don't have a
1200 fail-safe answer.  I would suggest just setting this variable to
1201 @code{ask-server} and see whether any new groups appear within the next
1202 few days.  If any do, then it works.  If none do, then it doesn't
1203 work.  I could write a function to make gnus guess whether the server
1204 supports @code{ask-server}, but it would just be a guess.  So I won't.
1205 You could @code{telnet} to the server and say @code{HELP} and see
1206 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1207 it does, then it might work.  (But there are servers that lists
1208 @samp{NEWGROUPS} without supporting the function properly.)
1209
1210 This variable can also be a list of select methods.  If so, gnus will
1211 issue an @code{ask-server} command to each of the select methods, and
1212 subscribe them (or not) using the normal methods.  This might be handy
1213 if you are monitoring a few servers for new groups.  A side effect is
1214 that startup will take much longer, so you can meditate while waiting.
1215 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1216
1217
1218 @node Subscription Methods
1219 @subsection Subscription Methods
1220
1221 @vindex gnus-subscribe-newsgroup-method
1222 What gnus does when it encounters a new group is determined by the
1223 @code{gnus-subscribe-newsgroup-method} variable.
1224
1225 This variable should contain a function.  This function will be called
1226 with the name of the new group as the only parameter.
1227
1228 Some handy pre-fab functions are:
1229
1230 @table @code
1231
1232 @item gnus-subscribe-zombies
1233 @vindex gnus-subscribe-zombies
1234 Make all new groups zombies.  This is the default.  You can browse the
1235 zombies later (with @kbd{A z}) and either kill them all off properly
1236 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1237
1238 @item gnus-subscribe-randomly
1239 @vindex gnus-subscribe-randomly
1240 Subscribe all new groups in arbitrary order.  This really means that all
1241 new groups will be added at ``the top'' of the group buffer.
1242
1243 @item gnus-subscribe-alphabetically
1244 @vindex gnus-subscribe-alphabetically
1245 Subscribe all new groups in alphabetical order.
1246
1247 @item gnus-subscribe-hierarchically
1248 @vindex gnus-subscribe-hierarchically
1249 Subscribe all new groups hierarchically.  The difference between this
1250 function and @code{gnus-subscribe-alphabetically} is slight.
1251 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1252 alphabetical fashion, while this function will enter groups into its
1253 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1254 @samp{comp} hierarchy, this function will not mess that configuration
1255 up.  Or something like that.
1256
1257 @item gnus-subscribe-interactively
1258 @vindex gnus-subscribe-interactively
1259 Subscribe new groups interactively.  This means that gnus will ask
1260 you about @strong{all} new groups.  The groups you choose to subscribe
1261 to will be subscribed hierarchically.
1262
1263 @item gnus-subscribe-killed
1264 @vindex gnus-subscribe-killed
1265 Kill all new groups.
1266
1267 @item gnus-subscribe-topics
1268 @vindex gnus-subscribe-topics
1269 Put the groups into the topic that has a matching @code{subscribe} topic
1270 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1271 topic parameter that looks like
1272
1273 @example
1274 "nnslashdot"
1275 @end example
1276
1277 will mean that all groups that match that regex will be subscribed under
1278 that topic.
1279
1280 If no topics match the groups, the groups will be subscribed in the
1281 top-level topic.
1282
1283 @end table
1284
1285 @vindex gnus-subscribe-hierarchical-interactive
1286 A closely related variable is
1287 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1288 mouthful.)  If this variable is non-@code{nil}, gnus will ask you in a
1289 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1290 will ask you for each sub-hierarchy whether you want to descend the
1291 hierarchy or not.
1292
1293 One common mistake is to set the variable a few paragraphs above
1294 (@code{gnus-subscribe-newsgroup-method}) to
1295 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1296 will not work.  This is ga-ga.  So don't do it.
1297
1298
1299 @node Filtering New Groups
1300 @subsection Filtering New Groups
1301
1302 A nice and portable way to control which new newsgroups should be
1303 subscribed (or ignored) is to put an @dfn{options} line at the start of
1304 the @file{.newsrc} file.  Here's an example:
1305
1306 @example
1307 options -n !alt.all !rec.all sci.all
1308 @end example
1309
1310 @vindex gnus-subscribe-options-newsgroup-method
1311 This line obviously belongs to a serious-minded intellectual scientific
1312 person (or she may just be plain old boring), because it says that all
1313 groups that have names beginning with @samp{alt} and @samp{rec} should
1314 be ignored, and all groups with names beginning with @samp{sci} should
1315 be subscribed.  Gnus will not use the normal subscription method for
1316 subscribing these groups.
1317 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1318 variable defaults to @code{gnus-subscribe-alphabetically}.
1319
1320 @vindex gnus-options-not-subscribe
1321 @vindex gnus-options-subscribe
1322 If you don't want to mess with your @file{.newsrc} file, you can just
1323 set the two variables @code{gnus-options-subscribe} and
1324 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1325 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1326 and if the new group matches the former, it will be unconditionally
1327 subscribed, and if it matches the latter, it will be ignored.
1328
1329 @vindex gnus-auto-subscribed-groups
1330 Yet another variable that meddles here is
1331 @code{gnus-auto-subscribed-groups}.  It works exactly like
1332 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
1333 thought it would be nice to have two of these.  This variable is more
1334 meant for setting some ground rules, while the other variable is used
1335 more for user fiddling.  By default this variable makes all new groups
1336 that come from mail back ends (@code{nnml}, @code{nnbabyl},
1337 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1338 subscribed.  If you don't like that, just set this variable to
1339 @code{nil}.
1340
1341 New groups that match this regexp are subscribed using
1342 @code{gnus-subscribe-options-newsgroup-method}.
1343
1344
1345 @node Changing Servers
1346 @section Changing Servers
1347 @cindex changing servers
1348
1349 Sometimes it is necessary to move from one @sc{nntp} server to another.
1350 This happens very rarely, but perhaps you change jobs, or one server is
1351 very flaky and you want to use another.
1352
1353 Changing the server is pretty easy, right?  You just change
1354 @code{gnus-select-method} to point to the new server?
1355
1356 @emph{Wrong!}
1357
1358 Article numbers are not (in any way) kept synchronized between different
1359 @sc{nntp} servers, and the only way Gnus keeps track of what articles
1360 you have read is by keeping track of article numbers.  So when you
1361 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1362 worthless.
1363
1364 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1365 file from one server to another.  They all have one thing in
1366 common---they take a looong time to run.  You don't want to use these
1367 functions more than absolutely necessary.
1368
1369 @kindex M-x gnus-change-server
1370 @findex gnus-change-server
1371 If you have access to both servers, Gnus can request the headers for all
1372 the articles you have read and compare @code{Message-ID}s and map the
1373 article numbers of the read articles and article marks.  The @kbd{M-x
1374 gnus-change-server} command will do this for all your native groups.  It
1375 will prompt for the method you want to move to.
1376
1377 @kindex M-x gnus-group-move-group-to-server
1378 @findex gnus-group-move-group-to-server
1379 You can also move individual groups with the @kbd{M-x
1380 gnus-group-move-group-to-server} command.  This is useful if you want to
1381 move a (foreign) group from one server to another.
1382
1383 @kindex M-x gnus-group-clear-data-on-native-groups
1384 @findex gnus-group-clear-data-on-native-groups
1385 If you don't have access to both the old and new server, all your marks
1386 and read ranges have become worthless.  You can use the @kbd{M-x
1387 gnus-group-clear-data-on-native-groups} command to clear out all data
1388 that you have on your native groups.  Use with caution.
1389
1390 @kindex M-x gnus-group-clear-data
1391 @findex gnus-group-clear-data
1392 Clear the data from the current group only---nix out marks and the
1393 list of read articles (@code{gnus-group-clear-data}).
1394
1395 After changing servers, you @strong{must} move the cache hierarchy away,
1396 since the cached articles will have wrong article numbers, which will
1397 affect which articles Gnus thinks are read.
1398 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1399 to have it done automatically; for @code{gnus-group-clear-data}, you
1400 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1401 cache for all groups).
1402
1403
1404 @node Startup Files
1405 @section Startup Files
1406 @cindex startup files
1407 @cindex .newsrc
1408 @cindex .newsrc.el
1409 @cindex .newsrc.eld
1410
1411 Now, you all know about the @file{.newsrc} file.  All subscription
1412 information is traditionally stored in this file.
1413
1414 Things got a bit more complicated with @sc{gnus}.  In addition to
1415 keeping the @file{.newsrc} file updated, it also used a file called
1416 @file{.newsrc.el} for storing all the information that didn't fit into
1417 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1418 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1419 files was the most recently saved, which enabled people to swap between
1420 @sc{gnus} and other newsreaders.
1421
1422 That was kinda silly, so Gnus went one better: In addition to the
1423 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1424 @file{.newsrc.eld}.  It will read whichever of these files that are most
1425 recent, but it will never write a @file{.newsrc.el} file.  You should
1426 never delete the @file{.newsrc.eld} file---it contains much information
1427 not stored in the @file{.newsrc} file.
1428
1429 @vindex gnus-save-newsrc-file
1430 @vindex gnus-read-newsrc-file
1431 You can turn off writing the @file{.newsrc} file by setting
1432 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1433 the file and save some space, as well as exiting from gnus faster.
1434 However, this will make it impossible to use other newsreaders than
1435 gnus.  But hey, who would want to, right?  Similarly, setting
1436 @code{gnus-read-newsrc-file} to @code{nil} makes gnus ignore the
1437 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1438 convenient if you have a tendency to use Netscape once in a while.
1439
1440 @vindex gnus-save-killed-list
1441 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1442 will not save the list of killed groups to the startup file.  This will
1443 save both time (when starting and quitting) and space (on disk).  It
1444 will also mean that Gnus has no record of what groups are new or old,
1445 so the automatic new groups subscription methods become meaningless.
1446 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1447 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1448 Groups}).  This variable can also be a regular expression.  If that's
1449 the case, remove all groups that do not match this regexp before
1450 saving.  This can be useful in certain obscure situations that involve
1451 several servers where not all servers support @code{ask-server}.
1452
1453 @vindex gnus-startup-file
1454 @vindex gnus-backup-startup-file
1455 @vindex version-control
1456 The @code{gnus-startup-file} variable says where the startup files are.
1457 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1458 file being whatever that one is, with a @samp{.eld} appended.
1459 If you want version control for this file, set
1460 @code{gnus-backup-startup-file}.  It respects the same values as the
1461 @code{version-control} variable.
1462
1463 @vindex gnus-save-newsrc-hook
1464 @vindex gnus-save-quick-newsrc-hook
1465 @vindex gnus-save-standard-newsrc-hook
1466 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1467 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1468 saving the @file{.newsrc.eld} file, and
1469 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1470 @file{.newsrc} file.  The latter two are commonly used to turn version
1471 control on or off.  Version control is on by default when saving the
1472 startup files.  If you want to turn backup creation off, say something like:
1473
1474 @lisp
1475 (defun turn-off-backup ()
1476   (set (make-local-variable 'backup-inhibited) t))
1477
1478 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1479 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1480 @end lisp
1481
1482 @vindex gnus-init-file
1483 @vindex gnus-site-init-file
1484 When gnus starts, it will read the @code{gnus-site-init-file}
1485 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1486 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1487 and can be used to avoid cluttering your @file{~/.emacs} and
1488 @file{site-init} files with gnus stuff.  Gnus will also check for files
1489 with the same names as these, but with @file{.elc} and @file{.el}
1490 suffixes.  In other words, if you have set @code{gnus-init-file} to
1491 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1492 and finally @file{~/.gnus} (in this order).
1493
1494
1495
1496 @node Auto Save
1497 @section Auto Save
1498 @cindex dribble file
1499 @cindex auto-save
1500
1501 Whenever you do something that changes the gnus data (reading articles,
1502 catching up, killing/subscribing groups), the change is added to a
1503 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1504 Emacs way.  If your Emacs should crash before you have saved the
1505 @file{.newsrc} files, all changes you have made can be recovered from
1506 this file.
1507
1508 If gnus detects this file at startup, it will ask the user whether to
1509 read it.  The auto save file is deleted whenever the real startup file is
1510 saved.
1511
1512 @vindex gnus-use-dribble-file
1513 If @code{gnus-use-dribble-file} is @code{nil}, gnus won't create and
1514 maintain a dribble buffer.  The default is @code{t}.
1515
1516 @vindex gnus-dribble-directory
1517 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1518 this variable is @code{nil}, which it is by default, gnus will dribble
1519 into the directory where the @file{.newsrc} file is located.  (This is
1520 normally the user's home directory.)  The dribble file will get the same
1521 file permissions as the @file{.newsrc} file.
1522
1523 @vindex gnus-always-read-dribble-file
1524 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1525 read the dribble file on startup without querying the user.
1526
1527
1528 @node The Active File
1529 @section The Active File
1530 @cindex active file
1531 @cindex ignored groups
1532
1533 When gnus starts, or indeed whenever it tries to determine whether new
1534 articles have arrived, it reads the active file.  This is a very large
1535 file that lists all the active groups and articles on the server.
1536
1537 @vindex gnus-ignored-newsgroups
1538 Before examining the active file, gnus deletes all lines that match the
1539 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1540 any groups with bogus names, but you can use this variable to make gnus
1541 ignore hierarchies you aren't ever interested in.  However, this is not
1542 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1543 Groups} for an overview of other variables that can be used instead.
1544
1545 @c This variable is
1546 @c @code{nil} by default, and will slow down active file handling somewhat
1547 @c if you set it to anything else.
1548
1549 @vindex gnus-read-active-file
1550 @c @head
1551 The active file can be rather Huge, so if you have a slow network, you
1552 can set @code{gnus-read-active-file} to @code{nil} to prevent gnus from
1553 reading the active file.  This variable is @code{some} by default.
1554
1555 Gnus will try to make do by getting information just on the groups that
1556 you actually subscribe to.
1557
1558 Note that if you subscribe to lots and lots of groups, setting this
1559 variable to @code{nil} will probably make gnus slower, not faster.  At
1560 present, having this variable @code{nil} will slow gnus down
1561 considerably, unless you read news over a 2400 baud modem.
1562
1563 This variable can also have the value @code{some}.  Gnus will then
1564 attempt to read active info only on the subscribed groups.  On some
1565 servers this is quite fast (on sparkling, brand new INN servers that
1566 support the @code{LIST ACTIVE group} command), on others this isn't fast
1567 at all.  In any case, @code{some} should be faster than @code{nil}, and
1568 is certainly faster than @code{t} over slow lines.
1569
1570 Some news servers (old versions of Leafnode and old versions of INN, for
1571 instance) do not support the @code{LIST ACTIVE group}.  For these
1572 servers, @code{nil} is probably the most efficient value for this
1573 variable.
1574
1575 If this variable is @code{nil}, gnus will ask for group info in total
1576 lock-step, which isn't very fast.  If it is @code{some} and you use an
1577 @sc{nntp} server, gnus will pump out commands as fast as it can, and
1578 read all the replies in one swoop.  This will normally result in better
1579 performance, but if the server does not support the aforementioned
1580 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1581
1582 If you think that starting up Gnus takes too long, try all the three
1583 different values for this variable and see what works best for you.
1584
1585 In any case, if you use @code{some} or @code{nil}, you should definitely
1586 kill all groups that you aren't interested in to speed things up.
1587
1588 Note that this variable also affects active file retrieval from
1589 secondary select methods.
1590
1591
1592 @node Startup Variables
1593 @section Startup Variables
1594
1595 @table @code
1596
1597 @item gnus-load-hook
1598 @vindex gnus-load-hook
1599 A hook run while gnus is being loaded.  Note that this hook will
1600 normally be run just once in each Emacs session, no matter how many
1601 times you start gnus.
1602
1603 @item gnus-before-startup-hook
1604 @vindex gnus-before-startup-hook
1605 A hook run after starting up gnus successfully.
1606
1607 @item gnus-startup-hook
1608 @vindex gnus-startup-hook
1609 A hook run as the very last thing after starting up gnus
1610
1611 @item gnus-started-hook
1612 @vindex gnus-started-hook
1613 A hook that is run as the very last thing after starting up gnus
1614 successfully.
1615
1616 @item gnus-setup-news-hook
1617 @vindex gnus-setup-news-hook
1618 A hook that is run after reading the @file{.newsrc} file(s), but before
1619 generating the group buffer.
1620
1621 @item gnus-check-bogus-newsgroups
1622 @vindex gnus-check-bogus-newsgroups
1623 If non-@code{nil}, gnus will check for and delete all bogus groups at
1624 startup.  A @dfn{bogus group} is a group that you have in your
1625 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1626 bogus groups can take quite a while, so to save time and resources it's
1627 best to leave this option off, and do the checking for bogus groups once
1628 in a while from the group buffer instead (@pxref{Group Maintenance}).
1629
1630 @item gnus-inhibit-startup-message
1631 @vindex gnus-inhibit-startup-message
1632 If non-@code{nil}, the startup message won't be displayed.  That way,
1633 your boss might not notice as easily that you are reading news instead
1634 of doing your job.  Note that this variable is used before
1635 @file{.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1636
1637 @item gnus-no-groups-message
1638 @vindex gnus-no-groups-message
1639 Message displayed by gnus when no groups are available.
1640
1641 @item gnus-play-startup-jingle
1642 @vindex gnus-play-startup-jingle
1643 If non-@code{nil}, play the gnus jingle at startup.
1644
1645 @item gnus-startup-jingle
1646 @vindex gnus-startup-jingle
1647 Jingle to be played if the above variable is non-@code{nil}.  The
1648 default is @samp{Tuxedomoon.Jingle4.au}.
1649
1650 @end table
1651
1652
1653 @node Group Buffer
1654 @chapter Group Buffer
1655 @cindex group buffer
1656
1657 @c Alex Schroeder suggests to rearrange this as follows:
1658 @c
1659 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1660 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1661 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1662 @c   7. Group Score, 8. Group Buffer Format
1663 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1664 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1665 @c <kensanata> First, "Gnus considers groups... (default 9)."
1666 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1667 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1668 @c <kensanata> Then expand the next paragraph or add some more to it.
1669 @c    This short one sentence explains levels 1 and 2, therefore I understand
1670 @c    that I should keep important news at 3 and boring news at 4.
1671 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1672 @c    Maybe keep those that you don't want to read temporarily at 6,
1673 @c    those that you never want to read at 8, those that offend your
1674 @c    human rights at 9...
1675
1676
1677 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1678 is the first buffer shown when gnus starts, and will never be killed as
1679 long as gnus is active.
1680
1681 @iftex
1682 @iflatex
1683 \gnusfigure{The Group Buffer}{320}{
1684 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1685 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1686 \put(120,38){\vector(1,2){10}}
1687 \put(40,60){\makebox(0,0)[r]{Mode line}}
1688 \put(40,58){\vector(1,0){30}}
1689 \put(200,28){\makebox(0,0)[t]{Native select method}}
1690 \put(200,26){\vector(-1,2){15}}
1691 }
1692 @end iflatex
1693 @end iftex
1694
1695 @menu
1696 * Group Buffer Format::         Information listed and how you can change it.
1697 * Group Maneuvering::           Commands for moving in the group buffer.
1698 * Selecting a Group::           Actually reading news.
1699 * Subscription Commands::       Unsubscribing, killing, subscribing.
1700 * Group Data::                  Changing the info for a group.
1701 * Group Levels::                Levels? What are those, then?
1702 * Group Score::                 A mechanism for finding out what groups you like.
1703 * Marking Groups::              You can mark groups for later processing.
1704 * Foreign Groups::              Creating and editing groups.
1705 * Group Parameters::            Each group may have different parameters set.
1706 * Listing Groups::              Gnus can list various subsets of the groups.
1707 * Sorting Groups::              Re-arrange the group order.
1708 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1709 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1710 * Exiting Gnus::                Stop reading news and get some work done.
1711 * Group Topics::                A folding group mode divided into topics.
1712 * Misc Group Stuff::            Other stuff that you can to do.
1713 @end menu
1714
1715
1716 @node Group Buffer Format
1717 @section Group Buffer Format
1718
1719 @menu
1720 * Group Line Specification::    Deciding how the group buffer is to look.
1721 * Group Modeline Specification::  The group buffer modeline.
1722 * Group Highlighting::          Having nice colors in the group buffer.
1723 @end menu
1724
1725
1726 @node Group Line Specification
1727 @subsection Group Line Specification
1728 @cindex group buffer format
1729
1730 The default format of the group buffer is nice and dull, but you can
1731 make it as exciting and ugly as you feel like.
1732
1733 Here's a couple of example group lines:
1734
1735 @example
1736      25: news.announce.newusers
1737  *    0: alt.fan.andrea-dworkin
1738 @end example
1739
1740 Quite simple, huh?
1741
1742 You can see that there are 25 unread articles in
1743 @samp{news.announce.newusers}.  There are no unread articles, but some
1744 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1745 asterisk at the beginning of the line?).
1746
1747 @vindex gnus-group-line-format
1748 You can change that format to whatever you want by fiddling with the
1749 @code{gnus-group-line-format} variable.  This variable works along the
1750 lines of a @code{format} specification, which is pretty much the same as
1751 a @code{printf} specifications, for those of you who use (feh!) C.
1752 @xref{Formatting Variables}.
1753
1754 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1755
1756 There should always be a colon on the line; the cursor always moves to
1757 the colon after performing an operation.  @xref{Positioning
1758 Point}. Nothing else is required---not even the group name.  All
1759 displayed text is just window dressing, and is never examined by Gnus.
1760 Gnus stores all real information it needs using text properties.
1761
1762 (Note that if you make a really strange, wonderful, spreadsheet-like
1763 layout, everybody will believe you are hard at work with the accounting
1764 instead of wasting time reading news.)
1765
1766 Here's a list of all available format characters:
1767
1768 @table @samp
1769
1770 @item M
1771 An asterisk if the group only has marked articles.
1772
1773 @item S
1774 Whether the group is subscribed.
1775
1776 @item L
1777 Level of subscribedness.
1778
1779 @item N
1780 Number of unread articles.
1781
1782 @item I
1783 Number of dormant articles.
1784
1785 @item T
1786 Number of ticked articles.
1787
1788 @item R
1789 Number of read articles.
1790
1791 @item U
1792 Number of unseen articles.
1793
1794 @item t
1795 Estimated total number of articles.  (This is really @var{max-number}
1796 minus @var{min-number} plus 1.)
1797
1798 Gnus uses this estimation because the @sc{nntp} protocol provides
1799 efficient access to @var{max-number} and @var{min-number} but getting
1800 the true unread message count is not possible efficiently.  For
1801 hysterical raisins, even the mail back ends, where the true number of
1802 unread messages might be available efficiently, use the same limited
1803 interface.  To remove this restriction from Gnus means that the back
1804 end interface has to be changed, which is not an easy job.  If you
1805 want to work on this, please contact the Gnus mailing list.
1806
1807 @item y
1808 Number of unread, unticked, non-dormant articles.
1809
1810 @item i
1811 Number of ticked and dormant articles.
1812
1813 @item g
1814 Full group name.
1815
1816 @item G
1817 Group name.
1818
1819 @item C
1820 Group comment (@pxref{Group Parameters}) or group name if there is no
1821 comment element in the group parameters.
1822
1823 @item D
1824 Newsgroup description.
1825
1826 @item o
1827 @samp{m} if moderated.
1828
1829 @item O
1830 @samp{(m)} if moderated.
1831
1832 @item s
1833 Select method.
1834
1835 @item B
1836 If the summary buffer for the group is open or not.
1837
1838 @item n
1839 Select from where.
1840
1841 @item z
1842 A string that looks like @samp{<%s:%n>} if a foreign select method is
1843 used.
1844
1845 @item P
1846 Indentation based on the level of the topic (@pxref{Group Topics}).
1847
1848 @item c
1849 @vindex gnus-group-uncollapsed-levels
1850 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1851 variable says how many levels to leave at the end of the group name.
1852 The default is 1---this will mean that group names like
1853 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1854
1855 @item m
1856 @vindex gnus-new-mail-mark
1857 @cindex %
1858 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1859 the group lately.
1860
1861 @item p
1862 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1863
1864 @item d
1865 A string that says when you last read the group (@pxref{Group
1866 Timestamp}).
1867
1868 @item u
1869 User defined specifier.  The next character in the format string should
1870 be a letter.  Gnus will call the function
1871 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1872 following @samp{%u}.  The function will be passed a single dummy
1873 parameter as argument.  The function should return a string, which will
1874 be inserted into the buffer just like information from any other
1875 specifier.
1876 @end table
1877
1878 @cindex *
1879 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1880 if no info is available---for instance, if it is a non-activated foreign
1881 group, or a bogus native group.
1882
1883
1884 @node Group Modeline Specification
1885 @subsection Group Modeline Specification
1886 @cindex group modeline
1887
1888 @vindex gnus-group-mode-line-format
1889 The mode line can be changed by setting
1890 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1891 doesn't understand that many format specifiers:
1892
1893 @table @samp
1894 @item S
1895 The native news server.
1896 @item M
1897 The native select method.
1898 @end table
1899
1900
1901 @node Group Highlighting
1902 @subsection Group Highlighting
1903 @cindex highlighting
1904 @cindex group highlighting
1905
1906 @vindex gnus-group-highlight
1907 Highlighting in the group buffer is controlled by the
1908 @code{gnus-group-highlight} variable.  This is an alist with elements
1909 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1910 something non-@code{nil}, the @var{face} will be used on the line.
1911
1912 Here's an example value for this variable that might look nice if the
1913 background is dark:
1914
1915 @lisp
1916 (cond (window-system
1917        (setq custom-background-mode 'light)
1918        (defface my-group-face-1
1919          '((t (:foreground "Red" :bold t))) "First group face")
1920        (defface my-group-face-2
1921          '((t (:foreground "DarkSeaGreen4" :bold t))) "Second group face")
1922        (defface my-group-face-3
1923          '((t (:foreground "Green4" :bold t))) "Third group face")
1924        (defface my-group-face-4
1925          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1926        (defface my-group-face-5
1927          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1928
1929 (setq gnus-group-highlight
1930       '(((> unread 200) . my-group-face-1)
1931         ((and (< level 3) (zerop unread)) . my-group-face-2)
1932         ((< level 3) . my-group-face-3)
1933         ((zerop unread) . my-group-face-4)
1934         (t . my-group-face-5)))
1935 @end lisp
1936
1937 Also @pxref{Faces and Fonts}.
1938
1939 Variables that are dynamically bound when the forms are evaluated
1940 include:
1941
1942 @table @code
1943 @item group
1944 The group name.
1945 @item unread
1946 The number of unread articles in the group.
1947 @item method
1948 The select method.
1949 @item mailp
1950 Whether the group is a mail group.
1951 @item level
1952 The level of the group.
1953 @item score
1954 The score of the group.
1955 @item ticked
1956 The number of ticked articles in the group.
1957 @item total
1958 The total number of articles in the group.  Or rather,
1959 @var{max-number} minus @var{min-number} plus one.
1960 @item topic
1961 When using the topic minor mode, this variable is bound to the current
1962 topic being inserted.
1963 @end table
1964
1965 When the forms are @code{eval}ed, point is at the beginning of the line
1966 of the group in question, so you can use many of the normal gnus
1967 functions for snarfing info on the group.
1968
1969 @vindex gnus-group-update-hook
1970 @findex gnus-group-highlight-line
1971 @code{gnus-group-update-hook} is called when a group line is changed.
1972 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1973 calls @code{gnus-group-highlight-line} by default.
1974
1975
1976 @node Group Maneuvering
1977 @section Group Maneuvering
1978 @cindex group movement
1979
1980 All movement commands understand the numeric prefix and will behave as
1981 expected, hopefully.
1982
1983 @table @kbd
1984
1985 @item n
1986 @kindex n (Group)
1987 @findex gnus-group-next-unread-group
1988 Go to the next group that has unread articles
1989 (@code{gnus-group-next-unread-group}).
1990
1991 @item p
1992 @itemx DEL
1993 @kindex DEL (Group)
1994 @kindex p (Group)
1995 @findex gnus-group-prev-unread-group
1996 Go to the previous group that has unread articles
1997 (@code{gnus-group-prev-unread-group}).
1998
1999 @item N
2000 @kindex N (Group)
2001 @findex gnus-group-next-group
2002 Go to the next group (@code{gnus-group-next-group}).
2003
2004 @item P
2005 @kindex P (Group)
2006 @findex gnus-group-prev-group
2007 Go to the previous group (@code{gnus-group-prev-group}).
2008
2009 @item M-n
2010 @kindex M-n (Group)
2011 @findex gnus-group-next-unread-group-same-level
2012 Go to the next unread group on the same (or lower) level
2013 (@code{gnus-group-next-unread-group-same-level}).
2014
2015 @item M-p
2016 @kindex M-p (Group)
2017 @findex gnus-group-prev-unread-group-same-level
2018 Go to the previous unread group on the same (or lower) level
2019 (@code{gnus-group-prev-unread-group-same-level}).
2020 @end table
2021
2022 Three commands for jumping to groups:
2023
2024 @table @kbd
2025
2026 @item j
2027 @kindex j (Group)
2028 @findex gnus-group-jump-to-group
2029 Jump to a group (and make it visible if it isn't already)
2030 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2031 like living groups.
2032
2033 @item ,
2034 @kindex , (Group)
2035 @findex gnus-group-best-unread-group
2036 Jump to the unread group with the lowest level
2037 (@code{gnus-group-best-unread-group}).
2038
2039 @item .
2040 @kindex . (Group)
2041 @findex gnus-group-first-unread-group
2042 Jump to the first group with unread articles
2043 (@code{gnus-group-first-unread-group}).
2044 @end table
2045
2046 @vindex gnus-group-goto-unread
2047 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2048 commands will move to the next group, not the next unread group.  Even
2049 the commands that say they move to the next unread group.  The default
2050 is @code{t}.
2051
2052
2053 @node Selecting a Group
2054 @section Selecting a Group
2055 @cindex group selection
2056
2057 @table @kbd
2058
2059 @item SPACE
2060 @kindex SPACE (Group)
2061 @findex gnus-group-read-group
2062 Select the current group, switch to the summary buffer and display the
2063 first unread article (@code{gnus-group-read-group}).  If there are no
2064 unread articles in the group, or if you give a non-numerical prefix to
2065 this command, gnus will offer to fetch all the old articles in this
2066 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2067 determines the number of articles Gnus will fetch.  If @var{n} is
2068 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2069 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2070
2071 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2072 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2073 - 4 2 SPC} fetches the 42 oldest ones.
2074
2075 When you are in the group (in the Summary buffer), you can type
2076 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2077 ones.
2078
2079 @item RET
2080 @kindex RET (Group)
2081 @findex gnus-group-select-group
2082 Select the current group and switch to the summary buffer
2083 (@code{gnus-group-select-group}).  Takes the same arguments as
2084 @code{gnus-group-read-group}---the only difference is that this command
2085 does not display the first unread article automatically upon group
2086 entry.
2087
2088 @item M-RET
2089 @kindex M-RET (Group)
2090 @findex gnus-group-quick-select-group
2091 This does the same as the command above, but tries to do it with the
2092 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2093 scoring/killing will be performed, there will be no highlights and no
2094 expunging.  This might be useful if you're in a real hurry and have to
2095 enter some humongous group.  If you give a 0 prefix to this command
2096 (i.e., @kbd{0 M-RET}), gnus won't even generate the summary buffer,
2097 which is useful if you want to toggle threading before generating the
2098 summary buffer (@pxref{Summary Generation Commands}).
2099
2100 @item M-SPACE
2101 @kindex M-SPACE (Group)
2102 @findex gnus-group-visible-select-group
2103 This is yet one more command that does the same as the @kbd{RET}
2104 command, but this one does it without expunging and hiding dormants
2105 (@code{gnus-group-visible-select-group}).
2106
2107 @item C-M-RET
2108 @kindex C-M-RET (Group)
2109 @findex gnus-group-select-group-ephemerally
2110 Finally, this command selects the current group ephemerally without
2111 doing any processing of its contents
2112 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2113 turned off.  Everything you do in the group after selecting it in this
2114 manner will have no permanent effects.
2115
2116 @end table
2117
2118 @vindex gnus-large-newsgroup
2119 The @code{gnus-large-newsgroup} variable says what gnus should consider
2120 to be a big group.  This is 200 by default.  If the group has more
2121 (unread and/or ticked) articles than this, gnus will query the user
2122 before entering the group.  The user can then specify how many articles
2123 should be fetched from the server.  If the user specifies a negative
2124 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
2125 is positive, the @code{n} articles that have arrived most recently will
2126 be fetched.
2127
2128 @vindex gnus-select-group-hook
2129 @vindex gnus-auto-select-first
2130 @vindex gnus-auto-select-subject
2131 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2132 automatically when entering a group with the @kbd{SPACE} command.
2133 Which article this is is controlled by the
2134 @code{gnus-auto-select-subject} variable.  Valid values for this
2135 variable is:
2136
2137 @table @code
2138
2139 @item unread
2140 Place point on the subject line of the first unread article.
2141
2142 @item first
2143 Place point on the subject line of the first article.
2144
2145 @item unseen
2146 Place point on the subject line of the first unseen article.
2147
2148 @item unseen-or-unread
2149 Place point on the subject line of the first unseen article, and if
2150 there is no such article, place point on the subject line of the first
2151 unread article.
2152
2153 @item best
2154 Place point on the subject line of the highest-scored unread article.
2155
2156 @end table
2157
2158 This variable can also be a function.  In that case, that function
2159 will be called to place point on a subject line.
2160
2161 If you want to prevent automatic selection in some group (say, in a
2162 binary group with Huge articles) you can set the
2163 @code{gnus-auto-select-first} variable to @code{nil} in
2164 @code{gnus-select-group-hook}, which is called when a group is
2165 selected.
2166
2167
2168 @node Subscription Commands
2169 @section Subscription Commands
2170 @cindex subscription
2171
2172 @table @kbd
2173
2174 @item S t
2175 @itemx u
2176 @kindex S t (Group)
2177 @kindex u (Group)
2178 @findex gnus-group-unsubscribe-current-group
2179 @c @icon{gnus-group-unsubscribe}
2180 Toggle subscription to the current group
2181 (@code{gnus-group-unsubscribe-current-group}).
2182
2183 @item S s
2184 @itemx U
2185 @kindex S s (Group)
2186 @kindex U (Group)
2187 @findex gnus-group-unsubscribe-group
2188 Prompt for a group to subscribe, and then subscribe it.  If it was
2189 subscribed already, unsubscribe it instead
2190 (@code{gnus-group-unsubscribe-group}).
2191
2192 @item S k
2193 @itemx C-k
2194 @kindex S k (Group)
2195 @kindex C-k (Group)
2196 @findex gnus-group-kill-group
2197 @c @icon{gnus-group-kill-group}
2198 Kill the current group (@code{gnus-group-kill-group}).
2199
2200 @item S y
2201 @itemx C-y
2202 @kindex S y (Group)
2203 @kindex C-y (Group)
2204 @findex gnus-group-yank-group
2205 Yank the last killed group (@code{gnus-group-yank-group}).
2206
2207 @item C-x C-t
2208 @kindex C-x C-t (Group)
2209 @findex gnus-group-transpose-groups
2210 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2211 really a subscription command, but you can use it instead of a
2212 kill-and-yank sequence sometimes.
2213
2214 @item S w
2215 @itemx C-w
2216 @kindex S w (Group)
2217 @kindex C-w (Group)
2218 @findex gnus-group-kill-region
2219 Kill all groups in the region (@code{gnus-group-kill-region}).
2220
2221 @item S z
2222 @kindex S z (Group)
2223 @findex gnus-group-kill-all-zombies
2224 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2225
2226 @item S C-k
2227 @kindex S C-k (Group)
2228 @findex gnus-group-kill-level
2229 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2230 These groups can't be yanked back after killing, so this command should
2231 be used with some caution.  The only time where this command comes in
2232 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2233 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2234 kill off all unsubscribed groups that do not have message numbers in the
2235 @file{.newsrc} file.
2236
2237 @end table
2238
2239 Also @pxref{Group Levels}.
2240
2241
2242 @node Group Data
2243 @section Group Data
2244
2245 @table @kbd
2246
2247 @item c
2248 @kindex c (Group)
2249 @findex gnus-group-catchup-current
2250 @vindex gnus-group-catchup-group-hook
2251 @c @icon{gnus-group-catchup-current}
2252 Mark all unticked articles in this group as read
2253 (@code{gnus-group-catchup-current}).
2254 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2255 the group buffer.
2256
2257 @item C
2258 @kindex C (Group)
2259 @findex gnus-group-catchup-current-all
2260 Mark all articles in this group, even the ticked ones, as read
2261 (@code{gnus-group-catchup-current-all}).
2262
2263 @item M-c
2264 @kindex M-c (Group)
2265 @findex gnus-group-clear-data
2266 Clear the data from the current group---nix out marks and the list of
2267 read articles (@code{gnus-group-clear-data}).
2268
2269 @item M-x gnus-group-clear-data-on-native-groups
2270 @kindex M-x gnus-group-clear-data-on-native-groups
2271 @findex gnus-group-clear-data-on-native-groups
2272 If you have switched from one @sc{nntp} server to another, all your marks
2273 and read ranges have become worthless.  You can use this command to
2274 clear out all data that you have on your native groups.  Use with
2275 caution.
2276
2277 @end table
2278
2279
2280 @node Group Levels
2281 @section Group Levels
2282 @cindex group level
2283 @cindex level
2284
2285 All groups have a level of @dfn{subscribedness}.  For instance, if a
2286 group is on level 2, it is more subscribed than a group on level 5.  You
2287 can ask gnus to just list groups on a given level or lower
2288 (@pxref{Listing Groups}), or to just check for new articles in groups on
2289 a given level or lower (@pxref{Scanning New Messages}).
2290
2291 Remember:  The higher the level of the group, the less important it is.
2292
2293 @table @kbd
2294
2295 @item S l
2296 @kindex S l (Group)
2297 @findex gnus-group-set-current-level
2298 Set the level of the current group.  If a numeric prefix is given, the
2299 next @var{n} groups will have their levels set.  The user will be
2300 prompted for a level.
2301 @end table
2302
2303 @vindex gnus-level-killed
2304 @vindex gnus-level-zombie
2305 @vindex gnus-level-unsubscribed
2306 @vindex gnus-level-subscribed
2307 Gnus considers groups from levels 1 to
2308 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2309 @code{gnus-level-subscribed} (exclusive) and
2310 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2311 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2312 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2313 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2314 same, but zombie and killed groups have no information on what articles
2315 you have read, etc, stored.  This distinction between dead and living
2316 groups isn't done because it is nice or clever, it is done purely for
2317 reasons of efficiency.
2318
2319 It is recommended that you keep all your mail groups (if any) on quite
2320 low levels (e.g. 1 or 2).
2321
2322 Maybe the following description of the default behavior of Gnus helps to
2323 understand what these levels are all about.  By default, Gnus shows you
2324 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2325 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2326 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2327 groups are hidden, in a way.
2328
2329 Zombie and killed groups are similar to unsubscribed groups in that they
2330 are hidden by default.  But they are different from subscribed and
2331 unsubscribed groups in that Gnus doesn't ask the news server for
2332 information (number of messages, number of unread messages) on zombie
2333 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2334 aren't interested in.  If most groups are killed, Gnus is faster.
2335
2336 Why does Gnus distinguish between zombie and killed groups?  Well, when
2337 a new group arrives on the server, Gnus by default makes it a zombie
2338 group.  This means that you are normally not bothered with new groups,
2339 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2340 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2341 list of killed groups.)
2342
2343 If you want to play with the level variables, you should show some care.
2344 Set them once, and don't touch them ever again.  Better yet, don't touch
2345 them at all unless you know exactly what you're doing.
2346
2347 @vindex gnus-level-default-unsubscribed
2348 @vindex gnus-level-default-subscribed
2349 Two closely related variables are @code{gnus-level-default-subscribed}
2350 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2351 which are the levels that new groups will be put on if they are
2352 (un)subscribed.  These two variables should, of course, be inside the
2353 relevant valid ranges.
2354
2355 @vindex gnus-keep-same-level
2356 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2357 will only move to groups of the same level (or lower).  In
2358 particular, going from the last article in one group to the next group
2359 will go to the next group of the same level (or lower).  This might be
2360 handy if you want to read the most important groups before you read the
2361 rest.
2362
2363 If this variable is @code{best}, Gnus will make the next newsgroup the
2364 one with the best level.
2365
2366 @vindex gnus-group-default-list-level
2367 All groups with a level less than or equal to
2368 @code{gnus-group-default-list-level} will be listed in the group buffer
2369 by default.
2370
2371 @vindex gnus-group-list-inactive-groups
2372 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2373 groups will be listed along with the unread groups.  This variable is
2374 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2375 listed.
2376
2377 @vindex gnus-group-use-permanent-levels
2378 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2379 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2380 use this level as the ``work'' level.
2381
2382 @vindex gnus-activate-level
2383 Gnus will normally just activate (i. e., query the server about) groups
2384 on level @code{gnus-activate-level} or less.  If you don't want to
2385 activate unsubscribed groups, for instance, you might set this variable
2386 to 5.  The default is 6.
2387
2388
2389 @node Group Score
2390 @section Group Score
2391 @cindex group score
2392 @cindex group rank
2393 @cindex rank
2394
2395 You would normally keep important groups on high levels, but that scheme
2396 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2397 group buffer according to how often you read groups, perhaps?  Within
2398 reason?
2399
2400 This is what @dfn{group score} is for.  You can have Gnus assign a score
2401 to each group through the mechanism described below.  You can then sort
2402 the group buffer based on this score.  Alternatively, you can sort on
2403 score and then level.  (Taken together, the level and the score is
2404 called the @dfn{rank} of the group.  A group that is on level 4 and has
2405 a score of 1 has a higher rank than a group on level 5 that has a score
2406 of 300.  (The level is the most significant part and the score is the
2407 least significant part.))
2408
2409 @findex gnus-summary-bubble-group
2410 If you want groups you read often to get higher scores than groups you
2411 read seldom you can add the @code{gnus-summary-bubble-group} function to
2412 the @code{gnus-summary-exit-hook} hook.  This will result (after
2413 sorting) in a bubbling sort of action.  If you want to see that in
2414 action after each summary exit, you can add
2415 @code{gnus-group-sort-groups-by-rank} or
2416 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2417 slow things down somewhat.
2418
2419
2420 @node Marking Groups
2421 @section Marking Groups
2422 @cindex marking groups
2423
2424 If you want to perform some command on several groups, and they appear
2425 subsequently in the group buffer, you would normally just give a
2426 numerical prefix to the command.  Most group commands will then do your
2427 bidding on those groups.
2428
2429 However, if the groups are not in sequential order, you can still
2430 perform a command on several groups.  You simply mark the groups first
2431 with the process mark and then execute the command.
2432
2433 @table @kbd
2434
2435 @item #
2436 @kindex # (Group)
2437 @itemx M m
2438 @kindex M m (Group)
2439 @findex gnus-group-mark-group
2440 Set the mark on the current group (@code{gnus-group-mark-group}).
2441
2442 @item M-#
2443 @kindex M-# (Group)
2444 @itemx M u
2445 @kindex M u (Group)
2446 @findex gnus-group-unmark-group
2447 Remove the mark from the current group
2448 (@code{gnus-group-unmark-group}).
2449
2450 @item M U
2451 @kindex M U (Group)
2452 @findex gnus-group-unmark-all-groups
2453 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2454
2455 @item M w
2456 @kindex M w (Group)
2457 @findex gnus-group-mark-region
2458 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2459
2460 @item M b
2461 @kindex M b (Group)
2462 @findex gnus-group-mark-buffer
2463 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2464
2465 @item M r
2466 @kindex M r (Group)
2467 @findex gnus-group-mark-regexp
2468 Mark all groups that match some regular expression
2469 (@code{gnus-group-mark-regexp}).
2470 @end table
2471
2472 Also @pxref{Process/Prefix}.
2473
2474 @findex gnus-group-universal-argument
2475 If you want to execute some command on all groups that have been marked
2476 with the process mark, you can use the @kbd{M-&}
2477 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2478 the command to be executed.
2479
2480
2481 @node Foreign Groups
2482 @section Foreign Groups
2483 @cindex foreign groups
2484
2485 Below are some group mode commands for making and editing general foreign
2486 groups, as well as commands to ease the creation of a few
2487 special-purpose groups.  All these commands insert the newly created
2488 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2489 consulted.
2490
2491 @table @kbd
2492
2493 @item G m
2494 @kindex G m (Group)
2495 @findex gnus-group-make-group
2496 @cindex making groups
2497 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2498 for a name, a method and possibly an @dfn{address}.  For an easier way
2499 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
2500
2501 @item G r
2502 @kindex G r (Group)
2503 @findex gnus-group-rename-group
2504 @cindex renaming groups
2505 Rename the current group to something else
2506 (@code{gnus-group-rename-group}).  This is valid only on some
2507 groups---mail groups mostly.  This command might very well be quite slow
2508 on some back ends.
2509
2510 @item G c
2511 @kindex G c (Group)
2512 @cindex customizing
2513 @findex gnus-group-customize
2514 Customize the group parameters (@code{gnus-group-customize}).
2515
2516 @item G e
2517 @kindex G e (Group)
2518 @findex gnus-group-edit-group-method
2519 @cindex renaming groups
2520 Enter a buffer where you can edit the select method of the current
2521 group (@code{gnus-group-edit-group-method}).
2522
2523 @item G p
2524 @kindex G p (Group)
2525 @findex gnus-group-edit-group-parameters
2526 Enter a buffer where you can edit the group parameters
2527 (@code{gnus-group-edit-group-parameters}).
2528
2529 @item G E
2530 @kindex G E (Group)
2531 @findex gnus-group-edit-group
2532 Enter a buffer where you can edit the group info
2533 (@code{gnus-group-edit-group}).
2534
2535 @item G d
2536 @kindex G d (Group)
2537 @findex gnus-group-make-directory-group
2538 @cindex nndir
2539 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2540 for a directory name (@code{gnus-group-make-directory-group}).
2541
2542 @item G h
2543 @kindex G h (Group)
2544 @cindex help group
2545 @findex gnus-group-make-help-group
2546 Make the gnus help group (@code{gnus-group-make-help-group}).
2547
2548 @item G a
2549 @kindex G a (Group)
2550 @cindex (ding) archive
2551 @cindex archive group
2552 @findex gnus-group-make-archive-group
2553 @vindex gnus-group-archive-directory
2554 @vindex gnus-group-recent-archive-directory
2555 Make a gnus archive group (@code{gnus-group-make-archive-group}).  By
2556 default a group pointing to the most recent articles will be created
2557 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2558 group will be created from @code{gnus-group-archive-directory}.
2559
2560 @item G k
2561 @kindex G k (Group)
2562 @findex gnus-group-make-kiboze-group
2563 @cindex nnkiboze
2564 Make a kiboze group.  You will be prompted for a name, for a regexp to
2565 match groups to be ``included'' in the kiboze group, and a series of
2566 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2567 @xref{Kibozed Groups}.
2568
2569 @item G D
2570 @kindex G D (Group)
2571 @findex gnus-group-enter-directory
2572 @cindex nneething
2573 Read an arbitrary directory as if it were a newsgroup with the
2574 @code{nneething} back end (@code{gnus-group-enter-directory}).
2575 @xref{Anything Groups}.
2576
2577 @item G f
2578 @kindex G f (Group)
2579 @findex gnus-group-make-doc-group
2580 @cindex ClariNet Briefs
2581 @cindex nndoc
2582 Make a group based on some file or other
2583 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2584 command, you will be prompted for a file name and a file type.
2585 Currently supported types are @code{mbox}, @code{babyl},
2586 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2587 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2588 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2589 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2590 you run this command without a prefix, Gnus will guess at the file
2591 type.  @xref{Document Groups}.
2592
2593 @item G u
2594 @kindex G u (Group)
2595 @vindex gnus-useful-groups
2596 @findex gnus-group-make-useful-group
2597 Create one of the groups mentioned in @code{gnus-useful-groups}
2598 (@code{gnus-group-make-useful-group}).
2599
2600 @item G w
2601 @kindex G w (Group)
2602 @findex gnus-group-make-web-group
2603 @cindex Google
2604 @cindex nnweb
2605 @cindex gmane
2606 Make an ephemeral group based on a web search
2607 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2608 command, make a solid group instead.  You will be prompted for the
2609 search engine type and the search string.  Valid search engine types
2610 include @code{google}, @code{dejanews}, and @code{gmane}.
2611 @xref{Web Searches}.
2612
2613 If you use the @code{google} search engine, you can limit the search
2614 to a particular group by using a match string like
2615 @samp{shaving group:alt.sysadmin.recovery}.
2616
2617 @item G DEL
2618 @kindex G DEL (Group)
2619 @findex gnus-group-delete-group
2620 This function will delete the current group
2621 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2622 actually delete all the articles in the group, and forcibly remove the
2623 group itself from the face of the Earth.  Use a prefix only if you are
2624 absolutely sure of what you are doing.  This command can't be used on
2625 read-only groups (like @code{nntp} group), though.
2626
2627 @item G V
2628 @kindex G V (Group)
2629 @findex gnus-group-make-empty-virtual
2630 Make a new, fresh, empty @code{nnvirtual} group
2631 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2632
2633 @item G v
2634 @kindex G v (Group)
2635 @findex gnus-group-add-to-virtual
2636 Add the current group to an @code{nnvirtual} group
2637 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2638 @end table
2639
2640 @xref{Select Methods}, for more information on the various select
2641 methods.
2642
2643 @vindex gnus-activate-foreign-newsgroups
2644 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2645 gnus will check all foreign groups with this level or lower at startup.
2646 This might take quite a while, especially if you subscribe to lots of
2647 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
2648 @code{gnus-activate-level} also affects activation of foreign
2649 newsgroups.
2650
2651
2652 @node Group Parameters
2653 @section Group Parameters
2654 @cindex group parameters
2655
2656 The group parameters store information local to a particular group.
2657 Here's an example group parameter list:
2658
2659 @example
2660 ((to-address . "ding@@gnus.org")
2661  (auto-expire . t))
2662 @end example
2663
2664 We see that each element consists of a ``dotted pair''---the thing before
2665 the dot is the key, while the thing after the dot is the value.  All the
2666 parameters have this form @emph{except} local variable specs, which are
2667 not dotted pairs, but proper lists.
2668
2669 Some parameters have correspondant customizable variables, each of which
2670 is an alist of regexps and values.
2671
2672 The following group parameters can be used:
2673
2674 @table @code
2675 @item to-address
2676 @cindex to-address
2677 Address used by when doing followups and new posts.
2678
2679 @example
2680 (to-address . "some@@where.com")
2681 @end example
2682
2683 This is primarily useful in mail groups that represent closed mailing
2684 lists---mailing lists where it's expected that everybody that writes to
2685 the mailing list is subscribed to it.  Since using this parameter
2686 ensures that the mail only goes to the mailing list itself, it means
2687 that members won't receive two copies of your followups.
2688
2689 Using @code{to-address} will actually work whether the group is foreign
2690 or not.  Let's say there's a group on the server that is called
2691 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2692 the articles from a mail-to-news gateway.  Posting directly to this
2693 group is therefore impossible---you have to send mail to the mailing
2694 list address instead.
2695
2696 See also @code{gnus-parameter-to-address-alist}.
2697
2698 @item to-list
2699 @cindex to-list
2700 Address used when doing @kbd{a} in that group.
2701
2702 @example
2703 (to-list . "some@@where.com")
2704 @end example
2705
2706 It is totally ignored
2707 when doing a followup---except that if it is present in a news group,
2708 you'll get mail group semantics when doing @kbd{f}.
2709
2710 If you do an @kbd{a} command in a mail group and you have neither a
2711 @code{to-list} group parameter nor a @code{to-address} group parameter,
2712 then a @code{to-list} group parameter will be added automatically upon
2713 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2714 @vindex gnus-add-to-list
2715
2716 If you do an @kbd{a} command in a mail group and you don't have a
2717 @code{to-list} group parameter, one will be added automatically upon
2718 sending the message.
2719
2720 @findex gnus-mailing-list-mode
2721 @cindex Mail List Groups
2722 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2723 entering summary buffer.
2724
2725 See also @code{gnus-parameter-to-list-alist}.
2726
2727 @anchor{subscribed}
2728 @item subscribed
2729 @cindex subscribed
2730 If this parameter is set to @code{t}, Gnus will consider the
2731 to-address and to-list parameters for this group as addresses of
2732 mailing lists you are subscribed to.  Giving Gnus this information is
2733 (only) a first step in getting it to generate correct Mail-Followup-To
2734 headers for your posts to these lists.  Look here @pxref{(message)Mailing
2735 Lists} for a complete treatment of available MFT support.
2736
2737 See also @code{gnus-find-subscribed-addresses}, the function that
2738 directly uses this group parameter.
2739
2740 @item visible
2741 @cindex visible
2742 If the group parameter list has the element @code{(visible . t)},
2743 that group will always be visible in the Group buffer, regardless
2744 of whether it has any unread articles.
2745
2746 @item broken-reply-to
2747 @cindex broken-reply-to
2748 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2749 headers in this group are to be ignored.  This can be useful if you're
2750 reading a mailing list group where the listserv has inserted
2751 @code{Reply-To} headers that point back to the listserv itself.  This is
2752 broken behavior.  So there!
2753
2754 @item to-group
2755 @cindex to-group
2756 Elements like @code{(to-group . "some.group.name")} means that all
2757 posts in that group will be sent to @code{some.group.name}.
2758
2759 @item newsgroup
2760 @cindex newsgroup
2761 If you have @code{(newsgroup . t)} in the group parameter list, gnus
2762 will treat all responses as if they were responses to news articles.
2763 This can be useful if you have a mail group that's really a mirror of a
2764 news group.
2765
2766 @item gcc-self
2767 @cindex gcc-self
2768 If @code{(gcc-self . t)} is present in the group parameter list, newly
2769 composed messages will be @code{Gcc}'d to the current group.  If
2770 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2771 generated, if @code{(gcc-self . "string")} is present, this string will
2772 be inserted literally as a @code{gcc} header.  This parameter takes
2773 precedence over any default @code{Gcc} rules as described later
2774 (@pxref{Archived Messages}).  CAVEAT:: It yields an error putting
2775 @code{(gcc-self . t)} in groups of a @code{nntp} server or so, because
2776 a @code{nntp} server doesn't accept articles.
2777
2778 @item auto-expire
2779 @cindex auto-expire
2780 If the group parameter has an element that looks like @code{(auto-expire
2781 . t)}, all articles read will be marked as expirable.  For an
2782 alternative approach, @pxref{Expiring Mail}.
2783
2784 See also @code{gnus-auto-expirable-newsgroups}.
2785
2786 @item total-expire
2787 @cindex total-expire
2788 If the group parameter has an element that looks like
2789 @code{(total-expire . t)}, all read articles will be put through the
2790 expiry process, even if they are not marked as expirable.  Use with
2791 caution.  Unread, ticked and dormant articles are not eligible for
2792 expiry.
2793
2794 See also @code{gnus-total-expirable-newsgroups}.
2795
2796 @item expiry-wait
2797 @cindex expiry-wait
2798 @vindex nnmail-expiry-wait-function
2799 If the group parameter has an element that looks like
2800 @code{(expiry-wait . 10)}, this value will override any
2801 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2802 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2803 can either be a number of days (not necessarily an integer) or the
2804 symbols @code{never} or @code{immediate}.
2805
2806 @item score-file
2807 @cindex score file group parameter
2808 Elements that look like @code{(score-file . "file")} will make
2809 @file{file} into the current score file for the group in question.  All
2810 interactive score entries will be put into this file.
2811
2812 @item adapt-file
2813 @cindex adapt file group parameter
2814 Elements that look like @code{(adapt-file . "file")} will make
2815 @file{file} into the current adaptive file for the group in question.
2816 All adaptive score entries will be put into this file.
2817
2818 @item admin-address
2819 @cindex admin-address
2820 When unsubscribing from a mailing list you should never send the
2821 unsubscription notice to the mailing list itself.  Instead, you'd send
2822 messages to the administrative address.  This parameter allows you to
2823 put the admin address somewhere convenient.
2824
2825 @item display
2826 @cindex display
2827 Elements that look like @code{(display . MODE)} say which articles to
2828 display on entering the group.  Valid values are:
2829
2830 @table @code
2831 @item all
2832 Display all articles, both read and unread.
2833
2834 @item an integer
2835 Display the last @var{integer} articles in the group.  This is the same as
2836 entering the group with C-u @var{integer}.
2837
2838 @item default
2839 Display the default visible articles, which normally includes unread and
2840 ticked articles.
2841
2842 @item an array
2843 Display articles that satisfy a predicate.
2844
2845 Here are some examples:
2846
2847 @table @code
2848 @item [unread]
2849 Display only unread articles.
2850
2851 @item [not expire]
2852 Display everything except expirable articles.
2853
2854 @item [and (not reply) (not expire)]
2855 Display everything except expirable and articles you've already
2856 responded to.
2857 @end table
2858
2859 The available operators are @code{not}, @code{and} and @code{or}.
2860 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2861 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2862 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2863 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2864
2865 @end table
2866
2867 The @code{display} parameter works by limiting the summary buffer to
2868 the subset specified.  You can pop the limit by using the @kbd{/ w}
2869 command (@pxref{Limiting}).
2870
2871 @item comment
2872 @cindex comment
2873 Elements that look like @code{(comment . "This is a comment")} are
2874 arbitrary comments on the group.  You can display comments in the
2875 group line (@pxref{Group Line Specification}).
2876
2877 @item charset
2878 @cindex charset
2879 Elements that look like @code{(charset . iso-8859-1)} will make
2880 @code{iso-8859-1} the default charset; that is, the charset that will be
2881 used for all articles that do not specify a charset.
2882
2883 See also @code{gnus-group-charset-alist}.
2884
2885 @item ignored-charsets
2886 @cindex ignored-charset
2887 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2888 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2889 default charset will be used for decoding articles.
2890
2891 See also @code{gnus-group-ignored-charsets-alist}.
2892
2893 @item posting-style
2894 @cindex posting-style
2895 You can store additional posting style information for this group
2896 here (@pxref{Posting Styles}).  The format is that of an entry in the
2897 @code{gnus-posting-styles} alist, except that there's no regexp matching
2898 the group name (of course).  Style elements in this group parameter will
2899 take precedence over the ones found in @code{gnus-posting-styles}.
2900
2901 For instance, if you want a funky name and signature in this group only,
2902 instead of hacking @code{gnus-posting-styles}, you could put something
2903 like this in the group parameters:
2904
2905 @example
2906 (posting-style
2907   (name "Funky Name")
2908   ("X-My-Header" "Funky Value")
2909   (signature "Funky Signature"))
2910 @end example
2911
2912 @item post-method
2913 @cindex post-method
2914 If it is set, the value is used as the method for posting message
2915 instead of @code{gnus-post-method}.
2916
2917 @item banner
2918 @cindex banner
2919 An item like @code{(banner . "regex")} causes any part of an article
2920 that matches the regular expression "regex" to be stripped. Instead of
2921 "regex", you can also use the symbol @code{signature} which strips the
2922 last signature or any of the elements of the alist
2923 @code{gnus-article-banner-alist}.
2924
2925 @item sieve
2926 @cindex sieve
2927 This parameter contains a Sieve test that should match incoming mail
2928 that should be placed in this group.  From this group parameter, a
2929 Sieve @samp{IF} control structure is generated, having the test as the
2930 condition and @samp{fileinto "group.name";} as the body.
2931
2932 For example, if the INBOX.list.sieve group has the @code{(sieve
2933 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2934 translating the group parameter into a Sieve script (@pxref{Sieve
2935 Commands}) the following Sieve code is generated:
2936
2937 @example
2938 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2939         fileinto \"INBOX.list.sieve\";
2940 @}
2941 @end example
2942
2943 The Sieve language is described in RFC 3028.  @xref{Top, , Top, sieve,
2944 Emacs Sieve}.
2945
2946 @item (@var{variable} @var{form})
2947 You can use the group parameters to set variables local to the group you
2948 are entering.  If you want to turn threading off in @samp{news.answers},
2949 you could put @code{(gnus-show-threads nil)} in the group parameters of
2950 that group.  @code{gnus-show-threads} will be made into a local variable
2951 in the summary buffer you enter, and the form @code{nil} will be
2952 @code{eval}ed there.
2953
2954 @vindex gnus-list-identifiers
2955 A use for this feature, is to remove a mailing list identifier tag in
2956 the subject fields of articles.   E.g. if the news group
2957 @samp{nntp+news.gnus.org:gmane.text.docbook.apps} has the tag
2958 @samp{DOC-BOOK-APPS:} in the subject of all articles, this tag can be
2959 removed from the article subjects in the summary buffer for the group by
2960 putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")} into the group
2961 parameters for the group.
2962
2963
2964 This can also be used as a group-specific hook function, if you'd like.
2965 If you want to hear a beep when you enter a group, you could put
2966 something like @code{(dummy-variable (ding))} in the parameters of that
2967 group.  @code{dummy-variable} will be set to the result of the
2968 @code{(ding)} form, but who cares?
2969
2970 @end table
2971
2972 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2973 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2974 presents you with a Customize-like interface.  The latter helps avoid
2975 silly Lisp errors.)  You might also be interested in reading about topic
2976 parameters (@pxref{Topic Parameters}).
2977
2978 @vindex gnus-parameters
2979 Group parameters can be set via the @code{gnus-parameters} variable too.
2980 But some variables, such as @code{visible}, have no effect.  For
2981 example:
2982
2983 @lisp
2984 (setq gnus-parameters
2985       '(("mail\\..*"
2986          (gnus-show-threads nil)
2987          (gnus-use-scoring nil)
2988          (gnus-summary-line-format
2989           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
2990          (gcc-self . t)
2991          (display . all))
2992
2993         ("^nnimap:\\(foo.bar\\)$"
2994          (to-group . "\\1"))
2995
2996         ("mail\\.me"
2997          (gnus-use-scoring  t))
2998
2999         ("list\\..*"
3000          (total-expire . t)
3001          (broken-reply-to . t))))
3002 @end lisp
3003
3004 String value of parameters will be subjected to regexp substitution, as
3005 the @code{to-group} example shows.
3006
3007
3008 @node Listing Groups
3009 @section Listing Groups
3010 @cindex group listing
3011
3012 These commands all list various slices of the groups available.
3013
3014 @table @kbd
3015
3016 @item l
3017 @itemx A s
3018 @kindex A s (Group)
3019 @kindex l (Group)
3020 @findex gnus-group-list-groups
3021 List all groups that have unread articles
3022 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3023 command will list only groups of level ARG and lower.  By default, it
3024 only lists groups of level five (i. e.,
3025 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3026 groups).
3027
3028 @item L
3029 @itemx A u
3030 @kindex A u (Group)
3031 @kindex L (Group)
3032 @findex gnus-group-list-all-groups
3033 List all groups, whether they have unread articles or not
3034 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3035 this command will list only groups of level ARG and lower.  By default,
3036 it lists groups of level seven or lower (i.e., just subscribed and
3037 unsubscribed groups).
3038
3039 @item A l
3040 @kindex A l (Group)
3041 @findex gnus-group-list-level
3042 List all unread groups on a specific level
3043 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3044 with no unread articles.
3045
3046 @item A k
3047 @kindex A k (Group)
3048 @findex gnus-group-list-killed
3049 List all killed groups (@code{gnus-group-list-killed}).  If given a
3050 prefix argument, really list all groups that are available, but aren't
3051 currently (un)subscribed.  This could entail reading the active file
3052 from the server.
3053
3054 @item A z
3055 @kindex A z (Group)
3056 @findex gnus-group-list-zombies
3057 List all zombie groups (@code{gnus-group-list-zombies}).
3058
3059 @item A m
3060 @kindex A m (Group)
3061 @findex gnus-group-list-matching
3062 List all unread, subscribed groups with names that match a regexp
3063 (@code{gnus-group-list-matching}).
3064
3065 @item A M
3066 @kindex A M (Group)
3067 @findex gnus-group-list-all-matching
3068 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3069
3070 @item A A
3071 @kindex A A (Group)
3072 @findex gnus-group-list-active
3073 List absolutely all groups in the active file(s) of the
3074 server(s) you are connected to (@code{gnus-group-list-active}).  This
3075 might very well take quite a while.  It might actually be a better idea
3076 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3077 thing to match on.  Also note that this command may list groups that
3078 don't exist (yet)---these will be listed as if they were killed groups.
3079 Take the output with some grains of salt.
3080
3081 @item A a
3082 @kindex A a (Group)
3083 @findex gnus-group-apropos
3084 List all groups that have names that match a regexp
3085 (@code{gnus-group-apropos}).
3086
3087 @item A d
3088 @kindex A d (Group)
3089 @findex gnus-group-description-apropos
3090 List all groups that have names or descriptions that match a regexp
3091 (@code{gnus-group-description-apropos}).
3092
3093 @item A c
3094 @kindex A c (Group)
3095 @findex gnus-group-list-cached
3096 List all groups with cached articles (@code{gnus-group-list-cached}).
3097
3098 @item A ?
3099 @kindex A ? (Group)
3100 @findex gnus-group-list-dormant
3101 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3102
3103 @item A /
3104 @kindex A / (Group)
3105 @findex gnus-group-list-limit
3106 List groups limited within the current selection
3107 (@code{gnus-group-list-limit}).
3108
3109 @item A f
3110 @kindex A f (Group)
3111 @findex gnus-group-list-flush
3112 Flush groups from the current selection (@code{gnus-group-list-flush}).
3113
3114 @item A p
3115 @kindex A p (Group)
3116 @findex gnus-group-list-plus
3117 List groups plus the current selection (@code{gnus-group-list-plus}).
3118
3119 @end table
3120
3121 @vindex gnus-permanently-visible-groups
3122 @cindex visible group parameter
3123 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3124 always be shown, whether they have unread articles or not.  You can also
3125 add the @code{visible} element to the group parameters in question to
3126 get the same effect.
3127
3128 @vindex gnus-list-groups-with-ticked-articles
3129 Groups that have just ticked articles in it are normally listed in the
3130 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3131 @code{nil}, these groups will be treated just like totally empty
3132 groups.  It is @code{t} by default.
3133
3134
3135 @node Sorting Groups
3136 @section Sorting Groups
3137 @cindex sorting groups
3138
3139 @kindex C-c C-s (Group)
3140 @findex gnus-group-sort-groups
3141 @vindex gnus-group-sort-function
3142 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3143 group buffer according to the function(s) given by the
3144 @code{gnus-group-sort-function} variable.  Available sorting functions
3145 include:
3146
3147 @table @code
3148
3149 @item gnus-group-sort-by-alphabet
3150 @findex gnus-group-sort-by-alphabet
3151 Sort the group names alphabetically.  This is the default.
3152
3153 @item gnus-group-sort-by-real-name
3154 @findex gnus-group-sort-by-real-name
3155 Sort the group alphabetically on the real (unprefixed) group names.
3156
3157 @item gnus-group-sort-by-level
3158 @findex gnus-group-sort-by-level
3159 Sort by group level.
3160
3161 @item gnus-group-sort-by-score
3162 @findex gnus-group-sort-by-score
3163 Sort by group score.  @xref{Group Score}.
3164
3165 @item gnus-group-sort-by-rank
3166 @findex gnus-group-sort-by-rank
3167 Sort by group score and then the group level.  The level and the score
3168 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3169
3170 @item gnus-group-sort-by-unread
3171 @findex gnus-group-sort-by-unread
3172 Sort by number of unread articles.
3173
3174 @item gnus-group-sort-by-method
3175 @findex gnus-group-sort-by-method
3176 Sort alphabetically on the select method.
3177
3178 @item gnus-group-sort-by-server
3179 @findex gnus-group-sort-by-server
3180 Sort alphabetically on the Gnus server name.
3181
3182
3183 @end table
3184
3185 @code{gnus-group-sort-function} can also be a list of sorting
3186 functions.  In that case, the most significant sort key function must be
3187 the last one.
3188
3189
3190 There are also a number of commands for sorting directly according to
3191 some sorting criteria:
3192
3193 @table @kbd
3194 @item G S a
3195 @kindex G S a (Group)
3196 @findex gnus-group-sort-groups-by-alphabet
3197 Sort the group buffer alphabetically by group name
3198 (@code{gnus-group-sort-groups-by-alphabet}).
3199
3200 @item G S u
3201 @kindex G S u (Group)
3202 @findex gnus-group-sort-groups-by-unread
3203 Sort the group buffer by the number of unread articles
3204 (@code{gnus-group-sort-groups-by-unread}).
3205
3206 @item G S l
3207 @kindex G S l (Group)
3208 @findex gnus-group-sort-groups-by-level
3209 Sort the group buffer by group level
3210 (@code{gnus-group-sort-groups-by-level}).
3211
3212 @item G S v
3213 @kindex G S v (Group)
3214 @findex gnus-group-sort-groups-by-score
3215 Sort the group buffer by group score
3216 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3217
3218 @item G S r
3219 @kindex G S r (Group)
3220 @findex gnus-group-sort-groups-by-rank
3221 Sort the group buffer by group rank
3222 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3223
3224 @item G S m
3225 @kindex G S m (Group)
3226 @findex gnus-group-sort-groups-by-method
3227 Sort the group buffer alphabetically by back end name
3228 (@code{gnus-group-sort-groups-by-method}).
3229
3230 @item G S n
3231 @kindex G S n (Group)
3232 @findex gnus-group-sort-groups-by-real-name
3233 Sort the group buffer alphabetically by real (unprefixed) group name
3234 (@code{gnus-group-sort-groups-by-real-name}).
3235
3236 @end table
3237
3238 All the commands below obey the process/prefix convention
3239 (@pxref{Process/Prefix}).
3240
3241 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3242 commands will sort in reverse order.
3243
3244 You can also sort a subset of the groups:
3245
3246 @table @kbd
3247 @item G P a
3248 @kindex G P a (Group)
3249 @findex gnus-group-sort-selected-groups-by-alphabet
3250 Sort the groups alphabetically by group name
3251 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3252
3253 @item G P u
3254 @kindex G P u (Group)
3255 @findex gnus-group-sort-selected-groups-by-unread
3256 Sort the groups by the number of unread articles
3257 (@code{gnus-group-sort-selected-groups-by-unread}).
3258
3259 @item G P l
3260 @kindex G P l (Group)
3261 @findex gnus-group-sort-selected-groups-by-level
3262 Sort the groups by group level
3263 (@code{gnus-group-sort-selected-groups-by-level}).
3264
3265 @item G P v
3266 @kindex G P v (Group)
3267 @findex gnus-group-sort-selected-groups-by-score
3268 Sort the groups by group score
3269 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3270
3271 @item G P r
3272 @kindex G P r (Group)
3273 @findex gnus-group-sort-selected-groups-by-rank
3274 Sort the groups by group rank
3275 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3276
3277 @item G P m
3278 @kindex G P m (Group)
3279 @findex gnus-group-sort-selected-groups-by-method
3280 Sort the groups alphabetically by back end name
3281 (@code{gnus-group-sort-selected-groups-by-method}).
3282
3283 @item G P n
3284 @kindex G P n (Group)
3285 @findex gnus-group-sort-selected-groups-by-real-name
3286 Sort the groups alphabetically by real (unprefixed) group name
3287 (@code{gnus-group-sort-selected-groups-by-real-name}).
3288
3289 @item G P s
3290 @kindex G P s (Group)
3291 @findex gnus-group-sort-selected-groups
3292 Sort the groups according to @code{gnus-group-sort-function}.
3293
3294 @end table
3295
3296 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3297 move groups around.
3298
3299
3300 @node Group Maintenance
3301 @section Group Maintenance
3302 @cindex bogus groups
3303
3304 @table @kbd
3305 @item b
3306 @kindex b (Group)
3307 @findex gnus-group-check-bogus-groups
3308 Find bogus groups and delete them
3309 (@code{gnus-group-check-bogus-groups}).
3310
3311 @item F
3312 @kindex F (Group)
3313 @findex gnus-group-find-new-groups
3314 Find new groups and process them (@code{gnus-group-find-new-groups}).
3315 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3316 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3317 to query the server for new groups, and subscribe the new groups as
3318 zombies.
3319
3320 @item C-c C-x
3321 @kindex C-c C-x (Group)
3322 @findex gnus-group-expire-articles
3323 Run all expirable articles in the current group through the expiry
3324 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3325 all expirable articles in the group that have been around for a while.
3326 (@pxref{Expiring Mail}).
3327
3328 @item C-c C-M-x
3329 @kindex C-c C-M-x (Group)
3330 @findex gnus-group-expire-all-groups
3331 Run all expirable articles in all groups through the expiry process
3332 (@code{gnus-group-expire-all-groups}).
3333
3334 @end table
3335
3336
3337 @node Browse Foreign Server
3338 @section Browse Foreign Server
3339 @cindex foreign servers
3340 @cindex browsing servers
3341
3342 @table @kbd
3343 @item B
3344 @kindex B (Group)
3345 @findex gnus-group-browse-foreign-server
3346 You will be queried for a select method and a server name.  Gnus will
3347 then attempt to contact this server and let you browse the groups there
3348 (@code{gnus-group-browse-foreign-server}).
3349 @end table
3350
3351 @findex gnus-browse-mode
3352 A new buffer with a list of available groups will appear.  This buffer
3353 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3354 a lot) like a normal group buffer.
3355
3356 Here's a list of keystrokes available in the browse mode:
3357
3358 @table @kbd
3359 @item n
3360 @kindex n (Browse)
3361 @findex gnus-group-next-group
3362 Go to the next group (@code{gnus-group-next-group}).
3363
3364 @item p
3365 @kindex p (Browse)
3366 @findex gnus-group-prev-group
3367 Go to the previous group (@code{gnus-group-prev-group}).
3368
3369 @item SPACE
3370 @kindex SPACE (Browse)
3371 @findex gnus-browse-read-group
3372 Enter the current group and display the first article
3373 (@code{gnus-browse-read-group}).
3374
3375 @item RET
3376 @kindex RET (Browse)
3377 @findex gnus-browse-select-group
3378 Enter the current group (@code{gnus-browse-select-group}).
3379
3380 @item u
3381 @kindex u (Browse)
3382 @findex gnus-browse-unsubscribe-current-group
3383 Unsubscribe to the current group, or, as will be the case here,
3384 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3385
3386 @item l
3387 @itemx q
3388 @kindex q (Browse)
3389 @kindex l (Browse)
3390 @findex gnus-browse-exit
3391 Exit browse mode (@code{gnus-browse-exit}).
3392
3393 @item d
3394 @kindex d (Browse)
3395 @findex gnus-browse-describe-group
3396 Describe the current group (@code{gnus-browse-describe-group}).
3397
3398 @item ?
3399 @kindex ? (Browse)
3400 @findex gnus-browse-describe-briefly
3401 Describe browse mode briefly (well, there's not much to describe, is
3402 there) (@code{gnus-browse-describe-briefly}).
3403 @end table
3404
3405
3406 @node Exiting Gnus
3407 @section Exiting gnus
3408 @cindex exiting gnus
3409
3410 Yes, gnus is ex(c)iting.
3411
3412 @table @kbd
3413 @item z
3414 @kindex z (Group)
3415 @findex gnus-group-suspend
3416 Suspend gnus (@code{gnus-group-suspend}).  This doesn't really exit gnus,
3417 but it kills all buffers except the Group buffer.  I'm not sure why this
3418 is a gain, but then who am I to judge?
3419
3420 @item q
3421 @kindex q (Group)
3422 @findex gnus-group-exit
3423 @c @icon{gnus-group-exit}
3424 Quit gnus (@code{gnus-group-exit}).
3425
3426 @item Q
3427 @kindex Q (Group)
3428 @findex gnus-group-quit
3429 Quit gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3430 The dribble file will be saved, though (@pxref{Auto Save}).
3431 @end table
3432
3433 @vindex gnus-exit-gnus-hook
3434 @vindex gnus-suspend-gnus-hook
3435 @vindex gnus-after-exiting-gnus-hook
3436 @code{gnus-suspend-gnus-hook} is called when you suspend gnus and
3437 @code{gnus-exit-gnus-hook} is called when you quit gnus, while
3438 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3439 exiting gnus.
3440
3441 @findex gnus-unload
3442 @cindex unloading
3443 If you wish to completely unload gnus and all its adherents, you can use
3444 the @code{gnus-unload} command.  This command is also very handy when
3445 trying to customize meta-variables.
3446
3447 Note:
3448
3449 @quotation
3450 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3451 numbly heavy and herself fall into a hazy trance as the boy sitting
3452 behind her drew repeated lines with his pencil across the back of her
3453 plastic chair.
3454 @end quotation
3455
3456
3457 @node Group Topics
3458 @section Group Topics
3459 @cindex topics
3460
3461 If you read lots and lots of groups, it might be convenient to group
3462 them hierarchically according to topics.  You put your Emacs groups over
3463 here, your sex groups over there, and the rest (what, two groups or so?)
3464 you put in some misc section that you never bother with anyway.  You can
3465 even group the Emacs sex groups as a sub-topic to either the Emacs
3466 groups or the sex groups---or both!  Go wild!
3467
3468 @iftex
3469 @iflatex
3470 \gnusfigure{Group Topics}{400}{
3471 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3472 }
3473 @end iflatex
3474 @end iftex
3475
3476 Here's an example:
3477
3478 @example
3479 Gnus
3480   Emacs -- I wuw it!
3481      3: comp.emacs
3482      2: alt.religion.emacs
3483     Naughty Emacs
3484      452: alt.sex.emacs
3485        0: comp.talk.emacs.recovery
3486   Misc
3487      8: comp.binaries.fractals
3488     13: comp.sources.unix
3489 @end example
3490
3491 @findex gnus-topic-mode
3492 @kindex t (Group)
3493 To get this @emph{fab} functionality you simply turn on (ooh!) the
3494 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3495 is a toggling command.)
3496
3497 Go ahead, just try it.  I'll still be here when you get back.  La de
3498 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3499 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3500 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3501 Hot and bothered?
3502
3503 If you want this permanently enabled, you should add that minor mode to
3504 the hook for the group mode.  Put the following line in your
3505 @file{~/.gnus} file:
3506
3507 @lisp
3508 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3509 @end lisp
3510
3511 @menu
3512 * Topic Commands::              Interactive E-Z commands.
3513 * Topic Variables::             How to customize the topics the Lisp Way.
3514 * Topic Sorting::               Sorting each topic individually.
3515 * Topic Topology::              A map of the world.
3516 * Topic Parameters::            Parameters that apply to all groups in a topic.
3517 @end menu
3518
3519
3520 @node Topic Commands
3521 @subsection Topic Commands
3522 @cindex topic commands
3523
3524 When the topic minor mode is turned on, a new @kbd{T} submap will be
3525 available.  In addition, a few of the standard keys change their
3526 definitions slightly.
3527
3528 In general, the following kinds of operations are possible on topics.
3529 First of all, you want to create topics.  Secondly, you want to put
3530 groups in topics and to move them around until you have an order you
3531 like.  The third kind of operation is to show/hide parts of the whole
3532 shebang.  You might want to hide a topic including its subtopics and
3533 groups, to get a better overview of the other groups.
3534
3535 Here is a list of the basic keys that you might need to set up topics
3536 the way you like.
3537
3538 @table @kbd
3539
3540 @item T n
3541 @kindex T n (Topic)
3542 @findex gnus-topic-create-topic
3543 Prompt for a new topic name and create it
3544 (@code{gnus-topic-create-topic}).
3545
3546 @item T TAB
3547 @itemx TAB
3548 @kindex T TAB (Topic)
3549 @kindex TAB (Topic)
3550 @findex gnus-topic-indent
3551 ``Indent'' the current topic so that it becomes a sub-topic of the
3552 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3553 ``un-indent'' the topic instead.
3554
3555 @item M-TAB
3556 @kindex M-TAB (Topic)
3557 @findex gnus-topic-unindent
3558 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3559 parent of its current parent (@code{gnus-topic-unindent}).
3560
3561 @end table
3562
3563 The following two keys can be used to move groups and topics around.
3564 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3565 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3566 kill and yank rather than cut and paste.
3567
3568 @table @kbd
3569
3570 @item C-k
3571 @kindex C-k (Topic)
3572 @findex gnus-topic-kill-group
3573 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3574 topic will be removed along with the topic.
3575
3576 @item C-y
3577 @kindex C-y (Topic)
3578 @findex gnus-topic-yank-group
3579 Yank the previously killed group or topic
3580 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3581 before all groups.
3582
3583 So, to move a topic to the beginning of the list of topics, just hit
3584 @kbd{C-k} on it.  This is like the `cut' part of cut and paste.  Then,
3585 move the cursor to the beginning of the buffer (just below the `Gnus'
3586 topic) and hit @kbd{C-y}.  This is like the `paste' part of cut and
3587 paste.  Like I said -- E-Z.
3588
3589 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3590 you can move topics around as well as groups.
3591
3592 @end table
3593
3594 After setting up the topics the way you like them, you might wish to
3595 hide a topic, or to show it again.  That's why we have the following
3596 key.
3597
3598 @table @kbd
3599
3600 @item RET
3601 @kindex RET (Topic)
3602 @findex gnus-topic-select-group
3603 @itemx SPACE
3604 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3605 When you perform this command on a group, you'll enter the group, as
3606 usual.  When done on a topic line, the topic will be folded (if it was
3607 visible) or unfolded (if it was folded already).  So it's basically a
3608 toggling command on topics.  In addition, if you give a numerical
3609 prefix, group on that level (and lower) will be displayed.
3610
3611 @end table
3612
3613 Now for a list of other commands, in no particular order.
3614
3615 @table @kbd
3616
3617 @item T m
3618 @kindex T m (Topic)
3619 @findex gnus-topic-move-group
3620 Move the current group to some other topic
3621 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3622 convention (@pxref{Process/Prefix}).
3623
3624 @item T j
3625 @kindex T j (Topic)
3626 @findex gnus-topic-jump-to-topic
3627 Go to a topic (@code{gnus-topic-jump-to-topic}).
3628
3629 @item T c
3630 @kindex T c (Topic)
3631 @findex gnus-topic-copy-group
3632 Copy the current group to some other topic
3633 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3634 convention (@pxref{Process/Prefix}).
3635
3636 @item T h
3637 @kindex T h (Topic)
3638 @findex gnus-topic-hide-topic
3639 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3640 a prefix, hide the topic permanently.
3641
3642 @item T s
3643 @kindex T s (Topic)
3644 @findex gnus-topic-show-topic
3645 Show the current topic (@code{gnus-topic-show-topic}).  If given
3646 a prefix, show the topic permanently.
3647
3648 @item T D
3649 @kindex T D (Topic)
3650 @findex gnus-topic-remove-group
3651 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3652 This command is mainly useful if you have the same group in several
3653 topics and wish to remove it from one of the topics.  You may also
3654 remove a group from all topics, but in that case, Gnus will add it to
3655 the root topic the next time you start Gnus.  In fact, all new groups
3656 (which, naturally, don't belong to any topic) will show up in the root
3657 topic.
3658
3659 This command uses the process/prefix convention
3660 (@pxref{Process/Prefix}).
3661
3662 @item T M
3663 @kindex T M (Topic)
3664 @findex gnus-topic-move-matching
3665 Move all groups that match some regular expression to a topic
3666 (@code{gnus-topic-move-matching}).
3667
3668 @item T C
3669 @kindex T C (Topic)
3670 @findex gnus-topic-copy-matching
3671 Copy all groups that match some regular expression to a topic
3672 (@code{gnus-topic-copy-matching}).
3673
3674 @item T H
3675 @kindex T H (Topic)
3676 @findex gnus-topic-toggle-display-empty-topics
3677 Toggle hiding empty topics
3678 (@code{gnus-topic-toggle-display-empty-topics}).
3679
3680 @item T #
3681 @kindex T # (Topic)
3682 @findex gnus-topic-mark-topic
3683 Mark all groups in the current topic with the process mark
3684 (@code{gnus-topic-mark-topic}).  This command works recursively on
3685 sub-topics unless given a prefix.
3686
3687 @item T M-#
3688 @kindex T M-# (Topic)
3689 @findex gnus-topic-unmark-topic
3690 Remove the process mark from all groups in the current topic
3691 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3692 sub-topics unless given a prefix.
3693
3694 @item C-c C-x
3695 @kindex C-c C-x (Topic)
3696 @findex gnus-topic-expire-articles
3697 Run all expirable articles in the current group or topic through the
3698 expiry process (if any)
3699 (@code{gnus-topic-expire-articles}). (@pxref{Expiring Mail}).
3700
3701 @item T r
3702 @kindex T r (Topic)
3703 @findex gnus-topic-rename
3704 Rename a topic (@code{gnus-topic-rename}).
3705
3706 @item T DEL
3707 @kindex T DEL (Topic)
3708 @findex gnus-topic-delete
3709 Delete an empty topic (@code{gnus-topic-delete}).
3710
3711 @item A T
3712 @kindex A T (Topic)
3713 @findex gnus-topic-list-active
3714 List all groups that gnus knows about in a topics-ified way
3715 (@code{gnus-topic-list-active}).
3716
3717 @item T M-n
3718 @kindex T M-n (Topic)
3719 @findex gnus-topic-goto-next-topic
3720 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3721
3722 @item T M-p
3723 @kindex T M-p (Topic)
3724 @findex gnus-topic-goto-previous-topic
3725 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3726
3727 @item G p
3728 @kindex G p (Topic)
3729 @findex gnus-topic-edit-parameters
3730 @cindex group parameters
3731 @cindex topic parameters
3732 @cindex parameters
3733 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3734 @xref{Topic Parameters}.
3735
3736 @end table
3737
3738
3739 @node Topic Variables
3740 @subsection Topic Variables
3741 @cindex topic variables
3742
3743 The previous section told you how to tell Gnus which topics to display.
3744 This section explains how to tell Gnus what to display about each topic.
3745
3746 @vindex gnus-topic-line-format
3747 The topic lines themselves are created according to the
3748 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3749 Valid elements are:
3750
3751 @table @samp
3752 @item i
3753 Indentation.
3754 @item n
3755 Topic name.
3756 @item v
3757 Visibility.
3758 @item l
3759 Level.
3760 @item g
3761 Number of groups in the topic.
3762 @item a
3763 Number of unread articles in the topic.
3764 @item A
3765 Number of unread articles in the topic and all its subtopics.
3766 @end table
3767
3768 @vindex gnus-topic-indent-level
3769 Each sub-topic (and the groups in the sub-topics) will be indented with
3770 @code{gnus-topic-indent-level} times the topic level number of spaces.
3771 The default is 2.
3772
3773 @vindex gnus-topic-mode-hook
3774 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3775
3776 @vindex gnus-topic-display-empty-topics
3777 The @code{gnus-topic-display-empty-topics} says whether to display even
3778 topics that have no unread articles in them.  The default is @code{t}.
3779
3780
3781 @node Topic Sorting
3782 @subsection Topic Sorting
3783 @cindex topic sorting
3784
3785 You can sort the groups in each topic individually with the following
3786 commands:
3787
3788
3789 @table @kbd
3790 @item T S a
3791 @kindex T S a (Topic)
3792 @findex gnus-topic-sort-groups-by-alphabet
3793 Sort the current topic alphabetically by group name
3794 (@code{gnus-topic-sort-groups-by-alphabet}).
3795
3796 @item T S u
3797 @kindex T S u (Topic)
3798 @findex gnus-topic-sort-groups-by-unread
3799 Sort the current topic by the number of unread articles
3800 (@code{gnus-topic-sort-groups-by-unread}).
3801
3802 @item T S l
3803 @kindex T S l (Topic)
3804 @findex gnus-topic-sort-groups-by-level
3805 Sort the current topic by group level
3806 (@code{gnus-topic-sort-groups-by-level}).
3807
3808 @item T S v
3809 @kindex T S v (Topic)
3810 @findex gnus-topic-sort-groups-by-score
3811 Sort the current topic by group score
3812 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3813
3814 @item T S r
3815 @kindex T S r (Topic)
3816 @findex gnus-topic-sort-groups-by-rank
3817 Sort the current topic by group rank
3818 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3819
3820 @item T S m
3821 @kindex T S m (Topic)
3822 @findex gnus-topic-sort-groups-by-method
3823 Sort the current topic alphabetically by back end name
3824 (@code{gnus-topic-sort-groups-by-method}).
3825
3826 @item T S e
3827 @kindex T S e (Topic)
3828 @findex gnus-topic-sort-groups-by-server
3829 Sort the current topic alphabetically by server name
3830 (@code{gnus-topic-sort-groups-by-server}).
3831
3832 @item T S s
3833 @kindex T S s
3834 @findex gnus-topic-sort-groups
3835 Sort the current topic according to the function(s) given by the
3836 @code{gnus-group-sort-function} variable
3837 (@code{gnus-topic-sort-groups}).
3838
3839 @end table
3840
3841 When given a prefix argument, all these commands will sort in reverse
3842 order.  @xref{Sorting Groups}, for more information about group
3843 sorting.
3844
3845
3846 @node Topic Topology
3847 @subsection Topic Topology
3848 @cindex topic topology
3849 @cindex topology
3850
3851 So, let's have a look at an example group buffer:
3852
3853 @example
3854 Gnus
3855   Emacs -- I wuw it!
3856      3: comp.emacs
3857      2: alt.religion.emacs
3858     Naughty Emacs
3859      452: alt.sex.emacs
3860        0: comp.talk.emacs.recovery
3861   Misc
3862      8: comp.binaries.fractals
3863     13: comp.sources.unix
3864 @end example
3865
3866 So, here we have one top-level topic (@samp{Gnus}), two topics under
3867 that, and one sub-topic under one of the sub-topics.  (There is always
3868 just one (1) top-level topic).  This topology can be expressed as
3869 follows:
3870
3871 @lisp
3872 (("Gnus" visible)
3873  (("Emacs -- I wuw it!" visible)
3874   (("Naughty Emacs" visible)))
3875  (("Misc" visible)))
3876 @end lisp
3877
3878 @vindex gnus-topic-topology
3879 This is in fact how the variable @code{gnus-topic-topology} would look
3880 for the display above.  That variable is saved in the @file{.newsrc.eld}
3881 file, and shouldn't be messed with manually---unless you really want
3882 to.  Since this variable is read from the @file{.newsrc.eld} file,
3883 setting it in any other startup files will have no effect.
3884
3885 This topology shows what topics are sub-topics of what topics (right),
3886 and which topics are visible.  Two settings are currently
3887 allowed---@code{visible} and @code{invisible}.
3888
3889
3890 @node Topic Parameters
3891 @subsection Topic Parameters
3892 @cindex topic parameters
3893
3894 All groups in a topic will inherit group parameters from the parent (and
3895 ancestor) topic parameters.  All valid group parameters are valid topic
3896 parameters (@pxref{Group Parameters}).
3897
3898 In addition, the following parameters are only valid as topic
3899 parameters:
3900
3901 @table @code
3902 @item subscribe
3903 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3904 @code{subscribe} topic parameter says what groups go in what topic.  Its
3905 value should be a regexp to match the groups that should go in that
3906 topic.
3907
3908 @item subscribe-level
3909 When subscribing new groups by topic (see the @code{subscribe} parameter),
3910 the group will be subscribed with the level specified in the
3911 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3912
3913 @end table
3914
3915 Group parameters (of course) override topic parameters, and topic
3916 parameters in sub-topics override topic parameters in super-topics.  You
3917 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3918 verb, although you may feel free to disagree with me here.)
3919
3920 @example
3921 Gnus
3922   Emacs
3923      3: comp.emacs
3924      2: alt.religion.emacs
3925    452: alt.sex.emacs
3926     Relief
3927      452: alt.sex.emacs
3928        0: comp.talk.emacs.recovery
3929   Misc
3930      8: comp.binaries.fractals
3931     13: comp.sources.unix
3932    452: alt.sex.emacs
3933 @end example
3934
3935 The @samp{Emacs} topic has the topic parameter @code{(score-file
3936 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3937 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3938 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3939 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3940 . "religion.SCORE")}.
3941
3942 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3943 will get the @file{relief.SCORE} home score file.  If you enter the same
3944 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
3945 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
3946 get the @file{religion.SCORE} home score file.
3947
3948 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
3949 there are some problems, especially with the @code{total-expiry}
3950 parameter.  Say you have a mail group in two topics; one with
3951 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
3952 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
3953 of these topics you mean to expire articles from, so anything may
3954 happen.  In fact, I hereby declare that it is @dfn{undefined} what
3955 happens.  You just have to be careful if you do stuff like that.
3956
3957
3958 @node Misc Group Stuff
3959 @section Misc Group Stuff
3960
3961 @menu
3962 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
3963 * Group Information::           Information and help on groups and Gnus.
3964 * Group Timestamp::             Making Gnus keep track of when you last read a group.
3965 * File Commands::               Reading and writing the Gnus files.
3966 * Sieve Commands::              Managing Sieve scripts.
3967 @end menu
3968
3969 @table @kbd
3970
3971 @item ^
3972 @kindex ^ (Group)
3973 @findex gnus-group-enter-server-mode
3974 Enter the server buffer (@code{gnus-group-enter-server-mode}).
3975 @xref{Server Buffer}.
3976
3977 @item a
3978 @kindex a (Group)
3979 @findex gnus-group-post-news
3980 Start composing a message (a news by default)
3981 (@code{gnus-group-post-news}).  If given a prefix, post to the group
3982 under the point.  If the prefix is 1, prompt for a group to post to.
3983 Contrary to what the name of this function suggests, the prepared
3984 article might be a mail instead of a news, if a mail group is specified
3985 with the prefix argument.  @xref{Composing Messages}.
3986
3987 @item m
3988 @kindex m (Group)
3989 @findex gnus-group-mail
3990 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
3991 use the posting style of the group under the point.  If the prefix is 1,
3992 prompt for a group name to find the posting style.
3993 @xref{Composing Messages}.
3994
3995 @item i
3996 @kindex i (Group)
3997 @findex gnus-group-news
3998 Start composing a news (@code{gnus-group-news}).  If given a prefix,
3999 post to the group under the point.  If the prefix is 1, prompt
4000 for group to post to.  @xref{Composing Messages}.
4001
4002 This function actually prepares a news even when using mail groups.
4003 This is useful for ``posting'' messages to mail groups without actually
4004 sending them over the network: they're just saved directly to the group
4005 in question.  The corresponding back end must have a request-post method
4006 for this to work though.
4007
4008 @end table
4009
4010 Variables for the group buffer:
4011
4012 @table @code
4013
4014 @item gnus-group-mode-hook
4015 @vindex gnus-group-mode-hook
4016 is called after the group buffer has been
4017 created.
4018
4019 @item gnus-group-prepare-hook
4020 @vindex gnus-group-prepare-hook
4021 is called after the group buffer is
4022 generated.  It may be used to modify the buffer in some strange,
4023 unnatural way.
4024
4025 @item gnus-group-prepared-hook
4026 @vindex gnus-group-prepare-hook
4027 is called as the very last thing after the group buffer has been
4028 generated.  It may be used to move point around, for instance.
4029
4030 @item gnus-permanently-visible-groups
4031 @vindex gnus-permanently-visible-groups
4032 Groups matching this regexp will always be listed in the group buffer,
4033 whether they are empty or not.
4034
4035 @item gnus-group-name-charset-method-alist
4036 @vindex gnus-group-name-charset-method-alist
4037 An alist of method and the charset for group names. It is used to show
4038 non-ASCII group names.
4039
4040 For example:
4041 @lisp
4042 (setq gnus-group-name-charset-method-alist
4043     '(((nntp "news.com.cn") . cn-gb-2312)))
4044 @end lisp
4045
4046 @item gnus-group-name-charset-group-alist
4047 @cindex UTF-8 group names
4048 @vindex gnus-group-name-charset-group-alist
4049 An alist of regexp of group name and the charset for group names.  It
4050 is used to show non-ASCII group names.  @code{((".*" utf-8))} is the
4051 default value if UTF-8 is supported, otherwise the default is
4052 @code{nil}.
4053
4054 For example:
4055 @lisp
4056 (setq gnus-group-name-charset-group-alist
4057     '(("\\.com\\.cn:" . cn-gb-2312)))
4058 @end lisp
4059
4060 @end table
4061
4062 @node Scanning New Messages
4063 @subsection Scanning New Messages
4064 @cindex new messages
4065 @cindex scanning new news
4066
4067 @table @kbd
4068
4069 @item g
4070 @kindex g (Group)
4071 @findex gnus-group-get-new-news
4072 @c @icon{gnus-group-get-new-news}
4073 Check the server(s) for new articles.  If the numerical prefix is used,
4074 this command will check only groups of level @var{arg} and lower
4075 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4076 command will force a total re-reading of the active file(s) from the
4077 back end(s).
4078
4079 @item M-g
4080 @kindex M-g (Group)
4081 @findex gnus-group-get-new-news-this-group
4082 @vindex gnus-goto-next-group-when-activating
4083 @c @icon{gnus-group-get-new-news-this-group}
4084 Check whether new articles have arrived in the current group
4085 (@code{gnus-group-get-new-news-this-group}).
4086 @code{gnus-goto-next-group-when-activating} says whether this command is
4087 to move point to the next group or not.  It is @code{t} by default.
4088
4089 @findex gnus-activate-all-groups
4090 @cindex activating groups
4091 @item C-c M-g
4092 @kindex C-c M-g (Group)
4093 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4094
4095 @item R
4096 @kindex R (Group)
4097 @cindex restarting
4098 @findex gnus-group-restart
4099 Restart gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4100 file(s), closes the connection to all servers, clears up all run-time
4101 gnus variables, and then starts gnus all over again.
4102
4103 @end table
4104
4105 @vindex gnus-get-new-news-hook
4106 @code{gnus-get-new-news-hook} is run just before checking for new news.
4107
4108 @vindex gnus-after-getting-new-news-hook
4109 @code{gnus-after-getting-new-news-hook} is run after checking for new
4110 news.
4111
4112
4113 @node Group Information
4114 @subsection Group Information
4115 @cindex group information
4116 @cindex information on groups
4117
4118 @table @kbd
4119
4120
4121 @item H f
4122 @kindex H f (Group)
4123 @findex gnus-group-fetch-faq
4124 @vindex gnus-group-faq-directory
4125 @cindex FAQ
4126 @cindex ange-ftp
4127 Try to fetch the FAQ for the current group
4128 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
4129 @code{gnus-group-faq-directory}, which is usually a directory on a
4130 remote machine.  This variable can also be a list of directories.  In
4131 that case, giving a prefix to this command will allow you to choose
4132 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
4133 for fetching the file.
4134
4135 If fetching from the first site is unsuccessful, gnus will attempt to go
4136 through @code{gnus-group-faq-directory} and try to open them one by one.
4137
4138 @item H c
4139 @kindex H c (Group)
4140 @findex gnus-group-fetch-charter
4141 @vindex gnus-group-charter-alist
4142 @cindex charter
4143 Try to open the charter for the current group in a web browser
4144 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4145 prefix argument.
4146
4147 Gnus will use @code{gnus-group-charter-alist} to find the location of
4148 the charter.  If no location is known, Gnus will fetch the control
4149 messages for the group, which in some cases includes the charter.
4150
4151 @item H C
4152 @kindex H C (Group)
4153 @findex gnus-group-fetch-control
4154 @vindex gnus-group-fetch-control-use-browse-url
4155 @cindex control message
4156 Fetch the control messages for the group from the archive at
4157 @code{ftp.isc.org} (@code{gnus-group-fetch-control}). Query for a
4158 group if given a prefix argument.
4159
4160 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4161 Gnus will open the control messages in a browser using
4162 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4163 and displayed in an ephemeral group.
4164
4165 Note that the control messages are compressed.  To use this command
4166 you need to turn on @code{auto-compression-mode}
4167 (@pxref{(emacs)Compressed Files}).
4168
4169 @item H d
4170 @itemx C-c C-d
4171 @c @icon{gnus-group-describe-group}
4172 @kindex H d (Group)
4173 @kindex C-c C-d (Group)
4174 @cindex describing groups
4175 @cindex group description
4176 @findex gnus-group-describe-group
4177 Describe the current group (@code{gnus-group-describe-group}).  If given
4178 a prefix, force Gnus to re-read the description from the server.
4179
4180 @item M-d
4181 @kindex M-d (Group)
4182 @findex gnus-group-describe-all-groups
4183 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4184 prefix, force gnus to re-read the description file from the server.
4185
4186 @item H v
4187 @itemx V
4188 @kindex V (Group)
4189 @kindex H v (Group)
4190 @cindex version
4191 @findex gnus-version
4192 Display current gnus version numbers (@code{gnus-version}).
4193
4194 @item ?
4195 @kindex ? (Group)
4196 @findex gnus-group-describe-briefly
4197 Give a very short help message (@code{gnus-group-describe-briefly}).
4198
4199 @item C-c C-i
4200 @kindex C-c C-i (Group)
4201 @cindex info
4202 @cindex manual
4203 @findex gnus-info-find-node
4204 Go to the gnus info node (@code{gnus-info-find-node}).
4205 @end table
4206
4207
4208 @node Group Timestamp
4209 @subsection Group Timestamp
4210 @cindex timestamps
4211 @cindex group timestamps
4212
4213 It can be convenient to let gnus keep track of when you last read a
4214 group.  To set the ball rolling, you should add
4215 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4216
4217 @lisp
4218 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4219 @end lisp
4220
4221 After doing this, each time you enter a group, it'll be recorded.
4222
4223 This information can be displayed in various ways---the easiest is to
4224 use the @samp{%d} spec in the group line format:
4225
4226 @lisp
4227 (setq gnus-group-line-format
4228       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4229 @end lisp
4230
4231 This will result in lines looking like:
4232
4233 @example
4234 *        0: mail.ding                                19961002T012943
4235          0: custom                                   19961002T012713
4236 @end example
4237
4238 As you can see, the date is displayed in compact ISO 8601 format.  This
4239 may be a bit too much, so to just display the date, you could say
4240 something like:
4241
4242 @lisp
4243 (setq gnus-group-line-format
4244       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4245 @end lisp
4246
4247 If you would like greater control of the time format, you can use a
4248 user-defined format spec.  Something like the following should do the
4249 trick:
4250
4251 @lisp
4252 (setq gnus-group-line-format
4253       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4254 (defun gnus-user-format-function-d (headers)
4255   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4256     (if time
4257         (format-time-string "%b %d  %H:%M" time)
4258       "")))
4259 @end lisp
4260
4261
4262 @node File Commands
4263 @subsection File Commands
4264 @cindex file commands
4265
4266 @table @kbd
4267
4268 @item r
4269 @kindex r (Group)
4270 @findex gnus-group-read-init-file
4271 @vindex gnus-init-file
4272 @cindex reading init file
4273 Re-read the init file (@code{gnus-init-file}, which defaults to
4274 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
4275
4276 @item s
4277 @kindex s (Group)
4278 @findex gnus-group-save-newsrc
4279 @cindex saving .newsrc
4280 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4281 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4282 file(s) whether Gnus thinks it is necessary or not.
4283
4284 @c @item Z
4285 @c @kindex Z (Group)
4286 @c @findex gnus-group-clear-dribble
4287 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4288
4289 @end table
4290
4291
4292 @node Sieve Commands
4293 @subsection Sieve Commands
4294 @cindex group sieve commands
4295
4296 Sieve is a server-side mail filtering language.  In Gnus you can use
4297 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4298 sieve rules that should apply to each group.  Gnus provides two
4299 commands to translate all these group parameters into a proper Sieve
4300 script that can be transfered to the server somehow.
4301
4302 @vindex gnus-sieve-file
4303 @vindex gnus-sieve-region-start
4304 @vindex gnus-sieve-region-end
4305 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4306 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4307 between two delimiters, @code{gnus-sieve-region-start} and
4308 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4309 outside these delimiters that will not be removed the next time you
4310 regenerate the Sieve script.
4311
4312 @vindex gnus-sieve-crosspost
4313 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4314 is generated.  If it is non-@code{nil} (the default) articles is
4315 placed in all groups that have matching rules, otherwise the article
4316 is only placed in the group with the first matching rule.  For
4317 example, the group parameter @samp{(sieve address "sender"
4318 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4319 code if @code{gnus-sieve-crosspost} is @code{nil}. (When
4320 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4321 except that the line containing the call to @code{stop} is removed.)
4322
4323 @example
4324 if address "sender" "owner-ding@@hpc.uh.edu" @{
4325         fileinto "INBOX.ding";
4326         stop;
4327 @}
4328 @end example
4329
4330 @xref{Top, ,Top, sieve, Emacs Sieve}.
4331
4332 @table @kbd
4333
4334 @item D g
4335 @kindex D g (Group)
4336 @findex gnus-sieve-generate
4337 @vindex gnus-sieve-file
4338 @cindex generating sieve script
4339 Regenerate a Sieve script from the @code{sieve} group parameters and
4340 put you into the @code{gnus-sieve-file} without saving it.
4341
4342 @item D u
4343 @kindex D u (Group)
4344 @findex gnus-sieve-update
4345 @vindex gnus-sieve-file
4346 @cindex updating sieve script
4347 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4348 @code{sieve} group parameters, save the file and upload it to the
4349 server using the @code{sieveshell} program.
4350
4351 @end table
4352
4353
4354 @node Summary Buffer
4355 @chapter Summary Buffer
4356 @cindex summary buffer
4357
4358 A line for each article is displayed in the summary buffer.  You can
4359 move around, read articles, post articles and reply to articles.
4360
4361 The most common way to a summary buffer is to select a group from the
4362 group buffer (@pxref{Selecting a Group}).
4363
4364 You can have as many summary buffers open as you wish.
4365
4366 @menu
4367 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4368 * Summary Maneuvering::         Moving around the summary buffer.
4369 * Choosing Articles::           Reading articles.
4370 * Paging the Article::          Scrolling the current article.
4371 * Reply Followup and Post::     Posting articles.
4372 * Delayed Articles::            Send articles at a later time.
4373 * Marking Articles::            Marking articles as read, expirable, etc.
4374 * Limiting::                    You can limit the summary buffer.
4375 * Threading::                   How threads are made.
4376 * Sorting the Summary Buffer::  How articles and threads are sorted.
4377 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4378 * Article Caching::             You may store articles in a cache.
4379 * Persistent Articles::         Making articles expiry-resistant.
4380 * Article Backlog::             Having already read articles hang around.
4381 * Saving Articles::             Ways of customizing article saving.
4382 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4383 * Article Treatment::           The article buffer can be mangled at will.
4384 * MIME Commands::               Doing MIMEy things with the articles.
4385 * Charsets::                    Character set issues.
4386 * Article Commands::            Doing various things with the article buffer.
4387 * Summary Sorting::             Sorting the summary buffer in various ways.
4388 * Finding the Parent::          No child support? Get the parent.
4389 * Alternative Approaches::      Reading using non-default summaries.
4390 * Tree Display::                A more visual display of threads.
4391 * Mail Group Commands::         Some commands can only be used in mail groups.
4392 * Various Summary Stuff::       What didn't fit anywhere else.
4393 * Exiting the Summary Buffer::  Returning to the Group buffer,
4394                                 or reselecting the current group.
4395 * Crosspost Handling::          How crossposted articles are dealt with.
4396 * Duplicate Suppression::       An alternative when crosspost handling fails.
4397 * Security::                    Decrypt and Verify.
4398 * Mailing List::                Mailing list minor mode.
4399 @end menu
4400
4401
4402 @node Summary Buffer Format
4403 @section Summary Buffer Format
4404 @cindex summary buffer format
4405
4406 @iftex
4407 @iflatex
4408 \gnusfigure{The Summary Buffer}{180}{
4409 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4410 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4411 }
4412 @end iflatex
4413 @end iftex
4414
4415 @menu
4416 * Summary Buffer Lines::        You can specify how summary lines should look.
4417 * To From Newsgroups::          How to not display your own name.
4418 * Summary Buffer Mode Line::    You can say how the mode line should look.
4419 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4420 @end menu
4421
4422 @findex mail-extract-address-components
4423 @findex gnus-extract-address-components
4424 @vindex gnus-extract-address-components
4425 Gnus will use the value of the @code{gnus-extract-address-components}
4426 variable as a function for getting the name and address parts of a
4427 @code{From} header.  Three pre-defined functions exist:
4428 @code{gnus-extract-address-components}, which is the default, quite
4429 fast, and too simplistic solution;
4430 @code{mail-extract-address-components}, which works nicely, but is
4431 slower; and @code{std11-extract-address-components}, which works very
4432 nicely, but is slower.  The default function will return the wrong
4433 answer in 5% of the cases.  If this is unacceptable to you, use the
4434 other function instead:
4435
4436 @lisp
4437 (setq gnus-extract-address-components
4438       'mail-extract-address-components)
4439 @end lisp
4440
4441 @vindex gnus-summary-same-subject
4442 @code{gnus-summary-same-subject} is a string indicating that the current
4443 article has the same subject as the previous.  This string will be used
4444 with those specs that require it.  The default is @code{""}.
4445
4446
4447 @node Summary Buffer Lines
4448 @subsection Summary Buffer Lines
4449
4450 @vindex gnus-summary-line-format
4451 You can change the format of the lines in the summary buffer by changing
4452 the @code{gnus-summary-line-format} variable.  It works along the same
4453 lines as a normal @code{format} string, with some extensions
4454 (@pxref{Formatting Variables}).
4455
4456 There should always be a colon or a point position marker on the line;
4457 the cursor always moves to the point position marker or the colon after
4458 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4459 possible to change this.  Just write a new function
4460 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4461 @xref{Positioning Point}.
4462
4463 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4464
4465 The following format specification characters and extended format
4466 specification(s) are understood:
4467
4468 @table @samp
4469 @item N
4470 Article number.
4471 @item S
4472 Subject string.  List identifiers stripped,
4473 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4474 @item s
4475 Subject if the article is the root of the thread or the previous article
4476 had a different subject, @code{gnus-summary-same-subject} otherwise.
4477 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4478 @item F
4479 Full @code{From} header.
4480 @item n
4481 The name (from the @code{From} header).
4482 @item f
4483 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4484 From Newsgroups}).
4485 @item a
4486 The name (from the @code{From} header).  This differs from the @code{n}
4487 spec in that it uses the function designated by the
4488 @code{gnus-extract-address-components} variable, which is slower, but
4489 may be more thorough.
4490 @item A
4491 The address (from the @code{From} header).  This works the same way as
4492 the @code{a} spec.
4493 @item L
4494 Number of lines in the article.
4495 @item c
4496 Number of characters in the article. This specifier is not supported
4497 in some methods (like nnfolder).
4498 @item k
4499 Pretty-printed version of the number of characters in the article;
4500 for example, @samp{1.2k} or @samp{0.4M}.
4501 @item I
4502 Indentation based on thread level (@pxref{Customizing Threading}).
4503 @item B
4504 A complex trn-style thread tree, showing response-connecting trace
4505 lines.  A thread could be drawn like this:
4506
4507 @example
4508 >
4509 +->
4510 | +->
4511 | | \->
4512 | |   \->
4513 | \->
4514 +->
4515 \->
4516 @end example
4517
4518 You can customize the appearance with the following options.  Note
4519 that it is possible to make the thread display look really neat by
4520 replacing the default ASCII characters with graphic line-drawing
4521 glyphs.
4522 @table @code
4523 @item gnus-sum-thread-tree-root
4524 @vindex gnus-sum-thread-tree-root
4525 Used for the root of a thread.  If @code{nil}, use subject
4526 instead. The default is @samp{> }.
4527
4528 @item gnus-sum-thread-tree-single-indent
4529 @vindex gnus-sum-thread-tree-single-indent
4530 Used for a thread with just one message.  If @code{nil}, use subject
4531 instead.  The default is @samp{}.
4532
4533 @item gnus-sum-thread-tree-vertical
4534 @vindex gnus-sum-thread-tree-vertical
4535 Used for drawing a vertical line.  The default is @samp{| }.
4536
4537 @item gnus-sum-thread-tree-indent
4538 @vindex gnus-sum-thread-tree-indent
4539 Used for indenting.  The default is @samp{  }. 
4540
4541 @item gnus-sum-thread-tree-leaf-with-other
4542 @vindex gnus-sum-thread-tree-leaf-with-other
4543 Used for a leaf with brothers.  The default is @samp{+-> }.
4544
4545 @item gnus-sum-thread-tree-single-leaf
4546 @vindex gnus-sum-thread-tree-single-leaf
4547 Used for a leaf without brothers.  The default is @samp{\-> }
4548
4549 @end table
4550
4551 @item T
4552 Nothing if the article is a root and lots of spaces if it isn't (it
4553 pushes everything after it off the screen).
4554 @item [
4555 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4556 for adopted articles (@pxref{Customizing Threading}).
4557 @item ]
4558 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4559 for adopted articles.
4560 @item >
4561 One space for each thread level.
4562 @item <
4563 Twenty minus thread level spaces.
4564 @item U
4565 Unread. @xref{Read Articles}.
4566
4567 @item R
4568 This misleadingly named specifier is the @dfn{secondary mark}.  This
4569 mark will say whether the article has been replied to, has been cached,
4570 or has been saved.  @xref{Other Marks}.
4571
4572 @item i
4573 Score as a number (@pxref{Scoring}).
4574 @item z
4575 @vindex gnus-summary-zcore-fuzz
4576 Zcore, @samp{+} if above the default level and @samp{-} if below the
4577 default level.  If the difference between
4578 @code{gnus-summary-default-score} and the score is less than
4579 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4580 @item V
4581 Total thread score.
4582 @item x
4583 @code{Xref}.
4584 @item D
4585 @code{Date}.
4586 @item d
4587 The @code{Date} in @code{DD-MMM} format.
4588 @item o
4589 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4590 @item M
4591 @code{Message-ID}.
4592 @item r
4593 @code{References}.
4594 @item t
4595 Number of articles in the current sub-thread.  Using this spec will slow
4596 down summary buffer generation somewhat.
4597 @item e
4598 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4599 article has any children.
4600 @item P
4601 The line number.
4602 @item O
4603 Download mark.
4604 @item &user-date;
4605 Age sensitive date format.  Various date format is defined in
4606 @code{gnus-user-date-format-alist}.
4607 @item u
4608 User defined specifier.  The next character in the format string should
4609 be a letter.  Gnus will call the function
4610 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
4611 following @samp{%u}.  The function will be passed the current header as
4612 argument.  The function should return a string, which will be inserted
4613 into the summary just like information from any other summary specifier.
4614 @end table
4615
4616 Text between @samp{%(} and @samp{%)} will be highlighted with
4617 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4618 There can only be one such area.
4619
4620 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4621 have to be handled with care.  For reasons of efficiency, gnus will
4622 compute what column these characters will end up in, and ``hard-code''
4623 that.  This means that it is invalid to have these specs after a
4624 variable-length spec.  Well, you might not be arrested, but your summary
4625 buffer will look strange, which is bad enough.
4626
4627 The smart choice is to have these specs as far to the left as possible.
4628 (Isn't that the case with everything, though?  But I digress.)
4629
4630 This restriction may disappear in later versions of gnus.
4631
4632
4633 @node To From Newsgroups
4634 @subsection To From Newsgroups
4635 @cindex To
4636 @cindex Newsgroups
4637
4638 In some groups (particularly in archive groups), the @code{From} header
4639 isn't very interesting, since all the articles there are written by
4640 you.  To display the information in the @code{To} or @code{Newsgroups}
4641 headers instead, you need to decide three things: What information to
4642 gather; where to display it; and when to display it.
4643
4644 @enumerate
4645 @item
4646 @vindex gnus-extra-headers
4647 The reading of extra header information is controlled by the
4648 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4649 instance:
4650
4651 @lisp
4652 (setq gnus-extra-headers
4653       '(To Newsgroups X-Newsreader))
4654 @end lisp
4655
4656 This will result in Gnus trying to obtain these three headers, and
4657 storing it in header structures for later easy retrieval.
4658
4659 @item
4660 @findex gnus-extra-header
4661 The value of these extra headers can be accessed via the
4662 @code{gnus-extra-header} function.  Here's a format line spec that will
4663 access the @code{X-Newsreader} header:
4664
4665 @example
4666 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4667 @end example
4668
4669 @item
4670 @vindex gnus-ignored-from-addresses
4671 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4672 summary line spec returns the @code{To}, @code{Newsreader} or
4673 @code{From} header.  If this regexp matches the contents of the
4674 @code{From} header, the value of the @code{To} or @code{Newsreader}
4675 headers are used instead.
4676
4677 @end enumerate
4678
4679 @vindex nnmail-extra-headers
4680 A related variable is @code{nnmail-extra-headers}, which controls when
4681 to include extra headers when generating overview (@sc{nov}) files.
4682 If you have old overview files, you should regenerate them after
4683 changing this variable, by entering the server buffer using @kbd{^},
4684 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4685 regeneration.
4686
4687 @vindex gnus-summary-line-format
4688 You also have to instruct Gnus to display the data by changing the
4689 @code{%n} spec to the @code{%f} spec in the
4690 @code{gnus-summary-line-format} variable.
4691
4692 In summary, you'd typically put something like the following in
4693 @file{~/.gnus}:
4694
4695 @lisp
4696 (setq gnus-extra-headers
4697       '(To Newsgroups))
4698 (setq nnmail-extra-headers gnus-extra-headers)
4699 (setq gnus-summary-line-format
4700       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4701 (setq gnus-ignored-from-addresses
4702       "Your Name Here")
4703 @end lisp
4704
4705 (The values listed above are the default values in Gnus.  Alter them
4706 to fit your needs.)
4707
4708 A note for news server administrators, or for users who wish to try to
4709 convince their news server administrator to provide some additional
4710 support:
4711
4712 The above is mostly useful for mail groups, where you have control over
4713 the @sc{nov} files that are created.  However, if you can persuade your
4714 nntp admin to add (in the usual implementation, notably INN):
4715
4716 @example
4717 Newsgroups:full
4718 @end example
4719
4720 to the end of her @file{overview.fmt} file, then you can use that just
4721 as you would the extra headers from the mail groups.
4722
4723
4724 @node Summary Buffer Mode Line
4725 @subsection Summary Buffer Mode Line
4726
4727 @vindex gnus-summary-mode-line-format
4728 You can also change the format of the summary mode bar (@pxref{Mode Line
4729 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4730 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4731
4732 Here are the elements you can play with:
4733
4734 @table @samp
4735 @item G
4736 Group name.
4737 @item p
4738 Unprefixed group name.
4739 @item A
4740 Current article number.
4741 @item z
4742 Current article score.
4743 @item V
4744 Gnus version.
4745 @item U
4746 Number of unread articles in this group.
4747 @item e
4748 Number of unread articles in this group that aren't displayed in the
4749 summary buffer.
4750 @item Z
4751 A string with the number of unread and unselected articles represented
4752 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4753 articles, and just as @samp{<%U more>} if there are just unread articles
4754 and no unselected ones.
4755 @item g
4756 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4757 shortened to @samp{r.a.anime}.
4758 @item S
4759 Subject of the current article.
4760 @item u
4761 User-defined spec (@pxref{User-Defined Specs}).
4762 @item s
4763 Name of the current score file (@pxref{Scoring}).
4764 @item d
4765 Number of dormant articles (@pxref{Unread Articles}).
4766 @item t
4767 Number of ticked articles (@pxref{Unread Articles}).
4768 @item r
4769 Number of articles that have been marked as read in this session.
4770 @item E
4771 Number of articles expunged by the score files.
4772 @end table
4773
4774
4775 @node Summary Highlighting
4776 @subsection Summary Highlighting
4777
4778 @table @code
4779
4780 @item gnus-visual-mark-article-hook
4781 @vindex gnus-visual-mark-article-hook
4782 This hook is run after selecting an article.  It is meant to be used for
4783 highlighting the article in some way.  It is not run if
4784 @code{gnus-visual} is @code{nil}.
4785
4786 @item gnus-summary-update-hook
4787 @vindex gnus-summary-update-hook
4788 This hook is called when a summary line is changed.  It is not run if
4789 @code{gnus-visual} is @code{nil}.
4790
4791 @item gnus-summary-selected-face
4792 @vindex gnus-summary-selected-face
4793 This is the face (or @dfn{font} as some people call it) used to
4794 highlight the current article in the summary buffer.
4795
4796 @item gnus-summary-highlight
4797 @vindex gnus-summary-highlight
4798 Summary lines are highlighted according to this variable, which is a
4799 list where the elements are of the format @code{(@var{form}
4800 . @var{face})}.  If you would, for instance, like ticked articles to be
4801 italic and high-scored articles to be bold, you could set this variable
4802 to something like
4803 @lisp
4804 (((eq mark gnus-ticked-mark) . italic)
4805  ((> score default) . bold))
4806 @end lisp
4807 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4808 @var{face} will be applied to the line.
4809 @end table
4810
4811
4812 @node Summary Maneuvering
4813 @section Summary Maneuvering
4814 @cindex summary movement
4815
4816 All the straight movement commands understand the numeric prefix and
4817 behave pretty much as you'd expect.
4818
4819 None of these commands select articles.
4820
4821 @table @kbd
4822 @item G M-n
4823 @itemx M-n
4824 @kindex M-n (Summary)
4825 @kindex G M-n (Summary)
4826 @findex gnus-summary-next-unread-subject
4827 Go to the next summary line of an unread article
4828 (@code{gnus-summary-next-unread-subject}).
4829
4830 @item G M-p
4831 @itemx M-p
4832 @kindex M-p (Summary)
4833 @kindex G M-p (Summary)
4834 @findex gnus-summary-prev-unread-subject
4835 Go to the previous summary line of an unread article
4836 (@code{gnus-summary-prev-unread-subject}).
4837
4838 @item G g
4839 @kindex G g (Summary)
4840 @findex gnus-summary-goto-subject
4841 Ask for an article number and then go to the summary line of that article
4842 without displaying the article (@code{gnus-summary-goto-subject}).
4843 @end table
4844
4845 If gnus asks you to press a key to confirm going to the next group, you
4846 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4847 buffer, searching for the next group to read without actually returning
4848 to the group buffer.
4849
4850 Variables related to summary movement:
4851
4852 @table @code
4853
4854 @vindex gnus-auto-select-next
4855 @item gnus-auto-select-next
4856 If you issue one of the movement commands (like @kbd{n}) and there are
4857 no more unread articles after the current one, gnus will offer to go to
4858 the next group.  If this variable is @code{t} and the next group is
4859 empty, gnus will exit summary mode and return to the group buffer.  If
4860 this variable is neither @code{t} nor @code{nil}, gnus will select the
4861 next group with unread articles.  As a special case, if this variable
4862 is @code{quietly}, Gnus will select the next group without asking for
4863 confirmation.  If this variable is @code{almost-quietly}, the same
4864 will happen only if you are located on the last article in the group.
4865 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4866 command will go to the next group without confirmation.  Also
4867 @pxref{Group Levels}.
4868
4869 @item gnus-auto-select-same
4870 @vindex gnus-auto-select-same
4871 If non-@code{nil}, all the movement commands will try to go to the next
4872 article with the same subject as the current.  (@dfn{Same} here might
4873 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4874 for details (@pxref{Customizing Threading}).)  If there are no more
4875 articles with the same subject, go to the first unread article.
4876
4877 This variable is not particularly useful if you use a threaded display.
4878
4879 @item gnus-summary-check-current
4880 @vindex gnus-summary-check-current
4881 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4882 to the next (or previous) article if the current article is unread.
4883 Instead, they will choose the current article.
4884
4885 @item gnus-auto-center-summary
4886 @vindex gnus-auto-center-summary
4887 If non-@code{nil}, gnus will keep the point in the summary buffer
4888 centered at all times.  This makes things quite tidy, but if you have a
4889 slow network connection, or simply do not like this un-Emacsism, you can
4890 set this variable to @code{nil} to get the normal Emacs scrolling
4891 action.  This will also inhibit horizontal re-centering of the summary
4892 buffer, which might make it more inconvenient to read extremely long
4893 threads.
4894
4895 This variable can also be a number.  In that case, center the window at
4896 the given number of lines from the top.
4897
4898 @end table
4899
4900
4901 @node Choosing Articles
4902 @section Choosing Articles
4903 @cindex selecting articles
4904
4905 @menu
4906 * Choosing Commands::           Commands for choosing articles.
4907 * Choosing Variables::          Variables that influence these commands.
4908 @end menu
4909
4910
4911 @node Choosing Commands
4912 @subsection Choosing Commands
4913
4914 None of the following movement commands understand the numeric prefix,
4915 and they all select and display an article.
4916
4917 If you want to fetch new articles or redisplay the group, see
4918 @ref{Exiting the Summary Buffer}.
4919
4920 @table @kbd
4921 @item SPACE
4922 @kindex SPACE (Summary)
4923 @findex gnus-summary-next-page
4924 Select the current article, or, if that one's read already, the next
4925 unread article (@code{gnus-summary-next-page}).
4926
4927 If you have an article window open already and you press @kbd{SPACE}
4928 again, the article will be scrolled.  This lets you conveniently
4929 @kbd{SPACE} through an entire newsgroup.  @pxref{Paging the Article}.
4930
4931 @item G n
4932 @itemx n
4933 @kindex n (Summary)
4934 @kindex G n (Summary)
4935 @findex gnus-summary-next-unread-article
4936 @c @icon{gnus-summary-next-unread}
4937 Go to next unread article (@code{gnus-summary-next-unread-article}).
4938
4939 @item G p
4940 @itemx p
4941 @kindex p (Summary)
4942 @findex gnus-summary-prev-unread-article
4943 @c @icon{gnus-summary-prev-unread}
4944 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
4945
4946 @item G N
4947 @itemx N
4948 @kindex N (Summary)
4949 @kindex G N (Summary)
4950 @findex gnus-summary-next-article
4951 Go to the next article (@code{gnus-summary-next-article}).
4952
4953 @item G P
4954 @itemx P
4955 @kindex P (Summary)
4956 @kindex G P (Summary)
4957 @findex gnus-summary-prev-article
4958 Go to the previous article (@code{gnus-summary-prev-article}).
4959
4960 @item G C-n
4961 @kindex G C-n (Summary)
4962 @findex gnus-summary-next-same-subject
4963 Go to the next article with the same subject
4964 (@code{gnus-summary-next-same-subject}).
4965
4966 @item G C-p
4967 @kindex G C-p (Summary)
4968 @findex gnus-summary-prev-same-subject
4969 Go to the previous article with the same subject
4970 (@code{gnus-summary-prev-same-subject}).
4971
4972 @item G f
4973 @itemx .
4974 @kindex G f  (Summary)
4975 @kindex .  (Summary)
4976 @findex gnus-summary-first-unread-article
4977 Go to the first unread article
4978 (@code{gnus-summary-first-unread-article}).
4979
4980 @item G b
4981 @itemx ,
4982 @kindex G b (Summary)
4983 @kindex , (Summary)
4984 @findex gnus-summary-best-unread-article
4985 Go to the unread article with the highest score
4986 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
4987 go to the first unread article that has a score over the default score.
4988
4989 @item G l
4990 @itemx l
4991 @kindex l (Summary)
4992 @kindex G l (Summary)
4993 @findex gnus-summary-goto-last-article
4994 Go to the previous article read (@code{gnus-summary-goto-last-article}).
4995
4996 @item G o
4997 @kindex G o (Summary)
4998 @findex gnus-summary-pop-article
4999 @cindex history
5000 @cindex article history
5001 Pop an article off the summary history and go to this article
5002 (@code{gnus-summary-pop-article}).  This command differs from the
5003 command above in that you can pop as many previous articles off the
5004 history as you like, while @kbd{l} toggles the two last read articles.
5005 For a somewhat related issue (if you use these commands a lot),
5006 @pxref{Article Backlog}.
5007
5008 @item G j
5009 @itemx j
5010 @kindex j (Summary)
5011 @kindex G j (Summary)
5012 @findex gnus-summary-goto-article
5013 Ask for an article number or @code{Message-ID}, and then go to that
5014 article (@code{gnus-summary-goto-article}).
5015
5016 @end table
5017
5018
5019 @node Choosing Variables
5020 @subsection Choosing Variables
5021
5022 Some variables relevant for moving and selecting articles:
5023
5024 @table @code
5025 @item gnus-auto-extend-newsgroup
5026 @vindex gnus-auto-extend-newsgroup
5027 All the movement commands will try to go to the previous (or next)
5028 article, even if that article isn't displayed in the Summary buffer if
5029 this variable is non-@code{nil}.  Gnus will then fetch the article from
5030 the server and display it in the article buffer.
5031
5032 @item gnus-select-article-hook
5033 @vindex gnus-select-article-hook
5034 This hook is called whenever an article is selected.  By default it
5035 exposes any threads hidden under the selected article.  If you would 
5036 like each article to be saved in the Agent as you read it, putting
5037 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5038
5039 @item gnus-mark-article-hook
5040 @vindex gnus-mark-article-hook
5041 @findex gnus-summary-mark-unread-as-read
5042 @findex gnus-summary-mark-read-and-unread-as-read
5043 @findex gnus-unread-mark
5044 This hook is called whenever an article is selected.  It is intended to
5045 be used for marking articles as read.  The default value is
5046 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5047 mark of almost any article you read to @code{gnus-unread-mark}.  The
5048 only articles not affected by this function are ticked, dormant, and
5049 expirable articles.  If you'd instead like to just have unread articles
5050 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5051 instead.  It will leave marks like @code{gnus-low-score-mark},
5052 @code{gnus-del-mark} (and so on) alone.
5053
5054 @end table
5055
5056
5057 @node Paging the Article
5058 @section Scrolling the Article
5059 @cindex article scrolling
5060
5061 @table @kbd
5062
5063 @item SPACE
5064 @kindex SPACE (Summary)
5065 @findex gnus-summary-next-page
5066 Pressing @kbd{SPACE} will scroll the current article forward one page,
5067 or, if you have come to the end of the current article, will choose the
5068 next article (@code{gnus-summary-next-page}).
5069
5070 @vindex gnus-article-boring-faces
5071 If the rest of the article consists only of citations and signature,
5072 then it will be skipped; the next article will be shown instead.  You
5073 can customize what is considered uninteresting with
5074 @code{gnus-article-boring-faces}, or set it to @code{nil} to disable
5075 this feature.  You can manually view the article's pages, no matter how
5076 boring, using @kbd{C-v} in the article buffer.
5077
5078 @item DEL
5079 @kindex DEL (Summary)
5080 @findex gnus-summary-prev-page
5081 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5082
5083 @item RET
5084 @kindex RET (Summary)
5085 @findex gnus-summary-scroll-up
5086 Scroll the current article one line forward
5087 (@code{gnus-summary-scroll-up}).
5088
5089 @item M-RET
5090 @kindex M-RET (Summary)
5091 @findex gnus-summary-scroll-down
5092 Scroll the current article one line backward
5093 (@code{gnus-summary-scroll-down}).
5094
5095 @item A g
5096 @itemx g
5097 @kindex A g (Summary)
5098 @kindex g (Summary)
5099 @findex gnus-summary-show-article
5100 @vindex gnus-summary-show-article-charset-alist
5101 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5102 given a prefix, fetch the current article, but don't run any of the
5103 article treatment functions.  This will give you a ``raw'' article, just
5104 the way it came from the server.
5105
5106 If given a numerical prefix, you can do semi-manual charset stuff.
5107 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5108 encoded in the @code{cn-gb-2312} charset.  If you have
5109
5110 @lisp
5111 (setq gnus-summary-show-article-charset-alist
5112       '((1 . cn-gb-2312)
5113         (2 . big5)))
5114 @end lisp
5115
5116 then you can say @kbd{C-u 1 g} to get the same effect.
5117
5118 @item A <
5119 @itemx <
5120 @kindex < (Summary)
5121 @kindex A < (Summary)
5122 @findex gnus-summary-beginning-of-article
5123 Scroll to the beginning of the article
5124 (@code{gnus-summary-beginning-of-article}).
5125
5126 @item A >
5127 @itemx >
5128 @kindex > (Summary)
5129 @kindex A > (Summary)
5130 @findex gnus-summary-end-of-article
5131 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5132
5133 @item A s
5134 @itemx s
5135 @kindex A s (Summary)
5136 @kindex s (Summary)
5137 @findex gnus-summary-isearch-article
5138 Perform an isearch in the article buffer
5139 (@code{gnus-summary-isearch-article}).
5140
5141 @item h
5142 @kindex h (Summary)
5143 @findex gnus-summary-select-article-buffer
5144 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5145
5146 @end table
5147
5148
5149 @node Reply Followup and Post
5150 @section Reply, Followup and Post
5151
5152 @menu
5153 * Summary Mail Commands::       Sending mail.
5154 * Summary Post Commands::       Sending news.
5155 * Summary Message Commands::    Other Message-related commands.
5156 * Canceling and Superseding::   
5157 @end menu
5158
5159
5160 @node Summary Mail Commands
5161 @subsection Summary Mail Commands
5162 @cindex mail
5163 @cindex composing mail
5164
5165 Commands for composing a mail message:
5166
5167 @table @kbd
5168
5169 @item S r
5170 @itemx r
5171 @kindex S r (Summary)
5172 @kindex r (Summary)
5173 @findex gnus-summary-reply
5174 @c @icon{gnus-summary-mail-reply}
5175 @c @icon{gnus-summary-reply}
5176 Mail a reply to the author of the current article
5177 (@code{gnus-summary-reply}).
5178
5179 @item S R
5180 @itemx R
5181 @kindex R (Summary)
5182 @kindex S R (Summary)
5183 @findex gnus-summary-reply-with-original
5184 @c @icon{gnus-summary-reply-with-original}
5185 Mail a reply to the author of the current article and include the
5186 original message (@code{gnus-summary-reply-with-original}).  This
5187 command uses the process/prefix convention.
5188
5189 @item S w
5190 @kindex S w (Summary)
5191 @findex gnus-summary-wide-reply
5192 Mail a wide reply to the author of the current article
5193 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5194 goes out to all people listed in the @code{To}, @code{From} (or
5195 @code{Reply-to}) and @code{Cc} headers.
5196
5197 @item S W
5198 @kindex S W (Summary)
5199 @findex gnus-summary-wide-reply-with-original
5200 Mail a wide reply to the current article and include the original
5201 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5202 the process/prefix convention.
5203
5204 @item S v
5205 @kindex S v (Summary)
5206 @findex gnus-summary-very-wide-reply
5207 Mail a very wide reply to the author of the current article
5208 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5209 that goes out to all people listed in the @code{To}, @code{From} (or
5210 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5211 articles.  This command uses the process/prefix convention.
5212
5213 @item S V
5214 @kindex S V (Summary)
5215 @findex gnus-summary-very-wide-reply-with-original
5216 Mail a very wide reply to the author of the current article and include the
5217 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5218 command uses the process/prefix convention.
5219
5220 @item S B r
5221 @kindex S B r (Summary)
5222 @findex gnus-summary-reply-broken-reply-to
5223 Mail a reply to the author of the current article but ignore the
5224 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5225
5226 @item S B R
5227 @kindex S B R (Summary)
5228 @findex gnus-summary-reply-broken-reply-to-with-original
5229 Mail a reply to the author of the current article and include the
5230 original message but ignore the @code{Reply-To} field
5231 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5232
5233 @item S o m
5234 @itemx C-c C-f
5235 @kindex S o m (Summary)
5236 @kindex C-c C-f (Summary)
5237 @findex gnus-summary-mail-forward
5238 @c @icon{gnus-summary-mail-forward}
5239 Forward the current article to some other person
5240 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
5241 headers of the forwarded article.
5242
5243 @item S m
5244 @itemx m
5245 @kindex m (Summary)
5246 @kindex S m (Summary)
5247 @findex gnus-summary-mail-other-window
5248 @c @icon{gnus-summary-mail-originate}
5249 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5250 the posting style of the current group.  If given a prefix, disable that.
5251 If the prefix is 1, prompt for a group name to find the posting style.
5252
5253 @item S i
5254 @itemx i
5255 @kindex i (Summary)
5256 @kindex S i (Summary)
5257 @findex gnus-summary-news-other-window
5258 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5259 post to the current group.  If given a prefix, disable that.  If the
5260 prefix is 1, prompt for a group to post to.
5261
5262 This function actually prepares a news even when using mail groups.
5263 This is useful for ``posting'' messages to mail groups without actually
5264 sending them over the network: they're just saved directly to the group
5265 in question.  The corresponding back end must have a request-post method
5266 for this to work though.
5267
5268 @item S D b
5269 @kindex S D b (Summary)
5270 @findex gnus-summary-resend-bounced-mail
5271 @cindex bouncing mail
5272 If you have sent a mail, but the mail was bounced back to you for some
5273 reason (wrong address, transient failure), you can use this command to
5274 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5275 will be popped into a mail buffer where you can edit the headers before
5276 sending the mail off again.  If you give a prefix to this command, and
5277 the bounced mail is a reply to some other mail, gnus will try to fetch
5278 that mail and display it for easy perusal of its headers.  This might
5279 very well fail, though.
5280
5281 @item S D r
5282 @kindex S D r (Summary)
5283 @findex gnus-summary-resend-message
5284 Not to be confused with the previous command,
5285 @code{gnus-summary-resend-message} will prompt you for an address to
5286 send the current message off to, and then send it to that place.  The
5287 headers of the message won't be altered---but lots of headers that say
5288 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5289 means that you actually send a mail to someone that has a @code{To}
5290 header that (probably) points to yourself.  This will confuse people.
5291 So, natcherly you'll only do that if you're really eVIl.
5292
5293 This command is mainly used if you have several accounts and want to
5294 ship a mail to a different account of yours.  (If you're both
5295 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5296 to the @code{root} account, you may want to resend it to
5297 @code{postmaster}.  Ordnung muss sein!
5298
5299 This command understands the process/prefix convention
5300 (@pxref{Process/Prefix}).
5301
5302 @item S O m
5303 @kindex S O m (Summary)
5304 @findex gnus-summary-digest-mail-forward
5305 Digest the current series (@pxref{Decoding Articles}) and forward the
5306 result using mail (@code{gnus-summary-digest-mail-forward}).  This
5307 command uses the process/prefix convention (@pxref{Process/Prefix}).
5308
5309 @item S M-c
5310 @kindex S M-c (Summary)
5311 @findex gnus-summary-mail-crosspost-complaint
5312 @cindex crossposting
5313 @cindex excessive crossposting
5314 Send a complaint about excessive crossposting to the author of the
5315 current article (@code{gnus-summary-mail-crosspost-complaint}).
5316
5317 @findex gnus-crosspost-complaint
5318 This command is provided as a way to fight back against the current
5319 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5320 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5321 command understands the process/prefix convention
5322 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5323
5324 @end table
5325
5326 Also @xref{Header Commands, ,Header Commands, message, The Message
5327 Manual}, for more information.
5328
5329
5330 @node Summary Post Commands
5331 @subsection Summary Post Commands
5332 @cindex post
5333 @cindex composing news
5334
5335 Commands for posting a news article:
5336
5337 @table @kbd
5338 @item S p
5339 @itemx a
5340 @kindex a (Summary)
5341 @kindex S p (Summary)
5342 @findex gnus-summary-post-news
5343 @c @icon{gnus-summary-post-news}
5344 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5345 default, post to the current group.  If given a prefix, disable that.
5346 If the prefix is 1, prompt for another group instead.
5347
5348 @item S f
5349 @itemx f
5350 @kindex f (Summary)
5351 @kindex S f (Summary)
5352 @findex gnus-summary-followup
5353 @c @icon{gnus-summary-followup}
5354 Post a followup to the current article (@code{gnus-summary-followup}).
5355
5356 @item S F
5357 @itemx F
5358 @kindex S F (Summary)
5359 @kindex F (Summary)
5360 @c @icon{gnus-summary-followup-with-original}
5361 @findex gnus-summary-followup-with-original
5362 Post a followup to the current article and include the original message
5363 (@code{gnus-summary-followup-with-original}).   This command uses the
5364 process/prefix convention.
5365
5366 @item S n
5367 @kindex S n (Summary)
5368 @findex gnus-summary-followup-to-mail
5369 Post a followup to the current article via news, even if you got the
5370 message through mail (@code{gnus-summary-followup-to-mail}).
5371
5372 @item S N
5373 @kindex S N (Summary)
5374 @findex gnus-summary-followup-to-mail-with-original
5375 Post a followup to the current article via news, even if you got the
5376 message through mail and include the original message
5377 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5378 the process/prefix convention.
5379
5380 @item S o p
5381 @kindex S o p (Summary)
5382 @findex gnus-summary-post-forward
5383 Forward the current article to a newsgroup
5384 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
5385 headers of the forwarded article.
5386
5387 @item S O p
5388 @kindex S O p (Summary)
5389 @findex gnus-summary-digest-post-forward
5390 @cindex digests
5391 @cindex making digests
5392 Digest the current series and forward the result to a newsgroup
5393 (@code{gnus-summary-digest-post-forward}).  This command uses the
5394 process/prefix convention.
5395
5396 @item S u
5397 @kindex S u (Summary)
5398 @findex gnus-uu-post-news
5399 @c @icon{gnus-uu-post-news}
5400 Uuencode a file, split it into parts, and post it as a series
5401 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5402 @end table
5403
5404 Also @xref{Header Commands, ,Header Commands, message, The Message
5405 Manual}, for more information.
5406
5407
5408 @node Summary Message Commands
5409 @subsection Summary Message Commands
5410
5411 @table @kbd
5412 @item S y
5413 @kindex S y (Summary)
5414 @findex gnus-summary-yank-message
5415 Yank the current article into an already existing Message composition
5416 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5417 what message buffer you want to yank into, and understands the
5418 process/prefix convention (@pxref{Process/Prefix}).
5419
5420 @end table
5421
5422
5423 @node Canceling and Superseding
5424 @subsection Canceling Articles
5425 @cindex canceling articles
5426 @cindex superseding articles
5427
5428 Have you ever written something, and then decided that you really,
5429 really, really wish you hadn't posted that?
5430
5431 Well, you can't cancel mail, but you can cancel posts.
5432
5433 @findex gnus-summary-cancel-article
5434 @kindex C (Summary)
5435 @c @icon{gnus-summary-cancel-article}
5436 Find the article you wish to cancel (you can only cancel your own
5437 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5438 c} (@code{gnus-summary-cancel-article}).  Your article will be
5439 canceled---machines all over the world will be deleting your article.
5440 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5441
5442 Be aware, however, that not all sites honor cancels, so your article may
5443 live on here and there, while most sites will delete the article in
5444 question.
5445
5446 Gnus will use the ``current'' select method when canceling.  If you
5447 want to use the standard posting method, use the @samp{a} symbolic
5448 prefix (@pxref{Symbolic Prefixes}).
5449
5450 If you discover that you have made some mistakes and want to do some
5451 corrections, you can post a @dfn{superseding} article that will replace
5452 your original article.
5453
5454 @findex gnus-summary-supersede-article
5455 @kindex S (Summary)
5456 Go to the original article and press @kbd{S s}
5457 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5458 where you can edit the article all you want before sending it off the
5459 usual way.
5460
5461 The same goes for superseding as for canceling, only more so: Some
5462 sites do not honor superseding.  On those sites, it will appear that you
5463 have posted almost the same article twice.
5464
5465 If you have just posted the article, and change your mind right away,
5466 there is a trick you can use to cancel/supersede the article without
5467 waiting for the article to appear on your site first.  You simply return
5468 to the post buffer (which is called @code{*sent ...*}).  There you will
5469 find the article you just posted, with all the headers intact.  Change
5470 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5471 header by substituting one of those words for the word
5472 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5473 you would do normally.  The previous article will be
5474 canceled/superseded.
5475
5476 Just remember, kids: There is no 'c' in 'supersede'.
5477
5478 @node Delayed Articles
5479 @section Delayed Articles
5480 @cindex delayed sending
5481 @cindex send delayed
5482
5483 Sometimes, you might wish to delay the sending of a message.  For
5484 example, you might wish to arrange for a message to turn up just in time
5485 to remind your about the birthday of your Significant Other.  For this,
5486 there is the @code{gnus-delay} package.  Setup is simple:
5487
5488 @lisp
5489 (gnus-delay-initialize)
5490 @end lisp
5491
5492 @findex gnus-delay-article
5493 Normally, to send a message you use the @kbd{C-c C-c} command from
5494 Message mode.  To delay a message, use @kbd{C-c C-j}
5495 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5496 message should be delayed.  Possible answers are:
5497
5498 @itemize @bullet
5499 @item
5500 A time span.  Consists of an integer and a letter.  For example,
5501 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5502 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5503 (months) and @code{Y} (years).
5504
5505 @item
5506 A specific date.  Looks like @code{YYYYY-MM-DD}.  The message will be
5507 delayed until that day, at a specific time (eight o'clock by default).
5508 See also @code{gnus-delay-default-hour}.
5509
5510 @item
5511 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5512 stuff.  The deadline will be at that time today, except if that time has
5513 already passed, then it's at the given time tomorrow.  So if it's ten
5514 o'clock in the morning and you specify @code{11:15}, then the deadline
5515 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5516 that means a time tomorrow.
5517 @end itemize
5518
5519 The action of the @code{gnus-delay-article} command is influenced by a
5520 couple of variables:
5521
5522 @table @code
5523 @item gnus-delay-default-hour
5524 @vindex gnus-delay-default-hour
5525 When you specify a specific date, the message will be due on that hour
5526 on the given date.  Possible values are integers 0 through 23.
5527
5528 @item gnus-delay-default-delay
5529 @vindex gnus-delay-default-delay
5530 This is a string and gives the default delay.  It can be of any of the
5531 formats described above.
5532
5533 @item gnus-delay-group
5534 @vindex gnus-delay-group
5535 Delayed articles will be kept in this group on the drafts server until
5536 they are due.  You probably don't need to change this.  The default
5537 value is @code{"delayed"}.
5538
5539 @item gnus-delay-header
5540 @vindex gnus-delay-header
5541 The deadline for each article will be stored in a header.  This variable
5542 is a string and gives the header name.  You probably don't need to
5543 change this.  The default value is @code{"X-Gnus-Delayed"}.
5544 @end table
5545
5546 The way delaying works is like this: when you use the
5547 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5548 calculates the deadline of the message and stores it in the
5549 @code{X-Gnus-Delayed} header and puts the message in the
5550 @code{nndraft:delayed} group.
5551
5552 @findex gnus-delay-send-queue
5553 And whenever you get new news, Gnus looks through the group for articles
5554 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5555 function for this.  By default, this function is added to the hook
5556 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5557 Maybe you want to use the demon to send drafts?  Just tell the demon to
5558 execute the @code{gnus-delay-send-queue} function.
5559
5560 @table @code
5561 @item gnus-delay-initialize
5562 @findex gnus-delay-initialize
5563
5564 By default, this function installs @code{gnus-delay-send-queue} in
5565 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5566 argument @code{no-check}.  If it is non-@code{nil},
5567 @code{gnus-get-new-news-hook} is not changed.  The optional first
5568 argument is ignored.
5569
5570 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5571 Presumably, you want to use the demon for sending due delayed articles.
5572 Just don't forget to set that up :-)
5573 @end table
5574
5575
5576 @node Marking Articles
5577 @section Marking Articles
5578 @cindex article marking
5579 @cindex article ticking
5580 @cindex marks
5581
5582 There are several marks you can set on an article.
5583
5584 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5585 neologism ohoy!) of the article.  Alphabetic marks generally mean
5586 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5587
5588 In addition, you also have marks that do not affect readedness.
5589
5590 @menu
5591 * Unread Articles::             Marks for unread articles.
5592 * Read Articles::               Marks for read articles.
5593 * Other Marks::                 Marks that do not affect readedness.
5594 @end menu
5595
5596 @ifinfo
5597 There's a plethora of commands for manipulating these marks:
5598 @end ifinfo
5599
5600 @menu
5601 * Setting Marks::             How to set and remove marks.
5602 * Generic Marking Commands::  How to customize the marking.
5603 * Setting Process Marks::     How to mark articles for later processing.
5604 @end menu
5605
5606
5607 @node Unread Articles
5608 @subsection Unread Articles
5609
5610 The following marks mark articles as (kinda) unread, in one form or
5611 other.
5612
5613 @table @samp
5614 @item !
5615 @vindex gnus-ticked-mark
5616 Marked as ticked (@code{gnus-ticked-mark}).
5617
5618 @dfn{Ticked articles} are articles that will remain visible always.  If
5619 you see an article that you find interesting, or you want to put off
5620 reading it, or replying to it, until sometime later, you'd typically
5621 tick it.  However, articles can be expired (from news servers by the
5622 news server software, Gnus itself never expires ticked messages), so if
5623 you want to keep an article forever, you'll have to make it persistent
5624 (@pxref{Persistent Articles}).
5625
5626 @item ?
5627 @vindex gnus-dormant-mark
5628 Marked as dormant (@code{gnus-dormant-mark}).
5629
5630 @dfn{Dormant articles} will only appear in the summary buffer if there
5631 are followups to it.  If you want to see them even if they don't have
5632 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5633 Otherwise (except for the visibility issue), they are just like ticked
5634 messages.
5635
5636 @item SPACE
5637 @vindex gnus-unread-mark
5638 Marked as unread (@code{gnus-unread-mark}).
5639
5640 @dfn{Unread articles} are articles that haven't been read at all yet.
5641 @end table
5642
5643
5644 @node Read Articles
5645 @subsection Read Articles
5646 @cindex expirable mark
5647
5648 All the following marks mark articles as read.
5649
5650 @table @samp
5651
5652 @item r
5653 @vindex gnus-del-mark
5654 These are articles that the user has marked as read with the @kbd{d}
5655 command manually, more or less (@code{gnus-del-mark}).
5656
5657 @item R
5658 @vindex gnus-read-mark
5659 Articles that have actually been read (@code{gnus-read-mark}).
5660
5661 @item O
5662 @vindex gnus-ancient-mark
5663 Articles that were marked as read in previous sessions and are now
5664 @dfn{old} (@code{gnus-ancient-mark}).
5665
5666 @item K
5667 @vindex gnus-killed-mark
5668 Marked as killed (@code{gnus-killed-mark}).
5669
5670 @item X
5671 @vindex gnus-kill-file-mark
5672 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5673
5674 @item Y
5675 @vindex gnus-low-score-mark
5676 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5677
5678 @item C
5679 @vindex gnus-catchup-mark
5680 Marked as read by a catchup (@code{gnus-catchup-mark}).
5681
5682 @item G
5683 @vindex gnus-canceled-mark
5684 Canceled article (@code{gnus-canceled-mark})
5685
5686 @item F
5687 @vindex gnus-souped-mark
5688 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5689
5690 @item Q
5691 @vindex gnus-sparse-mark
5692 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5693 Threading}.
5694
5695 @item M
5696 @vindex gnus-duplicate-mark
5697 Article marked as read by duplicate suppression
5698 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5699
5700 @end table
5701
5702 All these marks just mean that the article is marked as read, really.
5703 They are interpreted differently when doing adaptive scoring, though.
5704
5705 One more special mark, though:
5706
5707 @table @samp
5708 @item E
5709 @vindex gnus-expirable-mark
5710 Marked as expirable (@code{gnus-expirable-mark}).
5711
5712 Marking articles as @dfn{expirable} (or have them marked as such
5713 automatically) doesn't make much sense in normal groups---a user doesn't
5714 control expiring of news articles, but in mail groups, for instance,
5715 articles marked as @dfn{expirable} can be deleted by gnus at
5716 any time.
5717 @end table
5718
5719
5720 @node Other Marks
5721 @subsection Other Marks
5722 @cindex process mark
5723 @cindex bookmarks
5724
5725 There are some marks that have nothing to do with whether the article is
5726 read or not.
5727
5728 @itemize @bullet
5729
5730 @item
5731 You can set a bookmark in the current article.  Say you are reading a
5732 long thesis on cats' urinary tracts, and have to go home for dinner
5733 before you've finished reading the thesis.  You can then set a bookmark
5734 in the article, and gnus will jump to this bookmark the next time it
5735 encounters the article.  @xref{Setting Marks}.
5736
5737 @item
5738 @vindex gnus-replied-mark
5739 All articles that you have replied to or made a followup to (i.e., have
5740 answered) will be marked with an @samp{A} in the second column
5741 (@code{gnus-replied-mark}).
5742
5743 @item
5744 @vindex gnus-forwarded-mark
5745 All articles that you have forwarded will be marked with an @samp{F} in
5746 the second column (@code{gnus-forwarded-mark}).
5747
5748 @item
5749 @vindex gnus-cached-mark
5750 Articles stored in the article cache will be marked with an @samp{*} in
5751 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5752
5753 @item
5754 @vindex gnus-saved-mark
5755 Articles ``saved'' (in some manner or other; not necessarily
5756 religiously) are marked with an @samp{S} in the second column
5757 (@code{gnus-saved-mark}).
5758
5759 @item
5760 @vindex gnus-recent-mark
5761 Articles that according to the server haven't been shown to the user
5762 before are marked with a @samp{N} in the second column
5763 (@code{gnus-recent-mark}).  Note that not all servers support this
5764 mark, in which case it simply never appears. Compare with
5765 @code{gnus-unseen-mark}.
5766
5767 @item
5768 @vindex gnus-unseen-mark
5769 Articles that haven't been seen before in Gnus by the user are marked
5770 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5771 Compare with @code{gnus-recent-mark}.
5772
5773 @item
5774 @vindex gnus-downloaded-mark
5775 When using the Gnus agent @pxref{Agent Basics}, articles may be
5776 downloaded for unplugged (offline) viewing.  If you are using the
5777 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5778 (The variable @code{gnus-downloaded-mark} controls which character to
5779 use.)
5780
5781 @item
5782 @vindex gnus-undownloaded-mark
5783 When using the Gnus agent @pxref{Agent Basics}, some articles might
5784 not have been downloaded.  Such articles cannot be viewed while you
5785 are unplugged (offline).  If you are using the @samp{%O} spec, these
5786 articles get the @samp{-} mark in that spec.  (The variable
5787 @code{gnus-undownloaded-mark} controls which character to use.)
5788
5789 @item
5790 @vindex gnus-downloadable-mark
5791 The Gnus agent @pxref{Agent Basics} downloads some articles
5792 automatically, but it is also possible to explicitly mark articles for
5793 download, even if they would not be downloaded automatically.  Such
5794 explicitly-marked articles get the @samp{%} mark in the first column.
5795 (The variable @code{gnus-downloadable-mark} controls which character to
5796 use.)
5797
5798 @item
5799 @vindex gnus-not-empty-thread-mark
5800 @vindex gnus-empty-thread-mark
5801 If the @samp{%e} spec is used, the presence of threads or not will be
5802 marked with @code{gnus-not-empty-thread-mark} and
5803 @code{gnus-empty-thread-mark} in the third column, respectively.
5804
5805 @item
5806 @vindex gnus-process-mark
5807 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5808 variety of commands react to the presence of the process mark.  For
5809 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5810 all articles that have been marked with the process mark.  Articles
5811 marked with the process mark have a @samp{#} in the second column.
5812
5813 @end itemize
5814
5815 You might have noticed that most of these ``non-readedness'' marks
5816 appear in the second column by default.  So if you have a cached, saved,
5817 replied article that you have process-marked, what will that look like?
5818
5819 Nothing much.  The precedence rules go as follows: process -> cache ->
5820 replied -> saved.  So if the article is in the cache and is replied,
5821 you'll only see the cache mark and not the replied mark.
5822
5823
5824 @node Setting Marks
5825 @subsection Setting Marks
5826 @cindex setting marks
5827
5828 All the marking commands understand the numeric prefix.
5829
5830 @table @kbd
5831 @item M c
5832 @itemx M-u
5833 @kindex M c (Summary)
5834 @kindex M-u (Summary)
5835 @findex gnus-summary-clear-mark-forward
5836 @cindex mark as unread
5837 Clear all readedness-marks from the current article
5838 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5839 article as unread.
5840
5841 @item M t
5842 @itemx !
5843 @kindex ! (Summary)
5844 @kindex M t (Summary)
5845 @findex gnus-summary-tick-article-forward
5846 Tick the current article (@code{gnus-summary-tick-article-forward}).
5847 @xref{Article Caching}.
5848
5849 @item M ?
5850 @itemx ?
5851 @kindex ? (Summary)
5852 @kindex M ? (Summary)
5853 @findex gnus-summary-mark-as-dormant
5854 Mark the current article as dormant
5855 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5856
5857 @item M d
5858 @itemx d
5859 @kindex M d (Summary)
5860 @kindex d (Summary)
5861 @findex gnus-summary-mark-as-read-forward
5862 Mark the current article as read
5863 (@code{gnus-summary-mark-as-read-forward}).
5864
5865 @item D
5866 @kindex D (Summary)
5867 @findex gnus-summary-mark-as-read-backward
5868 Mark the current article as read and move point to the previous line
5869 (@code{gnus-summary-mark-as-read-backward}).
5870
5871 @item M k
5872 @itemx k
5873 @kindex k (Summary)
5874 @kindex M k (Summary)
5875 @findex gnus-summary-kill-same-subject-and-select
5876 Mark all articles that have the same subject as the current one as read,
5877 and then select the next unread article
5878 (@code{gnus-summary-kill-same-subject-and-select}).
5879
5880 @item M K
5881 @itemx C-k
5882 @kindex M K (Summary)
5883 @kindex C-k (Summary)
5884 @findex gnus-summary-kill-same-subject
5885 Mark all articles that have the same subject as the current one as read
5886 (@code{gnus-summary-kill-same-subject}).
5887
5888 @item M C
5889 @kindex M C (Summary)
5890 @findex gnus-summary-catchup
5891 @c @icon{gnus-summary-catchup}
5892 Mark all unread articles as read (@code{gnus-summary-catchup}).
5893
5894 @item M C-c
5895 @kindex M C-c (Summary)
5896 @findex gnus-summary-catchup-all
5897 Mark all articles in the group as read---even the ticked and dormant
5898 articles (@code{gnus-summary-catchup-all}).
5899
5900 @item M H
5901 @kindex M H (Summary)
5902 @findex gnus-summary-catchup-to-here
5903 Catchup the current group to point (before the point)
5904 (@code{gnus-summary-catchup-to-here}).
5905
5906 @item M h
5907 @kindex M h (Summary)
5908 @findex gnus-summary-catchup-from-here
5909 Catchup the current group from point (after the point)
5910 (@code{gnus-summary-catchup-from-here}).
5911
5912 @item C-w
5913 @kindex C-w (Summary)
5914 @findex gnus-summary-mark-region-as-read
5915 Mark all articles between point and mark as read
5916 (@code{gnus-summary-mark-region-as-read}).
5917
5918 @item M V k
5919 @kindex M V k (Summary)
5920 @findex gnus-summary-kill-below
5921 Kill all articles with scores below the default score (or below the
5922 numeric prefix) (@code{gnus-summary-kill-below}).
5923
5924 @item M e
5925 @itemx E
5926 @kindex M e (Summary)
5927 @kindex E (Summary)
5928 @findex gnus-summary-mark-as-expirable
5929 Mark the current article as expirable
5930 (@code{gnus-summary-mark-as-expirable}).
5931
5932 @item M b
5933 @kindex M b (Summary)
5934 @findex gnus-summary-set-bookmark
5935 Set a bookmark in the current article
5936 (@code{gnus-summary-set-bookmark}).
5937
5938 @item M B
5939 @kindex M B (Summary)
5940 @findex gnus-summary-remove-bookmark
5941 Remove the bookmark from the current article
5942 (@code{gnus-summary-remove-bookmark}).
5943
5944 @item M V c
5945 @kindex M V c (Summary)
5946 @findex gnus-summary-clear-above
5947 Clear all marks from articles with scores over the default score (or
5948 over the numeric prefix) (@code{gnus-summary-clear-above}).
5949
5950 @item M V u
5951 @kindex M V u (Summary)
5952 @findex gnus-summary-tick-above
5953 Tick all articles with scores over the default score (or over the
5954 numeric prefix) (@code{gnus-summary-tick-above}).
5955
5956 @item M V m
5957 @kindex M V m (Summary)
5958 @findex gnus-summary-mark-above
5959 Prompt for a mark, and mark all articles with scores over the default
5960 score (or over the numeric prefix) with this mark
5961 (@code{gnus-summary-clear-above}).
5962 @end table
5963
5964 @vindex gnus-summary-goto-unread
5965 The @code{gnus-summary-goto-unread} variable controls what action should
5966 be taken after setting a mark.  If non-@code{nil}, point will move to
5967 the next/previous unread article.  If @code{nil}, point will just move
5968 one line up or down.  As a special case, if this variable is
5969 @code{never}, all the marking commands as well as other commands (like
5970 @kbd{SPACE}) will move to the next article, whether it is unread or not.
5971 The default is @code{t}.
5972
5973
5974 @node Generic Marking Commands
5975 @subsection Generic Marking Commands
5976
5977 Some people would like the command that ticks an article (@kbd{!}) go to
5978 the next article.  Others would like it to go to the next unread
5979 article.  Yet others would like it to stay on the current article.  And
5980 even though I haven't heard of anybody wanting it to go to the
5981 previous (unread) article, I'm sure there are people that want that as
5982 well.
5983
5984 Multiply these five behaviors with five different marking commands, and
5985 you get a potentially complex set of variable to control what each
5986 command should do.
5987
5988 To sidestep that mess, Gnus provides commands that do all these
5989 different things.  They can be found on the @kbd{M M} map in the summary
5990 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
5991 to list in this manual.
5992
5993 While you can use these commands directly, most users would prefer
5994 altering the summary mode keymap.  For instance, if you would like the
5995 @kbd{!} command to go to the next article instead of the next unread
5996 article, you could say something like:
5997
5998 @lisp
5999 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6000 (defun my-alter-summary-map ()
6001   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6002 @end lisp
6003
6004 or
6005
6006 @lisp
6007 (defun my-alter-summary-map ()
6008   (local-set-key "!" "MM!n"))
6009 @end lisp
6010
6011
6012 @node Setting Process Marks
6013 @subsection Setting Process Marks
6014 @cindex setting process marks
6015
6016 Process marks are displayed as @code{#} in the summary buffer, and are
6017 used for marking articles in such a way that other commands will
6018 process these articles.  For instance, if you process mark four
6019 articles and then use the @kbd{*} command, Gnus will enter these four
6020 commands into the cache.  For more information,
6021 @pxref{Process/Prefix}.
6022
6023 @table @kbd
6024
6025 @item M P p
6026 @itemx #
6027 @kindex # (Summary)
6028 @kindex M P p (Summary)
6029 @findex gnus-summary-mark-as-processable
6030 Mark the current article with the process mark
6031 (@code{gnus-summary-mark-as-processable}).
6032 @findex gnus-summary-unmark-as-processable
6033
6034 @item M P u
6035 @itemx M-#
6036 @kindex M P u (Summary)
6037 @kindex M-# (Summary)
6038 Remove the process mark, if any, from the current article
6039 (@code{gnus-summary-unmark-as-processable}).
6040
6041 @item M P U
6042 @kindex M P U (Summary)
6043 @findex gnus-summary-unmark-all-processable
6044 Remove the process mark from all articles
6045 (@code{gnus-summary-unmark-all-processable}).
6046
6047 @item M P i
6048 @kindex M P i (Summary)
6049 @findex gnus-uu-invert-processable
6050 Invert the list of process marked articles
6051 (@code{gnus-uu-invert-processable}).
6052
6053 @item M P R
6054 @kindex M P R (Summary)
6055 @findex gnus-uu-mark-by-regexp
6056 Mark articles that have a @code{Subject} header that matches a regular
6057 expression (@code{gnus-uu-mark-by-regexp}).
6058
6059 @item M P G
6060 @kindex M P G (Summary)
6061 @findex gnus-uu-unmark-by-regexp
6062 Unmark articles that have a @code{Subject} header that matches a regular
6063 expression (@code{gnus-uu-unmark-by-regexp}).
6064
6065 @item M P r
6066 @kindex M P r (Summary)
6067 @findex gnus-uu-mark-region
6068 Mark articles in region (@code{gnus-uu-mark-region}).
6069
6070 @item M P g
6071 @kindex M P g
6072 @findex gnus-uu-unmark-region
6073 Unmark articles in region (@code{gnus-uu-unmark-region}).
6074
6075 @item M P t
6076 @kindex M P t (Summary)
6077 @findex gnus-uu-mark-thread
6078 Mark all articles in the current (sub)thread
6079 (@code{gnus-uu-mark-thread}).
6080
6081 @item M P T
6082 @kindex M P T (Summary)
6083 @findex gnus-uu-unmark-thread
6084 Unmark all articles in the current (sub)thread
6085 (@code{gnus-uu-unmark-thread}).
6086
6087 @item M P v
6088 @kindex M P v (Summary)
6089 @findex gnus-uu-mark-over
6090 Mark all articles that have a score above the prefix argument
6091 (@code{gnus-uu-mark-over}).
6092
6093 @item M P s
6094 @kindex M P s (Summary)
6095 @findex gnus-uu-mark-series
6096 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6097
6098 @item M P S
6099 @kindex M P S (Summary)
6100 @findex gnus-uu-mark-sparse
6101 Mark all series that have already had some articles marked
6102 (@code{gnus-uu-mark-sparse}).
6103
6104 @item M P a
6105 @kindex M P a (Summary)
6106 @findex gnus-uu-mark-all
6107 Mark all articles in series order (@code{gnus-uu-mark-series}).
6108
6109 @item M P b
6110 @kindex M P b (Summary)
6111 @findex gnus-uu-mark-buffer
6112 Mark all articles in the buffer in the order they appear
6113 (@code{gnus-uu-mark-buffer}).
6114
6115 @item M P k
6116 @kindex M P k (Summary)
6117 @findex gnus-summary-kill-process-mark
6118 Push the current process mark set onto the stack and unmark all articles
6119 (@code{gnus-summary-kill-process-mark}).
6120
6121 @item M P y
6122 @kindex M P y (Summary)
6123 @findex gnus-summary-yank-process-mark
6124 Pop the previous process mark set from the stack and restore it
6125 (@code{gnus-summary-yank-process-mark}).
6126
6127 @item M P w
6128 @kindex M P w (Summary)
6129 @findex gnus-summary-save-process-mark
6130 Push the current process mark set onto the stack
6131 (@code{gnus-summary-save-process-mark}).
6132
6133 @end table
6134
6135 Also see the @kbd{&} command in @pxref{Searching for Articles} for how to
6136 set process marks based on article body contents.
6137
6138
6139 @node Limiting
6140 @section Limiting
6141 @cindex limiting
6142
6143 It can be convenient to limit the summary buffer to just show some
6144 subset of the articles currently in the group.  The effect most limit
6145 commands have is to remove a few (or many) articles from the summary
6146 buffer.
6147
6148 All limiting commands work on subsets of the articles already fetched
6149 from the servers.  None of these commands query the server for
6150 additional articles.
6151
6152 @table @kbd
6153
6154 @item / /
6155 @itemx / s
6156 @kindex / / (Summary)
6157 @findex gnus-summary-limit-to-subject
6158 Limit the summary buffer to articles that match some subject
6159 (@code{gnus-summary-limit-to-subject}). If given a prefix, exclude
6160 matching articles.
6161
6162 @item / a
6163 @kindex / a (Summary)
6164 @findex gnus-summary-limit-to-author
6165 Limit the summary buffer to articles that match some author
6166 (@code{gnus-summary-limit-to-author}). If given a prefix, exclude
6167 matching articles.
6168
6169 @item / x
6170 @kindex / x (Summary)
6171 @findex gnus-summary-limit-to-extra
6172 Limit the summary buffer to articles that match one of the ``extra''
6173 headers (@pxref{To From Newsgroups})
6174 (@code{gnus-summary-limit-to-extra}). If given a prefix, exclude
6175 matching articles.
6176
6177 @item / u
6178 @itemx x
6179 @kindex / u (Summary)
6180 @kindex x (Summary)
6181 @findex gnus-summary-limit-to-unread
6182 Limit the summary buffer to articles not marked as read
6183 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6184 buffer to articles strictly unread.  This means that ticked and
6185 dormant articles will also be excluded.
6186
6187 @item / m
6188 @kindex / m (Summary)
6189 @findex gnus-summary-limit-to-marks
6190 Ask for a mark and then limit to all articles that have been marked
6191 with that mark (@code{gnus-summary-limit-to-marks}).
6192
6193 @item / t
6194 @kindex / t (Summary)
6195 @findex gnus-summary-limit-to-age
6196 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6197 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6198 articles younger than that number of days.
6199
6200 @item / n
6201 @kindex / n (Summary)
6202 @findex gnus-summary-limit-to-articles
6203 Limit the summary buffer to the current article
6204 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6205 convention (@pxref{Process/Prefix}).
6206
6207 @item / w
6208 @kindex / w (Summary)
6209 @findex gnus-summary-pop-limit
6210 Pop the previous limit off the stack and restore it
6211 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6212 the stack.
6213
6214 @item / .
6215 @kindex / . (Summary)
6216 @findex gnus-summary-limit-to-unseen
6217 Limit the summary buffer to the unseen articles
6218 (@code{gnus-summary-limit-to-unseen}).
6219
6220 @item / v
6221 @kindex / v (Summary)
6222 @findex gnus-summary-limit-to-score
6223 Limit the summary buffer to articles that have a score at or above some
6224 score (@code{gnus-summary-limit-to-score}).
6225
6226 @item / p
6227 @kindex / p (Summary)
6228 @findex gnus-summary-limit-to-display-predicate
6229 Limit the summary buffer to articles that satisfy the @code{display}
6230 group parameter predicate
6231 (@code{gnus-summary-limit-to-display-predicate}).  See @pxref{Group
6232 Parameters} for more on this predicate.
6233
6234 @item / E
6235 @itemx M S
6236 @kindex M S (Summary)
6237 @kindex / E (Summary)
6238 @findex gnus-summary-limit-include-expunged
6239 Include all expunged articles in the limit
6240 (@code{gnus-summary-limit-include-expunged}).
6241
6242 @item / D
6243 @kindex / D (Summary)
6244 @findex gnus-summary-limit-include-dormant
6245 Include all dormant articles in the limit
6246 (@code{gnus-summary-limit-include-dormant}).
6247
6248 @item / *
6249 @kindex / * (Summary)
6250 @findex gnus-summary-limit-include-cached
6251 Include all cached articles in the limit
6252 (@code{gnus-summary-limit-include-cached}).
6253
6254 @item / d
6255 @kindex / d (Summary)
6256 @findex gnus-summary-limit-exclude-dormant
6257 Exclude all dormant articles from the limit
6258 (@code{gnus-summary-limit-exclude-dormant}).
6259
6260 @item / M
6261 @kindex / M (Summary)
6262 @findex gnus-summary-limit-exclude-marks
6263 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6264
6265 @item / T
6266 @kindex / T (Summary)
6267 @findex gnus-summary-limit-include-thread
6268 Include all the articles in the current thread in the limit.
6269
6270 @item / c
6271 @kindex / c (Summary)
6272 @findex gnus-summary-limit-exclude-childless-dormant
6273 Exclude all dormant articles that have no children from the limit
6274 (@code{gnus-summary-limit-exclude-childless-dormant}).
6275
6276 @item / C
6277 @kindex / C (Summary)
6278 @findex gnus-summary-limit-mark-excluded-as-read
6279 Mark all excluded unread articles as read
6280 (@code{gnus-summary-limit-mark-excluded-as-read}).   If given a prefix,
6281 also mark excluded ticked and dormant articles as read.
6282
6283 @item / N
6284 @kindex / N (Summary)
6285 @findex gnus-summary-insert-new-articles
6286 Insert all new articles in the summary buffer. It scans for new emails
6287 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6288
6289 @item / o
6290 @kindex / o (Summary)
6291 @findex gnus-summary-insert-old-articles
6292 Insert all old articles in the summary buffer. If given a numbered
6293 prefix, fetch this number of articles.
6294
6295 @end table
6296
6297
6298 @node Threading
6299 @section Threading
6300 @cindex threading
6301 @cindex article threading
6302
6303 Gnus threads articles by default.  @dfn{To thread} is to put responses
6304 to articles directly after the articles they respond to---in a
6305 hierarchical fashion.
6306
6307 Threading is done by looking at the @code{References} headers of the
6308 articles.  In a perfect world, this would be enough to build pretty
6309 trees, but unfortunately, the @code{References} header is often broken
6310 or simply missing.  Weird news propagation exacerbates the problem,
6311 so one has to employ other heuristics to get pleasing results.  A
6312 plethora of approaches exists, as detailed in horrible detail in
6313 @pxref{Customizing Threading}.
6314
6315 First, a quick overview of the concepts:
6316
6317 @table @dfn
6318 @item root
6319 The top-most article in a thread; the first article in the thread.
6320
6321 @item thread
6322 A tree-like article structure.
6323
6324 @item sub-thread
6325 A small(er) section of this tree-like structure.
6326
6327 @item loose threads
6328 Threads often lose their roots due to article expiry, or due to the root
6329 already having been read in a previous session, and not displayed in the
6330 summary buffer.  We then typically have many sub-threads that really
6331 belong to one thread, but are without connecting roots.  These are
6332 called loose threads.
6333
6334 @item thread gathering
6335 An attempt to gather loose threads into bigger threads.
6336
6337 @item sparse threads
6338 A thread where the missing articles have been ``guessed'' at, and are
6339 displayed as empty lines in the summary buffer.
6340
6341 @end table
6342
6343
6344 @menu
6345 * Customizing Threading::       Variables you can change to affect the threading.
6346 * Thread Commands::             Thread based commands in the summary buffer.
6347 @end menu
6348
6349
6350 @node Customizing Threading
6351 @subsection Customizing Threading
6352 @cindex customizing threading
6353
6354 @menu
6355 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6356 * Filling In Threads::          Making the threads displayed look fuller.
6357 * More Threading::              Even more variables for fiddling with threads.
6358 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6359 @end menu
6360
6361
6362 @node Loose Threads
6363 @subsubsection Loose Threads
6364 @cindex <
6365 @cindex >
6366 @cindex loose threads
6367
6368 @table @code
6369 @item gnus-summary-make-false-root
6370 @vindex gnus-summary-make-false-root
6371 If non-@code{nil}, gnus will gather all loose subtrees into one big tree
6372 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6373 Yup.)  Loose subtrees occur when the real root has expired, or you've
6374 read or killed the root in a previous session.
6375
6376 When there is no real root of a thread, gnus will have to fudge
6377 something.  This variable says what fudging method gnus should use.
6378 There are four possible values:
6379
6380 @iftex
6381 @iflatex
6382 \gnusfigure{The Summary Buffer}{390}{
6383 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6384 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6385 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6386 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6387 }
6388 @end iflatex
6389 @end iftex
6390
6391 @cindex adopting articles
6392
6393 @table @code
6394
6395 @item adopt
6396 Gnus will make the first of the orphaned articles the parent.  This
6397 parent will adopt all the other articles.  The adopted articles will be
6398 marked as such by pointy brackets (@samp{<>}) instead of the standard
6399 square brackets (@samp{[]}).  This is the default method.
6400
6401 @item dummy
6402 @vindex gnus-summary-dummy-line-format
6403 @vindex gnus-summary-make-false-root-always
6404 Gnus will create a dummy summary line that will pretend to be the
6405 parent.  This dummy line does not correspond to any real article, so
6406 selecting it will just select the first real article after the dummy
6407 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6408 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6409 which is the subject of the article.  @xref{Formatting Variables}.
6410 If you want all threads to have a dummy root, even the non-gathered
6411 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6412
6413 @item empty
6414 Gnus won't actually make any article the parent, but simply leave the
6415 subject field of all orphans except the first empty.  (Actually, it will
6416 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6417 Buffer Format}).)
6418
6419 @item none
6420 Don't make any article parent at all.  Just gather the threads and
6421 display them after one another.
6422
6423 @item nil
6424 Don't gather loose threads.
6425 @end table
6426
6427 @item gnus-summary-gather-subject-limit
6428 @vindex gnus-summary-gather-subject-limit
6429 Loose threads are gathered by comparing subjects of articles.  If this
6430 variable is @code{nil}, gnus requires an exact match between the
6431 subjects of the loose threads before gathering them into one big
6432 super-thread.  This might be too strict a requirement, what with the
6433 presence of stupid newsreaders that chop off long subject lines.  If
6434 you think so, set this variable to, say, 20 to require that only the
6435 first 20 characters of the subjects have to match.  If you set this
6436 variable to a really low number, you'll find that gnus will gather
6437 everything in sight into one thread, which isn't very helpful.
6438
6439 @cindex fuzzy article gathering
6440 If you set this variable to the special value @code{fuzzy}, gnus will
6441 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6442 Matching}).
6443
6444 @item gnus-simplify-subject-fuzzy-regexp
6445 @vindex gnus-simplify-subject-fuzzy-regexp
6446 This can either be a regular expression or list of regular expressions
6447 that match strings that will be removed from subjects if fuzzy subject
6448 simplification is used.
6449
6450 @item gnus-simplify-ignored-prefixes
6451 @vindex gnus-simplify-ignored-prefixes
6452 If you set @code{gnus-summary-gather-subject-limit} to something as low
6453 as 10, you might consider setting this variable to something sensible:
6454
6455 @c Written by Michael Ernst <mernst@cs.rice.edu>
6456 @lisp
6457 (setq gnus-simplify-ignored-prefixes
6458       (concat
6459        "\\`\\[?\\("
6460        (mapconcat
6461         'identity
6462         '("looking"
6463           "wanted" "followup" "summary\\( of\\)?"
6464           "help" "query" "problem" "question"
6465           "answer" "reference" "announce"
6466           "How can I" "How to" "Comparison of"
6467           ;; ...
6468           )
6469         "\\|")
6470        "\\)\\s *\\("
6471        (mapconcat 'identity
6472                   '("for" "for reference" "with" "about")
6473                   "\\|")
6474        "\\)?\\]?:?[ \t]*"))
6475 @end lisp
6476
6477 All words that match this regexp will be removed before comparing two
6478 subjects.
6479
6480 @item gnus-simplify-subject-functions
6481 @vindex gnus-simplify-subject-functions
6482 If non-@code{nil}, this variable overrides
6483 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6484 list of functions to apply to the @code{Subject} string iteratively to
6485 arrive at the simplified version of the string.
6486
6487 Useful functions to put in this list include:
6488
6489 @table @code
6490 @item gnus-simplify-subject-re
6491 @findex gnus-simplify-subject-re
6492 Strip the leading @samp{Re:}.
6493
6494 @item gnus-simplify-subject-fuzzy
6495 @findex gnus-simplify-subject-fuzzy
6496 Simplify fuzzily.
6497
6498 @item gnus-simplify-whitespace
6499 @findex gnus-simplify-whitespace
6500 Remove excessive whitespace.
6501
6502 @item gnus-simplify-all-whitespace
6503 @findex gnus-simplify-all-whitespace
6504 Remove all whitespace.
6505 @end table
6506
6507 You may also write your own functions, of course.
6508
6509
6510 @item gnus-summary-gather-exclude-subject
6511 @vindex gnus-summary-gather-exclude-subject
6512 Since loose thread gathering is done on subjects only, that might lead
6513 to many false hits, especially with certain common subjects like
6514 @samp{} and @samp{(none)}.  To make the situation slightly better,
6515 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6516 what subjects should be excluded from the gathering process.@*
6517 The default is @samp{^ *$\\|^(none)$}.
6518
6519 @item gnus-summary-thread-gathering-function
6520 @vindex gnus-summary-thread-gathering-function
6521 Gnus gathers threads by looking at @code{Subject} headers.  This means
6522 that totally unrelated articles may end up in the same ``thread'', which
6523 is confusing.  An alternate approach is to look at all the
6524 @code{Message-ID}s in all the @code{References} headers to find matches.
6525 This will ensure that no gathered threads ever include unrelated
6526 articles, but it also means that people who have posted with broken
6527 newsreaders won't be gathered properly.  The choice is yours---plague or
6528 cholera:
6529
6530 @table @code
6531 @item gnus-gather-threads-by-subject
6532 @findex gnus-gather-threads-by-subject
6533 This function is the default gathering function and looks at
6534 @code{Subject}s exclusively.
6535
6536 @item gnus-gather-threads-by-references
6537 @findex gnus-gather-threads-by-references
6538 This function looks at @code{References} headers exclusively.
6539 @end table
6540
6541 If you want to test gathering by @code{References}, you could say
6542 something like:
6543
6544 @lisp
6545 (setq gnus-summary-thread-gathering-function
6546       'gnus-gather-threads-by-references)
6547 @end lisp
6548
6549 @end table
6550
6551
6552 @node Filling In Threads
6553 @subsubsection Filling In Threads
6554
6555 @table @code
6556 @item gnus-fetch-old-headers
6557 @vindex gnus-fetch-old-headers
6558 If non-@code{nil}, gnus will attempt to build old threads by fetching
6559 more old headers---headers to articles marked as read.  If you
6560 would like to display as few summary lines as possible, but still
6561 connect as many loose threads as possible, you should set this variable
6562 to @code{some} or a number.  If you set it to a number, no more than
6563 that number of extra old headers will be fetched.  In either case,
6564 fetching old headers only works if the back end you are using carries
6565 overview files---this would normally be @code{nntp}, @code{nnspool},
6566 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6567 the thread has been expired by the server, there's not much Gnus can do
6568 about that.
6569
6570 This variable can also be set to @code{invisible}.  This won't have any
6571 visible effects, but is useful if you use the @kbd{A T} command a lot
6572 (@pxref{Finding the Parent}).
6573
6574 @item gnus-build-sparse-threads
6575 @vindex gnus-build-sparse-threads
6576 Fetching old headers can be slow.  A low-rent similar effect can be
6577 gotten by setting this variable to @code{some}.  Gnus will then look at
6578 the complete @code{References} headers of all articles and try to string
6579 together articles that belong in the same thread.  This will leave
6580 @dfn{gaps} in the threading display where gnus guesses that an article
6581 is missing from the thread.  (These gaps appear like normal summary
6582 lines.  If you select a gap, gnus will try to fetch the article in
6583 question.)  If this variable is @code{t}, gnus will display all these
6584 ``gaps'' without regard for whether they are useful for completing the
6585 thread or not.  Finally, if this variable is @code{more}, gnus won't cut
6586 off sparse leaf nodes that don't lead anywhere.  This variable is
6587 @code{nil} by default.
6588
6589 @item gnus-read-all-available-headers
6590 @vindex gnus-read-all-available-headers
6591 This is a rather obscure variable that few will find useful.  It's
6592 intended for those non-news newsgroups where the back end has to fetch
6593 quite a lot to present the summary buffer, and where it's impossible to
6594 go back to parents of articles.  This is mostly the case in the
6595 web-based groups, like the @code{nnultimate} groups.
6596
6597 If you don't use those, then it's safe to leave this as the default
6598 @code{nil}.  If you want to use this variable, it should be a regexp
6599 that matches the group name, or @code{t} for all groups.
6600
6601 @end table
6602
6603
6604 @node More Threading
6605 @subsubsection More Threading
6606
6607 @table @code
6608 @item gnus-show-threads
6609 @vindex gnus-show-threads
6610 If this variable is @code{nil}, no threading will be done, and all of
6611 the rest of the variables here will have no effect.  Turning threading
6612 off will speed group selection up a bit, but it is sure to make reading
6613 slower and more awkward.
6614
6615 @item gnus-thread-hide-subtree
6616 @vindex gnus-thread-hide-subtree
6617 If non-@code{nil}, all threads will be hidden when the summary buffer is
6618 generated.
6619
6620 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6621 Available predicates are @code{gnus-article-unread-p} and
6622 @code{gnus-article-unseen-p}).
6623
6624 Here's an example:
6625
6626 @lisp
6627 (setq gnus-thread-hide-subtree
6628       '(or gnus-article-unread-p
6629            gnus-article-unseen-p))
6630 @end lisp
6631
6632 (It's a pretty nonsensical example, since all unseen articles are also
6633 unread, but you get my drift.)
6634
6635
6636 @item gnus-thread-expunge-below
6637 @vindex gnus-thread-expunge-below
6638 All threads that have a total score (as defined by
6639 @code{gnus-thread-score-function}) less than this number will be
6640 expunged.  This variable is @code{nil} by default, which means that no
6641 threads are expunged.
6642
6643 @item gnus-thread-hide-killed
6644 @vindex gnus-thread-hide-killed
6645 if you kill a thread and this variable is non-@code{nil}, the subtree
6646 will be hidden.
6647
6648 @item gnus-thread-ignore-subject
6649 @vindex gnus-thread-ignore-subject
6650 Sometimes somebody changes the subject in the middle of a thread.  If
6651 this variable is non-@code{nil}, which is the default, the subject
6652 change is ignored.  If it is @code{nil}, a change in the subject will
6653 result in a new thread.
6654
6655 @item gnus-thread-indent-level
6656 @vindex gnus-thread-indent-level
6657 This is a number that says how much each sub-thread should be indented.
6658 The default is 4.
6659
6660 @item gnus-sort-gathered-threads-function
6661 @vindex gnus-sort-gathered-threads-function
6662 Sometimes, particularly with mailing lists, the order in which mails
6663 arrive locally is not necessarily the same as the order in which they
6664 arrived on the mailing list.  Consequently, when sorting sub-threads
6665 using the default @code{gnus-thread-sort-by-number}, responses can end
6666 up appearing before the article to which they are responding to.
6667 Setting this variable to an alternate value
6668 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6669 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6670 more logical sub-thread ordering in such instances.
6671
6672 @end table
6673
6674
6675 @node Low-Level Threading
6676 @subsubsection Low-Level Threading
6677
6678 @table @code
6679
6680 @item gnus-parse-headers-hook
6681 @vindex gnus-parse-headers-hook
6682 Hook run before parsing any headers.  The default value is
6683 @code{(gnus-set-summary-default-charset)}, which sets up local value of
6684 @code{default-mime-charset} in summary buffer based on variable
6685 @code{gnus-newsgroup-default-charset-alist}.
6686
6687 @item gnus-alter-header-function
6688 @vindex gnus-alter-header-function
6689 If non-@code{nil}, this function will be called to allow alteration of
6690 article header structures.  The function is called with one parameter,
6691 the article header vector, which it may alter in any way.  For instance,
6692 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6693 in systematic ways (by adding prefixes and such), you can use this
6694 variable to un-scramble the @code{Message-ID}s so that they are more
6695 meaningful.  Here's one example:
6696
6697 @lisp
6698 (setq gnus-alter-header-function 'my-alter-message-id)
6699
6700 (defun my-alter-message-id (header)
6701   (let ((id (mail-header-id header)))
6702     (when (string-match
6703            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6704       (mail-header-set-id
6705        (concat (match-string 1 id) "@@" (match-string 2 id))
6706        header))))
6707 @end lisp
6708
6709 @end table
6710
6711
6712 @node Thread Commands
6713 @subsection Thread Commands
6714 @cindex thread commands
6715
6716 @table @kbd
6717
6718 @item T k
6719 @itemx C-M-k
6720 @kindex T k (Summary)
6721 @kindex C-M-k (Summary)
6722 @findex gnus-summary-kill-thread
6723 Mark all articles in the current (sub-)thread as read
6724 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6725 remove all marks instead.  If the prefix argument is negative, tick
6726 articles instead.
6727
6728 @item T l
6729 @itemx C-M-l
6730 @kindex T l (Summary)
6731 @kindex C-M-l (Summary)
6732 @findex gnus-summary-lower-thread
6733 Lower the score of the current (sub-)thread
6734 (@code{gnus-summary-lower-thread}).
6735
6736 @item T i
6737 @kindex T i (Summary)
6738 @findex gnus-summary-raise-thread
6739 Increase the score of the current (sub-)thread
6740 (@code{gnus-summary-raise-thread}).
6741
6742 @item T #
6743 @kindex T # (Summary)
6744 @findex gnus-uu-mark-thread
6745 Set the process mark on the current (sub-)thread
6746 (@code{gnus-uu-mark-thread}).
6747
6748 @item T M-#
6749 @kindex T M-# (Summary)
6750 @findex gnus-uu-unmark-thread
6751 Remove the process mark from the current (sub-)thread
6752 (@code{gnus-uu-unmark-thread}).
6753
6754 @item T T
6755 @kindex T T (Summary)
6756 @findex gnus-summary-toggle-threads
6757 Toggle threading (@code{gnus-summary-toggle-threads}).
6758
6759 @item T s
6760 @kindex T s (Summary)
6761 @findex gnus-summary-show-thread
6762 Expose the (sub-)thread hidden under the current article, if any
6763 (@code{gnus-summary-show-thread}).
6764
6765 @item T h
6766 @kindex T h (Summary)
6767 @findex gnus-summary-hide-thread
6768 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6769
6770 @item T S
6771 @kindex T S (Summary)
6772 @findex gnus-summary-show-all-threads
6773 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6774
6775 @item T H
6776 @kindex T H (Summary)
6777 @findex gnus-summary-hide-all-threads
6778 Hide all threads (@code{gnus-summary-hide-all-threads}).
6779
6780 @item T t
6781 @kindex T t (Summary)
6782 @findex gnus-summary-rethread-current
6783 Re-thread the current article's thread
6784 (@code{gnus-summary-rethread-current}).  This works even when the
6785 summary buffer is otherwise unthreaded.
6786
6787 @item T ^
6788 @kindex T ^ (Summary)
6789 @findex gnus-summary-reparent-thread
6790 Make the current article the child of the marked (or previous) article
6791 (@code{gnus-summary-reparent-thread}).
6792
6793 @end table
6794
6795 The following commands are thread movement commands.  They all
6796 understand the numeric prefix.
6797
6798 @table @kbd
6799
6800 @item T n
6801 @kindex T n (Summary)
6802 @itemx C-M-f
6803 @kindex C-M-n (Summary)
6804 @itemx M-down
6805 @kindex M-down (Summary)
6806 @findex gnus-summary-next-thread
6807 Go to the next thread (@code{gnus-summary-next-thread}).
6808
6809 @item T p
6810 @kindex T p (Summary)
6811 @itemx C-M-b
6812 @kindex C-M-p (Summary)
6813 @itemx M-up
6814 @kindex M-up (Summary)
6815 @findex gnus-summary-prev-thread
6816 Go to the previous thread (@code{gnus-summary-prev-thread}).
6817
6818 @item T d
6819 @kindex T d (Summary)
6820 @findex gnus-summary-down-thread
6821 Descend the thread (@code{gnus-summary-down-thread}).
6822
6823 @item T u
6824 @kindex T u (Summary)
6825 @findex gnus-summary-up-thread
6826 Ascend the thread (@code{gnus-summary-up-thread}).
6827
6828 @item T o
6829 @kindex T o (Summary)
6830 @findex gnus-summary-top-thread
6831 Go to the top of the thread (@code{gnus-summary-top-thread}).
6832 @end table
6833
6834 @vindex gnus-thread-operation-ignore-subject
6835 If you ignore subject while threading, you'll naturally end up with
6836 threads that have several different subjects in them.  If you then issue
6837 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6838 wish to kill the entire thread, but just those parts of the thread that
6839 have the same subject as the current article.  If you like this idea,
6840 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6841 is non-@code{nil} (which it is by default), subjects will be ignored
6842 when doing thread commands.  If this variable is @code{nil}, articles in
6843 the same thread with different subjects will not be included in the
6844 operation in question.  If this variable is @code{fuzzy}, only articles
6845 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6846 Matching}).
6847
6848
6849 @node Sorting the Summary Buffer
6850 @section Sorting the Summary Buffer
6851
6852 @findex gnus-thread-sort-by-total-score
6853 @findex gnus-thread-sort-by-date
6854 @findex gnus-thread-sort-by-score
6855 @findex gnus-thread-sort-by-subject
6856 @findex gnus-thread-sort-by-author
6857 @findex gnus-thread-sort-by-number
6858 @findex gnus-thread-sort-by-random
6859 @vindex gnus-thread-sort-functions
6860 @findex gnus-thread-sort-by-most-recent-thread
6861 If you are using a threaded summary display, you can sort the threads by
6862 setting @code{gnus-thread-sort-functions}, which can be either a single
6863 function, a list of functions, or a list containing functions and
6864 @code{(not some-function)} elements.
6865
6866 By default, sorting is done on article numbers.  Ready-made sorting
6867 predicate functions include @code{gnus-thread-sort-by-number},
6868 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6869 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6870 @code{gnus-thread-sort-by-most-recent-number},
6871 @code{gnus-thread-sort-by-most-recent-date},
6872 @code{gnus-thread-sort-by-random} and
6873 @code{gnus-thread-sort-by-total-score}.
6874
6875 Each function takes two threads and returns non-@code{nil} if the first
6876 thread should be sorted before the other.  Note that sorting really is
6877 normally done by looking only at the roots of each thread.
6878
6879 If you use more than one function, the primary sort key should be the
6880 last function in the list.  You should probably always include
6881 @code{gnus-thread-sort-by-number} in the list of sorting
6882 functions---preferably first.  This will ensure that threads that are
6883 equal with respect to the other sort criteria will be displayed in
6884 ascending article order.
6885
6886 If you would like to sort by reverse score, then by subject, and finally
6887 by number, you could do something like:
6888
6889 @lisp
6890 (setq gnus-thread-sort-functions
6891       '(gnus-thread-sort-by-number
6892         gnus-thread-sort-by-subject
6893         (not gnus-thread-sort-by-total-score)))
6894 @end lisp
6895
6896 The threads that have highest score will be displayed first in the
6897 summary buffer.  When threads have the same score, they will be sorted
6898 alphabetically.  The threads that have the same score and the same
6899 subject will be sorted by number, which is (normally) the sequence in
6900 which the articles arrived.
6901
6902 If you want to sort by score and then reverse arrival order, you could
6903 say something like:
6904
6905 @lisp
6906 (setq gnus-thread-sort-functions
6907       '((lambda (t1 t2)
6908           (not (gnus-thread-sort-by-number t1 t2)))
6909         gnus-thread-sort-by-score))
6910 @end lisp
6911
6912 @vindex gnus-thread-score-function
6913 The function in the @code{gnus-thread-score-function} variable (default
6914 @code{+}) is used for calculating the total score of a thread.  Useful
6915 functions might be @code{max}, @code{min}, or squared means, or whatever
6916 tickles your fancy.
6917
6918 @findex gnus-article-sort-functions
6919 @findex gnus-article-sort-by-date
6920 @findex gnus-article-sort-by-score
6921 @findex gnus-article-sort-by-subject
6922 @findex gnus-article-sort-by-author
6923 @findex gnus-article-sort-by-random
6924 @findex gnus-article-sort-by-number
6925 If you are using an unthreaded display for some strange reason or
6926 other, you have to fiddle with the @code{gnus-article-sort-functions}
6927 variable.  It is very similar to the
6928 @code{gnus-thread-sort-functions}, except that it uses slightly
6929 different functions for article comparison.  Available sorting
6930 predicate functions are @code{gnus-article-sort-by-number},
6931 @code{gnus-article-sort-by-author},
6932 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
6933 @code{gnus-article-sort-by-random}, and
6934 @code{gnus-article-sort-by-score}.
6935
6936 If you want to sort an unthreaded summary display by subject, you could
6937 say something like:
6938
6939 @lisp
6940 (setq gnus-article-sort-functions
6941       '(gnus-article-sort-by-number
6942         gnus-article-sort-by-subject))
6943 @end lisp
6944
6945
6946
6947 @node Asynchronous Fetching
6948 @section Asynchronous Article Fetching
6949 @cindex asynchronous article fetching
6950 @cindex article pre-fetch
6951 @cindex pre-fetch
6952
6953 If you read your news from an @sc{nntp} server that's far away, the
6954 network latencies may make reading articles a chore.  You have to wait
6955 for a while after pressing @kbd{n} to go to the next article before the
6956 article appears.  Why can't gnus just go ahead and fetch the article
6957 while you are reading the previous one?  Why not, indeed.
6958
6959 First, some caveats.  There are some pitfalls to using asynchronous
6960 article fetching, especially the way gnus does it.
6961
6962 Let's say you are reading article 1, which is short, and article 2 is
6963 quite long, and you are not interested in reading that.  Gnus does not
6964 know this, so it goes ahead and fetches article 2.  You decide to read
6965 article 3, but since gnus is in the process of fetching article 2, the
6966 connection is blocked.
6967
6968 To avoid these situations, gnus will open two (count 'em two)
6969 connections to the server.  Some people may think this isn't a very nice
6970 thing to do, but I don't see any real alternatives.  Setting up that
6971 extra connection takes some time, so gnus startup will be slower.
6972
6973 Gnus will fetch more articles than you will read.  This will mean that
6974 the link between your machine and the @sc{nntp} server will become more
6975 loaded than if you didn't use article pre-fetch.  The server itself will
6976 also become more loaded---both with the extra article requests, and the
6977 extra connection.
6978
6979 Ok, so now you know that you shouldn't really use this thing@dots{} unless
6980 you really want to.
6981
6982 @vindex gnus-asynchronous
6983 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
6984 happen automatically.
6985
6986 @vindex gnus-use-article-prefetch
6987 You can control how many articles are to be pre-fetched by setting
6988 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
6989 that when you read an article in the group, the back end will pre-fetch
6990 the next 30 articles.  If this variable is @code{t}, the back end will
6991 pre-fetch all the articles it can without bound.  If it is
6992 @code{nil}, no pre-fetching will be done.
6993
6994 @vindex gnus-async-prefetch-article-p
6995 @findex gnus-async-read-p
6996 There are probably some articles that you don't want to pre-fetch---read
6997 articles, for instance.  The @code{gnus-async-prefetch-article-p}
6998 variable controls whether an article is to be pre-fetched.  This
6999 function should return non-@code{nil} when the article in question is
7000 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7001 returns @code{nil} on read articles.  The function is called with an
7002 article data structure as the only parameter.
7003
7004 If, for instance, you wish to pre-fetch only unread articles shorter
7005 than 100 lines, you could say something like:
7006
7007 @lisp
7008 (defun my-async-short-unread-p (data)
7009   "Return non-nil for short, unread articles."
7010   (and (gnus-data-unread-p data)
7011        (< (mail-header-lines (gnus-data-header data))
7012           100)))
7013
7014 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7015 @end lisp
7016
7017 These functions will be called many, many times, so they should
7018 preferably be short and sweet to avoid slowing down gnus too much.
7019 It's probably a good idea to byte-compile things like this.
7020
7021 @vindex gnus-prefetched-article-deletion-strategy
7022 Articles have to be removed from the asynch buffer sooner or later.  The
7023 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7024 articles.  This is a list that may contain the following elements:
7025
7026 @table @code
7027 @item read
7028 Remove articles when they are read.
7029
7030 @item exit
7031 Remove articles when exiting the group.
7032 @end table
7033
7034 The default value is @code{(read exit)}.
7035
7036 @c @vindex gnus-use-header-prefetch
7037 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7038 @c from the next group.
7039
7040
7041 @node Article Caching
7042 @section Article Caching
7043 @cindex article caching
7044 @cindex caching
7045
7046 If you have an @emph{extremely} slow @sc{nntp} connection, you may
7047 consider turning article caching on.  Each article will then be stored
7048 locally under your home directory.  As you may surmise, this could
7049 potentially use @emph{huge} amounts of disk space, as well as eat up all
7050 your inodes so fast it will make your head swim.  In vodka.
7051
7052 Used carefully, though, it could be just an easier way to save articles.
7053
7054 @vindex gnus-use-long-file-name
7055 @vindex gnus-cache-directory
7056 @vindex gnus-use-cache
7057 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7058 all articles ticked or marked as dormant will then be copied
7059 over to your local cache (@code{gnus-cache-directory}).  Whether this
7060 cache is flat or hierarchical is controlled by the
7061 @code{gnus-use-long-file-name} variable, as usual.
7062
7063 When re-selecting a ticked or dormant article, it will be fetched from the
7064 cache instead of from the server.  As articles in your cache will never
7065 expire, this might serve as a method of saving articles while still
7066 keeping them where they belong.  Just mark all articles you want to save
7067 as dormant, and don't worry.
7068
7069 When an article is marked as read, is it removed from the cache.
7070
7071 @vindex gnus-cache-remove-articles
7072 @vindex gnus-cache-enter-articles
7073 The entering/removal of articles from the cache is controlled by the
7074 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7075 variables.  Both are lists of symbols.  The first is @code{(ticked
7076 dormant)} by default, meaning that ticked and dormant articles will be
7077 put in the cache.  The latter is @code{(read)} by default, meaning that
7078 articles marked as read are removed from the cache.  Possibly
7079 symbols in these two lists are @code{ticked}, @code{dormant},
7080 @code{unread} and @code{read}.
7081
7082 @findex gnus-jog-cache
7083 So where does the massive article-fetching and storing come into the
7084 picture?  The @code{gnus-jog-cache} command will go through all
7085 subscribed newsgroups, request all unread articles, score them, and
7086 store them in the cache.  You should only ever, ever ever ever, use this
7087 command if 1) your connection to the @sc{nntp} server is really, really,
7088 really slow and 2) you have a really, really, really huge disk.
7089 Seriously.  One way to cut down on the number of articles downloaded is
7090 to score unwanted articles down and have them marked as read.  They will
7091 not then be downloaded by this command.
7092
7093 @vindex gnus-uncacheable-groups
7094 @vindex gnus-cacheable-groups
7095 It is likely that you do not want caching on all groups.  For instance,
7096 if your @code{nnml} mail is located under your home directory, it makes no
7097 sense to cache it somewhere else under your home directory.  Unless you
7098 feel that it's neat to use twice as much space.
7099
7100 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7101 regexp of groups to cache, @samp{^nntp} for instance, or set the
7102 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7103 Both variables are @code{nil} by default.  If a group matches both
7104 variables, the group is not cached.
7105
7106 @findex gnus-cache-generate-nov-databases
7107 @findex gnus-cache-generate-active
7108 @vindex gnus-cache-active-file
7109 The cache stores information on what articles it contains in its active
7110 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7111 of the cache) becomes all messed up for some reason or other, gnus
7112 offers two functions that will try to set things right.  @kbd{M-x
7113 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
7114 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7115 file.
7116
7117 @findex gnus-cache-move-cache
7118 @code{gnus-cache-move-cache} will move your whole
7119 @code{gnus-cache-directory} to some other location. You get asked to
7120 where, isn't that cool?
7121
7122 @node Persistent Articles
7123 @section Persistent Articles
7124 @cindex persistent articles
7125
7126 Closely related to article caching, we have @dfn{persistent articles}.
7127 In fact, it's just a different way of looking at caching, and much more
7128 useful in my opinion.
7129
7130 Say you're reading a newsgroup, and you happen on to some valuable gem
7131 that you want to keep and treasure forever.  You'd normally just save it
7132 (using one of the many saving commands) in some file.  The problem with
7133 that is that it's just, well, yucky.  Ideally you'd prefer just having
7134 the article remain in the group where you found it forever; untouched by
7135 the expiry going on at the news server.
7136
7137 This is what a @dfn{persistent article} is---an article that just won't
7138 be deleted.  It's implemented using the normal cache functions, but
7139 you use two explicit commands for managing persistent articles:
7140
7141 @table @kbd
7142
7143 @item *
7144 @kindex * (Summary)
7145 @findex gnus-cache-enter-article
7146 Make the current article persistent (@code{gnus-cache-enter-article}).
7147
7148 @item M-*
7149 @kindex M-* (Summary)
7150 @findex gnus-cache-remove-article
7151 Remove the current article from the persistent articles
7152 (@code{gnus-cache-remove-article}).  This will normally delete the
7153 article.
7154 @end table
7155
7156 Both these commands understand the process/prefix convention.
7157
7158 To avoid having all ticked articles (and stuff) entered into the cache,
7159 you should set @code{gnus-use-cache} to @code{passive} if you're just
7160 interested in persistent articles:
7161
7162 @lisp
7163 (setq gnus-use-cache 'passive)
7164 @end lisp
7165
7166
7167 @node Article Backlog
7168 @section Article Backlog
7169 @cindex backlog
7170 @cindex article backlog
7171
7172 If you have a slow connection, but the idea of using caching seems
7173 unappealing to you (and it is, really), you can help the situation some
7174 by switching on the @dfn{backlog}.  This is where gnus will buffer
7175 already read articles so that it doesn't have to re-fetch articles
7176 you've already read.  This only helps if you are in the habit of
7177 re-selecting articles you've recently read, of course.  If you never do
7178 that, turning the backlog on will slow gnus down a little bit, and
7179 increase memory usage some.
7180
7181 @vindex gnus-keep-backlog
7182 If you set @code{gnus-keep-backlog} to a number @var{n}, gnus will store
7183 at most @var{n} old articles in a buffer for later re-fetching.  If this
7184 variable is non-@code{nil} and is not a number, gnus will store
7185 @emph{all} read articles, which means that your Emacs will grow without
7186 bound before exploding and taking your machine down with you.  I put
7187 that in there just to keep y'all on your toes.
7188
7189 The default value is 20.
7190
7191
7192 @node Saving Articles
7193 @section Saving Articles
7194 @cindex saving articles
7195
7196 Gnus can save articles in a number of ways.  Below is the documentation
7197 for saving articles in a fairly straight-forward fashion (i.e., little
7198 processing of the article is done before it is saved).  For a different
7199 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7200 (@pxref{Decoding Articles}).
7201
7202 For the commands listed here, the target is a file.  If you want to
7203 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7204 command (@pxref{Mail Group Commands}).
7205
7206 @vindex gnus-save-all-headers
7207 If @code{gnus-save-all-headers} is non-@code{nil}, gnus will not delete
7208 unwanted headers before saving the article.
7209
7210 @vindex gnus-saved-headers
7211 If the preceding variable is @code{nil}, all headers that match the
7212 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7213 deleted before saving.
7214
7215 @table @kbd
7216
7217 @item O o
7218 @itemx o
7219 @kindex O o (Summary)
7220 @kindex o (Summary)
7221 @findex gnus-summary-save-article
7222 @c @icon{gnus-summary-save-article}
7223 Save the current article using the default article saver
7224 (@code{gnus-summary-save-article}).
7225
7226 @item O m
7227 @kindex O m (Summary)
7228 @findex gnus-summary-save-article-mail
7229 Save the current article in mail format
7230 (@code{gnus-summary-save-article-mail}).
7231
7232 @item O r
7233 @kindex O r (Summary)
7234 @findex gnus-summary-save-article-rmail
7235 Save the current article in rmail format
7236 (@code{gnus-summary-save-article-rmail}).
7237
7238 @item O f
7239 @kindex O f (Summary)
7240 @findex gnus-summary-save-article-file
7241 @c @icon{gnus-summary-save-article-file}
7242 Save the current article in plain file format
7243 (@code{gnus-summary-save-article-file}).
7244
7245 @item O F
7246 @kindex O F (Summary)
7247 @findex gnus-summary-write-article-file
7248 Write the current article in plain file format, overwriting any previous
7249 file contents (@code{gnus-summary-write-article-file}).
7250
7251 @item O b
7252 @kindex O b (Summary)
7253 @findex gnus-summary-save-article-body-file
7254 Save the current article body in plain file format
7255 (@code{gnus-summary-save-article-body-file}).
7256
7257 @item O h
7258 @kindex O h (Summary)
7259 @findex gnus-summary-save-article-folder
7260 Save the current article in mh folder format
7261 (@code{gnus-summary-save-article-folder}).
7262
7263 @item O v
7264 @kindex O v (Summary)
7265 @findex gnus-summary-save-article-vm
7266 Save the current article in a VM folder
7267 (@code{gnus-summary-save-article-vm}).
7268
7269 @item O p
7270 @itemx |
7271 @kindex O p (Summary)
7272 @kindex | (Summary)
7273 @findex gnus-summary-pipe-output
7274 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7275 the current article to a process (@code{gnus-summary-pipe-output}).
7276 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7277 complete headers in the piped output.
7278
7279 @item O P
7280 @kindex O P (Summary)
7281 @findex gnus-summary-muttprint
7282 @vindex gnus-summary-muttprint-program
7283 Save the current article into muttprint. That is, print it using the
7284 external program Muttprint (see
7285 @uref{http://muttprint.sourceforge.net/}). The program name and
7286 options to use is controlled by the variable
7287 @code{gnus-summary-muttprint-program}. (@code{gnus-summary-muttprint}).
7288
7289 @end table
7290
7291 @vindex gnus-prompt-before-saving
7292 All these commands use the process/prefix convention
7293 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7294 functions, you might get tired of being prompted for files to save each
7295 and every article in.  The prompting action is controlled by
7296 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7297 default, giving you that excessive prompting action you know and
7298 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7299 just once for each series of articles you save.  If you like to really
7300 have Gnus do all your thinking for you, you can even set this variable
7301 to @code{nil}, which means that you will never be prompted for files to
7302 save articles in.  Gnus will simply save all the articles in the default
7303 files.
7304
7305
7306 @vindex gnus-default-article-saver
7307 You can customize the @code{gnus-default-article-saver} variable to make
7308 gnus do what you want it to.  You can use any of the six ready-made
7309 functions below, or you can create your own.
7310
7311 @table @code
7312
7313 @item gnus-summary-save-in-rmail
7314 @findex gnus-summary-save-in-rmail
7315 @vindex gnus-rmail-save-name
7316 @findex gnus-plain-save-name
7317 This is the default format, @dfn{babyl}.  Uses the function in the
7318 @code{gnus-rmail-save-name} variable to get a file name to save the
7319 article in.  The default is @code{gnus-plain-save-name}.
7320
7321 @item gnus-summary-save-in-mail
7322 @findex gnus-summary-save-in-mail
7323 @vindex gnus-mail-save-name
7324 Save in a Unix mail (mbox) file.  Uses the function in the
7325 @code{gnus-mail-save-name} variable to get a file name to save the
7326 article in.  The default is @code{gnus-plain-save-name}.
7327
7328 @item gnus-summary-save-in-file
7329 @findex gnus-summary-save-in-file
7330 @vindex gnus-file-save-name
7331 @findex gnus-numeric-save-name
7332 Append the article straight to an ordinary file.  Uses the function in
7333 the @code{gnus-file-save-name} variable to get a file name to save the
7334 article in.  The default is @code{gnus-numeric-save-name}.
7335
7336 @item gnus-summary-write-to-file
7337 @findex gnus-summary-write-to-file
7338 Write the article straight to an ordinary file.  The file is
7339 overwritten if it exists.  Uses the function in the
7340 @code{gnus-file-save-name} variable to get a file name to save the
7341 article in.  The default is @code{gnus-numeric-save-name}.
7342
7343 @item gnus-summary-save-body-in-file
7344 @findex gnus-summary-save-body-in-file
7345 Append the article body to an ordinary file.  Uses the function in the
7346 @code{gnus-file-save-name} variable to get a file name to save the
7347 article in.  The default is @code{gnus-numeric-save-name}.
7348
7349 @item gnus-summary-save-in-folder
7350 @findex gnus-summary-save-in-folder
7351 @findex gnus-folder-save-name
7352 @findex gnus-Folder-save-name
7353 @vindex gnus-folder-save-name
7354 @cindex rcvstore
7355 @cindex MH folders
7356 Save the article to an MH folder using @code{rcvstore} from the MH
7357 library.  Uses the function in the @code{gnus-folder-save-name} variable
7358 to get a file name to save the article in.  The default is
7359 @code{gnus-folder-save-name}, but you can also use
7360 @code{gnus-Folder-save-name}, which creates capitalized names.
7361
7362 @item gnus-summary-save-in-vm
7363 @findex gnus-summary-save-in-vm
7364 Save the article in a VM folder.  You have to have the VM mail
7365 reader to use this setting.
7366 @end table
7367
7368 @vindex gnus-article-save-directory
7369 All of these functions, except for the last one, will save the article
7370 in the @code{gnus-article-save-directory}, which is initialized from the
7371 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
7372 default.
7373
7374 As you can see above, the functions use different functions to find a
7375 suitable name of a file to save the article in.  Below is a list of
7376 available functions that generate names:
7377
7378 @table @code
7379
7380 @item gnus-Numeric-save-name
7381 @findex gnus-Numeric-save-name
7382 File names like @file{~/News/Alt.andrea-dworkin/45}.
7383
7384 @item gnus-numeric-save-name
7385 @findex gnus-numeric-save-name
7386 File names like @file{~/News/alt.andrea-dworkin/45}.
7387
7388 @item gnus-Plain-save-name
7389 @findex gnus-Plain-save-name
7390 File names like @file{~/News/Alt.andrea-dworkin}.
7391
7392 @item gnus-plain-save-name
7393 @findex gnus-plain-save-name
7394 File names like @file{~/News/alt.andrea-dworkin}.
7395
7396 @item gnus-sender-save-name
7397 @findex gnus-sender-save-name
7398 File names like @file{~/News/larsi}.
7399 @end table
7400
7401 @vindex gnus-split-methods
7402 You can have gnus suggest where to save articles by plonking a regexp into
7403 the @code{gnus-split-methods} alist.  For instance, if you would like to
7404 save articles related to gnus in the file @file{gnus-stuff}, and articles
7405 related to VM in @file{vm-stuff}, you could set this variable to something
7406 like:
7407
7408 @lisp
7409 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7410  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7411  (my-choosing-function "../other-dir/my-stuff")
7412  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7413 @end lisp
7414
7415 We see that this is a list where each element is a list that has two
7416 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7417 a string (in which case it is used as a regexp to match on the article
7418 head); it can be a symbol (which will be called as a function with the
7419 group name as a parameter); or it can be a list (which will be
7420 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7421 the @dfn{file} will be used as a default prompt.  In addition, the
7422 result of the operation itself will be used if the function or form
7423 called returns a string or a list of strings.
7424
7425 You basically end up with a list of file names that might be used when
7426 saving the current article.  (All ``matches'' will be used.)  You will
7427 then be prompted for what you really want to use as a name, with file
7428 name completion over the results from applying this variable.
7429
7430 This variable is @code{((gnus-article-archive-name))} by default, which
7431 means that gnus will look at the articles it saves for an
7432 @code{Archive-name} line and use that as a suggestion for the file
7433 name.
7434
7435 Here's an example function to clean up file names somewhat.  If you have
7436 lots of mail groups called things like
7437 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7438 these group names before creating the file name to save to.  The
7439 following will do just that:
7440
7441 @lisp
7442 (defun my-save-name (group)
7443   (when (string-match "^nnml:mail." group)
7444     (substring group (match-end 0))))
7445
7446 (setq gnus-split-methods
7447       '((gnus-article-archive-name)
7448         (my-save-name)))
7449 @end lisp
7450
7451
7452 @vindex gnus-use-long-file-name
7453 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7454 @code{nil}, all the preceding functions will replace all periods
7455 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7456 the functions will generate hierarchies of directories instead of having
7457 all the files in the top level directory
7458 (@file{~/News/alt/andrea-dworkin} instead of
7459 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7460 on most systems.  However, for historical reasons, this is @code{nil} on
7461 Xenix and usg-unix-v machines by default.
7462
7463 This function also affects kill and score file names.  If this variable
7464 is a list, and the list contains the element @code{not-score}, long file
7465 names will not be used for score files, if it contains the element
7466 @code{not-save}, long file names will not be used for saving, and if it
7467 contains the element @code{not-kill}, long file names will not be used
7468 for kill files.
7469
7470 If you'd like to save articles in a hierarchy that looks something like
7471 a spool, you could
7472
7473 @lisp
7474 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
7475 (setq gnus-default-article-saver
7476       'gnus-summary-save-in-file) ; no encoding
7477 @end lisp
7478
7479 Then just save with @kbd{o}.  You'd then read this hierarchy with
7480 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7481 the top level directory as the argument (@file{~/News/}).  Then just walk
7482 around to the groups/directories with @code{nneething}.
7483
7484
7485 @node Decoding Articles
7486 @section Decoding Articles
7487 @cindex decoding articles
7488
7489 Sometime users post articles (or series of articles) that have been
7490 encoded in some way or other.  Gnus can decode them for you.
7491
7492 @menu
7493 * Uuencoded Articles::          Uudecode articles.
7494 * Shell Archives::              Unshar articles.
7495 * PostScript Files::            Split PostScript.
7496 * Other Files::                 Plain save and binhex.
7497 * Decoding Variables::          Variables for a happy decoding.
7498 * Viewing Files::               You want to look at the result of the decoding?
7499 @end menu
7500
7501 @cindex series
7502 @cindex article series
7503 All these functions use the process/prefix convention
7504 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7505 the extension that a ``single article'' means ``a single series''.  Gnus
7506 can find out by itself what articles belong to a series, decode all the
7507 articles and unpack/view/save the resulting file(s).
7508
7509 Gnus guesses what articles are in the series according to the following
7510 simplish rule: The subjects must be (nearly) identical, except for the
7511 last two numbers of the line.  (Spaces are largely ignored, however.)
7512
7513 For example: If you choose a subject called @samp{cat.gif (2/3)}, gnus
7514 will find all the articles that match the regexp @samp{^cat.gif
7515 ([0-9]+/[0-9]+).*$}.
7516
7517 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7518 series}, will not be properly recognized by any of the automatic viewing
7519 commands, and you have to mark the articles manually with @kbd{#}.
7520
7521
7522 @node Uuencoded Articles
7523 @subsection Uuencoded Articles
7524 @cindex uudecode
7525 @cindex uuencoded articles
7526
7527 @table @kbd
7528
7529 @item X u
7530 @kindex X u (Summary)
7531 @findex gnus-uu-decode-uu
7532 @c @icon{gnus-uu-decode-uu}
7533 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7534
7535 @item X U
7536 @kindex X U (Summary)
7537 @findex gnus-uu-decode-uu-and-save
7538 Uudecodes and saves the current series
7539 (@code{gnus-uu-decode-uu-and-save}).
7540
7541 @item X v u
7542 @kindex X v u (Summary)
7543 @findex gnus-uu-decode-uu-view
7544 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7545
7546 @item X v U
7547 @kindex X v U (Summary)
7548 @findex gnus-uu-decode-uu-and-save-view
7549 Uudecodes, views and saves the current series
7550 (@code{gnus-uu-decode-uu-and-save-view}).
7551
7552 @end table
7553
7554 Remember that these all react to the presence of articles marked with
7555 the process mark.  If, for instance, you'd like to decode and save an
7556 entire newsgroup, you'd typically do @kbd{M P a}
7557 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7558 (@code{gnus-uu-decode-uu-and-save}).
7559
7560 All this is very much different from how @code{gnus-uu} worked with
7561 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7562 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7563 articles in some way (@pxref{Setting Process Marks}) and then press
7564 @kbd{X u}.
7565
7566 @vindex gnus-uu-notify-files
7567 Note: When trying to decode articles that have names matching
7568 @code{gnus-uu-notify-files}, which is hard-coded to
7569 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7570 automatically post an article on @samp{comp.unix.wizards} saying that
7571 you have just viewed the file in question.  This feature can't be turned
7572 off.
7573
7574
7575 @node Shell Archives
7576 @subsection Shell Archives
7577 @cindex unshar
7578 @cindex shell archives
7579 @cindex shared articles
7580
7581 Shell archives (``shar files'') used to be a popular way to distribute
7582 sources, but it isn't used all that much today.  In any case, we have
7583 some commands to deal with these:
7584
7585 @table @kbd
7586
7587 @item X s
7588 @kindex X s (Summary)
7589 @findex gnus-uu-decode-unshar
7590 Unshars the current series (@code{gnus-uu-decode-unshar}).
7591
7592 @item X S
7593 @kindex X S (Summary)
7594 @findex gnus-uu-decode-unshar-and-save
7595 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7596
7597 @item X v s
7598 @kindex X v s (Summary)
7599 @findex gnus-uu-decode-unshar-view
7600 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7601
7602 @item X v S
7603 @kindex X v S (Summary)
7604 @findex gnus-uu-decode-unshar-and-save-view
7605 Unshars, views and saves the current series
7606 (@code{gnus-uu-decode-unshar-and-save-view}).
7607 @end table
7608
7609
7610 @node PostScript Files
7611 @subsection PostScript Files
7612 @cindex PostScript
7613
7614 @table @kbd
7615
7616 @item X p
7617 @kindex X p (Summary)
7618 @findex gnus-uu-decode-postscript
7619 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7620
7621 @item X P
7622 @kindex X P (Summary)
7623 @findex gnus-uu-decode-postscript-and-save
7624 Unpack and save the current PostScript series
7625 (@code{gnus-uu-decode-postscript-and-save}).
7626
7627 @item X v p
7628 @kindex X v p (Summary)
7629 @findex gnus-uu-decode-postscript-view
7630 View the current PostScript series
7631 (@code{gnus-uu-decode-postscript-view}).
7632
7633 @item X v P
7634 @kindex X v P (Summary)
7635 @findex gnus-uu-decode-postscript-and-save-view
7636 View and save the current PostScript series
7637 (@code{gnus-uu-decode-postscript-and-save-view}).
7638 @end table
7639
7640
7641 @node Other Files
7642 @subsection Other Files
7643
7644 @table @kbd
7645 @item X o
7646 @kindex X o (Summary)
7647 @findex gnus-uu-decode-save
7648 Save the current series
7649 (@code{gnus-uu-decode-save}).
7650
7651 @item X b
7652 @kindex X b (Summary)
7653 @findex gnus-uu-decode-binhex
7654 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7655 doesn't really work yet.
7656 @end table
7657
7658
7659 @node Decoding Variables
7660 @subsection Decoding Variables
7661
7662 Adjective, not verb.
7663
7664 @menu
7665 * Rule Variables::              Variables that say how a file is to be viewed.
7666 * Other Decode Variables::      Other decode variables.
7667 * Uuencoding and Posting::      Variables for customizing uuencoding.
7668 @end menu
7669
7670
7671 @node Rule Variables
7672 @subsubsection Rule Variables
7673 @cindex rule variables
7674
7675 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7676 variables are of the form
7677
7678 @lisp
7679       (list '(regexp1 command2)
7680             '(regexp2 command2)
7681             ...)
7682 @end lisp
7683
7684 @table @code
7685
7686 @item gnus-uu-user-view-rules
7687 @vindex gnus-uu-user-view-rules
7688 @cindex sox
7689 This variable is consulted first when viewing files.  If you wish to use,
7690 for instance, @code{sox} to convert an @file{.au} sound file, you could
7691 say something like:
7692 @lisp
7693 (setq gnus-uu-user-view-rules
7694       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7695 @end lisp
7696
7697 @item gnus-uu-user-view-rules-end
7698 @vindex gnus-uu-user-view-rules-end
7699 This variable is consulted if gnus couldn't make any matches from the
7700 user and default view rules.
7701
7702 @item gnus-uu-user-archive-rules
7703 @vindex gnus-uu-user-archive-rules
7704 This variable can be used to say what commands should be used to unpack
7705 archives.
7706 @end table
7707
7708
7709 @node Other Decode Variables
7710 @subsubsection Other Decode Variables
7711
7712 @table @code
7713 @vindex gnus-uu-grabbed-file-functions
7714
7715 @item gnus-uu-grabbed-file-functions
7716 All functions in this list will be called right after each file has been
7717 successfully decoded---so that you can move or view files right away,
7718 and don't have to wait for all files to be decoded before you can do
7719 anything.  Ready-made functions you can put in this list are:
7720
7721 @table @code
7722
7723 @item gnus-uu-grab-view
7724 @findex gnus-uu-grab-view
7725 View the file.
7726
7727 @item gnus-uu-grab-move
7728 @findex gnus-uu-grab-move
7729 Move the file (if you're using a saving function.)
7730 @end table
7731
7732 @item gnus-uu-be-dangerous
7733 @vindex gnus-uu-be-dangerous
7734 Specifies what to do if unusual situations arise during decoding.  If
7735 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7736 that didn't work, and overwrite existing files.  Otherwise, ask each
7737 time.
7738
7739 @item gnus-uu-ignore-files-by-name
7740 @vindex gnus-uu-ignore-files-by-name
7741 Files with name matching this regular expression won't be viewed.
7742
7743 @item gnus-uu-ignore-files-by-type
7744 @vindex gnus-uu-ignore-files-by-type
7745 Files with a @sc{mime} type matching this variable won't be viewed.
7746 Note that Gnus tries to guess what type the file is based on the name.
7747 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
7748 kludgey.
7749
7750 @item gnus-uu-tmp-dir
7751 @vindex gnus-uu-tmp-dir
7752 Where @code{gnus-uu} does its work.
7753
7754 @item gnus-uu-do-not-unpack-archives
7755 @vindex gnus-uu-do-not-unpack-archives
7756 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7757 looking for files to display.
7758
7759 @item gnus-uu-view-and-save
7760 @vindex gnus-uu-view-and-save
7761 Non-@code{nil} means that the user will always be asked to save a file
7762 after viewing it.
7763
7764 @item gnus-uu-ignore-default-view-rules
7765 @vindex gnus-uu-ignore-default-view-rules
7766 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7767 rules.
7768
7769 @item gnus-uu-ignore-default-archive-rules
7770 @vindex gnus-uu-ignore-default-archive-rules
7771 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7772 unpacking commands.
7773
7774 @item gnus-uu-kill-carriage-return
7775 @vindex gnus-uu-kill-carriage-return
7776 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7777 from articles.
7778
7779 @item gnus-uu-unmark-articles-not-decoded
7780 @vindex gnus-uu-unmark-articles-not-decoded
7781 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7782 decoded articles as unread.
7783
7784 @item gnus-uu-correct-stripped-uucode
7785 @vindex gnus-uu-correct-stripped-uucode
7786 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7787 uuencoded files that have had trailing spaces deleted.
7788
7789 @item gnus-uu-pre-uudecode-hook
7790 @vindex gnus-uu-pre-uudecode-hook
7791 Hook run before sending a message to @code{uudecode}.
7792
7793 @item gnus-uu-view-with-metamail
7794 @vindex gnus-uu-view-with-metamail
7795 @cindex metamail
7796 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7797 commands defined by the rule variables and just fudge a @sc{mime}
7798 content type based on the file name.  The result will be fed to
7799 @code{metamail} for viewing.
7800
7801 @item gnus-uu-save-in-digest
7802 @vindex gnus-uu-save-in-digest
7803 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7804 decoding, will save in digests.  If this variable is @code{nil},
7805 @code{gnus-uu} will just save everything in a file without any
7806 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7807 to specify any meaningful volume and issue numbers were found, so I
7808 simply dropped them.
7809
7810 @end table
7811
7812
7813 @node Uuencoding and Posting
7814 @subsubsection Uuencoding and Posting
7815
7816 @table @code
7817
7818 @item gnus-uu-post-include-before-composing
7819 @vindex gnus-uu-post-include-before-composing
7820 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7821 before you compose the article.  If this variable is @code{t}, you can
7822 either include an encoded file with @kbd{C-c C-i} or have one included
7823 for you when you post the article.
7824
7825 @item gnus-uu-post-length
7826 @vindex gnus-uu-post-length
7827 Maximum length of an article.  The encoded file will be split into how
7828 many articles it takes to post the entire file.
7829
7830 @item gnus-uu-post-threaded
7831 @vindex gnus-uu-post-threaded
7832 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7833 thread.  This may not be smart, as no other decoder I have seen is able
7834 to follow threads when collecting uuencoded articles.  (Well, I have
7835 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7836 think that counts@dots{}) Default is @code{nil}.
7837
7838 @item gnus-uu-post-separate-description
7839 @vindex gnus-uu-post-separate-description
7840 Non-@code{nil} means that the description will be posted in a separate
7841 article.  The first article will typically be numbered (0/x).  If this
7842 variable is @code{nil}, the description the user enters will be included
7843 at the beginning of the first article, which will be numbered (1/x).
7844 Default is @code{t}.
7845
7846 @end table
7847
7848
7849 @node Viewing Files
7850 @subsection Viewing Files
7851 @cindex viewing files
7852 @cindex pseudo-articles
7853
7854 After decoding, if the file is some sort of archive, gnus will attempt
7855 to unpack the archive and see if any of the files in the archive can be
7856 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7857 containing the files @file{pic1.jpg} and @file{pic2.gif}, gnus will
7858 uncompress and de-tar the main file, and then view the two pictures.
7859 This unpacking process is recursive, so if the archive contains archives
7860 of archives, it'll all be unpacked.
7861
7862 Finally, gnus will normally insert a @dfn{pseudo-article} for each
7863 extracted file into the summary buffer.  If you go to these
7864 ``articles'', you will be prompted for a command to run (usually Gnus
7865 will make a suggestion), and then the command will be run.
7866
7867 @vindex gnus-view-pseudo-asynchronously
7868 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7869 until the viewing is done before proceeding.
7870
7871 @vindex gnus-view-pseudos
7872 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7873 the pseudo-articles into the summary buffer, but view them
7874 immediately.  If this variable is @code{not-confirm}, the user won't even
7875 be asked for a confirmation before viewing is done.
7876
7877 @vindex gnus-view-pseudos-separately
7878 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7879 pseudo-article will be created for each file to be viewed.  If
7880 @code{nil}, all files that use the same viewing command will be given as
7881 a list of parameters to that command.
7882
7883 @vindex gnus-insert-pseudo-articles
7884 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7885 pseudo-articles when decoding.  It is @code{t} by default.
7886
7887 So; there you are, reading your @emph{pseudo-articles} in your
7888 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7889 Why isn't anything real anymore? How did we get here?
7890
7891
7892 @node Article Treatment
7893 @section Article Treatment
7894
7895 Reading through this huge manual, you may have quite forgotten that the
7896 object of newsreaders is to actually, like, read what people have
7897 written.  Reading articles.  Unfortunately, people are quite bad at
7898 writing, so there are tons of functions and variables to make reading
7899 these articles easier.
7900
7901 @menu
7902 * Article Highlighting::        You want to make the article look like fruit salad.
7903 * Article Fontisizing::         Making emphasized text look nice.
7904 * Article Hiding::              You also want to make certain info go away.
7905 * Article Washing::             Lots of way-neat functions to make life better.
7906 * Article Header::              Doing various header transformations.
7907 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
7908 * Article Date::                Grumble, UT!
7909 * Article Display::             Display various stuff---X-Face, Picons, Smileys
7910 * Article Signature::           What is a signature?
7911 * Article Miscellania::         Various other stuff.
7912 @end menu
7913
7914
7915 @node Article Highlighting
7916 @subsection Article Highlighting
7917 @cindex highlighting
7918
7919 Not only do you want your article buffer to look like fruit salad, but
7920 you want it to look like technicolor fruit salad.
7921
7922 @table @kbd
7923
7924 @item W H a
7925 @kindex W H a (Summary)
7926 @findex gnus-article-highlight
7927 @findex gnus-article-maybe-highlight
7928 Do much highlighting of the current article
7929 (@code{gnus-article-highlight}).  This function highlights header, cited
7930 text, the signature, and adds buttons to the body and the head.
7931
7932 @item W H h
7933 @kindex W H h (Summary)
7934 @findex gnus-article-highlight-headers
7935 @vindex gnus-header-face-alist
7936 Highlight the headers (@code{gnus-article-highlight-headers}).  The
7937 highlighting will be done according to the @code{gnus-header-face-alist}
7938 variable, which is a list where each element has the form
7939 @code{(@var{regexp} @var{name} @var{content})}.
7940 @var{regexp} is a regular expression for matching the
7941 header, @var{name} is the face used for highlighting the header name
7942 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
7943 the header value.  The first match made will be used.  Note that
7944 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
7945
7946 @item W H c
7947 @kindex W H c (Summary)
7948 @findex gnus-article-highlight-citation
7949 Highlight cited text (@code{gnus-article-highlight-citation}).
7950
7951 Some variables to customize the citation highlights:
7952
7953 @table @code
7954 @vindex gnus-cite-parse-max-size
7955
7956 @item gnus-cite-parse-max-size
7957 If the article size if bigger than this variable (which is 25000 by
7958 default), no citation highlighting will be performed.
7959
7960 @item gnus-cite-max-prefix
7961 @vindex gnus-cite-max-prefix
7962 Maximum possible length for a citation prefix (default 20).
7963
7964 @item gnus-cite-face-list
7965 @vindex gnus-cite-face-list
7966 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
7967 When there are citations from multiple articles in the same message,
7968 gnus will try to give each citation from each article its own face.
7969 This should make it easier to see who wrote what.
7970
7971 @item gnus-supercite-regexp
7972 @vindex gnus-supercite-regexp
7973 Regexp matching normal Supercite attribution lines.
7974
7975 @item gnus-supercite-secondary-regexp
7976 @vindex gnus-supercite-secondary-regexp
7977 Regexp matching mangled Supercite attribution lines.
7978
7979 @item gnus-cite-minimum-match-count
7980 @vindex gnus-cite-minimum-match-count
7981 Minimum number of identical prefixes we have to see before we believe
7982 that it's a citation.
7983
7984 @item gnus-cite-attribution-prefix
7985 @vindex gnus-cite-attribution-prefix
7986 Regexp matching the beginning of an attribution line.
7987
7988 @item gnus-cite-attribution-suffix
7989 @vindex gnus-cite-attribution-suffix
7990 Regexp matching the end of an attribution line.
7991
7992 @item gnus-cite-attribution-face
7993 @vindex gnus-cite-attribution-face
7994 Face used for attribution lines.  It is merged with the face for the
7995 cited text belonging to the attribution.
7996
7997 @end table
7998
7999
8000 @item W H s
8001 @kindex W H s (Summary)
8002 @vindex gnus-signature-separator
8003 @vindex gnus-signature-face
8004 @findex gnus-article-highlight-signature
8005 Highlight the signature (@code{gnus-article-highlight-signature}).
8006 Everything after @code{gnus-signature-separator} (@pxref{Article
8007 Signature}) in an article will be considered a signature and will be
8008 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8009 default.
8010
8011 @end table
8012
8013 @xref{Customizing Articles}, for how to highlight articles automatically.
8014
8015
8016 @node Article Fontisizing
8017 @subsection Article Fontisizing
8018 @cindex emphasis
8019 @cindex article emphasis
8020
8021 @findex gnus-article-emphasize
8022 @kindex W e (Summary)
8023 People commonly add emphasis to words in news articles by writing things
8024 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8025 this look nicer by running the article through the @kbd{W e}
8026 (@code{gnus-article-emphasize}) command.
8027
8028 @vindex gnus-emphasis-alist
8029 How the emphasis is computed is controlled by the
8030 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8031 element is a regular expression to be matched.  The second is a number
8032 that says what regular expression grouping is used to find the entire
8033 emphasized word.  The third is a number that says what regexp grouping
8034 should be displayed and highlighted.  (The text between these two
8035 groupings will be hidden.)  The fourth is the face used for
8036 highlighting.
8037
8038 @lisp
8039 (setq gnus-emphasis-alist
8040       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8041         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8042 @end lisp
8043
8044 @cindex slash
8045 @cindex asterisk
8046 @cindex underline
8047 @cindex /
8048 @cindex *
8049
8050 @vindex gnus-emphasis-underline
8051 @vindex gnus-emphasis-bold
8052 @vindex gnus-emphasis-italic
8053 @vindex gnus-emphasis-underline-bold
8054 @vindex gnus-emphasis-underline-italic
8055 @vindex gnus-emphasis-bold-italic
8056 @vindex gnus-emphasis-underline-bold-italic
8057 By default, there are seven rules, and they use the following faces:
8058 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8059 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8060 @code{gnus-emphasis-underline-italic},
8061 @code{gnus-emphasis-underline-bold}, and
8062 @code{gnus-emphasis-underline-bold-italic}.
8063
8064 If you want to change these faces, you can either use @kbd{M-x
8065 customize}, or you can use @code{copy-face}.  For instance, if you want
8066 to make @code{gnus-emphasis-italic} use a red face instead, you could
8067 say something like:
8068
8069 @lisp
8070 (copy-face 'red 'gnus-emphasis-italic)
8071 @end lisp
8072
8073 @vindex gnus-group-highlight-words-alist
8074
8075 If you want to highlight arbitrary words, you can use the
8076 @code{gnus-group-highlight-words-alist} variable, which uses the same
8077 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8078 parameter (@pxref{Group Parameters}) can also be used.
8079
8080 @xref{Customizing Articles}, for how to fontize articles automatically.
8081
8082
8083 @node Article Hiding
8084 @subsection Article Hiding
8085 @cindex article hiding
8086
8087 Or rather, hiding certain things in each article.  There usually is much
8088 too much cruft in most articles.
8089
8090 @table @kbd
8091
8092 @item W W a
8093 @kindex W W a (Summary)
8094 @findex gnus-article-hide
8095 Do quite a lot of hiding on the article buffer
8096 (@kbd{gnus-article-hide}).  In particular, this function will hide
8097 headers, PGP, cited text and the signature.
8098
8099 @item W W h
8100 @kindex W W h (Summary)
8101 @findex gnus-article-hide-headers
8102 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8103 Headers}.
8104
8105 @item W W b
8106 @kindex W W b (Summary)
8107 @findex gnus-article-hide-boring-headers
8108 Hide headers that aren't particularly interesting
8109 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8110
8111 @item W W s
8112 @kindex W W s (Summary)
8113 @findex gnus-article-hide-signature
8114 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8115 Signature}.
8116
8117 @item W W l
8118 @kindex W W l (Summary)
8119 @findex gnus-article-hide-list-identifiers
8120 @vindex gnus-list-identifiers
8121 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8122 are strings some mailing list servers add to the beginning of all
8123 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8124 @samp{Re: } is skipped before stripping. @code{gnus-list-identifiers}
8125 may not contain @code{\\(..\\)}.
8126
8127 @table @code
8128
8129 @item gnus-list-identifiers
8130 @vindex gnus-list-identifiers
8131 A regular expression that matches list identifiers to be removed from
8132 subject.  This can also be a list of regular expressions.
8133
8134 @end table
8135
8136 @item W W P
8137 @kindex W W P (Summary)
8138 @findex gnus-article-hide-pem
8139 Hide @sc{pem} (privacy enhanced messages) cruft
8140 (@code{gnus-article-hide-pem}).
8141
8142 @item W W B
8143 @kindex W W B (Summary)
8144 @findex gnus-article-strip-banner
8145 @vindex gnus-article-banner-alist
8146 @vindex gnus-article-address-banner-alist
8147 @cindex banner
8148 @cindex OneList
8149 @cindex stripping advertisements
8150 @cindex advertisements
8151 Strip the banner specified by the @code{banner} group parameter
8152 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8153 annoying banners and/or signatures that some mailing lists and moderated
8154 groups adds to all the messages.  The way to use this function is to add
8155 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8156 group you want banners stripped from.  The parameter either be a string,
8157 which will be interpreted as a regular expression matching text to be
8158 removed, or the symbol @code{signature}, meaning that the (last)
8159 signature should be removed, or other symbol, meaning that the
8160 corresponding regular expression in @code{gnus-article-banner-alist} is
8161 used.
8162
8163 Regardless of a group, you can hide things like advertisements only when
8164 the sender of an article has a certain mail address specified in
8165 @code{gnus-article-address-banner-alist}.
8166
8167 @table @code
8168
8169 @item gnus-article-address-banner-alist
8170 @vindex gnus-article-address-banner-alist
8171 Alist of mail addresses and banners.  Each element has the form
8172 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8173 matching a mail address in the From header, @var{banner} is one of a
8174 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8175 a regexp and @code{nil}.  If @var{address} matches author's mail
8176 address, it will remove things like advertisements.  For example, if a
8177 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8178 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8179 sends, you can use the following element to remove them:
8180
8181 @lisp
8182 ("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8183 @end lisp
8184
8185 @end table
8186
8187 @item W W c
8188 @kindex W W c (Summary)
8189 @findex gnus-article-hide-citation
8190 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8191 customizing the hiding:
8192
8193 @table @code
8194
8195 @item gnus-cited-opened-text-button-line-format
8196 @itemx gnus-cited-closed-text-button-line-format
8197 @vindex gnus-cited-closed-text-button-line-format
8198 @vindex gnus-cited-opened-text-button-line-format
8199 Gnus adds buttons to show where the cited text has been hidden, and to
8200 allow toggle hiding the text.  The format of the variable is specified
8201 by these format-like variable (@pxref{Formatting Variables}).  These
8202 specs are valid:
8203
8204 @table @samp
8205 @item b
8206 Starting point of the hidden text.
8207 @item e
8208 Ending point of the hidden text.
8209 @item l
8210 Number of characters in the hidden region.
8211 @item n
8212 Number of lines of hidden text.
8213 @end table
8214
8215 @item gnus-cited-lines-visible
8216 @vindex gnus-cited-lines-visible
8217 The number of lines at the beginning of the cited text to leave
8218 shown. This can also be a cons cell with the number of lines at the top
8219 and bottom of the text, respectively, to remain visible.
8220
8221 @end table
8222
8223 @item W W C-c
8224 @kindex W W C-c (Summary)
8225 @findex gnus-article-hide-citation-maybe
8226
8227 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8228 following two variables:
8229
8230 @table @code
8231 @item gnus-cite-hide-percentage
8232 @vindex gnus-cite-hide-percentage
8233 If the cited text is of a bigger percentage than this variable (default
8234 50), hide the cited text.
8235
8236 @item gnus-cite-hide-absolute
8237 @vindex gnus-cite-hide-absolute
8238 The cited text must have at least this length (default 10) before it
8239 is hidden.
8240 @end table
8241
8242 @item W W C
8243 @kindex W W C (Summary)
8244 @findex gnus-article-hide-citation-in-followups
8245 Hide cited text in articles that aren't roots
8246 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8247 useful as an interactive command, but might be a handy function to stick
8248 have happen automatically (@pxref{Customizing Articles}).
8249
8250 @end table
8251
8252 All these ``hiding'' commands are toggles, but if you give a negative
8253 prefix to these commands, they will show what they have previously
8254 hidden.  If you give a positive prefix, they will always hide.
8255
8256 Also @pxref{Article Highlighting} for further variables for
8257 citation customization.
8258
8259 @xref{Customizing Articles}, for how to hide article elements
8260 automatically.
8261
8262
8263 @node Article Washing
8264 @subsection Article Washing
8265 @cindex washing
8266 @cindex article washing
8267
8268 We call this ``article washing'' for a really good reason.  Namely, the
8269 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8270
8271 @dfn{Washing} is defined by us as ``changing something from something to
8272 something else'', but normally results in something looking better.
8273 Cleaner, perhaps.
8274
8275 @xref{Customizing Articles}, if you want to change how Gnus displays
8276 articles by default.
8277
8278 @table @kbd
8279
8280 @item C-u g
8281 This is not really washing, it's sort of the opposite of washing.  If
8282 you type this, you see the article exactly as it exists on disk or on
8283 the server.
8284
8285 @item g
8286 Force redisplaying of the current article
8287 (@code{gnus-summary-show-article}).  This is also not really washing.
8288 If you type this, you see the article without any previously applied
8289 interactive Washing functions but with all default treatments
8290 (@pxref{Customizing Articles}).
8291
8292 @item W l
8293 @kindex W l (Summary)
8294 @findex gnus-summary-stop-page-breaking
8295 Remove page breaks from the current article
8296 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8297 delimiters.
8298
8299 @item W r
8300 @kindex W r (Summary)
8301 @findex gnus-summary-caesar-message
8302 @c @icon{gnus-summary-caesar-message}
8303 Do a Caesar rotate (rot13) on the article buffer
8304 (@code{gnus-summary-caesar-message}).
8305 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8306 (Typically offensive jokes and such.)
8307
8308 It's commonly called ``rot13'' because each letter is rotated 13
8309 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8310 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8311 is rumored to have employed this form of, uh, somewhat weak encryption.
8312
8313 @item W m
8314 @kindex W m (Summary)
8315 @findex gnus-summary-morse-message
8316 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8317
8318 @item W t
8319 @item t
8320 @kindex W t (Summary)
8321 @kindex t (Summary)
8322 @findex gnus-summary-toggle-header
8323 Toggle whether to display all headers in the article buffer
8324 (@code{gnus-summary-toggle-header}).
8325
8326 @item W v
8327 @kindex W v (Summary)
8328 @findex gnus-summary-verbose-headers
8329 Toggle whether to display all headers in the article buffer permanently
8330 (@code{gnus-summary-verbose-headers}).
8331
8332 @item W m
8333 @kindex W m (Summary)
8334 @findex gnus-summary-toggle-mime
8335 Toggle whether to run the article through @sc{mime} before displaying
8336 (@code{gnus-summary-toggle-mime}).
8337
8338 @item W o
8339 @kindex W o (Summary)
8340 @findex gnus-article-treat-overstrike
8341 Treat overstrike (@code{gnus-article-treat-overstrike}).
8342
8343 @item W d
8344 @kindex W d (Summary)
8345 @findex gnus-article-treat-dumbquotes
8346 @vindex gnus-article-dumbquotes-map
8347 @cindex Smartquotes
8348 @cindex M****s*** sm*rtq**t*s
8349 @cindex Latin 1
8350 Treat M****s*** sm*rtq**t*s according to
8351 @code{gnus-article-dumbquotes-map}
8352 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8353 whether a character is a sm*rtq**t* or not, so it should only be used
8354 interactively.
8355
8356 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8357 an attempt to provide more quoting characters.  If you see something
8358 like @code{\222} or @code{\264} where you're expecting some kind of
8359 apostrophe or quotation mark, then try this wash.
8360
8361 @item W Y f
8362 @kindex W Y f (Summary)
8363 @findex gnus-article-outlook-deuglify-article
8364 @cindex Outlook Express
8365 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8366 unwrap lines, repair attribution and rearrange citation.
8367 (@code{gnus-article-outlook-deuglify-article}).
8368
8369 @item W Y u
8370 @kindex W Y u (Summary)
8371 @findex gnus-article-outlook-unwrap-lines
8372 @vindex gnus-outlook-deuglify-unwrap-min
8373 @vindex gnus-outlook-deuglify-unwrap-max
8374 Unwrap lines that appear to be wrapped citation lines.  You can control
8375 what lines will be unwrapped by frobbing
8376 @code{gnus-outlook-deuglify-unwrap-min} and
8377 @code{gnus-outlook-deuglify-unwrap-max}, indicating the miminum and
8378 maximum length of an unwrapped citation line.
8379 (@code{gnus-article-outlook-unwrap-lines}).
8380
8381 @item W Y a
8382 @kindex W Y a (Summary)
8383 @findex gnus-article-outlook-repair-attribution
8384 Repair a broken attribution line.
8385 (@code{gnus-article-outlook-repair-attribution}).
8386
8387 @item W Y c
8388 @kindex W Y c (Summary)
8389 @findex gnus-article-outlook-rearrange-citation
8390 Repair broken citations by rearranging the text.
8391 (@code{gnus-article-outlook-rearrange-citation}).
8392
8393 @item W w
8394 @kindex W w (Summary)
8395 @findex gnus-article-fill-cited-article
8396 Do word wrap (@code{gnus-article-fill-cited-article}).
8397
8398 You can give the command a numerical prefix to specify the width to use
8399 when filling.
8400
8401 @item W Q
8402 @kindex W Q (Summary)
8403 @findex gnus-article-fill-long-lines
8404 Fill long lines (@code{gnus-article-fill-long-lines}).
8405
8406 @item W C
8407 @kindex W C (Summary)
8408 @findex gnus-article-capitalize-sentences
8409 Capitalize the first word in each sentence
8410 (@code{gnus-article-capitalize-sentences}).
8411
8412 @item W c
8413 @kindex W c (Summary)
8414 @findex gnus-article-remove-cr
8415 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8416 (this takes care of DOS line endings), and then translate any remaining
8417 CRs into LF (this takes care of Mac line endings)
8418 (@code{gnus-article-remove-cr}).
8419
8420 @item W 6
8421 @kindex W 6 (Summary)
8422 @findex gnus-article-de-base64-unreadable
8423 Treat base64 (@code{gnus-article-de-base64-unreadable}).
8424 Base64 is one common @sc{mime} encoding employed when sending non-ASCII
8425 (i. e., 8-bit) articles.  Note that this is usually done
8426 automatically by Gnus if the message in question has a
8427 @code{Content-Transfer-Encoding} header that says that this encoding has
8428 been done.
8429 If a prefix is given, a charset will be asked for.
8430
8431 @item W Z
8432 @kindex W Z (Summary)
8433 @findex gnus-article-decode-HZ
8434 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8435 common encoding employed when sending Chinese articles.  It typically
8436 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8437
8438 @item W u
8439 @kindex W u (Summary)
8440 @findex gnus-article-unsplit-urls
8441 Remove newlines from within URLs.  Some mailers insert newlines into
8442 outgoing email messages to keep lines short.  This reformatting can
8443 split long URLs onto multiple lines.  Repair those URLs by removing
8444 the newlines (@code{gnus-article-unsplit-urls}).
8445
8446 @item W h
8447 @kindex W h (Summary)
8448 @findex gnus-article-wash-html
8449 Treat @sc{html} (@code{gnus-article-wash-html}).  Note that this is
8450 usually done automatically by Gnus if the message in question has a
8451 @code{Content-Type} header that says that the message is @sc{html}.
8452
8453 If a prefix is given, a charset will be asked for.
8454
8455 @vindex gnus-article-wash-function
8456 The default is to use the function specified by
8457 @code{mm-text-html-renderer} (@pxref{(emacs-mime)Display
8458 Customization}) to convert the @sc{html}, but this is controlled by
8459 the @code{gnus-article-wash-function} variable.  Pre-defined functions
8460 you can use include:
8461
8462 @table @code
8463 @item w3
8464 Use Emacs/w3.
8465
8466 @item w3m
8467 Use emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more
8468 information).
8469
8470 @item links
8471 Use Links (see @uref{http://artax.karlin.mff.cuni.cz/~mikulas/links/}).
8472
8473 @item lynx
8474 Use Lynx (see @uref{http://lynx.browser.org/}).
8475
8476 @item html2text
8477 Use html2text -- a simple @sc{html} converter included with Gnus.
8478
8479 @end table
8480
8481 @item W b
8482 @kindex W b (Summary)
8483 @findex gnus-article-add-buttons
8484 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8485 @xref{Article Buttons}.
8486
8487 @item W B
8488 @kindex W B (Summary)
8489 @findex gnus-article-add-buttons-to-head
8490 Add clickable buttons to the article headers
8491 (@code{gnus-article-add-buttons-to-head}).
8492
8493 @item W p
8494 @kindex W p (Summary)
8495 @findex gnus-article-verify-x-pgp-sig
8496 Verify a signed control message (@code{gnus-article-verify-x-pgp-sig}).
8497 Control messages such as @code{newgroup} and @code{checkgroups} are
8498 usually signed by the hierarchy maintainer.  You need to add the PGP
8499 public key of the maintainer to your keyring to verify the
8500 message.@footnote{PGP keys for many hierarchies are available at
8501 @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8502
8503 @item W s
8504 @kindex W s (Summary)
8505 @findex gnus-summary-force-verify-and-decrypt
8506 Verify a signed (PGP, @sc{pgp/mime} or @sc{s/mime}) message
8507 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8508
8509 @item W a
8510 @kindex W a (Summary)
8511 @findex gnus-article-strip-headers-in-body
8512 Strip headers like the @code{X-No-Archive} header from the beginning of
8513 article bodies (@code{gnus-article-strip-headers-in-body}).
8514
8515 @item W E l
8516 @kindex W E l (Summary)
8517 @findex gnus-article-strip-leading-blank-lines
8518 Remove all blank lines from the beginning of the article
8519 (@code{gnus-article-strip-leading-blank-lines}).
8520
8521 @item W E m
8522 @kindex W E m (Summary)
8523 @findex gnus-article-strip-multiple-blank-lines
8524 Replace all blank lines with empty lines and then all multiple empty
8525 lines with a single empty line.
8526 (@code{gnus-article-strip-multiple-blank-lines}).
8527
8528 @item W E t
8529 @kindex W E t (Summary)
8530 @findex gnus-article-remove-trailing-blank-lines
8531 Remove all blank lines at the end of the article
8532 (@code{gnus-article-remove-trailing-blank-lines}).
8533
8534 @item W E a
8535 @kindex W E a (Summary)
8536 @findex gnus-article-strip-blank-lines
8537 Do all the three commands above
8538 (@code{gnus-article-strip-blank-lines}).
8539
8540 @item W E A
8541 @kindex W E A (Summary)
8542 @findex gnus-article-strip-all-blank-lines
8543 Remove all blank lines
8544 (@code{gnus-article-strip-all-blank-lines}).
8545
8546 @item W E s
8547 @kindex W E s (Summary)
8548 @findex gnus-article-strip-leading-space
8549 Remove all white space from the beginning of all lines of the article
8550 body (@code{gnus-article-strip-leading-space}).
8551
8552 @item W E e
8553 @kindex W E e (Summary)
8554 @findex gnus-article-strip-trailing-space
8555 Remove all white space from the end of all lines of the article
8556 body (@code{gnus-article-strip-trailing-space}).
8557
8558 @end table
8559
8560 @xref{Customizing Articles}, for how to wash articles automatically.
8561
8562
8563 @node Article Header
8564 @subsection Article Header
8565
8566 These commands perform various transformations of article header.
8567
8568 @table @kbd
8569
8570 @item W G u
8571 @kindex W G u (Summary)
8572 @findex gnus-article-treat-unfold-headers
8573 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8574
8575 @item W G n
8576 @kindex W G n (Summary)
8577 @findex gnus-article-treat-fold-newsgroups
8578 Fold the @code{Newsgroups} and @code{Followup-To} headers
8579 (@code{gnus-article-treat-fold-newsgroups}).
8580
8581 @item W G f
8582 @kindex W G f (Summary)
8583 @findex gnus-article-treat-fold-headers
8584 Fold all the message headers
8585 (@code{gnus-article-treat-fold-headers}).
8586
8587 @item W E w
8588 @kindex W E w
8589 @findex gnus-article-remove-leading-whitespace
8590 Remove excessive whitespace from all headers
8591 (@code{gnus-article-remove-leading-whitespace}).
8592
8593 @end table
8594
8595
8596 @node Article Buttons
8597 @subsection Article Buttons
8598 @cindex buttons
8599
8600 People often include references to other stuff in articles, and it would
8601 be nice if Gnus could just fetch whatever it is that people talk about
8602 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8603 button on these references.
8604
8605 @vindex gnus-button-man-handler
8606 Gnus adds @dfn{buttons} to certain standard references by default:
8607 Well-formed URLs, mail addresses, Message-IDs, Info links and man pages.
8608 This is controlled by two variables, one that handles article bodies and
8609 one that handles article heads:
8610
8611 @table @code
8612
8613 @item gnus-button-alist
8614 @vindex gnus-button-alist
8615 This is an alist where each entry has this form:
8616
8617 @lisp
8618 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8619 @end lisp
8620
8621 @table @var
8622
8623 @item regexp
8624 All text that match this regular expression (case insensitive) will be
8625 considered an external reference.  Here's a typical regexp that matches
8626 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8627 variable containing a regexp, useful variables to use include
8628 @code{gnus-button-url-regexp}.
8629
8630 @item button-par
8631 Gnus has to know which parts of the matches is to be highlighted.  This
8632 is a number that says what sub-expression of the regexp is to be
8633 highlighted.  If you want it all highlighted, you use 0 here.
8634
8635 @item use-p
8636 This form will be @code{eval}ed, and if the result is non-@code{nil},
8637 this is considered a match.  This is useful if you want extra sifting to
8638 avoid false matches.
8639
8640 @item function
8641 This function will be called when you click on this button.
8642
8643 @item data-par
8644 As with @var{button-par}, this is a sub-expression number, but this one
8645 says which part of the match is to be sent as data to @var{function}.
8646
8647 @end table
8648
8649 So the full entry for buttonizing URLs is then
8650
8651 @lisp
8652 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8653 @end lisp
8654
8655 @item gnus-header-button-alist
8656 @vindex gnus-header-button-alist
8657 This is just like the other alist, except that it is applied to the
8658 article head only, and that each entry has an additional element that is
8659 used to say what headers to apply the buttonize coding to:
8660
8661 @lisp
8662 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8663 @end lisp
8664
8665 @var{header} is a regular expression.
8666
8667 @item gnus-button-url-regexp
8668 @vindex gnus-button-url-regexp
8669 A regular expression that matches embedded URLs.  It is used in the
8670 default values of the variables above.
8671
8672 @item gnus-article-button-face
8673 @vindex gnus-article-button-face
8674 Face used on buttons.
8675
8676 @item gnus-article-mouse-face
8677 @vindex gnus-article-mouse-face
8678 Face used when the mouse cursor is over a button.
8679
8680 @end table
8681
8682 @xref{Customizing Articles}, for how to buttonize articles automatically.
8683
8684
8685 @node Article Date
8686 @subsection Article Date
8687
8688 The date is most likely generated in some obscure timezone you've never
8689 heard of, so it's quite nice to be able to find out what the time was
8690 when the article was sent.
8691
8692 @table @kbd
8693
8694 @item W T u
8695 @kindex W T u (Summary)
8696 @findex gnus-article-date-ut
8697 Display the date in UT (aka. GMT, aka ZULU)
8698 (@code{gnus-article-date-ut}).
8699
8700 @item W T i
8701 @kindex W T i (Summary)
8702 @findex gnus-article-date-iso8601
8703 @cindex ISO 8601
8704 Display the date in international format, aka. ISO 8601
8705 (@code{gnus-article-date-iso8601}).
8706
8707 @item W T l
8708 @kindex W T l (Summary)
8709 @findex gnus-article-date-local
8710 Display the date in the local timezone (@code{gnus-article-date-local}).
8711
8712 @item W T p
8713 @kindex W T p (Summary)
8714 @findex gnus-article-date-english
8715 Display the date in a format that's easily pronounceable in English
8716 (@code{gnus-article-date-english}).
8717
8718 @item W T s
8719 @kindex W T s (Summary)
8720 @vindex gnus-article-time-format
8721 @findex gnus-article-date-user
8722 @findex format-time-string
8723 Display the date using a user-defined format
8724 (@code{gnus-article-date-user}).  The format is specified by the
8725 @code{gnus-article-time-format} variable, and is a string that's passed
8726 to @code{format-time-string}.  See the documentation of that variable
8727 for a list of possible format specs.
8728
8729 @item W T e
8730 @kindex W T e (Summary)
8731 @findex gnus-article-date-lapsed
8732 @findex gnus-start-date-timer
8733 @findex gnus-stop-date-timer
8734 Say how much time has elapsed between the article was posted and now
8735 (@code{gnus-article-date-lapsed}).  It looks something like:
8736
8737 @example
8738 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8739 @end example
8740
8741 @vindex gnus-article-date-lapsed-new-header
8742 The value of @code{gnus-article-date-lapsed-new-header} determines
8743 whether this header will just be added below the old Date one, or will
8744 replace it.
8745
8746 An advantage of using Gnus to read mail is that it converts simple bugs
8747 into wonderful absurdities.
8748
8749 If you want to have this line updated continually, you can put
8750
8751 @lisp
8752 (gnus-start-date-timer)
8753 @end lisp
8754
8755 in your @file{.gnus.el} file, or you can run it off of some hook.  If
8756 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8757 command.
8758
8759 @item W T o
8760 @kindex W T o (Summary)
8761 @findex gnus-article-date-original
8762 Display the original date (@code{gnus-article-date-original}).  This can
8763 be useful if you normally use some other conversion function and are
8764 worried that it might be doing something totally wrong.  Say, claiming
8765 that the article was posted in 1854.  Although something like that is
8766 @emph{totally} impossible.  Don't you trust me? *titter*
8767
8768 @end table
8769
8770 @xref{Customizing Articles}, for how to display the date in your
8771 preferred format automatically.
8772
8773
8774 @node Article Display
8775 @subsection Article Display
8776 @cindex picons
8777 @cindex x-face
8778 @cindex smileys
8779
8780 These commands add various frivolous display gimmicks to the article
8781 buffer in Emacs versions that support them.
8782
8783 @code{X-Face} headers are small black-and-white images supplied by the
8784 message headers (@pxref{X-Face}).
8785
8786 Picons, on the other hand, reside on your own system, and Gnus will
8787 try to match the headers to what you have (@pxref{Picons}).
8788
8789 Smileys are those little @samp{:-)} symbols that people like to litter
8790 their messages with (@pxref{Smileys}).
8791
8792 All these functions are toggles--if the elements already exist,
8793 they'll be removed.
8794
8795 @table @kbd
8796 @item W D x
8797 @kindex W D x (Summary)
8798 @findex gnus-article-display-x-face
8799 Display an @code{X-Face} in the @code{From} header.
8800 (@code{gnus-article-display-x-face}).
8801
8802 @item W D d
8803 @kindex W D d (Summary)
8804 @findex gnus-article-display-face
8805 Display a @code{Face} in the @code{From} header.
8806 (@code{gnus-article-display-face}).
8807
8808 @item W D s
8809 @kindex W D s (Summary)
8810 @findex gnus-treat-smiley
8811 Display smileys (@code{gnus-treat-smiley}).
8812
8813 @item W D f
8814 @kindex W D f (Summary)
8815 @findex gnus-treat-from-picon
8816 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
8817
8818 @item W D m
8819 @kindex W D m (Summary)
8820 @findex gnus-treat-mail-picon
8821 Piconify all mail headers (i. e., @code{Cc}, @code{To})
8822 (@code{gnus-treat-mail-picon}).
8823
8824 @item W D n
8825 @kindex W D n (Summary)
8826 @findex gnus-treat-newsgroups-picon
8827 Piconify all news headers (i. e., @code{Newsgroups} and
8828 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
8829
8830 @item W D D
8831 @kindex W D D (Summary)
8832 @findex gnus-article-remove-images
8833 Remove all images from the article buffer
8834 (@code{gnus-article-remove-images}).
8835
8836 @end table
8837
8838
8839
8840 @node Article Signature
8841 @subsection Article Signature
8842 @cindex signatures
8843 @cindex article signature
8844
8845 @vindex gnus-signature-separator
8846 Each article is divided into two parts---the head and the body.  The
8847 body can be divided into a signature part and a text part.  The variable
8848 that says what is to be considered a signature is
8849 @code{gnus-signature-separator}.  This is normally the standard
8850 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
8851 non-standard signature separators, so this variable can also be a list
8852 of regular expressions to be tested, one by one.  (Searches are done
8853 from the end of the body towards the beginning.)  One likely value is:
8854
8855 @lisp
8856 (setq gnus-signature-separator
8857       '("^-- $"         ; The standard
8858         "^-- *$"        ; A common mangling
8859         "^-------*$"    ; Many people just use a looong
8860                         ; line of dashes.  Shame!
8861         "^ *--------*$" ; Double-shame!
8862         "^________*$"   ; Underscores are also popular
8863         "^========*$")) ; Pervert!
8864 @end lisp
8865
8866 The more permissive you are, the more likely it is that you'll get false
8867 positives.
8868
8869 @vindex gnus-signature-limit
8870 @code{gnus-signature-limit} provides a limit to what is considered a
8871 signature when displaying articles.
8872
8873 @enumerate
8874 @item
8875 If it is an integer, no signature may be longer (in characters) than
8876 that integer.
8877 @item
8878 If it is a floating point number, no signature may be longer (in lines)
8879 than that number.
8880 @item
8881 If it is a function, the function will be called without any parameters,
8882 and if it returns @code{nil}, there is no signature in the buffer.
8883 @item
8884 If it is a string, it will be used as a regexp.  If it matches, the text
8885 in question is not a signature.
8886 @end enumerate
8887
8888 This variable can also be a list where the elements may be of the types
8889 listed above.  Here's an example:
8890
8891 @lisp
8892 (setq gnus-signature-limit
8893       '(200.0 "^---*Forwarded article"))
8894 @end lisp
8895
8896 This means that if there are more than 200 lines after the signature
8897 separator, or the text after the signature separator is matched by
8898 the regular expression @samp{^---*Forwarded article}, then it isn't a
8899 signature after all.
8900
8901
8902 @node Article Miscellania
8903 @subsection Article Miscellania
8904
8905 @table @kbd
8906 @item A t
8907 @kindex A t (Summary)
8908 @findex gnus-article-babel
8909 Translate the article from one language to another
8910 (@code{gnus-article-babel}).
8911
8912 @end table
8913
8914
8915 @node MIME Commands
8916 @section MIME Commands
8917 @cindex MIME decoding
8918 @cindex attachments
8919 @cindex viewing attachments
8920
8921 The following commands all understand the numerical prefix.  For
8922 instance, @kbd{3 b} means ``view the third @sc{mime} part''.
8923
8924 @table @kbd
8925 @item b
8926 @itemx K v
8927 @kindex b (Summary)
8928 @kindex K v (Summary)
8929 View the @sc{mime} part.
8930
8931 @item K o
8932 @kindex K o (Summary)
8933 Save the @sc{mime} part.
8934
8935 @item K c
8936 @kindex K c (Summary)
8937 Copy the @sc{mime} part.
8938
8939 @item K e
8940 @kindex K e (Summary)
8941 View the @sc{mime} part externally.
8942
8943 @item K i
8944 @kindex K i (Summary)
8945 View the @sc{mime} part internally.
8946
8947 @item K |
8948 @kindex K | (Summary)
8949 Pipe the @sc{mime} part to an external command.
8950 @end table
8951
8952 The rest of these @sc{mime} commands do not use the numerical prefix in
8953 the same manner:
8954
8955 @table @kbd
8956 @item K b
8957 @kindex K b (Summary)
8958 Make all the @sc{mime} parts have buttons in front of them.  This is
8959 mostly useful if you wish to save (or perform other actions) on inlined
8960 parts.
8961
8962 @item K m
8963 @kindex K m (Summary)
8964 @findex gnus-summary-repair-multipart
8965 Some multipart messages are transmitted with missing or faulty headers.
8966 This command will attempt to ``repair'' these messages so that they can
8967 be viewed in a more pleasant manner
8968 (@code{gnus-summary-repair-multipart}).
8969
8970 @item X m
8971 @kindex X m (Summary)
8972 @findex gnus-summary-save-parts
8973 Save all parts matching a @sc{mime} type to a directory
8974 (@code{gnus-summary-save-parts}).  Understands the process/prefix
8975 convention (@pxref{Process/Prefix}).
8976
8977 @item M-t
8978 @kindex M-t (Summary)
8979 @findex gnus-summary-toggle-display-buttonized
8980 Toggle the buttonized display of the article buffer
8981 (@code{gnus-summary-toggle-display-buttonized}).
8982
8983 @item W M w
8984 @kindex W M w (Summary)
8985 @findex gnus-article-decode-mime-words
8986 Decode RFC 2047-encoded words in the article headers
8987 (@code{gnus-article-decode-mime-words}).
8988
8989 @item W M c
8990 @kindex W M c (Summary)
8991 @findex gnus-article-decode-charset
8992 Decode encoded article bodies as well as charsets
8993 (@code{gnus-article-decode-charset}).
8994
8995 This command looks in the @code{Content-Type} header to determine the
8996 charset.  If there is no such header in the article, you can give it a
8997 prefix, which will prompt for the charset to decode as.  In regional
8998 groups where people post using some common encoding (but do not
8999 include @sc{mime} headers), you can set the @code{charset} group/topic
9000 parameter to the required charset (@pxref{Group Parameters}).
9001
9002 @item W M v
9003 @kindex W M v (Summary)
9004 @findex gnus-mime-view-all-parts
9005 View all the @sc{mime} parts in the current article
9006 (@code{gnus-mime-view-all-parts}).
9007
9008 @end table
9009
9010 Relevant variables:
9011
9012 @table @code
9013 @item gnus-ignored-mime-types
9014 @vindex gnus-ignored-mime-types
9015 This is a list of regexps.  @sc{mime} types that match a regexp from
9016 this list will be completely ignored by Gnus.  The default value is
9017 @code{nil}.
9018
9019 To have all Vcards be ignored, you'd say something like this:
9020
9021 @lisp
9022 (setq gnus-ignored-mime-types
9023       '("text/x-vcard"))
9024 @end lisp
9025
9026 @item gnus-article-loose-mime
9027 @vindex gnus-article-loose-mime
9028 If non-@code{nil}, Gnus won't required the @samp{MIME-Version} header
9029 before interpreting the message as a @sc{mime} message.  This helps
9030 when reading messages from certain broken mail user agents.  The
9031 default is @code{nil}.
9032
9033 @item gnus-article-emulate-mime
9034 @vindex gnus-article-emulate-mime
9035 There are other, non-@sc{mime} encoding methods used.  The most common
9036 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9037 This variable is non-@code{nil}, Gnus will look in message bodies to
9038 see if it finds these encodings, and if so, it'll run them through the
9039 Gnus @sc{mime} machinery.  The default is @code{t}.
9040
9041 @item gnus-unbuttonized-mime-types
9042 @vindex gnus-unbuttonized-mime-types
9043 This is a list of regexps.  @sc{mime} types that match a regexp from
9044 this list won't have @sc{mime} buttons inserted unless they aren't
9045 displayed or this variable is overridden by
9046 @code{gnus-buttonized-mime-types}.  The default value is
9047 @code{(".*/.*")}.  This variable is only used when
9048 @code{gnus-inhibit-mime-unbuttonizing} is nil.
9049
9050 @item gnus-buttonized-mime-types
9051 @vindex gnus-buttonized-mime-types
9052 This is a list of regexps.  @sc{mime} types that match a regexp from
9053 this list will have @sc{mime} buttons inserted unless they aren't
9054 displayed.  This variable overrides
9055 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9056 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9057 is nil.
9058
9059 To see e.g. security buttons but no other buttons, you could set this
9060 variable to @code{("multipart/signed")} and leave
9061 @code{gnus-unbuttonized-mime-types} at the default value.
9062
9063 @item gnus-inhibit-mime-unbuttonizing
9064 @vindex gnus-inhibit-mime-unbuttonizing
9065 If this is non-nil, then all @sc{mime} parts get buttons.  The default
9066 value is @code{nil}.
9067
9068 @item gnus-article-mime-part-function
9069 @vindex gnus-article-mime-part-function
9070 For each @sc{mime} part, this function will be called with the @sc{mime}
9071 handle as the parameter.  The function is meant to be used to allow
9072 users to gather information from the article (e. g., add Vcard info to
9073 the bbdb database) or to do actions based on parts (e. g., automatically
9074 save all jpegs into some directory).
9075
9076 Here's an example function the does the latter:
9077
9078 @lisp
9079 (defun my-save-all-jpeg-parts (handle)
9080   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9081     (with-temp-buffer
9082       (insert (mm-get-part handle))
9083       (write-region (point-min) (point-max)
9084                     (read-file-name "Save jpeg to: ")))))
9085 (setq gnus-article-mime-part-function
9086       'my-save-all-jpeg-parts)
9087 @end lisp
9088
9089 @vindex gnus-mime-multipart-functions
9090 @item gnus-mime-multipart-functions
9091 Alist of @sc{mime} multipart types and functions to handle them.
9092
9093 @vindex mm-file-name-rewrite-functions
9094 @item mm-file-name-rewrite-functions
9095 List of functions used for rewriting file names of @sc{mime} parts.
9096 Each function takes a file name as input and returns a file name.
9097
9098 Ready-made functions include@*
9099 @code{mm-file-name-delete-whitespace},
9100 @code{mm-file-name-trim-whitespace},
9101 @code{mm-file-name-collapse-whitespace}, and
9102 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9103 the variable @code{mm-file-name-replace-whitespace} to replace each
9104 whitespace character in a file name with that string; default value
9105 is @code{"_"} (a single underscore).
9106 @findex mm-file-name-delete-whitespace
9107 @findex mm-file-name-trim-whitespace
9108 @findex mm-file-name-collapse-whitespace
9109 @findex mm-file-name-replace-whitespace
9110 @vindex mm-file-name-replace-whitespace
9111
9112 The standard functions @code{capitalize}, @code{downcase},
9113 @code{upcase}, and @code{upcase-initials} may be useful, too.
9114
9115 Everybody knows that whitespace characters in file names are evil,
9116 except those who don't know.  If you receive lots of attachments from
9117 such unenlightened users, you can make live easier by adding
9118
9119 @lisp
9120 (setq mm-file-name-rewrite-functions
9121       '(mm-file-name-trim-whitespace
9122         mm-file-name-collapse-whitespace
9123         mm-file-name-replace-whitespace))
9124 @end lisp
9125
9126 @noindent
9127 to your @file{.gnus.el} file.
9128
9129 @end table
9130
9131
9132 @node Charsets
9133 @section Charsets
9134 @cindex charsets
9135
9136 People use different charsets, and we have @sc{mime} to let us know what
9137 charsets they use.  Or rather, we wish we had.  Many people use
9138 newsreaders and mailers that do not understand or use @sc{mime}, and
9139 just send out messages without saying what character sets they use.  To
9140 help a bit with this, some local news hierarchies have policies that say
9141 what character set is the default.  For instance, the @samp{fj}
9142 hierarchy uses @code{iso-2022-jp-2}.
9143
9144 @vindex gnus-group-charset-alist
9145 This knowledge is encoded in the @code{gnus-group-charset-alist}
9146 variable, which is an alist of regexps (use the first item to match full
9147 group names) and default charsets to be used when reading these groups.
9148
9149 @vindex gnus-newsgroup-ignored-charsets
9150 In addition, some people do use soi-disant @sc{mime}-aware agents that
9151 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9152 even if they really are in @code{koi-8}.  To help here, the
9153 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9154 charsets that are listed here will be ignored.  The variable can be
9155 set on a group-by-group basis using the group parameters (@pxref{Group
9156 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9157 which includes values some agents insist on having in there.
9158
9159 @vindex gnus-group-posting-charset-alist
9160 When posting, @code{gnus-group-posting-charset-alist} is used to
9161 determine which charsets should not be encoded using the @sc{mime}
9162 encodings.  For instance, some hierarchies discourage using
9163 quoted-printable header encoding.
9164
9165 This variable is an alist of regexps and permitted unencoded charsets
9166 for posting.  Each element of the alist has the form @code{(}@var{test
9167 header body-list}@code{)}, where:
9168
9169 @table @var
9170 @item test
9171 is either a regular expression matching the newsgroup header or a
9172 variable to query,
9173 @item header
9174 is the charset which may be left unencoded in the header (@code{nil}
9175 means encode all charsets),
9176 @item body-list
9177 is a list of charsets which may be encoded using 8bit content-transfer
9178 encoding in the body, or one of the special values @code{nil} (always
9179 encode using quoted-printable) or @code{t} (always use 8bit).
9180 @end table
9181
9182 @cindex Russian
9183 @cindex koi8-r
9184 @cindex koi8-u
9185 @cindex iso-8859-5
9186 @cindex coding system aliases
9187 @cindex preferred charset
9188
9189 Other charset tricks that may be useful, although not Gnus-specific:
9190
9191 If there are several @sc{mime} charsets that encode the same Emacs
9192 charset, you can choose what charset to use by saying the following:
9193
9194 @lisp
9195 (put-charset-property 'cyrillic-iso8859-5
9196                       'preferred-coding-system 'koi8-r)
9197 @end lisp
9198
9199 This means that Russian will be encoded using @code{koi8-r} instead of
9200 the default @code{iso-8859-5} @sc{mime} charset.
9201
9202 If you want to read messages in @code{koi8-u}, you can cheat and say
9203
9204 @lisp
9205 (define-coding-system-alias 'koi8-u 'koi8-r)
9206 @end lisp
9207
9208 This will almost do the right thing.
9209
9210 And finally, to read charsets like @code{windows-1251}, you can say
9211 something like
9212
9213 @lisp
9214 (codepage-setup 1251)
9215 (define-coding-system-alias 'windows-1251 'cp1251)
9216 @end lisp
9217
9218
9219 @node Article Commands
9220 @section Article Commands
9221
9222 @table @kbd
9223
9224 @item A P
9225 @cindex PostScript
9226 @cindex printing
9227 @kindex A P (Summary)
9228 @vindex gnus-ps-print-hook
9229 @findex gnus-summary-print-article
9230 Generate and print a PostScript image of the article buffer
9231 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9232 be run just before printing the buffer.  An alternative way to print
9233 article is to use Muttprint (@pxref{Saving Articles}).
9234
9235 @end table
9236
9237
9238 @node Summary Sorting
9239 @section Summary Sorting
9240 @cindex summary sorting
9241
9242 You can have the summary buffer sorted in various ways, even though I
9243 can't really see why you'd want that.
9244
9245 @table @kbd
9246
9247 @item C-c C-s C-n
9248 @kindex C-c C-s C-n (Summary)
9249 @findex gnus-summary-sort-by-number
9250 Sort by article number (@code{gnus-summary-sort-by-number}).
9251
9252 @item C-c C-s C-a
9253 @kindex C-c C-s C-a (Summary)
9254 @findex gnus-summary-sort-by-author
9255 Sort by author (@code{gnus-summary-sort-by-author}).
9256
9257 @item C-c C-s C-s
9258 @kindex C-c C-s C-s (Summary)
9259 @findex gnus-summary-sort-by-subject
9260 Sort by subject (@code{gnus-summary-sort-by-subject}).
9261
9262 @item C-c C-s C-d
9263 @kindex C-c C-s C-d (Summary)
9264 @findex gnus-summary-sort-by-date
9265 Sort by date (@code{gnus-summary-sort-by-date}).
9266
9267 @item C-c C-s C-l
9268 @kindex C-c C-s C-l (Summary)
9269 @findex gnus-summary-sort-by-lines
9270 Sort by lines (@code{gnus-summary-sort-by-lines}).
9271
9272 @item C-c C-s C-c
9273 @kindex C-c C-s C-c (Summary)
9274 @findex gnus-summary-sort-by-chars
9275 Sort by article length (@code{gnus-summary-sort-by-chars}).
9276
9277 @item C-c C-s C-i
9278 @kindex C-c C-s C-i (Summary)
9279 @findex gnus-summary-sort-by-score
9280 Sort by score (@code{gnus-summary-sort-by-score}).
9281
9282 @item C-c C-s C-r
9283 @kindex C-c C-s C-r (Summary)
9284 @findex gnus-summary-sort-by-random
9285 Randomize (@code{gnus-summary-sort-by-random}).
9286
9287 @item C-c C-s C-o
9288 @kindex C-c C-s C-o (Summary)
9289 @findex gnus-summary-sort-by-original
9290 Sort using the default sorting method
9291 (@code{gnus-summary-sort-by-original}).
9292 @end table
9293
9294 These functions will work both when you use threading and when you don't
9295 use threading.  In the latter case, all summary lines will be sorted,
9296 line by line.  In the former case, sorting will be done on a
9297 root-by-root basis, which might not be what you were looking for.  To
9298 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9299 Commands}).
9300
9301
9302 @node Finding the Parent
9303 @section Finding the Parent
9304 @cindex parent articles
9305 @cindex referring articles
9306
9307 @table @kbd
9308 @item ^
9309 @kindex ^ (Summary)
9310 @findex gnus-summary-refer-parent-article
9311 If you'd like to read the parent of the current article, and it is not
9312 displayed in the summary buffer, you might still be able to.  That is,
9313 if the current group is fetched by @sc{nntp}, the parent hasn't expired
9314 and the @code{References} in the current article are not mangled, you
9315 can just press @kbd{^} or @kbd{A r}
9316 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9317 you'll get the parent.  If the parent is already displayed in the
9318 summary buffer, point will just move to this article.
9319
9320 If given a positive numerical prefix, fetch that many articles back into
9321 the ancestry.  If given a negative numerical prefix, fetch just that
9322 ancestor.  So if you say @kbd{3 ^}, gnus will fetch the parent, the
9323 grandparent and the grandgrandparent of the current article.  If you say
9324 @kbd{-3 ^}, gnus will only fetch the grandgrandparent of the current
9325 article.
9326
9327 @item A R (Summary)
9328 @findex gnus-summary-refer-references
9329 @kindex A R (Summary)
9330 Fetch all articles mentioned in the @code{References} header of the
9331 article (@code{gnus-summary-refer-references}).
9332
9333 @item A T (Summary)
9334 @findex gnus-summary-refer-thread
9335 @kindex A T (Summary)
9336 Display the full thread where the current article appears
9337 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9338 headers in the current group to work, so it usually takes a while.  If
9339 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9340 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9341 visible effects normally, but it'll make this command work a whole lot
9342 faster.  Of course, it'll make group entry somewhat slow.
9343
9344 @vindex gnus-refer-thread-limit
9345 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9346 articles before the first displayed in the current group) headers to
9347 fetch when doing this command.  The default is 200.  If @code{t}, all
9348 the available headers will be fetched.  This variable can be overridden
9349 by giving the @kbd{A T} command a numerical prefix.
9350
9351 @item M-^ (Summary)
9352 @findex gnus-summary-refer-article
9353 @kindex M-^ (Summary)
9354 @cindex Message-ID
9355 @cindex fetching by Message-ID
9356 You can also ask the @sc{nntp} server for an arbitrary article, no
9357 matter what group it belongs to.  @kbd{M-^}
9358 (@code{gnus-summary-refer-article}) will ask you for a
9359 @code{Message-ID}, which is one of those long, hard-to-read thingies
9360 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9361 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9362 @end table
9363
9364 The current select method will be used when fetching by
9365 @code{Message-ID} from non-news select method, but you can override this
9366 by giving this command a prefix.
9367
9368 @vindex gnus-refer-article-method
9369 If the group you are reading is located on a back end that does not
9370 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9371 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
9372 would, perhaps, be best if the @sc{nntp} server you consult is the one
9373 updating the spool you are reading from, but that's not really
9374 necessary.
9375
9376 It can also be a list of select methods, as well as the special symbol
9377 @code{current}, which means to use the current select method.  If it
9378 is a list, Gnus will try all the methods in the list until it finds a
9379 match.
9380
9381 Here's an example setting that will first try the current method, and
9382 then ask Google if that fails:
9383
9384 @lisp
9385 (setq gnus-refer-article-method
9386       '(current
9387         (nnweb "google" (nnweb-type google))))
9388 @end lisp
9389
9390 Most of the mail back ends support fetching by @code{Message-ID}, but
9391 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9392 @code{nnbabyl}, and @code{nnmaildir} are able to locate articles from
9393 any groups, while @code{nnml}, @code{nnfolder}, and @code{nnimap} are
9394 only able to locate articles that have been posted to the current group.
9395 (Anything else would be too time consuming.)  @code{nnmh} does not
9396 support this at all.
9397
9398
9399 @node Alternative Approaches
9400 @section Alternative Approaches
9401
9402 Different people like to read news using different methods.  This being
9403 gnus, we offer a small selection of minor modes for the summary buffers.
9404
9405 @menu
9406 * Pick and Read::               First mark articles and then read them.
9407 * Binary Groups::               Auto-decode all articles.
9408 @end menu
9409
9410
9411 @node Pick and Read
9412 @subsection Pick and Read
9413 @cindex pick and read
9414
9415 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9416 a two-phased reading interface.  The user first marks in a summary
9417 buffer the articles she wants to read.  Then she starts reading the
9418 articles with just an article buffer displayed.
9419
9420 @findex gnus-pick-mode
9421 @kindex M-x gnus-pick-mode
9422 Gnus provides a summary buffer minor mode that allows
9423 this---@code{gnus-pick-mode}.  This basically means that a few process
9424 mark commands become one-keystroke commands to allow easy marking, and
9425 it provides one additional command for switching to the summary buffer.
9426
9427 Here are the available keystrokes when using pick mode:
9428
9429 @table @kbd
9430 @item .
9431 @kindex . (Pick)
9432 @findex gnus-pick-article-or-thread
9433 Pick the article or thread on the current line
9434 (@code{gnus-pick-article-or-thread}).  If the variable
9435 @code{gnus-thread-hide-subtree} is true, then this key selects the
9436 entire thread when used at the first article of the thread.  Otherwise,
9437 it selects just the article.  If given a numerical prefix, go to that
9438 thread or article and pick it.  (The line number is normally displayed
9439 at the beginning of the summary pick lines.)
9440
9441 @item SPACE
9442 @kindex SPACE (Pick)
9443 @findex gnus-pick-next-page
9444 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9445 at the end of the buffer, start reading the picked articles.
9446
9447 @item u
9448 @kindex u (Pick)
9449 @findex gnus-pick-unmark-article-or-thread.
9450 Unpick the thread or article
9451 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9452 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9453 thread if used at the first article of the thread.  Otherwise it unpicks
9454 just the article.  You can give this key a numerical prefix to unpick
9455 the thread or article at that line.
9456
9457 @item RET
9458 @kindex RET (Pick)
9459 @findex gnus-pick-start-reading
9460 @vindex gnus-pick-display-summary
9461 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9462 given a prefix, mark all unpicked articles as read first.  If
9463 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9464 will still be visible when you are reading.
9465
9466 @end table
9467
9468 All the normal summary mode commands are still available in the
9469 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9470 which is mapped to the same function
9471 @code{gnus-summary-tick-article-forward}.
9472
9473 If this sounds like a good idea to you, you could say:
9474
9475 @lisp
9476 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9477 @end lisp
9478
9479 @vindex gnus-pick-mode-hook
9480 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9481
9482 @vindex gnus-mark-unpicked-articles-as-read
9483 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9484 all unpicked articles as read.  The default is @code{nil}.
9485
9486 @vindex gnus-summary-pick-line-format
9487 The summary line format in pick mode is slightly different from the
9488 standard format.  At the beginning of each line the line number is
9489 displayed.  The pick mode line format is controlled by the
9490 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9491 Variables}).  It accepts the same format specs that
9492 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9493
9494
9495 @node Binary Groups
9496 @subsection Binary Groups
9497 @cindex binary groups
9498
9499 @findex gnus-binary-mode
9500 @kindex M-x gnus-binary-mode
9501 If you spend much time in binary groups, you may grow tired of hitting
9502 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9503 is a minor mode for summary buffers that makes all ordinary Gnus article
9504 selection functions uudecode series of articles and display the result
9505 instead of just displaying the articles the normal way.
9506
9507 @kindex g (Binary)
9508 @findex gnus-binary-show-article
9509 The only way, in fact, to see the actual articles is the @kbd{g}
9510 command, when you have turned on this mode
9511 (@code{gnus-binary-show-article}).
9512
9513 @vindex gnus-binary-mode-hook
9514 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9515
9516
9517 @node Tree Display
9518 @section Tree Display
9519 @cindex trees
9520
9521 @vindex gnus-use-trees
9522 If you don't like the normal gnus summary display, you might try setting
9523 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9524 additional @dfn{tree buffer}.  You can execute all summary mode commands
9525 in the tree buffer.
9526
9527 There are a few variables to customize the tree display, of course:
9528
9529 @table @code
9530 @item gnus-tree-mode-hook
9531 @vindex gnus-tree-mode-hook
9532 A hook called in all tree mode buffers.
9533
9534 @item gnus-tree-mode-line-format
9535 @vindex gnus-tree-mode-line-format
9536 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9537 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9538 of valid specs, @pxref{Summary Buffer Mode Line}.
9539
9540 @item gnus-selected-tree-face
9541 @vindex gnus-selected-tree-face
9542 Face used for highlighting the selected article in the tree buffer.  The
9543 default is @code{modeline}.
9544
9545 @item gnus-tree-line-format
9546 @vindex gnus-tree-line-format
9547 A format string for the tree nodes.  The name is a bit of a misnomer,
9548 though---it doesn't define a line, but just the node.  The default value
9549 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9550 the name of the poster.  It is vital that all nodes are of the same
9551 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9552
9553 Valid specs are:
9554
9555 @table @samp
9556 @item n
9557 The name of the poster.
9558 @item f
9559 The @code{From} header.
9560 @item N
9561 The number of the article.
9562 @item [
9563 The opening bracket.
9564 @item ]
9565 The closing bracket.
9566 @item s
9567 The subject.
9568 @end table
9569
9570 @xref{Formatting Variables}.
9571
9572 Variables related to the display are:
9573
9574 @table @code
9575 @item gnus-tree-brackets
9576 @vindex gnus-tree-brackets
9577 This is used for differentiating between ``real'' articles and
9578 ``sparse'' articles.  The format is @code{((@var{real-open} . @var{real-close})
9579 (@var{sparse-open} . @var{sparse-close}) (@var{dummy-open} . @var{dummy-close}))}, and the
9580 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9581
9582 @item gnus-tree-parent-child-edges
9583 @vindex gnus-tree-parent-child-edges
9584 This is a list that contains the characters used for connecting parent
9585 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9586
9587 @end table
9588
9589 @item gnus-tree-minimize-window
9590 @vindex gnus-tree-minimize-window
9591 If this variable is non-@code{nil}, gnus will try to keep the tree
9592 buffer as small as possible to allow more room for the other gnus
9593 windows.  If this variable is a number, the tree buffer will never be
9594 higher than that number.  The default is @code{t}.  Note that if you
9595 have several windows displayed side-by-side in a frame and the tree
9596 buffer is one of these, minimizing the tree window will also resize all
9597 other windows displayed next to it.
9598
9599 You may also wish to add the following hook to keep the window minimized
9600 at all times:
9601
9602 @lisp
9603 (add-hook 'gnus-configure-windows-hook
9604           'gnus-tree-perhaps-minimize)
9605 @end lisp
9606
9607 @item gnus-generate-tree-function
9608 @vindex gnus-generate-tree-function
9609 @findex gnus-generate-horizontal-tree
9610 @findex gnus-generate-vertical-tree
9611 The function that actually generates the thread tree.  Two predefined
9612 functions are available: @code{gnus-generate-horizontal-tree} and
9613 @code{gnus-generate-vertical-tree} (which is the default).
9614
9615 @end table
9616
9617 Here's an example from a horizontal tree buffer:
9618
9619 @example
9620 @{***@}-(***)-[odd]-[Gun]
9621      |      \[Jan]
9622      |      \[odd]-[Eri]
9623      |      \(***)-[Eri]
9624      |            \[odd]-[Paa]
9625      \[Bjo]
9626      \[Gun]
9627      \[Gun]-[Jor]
9628 @end example
9629
9630 Here's the same thread displayed in a vertical tree buffer:
9631
9632 @example
9633 @{***@}
9634   |--------------------------\-----\-----\
9635 (***)                         [Bjo] [Gun] [Gun]
9636   |--\-----\-----\                          |
9637 [odd] [Jan] [odd] (***)                   [Jor]
9638   |           |     |--\
9639 [Gun]       [Eri] [Eri] [odd]
9640                           |
9641                         [Paa]
9642 @end example
9643
9644 If you're using horizontal trees, it might be nice to display the trees
9645 side-by-side with the summary buffer.  You could add something like the
9646 following to your @file{.gnus.el} file:
9647
9648 @lisp
9649 (setq gnus-use-trees t
9650       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9651       gnus-tree-minimize-window nil)
9652 (gnus-add-configuration
9653  '(article
9654    (vertical 1.0
9655              (horizontal 0.25
9656                          (summary 0.75 point)
9657                          (tree 1.0))
9658              (article 1.0))))
9659 @end lisp
9660
9661 @xref{Window Layout}.
9662
9663
9664 @node Mail Group Commands
9665 @section Mail Group Commands
9666 @cindex mail group commands
9667
9668 Some commands only make sense in mail groups.  If these commands are
9669 invalid in the current group, they will raise a hell and let you know.
9670
9671 All these commands (except the expiry and edit commands) use the
9672 process/prefix convention (@pxref{Process/Prefix}).
9673
9674 @table @kbd
9675
9676 @item B e
9677 @kindex B e (Summary)
9678 @findex gnus-summary-expire-articles
9679 Run all expirable articles in the current group through the expiry
9680 process (@code{gnus-summary-expire-articles}).  That is, delete all
9681 expirable articles in the group that have been around for a while.
9682 (@pxref{Expiring Mail}).
9683
9684 @item B C-M-e
9685 @kindex B C-M-e (Summary)
9686 @findex gnus-summary-expire-articles-now
9687 Delete all the expirable articles in the group
9688 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9689 articles eligible for expiry in the current group will
9690 disappear forever into that big @file{/dev/null} in the sky.
9691
9692 @item B DEL
9693 @kindex B DEL (Summary)
9694 @findex gnus-summary-delete-article
9695 @c @icon{gnus-summary-mail-delete}
9696 Delete the mail article.  This is ``delete'' as in ``delete it from your
9697 disk forever and ever, never to return again.'' Use with caution.
9698 (@code{gnus-summary-delete-article}).
9699
9700 @item B m
9701 @kindex B m (Summary)
9702 @cindex move mail
9703 @findex gnus-summary-move-article
9704 @vindex gnus-preserve-marks
9705 Move the article from one mail group to another
9706 (@code{gnus-summary-move-article}).  Marks will be preserved if
9707 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9708
9709 @item B c
9710 @kindex B c (Summary)
9711 @cindex copy mail
9712 @findex gnus-summary-copy-article
9713 @c @icon{gnus-summary-mail-copy}
9714 Copy the article from one group (mail group or not) to a mail group
9715 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9716 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9717
9718 @item B B
9719 @kindex B B (Summary)
9720 @cindex crosspost mail
9721 @findex gnus-summary-crosspost-article
9722 Crosspost the current article to some other group
9723 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
9724 the article in the other group, and the Xref headers of the article will
9725 be properly updated.
9726
9727 @item B i
9728 @kindex B i (Summary)
9729 @findex gnus-summary-import-article
9730 Import an arbitrary file into the current mail newsgroup
9731 (@code{gnus-summary-import-article}).  You will be prompted for a file
9732 name, a @code{From} header and a @code{Subject} header.
9733
9734 @item B I
9735 @kindex B I (Summary)
9736 @findex gnus-summary-create-article
9737 Create an empty article in the current mail newsgroups
9738 (@code{gnus-summary-create-article}).  You will be prompted for a
9739 @code{From} header and a @code{Subject} header.
9740
9741 @item B r
9742 @kindex B r (Summary)
9743 @findex gnus-summary-respool-article
9744 @vindex gnus-summary-respool-default-method
9745 Respool the mail article (@code{gnus-summary-respool-article}).
9746 @code{gnus-summary-respool-default-method} will be used as the default
9747 select method when respooling.  This variable is @code{nil} by default,
9748 which means that the current group select method will be used instead.
9749 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
9750 (which is the default).
9751
9752 @item B w
9753 @itemx e
9754 @kindex B w (Summary)
9755 @kindex e (Summary)
9756 @findex gnus-summary-edit-article
9757 @kindex C-c C-c (Article)
9758 @findex gnus-summary-edit-article-done
9759 Edit the current article (@code{gnus-summary-edit-article}).  To finish
9760 editing and make the changes permanent, type @kbd{C-c C-c}
9761 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
9762 @kbd{C-c C-c} command, gnus won't re-highlight the article.
9763
9764 @item B q
9765 @kindex B q (Summary)
9766 @findex gnus-summary-respool-query
9767 If you want to re-spool an article, you might be curious as to what group
9768 the article will end up in before you do the re-spooling.  This command
9769 will tell you (@code{gnus-summary-respool-query}).
9770
9771 @item B t
9772 @kindex B t (Summary)
9773 @findex gnus-summary-respool-trace
9774 Similarly, this command will display all fancy splitting patterns used
9775 when respooling, if any (@code{gnus-summary-respool-trace}).
9776
9777 @item B p
9778 @kindex B p (Summary)
9779 @findex gnus-summary-article-posted-p
9780 Some people have a tendency to send you ``courtesy'' copies when they
9781 follow up to articles you have posted.  These usually have a
9782 @code{Newsgroups} header in them, but not always.  This command
9783 (@code{gnus-summary-article-posted-p}) will try to fetch the current
9784 article from your news server (or rather, from
9785 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
9786 report back whether it found the article or not.  Even if it says that
9787 it didn't find the article, it may have been posted anyway---mail
9788 propagation is much faster than news propagation, and the news copy may
9789 just not have arrived yet.
9790
9791 @item K E
9792 @kindex K E (Summary)
9793 @findex gnus-article-encrypt-body
9794 @vindex gnus-article-encrypt-protocol
9795 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
9796 The body is encrypted with the encryption protocol specified by the
9797 variable @code{gnus-article-encrypt-protocol}.
9798
9799 @end table
9800
9801 @vindex gnus-move-split-methods
9802 @cindex moving articles
9803 If you move (or copy) articles regularly, you might wish to have gnus
9804 suggest where to put the articles.  @code{gnus-move-split-methods} is a
9805 variable that uses the same syntax as @code{gnus-split-methods}
9806 (@pxref{Saving Articles}).  You may customize that variable to create
9807 suggestions you find reasonable.  (Note that
9808 @code{gnus-move-split-methods} uses group names where
9809 @code{gnus-split-methods} uses file names.)
9810
9811 @lisp
9812 (setq gnus-move-split-methods
9813       '(("^From:.*Lars Magne" "nnml:junk")
9814         ("^Subject:.*gnus" "nnfolder:important")
9815         (".*" "nnml:misc")))
9816 @end lisp
9817
9818
9819 @node Various Summary Stuff
9820 @section Various Summary Stuff
9821
9822 @menu
9823 * Summary Group Information::   Information oriented commands.
9824 * Searching for Articles::      Multiple article commands.
9825 * Summary Generation Commands::  
9826 * Really Various Summary Commands::  Those pesky non-conformant commands.
9827 @end menu
9828
9829 @table @code
9830 @vindex gnus-summary-display-while-building
9831 @item gnus-summary-display-while-building
9832 If non-@code{nil}, show and update the summary buffer as it's being
9833 built.  If @code{t}, update the buffer after every line is inserted.
9834 If the value is an integer, @var{n}, update the display every @var{n}
9835 lines.  The default is @code{nil}.
9836
9837 @vindex gnus-summary-mode-hook
9838 @item gnus-summary-mode-hook
9839 This hook is called when creating a summary mode buffer.
9840
9841 @vindex gnus-summary-generate-hook
9842 @item gnus-summary-generate-hook
9843 This is called as the last thing before doing the threading and the
9844 generation of the summary buffer.  It's quite convenient for customizing
9845 the threading variables based on what data the newsgroup has.  This hook
9846 is called from the summary buffer after most summary buffer variables
9847 have been set.
9848
9849 @vindex gnus-summary-prepare-hook
9850 @item gnus-summary-prepare-hook
9851 It is called after the summary buffer has been generated.  You might use
9852 it to, for instance, highlight lines or modify the look of the buffer in
9853 some other ungodly manner.  I don't care.
9854
9855 @vindex gnus-summary-prepared-hook
9856 @item gnus-summary-prepared-hook
9857 A hook called as the very last thing after the summary buffer has been
9858 generated.
9859
9860 @vindex gnus-summary-ignore-duplicates
9861 @item gnus-summary-ignore-duplicates
9862 When gnus discovers two articles that have the same @code{Message-ID},
9863 it has to do something drastic.  No articles are allowed to have the
9864 same @code{Message-ID}, but this may happen when reading mail from some
9865 sources.  Gnus allows you to customize what happens with this variable.
9866 If it is @code{nil} (which is the default), gnus will rename the
9867 @code{Message-ID} (for display purposes only) and display the article as
9868 any other article.  If this variable is @code{t}, it won't display the
9869 article---it'll be as if it never existed.
9870
9871 @vindex gnus-alter-articles-to-read-function
9872 @item gnus-alter-articles-to-read-function
9873 This function, which takes two parameters (the group name and the list
9874 of articles to be selected), is called to allow the user to alter the
9875 list of articles to be selected.
9876
9877 For instance, the following function adds the list of cached articles to
9878 the list in one particular group:
9879
9880 @lisp
9881 (defun my-add-cached-articles (group articles)
9882   (if (string= group "some.group")
9883       (append gnus-newsgroup-cached articles)
9884     articles))
9885 @end lisp
9886
9887 @vindex gnus-newsgroup-variables
9888 @item gnus-newsgroup-variables
9889 A list of newsgroup (summary buffer) local variables, or cons of
9890 variables and their default values (when the default values are not
9891 nil), that should be made global while the summary buffer is active.
9892 These variables can be used to set variables in the group parameters
9893 while still allowing them to affect operations done in other
9894 buffers. For example:
9895
9896 @lisp
9897 (setq gnus-newsgroup-variables
9898      '(message-use-followup-to
9899        (gnus-visible-headers .
9900          "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
9901 @end lisp
9902
9903 @end table
9904
9905
9906 @node Summary Group Information
9907 @subsection Summary Group Information
9908
9909 @table @kbd
9910
9911 @item H f
9912 @kindex H f (Summary)
9913 @findex gnus-summary-fetch-faq
9914 @vindex gnus-group-faq-directory
9915 Try to fetch the FAQ (list of frequently asked questions) for the
9916 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
9917 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
9918 on a remote machine.  This variable can also be a list of directories.
9919 In that case, giving a prefix to this command will allow you to choose
9920 between the various sites.  @code{ange-ftp} or @code{efs} will probably
9921 be used for fetching the file.
9922
9923 @item H d
9924 @kindex H d (Summary)
9925 @findex gnus-summary-describe-group
9926 Give a brief description of the current group
9927 (@code{gnus-summary-describe-group}).  If given a prefix, force
9928 rereading the description from the server.
9929
9930 @item H h
9931 @kindex H h (Summary)
9932 @findex gnus-summary-describe-briefly
9933 Give an extremely brief description of the most important summary
9934 keystrokes (@code{gnus-summary-describe-briefly}).
9935
9936 @item H i
9937 @kindex H i (Summary)
9938 @findex gnus-info-find-node
9939 Go to the gnus info node (@code{gnus-info-find-node}).
9940 @end table
9941
9942
9943 @node Searching for Articles
9944 @subsection Searching for Articles
9945
9946 @table @kbd
9947
9948 @item M-s
9949 @kindex M-s (Summary)
9950 @findex gnus-summary-search-article-forward
9951 Search through all subsequent (raw) articles for a regexp
9952 (@code{gnus-summary-search-article-forward}).
9953
9954 @item M-r
9955 @kindex M-r (Summary)
9956 @findex gnus-summary-search-article-backward
9957 Search through all previous (raw) articles for a regexp
9958 (@code{gnus-summary-search-article-backward}).
9959
9960 @item &
9961 @kindex & (Summary)
9962 @findex gnus-summary-execute-command
9963 This command will prompt you for a header, a regular expression to match
9964 on this field, and a command to be executed if the match is made
9965 (@code{gnus-summary-execute-command}).  If the header is an empty
9966 string, the match is done on the entire article.  If given a prefix,
9967 search backward instead.
9968
9969 For instance, @kbd{& RET some.*string #} will put the process mark on
9970 all articles that have heads or bodies that match @samp{some.*string}.
9971
9972 @item M-&
9973 @kindex M-& (Summary)
9974 @findex gnus-summary-universal-argument
9975 Perform any operation on all articles that have been marked with
9976 the process mark (@code{gnus-summary-universal-argument}).
9977 @end table
9978
9979 @node Summary Generation Commands
9980 @subsection Summary Generation Commands
9981
9982 @table @kbd
9983
9984 @item Y g
9985 @kindex Y g (Summary)
9986 @findex gnus-summary-prepare
9987 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
9988
9989 @item Y c
9990 @kindex Y c (Summary)
9991 @findex gnus-summary-insert-cached-articles
9992 Pull all cached articles (for the current group) into the summary buffer
9993 (@code{gnus-summary-insert-cached-articles}).
9994
9995 @item Y d
9996 @kindex Y d (Summary)
9997 @findex gnus-summary-insert-dormant-articles
9998 Pull all dormant articles (for the current group) into the summary buffer
9999 (@code{gnus-summary-insert-dormant-articles}).
10000
10001 @end table
10002
10003
10004 @node Really Various Summary Commands
10005 @subsection Really Various Summary Commands
10006
10007 @table @kbd
10008
10009 @item A D
10010 @itemx C-d
10011 @kindex C-d (Summary)
10012 @kindex A D (Summary)
10013 @findex gnus-summary-enter-digest-group
10014 If the current article is a collection of other articles (for instance,
10015 a digest), you might use this command to enter a group based on the that
10016 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10017 guess what article type is currently displayed unless you give a prefix
10018 to this command, which forces a ``digest'' interpretation.  Basically,
10019 whenever you see a message that is a collection of other messages of
10020 some format, you @kbd{C-d} and read these messages in a more convenient
10021 fashion.
10022
10023 @item C-M-d
10024 @kindex C-M-d (Summary)
10025 @findex gnus-summary-read-document
10026 This command is very similar to the one above, but lets you gather
10027 several documents into one biiig group
10028 (@code{gnus-summary-read-document}).  It does this by opening several
10029 @code{nndoc} groups for each document, and then opening an
10030 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10031 command understands the process/prefix convention
10032 (@pxref{Process/Prefix}).
10033
10034 @item C-t
10035 @kindex C-t (Summary)
10036 @findex gnus-summary-toggle-truncation
10037 Toggle truncation of summary lines
10038 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10039 line centering function in the summary buffer, so it's not a good idea
10040 to have truncation switched off while reading articles.
10041
10042 @item =
10043 @kindex = (Summary)
10044 @findex gnus-summary-expand-window
10045 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10046 If given a prefix, force an @code{article} window configuration.
10047
10048 @item C-M-e
10049 @kindex C-M-e (Summary)
10050 @findex gnus-summary-edit-parameters
10051 Edit the group parameters (@pxref{Group Parameters}) of the current
10052 group (@code{gnus-summary-edit-parameters}).
10053
10054 @item C-M-a
10055 @kindex C-M-a (Summary)
10056 @findex gnus-summary-customize-parameters
10057 Customize the group parameters (@pxref{Group Parameters}) of the current
10058 group (@code{gnus-summary-customize-parameters}).
10059
10060 @end table
10061
10062
10063 @node Exiting the Summary Buffer
10064 @section Exiting the Summary Buffer
10065 @cindex summary exit
10066 @cindex exiting groups
10067
10068 Exiting from the summary buffer will normally update all info on the
10069 group and return you to the group buffer.
10070
10071 @table @kbd
10072
10073 @item Z Z
10074 @itemx q
10075 @kindex Z Z (Summary)
10076 @kindex q (Summary)
10077 @findex gnus-summary-exit
10078 @vindex gnus-summary-exit-hook
10079 @vindex gnus-summary-prepare-exit-hook
10080 @vindex gnus-group-no-more-groups-hook
10081 @c @icon{gnus-summary-exit}
10082 Exit the current group and update all information on the group
10083 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10084 called before doing much of the exiting, which calls
10085 @code{gnus-summary-expire-articles} by default.
10086 @code{gnus-summary-exit-hook} is called after finishing the exit
10087 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10088 group mode having no more (unread) groups.
10089
10090 @item Z E
10091 @itemx Q
10092 @kindex Z E (Summary)
10093 @kindex Q (Summary)
10094 @findex gnus-summary-exit-no-update
10095 Exit the current group without updating any information on the group
10096 (@code{gnus-summary-exit-no-update}).
10097
10098 @item Z c
10099 @itemx c
10100 @kindex Z c (Summary)
10101 @kindex c (Summary)
10102 @findex gnus-summary-catchup-and-exit
10103 @c @icon{gnus-summary-catchup-and-exit}
10104 Mark all unticked articles in the group as read and then exit
10105 (@code{gnus-summary-catchup-and-exit}).
10106
10107 @item Z C
10108 @kindex Z C (Summary)
10109 @findex gnus-summary-catchup-all-and-exit
10110 Mark all articles, even the ticked ones, as read and then exit
10111 (@code{gnus-summary-catchup-all-and-exit}).
10112
10113 @item Z n
10114 @kindex Z n (Summary)
10115 @findex gnus-summary-catchup-and-goto-next-group
10116 Mark all articles as read and go to the next group
10117 (@code{gnus-summary-catchup-and-goto-next-group}).
10118
10119 @item Z R
10120 @kindex Z R (Summary)
10121 @findex gnus-summary-reselect-current-group
10122 Exit this group, and then enter it again
10123 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10124 all articles, both read and unread.
10125
10126 @item Z G
10127 @itemx M-g
10128 @kindex Z G (Summary)
10129 @kindex M-g (Summary)
10130 @findex gnus-summary-rescan-group
10131 @c @icon{gnus-summary-mail-get}
10132 Exit the group, check for new articles in the group, and select the
10133 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10134 articles, both read and unread.
10135
10136 @item Z N
10137 @kindex Z N (Summary)
10138 @findex gnus-summary-next-group
10139 Exit the group and go to the next group
10140 (@code{gnus-summary-next-group}).
10141
10142 @item Z P
10143 @kindex Z P (Summary)
10144 @findex gnus-summary-prev-group
10145 Exit the group and go to the previous group
10146 (@code{gnus-summary-prev-group}).
10147
10148 @item Z s
10149 @kindex Z s (Summary)
10150 @findex gnus-summary-save-newsrc
10151 Save the current number of read/marked articles in the dribble buffer
10152 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10153 given a prefix, also save the @file{.newsrc} file(s).  Using this
10154 command will make exit without updating (the @kbd{Q} command) worthless.
10155 @end table
10156
10157 @vindex gnus-exit-group-hook
10158 @code{gnus-exit-group-hook} is called when you exit the current group
10159 with an ``updating'' exit.  For instance @kbd{Q}
10160 (@code{gnus-summary-exit-no-update}) does not call this hook.
10161
10162 @findex gnus-summary-wake-up-the-dead
10163 @findex gnus-dead-summary-mode
10164 @vindex gnus-kill-summary-on-exit
10165 If you're in the habit of exiting groups, and then changing your mind
10166 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10167 If you do that, gnus won't kill the summary buffer when you exit it.
10168 (Quelle surprise!)  Instead it will change the name of the buffer to
10169 something like @samp{*Dead Summary ... *} and install a minor mode
10170 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10171 buffer, you'll find that all keys are mapped to a function called
10172 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10173 summary buffer will result in a live, normal summary buffer.
10174
10175 There will never be more than one dead summary buffer at any one time.
10176
10177 @vindex gnus-use-cross-reference
10178 The data on the current group will be updated (which articles you have
10179 read, which articles you have replied to, etc.) when you exit the
10180 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10181 @code{t} (which is the default), articles that are cross-referenced to
10182 this group and are marked as read, will also be marked as read in the
10183 other subscribed groups they were cross-posted to.  If this variable is
10184 neither @code{nil} nor @code{t}, the article will be marked as read in
10185 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10186
10187
10188 @node Crosspost Handling
10189 @section Crosspost Handling
10190
10191 @cindex velveeta
10192 @cindex spamming
10193 Marking cross-posted articles as read ensures that you'll never have to
10194 read the same article more than once.  Unless, of course, somebody has
10195 posted it to several groups separately.  Posting the same article to
10196 several groups (not cross-posting) is called @dfn{spamming}, and you are
10197 by law required to send nasty-grams to anyone who perpetrates such a
10198 heinous crime.  You may want to try NoCeM handling to filter out spam
10199 (@pxref{NoCeM}).
10200
10201 Remember: Cross-posting is kinda ok, but posting the same article
10202 separately to several groups is not.  Massive cross-posting (aka.
10203 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10204 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10205 excessive crossposting (@pxref{Summary Mail Commands}).
10206
10207 @cindex cross-posting
10208 @cindex Xref
10209 @cindex @sc{nov}
10210 One thing that may cause Gnus to not do the cross-posting thing
10211 correctly is if you use an @sc{nntp} server that supports @sc{xover}
10212 (which is very nice, because it speeds things up considerably) which
10213 does not include the @code{Xref} header in its @sc{nov} lines.  This is
10214 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10215 even with @sc{xover} by registering the @code{Xref} lines of all
10216 articles you actually read, but if you kill the articles, or just mark
10217 them as read without reading them, Gnus will not get a chance to snoop
10218 the @code{Xref} lines out of these articles, and will be unable to use
10219 the cross reference mechanism.
10220
10221 @cindex LIST overview.fmt
10222 @cindex overview.fmt
10223 To check whether your @sc{nntp} server includes the @code{Xref} header
10224 in its overview files, try @samp{telnet your.nntp.server nntp},
10225 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10226 overview.fmt}.  This may not work, but if it does, and the last line you
10227 get does not read @samp{Xref:full}, then you should shout and whine at
10228 your news admin until she includes the @code{Xref} header in the
10229 overview files.
10230
10231 @vindex gnus-nov-is-evil
10232 If you want Gnus to get the @code{Xref}s right all the time, you have to
10233 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10234 considerably.
10235
10236 C'est la vie.
10237
10238 For an alternative approach, @pxref{Duplicate Suppression}.
10239
10240
10241 @node Duplicate Suppression
10242 @section Duplicate Suppression
10243
10244 By default, gnus tries to make sure that you don't have to read the same
10245 article more than once by utilizing the crossposting mechanism
10246 (@pxref{Crosspost Handling}).  However, that simple and efficient
10247 approach may not work satisfactory for some users for various
10248 reasons.
10249
10250 @enumerate
10251 @item
10252 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
10253 is evil and not very common.
10254
10255 @item
10256 The @sc{nntp} server may fail to include the @code{Xref} header in the
10257 @file{.overview} data bases.  This is evil and all too common, alas.
10258
10259 @item
10260 You may be reading the same group (or several related groups) from
10261 different @sc{nntp} servers.
10262
10263 @item
10264 You may be getting mail that duplicates articles posted to groups.
10265 @end enumerate
10266
10267 I'm sure there are other situations where @code{Xref} handling fails as
10268 well, but these four are the most common situations.
10269
10270 If, and only if, @code{Xref} handling fails for you, then you may
10271 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10272 will remember the @code{Message-ID}s of all articles you have read or
10273 otherwise marked as read, and then, as if by magic, mark them as read
10274 all subsequent times you see them---in @emph{all} groups.  Using this
10275 mechanism is quite likely to be somewhat inefficient, but not overly
10276 so.  It's certainly preferable to reading the same articles more than
10277 once.
10278
10279 Duplicate suppression is not a very subtle instrument.  It's more like a
10280 sledge hammer than anything else.  It works in a very simple
10281 fashion---if you have marked an article as read, it adds this Message-ID
10282 to a cache.  The next time it sees this Message-ID, it will mark the
10283 article as read with the @samp{M} mark.  It doesn't care what group it
10284 saw the article in.
10285
10286 @table @code
10287 @item gnus-suppress-duplicates
10288 @vindex gnus-suppress-duplicates
10289 If non-@code{nil}, suppress duplicates.
10290
10291 @item gnus-save-duplicate-list
10292 @vindex gnus-save-duplicate-list
10293 If non-@code{nil}, save the list of duplicates to a file.  This will
10294 make startup and shutdown take longer, so the default is @code{nil}.
10295 However, this means that only duplicate articles read in a single gnus
10296 session are suppressed.
10297
10298 @item gnus-duplicate-list-length
10299 @vindex gnus-duplicate-list-length
10300 This variable says how many @code{Message-ID}s to keep in the duplicate
10301 suppression list.  The default is 10000.
10302
10303 @item gnus-duplicate-file
10304 @vindex gnus-duplicate-file
10305 The name of the file to store the duplicate suppression list in.  The
10306 default is @file{~/News/suppression}.
10307 @end table
10308
10309 If you have a tendency to stop and start gnus often, setting
10310 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10311 you leave gnus running for weeks on end, you may have it @code{nil}.  On
10312 the other hand, saving the list makes startup and shutdown much slower,
10313 so that means that if you stop and start gnus often, you should set
10314 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10315 to you to figure out, I think.
10316
10317 @node Security
10318 @section Security
10319
10320 Gnus is able to verify signed messages or decrypt encrypted messages.
10321 The formats that are supported are PGP, @sc{pgp/mime} and @sc{s/mime},
10322 however you need some external programs to get things to work:
10323
10324 @enumerate
10325 @item
10326 To handle PGP and PGP/MIME messages, you have to install an OpenPGP
10327 implementation such as GnuPG.  The lisp interface to GnuPG included
10328 with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), but
10329 Mailcrypt and gpg.el are also supported.
10330
10331 @item
10332 To handle @sc{s/mime} message, you need to install OpenSSL.  OpenSSL 0.9.6
10333 or newer is recommended.
10334
10335 @end enumerate
10336
10337 More information on how to set things up can be found in the message
10338 manual (@pxref{Security, ,Security, message, Message Manual}).
10339
10340 @table @code
10341 @item mm-verify-option
10342 @vindex mm-verify-option
10343 Option of verifying signed parts.  @code{never}, not verify;
10344 @code{always}, always verify; @code{known}, only verify known
10345 protocols. Otherwise, ask user.
10346
10347 @item mm-decrypt-option
10348 @vindex mm-decrypt-option
10349 Option of decrypting encrypted parts.  @code{never}, no decryption;
10350 @code{always}, always decrypt; @code{known}, only decrypt known
10351 protocols. Otherwise, ask user.
10352
10353 @item mml1991-use
10354 @vindex mml1991-use
10355 Symbol indicating elisp interface to OpenPGP implementation for PGP
10356 messages.  The default is @code{pgg}, but @code{mailcrypt} and
10357 @code{gpg} are also supported although deprecated.
10358
10359 @item mml2015-use
10360 @vindex mml2015-use
10361 Symbol indicating elisp interface to OpenPGP implementation for
10362 PGP/MIME messages.  The default is @code{pgg}, but @code{mailcrypt}
10363 and @code{gpg} are also supported although deprecated.
10364
10365 @end table
10366
10367 @node Mailing List
10368 @section Mailing List
10369
10370 @kindex A M (summary)
10371 @findex gnus-mailing-list-insinuate
10372 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10373 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10374 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10375 summary buffer.
10376
10377 That enables the following commands to the summary buffer:
10378
10379 @table @kbd
10380
10381 @item C-c C-n h
10382 @kindex C-c C-n h (Summary)
10383 @findex gnus-mailing-list-help
10384 Send a message to fetch mailing list help, if List-Help field exists.
10385
10386 @item C-c C-n s
10387 @kindex C-c C-n s (Summary)
10388 @findex gnus-mailing-list-subscribe
10389 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10390
10391 @item C-c C-n u
10392 @kindex C-c C-n u (Summary)
10393 @findex gnus-mailing-list-unsubscribe
10394 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10395 field exists.
10396
10397 @item C-c C-n p
10398 @kindex C-c C-n p (Summary)
10399 @findex gnus-mailing-list-post
10400 Post to the mailing list, if List-Post field exists.
10401
10402 @item C-c C-n o
10403 @kindex C-c C-n o (Summary)
10404 @findex gnus-mailing-list-owner
10405 Send a message to the mailing list owner, if List-Owner field exists.
10406
10407 @item C-c C-n a
10408 @kindex C-c C-n a (Summary)
10409 @findex gnus-mailing-list-owner
10410 Browse the mailing list archive, if List-Archive field exists.
10411
10412 @end table
10413
10414 @node Article Buffer
10415 @chapter Article Buffer
10416 @cindex article buffer
10417
10418 The articles are displayed in the article buffer, of which there is only
10419 one.  All the summary buffers share the same article buffer unless you
10420 tell gnus otherwise.
10421
10422 @menu
10423 * Hiding Headers::              Deciding what headers should be displayed.
10424 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
10425 * Customizing Articles::        Tailoring the look of the articles.
10426 * Article Keymap::              Keystrokes available in the article buffer.
10427 * Misc Article::                Other stuff.
10428 @end menu
10429
10430
10431 @node Hiding Headers
10432 @section Hiding Headers
10433 @cindex hiding headers
10434 @cindex deleting headers
10435
10436 The top section of each article is the @dfn{head}.  (The rest is the
10437 @dfn{body}, but you may have guessed that already.)
10438
10439 @vindex gnus-show-all-headers
10440 There is a lot of useful information in the head: the name of the person
10441 who wrote the article, the date it was written and the subject of the
10442 article.  That's well and nice, but there's also lots of information
10443 most people do not want to see---what systems the article has passed
10444 through before reaching you, the @code{Message-ID}, the
10445 @code{References}, etc. ad nauseum---and you'll probably want to get rid
10446 of some of those lines.  If you want to keep all those lines in the
10447 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10448
10449 Gnus provides you with two variables for sifting headers:
10450
10451 @table @code
10452
10453 @item gnus-visible-headers
10454 @vindex gnus-visible-headers
10455 If this variable is non-@code{nil}, it should be a regular expression
10456 that says what headers you wish to keep in the article buffer.  All
10457 headers that do not match this variable will be hidden.
10458
10459 For instance, if you only want to see the name of the person who wrote
10460 the article and the subject, you'd say:
10461
10462 @lisp
10463 (setq gnus-visible-headers "^From:\\|^Subject:")
10464 @end lisp
10465
10466 This variable can also be a list of regexps to match headers to
10467 remain visible.
10468
10469 @item gnus-ignored-headers
10470 @vindex gnus-ignored-headers
10471 This variable is the reverse of @code{gnus-visible-headers}.  If this
10472 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10473 should be a regular expression that matches all lines that you want to
10474 hide.  All lines that do not match this variable will remain visible.
10475
10476 For instance, if you just want to get rid of the @code{References} field
10477 and the @code{Xref} field, you might say:
10478
10479 @lisp
10480 (setq gnus-ignored-headers "^References:\\|^Xref:")
10481 @end lisp
10482
10483 This variable can also be a list of regexps to match headers to
10484 be removed.
10485
10486 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10487 variable will have no effect.
10488
10489 @end table
10490
10491 @vindex gnus-sorted-header-list
10492 Gnus can also sort the headers for you.  (It does this by default.)  You
10493 can control the sorting by setting the @code{gnus-sorted-header-list}
10494 variable.  It is a list of regular expressions that says in what order
10495 the headers are to be displayed.
10496
10497 For instance, if you want the name of the author of the article first,
10498 and then the subject, you might say something like:
10499
10500 @lisp
10501 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10502 @end lisp
10503
10504 Any headers that are to remain visible, but are not listed in this
10505 variable, will be displayed in random order after all the headers listed in this variable.
10506
10507 @findex gnus-article-hide-boring-headers
10508 @vindex gnus-boring-article-headers
10509 You can hide further boring headers by setting
10510 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10511 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10512 list, but this list doesn't actually contain header names.  Instead is
10513 lists various @dfn{boring conditions} that Gnus can check and remove
10514 from sight.
10515
10516 These conditions are:
10517 @table @code
10518 @item empty
10519 Remove all empty headers.
10520 @item followup-to
10521 Remove the @code{Followup-To} header if it is identical to the
10522 @code{Newsgroups} header.
10523 @item reply-to
10524 Remove the @code{Reply-To} header if it lists the same address as the
10525 @code{From} header.
10526 @item newsgroups
10527 Remove the @code{Newsgroups} header if it only contains the current group
10528 name.
10529 @item to-address
10530 Remove the @code{To} header if it only contains the address identical to
10531 the current groups's @code{to-address} parameter.
10532 @item to-list
10533 Remove the @code{To} header if it only contains the address identical to
10534 the current groups's @code{to-list} parameter.
10535 @item cc-list
10536 Remove the @code{CC} header if it only contains the address identical to
10537 the current groups's @code{to-list} parameter.
10538 @item date
10539 Remove the @code{Date} header if the article is less than three days
10540 old.
10541 @item long-to
10542 Remove the @code{To} header if it is very long.
10543 @item many-to
10544 Remove all @code{To} headers if there are more than one.
10545 @end table
10546
10547 To include these three elements, you could say something like:
10548
10549 @lisp
10550 (setq gnus-boring-article-headers
10551       '(empty followup-to reply-to))
10552 @end lisp
10553
10554 This is also the default value for this variable.
10555
10556
10557 @node Using MIME
10558 @section Using MIME
10559 @cindex @sc{mime}
10560
10561 Mime is a standard for waving your hands through the air, aimlessly,
10562 while people stand around yawning.
10563
10564 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
10565 while all newsreaders die of fear.
10566
10567 @sc{mime} may specify what character set the article uses, the encoding
10568 of the characters, and it also makes it possible to embed pictures and
10569 other naughty stuff in innocent-looking articles.
10570
10571 @vindex gnus-show-mime
10572 @vindex gnus-article-display-method-for-mime
10573 @findex gnus-article-display-mime-message
10574 Gnus handles @sc{mime} by pushing the articles through
10575 @code{gnus-article-display-method-for-mime}, which is
10576 @code{gnus-article-display-mime-message} by default.  This function
10577 calls the @sc{semi} MIME-View program to actually do the work.  For more
10578 information on @sc{semi} MIME-View, see its manual page (however it is
10579 not existed yet, sorry).
10580
10581 Set @code{gnus-show-mime} to @code{t} if you want to use
10582 @sc{mime} all the time.  If you have @code{gnus-show-mime} set, then
10583 you'll see some unfortunate display glitches in the article buffer.
10584 These can't be avoided.
10585
10586 In GNUS or Gnus, it might be best to just use the toggling functions
10587 from the summary buffer to avoid getting nasty surprises. (For instance,
10588 you enter the group @samp{alt.sing-a-long} and, before you know it,
10589 @sc{mime} has decoded the sound file in the article and some horrible
10590 sing-a-long song comes screaming out your speakers, and you can't find
10591 the volume button, because there isn't one, and people are starting to
10592 look at you, and you try to stop the program, but you can't, and you
10593 can't find the program to control the volume, and everybody else in the
10594 room suddenly decides to look at you disdainfully, and you'll feel
10595 rather stupid.)
10596
10597 Any similarity to real events and people is purely coincidental.  Ahem.
10598
10599 To avoid such kind of situation, gnus stops to use
10600 @code{metamail-buffer}.  So now, you can set @code{gnus-show-mime} to
10601 non-@code{nil} every-time, then you can push button in the article
10602 buffer when there are nobody else.
10603
10604 Also see @pxref{MIME Commands}.
10605
10606
10607 @node Customizing Articles
10608 @section Customizing Articles
10609 @cindex article customization
10610
10611 A slew of functions for customizing how the articles are to look like
10612 exist.  You can call these functions interactively
10613 (@pxref{Article Washing}), or you can have them
10614 called automatically when you select the articles.
10615
10616 To have them called automatically, you should set the corresponding
10617 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10618 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10619 be set, but first we discuss the values these variables can have.
10620
10621 Note: Some values, while valid, make little sense.  Check the list below
10622 for sensible values.
10623
10624 @enumerate
10625 @item
10626 @code{nil}: Don't do this treatment.
10627
10628 @item
10629 @code{t}: Do this treatment on all body parts.
10630
10631 @item
10632 @code{head}: Do the treatment on the headers.
10633
10634 @item
10635 @code{last}: Do this treatment on the last part.
10636
10637 @item
10638 An integer: Do this treatment on all body parts that have a length less
10639 than this number.
10640
10641 @item
10642 A list of strings: Do this treatment on all body parts that are in
10643 articles that are read in groups that have names that match one of the
10644 regexps in the list.
10645
10646 @item
10647 A list where the first element is not a string:
10648
10649 The list is evaluated recursively.  The first element of the list is a
10650 predicate.  The following predicates are recognized: @code{or},
10651 @code{and}, @code{not} and @code{typep}.  Here's an example:
10652
10653 @lisp
10654 (or last
10655     (typep "text/x-vcard"))
10656 @end lisp
10657
10658 @item
10659 @code{mime}: Do this treatment if the value of @code{gnus-show-mime}' is
10660 non-nil.
10661
10662 @end enumerate
10663
10664 You may have noticed that the word @dfn{part} is used here.  This refers
10665 to the fact that some messages are @sc{mime} multipart articles that may
10666 be divided into several parts.  Articles that are not multiparts are
10667 considered to contain just a single part.
10668
10669 @vindex gnus-article-treat-types
10670 Are the treatments applied to all sorts of multipart parts?  Yes, if you
10671 want to, but by default, only @samp{text/plain} parts are given the
10672 treatment.  This is controlled by the @code{gnus-article-treat-types}
10673 variable, which is a list of regular expressions that are matched to the
10674 type of the part.  This variable is ignored if the value of the
10675 controlling variable is a predicate list, as described above.
10676
10677 The following treatment options are available.  The easiest way to
10678 customize this is to examine the @code{gnus-article-treat} customization
10679 group.  Values in parenthesis are suggested sensible values.  Others are
10680 possible but those listed are probably sufficient for most people.
10681
10682 @table @code
10683 @item gnus-treat-buttonize (t, integer)
10684 @item gnus-treat-buttonize-head (head)
10685
10686 @xref{Article Buttons}.
10687
10688 @item gnus-treat-capitalize-sentences (t, integer)
10689 @item gnus-treat-overstrike (t, integer)
10690 @item gnus-treat-strip-cr (t, integer)
10691 @item gnus-treat-strip-headers-in-body (t, integer)
10692 @item gnus-treat-strip-leading-blank-lines (t, integer)
10693 @item gnus-treat-strip-multiple-blank-lines (t, integer)
10694 @item gnus-treat-strip-pem (t, last, integer)
10695 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
10696 @item gnus-treat-unsplit-urls (t, integer)
10697 @item gnus-treat-wash-html (t, integer)
10698 @item gnus-treat-decode-article-as-default-mime-charset (t, integer)
10699
10700 @xref{Article Washing}.
10701
10702 @item gnus-treat-date-english (head)
10703 @item gnus-treat-date-iso8601 (head)
10704 @item gnus-treat-date-lapsed (head)
10705 @item gnus-treat-date-local (head)
10706 @item gnus-treat-date-original (head)
10707 @item gnus-treat-date-user-defined (head)
10708 @item gnus-treat-date-ut (head)
10709
10710 @xref{Article Date}.
10711
10712 @item gnus-treat-from-picon (head)
10713 @item gnus-treat-mail-picon (head)
10714 @item gnus-treat-newsgroups-picon (head)
10715
10716 @xref{Picons}.
10717
10718 @item gnus-treat-display-smileys (t, integer)
10719
10720 @item gnus-treat-body-boundary (head)
10721
10722 @vindex gnus-body-boundary-delimiter
10723 Adds a delimiter between header and body, the string used as delimiter
10724 is controlled by @code{gnus-body-boundary-delimiter}.
10725
10726 @xref{Smileys}.
10727
10728 @item gnus-treat-display-xface (head)
10729
10730 @xref{X-Face}.
10731
10732 @item gnus-treat-emphasize (t, head, integer)
10733 @item gnus-treat-fill-article (t, integer)
10734 @item gnus-treat-fill-long-lines (t, integer)
10735 @item gnus-treat-hide-boring-headers (head)
10736 @item gnus-treat-hide-citation (t, integer)
10737 @item gnus-treat-hide-citation-maybe (t, integer)
10738 @item gnus-treat-hide-headers (head)
10739 @item gnus-treat-hide-signature (t, last)
10740
10741 @xref{Article Hiding}.
10742
10743 @item gnus-treat-highlight-citation (t, integer)
10744 @item gnus-treat-highlight-headers (head)
10745 @item gnus-treat-highlight-signature (t, last, integer)
10746
10747 @xref{Article Highlighting}.
10748
10749 @item gnus-treat-play-sounds
10750 @item gnus-treat-translate
10751 @item gnus-treat-x-pgp-sig (head)
10752
10753 @item gnus-treat-unfold-headers (head)
10754 @item gnus-treat-fold-headers (head)
10755 @item gnus-treat-fold-newsgroups (head)
10756 @item gnus-treat-leading-whitespace (head)
10757
10758 @xref{Article Header}.
10759
10760
10761 @end table
10762
10763 @vindex gnus-part-display-hook
10764 You can, of course, write your own functions to be called from
10765 @code{gnus-part-display-hook}.  The functions are called narrowed to the
10766 part, and you can do anything you like, pretty much.  There is no
10767 information that you have to keep in the buffer---you can change
10768 everything.
10769
10770
10771 @node Article Keymap
10772 @section Article Keymap
10773
10774 Most of the keystrokes in the summary buffer can also be used in the
10775 article buffer.  They should behave as if you typed them in the summary
10776 buffer, which means that you don't actually have to have a summary
10777 buffer displayed while reading.  You can do it all from the article
10778 buffer.
10779
10780 A few additional keystrokes are available:
10781
10782 @table @kbd
10783
10784 @item SPACE
10785 @kindex SPACE (Article)
10786 @findex gnus-article-next-page
10787 Scroll forwards one page (@code{gnus-article-next-page}).
10788 This is exactly the same as @kbd{h SPACE h}.
10789
10790 @item DEL
10791 @kindex DEL (Article)
10792 @findex gnus-article-prev-page
10793 Scroll backwards one page (@code{gnus-article-prev-page}).
10794 This is exactly the same as @kbd{h DEL h}.
10795
10796 @item C-c ^
10797 @kindex C-c ^ (Article)
10798 @findex gnus-article-refer-article
10799 If point is in the neighborhood of a @code{Message-ID} and you press
10800 @kbd{C-c ^}, Gnus will try to get that article from the server
10801 (@code{gnus-article-refer-article}).
10802
10803 @item C-c C-m
10804 @kindex C-c C-m (Article)
10805 @findex gnus-article-mail
10806 Send a reply to the address near point (@code{gnus-article-mail}).  If
10807 given a prefix, include the mail.
10808
10809 @item s
10810 @kindex s (Article)
10811 @findex gnus-article-show-summary
10812 Reconfigure the buffers so that the summary buffer becomes visible
10813 (@code{gnus-article-show-summary}).
10814
10815 @item ?
10816 @kindex ? (Article)
10817 @findex gnus-article-describe-briefly
10818 Give a very brief description of the available keystrokes
10819 (@code{gnus-article-describe-briefly}).
10820
10821 @item TAB
10822 @kindex TAB (Article)
10823 @findex gnus-article-next-button
10824 Go to the next button, if any (@code{gnus-article-next-button}).  This
10825 only makes sense if you have buttonizing turned on.
10826
10827 @item M-TAB
10828 @kindex M-TAB (Article)
10829 @findex gnus-article-prev-button
10830 Go to the previous button, if any (@code{gnus-article-prev-button}).
10831
10832 @item R
10833 @kindex R (Article)
10834 @findex gnus-article-reply-with-original
10835 Send a reply to the current article and yank the current article
10836 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
10837 wide reply.  If the region is active, only yank the text in the
10838 region.
10839
10840 @item F
10841 @kindex F (Article)
10842 @findex gnus-article-followup-with-original
10843 Send a followup to the current article and yank the current article
10844 (@code{gnus-article-followup-with-original}).  If given a prefix, make
10845 a wide reply.  If the region is active, only yank the text in the
10846 region.
10847
10848
10849 @end table
10850
10851
10852 @node Misc Article
10853 @section Misc Article
10854
10855 @table @code
10856
10857 @item gnus-single-article-buffer
10858 @vindex gnus-single-article-buffer
10859 If non-@code{nil}, use the same article buffer for all the groups.
10860 (This is the default.)  If @code{nil}, each group will have its own
10861 article buffer.
10862
10863 @vindex gnus-article-decode-hook
10864 @item gnus-article-decode-hook
10865 @cindex MIME
10866 Hook used to decode @sc{mime} articles.  The default value is
10867 @code{(article-decode-charset article-decode-encoded-words)}
10868
10869 @vindex gnus-article-prepare-hook
10870 @item gnus-article-prepare-hook
10871 This hook is called right after the article has been inserted into the
10872 article buffer.  It is mainly intended for functions that do something
10873 depending on the contents; it should probably not be used for changing
10874 the contents of the article buffer.
10875
10876 @item gnus-article-mode-hook
10877 @vindex gnus-article-mode-hook
10878 Hook called in article mode buffers.
10879
10880 @item gnus-article-mode-syntax-table
10881 @vindex gnus-article-mode-syntax-table
10882 Syntax table used in article buffers.  It is initialized from
10883 @code{text-mode-syntax-table}.
10884
10885 @vindex gnus-article-mode-line-format
10886 @item gnus-article-mode-line-format
10887 This variable is a format string along the same lines as
10888 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
10889 accepts the same format specifications as that variable, with two
10890 extensions:
10891
10892 @table @samp
10893
10894 @item w
10895 The @dfn{wash status} of the article.  This is a short string with one
10896 character for each possible article wash operation that may have been
10897 performed.  The characters and their meaning:
10898
10899 @table @samp
10900
10901 @item c
10902 Displayed when cited text may be hidden in the article buffer.
10903
10904 @item h
10905 Displayed when headers are hidden in the article buffer.
10906
10907 @item p
10908 Displayed when article is digitally signed or encrypted, and Gnus has
10909 hidden the security headers.  (N.B. does not tell anything about
10910 security status, i.e. good or bad signature.)
10911
10912 @item s
10913 Displayed when the signature has been hidden in the Article buffer.
10914
10915 @item o
10916 Displayed when Gnus has treated overstrike characters in the article buffer.
10917
10918 @item e
10919 Displayed when Gnus has treated emphasised strings in the article buffer.
10920
10921 @end table
10922
10923 @item m
10924 The number of @sc{mime} parts in the article.
10925
10926 @end table
10927
10928 @vindex gnus-break-pages
10929
10930 @item gnus-break-pages
10931 Controls whether @dfn{page breaking} is to take place.  If this variable
10932 is non-@code{nil}, the articles will be divided into pages whenever a
10933 page delimiter appears in the article.  If this variable is @code{nil},
10934 paging will not be done.
10935
10936 @item gnus-page-delimiter
10937 @vindex gnus-page-delimiter
10938 This is the delimiter mentioned above.  By default, it is @samp{^L}
10939 (formfeed).
10940 @end table
10941
10942
10943 @node Composing Messages
10944 @chapter Composing Messages
10945 @cindex composing messages
10946 @cindex messages
10947 @cindex mail
10948 @cindex sending mail
10949 @cindex reply
10950 @cindex followup
10951 @cindex post
10952 @cindex using gpg
10953 @cindex using s/mime
10954 @cindex using smime
10955
10956 @kindex C-c C-c (Post)
10957 All commands for posting and mailing will put you in a message buffer
10958 where you can edit the article all you like, before you send the
10959 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
10960 Message Manual}.  Where the message will be posted/mailed to depends
10961 on your setup (@pxref{Posting Server}).
10962
10963 @menu
10964 * Mail::                        Mailing and replying.
10965 * Posting Server::              What server should you post and mail via?
10966 * Mail and Post::               Mailing and posting at the same time.
10967 * Archived Messages::           Where Gnus stores the messages you've sent.
10968 * Posting Styles::              An easier way to specify who you are.
10969 * Drafts::                      Postponing messages and rejected messages.
10970 * Rejected Articles::           What happens if the server doesn't like your article?
10971 * Signing and encrypting::      How to compose secure messages.
10972 @end menu
10973
10974 Also see @pxref{Canceling and Superseding} for information on how to
10975 remove articles you shouldn't have posted.
10976
10977
10978 @node Mail
10979 @section Mail
10980
10981 Variables for customizing outgoing mail:
10982
10983 @table @code
10984 @item gnus-uu-digest-headers
10985 @vindex gnus-uu-digest-headers
10986 List of regexps to match headers included in digested messages.  The
10987 headers will be included in the sequence they are matched.  If
10988 @code{nil} include all headers.
10989
10990 @item gnus-add-to-list
10991 @vindex gnus-add-to-list
10992 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
10993 that have none when you do a @kbd{a}.
10994
10995 @item gnus-confirm-mail-reply-to-news
10996 @vindex gnus-confirm-mail-reply-to-news
10997 This can also be a function receiving the group name as the only
10998 parameter which should return non-@code{nil} if a confirmation is
10999 needed, or a regular expression matching group names, where
11000 confirmation is should be asked for.
11001
11002 If you find yourself never wanting to reply to mail, but occasionally
11003 press R anyway, this variable might be for you.
11004
11005 @item gnus-confirm-treat-mail-like-news
11006 @vindex gnus-confirm-treat-mail-like-news
11007 If non-@code{nil}, Gnus also requests confirmation according to
11008 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11009 useful for treating mailing lists like newsgroups.
11010  
11011 @end table
11012
11013
11014 @node Posting Server
11015 @section Posting Server
11016
11017 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11018 (extremely intelligent, of course) article, where does it go?
11019
11020 Thank you for asking.  I hate you.
11021
11022 It can be quite complicated.
11023
11024 @vindex gnus-post-method
11025 When posting news, Message usually invokes @code{message-send-news}
11026 (@pxref{News Variables, , News Variables, message, Message Manual}).
11027 Normally, Gnus will post using the same select method as you're
11028 reading from (which might be convenient if you're reading lots of
11029 groups from different private servers).  However.  If the server
11030 you're reading from doesn't allow posting, just reading, you probably
11031 want to use some other server to post your (extremely intelligent and
11032 fabulously interesting) articles.  You can then set the
11033 @code{gnus-post-method} to some other method:
11034
11035 @lisp
11036 (setq gnus-post-method '(nnspool ""))
11037 @end lisp
11038
11039 Now, if you've done this, and then this server rejects your article, or
11040 this server is down, what do you do then?  To override this variable you
11041 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11042 the ``current'' server, to get back the default behavior, for posting.
11043
11044 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11045 gnus will prompt you for what method to use for posting.
11046
11047 You can also set @code{gnus-post-method} to a list of select methods.
11048 If that's the case, gnus will always prompt you for what method to use
11049 for posting.
11050
11051 Finally, if you want to always post using the native select method,
11052 you can set this variable to @code{native}.
11053
11054 When sending mail, Message invokes @code{message-send-mail-function}.
11055 The default function, @code{message-send-mail-with-sendmail}, pipes
11056 your article to the @code{sendmail} binary for further queuing and
11057 sending.  When your local system is not configured for sending mail
11058 using @code{sendmail}, and you have access to a remote @sc{smtp}
11059 server, you can set @code{message-send-mail-function} to
11060 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11061 package correctly.  An example:
11062
11063 @lisp
11064 (setq message-send-mail-function 'smtpmail-send-it
11065       smtpmail-default-smtp-server "YOUR SMTP HOST")
11066 ;; The following variable needs to be set because of the FLIM version of
11067 ;; smtpmail.el.  Which smtpmail.el is used depends on the `load-path'.
11068 (setq smtp-default-smtp-server "YOUR SMTP HOST")
11069 @end lisp
11070
11071 To the thing similar to this, there is @code{message-smtpmail-send-it}.
11072 It is useful if your ISP requires the POP-before-SMTP authentication.
11073 See the documentation for the function @code{mail-source-touch-pop}.
11074
11075 Other possible choices for @code{message-send-mail-function} includes
11076 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11077 and @code{feedmail-send-it}.
11078
11079 @node Mail and Post
11080 @section Mail and Post
11081
11082 Here's a list of variables relevant to both mailing and
11083 posting:
11084
11085 @table @code
11086 @item gnus-mailing-list-groups
11087 @findex gnus-mailing-list-groups
11088 @cindex mailing lists
11089
11090 If your news server offers groups that are really mailing lists
11091 gatewayed to the @sc{nntp} server, you can read those groups without
11092 problems, but you can't post/followup to them without some difficulty.
11093 One solution is to add a @code{to-address} to the group parameters
11094 (@pxref{Group Parameters}).  An easier thing to do is set the
11095 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11096 really are mailing lists.  Then, at least, followups to the mailing
11097 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11098 still a pain, though.
11099
11100 @item gnus-user-agent
11101 @vindex gnus-user-agent
11102 @cindex User-Agent
11103
11104 This variable controls which information should be exposed in the
11105 User-Agent header.  It can be one of the symbols @code{full} (show full
11106 information, i.e. Emacs and Gnus version and system configuration),
11107 @code{emacs-gnus} (show only Emacs and Gnus version),
11108 @code{emacs-gnus-type} (same as @code{emacs-gnus} plus system type),
11109 @code{gnus} (show only Gnus version) or a custom string.  If you set it
11110 to a string, be sure to use a valid format, see RFC 2616.
11111
11112 @end table
11113
11114 You may want to do spell-checking on messages that you send out.  Or, if
11115 you don't want to spell-check by hand, you could add automatic
11116 spell-checking via the @code{ispell} package:
11117
11118 @cindex ispell
11119 @findex ispell-message
11120 @lisp
11121 (add-hook 'message-send-hook 'ispell-message)
11122 @end lisp
11123
11124 If you want to change the @code{ispell} dictionary based on what group
11125 you're in, you could say something like the following:
11126
11127 @lisp
11128 (add-hook 'gnus-select-group-hook
11129           (lambda ()
11130             (cond
11131              ((string-match
11132                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11133               (ispell-change-dictionary "deutsch"))
11134              (t
11135               (ispell-change-dictionary "english")))))
11136 @end lisp
11137
11138 Modify to suit your needs.
11139
11140
11141 @node Archived Messages
11142 @section Archived Messages
11143 @cindex archived messages
11144 @cindex sent messages
11145
11146 Gnus provides a few different methods for storing the mail and news you
11147 send.  The default method is to use the @dfn{archive virtual server} to
11148 store the messages.  If you want to disable this completely, the
11149 @code{gnus-message-archive-group} variable should be @code{nil}, which
11150 is the default.
11151
11152 For archiving interesting messages in a group you read, see the
11153 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11154 Group Commands}).
11155
11156 @vindex gnus-message-archive-method
11157 @code{gnus-message-archive-method} says what virtual server gnus is to
11158 use to store sent messages.  The default is:
11159
11160 @lisp
11161 (nnfolder "archive"
11162           (nnfolder-directory   "~/Mail/archive")
11163           (nnfolder-active-file "~/Mail/archive/active")
11164           (nnfolder-get-new-mail nil)
11165           (nnfolder-inhibit-expiry t))
11166 @end lisp
11167
11168 You can, however, use any mail select method (@code{nnml},
11169 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11170 for doing this sort of thing, though.  If you don't like the default
11171 directory chosen, you could say something like:
11172
11173 @lisp
11174 (setq gnus-message-archive-method
11175       '(nnfolder "archive"
11176                  (nnfolder-inhibit-expiry t)
11177                  (nnfolder-active-file "~/News/sent-mail/active")
11178                  (nnfolder-directory "~/News/sent-mail/")))
11179 @end lisp
11180
11181 @vindex gnus-message-archive-group
11182 @cindex Gcc
11183 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11184 to one or more group(s) on that server.  Which group to use is
11185 determined by the @code{gnus-message-archive-group} variable.
11186
11187 This variable can be used to do the following:
11188
11189 @itemize @bullet
11190 @item
11191 a string
11192 Messages will be saved in that group.
11193
11194 Note that you can include a select method in the group name, then the
11195 message will not be stored in the select method given by
11196 @code{gnus-message-archive-method}, but in the select method specified
11197 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11198 has the default value shown above.  Then setting
11199 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11200 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11201 value @code{"nnml:foo"}, then outgoing messages will be stored in
11202 @samp{nnml:foo}.
11203 @item
11204 a list of strings
11205 Messages will be saved in all those groups.
11206 @item
11207 an alist of regexps, functions and forms
11208 When a key ``matches'', the result is used.
11209 @item
11210 @code{nil}
11211 No message archiving will take place.  This is the default.
11212 @end itemize
11213
11214 Let's illustrate:
11215
11216 Just saving to a single group called @samp{MisK}:
11217 @lisp
11218 (setq gnus-message-archive-group "MisK")
11219 @end lisp
11220
11221 Saving to two groups, @samp{MisK} and @samp{safe}:
11222 @lisp
11223 (setq gnus-message-archive-group '("MisK" "safe"))
11224 @end lisp
11225
11226 Save to different groups based on what group you are in:
11227 @lisp
11228 (setq gnus-message-archive-group
11229       '(("^alt" "sent-to-alt")
11230         ("mail" "sent-to-mail")
11231         (".*" "sent-to-misc")))
11232 @end lisp
11233
11234 More complex stuff:
11235 @lisp
11236 (setq gnus-message-archive-group
11237       '((if (message-news-p)
11238             "misc-news"
11239           "misc-mail")))
11240 @end lisp
11241
11242 How about storing all news messages in one file, but storing all mail
11243 messages in one file per month:
11244
11245 @lisp
11246 (setq gnus-message-archive-group
11247       '((if (message-news-p)
11248             "misc-news"
11249           (concat "mail." (format-time-string "%Y-%m")))))
11250 @end lisp
11251
11252 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11253 @c use a different value for @code{gnus-message-archive-group} there.)
11254
11255 Now, when you send a message off, it will be stored in the appropriate
11256 group.  (If you want to disable storing for just one particular message,
11257 you can just remove the @code{Gcc} header that has been inserted.)  The
11258 archive group will appear in the group buffer the next time you start
11259 gnus, or the next time you press @kbd{F} in the group buffer.  You can
11260 enter it and read the articles in it just like you'd read any other
11261 group.  If the group gets really big and annoying, you can simply rename
11262 if (using @kbd{G r} in the group buffer) to something
11263 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11264 continue to be stored in the old (now empty) group.
11265
11266 That's the default method of archiving sent messages.  Gnus offers a
11267 different way for the people who don't like the default method.  In that
11268 case you should set @code{gnus-message-archive-group} to @code{nil};
11269 this will disable archiving.
11270
11271 @table @code
11272 @item gnus-outgoing-message-group
11273 @vindex gnus-outgoing-message-group
11274 All outgoing messages will be put in this group.  If you want to store
11275 all your outgoing mail and articles in the group @samp{nnml:archive},
11276 you set this variable to that value.  This variable can also be a list of
11277 group names.
11278
11279 If you want to have greater control over what group to put each
11280 message in, you can set this variable to a function that checks the
11281 current newsgroup name and then returns a suitable group name (or list
11282 of names).
11283
11284 This variable can be used instead of @code{gnus-message-archive-group},
11285 but the latter is the preferred method.
11286
11287 @item gnus-gcc-mark-as-read
11288 @vindex gnus-gcc-mark-as-read
11289 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11290
11291 @item gnus-gcc-externalize-attachments
11292 @vindex gnus-gcc-externalize-attachments
11293 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11294 and matches the Gcc group name, attach files as external parts; if it is
11295 @code{all}, attach local files as external parts; if it is other
11296 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11297 changed in the future.
11298
11299 @end table
11300
11301
11302 @node Posting Styles
11303 @section Posting Styles
11304 @cindex posting styles
11305 @cindex styles
11306
11307 All them variables, they make my head swim.
11308
11309 So what if you want a different @code{Organization} and signature based
11310 on what groups you post to?  And you post both from your home machine
11311 and your work machine, and you want different @code{From} lines, and so
11312 on?
11313
11314 @vindex gnus-posting-styles
11315 One way to do stuff like that is to write clever hooks that change the
11316 variables you need to have changed.  That's a bit boring, so somebody
11317 came up with the bright idea of letting the user specify these things in
11318 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11319 variable:
11320
11321 @lisp
11322 ((".*"
11323   (signature "Peace and happiness")
11324   (organization "What me?"))
11325  ("^comp"
11326   (signature "Death to everybody"))
11327  ("comp.emacs.i-love-it"
11328   (organization "Emacs is it")))
11329 @end lisp
11330
11331 As you might surmise from this example, this alist consists of several
11332 @dfn{styles}.  Each style will be applicable if the first element
11333 ``matches'', in some form or other.  The entire alist will be iterated
11334 over, from the beginning towards the end, and each match will be
11335 applied, which means that attributes in later styles that match override
11336 the same attributes in earlier matching styles.  So
11337 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11338 signature and the @samp{What me?} @code{Organization} header.
11339
11340 The first element in each style is called the @code{match}.  If it's a
11341 string, then Gnus will try to regexp match it against the group name.
11342 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11343 will look in the original article for a header whose name is
11344 @var{match} and compare that @var{regexp}.  @var{match} and
11345 @var{regexp} are strings.  (There original article is the one you are
11346 replying or following up to.  If you are not composing a reply or a
11347 followup, then there is nothing to match against.)  If the
11348 @code{match} is a function symbol, that function will be called with
11349 no arguments.  If it's a variable symbol, then the variable will be
11350 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11351 any case, if this returns a non-@code{nil} value, then the style is
11352 said to @dfn{match}.
11353
11354 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11355 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11356 attribute name can be one of @code{signature}, @code{signature-file},
11357 @code{x-face-file}, @code{address} (overriding
11358 @code{user-mail-address}), @code{name} (overriding
11359 @code{(user-full-name)}) or @code{body}.  The attribute name can also
11360 be a string or a symbol.  In that case, this will be used as a header
11361 name, and the value will be inserted in the headers of the article; if
11362 the value is @code{nil}, the header name will be removed.  If the
11363 attribute name is @code{eval}, the form is evaluated, and the result
11364 is thrown away.
11365
11366 The attribute value can be a string (used verbatim), a function with
11367 zero arguments (the return value will be used), a variable (its value
11368 will be used) or a list (it will be @code{eval}ed and the return value
11369 will be used).  The functions and sexps are called/@code{eval}ed in the
11370 message buffer that is being set up.  The headers of the current article
11371 are available through the @code{message-reply-headers} variable, which
11372 is a vector of the following headers: number subject from date id
11373 references chars lines xref extra.
11374
11375 @vindex message-reply-headers
11376
11377 If you wish to check whether the message you are about to compose is
11378 meant to be a news article or a mail message, you can check the values
11379 of the @code{message-news-p} and @code{message-mail-p} functions.
11380
11381 @findex message-mail-p
11382 @findex message-news-p
11383
11384 So here's a new example:
11385
11386 @lisp
11387 (setq gnus-posting-styles
11388       '((".*"
11389          (signature-file "~/.signature")
11390          (name "User Name")
11391          ("X-Home-Page" (getenv "WWW_HOME"))
11392          (organization "People's Front Against MWM"))
11393         ("^rec.humor"
11394          (signature my-funny-signature-randomizer))
11395         ((equal (system-name) "gnarly")  ;; A form
11396          (signature my-quote-randomizer))
11397         (message-news-p        ;; A function symbol
11398          (signature my-news-signature))
11399         (window-system         ;; A value symbol
11400          ("X-Window-System" (format "%s" window-system)))
11401         ;; If I'm replying to Larsi, set the Organization header.
11402         ((header "from" "larsi.*org")
11403          (Organization "Somewhere, Inc."))
11404         ((posting-from-work-p) ;; A user defined function
11405          (signature-file "~/.work-signature")
11406          (address "user@@bar.foo")
11407          (body "You are fired.\n\nSincerely, your boss.")
11408          (organization "Important Work, Inc"))
11409         ("nnml:.*"
11410          (From (save-excursion
11411                  (set-buffer gnus-article-buffer)
11412                  (message-fetch-field "to"))))
11413         ("^nn.+:"
11414          (signature-file "~/.mail-signature"))))
11415 @end lisp
11416
11417 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11418 @code{From} address in all your outgoing replies, which might be handy
11419 if you fill many roles.
11420
11421 Setting the @code{gnus-named-posting-styles} variable will make
11422 posting-styles allow to have distinctive names.  You can specify an
11423 arbitrary posting-style when article posting with @kbd{S P} in the
11424 summary buffer.  @code{gnus-named-posting-styles} is an alist which maps
11425 the names to styles.  Once a posting-style is added to the alist, we can
11426 import it from @code{gnus-posting-styles}.  If an attribute whose name
11427 is @code{import} is found, Gnus will look for the attribute value in
11428 @code{gnus-named-posting-styles} and expand it in place.
11429
11430 Here's an example:
11431
11432 @lisp
11433 (setq gnus-named-posting-styles
11434       '(("Default"
11435          (signature-file "~/.signature")
11436          (name "User Name")
11437          ("X-Home-Page" (getenv "WWW_HOME"))
11438          (organization "People's Front Against MWM"))
11439         ("Emacs"
11440          (import "Default")
11441          (organization "The Church of Emacs"))))
11442 @end lisp
11443
11444 The posting-style named "Emacs" will inherit all the attributes from
11445 "Default" except @code{organization}.
11446
11447
11448 @node Drafts
11449 @section Drafts
11450 @cindex drafts
11451
11452 If you are writing a message (mail or news) and suddenly remember that
11453 you have a steak in the oven (or some pesto in the food processor, you
11454 craaazy vegetarians), you'll probably wish there was a method to save
11455 the message you are writing so that you can continue editing it some
11456 other day, and send it when you feel its finished.
11457
11458 Well, don't worry about it.  Whenever you start composing a message of
11459 some sort using the gnus mail and post commands, the buffer you get will
11460 automatically associate to an article in a special @dfn{draft} group.
11461 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11462 article will be saved there.  (Auto-save files also go to the draft
11463 group.)
11464
11465 @cindex nndraft
11466 @vindex nndraft-directory
11467 The draft group is a special group (which is implemented as an
11468 @code{nndraft} group, if you absolutely have to know) called
11469 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11470 @code{nndraft} is to store its files.  What makes this group special is
11471 that you can't tick any articles in it or mark any articles as
11472 read---all articles in the group are permanently unread.
11473
11474 If the group doesn't exist, it will be created and you'll be subscribed
11475 to it.  The only way to make it disappear from the Group buffer is to
11476 unsubscribe it.
11477
11478 @c @findex gnus-dissociate-buffer-from-draft
11479 @c @kindex C-c M-d (Mail)
11480 @c @kindex C-c M-d (Post)
11481 @c @findex gnus-associate-buffer-with-draft
11482 @c @kindex C-c C-d (Mail)
11483 @c @kindex C-c C-d (Post)
11484 @c If you're writing some super-secret message that you later want to
11485 @c encode with PGP before sending, you may wish to turn the auto-saving
11486 @c (and association with the draft group) off.  You never know who might be
11487 @c interested in reading all your extremely valuable and terribly horrible
11488 @c and interesting secrets.  The @kbd{C-c M-d}
11489 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11490 @c If you change your mind and want to turn the auto-saving back on again,
11491 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11492 @c
11493 @c @vindex gnus-use-draft
11494 @c To leave association with the draft group off by default, set
11495 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11496
11497 @findex gnus-draft-edit-message
11498 @kindex D e (Draft)
11499 When you want to continue editing the article, you simply enter the
11500 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11501 that.  You will be placed in a buffer where you left off.
11502
11503 Rejected articles will also be put in this draft group (@pxref{Rejected
11504 Articles}).
11505
11506 @findex gnus-draft-send-all-messages
11507 @kindex D s (Draft)
11508 @findex gnus-draft-send-message
11509 @kindex D S (Draft)
11510 If you have lots of rejected messages you want to post (or mail) without
11511 doing further editing, you can use the @kbd{D s} command
11512 (@code{gnus-draft-send-message}).  This command understands the
11513 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11514 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11515 in the buffer.
11516
11517 @findex gnus-draft-toggle-sending
11518 @kindex D t (Draft)
11519 If you have some messages that you wish not to send, you can use the
11520 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11521 as unsendable.  This is a toggling command.
11522
11523
11524 @node Rejected Articles
11525 @section Rejected Articles
11526 @cindex rejected articles
11527
11528 Sometimes a news server will reject an article.  Perhaps the server
11529 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11530 @emph{there be demons}.  Perhaps you have included too much cited text.
11531 Perhaps the disk is full.  Perhaps the server is down.
11532
11533 These situations are, of course, totally beyond the control of gnus.
11534 (Gnus, of course, loves the way you look, always feels great, has angels
11535 fluttering around inside of it, doesn't care about how much cited text
11536 you include, never runs full and never goes down.)  So gnus saves these
11537 articles until some later time when the server feels better.
11538
11539 The rejected articles will automatically be put in a special draft group
11540 (@pxref{Drafts}).  When the server comes back up again, you'd then
11541 typically enter that group and send all the articles off.
11542
11543 @node Signing and encrypting
11544 @section Signing and encrypting
11545 @cindex using gpg
11546 @cindex using s/mime
11547 @cindex using smime
11548
11549 Gnus can digitally sign and encrypt your messages, using vanilla PGP
11550 format or @sc{pgp/mime} or @sc{s/mime}.  For decoding such messages,
11551 see the @code{mm-verify-option} and @code{mm-decrypt-option} options
11552 (@pxref{Security}).
11553
11554 @vindex gnus-message-replysign
11555 @vindex gnus-message-replyencrypt
11556 @vindex gnus-message-replysignencrypted
11557 Often, you would like to sign replies to people who send you signed
11558 messages.  Even more often, you might want to encrypt messages which
11559 are in reply to encrypted messages.  Gnus offers
11560 @code{gnus-message-replysign} to enable the former, and
11561 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11562 @code{gnus-message-replysignencrypted} (on by default) will sign
11563 automatically encrypted messages.
11564
11565 Instructing MML to perform security operations on a @sc{mime} part is
11566 done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c
11567 C-m c} key map for encryption, as follows.
11568
11569 @table @kbd
11570
11571 @item C-c C-m s s
11572 @kindex C-c C-m s s
11573 @findex mml-secure-message-sign-smime
11574
11575 Digitally sign current message using @sc{s/mime}.
11576
11577 @item C-c C-m s o
11578 @kindex C-c C-m s o
11579 @findex mml-secure-message-sign-pgp
11580
11581 Digitally sign current message using PGP.
11582
11583 @item C-c C-m s p
11584 @kindex C-c C-m s p
11585 @findex mml-secure-message-sign-pgp
11586
11587 Digitally sign current message using @sc{pgp/mime}.
11588
11589 @item C-c C-m c s
11590 @kindex C-c C-m c s
11591 @findex mml-secure-message-encrypt-smime
11592
11593 Digitally encrypt current message using @sc{s/mime}.
11594
11595 @item C-c C-m c o
11596 @kindex C-c C-m c o
11597 @findex mml-secure-message-encrypt-pgp
11598
11599 Digitally encrypt current message using PGP.
11600
11601 @item C-c C-m c p
11602 @kindex C-c C-m c p
11603 @findex mml-secure-message-encrypt-pgpmime
11604
11605 Digitally encrypt current message using @sc{pgp/mime}.
11606
11607 @item C-c C-m C-n
11608 @kindex C-c C-m C-n
11609 @findex mml-unsecure-message
11610 Remove security related MML tags from message.
11611
11612 @end table
11613
11614 @xref{Security, ,Security, message, Message Manual}, for more information.
11615
11616 @node Select Methods
11617 @chapter Select Methods
11618 @cindex foreign groups
11619 @cindex select methods
11620
11621 A @dfn{foreign group} is a group not read by the usual (or
11622 default) means.  It could be, for instance, a group from a different
11623 @sc{nntp} server, it could be a virtual group, or it could be your own
11624 personal mail group.
11625
11626 A foreign group (or any group, really) is specified by a @dfn{name} and
11627 a @dfn{select method}.  To take the latter first, a select method is a
11628 list where the first element says what back end to use (e.g. @code{nntp},
11629 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11630 name}.  There may be additional elements in the select method, where the
11631 value may have special meaning for the back end in question.
11632
11633 One could say that a select method defines a @dfn{virtual server}---so
11634 we do just that (@pxref{Server Buffer}).
11635
11636 The @dfn{name} of the group is the name the back end will recognize the
11637 group as.
11638
11639 For instance, the group @samp{soc.motss} on the @sc{nntp} server
11640 @samp{some.where.edu} will have the name @samp{soc.motss} and select
11641 method @code{(nntp "some.where.edu")}.  Gnus will call this group
11642 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
11643 back end just knows this group as @samp{soc.motss}.
11644
11645 The different methods all have their peculiarities, of course.
11646
11647 @menu
11648 * Server Buffer::               Making and editing virtual servers.
11649 * Getting News::                Reading USENET news with Gnus.
11650 * Getting Mail::                Reading your personal mail with Gnus.
11651 * Browsing the Web::            Getting messages from a plethora of Web sources.
11652 * IMAP::                        Using Gnus as a @sc{imap} client.
11653 * Other Sources::               Reading directories, files, SOUP packets.
11654 * Combined Groups::             Combining groups into one group.
11655 * Gnus Unplugged::              Reading news and mail offline.
11656 @end menu
11657
11658
11659 @node Server Buffer
11660 @section Server Buffer
11661
11662 Traditionally, a @dfn{server} is a machine or a piece of software that
11663 one connects to, and then requests information from.  Gnus does not
11664 connect directly to any real servers, but does all transactions through
11665 one back end or other.  But that's just putting one layer more between
11666 the actual media and Gnus, so we might just as well say that each
11667 back end represents a virtual server.
11668
11669 For instance, the @code{nntp} back end may be used to connect to several
11670 different actual @sc{nntp} servers, or, perhaps, to many different ports
11671 on the same actual @sc{nntp} server.  You tell Gnus which back end to
11672 use, and what parameters to set by specifying a @dfn{select method}.
11673
11674 These select method specifications can sometimes become quite
11675 complicated---say, for instance, that you want to read from the
11676 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
11677 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
11678 Anyway, if you had to specify that for each group that used this
11679 server, that would be too much work, so Gnus offers a way of naming
11680 select methods, which is what you do in the server buffer.
11681
11682 To enter the server buffer, use the @kbd{^}
11683 (@code{gnus-group-enter-server-mode}) command in the group buffer.
11684
11685 @menu
11686 * Server Buffer Format::        You can customize the look of this buffer.
11687 * Server Commands::             Commands to manipulate servers.
11688 * Example Methods::             Examples server specifications.
11689 * Creating a Virtual Server::   An example session.
11690 * Server Variables::            Which variables to set.
11691 * Servers and Methods::         You can use server names as select methods.
11692 * Unavailable Servers::         Some servers you try to contact may be down.
11693 @end menu
11694
11695 @vindex gnus-server-mode-hook
11696 @code{gnus-server-mode-hook} is run when creating the server buffer.
11697
11698
11699 @node Server Buffer Format
11700 @subsection Server Buffer Format
11701 @cindex server buffer format
11702
11703 @vindex gnus-server-line-format
11704 You can change the look of the server buffer lines by changing the
11705 @code{gnus-server-line-format} variable.  This is a @code{format}-like
11706 variable, with some simple extensions:
11707
11708 @table @samp
11709
11710 @item h
11711 How the news is fetched---the back end name.
11712
11713 @item n
11714 The name of this server.
11715
11716 @item w
11717 Where the news is to be fetched from---the address.
11718
11719 @item s
11720 The opened/closed/denied status of the server.
11721 @end table
11722
11723 @vindex gnus-server-mode-line-format
11724 The mode line can also be customized by using the
11725 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
11726 Formatting}).  The following specs are understood:
11727
11728 @table @samp
11729 @item S
11730 Server name.
11731
11732 @item M
11733 Server method.
11734 @end table
11735
11736 Also @pxref{Formatting Variables}.
11737
11738
11739 @node Server Commands
11740 @subsection Server Commands
11741 @cindex server commands
11742
11743 @table @kbd
11744
11745 @item a
11746 @kindex a (Server)
11747 @findex gnus-server-add-server
11748 Add a new server (@code{gnus-server-add-server}).
11749
11750 @item e
11751 @kindex e (Server)
11752 @findex gnus-server-edit-server
11753 Edit a server (@code{gnus-server-edit-server}).
11754
11755 @item SPACE
11756 @kindex SPACE (Server)
11757 @findex gnus-server-read-server
11758 Browse the current server (@code{gnus-server-read-server}).
11759
11760 @item q
11761 @kindex q (Server)
11762 @findex gnus-server-exit
11763 Return to the group buffer (@code{gnus-server-exit}).
11764
11765 @item k
11766 @kindex k (Server)
11767 @findex gnus-server-kill-server
11768 Kill the current server (@code{gnus-server-kill-server}).
11769
11770 @item y
11771 @kindex y (Server)
11772 @findex gnus-server-yank-server
11773 Yank the previously killed server (@code{gnus-server-yank-server}).
11774
11775 @item c
11776 @kindex c (Server)
11777 @findex gnus-server-copy-server
11778 Copy the current server (@code{gnus-server-copy-server}).
11779
11780 @item l
11781 @kindex l (Server)
11782 @findex gnus-server-list-servers
11783 List all servers (@code{gnus-server-list-servers}).
11784
11785 @item s
11786 @kindex s (Server)
11787 @findex gnus-server-scan-server
11788 Request that the server scan its sources for new articles
11789 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
11790 servers.
11791
11792 @item g
11793 @kindex g (Server)
11794 @findex gnus-server-regenerate-server
11795 Request that the server regenerate all its data structures
11796 (@code{gnus-server-regenerate-server}).  This can be useful if you have
11797 a mail back end that has gotten out of sync.
11798
11799 @end table
11800
11801
11802 @node Example Methods
11803 @subsection Example Methods
11804
11805 Most select methods are pretty simple and self-explanatory:
11806
11807 @lisp
11808 (nntp "news.funet.fi")
11809 @end lisp
11810
11811 Reading directly from the spool is even simpler:
11812
11813 @lisp
11814 (nnspool "")
11815 @end lisp
11816
11817 As you can see, the first element in a select method is the name of the
11818 back end, and the second is the @dfn{address}, or @dfn{name}, if you
11819 will.
11820
11821 After these two elements, there may be an arbitrary number of
11822 @code{(@var{variable} @var{form})} pairs.
11823
11824 To go back to the first example---imagine that you want to read from
11825 port 15 on that machine.  This is what the select method should
11826 look like then:
11827
11828 @lisp
11829 (nntp "news.funet.fi" (nntp-port-number 15))
11830 @end lisp
11831
11832 You should read the documentation to each back end to find out what
11833 variables are relevant, but here's an @code{nnmh} example:
11834
11835 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
11836 you have two structures that you wish to access: One is your private
11837 mail spool, and the other is a public one.  Here's the possible spec for
11838 your private mail:
11839
11840 @lisp
11841 (nnmh "private" (nnmh-directory "~/private/mail/"))
11842 @end lisp
11843
11844 (This server is then called @samp{private}, but you may have guessed
11845 that.)
11846
11847 Here's the method for a public spool:
11848
11849 @lisp
11850 (nnmh "public"
11851       (nnmh-directory "/usr/information/spool/")
11852       (nnmh-get-new-mail nil))
11853 @end lisp
11854
11855 @cindex proxy
11856 @cindex firewall
11857
11858 If you are behind a firewall and only have access to the @sc{nntp}
11859 server from the firewall machine, you can instruct Gnus to @code{rlogin}
11860 on the firewall machine and telnet from there to the @sc{nntp} server.
11861 Doing this can be rather fiddly, but your virtual server definition
11862 should probably look something like this:
11863
11864 @lisp
11865 (nntp "firewall"
11866       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
11867       (nntp-via-address "the.firewall.machine")
11868       (nntp-address "the.real.nntp.host")
11869       (nntp-end-of-line "\n"))
11870 @end lisp
11871
11872 If you want to use the wonderful @code{ssh} program to provide a
11873 compressed connection over the modem line, you could add the following
11874 configuration to the example above:
11875
11876 @lisp
11877       (nntp-via-rlogin-command "ssh")
11878 @end lisp
11879
11880 See also @code{nntp-via-rlogin-command-switches}.
11881
11882 If you're behind a firewall, but have direct access to the outside world
11883 through a wrapper command like "runsocks", you could open a socksified
11884 telnet connection to the news server as follows:
11885
11886 @lisp
11887 (nntp "outside"
11888       (nntp-pre-command "runsocks")
11889       (nntp-open-connection-function nntp-open-via-telnet)
11890       (nntp-address "the.news.server")
11891       (nntp-end-of-line "\n"))
11892 @end lisp
11893
11894 This means that you have to have set up @code{ssh-agent} correctly to
11895 provide automatic authorization, of course.  And to get a compressed
11896 connection, you have to have the @samp{Compression} option in the
11897 @code{ssh} @file{config} file.
11898
11899
11900 @node Creating a Virtual Server
11901 @subsection Creating a Virtual Server
11902
11903 If you're saving lots of articles in the cache by using persistent
11904 articles, you may want to create a virtual server to read the cache.
11905
11906 First you need to add a new server.  The @kbd{a} command does that.  It
11907 would probably be best to use @code{nnspool} to read the cache.  You
11908 could also use @code{nnml} or @code{nnmh}, though.
11909
11910 Type @kbd{a nnspool RET cache RET}.
11911
11912 You should now have a brand new @code{nnspool} virtual server called
11913 @samp{cache}.  You now need to edit it to have the right definitions.
11914 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
11915 will contain the following:
11916
11917 @lisp
11918 (nnspool "cache")
11919 @end lisp
11920
11921 Change that to:
11922
11923 @lisp
11924 (nnspool "cache"
11925          (nnspool-spool-directory "~/News/cache/")
11926          (nnspool-nov-directory "~/News/cache/")
11927          (nnspool-active-file "~/News/cache/active"))
11928 @end lisp
11929
11930 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
11931 @kbd{RET} over this virtual server, you should be entered into a browse
11932 buffer, and you should be able to enter any of the groups displayed.
11933
11934
11935 @node Server Variables
11936 @subsection Server Variables
11937
11938 One sticky point when defining variables (both on back ends and in Emacs
11939 in general) is that some variables are typically initialized from other
11940 variables when the definition of the variables is being loaded.  If you
11941 change the ``base'' variable after the variables have been loaded, you
11942 won't change the ``derived'' variables.
11943
11944 This typically affects directory and file variables.  For instance,
11945 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
11946 directory variables are initialized from that variable, so
11947 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
11948 new virtual @code{nnml} server, it will @emph{not} suffice to set just
11949 @code{nnml-directory}---you have to explicitly set all the file
11950 variables to be what you want them to be.  For a complete list of
11951 variables for each back end, see each back end's section later in this
11952 manual, but here's an example @code{nnml} definition:
11953
11954 @lisp
11955 (nnml "public"
11956       (nnml-directory "~/my-mail/")
11957       (nnml-active-file "~/my-mail/active")
11958       (nnml-newsgroups-file "~/my-mail/newsgroups"))
11959 @end lisp
11960
11961
11962 @node Servers and Methods
11963 @subsection Servers and Methods
11964
11965 Wherever you would normally use a select method
11966 (e.g. @code{gnus-secondary-select-method}, in the group select method,
11967 when browsing a foreign server) you can use a virtual server name
11968 instead.  This could potentially save lots of typing.  And it's nice all
11969 over.
11970
11971
11972 @node Unavailable Servers
11973 @subsection Unavailable Servers
11974
11975 If a server seems to be unreachable, Gnus will mark that server as
11976 @code{denied}.  That means that any subsequent attempt to make contact
11977 with that server will just be ignored.  ``It can't be opened,'' Gnus
11978 will tell you, without making the least effort to see whether that is
11979 actually the case or not.
11980
11981 That might seem quite naughty, but it does make sense most of the time.
11982 Let's say you have 10 groups subscribed to on server
11983 @samp{nephelococcygia.com}.  This server is located somewhere quite far
11984 away from you and the machine is quite slow, so it takes 1 minute just
11985 to find out that it refuses connection to you today.  If Gnus were to
11986 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
11987 attempt to do that.  Once it has gotten a single ``connection refused'',
11988 it will regard that server as ``down''.
11989
11990 So, what happens if the machine was only feeling unwell temporarily?
11991 How do you test to see whether the machine has come up again?
11992
11993 You jump to the server buffer (@pxref{Server Buffer}) and poke it
11994 with the following commands:
11995
11996 @table @kbd
11997
11998 @item O
11999 @kindex O (Server)
12000 @findex gnus-server-open-server
12001 Try to establish connection to the server on the current line
12002 (@code{gnus-server-open-server}).
12003
12004 @item C
12005 @kindex C (Server)
12006 @findex gnus-server-close-server
12007 Close the connection (if any) to the server
12008 (@code{gnus-server-close-server}).
12009
12010 @item D
12011 @kindex D (Server)
12012 @findex gnus-server-deny-server
12013 Mark the current server as unreachable
12014 (@code{gnus-server-deny-server}).
12015
12016 @item M-o
12017 @kindex M-o (Server)
12018 @findex gnus-server-open-all-servers
12019 Open the connections to all servers in the buffer
12020 (@code{gnus-server-open-all-servers}).
12021
12022 @item M-c
12023 @kindex M-c (Server)
12024 @findex gnus-server-close-all-servers
12025 Close the connections to all servers in the buffer
12026 (@code{gnus-server-close-all-servers}).
12027
12028 @item R
12029 @kindex R (Server)
12030 @findex gnus-server-remove-denials
12031 Remove all marks to whether Gnus was denied connection from any servers
12032 (@code{gnus-server-remove-denials}).
12033
12034 @item L
12035 @kindex L (Server)
12036 @findex gnus-server-offline-server
12037 Set server status to offline (@code{gnus-server-offline-server}).
12038
12039 @end table
12040
12041
12042 @node Getting News
12043 @section Getting News
12044 @cindex reading news
12045 @cindex news back ends
12046
12047 A newsreader is normally used for reading news.  Gnus currently provides
12048 only two methods of getting news---it can read from an @sc{nntp} server,
12049 or it can read from a local spool.
12050
12051 @menu
12052 * NNTP::                        Reading news from an @sc{nntp} server.
12053 * News Spool::                  Reading news from the local spool.
12054 @end menu
12055
12056
12057 @node NNTP
12058 @subsection NNTP
12059 @cindex nntp
12060
12061 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
12062 You just specify @code{nntp} as method and the address of the @sc{nntp}
12063 server as the, uhm, address.
12064
12065 If the @sc{nntp} server is located at a non-standard port, setting the
12066 third element of the select method to this port number should allow you
12067 to connect to the right port.  You'll have to edit the group info for
12068 that (@pxref{Foreign Groups}).
12069
12070 The name of the foreign group can be the same as a native group.  In
12071 fact, you can subscribe to the same group from as many different servers
12072 you feel like.  There will be no name collisions.
12073
12074 The following variables can be used to create a virtual @code{nntp}
12075 server:
12076
12077 @table @code
12078
12079 @item nntp-server-opened-hook
12080 @vindex nntp-server-opened-hook
12081 @cindex @sc{mode reader}
12082 @cindex authinfo
12083 @cindex authentification
12084 @cindex nntp authentification
12085 @findex nntp-send-authinfo
12086 @findex nntp-send-mode-reader
12087 is run after a connection has been made.  It can be used to send
12088 commands to the @sc{nntp} server after it has been contacted.  By
12089 default it sends the command @code{MODE READER} to the server with the
12090 @code{nntp-send-mode-reader} function.  This function should always be
12091 present in this hook.
12092
12093 @item nntp-authinfo-function
12094 @vindex nntp-authinfo-function
12095 @findex nntp-send-authinfo
12096 @vindex nntp-authinfo-file
12097 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
12098 server.  The default function is @code{nntp-send-authinfo}, which looks
12099 through your @file{~/.authinfo} (or whatever you've set the
12100 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12101 are found, it will prompt you for a login name and a password.  The
12102 format of the @file{~/.authinfo} file is (almost) the same as the
12103 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12104 manual page, but here are the salient facts:
12105
12106 @enumerate
12107 @item
12108 The file contains one or more line, each of which define one server.
12109
12110 @item
12111 Each line may contain an arbitrary number of token/value pairs.
12112
12113 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12114 @samp{default}.  In addition Gnus introduces two new tokens, not present
12115 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12116 @samp{force}.  (This is the only way the @file{.authinfo} file format
12117 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12118 indicate what port on the server the credentials apply to and
12119 @samp{force} is explained below.
12120
12121 @end enumerate
12122
12123 Here's an example file:
12124
12125 @example
12126 machine news.uio.no login larsi password geheimnis
12127 machine nntp.ifi.uio.no login larsi force yes
12128 @end example
12129
12130 The token/value pairs may appear in any order; @samp{machine} doesn't
12131 have to be first, for instance.
12132
12133 In this example, both login name and password have been supplied for the
12134 former server, while the latter has only the login name listed, and the
12135 user will be prompted for the password.  The latter also has the
12136 @samp{force} tag, which means that the authinfo will be sent to the
12137 @var{nntp} server upon connection; the default (i.e., when there is not
12138 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12139 until the @var{nntp} server asks for it.
12140
12141 You can also add @samp{default} lines that will apply to all servers
12142 that don't have matching @samp{machine} lines.
12143
12144 @example
12145 default force yes
12146 @end example
12147
12148 This will force sending @samp{AUTHINFO} commands to all servers not
12149 previously mentioned.
12150
12151 Remember to not leave the @file{~/.authinfo} file world-readable.
12152
12153 @item nntp-server-action-alist
12154 @vindex nntp-server-action-alist
12155 This is a list of regexps to match on server types and actions to be
12156 taken when matches are made.  For instance, if you want Gnus to beep
12157 every time you connect to innd, you could say something like:
12158
12159 @lisp
12160 (setq nntp-server-action-alist
12161       '(("innd" (ding))))
12162 @end lisp
12163
12164 You probably don't want to do that, though.
12165
12166 The default value is
12167
12168 @lisp
12169 '(("nntpd 1\\.5\\.11t"
12170    (remove-hook 'nntp-server-opened-hook
12171                 'nntp-send-mode-reader)))
12172 @end lisp
12173
12174 This ensures that Gnus doesn't send the @code{MODE READER} command to
12175 nntpd 1.5.11t, since that command chokes that server, I've been told.
12176
12177 @item nntp-maximum-request
12178 @vindex nntp-maximum-request
12179 If the @sc{nntp} server doesn't support @sc{nov} headers, this back end
12180 will collect headers by sending a series of @code{head} commands.  To
12181 speed things up, the back end sends lots of these commands without
12182 waiting for reply, and then reads all the replies.  This is controlled
12183 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12184 your network is buggy, you should set this to 1.
12185
12186 @item nntp-connection-timeout
12187 @vindex nntp-connection-timeout
12188 If you have lots of foreign @code{nntp} groups that you connect to
12189 regularly, you're sure to have problems with @sc{nntp} servers not
12190 responding properly, or being too loaded to reply within reasonable
12191 time.  This is can lead to awkward problems, which can be helped
12192 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12193 that says how many seconds the @code{nntp} back end should wait for a
12194 connection before giving up.  If it is @code{nil}, which is the default,
12195 no timeouts are done.
12196
12197 @c @item nntp-command-timeout
12198 @c @vindex nntp-command-timeout
12199 @c @cindex PPP connections
12200 @c @cindex dynamic IP addresses
12201 @c If you're running Gnus on a machine that has a dynamically assigned
12202 @c address, Gnus may become confused.  If the address of your machine
12203 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
12204 @c waiting forever for replies from the server.  To help with this
12205 @c unfortunate problem, you can set this command to a number.  Gnus will
12206 @c then, if it sits waiting for a reply from the server longer than that
12207 @c number of seconds, shut down the connection, start a new one, and resend
12208 @c the command.  This should hopefully be transparent to the user.  A
12209 @c likely number is 30 seconds.
12210 @c
12211 @c @item nntp-retry-on-break
12212 @c @vindex nntp-retry-on-break
12213 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12214 @c hangs.  This will have much the same effect as the command timeout
12215 @c described above.
12216
12217 @item nntp-server-hook
12218 @vindex nntp-server-hook
12219 This hook is run as the last step when connecting to an @sc{nntp}
12220 server.
12221
12222 @item nntp-buggy-select
12223 @vindex nntp-buggy-select
12224 Set this to non-@code{nil} if your select routine is buggy.
12225
12226 @item nntp-nov-is-evil
12227 @vindex nntp-nov-is-evil
12228 If the @sc{nntp} server does not support @sc{nov}, you could set this
12229 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
12230 can be used.
12231
12232 @item nntp-xover-commands
12233 @vindex nntp-xover-commands
12234 @cindex nov
12235 @cindex XOVER
12236 List of strings used as commands to fetch @sc{nov} lines from a
12237 server.  The default value of this variable is @code{("XOVER"
12238 "XOVERVIEW")}.
12239
12240 @item nntp-nov-gap
12241 @vindex nntp-nov-gap
12242 @code{nntp} normally sends just one big request for @sc{nov} lines to
12243 the server.  The server responds with one huge list of lines.  However,
12244 if you have read articles 2-5000 in the group, and only want to read
12245 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
12246 lines that you will not need.  This variable says how
12247 big a gap between two consecutive articles is allowed to be before the
12248 @code{XOVER} request is split into several request.  Note that if your
12249 network is fast, setting this variable to a really small number means
12250 that fetching will probably be slower.  If this variable is @code{nil},
12251 @code{nntp} will never split requests.  The default is 5.
12252
12253 @item nntp-prepare-server-hook
12254 @vindex nntp-prepare-server-hook
12255 A hook run before attempting to connect to an @sc{nntp} server.
12256
12257 @item nntp-warn-about-losing-connection
12258 @vindex nntp-warn-about-losing-connection
12259 If this variable is non-@code{nil}, some noise will be made when a
12260 server closes connection.
12261
12262 @item nntp-record-commands
12263 @vindex nntp-record-commands
12264 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12265 @sc{nntp} server (along with a timestamp) in the @samp{*nntp-log*}
12266 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
12267 that doesn't seem to work.
12268
12269 @item nntp-open-connection-function
12270 @vindex nntp-open-connection-function
12271 It is possible to customize how the connection to the nntp server will
12272 be opened.  If you specify an @code{nntp-open-connection-function}
12273 parameter, Gnus will use that function to establish the connection.
12274 Five pre-made functions are supplied.  These functions can be grouped in
12275 two categories: direct connection functions (three pre-made), and
12276 indirect ones (two pre-made).
12277
12278 @item nntp-prepare-post-hook
12279 @vindex nntp-prepare-post-hook
12280 A hook run just before posting an article.  If there is no
12281 @code{Message-ID} header in the article and the news server provides the
12282 recommended ID, it will be added to the article before running this
12283 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12284 inhibit Gnus to add a @code{Message-ID} header, you could say:
12285
12286 @lisp
12287 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12288 @end lisp
12289
12290 Note that not all servers support the recommended ID.  This works for
12291 INN versions 2.3.0 and later, for instance.
12292
12293 @item nntp-read-timeout
12294 @vindex nntp-read-timeout
12295 How long nntp should wait between checking for the end of output.
12296 Shorter values mean quicker response, but is more CPU intensive.  The
12297 default is 0.1 seconds.  If you have a slow line to the server (and
12298 don't like to see Emacs eat your available CPU power), you might set
12299 this to, say, 1.
12300
12301 @item nntp-list-options
12302 @vindex nntp-list-options
12303 List of newsgroup name used for a option of the LIST command to restrict
12304 the listing output to only the specified newsgroups.  Each newsgroup name
12305 can be a shell-style wildcard, for instance, @dfn{fj.*}, @dfn{japan.*},
12306 etc.  Fortunately, if the server can accept such a option, it will
12307 probably make gnus run faster.  You may use it as a server variable as
12308 follows:
12309
12310 @lisp
12311 (setq gnus-select-method
12312       '(nntp "news.somewhere.edu"
12313              (nntp-list-options ("fj.*" "japan.*"))))
12314 @end lisp
12315
12316 @item nntp-options-subscribe
12317 @vindex nntp-options-subscribe
12318 Regexp matching the newsgroup names which will be subscribed
12319 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12320 It may be effective as well as @code{nntp-list-options} even though the
12321 server could not accept a shell-style wildcard as a option of the LIST
12322 command.  You may use it as a server variable as follows:
12323
12324 @lisp
12325 (setq gnus-select-method
12326       '(nntp "news.somewhere.edu"
12327              (nntp-options-subscribe "^fj\\.\\|^japan\\.")))
12328 @end lisp
12329
12330 @item nntp-options-not-subscribe
12331 @vindex nntp-options-not-subscribe
12332 Regexp matching the newsgroup names which will not be subscribed
12333 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12334 It may be effective as well as @code{nntp-list-options} even though the
12335 server could not accept a shell-style wildcard as a option of the LIST
12336 command.  You may use it as a server variable as follows:
12337
12338 @lisp
12339 (setq gnus-select-method
12340       '(nntp "news.somewhere.edu"
12341              (nntp-options-not-subscribe "\\.binaries\\.")))
12342 @end lisp
12343 @end table
12344
12345 @menu
12346 * Direct Functions::            Connecting directly to the server.
12347 * Indirect Functions::          Connecting indirectly to the server.
12348 * Common Variables::            Understood by several connection functions.
12349 @end menu
12350
12351
12352 @node Direct Functions
12353 @subsubsection Direct Functions
12354 @cindex direct connection functions
12355
12356 These functions are called direct because they open a direct connection
12357 between your machine and the @sc{nntp} server.  The behavior of these
12358 functions is also affected by commonly understood variables
12359 (@pxref{Common Variables}).
12360
12361 @table @code
12362 @findex nntp-open-network-stream
12363 @item nntp-open-network-stream
12364 This is the default, and simply connects to some port or other on the
12365 remote system.
12366
12367 @findex nntp-open-ssl-stream
12368 @item nntp-open-ssl-stream
12369 Opens a connection to a server over a @dfn{secure} channel.  To use this
12370 you must have OpenSSL (@uref{http://www.openssl.org}) or SSLeay
12371 installed (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}.  You then
12372 define a server as follows:
12373
12374 @lisp
12375 ;; Type `C-c C-c' after you've finished editing.
12376 ;;
12377 ;; "snews" is port 563 and is predefined in our /etc/services
12378 ;; however, openssl s_client -port doesn't like named ports
12379 ;;
12380 (nntp "snews.bar.com"
12381       (nntp-open-connection-function nntp-open-ssl-stream)
12382       (nntp-port-number 563)
12383       (nntp-address "snews.bar.com"))
12384 @end lisp
12385
12386 @findex nntp-open-telnet-stream
12387 @item nntp-open-telnet-stream
12388 Opens a connection to an @sc{nntp} server by simply @samp{telnet}'ing
12389 it.  You might wonder why this function exists, since we have the
12390 default @code{nntp-open-network-stream} which would do the job.  (One
12391 of) the reason(s) is that if you are behind a firewall but have direct
12392 connections to the outside world thanks to a command wrapper like
12393 @code{runsocks}, you can use it like this:
12394
12395 @lisp
12396 (nntp "socksified"
12397       (nntp-pre-command "runsocks")
12398       (nntp-open-connection-function nntp-open-telnet-stream)
12399       (nntp-address "the.news.server"))
12400 @end lisp
12401
12402 With the default method, you would need to wrap your whole Emacs
12403 session, which is not a good idea.
12404 @end table
12405
12406
12407 @node Indirect Functions
12408 @subsubsection Indirect Functions
12409 @cindex indirect connection functions
12410
12411 These functions are called indirect because they connect to an
12412 intermediate host before actually connecting to the @sc{nntp} server.
12413 All of these functions and related variables are also said to belong to
12414 the ``via'' family of connection: they're all prefixed with ``via'' to make
12415 things cleaner.  The behavior of these functions is also affected by
12416 commonly understood variables (@pxref{Common Variables}).
12417
12418 @table @code
12419 @item nntp-open-via-rlogin-and-telnet
12420 @findex nntp-open-via-rlogin-and-telnet
12421 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12422 to the real @sc{nntp} server from there.  This is useful for instance if
12423 you need to connect to a firewall machine first.
12424
12425 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12426
12427 @table @code
12428 @item nntp-via-rlogin-command
12429 @vindex nntp-via-rlogin-command
12430 Command used to log in on the intermediate host.  The default is
12431 @samp{rsh}, but @samp{ssh} is a popular alternative.
12432
12433 @item nntp-via-rlogin-command-switches
12434 @vindex nntp-via-rlogin-command-switches
12435 List of strings to be used as the switches to
12436 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12437 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12438 @samp{("-C")} in order to compress all data connections, otherwise set
12439 this to @samp{("-t")} or @samp{("-C" "-t")} if the telnet command
12440 requires a pseudo-tty allocation on an intermediate host.
12441 @end table
12442
12443 @item nntp-open-via-telnet-and-telnet
12444 @findex nntp-open-via-telnet-and-telnet
12445 Does essentially the same, but uses @samp{telnet} instead of
12446 @samp{rlogin} to connect to the intermediate host.
12447
12448 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12449
12450 @table @code
12451 @item nntp-via-telnet-command
12452 @vindex nntp-via-telnet-command
12453 Command used to @code{telnet} the intermediate host.  The default is
12454 @samp{telnet}.
12455
12456 @item nntp-via-telnet-switches
12457 @vindex nntp-via-telnet-switches
12458 List of strings to be used as the switches to the
12459 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12460
12461 @item nntp-via-user-password
12462 @vindex nntp-via-user-password
12463 Password to use when logging in on the intermediate host.
12464
12465 @item nntp-via-envuser
12466 @vindex nntp-via-envuser
12467 If non-@code{nil}, the intermediate @code{telnet} session (client and
12468 server both) will support the @code{ENVIRON} option and not prompt for
12469 login name. This works for Solaris @code{telnet}, for instance.
12470
12471 @item nntp-via-shell-prompt
12472 @vindex nntp-via-shell-prompt
12473 Regexp matching the shell prompt on the intermediate host.  The default
12474 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12475
12476 @end table
12477
12478 @end table
12479
12480
12481 Here are some additional variables that are understood by all the above
12482 functions:
12483
12484 @table @code
12485
12486 @item nntp-via-user-name
12487 @vindex nntp-via-user-name
12488 User name to use when connecting to the intermediate host.
12489
12490 @item nntp-via-address
12491 @vindex nntp-via-address
12492 Address of the intermediate host to connect to.
12493
12494 @end table
12495
12496
12497 @node Common Variables
12498 @subsubsection Common Variables
12499
12500 The following variables affect the behavior of all, or several of the
12501 pre-made connection functions. When not specified, all functions are
12502 affected.
12503
12504 @table @code
12505
12506 @item nntp-pre-command
12507 @vindex nntp-pre-command
12508 A command wrapper to use when connecting through a non native connection
12509 function (all except @code{nntp-open-network-stream} and
12510 @code{nntp-open-ssl-stream}.  This is where you would put a @samp{SOCKS}
12511 wrapper for instance.
12512
12513 @item nntp-address
12514 @vindex nntp-address
12515 The address of the @sc{nntp} server.
12516
12517 @item nntp-port-number
12518 @vindex nntp-port-number
12519 Port number to connect to the @sc{nntp} server.  The default is @samp{nntp}.
12520 If you use @sc{nntp} over @sc{ssl}, you may want to use integer ports rather
12521 than named ports (i.e, use @samp{563} instead of @samp{snews}), because
12522 external SSL tools may not work with named ports.
12523
12524 @item nntp-end-of-line
12525 @vindex nntp-end-of-line
12526 String to use as end-of-line marker when talking to the @sc{nntp}
12527 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12528 using a non native connection function.
12529
12530 @item nntp-telnet-command
12531 @vindex nntp-telnet-command
12532 Command to use when connecting to the @sc{nntp} server through
12533 @samp{telnet}.  This is NOT for an intermediate host.  This is just for
12534 the real @sc{nntp} server.  The default is @samp{telnet}.
12535
12536 @item nntp-telnet-switches
12537 @vindex nntp-telnet-switches
12538 A list of switches to pass to @code{nntp-telnet-command}.  The default
12539 is @samp{("-8")}.
12540
12541 @end table
12542
12543
12544 @node News Spool
12545 @subsection News Spool
12546 @cindex nnspool
12547 @cindex news spool
12548
12549 Subscribing to a foreign group from the local spool is extremely easy,
12550 and might be useful, for instance, to speed up reading groups that
12551 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12552 instance.
12553
12554 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12555 anything else) as the address.
12556
12557 If you have access to a local spool, you should probably use that as the
12558 native select method (@pxref{Finding the News}).  It is normally faster
12559 than using an @code{nntp} select method, but might not be.  It depends.
12560 You just have to try to find out what's best at your site.
12561
12562 @table @code
12563
12564 @item nnspool-inews-program
12565 @vindex nnspool-inews-program
12566 Program used to post an article.
12567
12568 @item nnspool-inews-switches
12569 @vindex nnspool-inews-switches
12570 Parameters given to the inews program when posting an article.
12571
12572 @item nnspool-spool-directory
12573 @vindex nnspool-spool-directory
12574 Where @code{nnspool} looks for the articles.  This is normally
12575 @file{/usr/spool/news/}.
12576
12577 @item nnspool-nov-directory
12578 @vindex nnspool-nov-directory
12579 Where @code{nnspool} will look for @sc{nov} files.  This is normally
12580 @file{/usr/spool/news/over.view/}.
12581
12582 @item nnspool-lib-dir
12583 @vindex nnspool-lib-dir
12584 Where the news lib dir is (@file{/usr/lib/news/} by default).
12585
12586 @item nnspool-active-file
12587 @vindex nnspool-active-file
12588 The name of the active file.
12589
12590 @item nnspool-newsgroups-file
12591 @vindex nnspool-newsgroups-file
12592 The name of the group descriptions file.
12593
12594 @item nnspool-history-file
12595 @vindex nnspool-history-file
12596 The name of the news history file.
12597
12598 @item nnspool-active-times-file
12599 @vindex nnspool-active-times-file
12600 The name of the active date file.
12601
12602 @item nnspool-nov-is-evil
12603 @vindex nnspool-nov-is-evil
12604 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
12605 that it finds.
12606
12607 @item nnspool-sift-nov-with-sed
12608 @vindex nnspool-sift-nov-with-sed
12609 @cindex sed
12610 If non-@code{nil}, which is the default, use @code{sed} to get the
12611 relevant portion from the overview file.  If nil, @code{nnspool} will
12612 load the entire file into a buffer and process it there.
12613
12614 @end table
12615
12616
12617 @node Getting Mail
12618 @section Getting Mail
12619 @cindex reading mail
12620 @cindex mail
12621
12622 Reading mail with a newsreader---isn't that just plain WeIrD? But of
12623 course.
12624
12625 @menu
12626 * Mail in a Newsreader::        Important introductory notes.
12627 * Getting Started Reading Mail::  A simple cookbook example.
12628 * Splitting Mail::              How to create mail groups.
12629 * Mail Sources::                How to tell Gnus where to get mail from.
12630 * Mail Back End Variables::     Variables for customizing mail handling.
12631 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
12632 * Group Mail Splitting::        Use group customize to drive mail splitting.
12633 * Incorporating Old Mail::      What about the old mail you have?
12634 * Expiring Mail::               Getting rid of unwanted mail.
12635 * Washing Mail::                Removing gruft from the mail you get.
12636 * Duplicates::                  Dealing with duplicated mail.
12637 * Not Reading Mail::            Using mail back ends for reading other files.
12638 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
12639 @end menu
12640
12641
12642 @node Mail in a Newsreader
12643 @subsection Mail in a Newsreader
12644
12645 If you are used to traditional mail readers, but have decided to switch
12646 to reading mail with Gnus, you may find yourself experiencing something
12647 of a culture shock.
12648
12649 Gnus does not behave like traditional mail readers.  If you want to make
12650 it behave that way, you can, but it's an uphill battle.
12651
12652 Gnus, by default, handles all its groups using the same approach.  This
12653 approach is very newsreaderly---you enter a group, see the new/unread
12654 messages, and when you read the messages, they get marked as read, and
12655 you don't see them any more.  (Unless you explicitly ask for them.)
12656
12657 In particular, you do not do anything explicitly to delete messages.
12658
12659 Does this mean that all the messages that have been marked as read are
12660 deleted?  How awful!
12661
12662 But, no, it means that old messages are @dfn{expired} according to some
12663 scheme or other.  For news messages, the expire process is controlled by
12664 the news administrator; for mail, the expire process is controlled by
12665 you.  The expire process for mail is covered in depth in @pxref{Expiring
12666 Mail}.
12667
12668 What many Gnus users find, after using it a while for both news and
12669 mail, is that the transport mechanism has very little to do with how
12670 they want to treat a message.
12671
12672 Many people subscribe to several mailing lists.  These are transported
12673 via @sc{smtp}, and are therefore mail.  But we might go for weeks without
12674 answering, or even reading these messages very carefully.  We may not
12675 need to save them because if we should need to read one again, they are
12676 archived somewhere else.
12677
12678 Some people have local news groups which have only a handful of readers.
12679 These are transported via @sc{nntp}, and are therefore news.  But we may need
12680 to read and answer a large fraction of the messages very carefully in
12681 order to do our work.  And there may not be an archive, so we may need
12682 to save the interesting messages the same way we would personal mail.
12683
12684 The important distinction turns out to be not the transport mechanism,
12685 but other factors such as how interested we are in the subject matter,
12686 or how easy it is to retrieve the message if we need to read it again.
12687
12688 Gnus provides many options for sorting mail into ``groups'' which behave
12689 like newsgroups, and for treating each group (whether mail or news)
12690 differently.
12691
12692 Some users never get comfortable using the Gnus (ahem) paradigm and wish
12693 that Gnus should grow up and be a male, er, mail reader.  It is possible
12694 to whip Gnus into a more mailreaderly being, but, as said before, it's
12695 not easy.  People who prefer proper mail readers should try @sc{vm}
12696 instead, which is an excellent, and proper, mail reader.
12697
12698 I don't mean to scare anybody off, but I want to make it clear that you
12699 may be required to learn a new way of thinking about messages.  After
12700 you've been subjected to The Gnus Way, you will come to love it.  I can
12701 guarantee it.  (At least the guy who sold me the Emacs Subliminal
12702 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
12703 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
12704 You Do.)
12705
12706
12707 @node Getting Started Reading Mail
12708 @subsection Getting Started Reading Mail
12709
12710 It's quite easy to use Gnus to read your new mail.  You just plonk the
12711 mail back end of your choice into @code{gnus-secondary-select-methods},
12712 and things will happen automatically.
12713
12714 For instance, if you want to use @code{nnml} (which is a ``one file per
12715 mail'' back end), you could put the following in your @file{.gnus.el} file:
12716
12717 @lisp
12718 (setq gnus-secondary-select-methods '((nnml "")))
12719 @end lisp
12720
12721 Now, the next time you start Gnus, this back end will be queried for new
12722 articles, and it will move all the messages in your spool file to its
12723 directory, which is @file{~/Mail/} by default.  The new group that will
12724 be created (@samp{mail.misc}) will be subscribed, and you can read it
12725 like any other group.
12726
12727 You will probably want to split the mail into several groups, though:
12728
12729 @lisp
12730 (setq nnmail-split-methods
12731       '(("junk" "^From:.*Lars Ingebrigtsen")
12732         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
12733         ("other" "")))
12734 @end lisp
12735
12736 This will result in three new @code{nnml} mail groups being created:
12737 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
12738 mail that doesn't fit into the first two groups will be placed in the
12739 last group.
12740
12741 This should be sufficient for reading mail with Gnus.  You might want to
12742 give the other sections in this part of the manual a perusal, though.
12743 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
12744
12745
12746 @node Splitting Mail
12747 @subsection Splitting Mail
12748 @cindex splitting mail
12749 @cindex mail splitting
12750
12751 @vindex nnmail-split-methods
12752 The @code{nnmail-split-methods} variable says how the incoming mail is
12753 to be split into groups.
12754
12755 @lisp
12756 (setq nnmail-split-methods
12757   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
12758     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
12759     ("mail.other" "")))
12760 @end lisp
12761
12762 This variable is a list of lists, where the first element of each of
12763 these lists is the name of the mail group (they do not have to be called
12764 something beginning with @samp{mail}, by the way), and the second
12765 element is a regular expression used on the header of each mail to
12766 determine if it belongs in this mail group.  The first string may
12767 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
12768 insert sub-expressions from the matched text.  For instance:
12769
12770 @lisp
12771 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
12772 @end lisp
12773
12774 The second element can also be a function.  In that case, it will be
12775 called narrowed to the headers with the first element of the rule as the
12776 argument.  It should return a non-@code{nil} value if it thinks that the
12777 mail belongs in that group.
12778
12779 The last of these groups should always be a general one, and the regular
12780 expression should @emph{always} be @samp{*} so that it matches any mails
12781 that haven't been matched by any of the other regexps.  (These rules are
12782 processed from the beginning of the alist toward the end.  The first
12783 rule to make a match will ``win'', unless you have crossposting enabled.
12784 In that case, all matching rules will ``win''.)
12785
12786 If you like to tinker with this yourself, you can set this variable to a
12787 function of your choice.  This function will be called without any
12788 arguments in a buffer narrowed to the headers of an incoming mail
12789 message.  The function should return a list of group names that it
12790 thinks should carry this mail message.
12791
12792 Note that the mail back ends are free to maul the poor, innocent,
12793 incoming headers all they want to.  They all add @code{Lines} headers;
12794 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
12795 @code{From<SPACE>} line to something else.
12796
12797 @vindex nnmail-crosspost
12798 The mail back ends all support cross-posting.  If several regexps match,
12799 the mail will be ``cross-posted'' to all those groups.
12800 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
12801 that no articles are crossposted to the general (@samp{*}) group.
12802
12803 @vindex nnmail-crosspost-link-function
12804 @cindex crosspost
12805 @cindex links
12806 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
12807 the crossposted articles.  However, not all file systems support hard
12808 links.  If that's the case for you, set
12809 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
12810 variable is @code{add-name-to-file} by default.)
12811
12812 @kindex M-x nnmail-split-history
12813 @kindex nnmail-split-history
12814 If you wish to see where the previous mail split put the messages, you
12815 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
12816 where re-spooling messages would put the messages, you can use
12817 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
12818 Group Commands}).
12819
12820 @vindex nnmail-split-header-length-limit
12821 Header lines longer than the value of
12822 @code{nnmail-split-header-length-limit} are excluded from the split
12823 function.
12824
12825 @vindex nnmail-mail-splitting-charset
12826 @vindex nnmail-mail-splitting-decodes
12827 By default the splitting codes @sc{mime} decodes headers so you can match
12828 on non-ASCII strings.  The @code{nnmail-mail-splitting-charset}
12829 variable specifies the default charset for decoding.  The behaviour
12830 can be turned off completely by binding
12831 @code{nnmail-mail-splitting-decodes} to nil, which is useful if you
12832 want to match articles based on the raw header data.
12833
12834 @vindex nnmail-resplit-incoming
12835 By default, splitting is performed on all incoming messages.  If
12836 you specify a @code{directory} entry for the variable
12837 @code{mail-sources} @pxref{Mail Source Specifiers}, however, then
12838 splitting does @emph{not} happen by default.  You can set the variable
12839 @code{nnmail-resplit-incoming} to a non-nil value to make splitting
12840 happen even in this case.  (This variable has no effect on other kinds
12841 of entries.)
12842
12843 Gnus gives you all the opportunity you could possibly want for shooting
12844 yourself in the foot.  Let's say you create a group that will contain
12845 all the mail you get from your boss.  And then you accidentally
12846 unsubscribe from the group.  Gnus will still put all the mail from your
12847 boss in the unsubscribed group, and so, when your boss mails you ``Have
12848 that report ready by Monday or you're fired!'', you'll never see it and,
12849 come Tuesday, you'll still believe that you're gainfully employed while
12850 you really should be out collecting empty bottles to save up for next
12851 month's rent money.
12852
12853
12854 @node Mail Sources
12855 @subsection Mail Sources
12856
12857 Mail can be gotten from many different sources---the mail spool, from a
12858 POP mail server, from a procmail directory, or from a maildir, for
12859 instance.
12860
12861 @menu
12862 * Mail Source Specifiers::      How to specify what a mail source is.
12863 * Mail Source Customization::   Some variables that influence things.
12864 * Fetching Mail::               Using the mail source specifiers.
12865 @end menu
12866
12867
12868 @node Mail Source Specifiers
12869 @subsubsection Mail Source Specifiers
12870 @cindex POP
12871 @cindex mail server
12872 @cindex procmail
12873 @cindex mail spool
12874 @cindex mail source
12875
12876 You tell Gnus how to fetch mail by setting @code{mail-sources}
12877 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
12878
12879 Here's an example:
12880
12881 @lisp
12882 (pop :server "pop3.mailserver.com" :user "myname")
12883 @end lisp
12884
12885 As can be observed, a mail source specifier is a list where the first
12886 element is a @dfn{mail source type}, followed by an arbitrary number of
12887 @dfn{keywords}.  Keywords that are not explicitly specified are given
12888 default values.
12889
12890 The following mail source types are available:
12891
12892 @table @code
12893 @item file
12894 Get mail from a single file; typically from the mail spool.
12895
12896 Keywords:
12897
12898 @table @code
12899 @item :path
12900 The file name.  Defaults to the value of the @code{MAIL}
12901 environment variable or the value of @code{rmail-spool-directory}
12902 (usually something like @file{/usr/mail/spool/user-name}).
12903
12904 @item :prescript
12905 @itemx :postscript
12906 Script run before/after fetching mail.
12907 @end table
12908
12909 An example file mail source:
12910
12911 @lisp
12912 (file :path "/usr/spool/mail/user-name")
12913 @end lisp
12914
12915 Or using the default file name:
12916
12917 @lisp
12918 (file)
12919 @end lisp
12920
12921 If the mail spool file is not located on the local machine, it's best to
12922 use POP or @sc{imap} or the like to fetch the mail.  You can not use ange-ftp
12923 file names here---it has no way to lock the mail spool while moving the
12924 mail.
12925
12926 If it's impossible to set up a proper server, you can use ssh instead.
12927
12928 @lisp
12929 (setq mail-sources
12930       '((file :prescript "ssh host bin/getmail >%t")))
12931 @end lisp
12932
12933 The @samp{getmail} script would look something like the following:
12934
12935 @example
12936 #!/bin/sh
12937 #  getmail - move mail from spool to stdout
12938 #  flu@@iki.fi
12939
12940 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
12941 TMP=$HOME/Mail/tmp
12942 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
12943 @end example
12944
12945 Alter this script to fit find the @samp{movemail} you want to use.
12946
12947
12948 @item directory
12949 @vindex nnmail-scan-directory-mail-source-once
12950 Get mail from several files in a directory.  This is typically used when
12951 you have procmail split the incoming mail into several files.  That is,
12952 there is a one-to-one correspondence between files in that directory and
12953 groups, so that mail from the file @file{foo.bar.spool} will be put in
12954 the group @code{foo.bar}.  (You can change the suffix to be used instead
12955 of @code{.spool}.)  Setting
12956 @code{nnmail-scan-directory-mail-source-once} to non-nil forces Gnus to
12957 scan the mail source only once.  This is particularly useful if you want
12958 to scan mail groups at a specified level.
12959
12960 @vindex nnmail-resplit-incoming
12961 There is also the variable @code{nnmail-resplit-incoming}, if you set
12962 that to a non-nil value, then the normal splitting process is applied
12963 to all the files from the directory, @ref{Splitting Mail}.
12964
12965 Keywords:
12966
12967 @table @code
12968 @item :path
12969 The name of the directory where the files are.  There is no default
12970 value.
12971
12972 @item :suffix
12973 Only files ending with this suffix are used.  The default is
12974 @samp{.spool}.
12975
12976 @item :predicate
12977 Only files that have this predicate return non-@code{nil} are returned.
12978 The default is @code{identity}.  This is used as an additional
12979 filter---only files that have the right suffix @emph{and} satisfy this
12980 predicate are considered.
12981
12982 @item :prescript
12983 @itemx :postscript
12984 Script run before/after fetching mail.
12985
12986 @end table
12987
12988 An example directory mail source:
12989
12990 @lisp
12991 (directory :path "/home/user-name/procmail-dir/"
12992            :suffix ".prcml")
12993 @end lisp
12994
12995 @item pop
12996 Get mail from a POP server.
12997
12998 Keywords:
12999
13000 @table @code
13001 @item :server
13002 The name of the POP server.  The default is taken from the
13003 @code{MAILHOST} environment variable.
13004
13005 @item :port
13006 The port number of the POP server.  This can be a number (eg,
13007 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13008 string, it should be a service name as listed in @file{/etc/services} on
13009 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13010 need to specify it as @samp{"pop-3"} instead.
13011
13012 @item :user
13013 The user name to give to the POP server.  The default is the login
13014 name.
13015
13016 @item :password
13017 The password to give to the POP server.  If not specified, the user is
13018 prompted.
13019
13020 @item :program
13021 The program to use to fetch mail from the POP server.  This should be
13022 a @code{format}-like string.  Here's an example:
13023
13024 @example
13025 fetchmail %u@@%s -P %p %t
13026 @end example
13027
13028 The valid format specifier characters are:
13029
13030 @table @samp
13031 @item t
13032 The name of the file the mail is to be moved to.  This must always be
13033 included in this string.
13034
13035 @item s
13036 The name of the server.
13037
13038 @item P
13039 The port number of the server.
13040
13041 @item u
13042 The user name to use.
13043
13044 @item p
13045 The password to use.
13046 @end table
13047
13048 The values used for these specs are taken from the values you give the
13049 corresponding keywords.
13050
13051 @item :prescript
13052 A script to be run before fetching the mail.  The syntax is the same as
13053 the @code{:program} keyword.  This can also be a function to be run.
13054
13055 @item :postscript
13056 A script to be run after fetching the mail.  The syntax is the same as
13057 the @code{:program} keyword.  This can also be a function to be run.
13058
13059 @item :function
13060 The function to use to fetch mail from the POP server.  The function is
13061 called with one parameter---the name of the file where the mail should
13062 be moved to.
13063
13064 @item :authentication
13065 This can be either the symbol @code{password} or the symbol @code{apop}
13066 and says what authentication scheme to use.  The default is
13067 @code{password}.
13068
13069 @item :connection
13070 What stream to use for connecting to the server, this can be the symbol
13071 @code{ssl}, the symbol @code{tls} or others.  The default is @code{nil}
13072 and use insecure connections.  Note that for SSL/TLS, you need external
13073 programs and libraries:
13074
13075 @itemize @bullet
13076 @item
13077 @dfn{ssl:} Connect through SSL@. Requires OpenSSL (the program
13078 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
13079 library @samp{ssl.el}.
13080 @item
13081 @dfn{starttls:} Connect via the STARTTLS extension (similar to SSL)@.
13082 Requires the external library @samp{starttls.el} and program
13083 @samp{starttls}.
13084 @end itemize
13085
13086 @item :leave
13087 Non-@code{nil} if mail is to be left on the server and UIDL used for
13088 message retrieval.  The default is @code{nil}.
13089
13090 @end table
13091
13092 If the @code{:program} and @code{:function} keywords aren't specified,
13093 @code{pop3-movemail} will be used.
13094
13095 Here are some examples.  Fetch from the default POP server, using the
13096 default user name, and default fetcher:
13097
13098 @lisp
13099 (pop)
13100 @end lisp
13101
13102 Fetch from a named server with a named user and password:
13103
13104 @lisp
13105 (pop :server "my.pop.server"
13106      :user "user-name" :password "secret")
13107 @end lisp
13108
13109 Use @samp{movemail} to move the mail:
13110
13111 @lisp
13112 (pop :program "movemail po:%u %t %p")
13113 @end lisp
13114
13115 @item maildir
13116 Get mail from a maildir.  This is a type of mailbox that is supported by
13117 at least qmail and postfix, where each file in a special directory
13118 contains exactly one mail.
13119
13120 Keywords:
13121
13122 @table @code
13123 @item :path
13124 The name of the directory where the mails are stored.  The default is
13125 taken from the @code{MAILDIR} environment variable or
13126 @file{~/Maildir/}.
13127 @item :subdirs
13128 The subdirectories of the Maildir.  The default is
13129 @samp{("new" "cur")}.
13130
13131 @c If you sometimes look at your mail through a pop3 daemon before fetching
13132 @c them with Gnus, you may also have to fetch your mails from the
13133 @c @code{cur} directory inside the maildir, like in the first example
13134 @c below.
13135
13136 You can also get mails from remote hosts (because maildirs don't suffer
13137 from locking problems).
13138
13139 @end table
13140
13141 Two example maildir mail sources:
13142
13143 @lisp
13144 (maildir :path "/home/user-name/Maildir/"
13145          :subdirs ("cur" "new"))
13146 @end lisp
13147
13148 @lisp
13149 (maildir :path "/user@@remotehost.org:~/Maildir/"
13150          :subdirs ("new"))
13151 @end lisp
13152
13153 @item imap
13154 Get mail from a @sc{imap} server.  If you don't want to use @sc{imap}
13155 as intended, as a network mail reading protocol (ie with nnimap), for
13156 some reason or other, Gnus let you treat it similar to a POP server
13157 and fetches articles from a given @sc{imap} mailbox.  @xref{IMAP}, for
13158 more information.
13159
13160 Note that for the Kerberos, GSSAPI, SSL/TLS and STARTTLS support you
13161 may need external programs and libraries, @xref{IMAP}.
13162
13163 Keywords:
13164
13165 @table @code
13166 @item :server
13167 The name of the @sc{imap} server.  The default is taken from the
13168 @code{MAILHOST} environment variable.
13169
13170 @item :port
13171 The port number of the @sc{imap} server.  The default is @samp{143}, or
13172 @samp{993} for SSL/TLS connections.
13173
13174 @item :user
13175 The user name to give to the @sc{imap} server.  The default is the login
13176 name.
13177
13178 @item :password
13179 The password to give to the @sc{imap} server.  If not specified, the user is
13180 prompted.
13181
13182 @item :stream
13183 What stream to use for connecting to the server, this is one of the
13184 symbols in @code{imap-stream-alist}.  Right now, this means
13185 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{ssl},
13186 @samp{shell} or the default @samp{network}.
13187
13188 @item :authentication
13189 Which authenticator to use for authenticating to the server, this is
13190 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13191 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13192 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13193
13194 @item :program
13195 When using the `shell' :stream, the contents of this variable is
13196 mapped into the @code{imap-shell-program} variable.  This should be a
13197 @code{format}-like string (or list of strings).  Here's an example:
13198
13199 @example
13200 ssh %s imapd
13201 @end example
13202
13203 The valid format specifier characters are:
13204
13205 @table @samp
13206 @item s
13207 The name of the server.
13208
13209 @item l
13210 User name from @code{imap-default-user}.
13211
13212 @item p
13213 The port number of the server.
13214 @end table
13215
13216 The values used for these specs are taken from the values you give the
13217 corresponding keywords.
13218
13219 @item :mailbox
13220 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13221 which normally is the mailbox which receive incoming mail.
13222
13223 @item :predicate
13224 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13225 UNDELETED}, is probably the best choice for most people, but if you
13226 sometimes peek in your mailbox with a @sc{imap} client and mark some
13227 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13228 Then all articles in the mailbox is fetched, no matter what.  For a
13229 complete list of predicates, see RFC 2060 section 6.4.4.
13230
13231 @item :fetchflag
13232 How to flag fetched articles on the server, the default @samp{\Deleted}
13233 will mark them as deleted, an alternative would be @samp{\Seen} which
13234 would simply mark them as read.  These are the two most likely choices,
13235 but more flags are defined in RFC 2060 section 2.3.2.
13236
13237 @item :dontexpunge
13238 If non-nil, don't remove all articles marked as deleted in the mailbox
13239 after finishing the fetch.
13240
13241 @end table
13242
13243 An example @sc{imap} mail source:
13244
13245 @lisp
13246 (imap :server "mail.mycorp.com"
13247       :stream kerberos4
13248       :fetchflag "\\Seen")
13249 @end lisp
13250
13251 @item webmail
13252 Get mail from a webmail server, such as @uref{www.hotmail.com},
13253 @uref{webmail.netscape.com}, @uref{www.netaddress.com},
13254 @uref{mail.yahoo..com}.
13255
13256 NOTE: Webmail largely depends cookies. A "one-line-cookie" patch is
13257 required for url "4.0pre.46".
13258
13259 WARNING: Mails may be lost.  NO WARRANTY.
13260
13261 Keywords:
13262
13263 @table @code
13264 @item :subtype
13265 The type of the webmail server.  The default is @code{hotmail}.  The
13266 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13267
13268 @item :user
13269 The user name to give to the webmail server.  The default is the login
13270 name.
13271
13272 @item :password
13273 The password to give to the webmail server.  If not specified, the user is
13274 prompted.
13275
13276 @item :dontexpunge
13277 If non-nil, only fetch unread articles and don't move them to trash
13278 folder after finishing the fetch.
13279
13280 @end table
13281
13282 An example webmail source:
13283
13284 @lisp
13285 (webmail :subtype 'hotmail
13286          :user "user-name"
13287          :password "secret")
13288 @end lisp
13289 @end table
13290
13291 @table @dfn
13292 @item Common Keywords
13293 Common keywords can be used in any type of mail source.
13294
13295 Keywords:
13296
13297 @table @code
13298 @item :plugged
13299 If non-nil, fetch the mail even when Gnus is unplugged.  If you use
13300 directory source to get mail, you can specify it as in this example:
13301
13302 @lisp
13303 (setq mail-sources
13304       '((directory :path "/home/pavel/.Spool/"
13305                    :suffix ""
13306                    :plugged t)))
13307 @end lisp
13308
13309 Gnus will then fetch your mail even when you are unplugged.  This is
13310 useful when you use local mail and news.
13311
13312 @end table
13313 @end table
13314
13315 @subsubsection Function Interface
13316
13317 Some of the above keywords specify a Lisp function to be executed.
13318 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13319 the value of the keyword while the function is executing.  For example,
13320 consider the following mail-source setting:
13321
13322 @lisp
13323 (setq mail-sources '((pop :user "jrl"
13324                           :server "pophost" :function fetchfunc)))
13325 @end lisp
13326
13327 While the function @code{fetchfunc} is executing, the symbol @code{user}
13328 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13329 @code{"pophost"}.  The symbols @code{port}, @code{password},
13330 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13331 and @code{authentication} are also bound (to their default values).
13332
13333 See above for a list of keywords for each type of mail source.
13334
13335
13336 @node Mail Source Customization
13337 @subsubsection Mail Source Customization
13338
13339 The following is a list of variables that influence how the mail is
13340 fetched.  You would normally not need to set or change any of these
13341 variables.
13342
13343 @table @code
13344 @item mail-source-crash-box
13345 @vindex mail-source-crash-box
13346 File where mail will be stored while processing it.  The default is
13347 @file{~/.emacs-mail-crash-box}.
13348
13349 @item mail-source-delete-incoming
13350 @vindex mail-source-delete-incoming
13351 If non-@code{nil}, delete incoming files after handling them.
13352
13353 @item mail-source-ignore-errors
13354 @vindex mail-source-ignore-errors
13355 If non-@code{nil}, ignore errors when reading mail from a mail source.
13356
13357 @item mail-source-directory
13358 @vindex mail-source-directory
13359 Directory where files (if any) will be stored.  The default is
13360 @file{~/Mail/}.  At present, the only thing this is used for is to say
13361 where the incoming files will be stored if the previous variable is
13362 @code{nil}.
13363
13364 @item mail-source-incoming-file-prefix
13365 @vindex mail-source-incoming-file-prefix
13366 Prefix for file name for storing incoming mail.  The default is
13367 @file{Incoming}, in which case files will end up with names like
13368 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13369 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13370
13371 @item mail-source-default-file-modes
13372 @vindex mail-source-default-file-modes
13373 All new mail files will get this file mode.  The default is 384.
13374
13375 @item mail-source-movemail-program
13376 @vindex mail-source-movemail-program
13377 If non-nil, name of program for fetching new mail.  If nil,
13378 @code{movemail} in @var{exec-directory}.
13379
13380 @end table
13381
13382
13383 @node Fetching Mail
13384 @subsubsection Fetching Mail
13385
13386 @vindex mail-sources
13387 @vindex nnmail-spool-file
13388 The way to actually tell Gnus where to get new mail from is to set
13389 @code{mail-sources} to a list of mail source specifiers
13390 (@pxref{Mail Source Specifiers}).
13391
13392 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13393 @code{nil}, the mail back ends will never attempt to fetch mail by
13394 themselves.
13395
13396 If you want to fetch mail both from your local spool as well as a POP
13397 mail server, you'd say something like:
13398
13399 @lisp
13400 (setq mail-sources
13401       '((file)
13402         (pop :server "pop3.mail.server"
13403              :password "secret")))
13404 @end lisp
13405
13406 Or, if you don't want to use any of the keyword defaults:
13407
13408 @lisp
13409 (setq mail-sources
13410       '((file :path "/var/spool/mail/user-name")
13411         (pop :server "pop3.mail.server"
13412              :user "user-name"
13413              :port "pop3"
13414              :password "secret")))
13415 @end lisp
13416
13417
13418 When you use a mail back end, Gnus will slurp all your mail from your
13419 inbox and plonk it down in your home directory.  Gnus doesn't move any
13420 mail if you're not using a mail back end---you have to do a lot of magic
13421 invocations first.  At the time when you have finished drawing the
13422 pentagram, lightened the candles, and sacrificed the goat, you really
13423 shouldn't be too surprised when Gnus moves your mail.
13424
13425
13426
13427 @node Mail Back End Variables
13428 @subsection Mail Back End Variables
13429
13430 These variables are (for the most part) pertinent to all the various
13431 mail back ends.
13432
13433 @table @code
13434 @vindex nnmail-read-incoming-hook
13435 @item nnmail-read-incoming-hook
13436 The mail back ends all call this hook after reading new mail.  You can
13437 use this hook to notify any mail watch programs, if you want to.
13438
13439 @vindex nnmail-split-hook
13440 @item nnmail-split-hook
13441 @findex gnus-article-decode-encoded-words
13442 @findex RFC 1522 decoding
13443 @findex RFC 2047 decoding
13444 Hook run in the buffer where the mail headers of each message is kept
13445 just before the splitting based on these headers is done.  The hook is
13446 free to modify the buffer contents in any way it sees fit---the buffer
13447 is discarded after the splitting has been done, and no changes performed
13448 in the buffer will show up in any files.
13449 @code{gnus-article-decode-encoded-words} is one likely function to add
13450 to this hook.
13451
13452 @vindex nnmail-pre-get-new-mail-hook
13453 @vindex nnmail-post-get-new-mail-hook
13454 @item nnmail-pre-get-new-mail-hook
13455 @itemx nnmail-post-get-new-mail-hook
13456 These are two useful hooks executed when treating new incoming
13457 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13458 starting to handle the new mail) and
13459 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13460 is done).  Here's and example of using these two hooks to change the
13461 default file modes the new mail files get:
13462
13463 @lisp
13464 (add-hook 'nnmail-pre-get-new-mail-hook
13465           (lambda () (set-default-file-modes 511)))
13466
13467 (add-hook 'nnmail-post-get-new-mail-hook
13468           (lambda () (set-default-file-modes 551)))
13469 @end lisp
13470
13471 @item nnmail-use-long-file-names
13472 @vindex nnmail-use-long-file-names
13473 If non-@code{nil}, the mail back ends will use long file and directory
13474 names.  Groups like @samp{mail.misc} will end up in directories
13475 (assuming use of @code{nnml} back end) or files (assuming use of
13476 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13477 the same group will end up in @file{mail/misc}.
13478
13479 @item nnmail-delete-file-function
13480 @vindex nnmail-delete-file-function
13481 @findex delete-file
13482 Function called to delete files.  It is @code{delete-file} by default.
13483
13484 @item nnmail-cache-accepted-message-ids
13485 @vindex nnmail-cache-accepted-message-ids
13486 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13487 the back end (via @code{Gcc}, for instance) into the mail duplication
13488 discovery cache.  The default is @code{nil}.
13489
13490 @item nnmail-cache-ignore-groups
13491 @vindex nnmail-cache-ignore-groups
13492 This can be a regular expression or a list of regular expressions.
13493 Group names that match any of the regular expressions will never be
13494 recorded in the @code{Message-ID} cache.
13495
13496 This can be useful, for example, when using Fancy Splitting
13497 (@pxref{Fancy Mail Splitting}) together with the function
13498 @code{nnmail-split-fancy-with-parent}.
13499
13500 @end table
13501
13502
13503 @node Fancy Mail Splitting
13504 @subsection Fancy Mail Splitting
13505 @cindex mail splitting
13506 @cindex fancy mail splitting
13507
13508 @vindex nnmail-split-fancy
13509 @findex nnmail-split-fancy
13510 If the rather simple, standard method for specifying how to split mail
13511 doesn't allow you to do what you want, you can set
13512 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13513 play with the @code{nnmail-split-fancy} variable.
13514
13515 Let's look at an example value of this variable first:
13516
13517 @lisp
13518 ;; Messages from the mailer daemon are not crossposted to any of
13519 ;; the ordinary groups.  Warnings are put in a separate group
13520 ;; from real errors.
13521 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13522                    "mail.misc"))
13523    ;; Non-error messages are crossposted to all relevant
13524    ;; groups, but we don't crosspost between the group for the
13525    ;; (ding) list and the group for other (ding) related mail.
13526    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13527          ("subject" "ding" "ding.misc"))
13528       ;; Other mailing lists...
13529       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13530       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13531       ;; Both lists below have the same suffix, so prevent
13532       ;; cross-posting to mkpkg.list of messages posted only to
13533       ;; the bugs- list, but allow cross-posting when the
13534       ;; message was really cross-posted.
13535       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13536       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13537       ;; People...
13538       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13539    ;; Unmatched mail goes to the catch all group.
13540    "misc.misc")
13541 @end lisp
13542
13543 This variable has the format of a @dfn{split}.  A split is a (possibly)
13544 recursive structure where each split may contain other splits.  Here are
13545 the five possible split syntaxes:
13546
13547 @enumerate
13548
13549 @item
13550 @samp{group}: If the split is a string, that will be taken as a group
13551 name.  Normal regexp match expansion will be done.  See below for
13552 examples.
13553
13554 @item
13555 @code{(@var{field} @var{value} @code{[-} @var{restrict}
13556 @code{[@dots{}]}@code{]} @var{split})}: If the split is a list, the
13557 first element of which is a string, then store the message as
13558 specified by @var{split}, if header @var{field} (a regexp) contains
13559 @var{value} (also a regexp).  If @var{restrict} (yet another regexp)
13560 matches some string after @var{field} and before the end of the
13561 matched @var{value}, the @var{split} is ignored.  If none of the
13562 @var{restrict} clauses match, @var{split} is processed.
13563
13564 @item
13565 @code{(| @var{split}@dots{})}: If the split is a list, and the first
13566 element is @code{|} (vertical bar), then process each @var{split} until
13567 one of them matches.  A @var{split} is said to match if it will cause
13568 the mail message to be stored in one or more groups.
13569
13570 @item
13571 @code{(& @var{split}@dots{})}: If the split is a list, and the first
13572 element is @code{&}, then process all @var{split}s in the list.
13573
13574 @item
13575 @code{junk}: If the split is the symbol @code{junk}, then don't save
13576 (i.e., delete) this message.  Use with extreme caution.
13577
13578 @item
13579 @code{(: @var{function} @var{arg1} @var{arg2} @dots{})}:  If the split is
13580 a list, and the first element is @code{:}, then the second element will
13581 be called as a function with @var{args} given as arguments.  The
13582 function should return a @var{split}.
13583
13584 @cindex body split
13585 For instance, the following function could be used to split based on the
13586 body of the messages:
13587
13588 @lisp
13589 (defun split-on-body ()
13590   (save-excursion
13591     (set-buffer " *nnmail incoming*")
13592     (goto-char (point-min))
13593     (when (re-search-forward "Some.*string" nil t)
13594       "string.group")))
13595 @end lisp
13596
13597 The @samp{" *nnmail incoming*"} is narrowed to the message in question
13598 when the @code{:} function is run.
13599
13600 @item
13601 @code{(! @var{func} @var{split})}: If the split is a list, and the
13602 first element is @code{!}, then @var{split} will be processed, and
13603 @var{func} will be called as a function with the result of @var{split}
13604 as argument.  @var{func} should return a split.
13605
13606 @item
13607 @code{nil}: If the split is @code{nil}, it is ignored.
13608
13609 @end enumerate
13610
13611 In these splits, @var{field} must match a complete field name.
13612 @var{value} must match a complete word according to the fundamental mode
13613 syntax table.  You can use @code{.*} in the regexps to match partial
13614 field names or words.  In other words, all @var{value}'s are wrapped in
13615 @samp{\<} and @samp{\>} pairs.
13616
13617 @vindex nnmail-split-abbrev-alist
13618 @var{field} and @var{value} can also be lisp symbols, in that case they
13619 are expanded as specified by the variable
13620 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
13621 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
13622 value.
13623
13624 @vindex nnmail-split-fancy-syntax-table
13625 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
13626 when all this splitting is performed.
13627
13628 If you want to have Gnus create groups dynamically based on some
13629 information in the headers (i.e., do @code{replace-match}-like
13630 substitutions in the group names), you can say things like:
13631
13632 @example
13633 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
13634 @end example
13635
13636 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
13637 will be filed in @samp{mail.debian.foo}.
13638
13639 If the string contains the element @samp{\&}, then the previously
13640 matched string will be substituted.  Similarly, the elements @samp{\\1}
13641 up to @samp{\\9} will be substituted with the text matched by the
13642 groupings 1 through 9.
13643
13644 @findex nnmail-split-fancy-with-parent
13645 @code{nnmail-split-fancy-with-parent} is a function which allows you to
13646 split followups into the same groups their parents are in.  Sometimes
13647 you can't make splitting rules for all your mail.  For example, your
13648 boss might send you personal mail regarding different projects you are
13649 working on, and as you can't tell your boss to put a distinguishing
13650 string into the subject line, you have to resort to manually moving the
13651 messages into the right group.  With this function, you only have to do
13652 it once per thread.
13653
13654 To use this feature, you have to set @code{nnmail-treat-duplicates} and
13655 @code{nnmail-cache-accepted-message-ids} to a non-nil value.  And then
13656 you can include @code{nnmail-split-fancy-with-parent} using the colon
13657 feature, like so:
13658 @lisp
13659 (setq nnmail-treat-duplicates 'warn     ; or 'delete
13660       nnmail-cache-accepted-message-ids t
13661       nnmail-split-fancy
13662       '(| (: nnmail-split-fancy-with-parent)
13663           ;; other splits go here
13664         ))
13665 @end lisp
13666
13667 This feature works as follows: when @code{nnmail-treat-duplicates} is
13668 non-nil, Gnus records the message id of every message it sees in the
13669 file specified by the variable @code{nnmail-message-id-cache-file},
13670 together with the group it is in (the group is omitted for non-mail
13671 messages).  When mail splitting is invoked, the function
13672 @code{nnmail-split-fancy-with-parent} then looks at the References (and
13673 In-Reply-To) header of each message to split and searches the file
13674 specified by @code{nnmail-message-id-cache-file} for the message ids.
13675 When it has found a parent, it returns the corresponding group name
13676 unless the group name matches the regexp
13677 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is recommended
13678 that you set @code{nnmail-message-id-cache-length} to a somewhat higher
13679 number than the default so that the message ids are still in the cache.
13680 (A value of 5000 appears to create a file some 300 kBytes in size.)
13681 @vindex nnmail-cache-accepted-message-ids
13682 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
13683 also records the message ids of moved articles, so that the followup
13684 messages goes into the new group.
13685
13686 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
13687 want certain groups to be recorded in the cache.  For example, if all
13688 outgoing messages are written to an `outgoing' group, you could set
13689 @code{nnmail-cache-ignore-groups} to match that group name.
13690 Otherwise, answers to all your messages would end up in the
13691 `outgoing' group.
13692
13693
13694 @node Group Mail Splitting
13695 @subsection Group Mail Splitting
13696 @cindex mail splitting
13697 @cindex group mail splitting
13698
13699 @findex gnus-group-split
13700 If you subscribe to dozens of mailing lists but you don't want to
13701 maintain mail splitting rules manually, group mail splitting is for you.
13702 You just have to set @var{to-list} and/or @var{to-address} in group
13703 parameters or group customization and set @code{nnmail-split-methods} to
13704 @code{gnus-group-split}.  This splitting function will scan all groups
13705 for those parameters and split mail accordingly, i.e., messages posted
13706 from or to the addresses specified in the parameters @var{to-list} or
13707 @var{to-address} of a mail group will be stored in that group.
13708
13709 Sometimes, mailing lists have multiple addresses, and you may want mail
13710 splitting to recognize them all: just set the @var{extra-aliases} group
13711 parameter to the list of additional addresses and it's done.  If you'd
13712 rather use a regular expression, set @var{split-regexp}.
13713
13714 All these parameters in a group will be used to create an
13715 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
13716 the @var{value} is a single regular expression that matches
13717 @var{to-list}, @var{to-address}, all of @var{extra-aliases} and all
13718 matches of @var{split-regexp}, and the @var{split} is the name of the
13719 group.  @var{restrict}s are also supported: just set the
13720 @var{split-exclude} parameter to a list of regular expressions.
13721
13722 If you can't get the right split to be generated using all these
13723 parameters, or you just need something fancier, you can set the
13724 parameter @var{split-spec} to an @code{nnmail-split-fancy} split.  In
13725 this case, all other aforementioned parameters will be ignored by
13726 @code{gnus-group-split}.  In particular, @var{split-spec} may be set to
13727 @code{nil}, in which case the group will be ignored by
13728 @code{gnus-group-split}.
13729
13730 @vindex gnus-group-split-default-catch-all-group
13731 @code{gnus-group-split} will do cross-posting on all groups that match,
13732 by defining a single @code{&} fancy split containing one split for each
13733 group.  If a message doesn't match any split, it will be stored in the
13734 group named in @code{gnus-group-split-default-catch-all-group}, unless
13735 some group has @var{split-spec} set to @code{catch-all}, in which case
13736 that group is used as the catch-all group.  Even though this variable is
13737 often used just to name a group, it may also be set to an arbitrarily
13738 complex fancy split (after all, a group name is a fancy split), and this
13739 may be useful to split mail that doesn't go to any mailing list to
13740 personal mail folders.  Note that this fancy split is added as the last
13741 element of a @code{|} split list that also contains a @code{&} split
13742 with the rules extracted from group parameters.
13743
13744 It's time for an example.  Assume the following group parameters have
13745 been defined:
13746
13747 @example
13748 nnml:mail.bar:
13749 ((to-address . "bar@@femail.com")
13750  (split-regexp . ".*@@femail\\.com"))
13751 nnml:mail.foo:
13752 ((to-list . "foo@@nowhere.gov")
13753  (extra-aliases "foo@@localhost" "foo-redist@@home")
13754  (split-exclude "bugs-foo" "rambling-foo")
13755  (admin-address . "foo-request@@nowhere.gov"))
13756 nnml:mail.others:
13757 ((split-spec . catch-all))
13758 @end example
13759
13760 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
13761 behave as if @code{nnmail-split-fancy} had been selected and variable
13762 @code{nnmail-split-fancy} had been set as follows:
13763
13764 @lisp
13765 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
13766       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
13767            - "bugs-foo" - "rambling-foo" "mail.foo"))
13768    "mail.others")
13769 @end lisp
13770
13771 @findex gnus-group-split-fancy
13772 If you'd rather not use group splitting for all your mail groups, you
13773 may use it for only some of them, by using @code{nnmail-split-fancy}
13774 splits like this:
13775
13776 @lisp
13777 (: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
13778 @end lisp
13779
13780 @var{groups} may be a regular expression or a list of group names whose
13781 parameters will be scanned to generate the output split.
13782 @var{no-crosspost} can be used to disable cross-posting; in this case, a
13783 single @code{|} split will be output.  @var{catch-all} is the fallback
13784 fancy split, used like @var{gnus-group-split-default-catch-all-group}.
13785 If @var{catch-all} is @code{nil}, or if @var{split-regexp} matches the
13786 empty string in any selected group, no catch-all split will be issued.
13787 Otherwise, if some group has @var{split-spec} set to @code{catch-all},
13788 this group will override the value of the @var{catch-all} argument.
13789
13790 @findex gnus-group-split-setup
13791 Unfortunately, scanning all groups and their parameters can be quite
13792 slow, especially considering that it has to be done for every message.
13793 But don't despair!  The function @code{gnus-group-split-setup} can be
13794 used to enable @code{gnus-group-split} in a much more efficient way.  It
13795 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
13796 @code{nnmail-split-fancy} to the split produced by
13797 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
13798 scanned once, no matter how many messages are split.
13799
13800 @findex gnus-group-split-update
13801 However, if you change group parameters, you'd have to update
13802 @code{nnmail-split-fancy} manually.  You can do it by running
13803 @code{gnus-group-split-update}.  If you'd rather have it updated
13804 automatically, just tell @code{gnus-group-split-setup} to do it for
13805 you.  For example, add to your @file{.gnus.el}:
13806
13807 @lisp
13808 (gnus-group-split-setup AUTO-UPDATE CATCH-ALL)
13809 @end lisp
13810
13811 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
13812 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
13813 have to worry about updating @code{nnmail-split-fancy} again.  If you
13814 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
13815 @code{gnus-group-split-default-catch-all-group} will be set to its
13816 value.
13817
13818 @vindex gnus-group-split-updated-hook
13819 Because you may want to change @code{nnmail-split-fancy} after it is set
13820 by @code{gnus-group-split-update}, this function will run
13821 @code{gnus-group-split-updated-hook} just before finishing.
13822
13823 @node Incorporating Old Mail
13824 @subsection Incorporating Old Mail
13825 @cindex incorporating old mail
13826 @cindex import old mail
13827
13828 Most people have lots of old mail stored in various file formats.  If
13829 you have set up Gnus to read mail using one of the spiffy Gnus mail
13830 back ends, you'll probably wish to have that old mail incorporated into
13831 your mail groups.
13832
13833 Doing so can be quite easy.
13834
13835 To take an example: You're reading mail using @code{nnml}
13836 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
13837 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
13838 file filled with important, but old, mail.  You want to move it into
13839 your @code{nnml} groups.
13840
13841 Here's how:
13842
13843 @enumerate
13844 @item
13845 Go to the group buffer.
13846
13847 @item
13848 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
13849 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
13850
13851 @item
13852 Type @kbd{SPACE} to enter the newly created group.
13853
13854 @item
13855 Type @kbd{M P b} to process-mark all articles in this group's buffer
13856 (@pxref{Setting Process Marks}).
13857
13858 @item
13859 Type @kbd{B r} to respool all the process-marked articles, and answer
13860 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
13861 @end enumerate
13862
13863 All the mail messages in the mbox file will now also be spread out over
13864 all your @code{nnml} groups.  Try entering them and check whether things
13865 have gone without a glitch.  If things look ok, you may consider
13866 deleting the mbox file, but I wouldn't do that unless I was absolutely
13867 sure that all the mail has ended up where it should be.
13868
13869 Respooling is also a handy thing to do if you're switching from one mail
13870 back end to another.  Just respool all the mail in the old mail groups
13871 using the new mail back end.
13872
13873
13874 @node Expiring Mail
13875 @subsection Expiring Mail
13876 @cindex article expiry
13877
13878 Traditional mail readers have a tendency to remove mail articles when
13879 you mark them as read, in some way.  Gnus takes a fundamentally
13880 different approach to mail reading.
13881
13882 Gnus basically considers mail just to be news that has been received in
13883 a rather peculiar manner.  It does not think that it has the power to
13884 actually change the mail, or delete any mail messages.  If you enter a
13885 mail group, and mark articles as ``read'', or kill them in some other
13886 fashion, the mail articles will still exist on the system.  I repeat:
13887 Gnus will not delete your old, read mail.  Unless you ask it to, of
13888 course.
13889
13890 To make Gnus get rid of your unwanted mail, you have to mark the
13891 articles as @dfn{expirable}.  (With the default keybindings, this means
13892 that you have to type @kbd{E}.)  This does not mean that the articles
13893 will disappear right away, however.  In general, a mail article will be
13894 deleted from your system if, 1) it is marked as expirable, AND 2) it is
13895 more than one week old.  If you do not mark an article as expirable, it
13896 will remain on your system until hell freezes over.  This bears
13897 repeating one more time, with some spurious capitalizations: IF you do
13898 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
13899
13900 You do not have to mark articles as expirable by hand.  Gnus provides
13901 two features, called `auto-expire' and `total-expire', that can help you
13902 with this.  In a nutshell, `auto-expire' means that Gnus hits @kbd{E}
13903 for you when you select an article.  And `total-expire' means that Gnus
13904 considers all articles as expirable that are read.  So, in addition to
13905 the articles marked @samp{E}, also the articles marked @samp{r},
13906 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
13907 expirable.
13908
13909 When should either auto-expire or total-expire be used?  Most people
13910 who are subscribed to mailing lists split each list into its own group
13911 and then turn on auto-expire or total-expire for those groups.
13912 (@xref{Splitting Mail}, for more information on splitting each list
13913 into its own group.)
13914
13915 Which one is better, auto-expire or total-expire?  It's not easy to
13916 answer.  Generally speaking, auto-expire is probably faster.  Another
13917 advantage of auto-expire is that you get more marks to work with: for
13918 the articles that are supposed to stick around, you can still choose
13919 between tick and dormant and read marks.  But with total-expire, you
13920 only have dormant and ticked to choose from.  The advantage of
13921 total-expire is that it works well with adaptive scoring @pxref{Adaptive
13922 Scoring}.  Auto-expire works with normal scoring but not with adaptive
13923 scoring.
13924
13925 @vindex gnus-auto-expirable-newsgroups
13926 Groups that match the regular expression
13927 @code{gnus-auto-expirable-newsgroups} will have all articles that you
13928 read marked as expirable automatically.  All articles marked as
13929 expirable have an @samp{E} in the first column in the summary buffer.
13930
13931 By default, if you have auto expiry switched on, Gnus will mark all the
13932 articles you read as expirable, no matter if they were read or unread
13933 before.  To avoid having articles marked as read marked as expirable
13934 automatically, you can put something like the following in your
13935 @file{.gnus.el} file:
13936
13937 @vindex gnus-mark-article-hook
13938 @lisp
13939 (remove-hook 'gnus-mark-article-hook
13940              'gnus-summary-mark-read-and-unread-as-read)
13941 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
13942 @end lisp
13943
13944 Note that making a group auto-expirable doesn't mean that all read
13945 articles are expired---only the articles marked as expirable
13946 will be expired.  Also note that using the @kbd{d} command won't make
13947 articles expirable---only semi-automatic marking of articles as read will
13948 mark the articles as expirable in auto-expirable groups.
13949
13950 Let's say you subscribe to a couple of mailing lists, and you want the
13951 articles you have read to disappear after a while:
13952
13953 @lisp
13954 (setq gnus-auto-expirable-newsgroups
13955       "mail.nonsense-list\\|mail.nice-list")
13956 @end lisp
13957
13958 Another way to have auto-expiry happen is to have the element
13959 @code{auto-expire} in the group parameters of the group.
13960
13961 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
13962 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
13963 don't really mix very well.
13964
13965 @vindex nnmail-expiry-wait
13966 The @code{nnmail-expiry-wait} variable supplies the default time an
13967 expirable article has to live.  Gnus starts counting days from when the
13968 message @emph{arrived}, not from when it was sent.  The default is seven
13969 days.
13970
13971 Gnus also supplies a function that lets you fine-tune how long articles
13972 are to live, based on what group they are in.  Let's say you want to
13973 have one month expiry period in the @samp{mail.private} group, a one day
13974 expiry period in the @samp{mail.junk} group, and a six day expiry period
13975 everywhere else:
13976
13977 @vindex nnmail-expiry-wait-function
13978 @lisp
13979 (setq nnmail-expiry-wait-function
13980       (lambda (group)
13981        (cond ((string= group "mail.private")
13982                31)
13983              ((string= group "mail.junk")
13984                1)
13985              ((string= group "important")
13986                'never)
13987              (t
13988                6))))
13989 @end lisp
13990
13991 The group names this function is fed are ``unadorned'' group
13992 names---no @samp{nnml:} prefixes and the like.
13993
13994 The @code{nnmail-expiry-wait} variable and
13995 @code{nnmail-expiry-wait-function} function can either be a number (not
13996 necessarily an integer) or one of the symbols @code{immediate} or
13997 @code{never}.
13998
13999 You can also use the @code{expiry-wait} group parameter to selectively
14000 change the expiry period (@pxref{Group Parameters}).
14001
14002 @vindex nnmail-expiry-target
14003 The normal action taken when expiring articles is to delete them.
14004 However, in some circumstances it might make more sense to move them
14005 to other groups instead of deleting them.  The variable
14006 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14007 parameter) controls this.  The variable supplies a default value for
14008 all groups, which can be overridden for specific groups by the group
14009 parameter.  default value is @code{delete}, but this can also be a
14010 string (which should be the name of the group the message should be
14011 moved to), or a function (which will be called in a buffer narrowed to
14012 the message in question, and with the name of the group being moved
14013 from as its parameter) which should return a target -- either a group
14014 name or @code{delete}.
14015
14016 Here's an example for specifying a group name:
14017 @lisp
14018 (setq nnmail-expiry-target "nnml:expired")
14019 @end lisp
14020
14021 @findex nnmail-fancy-expiry-target
14022 @vindex nnmail-fancy-expiry-targets
14023 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14024 expire mail to groups according to the variable
14025 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14026
14027 @lisp
14028  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14029        nnmail-fancy-expiry-targets
14030        '((to-from "boss" "nnfolder:Work")
14031          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14032          ("from" ".*" "nnfolder:Archive-%Y")))
14033 @end lisp
14034
14035 With this setup, any mail that has @code{IMPORTANT} in its Subject
14036 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14037 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}. If its
14038 From or To header contains the string @code{boss}, it will get expired
14039 to @code{nnfolder:Work}. All other mail will get expired to
14040 @code{nnfolder:Archive-YYYY}.
14041
14042 @vindex nnmail-keep-last-article
14043 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14044 expire the final article in a mail newsgroup.  This is to make life
14045 easier for procmail users.
14046
14047 @vindex gnus-total-expirable-newsgroups
14048 By the way: That line up there, about Gnus never expiring non-expirable
14049 articles, is a lie.  If you put @code{total-expire} in the group
14050 parameters, articles will not be marked as expirable, but all read
14051 articles will be put through the expiry process.  Use with extreme
14052 caution.  Even more dangerous is the
14053 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14054 this regexp will have all read articles put through the expiry process,
14055 which means that @emph{all} old mail articles in the groups in question
14056 will be deleted after a while.  Use with extreme caution, and don't come
14057 crying to me when you discover that the regexp you used matched the
14058 wrong group and all your important mail has disappeared.  Be a
14059 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14060 with!  So there!
14061
14062 Most people make most of their mail groups total-expirable, though.
14063
14064 @vindex gnus-inhibit-user-auto-expire
14065 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14066 commands will not mark an article as expirable, even if the group has
14067 auto-expire turned on.
14068
14069
14070 @node Washing Mail
14071 @subsection Washing Mail
14072 @cindex mail washing
14073 @cindex list server brain damage
14074 @cindex incoming mail treatment
14075
14076 Mailers and list servers are notorious for doing all sorts of really,
14077 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14078 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14079 end of all lines passing through our server, so let's do that!!!!1!''
14080 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14081 considered to be self-evident were not discussed.  So.  Here we are.
14082
14083 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14084 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14085 be shocked and dismayed by this, but I haven't got the energy.  It is to
14086 laugh.
14087
14088 Gnus provides a plethora of functions for washing articles while
14089 displaying them, but it might be nicer to do the filtering before
14090 storing the mail to disk.  For that purpose, we have three hooks and
14091 various functions that can be put in these hooks.
14092
14093 @table @code
14094 @item nnmail-prepare-incoming-hook
14095 @vindex nnmail-prepare-incoming-hook
14096 This hook is called before doing anything with the mail and is meant for
14097 grand, sweeping gestures.  It is called in a buffer that contains all
14098 the new, incoming mail.  Functions to be used include:
14099
14100 @table @code
14101 @item nnheader-ms-strip-cr
14102 @findex nnheader-ms-strip-cr
14103 Remove trailing carriage returns from each line.  This is default on
14104 Emacs running on MS machines.
14105
14106 @end table
14107
14108 @item nnmail-prepare-incoming-header-hook
14109 @vindex nnmail-prepare-incoming-header-hook
14110 This hook is called narrowed to each header.  It can be used when
14111 cleaning up the headers.  Functions that can be used include:
14112
14113 @table @code
14114 @item nnmail-remove-leading-whitespace
14115 @findex nnmail-remove-leading-whitespace
14116 Clear leading white space that ``helpful'' listservs have added to the
14117 headers to make them look nice.  Aaah.
14118
14119 (Note that this function works on both the header on the body of all
14120 messages, so it is a potentially dangerous function to use (if a body
14121 of a message contains something that looks like a header line).  So
14122 rather than fix the bug, it is of course the right solution to make it
14123 into a feature by documenting it.)
14124
14125 @item nnmail-remove-list-identifiers
14126 @findex nnmail-remove-list-identifiers
14127 Some list servers add an identifier---for example, @samp{(idm)}---to the
14128 beginning of all @code{Subject} headers.  I'm sure that's nice for
14129 people who use stone age mail readers.  This function will remove
14130 strings that match the @code{nnmail-list-identifiers} regexp, which can
14131 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14132 @code{\\(..\\)}.
14133
14134 For instance, if you want to remove the @samp{(idm)} and the
14135 @samp{nagnagnag} identifiers:
14136
14137 @lisp
14138 (setq nnmail-list-identifiers
14139       '("(idm)" "nagnagnag"))
14140 @end lisp
14141
14142 This can also be done non-destructively with
14143 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14144
14145 @item nnmail-remove-tabs
14146 @findex nnmail-remove-tabs
14147 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14148
14149 @item nnmail-fix-eudora-headers
14150 @findex nnmail-fix-eudora-headers
14151 @cindex Eudora
14152 Eudora produces broken @code{References} headers, but OK
14153 @code{In-Reply-To} headers.  This function will get rid of the
14154 @code{References} headers.
14155
14156 @end table
14157
14158 @item nnmail-prepare-incoming-message-hook
14159 @vindex nnmail-prepare-incoming-message-hook
14160 This hook is called narrowed to each message.  Functions to be used
14161 include:
14162
14163 @table @code
14164 @item article-de-quoted-unreadable
14165 @findex article-de-quoted-unreadable
14166 Decode Quoted Readable encoding.
14167
14168 @end table
14169 @end table
14170
14171
14172 @node Duplicates
14173 @subsection Duplicates
14174
14175 @vindex nnmail-treat-duplicates
14176 @vindex nnmail-message-id-cache-length
14177 @vindex nnmail-message-id-cache-file
14178 @cindex duplicate mails
14179 If you are a member of a couple of mailing lists, you will sometimes
14180 receive two copies of the same mail.  This can be quite annoying, so
14181 @code{nnmail} checks for and treats any duplicates it might find.  To do
14182 this, it keeps a cache of old @code{Message-ID}s---
14183 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14184 default.  The approximate maximum number of @code{Message-ID}s stored
14185 there is controlled by the @code{nnmail-message-id-cache-length}
14186 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14187 stored.) If all this sounds scary to you, you can set
14188 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14189 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14190 will insert a warning into the head of the mail saying that it thinks
14191 that this is a duplicate of a different message.
14192
14193 This variable can also be a function.  If that's the case, the function
14194 will be called from a buffer narrowed to the message in question with
14195 the @code{Message-ID} as a parameter.  The function must return either
14196 @code{nil}, @code{warn}, or @code{delete}.
14197
14198 You can turn this feature off completely by setting the variable to
14199 @code{nil}.
14200
14201 If you want all the duplicate mails to be put into a special
14202 @dfn{duplicates} group, you could do that using the normal mail split
14203 methods:
14204
14205 @lisp
14206 (setq nnmail-split-fancy
14207       '(| ;; Messages duplicates go to a separate group.
14208           ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14209           ;; Message from daemons, postmaster, and the like to another.
14210           (any mail "mail.misc")
14211           ;; Other rules.
14212           [ ... ] ))
14213 @end lisp
14214
14215 Or something like:
14216 @lisp
14217 (setq nnmail-split-methods
14218       '(("duplicates" "^Gnus-Warning:.*duplicate")
14219         ;; Other rules.
14220         [...]))
14221 @end lisp
14222
14223 Here's a neat feature: If you know that the recipient reads her mail
14224 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14225 @code{delete}, you can send her as many insults as you like, just by
14226 using a @code{Message-ID} of a mail that you know that she's already
14227 received.  Think of all the fun!  She'll never see any of it!  Whee!
14228
14229
14230 @node Not Reading Mail
14231 @subsection Not Reading Mail
14232
14233 If you start using any of the mail back ends, they have the annoying
14234 habit of assuming that you want to read mail with them.  This might not
14235 be unreasonable, but it might not be what you want.
14236
14237 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14238 @code{nil}, none of the back ends will ever attempt to read incoming
14239 mail, which should help.
14240
14241 @vindex nnbabyl-get-new-mail
14242 @vindex nnmbox-get-new-mail
14243 @vindex nnml-get-new-mail
14244 @vindex nnmh-get-new-mail
14245 @vindex nnfolder-get-new-mail
14246 This might be too much, if, for instance, you are reading mail quite
14247 happily with @code{nnml} and just want to peek at some old @sc{rmail}
14248 file you have stashed away with @code{nnbabyl}.  All back ends have
14249 variables called back-end-@code{get-new-mail}.  If you want to disable
14250 the @code{nnbabyl} mail reading, you edit the virtual server for the
14251 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14252
14253 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14254 narrowed to the article to be saved before saving it when reading
14255 incoming mail.
14256
14257
14258 @node Choosing a Mail Back End
14259 @subsection Choosing a Mail Back End
14260
14261 Gnus will read the mail spool when you activate a mail group.  The mail
14262 file is first copied to your home directory.  What happens after that
14263 depends on what format you want to store your mail in.
14264
14265 There are six different mail back ends in the standard Gnus, and more
14266 back ends are available separately.  The mail back end most people use
14267 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14268 Spool}).  You might notice that only five back ends are listed below;
14269 @code{nnmaildir}'s documentation has not yet been completely
14270 incorporated into this manual.  Until it is, you can find it at
14271 @uref{http://multivac.cwru.edu./nnmaildir/}.
14272
14273 @menu
14274 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14275 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
14276 * Mail Spool::                  Store your mail in a private spool?
14277 * MH Spool::                    An mhspool-like back end.
14278 * Mail Folders::                Having one file for each group.
14279 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14280 @end menu
14281
14282
14283 @node Unix Mail Box
14284 @subsubsection Unix Mail Box
14285 @cindex nnmbox
14286 @cindex unix mail box
14287
14288 @vindex nnmbox-active-file
14289 @vindex nnmbox-mbox-file
14290 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14291 mail.  @code{nnmbox} will add extra headers to each mail article to say
14292 which group it belongs in.
14293
14294 Virtual server settings:
14295
14296 @table @code
14297 @item nnmbox-mbox-file
14298 @vindex nnmbox-mbox-file
14299 The name of the mail box in the user's home directory.  Default is
14300 @file{~/mbox}.
14301
14302 @item nnmbox-active-file
14303 @vindex nnmbox-active-file
14304 The name of the active file for the mail box.  Default is
14305 @file{~/.mbox-active}.
14306
14307 @item nnmbox-get-new-mail
14308 @vindex nnmbox-get-new-mail
14309 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14310 into groups.  Default is @code{t}.
14311 @end table
14312
14313
14314 @node Rmail Babyl
14315 @subsubsection Rmail Babyl
14316 @cindex nnbabyl
14317 @cindex rmail mbox
14318
14319 @vindex nnbabyl-active-file
14320 @vindex nnbabyl-mbox-file
14321 The @dfn{nnbabyl} back end will use a babyl mail box (aka. @dfn{rmail
14322 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14323 mail article to say which group it belongs in.
14324
14325 Virtual server settings:
14326
14327 @table @code
14328 @item nnbabyl-mbox-file
14329 @vindex nnbabyl-mbox-file
14330 The name of the rmail mbox file.  The default is @file{~/RMAIL}
14331
14332 @item nnbabyl-active-file
14333 @vindex nnbabyl-active-file
14334 The name of the active file for the rmail box.  The default is
14335 @file{~/.rmail-active}
14336
14337 @item nnbabyl-get-new-mail
14338 @vindex nnbabyl-get-new-mail
14339 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14340 @code{t}
14341 @end table
14342
14343
14344 @node Mail Spool
14345 @subsubsection Mail Spool
14346 @cindex nnml
14347 @cindex mail @sc{nov} spool
14348
14349 The @dfn{nnml} spool mail format isn't compatible with any other known
14350 format.  It should be used with some caution.
14351
14352 @vindex nnml-directory
14353 If you use this back end, Gnus will split all incoming mail into files,
14354 one file for each mail, and put the articles into the corresponding
14355 directories under the directory specified by the @code{nnml-directory}
14356 variable.  The default value is @file{~/Mail/}.
14357
14358 You do not have to create any directories beforehand; Gnus will take
14359 care of all that.
14360
14361 If you have a strict limit as to how many files you are allowed to store
14362 in your account, you should not use this back end.  As each mail gets its
14363 own file, you might very well occupy thousands of inodes within a few
14364 weeks.  If this is no problem for you, and it isn't a problem for you
14365 having your friendly systems administrator walking around, madly,
14366 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14367 know that this is probably the fastest format to use.  You do not have
14368 to trudge through a big mbox file just to read your new mail.
14369
14370 @code{nnml} is probably the slowest back end when it comes to article
14371 splitting.  It has to create lots of files, and it also generates
14372 @sc{nov} databases for the incoming mails.  This makes it possibly the
14373 fastest back end when it comes to reading mail.
14374
14375 @cindex self contained nnml servers
14376 @cindex marks
14377 When the marks file is used (which it is by default), @code{nnml}
14378 servers have the property that you may backup them using @code{tar} or
14379 similar, and later be able to restore them into Gnus (by adding the
14380 proper @code{nnml} server) and have all your marks be preserved.  Marks
14381 for a group is usually stored in the @code{.marks} file (but see
14382 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14383 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14384 to restore the group (after restoring the backup into the nnml
14385 directory).
14386
14387 If for some reason you believe your @file{.marks} files are screwed
14388 up, you can just delete them all.  Gnus will then correctly regenerate
14389 them next time it starts.
14390
14391 Virtual server settings:
14392
14393 @table @code
14394 @item nnml-directory
14395 @vindex nnml-directory
14396 All @code{nnml} directories will be placed under this directory.  The
14397 default is the value of @code{message-directory} (whose default value
14398 is @file{~/Mail}).
14399
14400 @item nnml-active-file
14401 @vindex nnml-active-file
14402 The active file for the @code{nnml} server.  The default is
14403 @file{~/Mail/active}.
14404
14405 @item nnml-newsgroups-file
14406 @vindex nnml-newsgroups-file
14407 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14408 Format}.  The default is @file{~/Mail/newsgroups}.
14409
14410 @item nnml-get-new-mail
14411 @vindex nnml-get-new-mail
14412 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14413 @code{t}.
14414
14415 @item nnml-nov-is-evil
14416 @vindex nnml-nov-is-evil
14417 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14418 default is @code{nil}.
14419
14420 @item nnml-nov-file-name
14421 @vindex nnml-nov-file-name
14422 The name of the @sc{nov} files.  The default is @file{.overview}.
14423
14424 @item nnml-prepare-save-mail-hook
14425 @vindex nnml-prepare-save-mail-hook
14426 Hook run narrowed to an article before saving.
14427
14428 @item nnml-marks-is-evil
14429 @vindex nnml-marks-is-evil
14430 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14431 default is @code{nil}.
14432
14433 @item nnml-marks-file-name
14434 @vindex nnml-marks-file-name
14435 The name of the @dfn{marks} files.  The default is @file{.marks}.
14436
14437 @item nnml-use-compressed-files
14438 @vindex nnml-use-compressed-files
14439 If non-@code{nil}, @code{nnml} will allow using compressed message
14440 files.
14441
14442 @end table
14443
14444 @findex nnml-generate-nov-databases
14445 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
14446 you can do a complete update by typing @kbd{M-x
14447 nnml-generate-nov-databases}.  This command will trawl through the
14448 entire @code{nnml} hierarchy, looking at each and every article, so it
14449 might take a while to complete.  A better interface to this
14450 functionality can be found in the server buffer (@pxref{Server
14451 Commands}).
14452
14453
14454 @node MH Spool
14455 @subsubsection MH Spool
14456 @cindex nnmh
14457 @cindex mh-e mail spool
14458
14459 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14460 @sc{nov} databases and it doesn't keep an active file or marks file.
14461 This makes @code{nnmh} a @emph{much} slower back end than @code{nnml},
14462 but it also makes it easier to write procmail scripts for.
14463
14464 Virtual server settings:
14465
14466 @table @code
14467 @item nnmh-directory
14468 @vindex nnmh-directory
14469 All @code{nnmh} directories will be located under this directory.  The
14470 default is the value of @code{message-directory} (whose default is
14471 @file{~/Mail})
14472
14473 @item nnmh-get-new-mail
14474 @vindex nnmh-get-new-mail
14475 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14476 @code{t}.
14477
14478 @item nnmh-be-safe
14479 @vindex nnmh-be-safe
14480 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14481 sure that the articles in the folder are actually what Gnus thinks they
14482 are.  It will check date stamps and stat everything in sight, so
14483 setting this to @code{t} will mean a serious slow-down.  If you never
14484 use anything but Gnus to read the @code{nnmh} articles, you do not have
14485 to set this variable to @code{t}.  The default is @code{nil}.
14486 @end table
14487
14488
14489 @node Mail Folders
14490 @subsubsection Mail Folders
14491 @cindex nnfolder
14492 @cindex mbox folders
14493 @cindex mail folders
14494
14495 @code{nnfolder} is a back end for storing each mail group in a separate
14496 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
14497 will add extra headers to keep track of article numbers and arrival
14498 dates.
14499
14500 @cindex self contained nnfolder servers
14501 @cindex marks
14502 When the marks file is used (which it is by default), @code{nnfolder}
14503 servers have the property that you may backup them using @code{tar} or
14504 similar, and later be able to restore them into Gnus (by adding the
14505 proper @code{nnfolder} server) and have all your marks be preserved.
14506 Marks for a group is usually stored in a file named as the mbox file
14507 with @code{.mrk} concatenated to it (but see
14508 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder} directory.
14509 Individual @code{nnfolder} groups are also possible to backup, use
14510 @kbd{G m} to restore the group (after restoring the backup into the
14511 @code{nnfolder} directory).
14512
14513 Virtual server settings:
14514
14515 @table @code
14516 @item nnfolder-directory
14517 @vindex nnfolder-directory
14518 All the @code{nnfolder} mail boxes will be stored under this directory.
14519 The default is the value of @code{message-directory} (whose default is
14520 @file{~/Mail})
14521
14522 @item nnfolder-active-file
14523 @vindex nnfolder-active-file
14524 The name of the active file.  The default is @file{~/Mail/active}.
14525
14526 @item nnfolder-newsgroups-file
14527 @vindex nnfolder-newsgroups-file
14528 The name of the group descriptions file.  @xref{Newsgroups File
14529 Format}.  The default is @file{~/Mail/newsgroups}
14530
14531 @item nnfolder-get-new-mail
14532 @vindex nnfolder-get-new-mail
14533 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The default
14534 is @code{t}
14535
14536 @item nnfolder-save-buffer-hook
14537 @vindex nnfolder-save-buffer-hook
14538 @cindex backup files
14539 Hook run before saving the folders.  Note that Emacs does the normal
14540 backup renaming of files even with the @code{nnfolder} buffers.  If you
14541 wish to switch this off, you could say something like the following in
14542 your @file{.emacs} file:
14543
14544 @lisp
14545 (defun turn-off-backup ()
14546   (set (make-local-variable 'backup-inhibited) t))
14547
14548 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
14549 @end lisp
14550
14551 @item nnfolder-delete-mail-hook
14552 @vindex nnfolder-delete-mail-hook
14553 Hook run in a buffer narrowed to the message that is to be deleted.
14554 This function can be used to copy the message to somewhere else, or to
14555 extract some information from it before removing it.
14556
14557 @item nnfolder-nov-is-evil
14558 @vindex nnfolder-nov-is-evil
14559 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14560 default is @code{nil}.
14561
14562 @item nnfolder-nov-file-suffix
14563 @vindex nnfolder-nov-file-suffix
14564 The extension for @sc{nov} files.  The default is @file{.nov}.
14565
14566 @item nnfolder-nov-directory
14567 @vindex nnfolder-nov-directory
14568 The directory where the @sc{nov} files should be stored.  If nil,
14569 @code{nnfolder-directory} is used.
14570
14571 @item nnfolder-marks-is-evil
14572 @vindex nnfolder-marks-is-evil
14573 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14574 default is @code{nil}.
14575
14576 @item nnfolder-marks-file-suffix
14577 @vindex nnfolder-marks-file-suffix
14578 The extension for @sc{marks} files.  The default is @file{.mrk}.
14579
14580 @item nnfolder-marks-directory
14581 @vindex nnfolder-marks-directory
14582 The directory where the @sc{marks} files should be stored.  If nil,
14583 @code{nnfolder-directory} is used.
14584
14585 @end table
14586
14587
14588 @findex nnfolder-generate-active-file
14589 @kindex M-x nnfolder-generate-active-file
14590 If you have lots of @code{nnfolder}-like files you'd like to read with
14591 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
14592 command to make @code{nnfolder} aware of all likely files in
14593 @code{nnfolder-directory}.  This only works if you use long file names,
14594 though.
14595
14596 @node Comparing Mail Back Ends
14597 @subsubsection Comparing Mail Back Ends
14598
14599 First, just for terminology, the @dfn{back end} is the common word for a
14600 low-level access method---a transport, if you will, by which something
14601 is acquired.  The sense is that one's mail has to come from somewhere,
14602 and so selection of a suitable back end is required in order to get that
14603 mail within spitting distance of Gnus.
14604
14605 The same concept exists for Usenet itself: Though access to articles is
14606 typically done by @sc{nntp} these days, once upon a midnight dreary, everyone
14607 in the world got at Usenet by running a reader on the machine where the
14608 articles lay (the machine which today we call an @sc{nntp} server), and
14609 access was by the reader stepping into the articles' directory spool
14610 area directly.  One can still select between either the @code{nntp} or
14611 @code{nnspool} back ends, to select between these methods, if one happens
14612 actually to live on the server (or can see its spool directly, anyway,
14613 via NFS).
14614
14615 The goal in selecting a mail back end is to pick one which
14616 simultaneously represents a suitable way of dealing with the original
14617 format plus leaving mail in a form that is convenient to use in the
14618 future.  Here are some high and low points on each:
14619
14620 @table @code
14621 @item nnmbox
14622
14623 UNIX systems have historically had a single, very common, and well-
14624 defined format.  All messages arrive in a single @dfn{spool file}, and
14625 they are delineated by a line whose regular expression matches
14626 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
14627 to make it clear in this instance that this is not the RFC-specified
14628 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
14629 historically from the Unix environment, it is simplest if one does not
14630 mess a great deal with the original mailbox format, so if one chooses
14631 this back end, Gnus' primary activity in getting mail from the real spool
14632 area to Gnus' preferred directory is simply to copy it, with no
14633 (appreciable) format change in the process.  It is the ``dumbest'' way
14634 to move mail into availability in the Gnus environment.  This makes it
14635 fast to move into place, but slow to parse, when Gnus has to look at
14636 what's where.
14637
14638 @item nnbabyl
14639
14640 Once upon a time, there was the DEC-10 and DEC-20, running operating
14641 systems called TOPS and related things, and the usual (only?) mail
14642 reading environment was a thing called Babyl.  I don't know what format
14643 was used for mail landing on the system, but Babyl had its own internal
14644 format to which mail was converted, primarily involving creating a
14645 spool-file-like entity with a scheme for inserting Babyl-specific
14646 headers and status bits above the top of each message in the file.
14647 RMAIL was Emacs' first mail reader, it was written by Richard Stallman,
14648 and Stallman came out of that TOPS/Babyl environment, so he wrote RMAIL
14649 to understand the mail files folks already had in existence.  Gnus (and
14650 VM, for that matter) continue to support this format because it's
14651 perceived as having some good qualities in those mailer-specific
14652 headers/status bits stuff.  RMAIL itself still exists as well, of
14653 course, and is still maintained by Stallman.
14654
14655 Both of the above forms leave your mail in a single file on your
14656 file system, and they must parse that entire file each time you take a
14657 look at your mail.
14658
14659 @item nnml
14660
14661 @code{nnml} is the back end which smells the most as though you were
14662 actually operating with an @code{nnspool}-accessed Usenet system.  (In
14663 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
14664 lo these years ago.)  One's mail is taken from the original spool file,
14665 and is then cut up into individual message files, 1:1.  It maintains a
14666 Usenet-style active file (analogous to what one finds in an INN- or
14667 CNews-based news system in (for instance) @file{/var/lib/news/active},
14668 or what is returned via the @samp{NNTP LIST} verb) and also creates
14669 @dfn{overview} files for efficient group entry, as has been defined for
14670 @sc{nntp} servers for some years now.  It is slower in mail-splitting,
14671 due to the creation of lots of files, updates to the @code{nnml} active
14672 file, and additions to overview files on a per-message basis, but it is
14673 extremely fast on access because of what amounts to the indexing support
14674 provided by the active file and overviews.
14675
14676 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
14677 resource which defines available places in the file system to put new
14678 files.  Sysadmins take a dim view of heavy inode occupation within
14679 tight, shared file systems.  But if you live on a personal machine where
14680 the file system is your own and space is not at a premium, @code{nnml}
14681 wins big.
14682
14683 It is also problematic using this back end if you are living in a
14684 FAT16-based Windows world, since much space will be wasted on all these
14685 tiny files.
14686
14687 @item nnmh
14688
14689 The Rand MH mail-reading system has been around UNIX systems for a very
14690 long time; it operates by splitting one's spool file of messages into
14691 individual files, but with little or no indexing support -- @code{nnmh}
14692 is considered to be semantically equivalent to ``@code{nnml} without
14693 active file or overviews''.  This is arguably the worst choice, because
14694 one gets the slowness of individual file creation married to the
14695 slowness of access parsing when learning what's new in one's groups.
14696
14697 @item nnfolder
14698
14699 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
14700 method described above) on a per-group basis.  That is, @code{nnmbox}
14701 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
14702 little bit of optimization to this so that each of one's mail groups has
14703 a Unix mail box file.  It's faster than @code{nnmbox} because each group
14704 can be parsed separately, and still provides the simple Unix mail box
14705 format requiring minimal effort in moving the mail around.  In addition,
14706 it maintains an ``active'' file making it much faster for Gnus to figure
14707 out how many messages there are in each separate group.
14708
14709 If you have groups that are expected to have a massive amount of
14710 messages, @code{nnfolder} is not the best choice, but if you receive
14711 only a moderate amount of mail, @code{nnfolder} is probably the most
14712 friendly mail back end all over.
14713
14714 @item nnmaildir
14715
14716 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
14717 differences.  Each message is stored in a separate file, but the
14718 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
14719 also stores the equivalent of @code{nnml}'s overview files in one file
14720 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
14721 @code{df -i} to see how plentiful your inode supply is.)  If this slows
14722 you down or takes up very much space, consider switching to ReiserFS
14723 (@uref{http://www.namesys.com/}) or another non-block-structured
14724 file system.
14725
14726 Since maildirs don't require locking for delivery, the maildirs you use
14727 as groups can also be the maildirs your mail is directly delivered to.
14728 This means you can skip Gnus's mail splitting if your mail is already
14729 organized into different mailboxes during delivery.  A @code{directory}
14730 entry in @code{mail-sources} would have a similar effect, but would
14731 require one set of mailboxes for spooling deliveries (in mbox format,
14732 thus damaging message bodies), and another set to be used as groups (in
14733 whatever format you like).  A maildir has a built-in spool, in the
14734 @code{new/} subdirectory.  Beware that currently, mail moved from
14735 @code{new/} to @code{cur/} instead of via mail splitting will undergo
14736 treatment such as duplicate checking.
14737
14738 An article will not necessarily keep the same number across Gnus
14739 sessions; articles are renumbered starting from 1 for each Gnus session
14740 (more precisely, each time you open the @code{nnmaildir} server).  This
14741 way, you don't get gaps in your article number ranges, and when entering
14742 large groups, Gnus is likely to give a more accurate article count.  The
14743 price is that @code{nnmaildir} doesn't work with the cache or agent.
14744 This will probably be changed in the future.
14745
14746 @code{nnmaildir} stores article marks for a given group in the
14747 corresponding maildir, in a way designed so that it's easy to manipulate
14748 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
14749 else, and still have your marks.  @code{nnml} also stores marks, but
14750 it's not as easy to work with them from outside Gnus as with
14751 @code{nnmaildir}.
14752
14753 For configuring expiry and other things, @code{nnmaildir} uses group
14754 parameters slightly different from those of other mail back ends.
14755
14756 @code{nnmaildir} uses a significant amount of memory to speed things up.
14757 (It keeps in memory some of the things that @code{nnml} stores in files
14758 and that @code{nnmh} repeatedly parses out of message files.)  If this
14759 is a problem for you, you can set the @code{nov-cache-size} group
14760 parameter to something small (0 would probably not work, but 1 probably
14761 would) to make it use less memory.
14762
14763 Startup and shutdown are likely to be slower with @code{nnmaildir} than
14764 with other back ends.  Everything in between is likely to be faster,
14765 depending in part on your file system.
14766
14767 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
14768 to write an @code{nnmaildir}-derived back end.
14769
14770 @end table
14771
14772
14773 @node Browsing the Web
14774 @section Browsing the Web
14775 @cindex web
14776 @cindex browsing the web
14777 @cindex www
14778 @cindex http
14779
14780 Web-based discussion forums are getting more and more popular.  On many
14781 subjects, the web-based forums have become the most important forums,
14782 eclipsing the importance of mailing lists and news groups.  The reason
14783 is easy to understand---they are friendly to new users; you just point
14784 and click, and there's the discussion.  With mailing lists, you have to
14785 go through a cumbersome subscription procedure, and most people don't
14786 even know what a news group is.
14787
14788 The problem with this scenario is that web browsers are not very good at
14789 being newsreaders.  They do not keep track of what articles you've read;
14790 they do not allow you to score on subjects you're interested in; they do
14791 not allow off-line browsing; they require you to click around and drive
14792 you mad in the end.
14793
14794 So---if web browsers suck at reading discussion forums, why not use Gnus
14795 to do it instead?
14796
14797 Gnus has been getting a bit of a collection of back ends for providing
14798 interfaces to these sources.
14799
14800 @menu
14801 * Archiving Mail::              
14802 * Web Searches::                Creating groups from articles that match a string.
14803 * Slashdot::                    Reading the Slashdot comments.
14804 * Ultimate::                    The Ultimate Bulletin Board systems.
14805 * Web Archive::                 Reading mailing list archived on web.
14806 * RSS::                         Reading RDF site summary.
14807 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
14808 @end menu
14809
14810 All the web sources require Emacs/w3 and the url library to work.
14811
14812 The main caveat with all these web sources is that they probably won't
14813 work for a very long time.  Gleaning information from the @sc{html} data
14814 is guesswork at best, and when the layout is altered, the Gnus back end
14815 will fail.  If you have reasonably new versions of these back ends,
14816 though, you should be ok.
14817
14818 One thing all these Web methods have in common is that the Web sources
14819 are often down, unavailable or just plain too slow to be fun.  In those
14820 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
14821 Unplugged}) handle downloading articles, and then you can read them at
14822 leisure from your local disk.  No more World Wide Wait for you.
14823
14824 @node Archiving Mail
14825 @subsection Archiving Mail
14826 @cindex archiving mail
14827 @cindex backup of mail
14828
14829 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
14830 @code{nnmaildir}, now actually store the article marks with each group.
14831 For these servers, archiving and restoring a group while preserving
14832 marks is fairly simple.
14833
14834 (Preserving the group level and group parameters as well still
14835 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
14836 though.)
14837
14838 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
14839 server, take a recursive copy of the server directory.  There is no need
14840 to shut down Gnus, so archiving may be invoked by @code{cron} or
14841 similar.  You restore the data by restoring the directory tree, and
14842 adding a server definition pointing to that directory in Gnus. The
14843 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
14844 might interfere with overwriting data, so you may want to shut down Gnus
14845 before you restore the data.
14846
14847 It is also possible to archive individual @code{nnml},
14848 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
14849 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
14850 directory.  For @code{nnfolder} you need to copy both the base folder
14851 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
14852 this example). Restoring the group is done with @kbd{G m} from the Group
14853 buffer.  The last step makes Gnus notice the new directory.
14854 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
14855 is unnecessary in that case.
14856
14857 @node Web Searches
14858 @subsection Web Searches
14859 @cindex nnweb
14860 @cindex Google
14861 @cindex dejanews
14862 @cindex gmane
14863 @cindex Usenet searches
14864 @cindex searching the Usenet
14865
14866 It's, like, too neat to search the Usenet for articles that match a
14867 string, but it, like, totally @emph{sucks}, like, totally, to use one of
14868 those, like, Web browsers, and you, like, have to, rilly, like, look at
14869 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
14870 searches without having to use a browser.
14871
14872 The @code{nnweb} back end allows an easy interface to the mighty search
14873 engine.  You create an @code{nnweb} group, enter a search pattern, and
14874 then enter the group and read the articles like you would any normal
14875 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
14876 Groups}) will do this in an easy-to-use fashion.
14877
14878 @code{nnweb} groups don't really lend themselves to being solid
14879 groups---they have a very fleeting idea of article numbers.  In fact,
14880 each time you enter an @code{nnweb} group (not even changing the search
14881 pattern), you are likely to get the articles ordered in a different
14882 manner.  Not even using duplicate suppression (@pxref{Duplicate
14883 Suppression}) will help, since @code{nnweb} doesn't even know the
14884 @code{Message-ID} of the articles before reading them using some search
14885 engines (Google, for instance).  The only possible way to keep track
14886 of which articles you've read is by scoring on the @code{Date}
14887 header---mark all articles posted before the last date you read the
14888 group as read.
14889
14890 If the search engine changes its output substantially, @code{nnweb}
14891 won't be able to parse it and will fail.  One could hardly fault the Web
14892 providers if they were to do this---their @emph{raison d'être} is to
14893 make money off of advertisements, not to provide services to the
14894 community.  Since @code{nnweb} washes the ads off all the articles, one
14895 might think that the providers might be somewhat miffed.  We'll see.
14896
14897 You must have the @code{url} and @code{w3} package installed to be able
14898 to use @code{nnweb}.
14899
14900 Virtual server variables:
14901
14902 @table @code
14903 @item nnweb-type
14904 @vindex nnweb-type
14905 What search engine type is being used.  The currently supported types
14906 are @code{google}, @code{dejanews}, and @code{gmane}. Note that
14907 @code{dejanews} is an alias to @code{google}.
14908
14909 @item nnweb-search
14910 @vindex nnweb-search
14911 The search string to feed to the search engine.
14912
14913 @item nnweb-max-hits
14914 @vindex nnweb-max-hits
14915 Advisory maximum number of hits per search to display.  The default is
14916 999.
14917
14918 @item nnweb-type-definition
14919 @vindex nnweb-type-definition
14920 Type-to-definition alist.  This alist says what @code{nnweb} should do
14921 with the various search engine types.  The following elements must be
14922 present:
14923
14924 @table @code
14925 @item article
14926 Function to decode the article and provide something that Gnus
14927 understands.
14928
14929 @item map
14930 Function to create an article number to message header and URL alist.
14931
14932 @item search
14933 Function to send the search string to the search engine.
14934
14935 @item address
14936 The address the aforementioned function should send the search string
14937 to.
14938
14939 @item id
14940 Format string URL to fetch an article by @code{Message-ID}.
14941 @end table
14942
14943 @end table
14944
14945
14946 @node Slashdot
14947 @subsection Slashdot
14948 @cindex Slashdot
14949 @cindex nnslashdot
14950
14951 Slashdot (@uref{http://slashdot.org/}) is a popular news site, with
14952 lively discussion following the news articles.  @code{nnslashdot} will
14953 let you read this forum in a convenient manner.
14954
14955 The easiest way to read this source is to put something like the
14956 following in your @file{.gnus.el} file:
14957
14958 @lisp
14959 (setq gnus-secondary-select-methods
14960       '((nnslashdot "")))
14961 @end lisp
14962
14963 This will make Gnus query the @code{nnslashdot} back end for new comments
14964 and groups.  The @kbd{F} command will subscribe each new news article as
14965 a new Gnus group, and you can read the comments by entering these
14966 groups.  (Note that the default subscription method is to subscribe new
14967 groups as zombies.  Other methods are available (@pxref{Subscription
14968 Methods}).
14969
14970 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
14971 command is the most handy tool (@pxref{Foreign Groups}).
14972
14973 When following up to @code{nnslashdot} comments (or posting new
14974 comments), some light @sc{html}izations will be performed.  In
14975 particular, text quoted with @samp{> } will be quoted with
14976 @code{blockquote} instead, and signatures will have @code{br} added to
14977 the end of each line.  Other than that, you can just write @sc{html}
14978 directly into the message buffer.  Note that Slashdot filters out some
14979 @sc{html} forms.
14980
14981 The following variables can be altered to change its behavior:
14982
14983 @table @code
14984 @item nnslashdot-threaded
14985 Whether @code{nnslashdot} should display threaded groups or not.  The
14986 default is @code{t}.  To be able to display threads, @code{nnslashdot}
14987 has to retrieve absolutely all comments in a group upon entry.  If a
14988 threaded display is not required, @code{nnslashdot} will only retrieve
14989 the comments that are actually wanted by the user.  Threading is nicer,
14990 but much, much slower than unthreaded.
14991
14992 @item nnslashdot-login-name
14993 @vindex nnslashdot-login-name
14994 The login name to use when posting.
14995
14996 @item nnslashdot-password
14997 @vindex nnslashdot-password
14998 The password to use when posting.
14999
15000 @item nnslashdot-directory
15001 @vindex nnslashdot-directory
15002 Where @code{nnslashdot} will store its files.  The default is
15003 @file{~/News/slashdot/}.
15004
15005 @item nnslashdot-active-url
15006 @vindex nnslashdot-active-url
15007 The @sc{url} format string that will be used to fetch the information on
15008 news articles and comments.  The default is
15009 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15010
15011 @item nnslashdot-comments-url
15012 @vindex nnslashdot-comments-url
15013 The @sc{url} format string that will be used to fetch comments.  The
15014 default is
15015 @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d}.
15016
15017 @item nnslashdot-article-url
15018 @vindex nnslashdot-article-url
15019 The @sc{url} format string that will be used to fetch the news article.  The
15020 default is
15021 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15022
15023 @item nnslashdot-threshold
15024 @vindex nnslashdot-threshold
15025 The score threshold.  The default is -1.
15026
15027 @item nnslashdot-group-number
15028 @vindex nnslashdot-group-number
15029 The number of old groups, in addition to the ten latest, to keep
15030 updated.  The default is 0.
15031
15032 @end table
15033
15034
15035
15036 @node Ultimate
15037 @subsection Ultimate
15038 @cindex nnultimate
15039 @cindex Ultimate Bulletin Board
15040
15041 The Ultimate Bulletin Board (@uref{http://www.ultimatebb.com/}) is
15042 probably the most popular Web bulletin board system used.  It has a
15043 quite regular and nice interface, and it's possible to get the
15044 information Gnus needs to keep groups updated.
15045
15046 The easiest way to get started with @code{nnultimate} is to say
15047 something like the following in the group buffer:  @kbd{B nnultimate RET
15048 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @sc{url}
15049 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15050 you're interested in; there's quite a list of them on the Ultimate web
15051 site.)  Then subscribe to the groups you're interested in from the
15052 server buffer, and read them from the group buffer.
15053
15054 The following @code{nnultimate} variables can be altered:
15055
15056 @table @code
15057 @item nnultimate-directory
15058 @vindex nnultimate-directory
15059 The directory where @code{nnultimate} stores its files.  The default is
15060 @file{~/News/ultimate/}.
15061 @end table
15062
15063
15064 @node Web Archive
15065 @subsection Web Archive
15066 @cindex nnwarchive
15067 @cindex Web Archive
15068
15069 Some mailing lists only have archives on Web servers, such as
15070 @uref{http://www.egroups.com/} and
15071 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15072 interface, and it's possible to get the information Gnus needs to keep
15073 groups updated.
15074
15075 @findex gnus-group-make-warchive-group
15076 The easiest way to get started with @code{nnwarchive} is to say
15077 something like the following in the group buffer: @kbd{M-x
15078 gnus-group-make-warchive-group RET an_egroup RET egroups RET
15079 www.egroups.com RET your@@email.address RET}.  (Substitute the
15080 @sc{an_egroup} with the mailing list you subscribed, the
15081 @sc{your@@email.address} with your email address.), or to browse the
15082 back end by @kbd{B nnwarchive RET mail-archive RET}.
15083
15084 The following @code{nnwarchive} variables can be altered:
15085
15086 @table @code
15087 @item nnwarchive-directory
15088 @vindex nnwarchive-directory
15089 The directory where @code{nnwarchive} stores its files.  The default is
15090 @file{~/News/warchive/}.
15091
15092 @item nnwarchive-login
15093 @vindex nnwarchive-login
15094 The account name on the web server.
15095
15096 @item nnwarchive-passwd
15097 @vindex nnwarchive-passwd
15098 The password for your account on the web server.
15099 @end table
15100
15101 @node RSS
15102 @subsection RSS
15103 @cindex nnrss
15104 @cindex RSS
15105
15106 Some sites have RDF site summary (RSS)
15107 @uref{http://purl.org/rss/1.0/spec}.  It has a quite regular and nice
15108 interface, and it's possible to get the information Gnus needs to keep
15109 groups updated.
15110
15111 The easiest way to get started with @code{nnrss} is to say something
15112 like the following in the group buffer: @kbd{B nnrss RET RET}, then
15113 subscribe groups.
15114
15115 The following @code{nnrss} variables can be altered:
15116
15117 @table @code
15118 @item nnrss-directory
15119 @vindex nnrss-directory
15120 The directory where @code{nnrss} stores its files.  The default is
15121 @file{~/News/rss/}.
15122
15123 @end table
15124
15125 The following code may be helpful, if you want to show the description in
15126 the summary buffer.
15127
15128 @lisp
15129 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15130 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15131
15132 (defun gnus-user-format-function-X (header)
15133   (let ((descr
15134          (assq nnrss-description-field (mail-header-extra header))))
15135     (if descr (concat "\n\t" (cdr descr)) "")))
15136 @end lisp
15137
15138 The following code may be useful to open an nnrss url directly from the
15139 summary buffer.
15140 @lisp
15141 (require 'browse-url)
15142
15143 (defun browse-nnrss-url( arg )
15144   (interactive "p")
15145   (let ((url (assq nnrss-url-field
15146                    (mail-header-extra
15147                     (gnus-data-header
15148                      (assq (gnus-summary-article-number)
15149                            gnus-newsgroup-data))))))
15150     (if url
15151         (progn
15152           (browse-url (cdr url))
15153           (gnus-summary-mark-as-read-forward 1))
15154       (gnus-summary-scroll-up arg))))
15155
15156 (eval-after-load "gnus"
15157   #'(define-key gnus-summary-mode-map
15158       (kbd "<RET>") 'browse-nnrss-url))
15159 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15160 @end lisp
15161
15162 @node Customizing w3
15163 @subsection Customizing w3
15164 @cindex w3
15165 @cindex html
15166 @cindex url
15167 @cindex Netscape
15168
15169 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15170 pages.  Emacs/w3 is documented in its own manual, but there are some
15171 things that may be more relevant for Gnus users.
15172
15173 For instance, a common question is how to make Emacs/w3 follow links
15174 using the @code{browse-url} functions (which will call some external web
15175 browser like Netscape).  Here's one way:
15176
15177 @lisp
15178 (eval-after-load "w3"
15179   '(progn
15180     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15181     (defun w3-fetch (&optional url target)
15182       (interactive (list (w3-read-url-with-default)))
15183       (if (eq major-mode 'gnus-article-mode)
15184           (browse-url url)
15185         (w3-fetch-orig url target)))))
15186 @end lisp
15187
15188 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15189 @sc{html} in the Gnus article buffers will use @code{browse-url} to
15190 follow the link.
15191
15192
15193 @node IMAP
15194 @section IMAP
15195 @cindex nnimap
15196 @cindex @sc{imap}
15197
15198 @sc{imap} is a network protocol for reading mail (or news, or @dots{}),
15199 think of it as a modernized @sc{nntp}.  Connecting to a @sc{imap}
15200 server is much similar to connecting to a news server, you just
15201 specify the network address of the server.
15202
15203 @sc{imap} has two properties.  First, @sc{imap} can do everything that
15204 POP can, it can hence be viewed as a POP++.  Secondly, @sc{imap} is a
15205 mail storage protocol, similar to @sc{nntp} being a news storage
15206 protocol -- however, @sc{imap} offers more features than @sc{nntp}
15207 because news is more or less read-only whereas mail is read-write.
15208
15209 If you want to use @sc{imap} as a POP++, use an imap entry in
15210 @code{mail-sources}.  With this, Gnus will fetch mails from the
15211 @sc{imap} server and store them on the local disk.  This is not the
15212 usage described in this section--@xref{Mail Sources}.
15213
15214 If you want to use @sc{imap} as a mail storage protocol, use an nnimap
15215 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15216 manipulate mails stored on the @sc{imap} server.  This is the kind of
15217 usage explained in this section.
15218
15219 A server configuration in @file{~/.gnus} with a few @sc{imap} servers
15220 might look something like the following. (Note that for SSL/TLS, you
15221 need external programs and libraries, see below.)
15222
15223 @lisp
15224 (setq gnus-secondary-select-methods
15225       '((nnimap "simpleserver") ; no special configuration
15226         ; perhaps a ssh port forwarded server:
15227         (nnimap "dolk"
15228                 (nnimap-address "localhost")
15229                 (nnimap-server-port 1430))
15230         ; a UW server running on localhost
15231         (nnimap "barbar"
15232                 (nnimap-server-port 143)
15233                 (nnimap-address "localhost")
15234                 (nnimap-list-pattern ("INBOX" "mail/*")))
15235         ; anonymous public cyrus server:
15236         (nnimap "cyrus.andrew.cmu.edu"
15237                 (nnimap-authenticator anonymous)
15238                 (nnimap-list-pattern "archive.*")
15239                 (nnimap-stream network))
15240         ; a ssl server on a non-standard port:
15241         (nnimap "vic20"
15242                 (nnimap-address "vic20.somewhere.com")
15243                 (nnimap-server-port 9930)
15244                 (nnimap-stream ssl))))
15245 @end lisp
15246
15247 After defining the new server, you can subscribe to groups on the
15248 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15249 (@pxref{Subscription Commands}) or via the Server Buffer
15250 (@pxref{Server Buffer}).
15251
15252 The following variables can be used to create a virtual @code{nnimap}
15253 server:
15254
15255 @table @code
15256
15257 @item nnimap-address
15258 @vindex nnimap-address
15259
15260 The address of the remote @sc{imap} server.  Defaults to the virtual
15261 server name if not specified.
15262
15263 @item nnimap-server-port
15264 @vindex nnimap-server-port
15265 Port on server to contact.  Defaults to port 143, or 993 for SSL.
15266
15267 Note that this should be an integer, example server specification:
15268
15269 @lisp
15270 (nnimap "mail.server.com"
15271         (nnimap-server-port 4711))
15272 @end lisp
15273
15274 @item nnimap-list-pattern
15275 @vindex nnimap-list-pattern
15276 String or list of strings of mailboxes to limit available groups to.
15277 This is used when the server has very many mailboxes and you're only
15278 interested in a few -- some servers export your home directory via
15279 @sc{imap}, you'll probably want to limit the mailboxes to those in
15280 @file{~/Mail/*} then.
15281
15282 The string can also be a cons of REFERENCE and the string as above, what
15283 REFERENCE is used for is server specific, but on the University of
15284 Washington server it's a directory that will be concatenated with the
15285 mailbox.
15286
15287 Example server specification:
15288
15289 @lisp
15290 (nnimap "mail.server.com"
15291         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15292                                ("~friend/Mail/" . "list/*"))))
15293 @end lisp
15294
15295 @item nnimap-stream
15296 @vindex nnimap-stream
15297 The type of stream used to connect to your server.  By default, nnimap
15298 will detect and automatically use all of the below, with the exception
15299 of SSL/TLS. (@sc{imap} over SSL/TLS is being replaced by STARTTLS, which
15300 can be automatically detected, but it's not widely deployed yet.)
15301
15302 Example server specification:
15303
15304 @lisp
15305 (nnimap "mail.server.com"
15306         (nnimap-stream ssl))
15307 @end lisp
15308
15309 Please note that the value of @code{nnimap-stream} is a symbol!
15310
15311 @itemize @bullet
15312 @item
15313 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5). Requires the
15314 @samp{imtest} program.
15315 @item
15316 @dfn{kerberos4:} Connect with Kerberos 4. Requires the @samp{imtest} program.
15317 @item
15318 @dfn{starttls:} Connect via the STARTTLS extension (similar to
15319 SSL).  Requires the external library @samp{starttls.el} and program
15320 @samp{starttls}.
15321 @item
15322 @dfn{ssl:} Connect through SSL.  Requires OpenSSL (the program
15323 @samp{openssl}) or SSLeay (@samp{s_client}).
15324 @item
15325 @dfn{shell:} Use a shell command to start @sc{imap} connection.
15326 @item
15327 @dfn{network:} Plain, TCP/IP network connection.
15328 @end itemize
15329
15330 @vindex imap-kerberos4-program
15331 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
15332 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
15333 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
15334 to make @code{imap.el} use a pty instead of a pipe when communicating
15335 with @samp{imtest}.  You will then suffer from a line length
15336 restrictions on @sc{imap} commands, which might make Gnus seem to hang
15337 indefinitely if you have many articles in a mailbox.  The variable
15338 @code{imap-kerberos4-program} contain parameters to pass to the imtest
15339 program.
15340
15341 @vindex imap-ssl-program
15342 For SSL connections, the OpenSSL program is available from
15343 @uref{http://www.openssl.org/}. OpenSSL was formerly known as SSLeay,
15344 and nnimap support it too - although the most recent versions of
15345 SSLeay, 0.9.x, are known to have serious bugs making it
15346 useless. Earlier versions, especially 0.8.x, of SSLeay are known to
15347 work. The variable @code{imap-ssl-program} contain parameters to pass
15348 to OpenSSL/SSLeay.
15349
15350 @vindex imap-shell-program
15351 @vindex imap-shell-host
15352 For @sc{imap} connections using the @code{shell} stream, the variable
15353 @code{imap-shell-program} specify what program to call.
15354
15355 @item nnimap-authenticator
15356 @vindex nnimap-authenticator
15357
15358 The authenticator used to connect to the server.  By default, nnimap
15359 will use the most secure authenticator your server is capable of.
15360
15361 Example server specification:
15362
15363 @lisp
15364 (nnimap "mail.server.com"
15365         (nnimap-authenticator anonymous))
15366 @end lisp
15367
15368 Please note that the value of @code{nnimap-authenticator} is a symbol!
15369
15370 @itemize @bullet
15371 @item
15372 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication. Requires
15373 external program @code{imtest}.
15374 @item
15375 @dfn{kerberos4:} Kerberos 4 authentication. Requires external program
15376 @code{imtest}.
15377 @item
15378 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5. Requires
15379 external library @code{digest-md5.el}.
15380 @item
15381 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
15382 @item
15383 @dfn{login:} Plain-text username/password via LOGIN.
15384 @item
15385 @dfn{anonymous:} Login as `anonymous', supplying your email address as password.
15386 @end itemize
15387
15388 @item nnimap-expunge-on-close
15389 @cindex Expunging
15390 @vindex nnimap-expunge-on-close
15391 Unlike Parmenides the @sc{imap} designers has decided that things that
15392 doesn't exist actually does exist.  More specifically, @sc{imap} has
15393 this concept of marking articles @code{Deleted} which doesn't actually
15394 delete them, and this (marking them @code{Deleted}, that is) is what
15395 nnimap does when you delete a article in Gnus (with @kbd{B DEL} or
15396 similar).
15397
15398 Since the articles aren't really removed when we mark them with the
15399 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
15400 running in circles yet?
15401
15402 Traditionally, nnimap has removed all articles marked as @code{Deleted}
15403 when closing a mailbox but this is now configurable by this server
15404 variable.
15405
15406 The possible options are:
15407
15408 @table @code
15409
15410 @item always
15411 The default behavior, delete all articles marked as ``Deleted'' when
15412 closing a mailbox.
15413 @item never
15414 Never actually delete articles.  Currently there is no way of showing
15415 the articles marked for deletion in nnimap, but other @sc{imap} clients
15416 may allow you to do this.  If you ever want to run the EXPUNGE command
15417 manually, @xref{Expunging mailboxes}.
15418 @item ask
15419 When closing mailboxes, nnimap will ask if you wish to expunge deleted
15420 articles or not.
15421
15422 @end table
15423
15424 @item nnimap-importantize-dormant
15425 @vindex nnimap-importantize-dormant
15426
15427 If non-nil (the default), marks dormant articles as ticked (as well),
15428 for other @sc{imap} clients. Within Gnus, dormant articles will
15429 naturally still (only) be marked as dormant.  This is to make dormant
15430 articles stand out, just like ticked articles, in other @sc{imap}
15431 clients. (In other words, Gnus has two ``Tick'' marks and @sc{imap}
15432 has only one.)
15433
15434 Probably the only reason for frobing this would be if you're trying
15435 enable per-user persistant dormant flags, using something like:
15436
15437 @lisp
15438 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
15439         (format "gnus-dormant-%s" (user-login-name)))
15440 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
15441         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
15442 @end lisp
15443
15444 In this case, you would not want the per-user dormant flag showing up
15445 as ticked for other users.
15446
15447 @item nnimap-expunge-search-string
15448 @cindex Expunging
15449 @vindex nnimap-expunge-search-string
15450
15451 This variable contain the @sc{imap} search command sent to server when
15452 searching for articles eligible for expiring.  The default is
15453 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
15454 UID set and the second @code{%s} is replaced by a date.
15455
15456 Probably the only useful value to change this to is
15457 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
15458 messages instead of the internal article date. See section 6.4.4 of
15459 RFC 2060 for more information on valid strings.
15460
15461 @item nnimap-authinfo-file
15462 @vindex nnimap-authinfo-file
15463
15464 A file containing credentials used to log in on servers.  The format is
15465 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
15466 variable @code{nntp-authinfo-file} for exact syntax; also see
15467 @ref{NNTP}.
15468
15469 @end table
15470
15471 @menu
15472 * Splitting in IMAP::           Splitting mail with nnimap.
15473 * Expiring in IMAP::            Expiring mail with nnimap.
15474 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
15475 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
15476 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
15477 @end menu
15478
15479
15480
15481 @node Splitting in IMAP
15482 @subsection Splitting in IMAP
15483 @cindex splitting imap mail
15484
15485 Splitting is something Gnus users has loved and used for years, and now
15486 the rest of the world is catching up.  Yeah, dream on, not many
15487 @sc{imap} server has server side splitting and those that have splitting
15488 seem to use some non-standard protocol.  This means that @sc{imap}
15489 support for Gnus has to do it's own splitting.
15490
15491 And it does.
15492
15493 Here are the variables of interest:
15494
15495 @table @code
15496
15497 @item nnimap-split-crosspost
15498 @cindex splitting, crosspost
15499 @cindex crosspost
15500 @vindex nnimap-split-crosspost
15501
15502 If non-nil, do crossposting if several split methods match the mail.  If
15503 nil, the first match in @code{nnimap-split-rule} found will be used.
15504
15505 Nnmail equivalent: @code{nnmail-crosspost}.
15506
15507 @item nnimap-split-inbox
15508 @cindex splitting, inbox
15509 @cindex inbox
15510 @vindex nnimap-split-inbox
15511
15512 A string or a list of strings that gives the name(s) of @sc{imap}
15513 mailboxes to split from.  Defaults to nil, which means that splitting is
15514 disabled!
15515
15516 @lisp
15517 (setq nnimap-split-inbox
15518       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
15519 @end lisp
15520
15521 No nnmail equivalent.
15522
15523 @item nnimap-split-rule
15524 @cindex Splitting, rules
15525 @vindex nnimap-split-rule
15526
15527 New mail found in @code{nnimap-split-inbox} will be split according to
15528 this variable.
15529
15530 This variable contains a list of lists, where the first element in the
15531 sublist gives the name of the @sc{imap} mailbox to move articles
15532 matching the regexp in the second element in the sublist.  Got that?
15533 Neither did I, we need examples.
15534
15535 @lisp
15536 (setq nnimap-split-rule
15537       '(("INBOX.nnimap"
15538          "^Sender: owner-nnimap@@vic20.globalcom.se")
15539         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
15540         ("INBOX.private" "")))
15541 @end lisp
15542
15543 This will put all articles from the nnimap mailing list into mailbox
15544 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
15545 into INBOX.junk and everything else in INBOX.private.
15546
15547 The first string may contain `\\1' forms, like the ones used by
15548 replace-match to insert sub-expressions from the matched text.  For
15549 instance:
15550
15551 @lisp
15552 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
15553 @end lisp
15554
15555 The first element can also be the symbol @code{junk} to indicate that
15556 matching messages should simply be deleted.  Use with care.
15557
15558 The second element can also be a function.  In that case, it will be
15559 called with the first element of the rule as the argument, in a buffer
15560 containing the headers of the article.  It should return a non-nil value
15561 if it thinks that the mail belongs in that group.
15562
15563 Nnmail users might recollect that the last regexp had to be empty to
15564 match all articles (like in the example above).  This is not required in
15565 nnimap.  Articles not matching any of the regexps will not be moved out
15566 of your inbox.  (This might affect performance if you keep lots of
15567 unread articles in your inbox, since the splitting code would go over
15568 them every time you fetch new mail.)
15569
15570 These rules are processed from the beginning of the alist toward the
15571 end.  The first rule to make a match will ``win'', unless you have
15572 crossposting enabled.  In that case, all matching rules will ``win''.
15573
15574 This variable can also have a function as its value, the function will
15575 be called with the headers narrowed and should return a group where it
15576 thinks the article should be split to.  See @code{nnimap-split-fancy}.
15577
15578 The splitting code tries to create mailboxes if it needs to.
15579
15580 To allow for different split rules on different virtual servers, and
15581 even different split rules in different inboxes on the same server,
15582 the syntax of this variable have been extended along the lines of:
15583
15584 @lisp
15585 (setq nnimap-split-rule
15586       '(("my1server"    (".*"    (("ding"    "ding@@gnus.org")
15587                                   ("junk"    "From:.*Simon")))
15588         ("my2server"    ("INBOX" nnimap-split-fancy))
15589         ("my[34]server" (".*"    (("private" "To:.*Simon")
15590                                   ("junk"    my-junk-func)))))
15591 @end lisp
15592
15593 The virtual server name is in fact a regexp, so that the same rules
15594 may apply to several servers.  In the example, the servers
15595 @code{my3server} and @code{my4server} both use the same rules.
15596 Similarly, the inbox string is also a regexp.  The actual splitting
15597 rules are as before, either a function, or a list with group/regexp or
15598 group/function elements.
15599
15600 Nnmail equivalent: @code{nnmail-split-methods}.
15601
15602 @item nnimap-split-predicate
15603 @cindex splitting
15604 @vindex nnimap-split-predicate
15605
15606 Mail matching this predicate in @code{nnimap-split-inbox} will be
15607 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
15608
15609 This might be useful if you use another @sc{imap} client to read mail in
15610 your inbox but would like Gnus to split all articles in the inbox
15611 regardless of readedness. Then you might change this to
15612 @samp{UNDELETED}.
15613
15614 @item nnimap-split-fancy
15615 @cindex splitting, fancy
15616 @findex nnimap-split-fancy
15617 @vindex nnimap-split-fancy
15618
15619 It's possible to set @code{nnimap-split-rule} to
15620 @code{nnmail-split-fancy} if you want to use fancy
15621 splitting. @xref{Fancy Mail Splitting}.
15622
15623 However, to be able to have different fancy split rules for nnmail and
15624 nnimap back ends you can set @code{nnimap-split-rule} to
15625 @code{nnimap-split-fancy} and define the nnimap specific fancy split
15626 rule in @code{nnimap-split-fancy}.
15627
15628 Example:
15629
15630 @lisp
15631 (setq nnimap-split-rule 'nnimap-split-fancy
15632       nnimap-split-fancy ...)
15633 @end lisp
15634
15635 Nnmail equivalent: @code{nnmail-split-fancy}.
15636
15637 @item nnimap-split-download-body
15638 @findex nnimap-split-download-body
15639 @vindex nnimap-split-download-body
15640
15641 Set to non-nil to download entire articles during splitting.  This is
15642 generally not required, and will slow things down considerably.  You
15643 may need it if you want to use an advanced splitting function that
15644 analyses the body to split the article.
15645
15646 @end table
15647
15648 @node Expiring in IMAP
15649 @subsection Expiring in IMAP
15650 @cindex expiring imap mail
15651
15652 Even though @code{nnimap} is not a proper @code{nnmail} derived back
15653 end, it supports most features in regular expiring (@pxref{Expiring
15654 Mail}).  Unlike splitting in IMAP (@pxref{Splitting in IMAP}) it do
15655 not clone the @code{nnmail} variables (i.e., creating
15656 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
15657 follows below are the variables used by the @code{nnimap} expiry
15658 process.
15659
15660 A note on how the expire mark is stored on the @sc{imap} server is
15661 appropriate here as well.  The expire mark is translated into a
15662 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
15663 message.  This means that likely only Gnus will understand and treat
15664 the @code{gnus-expire} mark properly, although other clients may allow
15665 you to view client specific flags on the message.  It also means that
15666 your server must support permanent storage of client specific flags on
15667 messages.  Most do, fortunately.
15668
15669 @table @code
15670
15671 @item nnmail-expiry-wait
15672 @item nnmail-expiry-wait-function
15673
15674 These variables are fully supported.  The expire value can be a
15675 number, the symbol @code{immediate} or @code{never}.
15676
15677 @item nnmail-expiry-target
15678
15679 This variable is supported, and internally implemented by calling the
15680 @code{nnmail} functions that handle this.  It contains an optimization
15681 that if the destination is a IMAP group on the same server, the
15682 article is copied instead of appended (that is, uploaded again).
15683
15684 @end table
15685
15686 @node Editing IMAP ACLs
15687 @subsection Editing IMAP ACLs
15688 @cindex editing imap acls
15689 @cindex Access Control Lists
15690 @cindex Editing @sc{imap} ACLs
15691 @kindex G l
15692 @findex gnus-group-nnimap-edit-acl
15693
15694 ACL stands for Access Control List.  ACLs are used in @sc{imap} for
15695 limiting (or enabling) other users access to your mail boxes.  Not all
15696 @sc{imap} servers support this, this function will give an error if it
15697 doesn't.
15698
15699 To edit a ACL for a mailbox, type @kbd{G l}
15700 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with a ACL
15701 editing window with detailed instructions.
15702
15703 Some possible uses:
15704
15705 @itemize @bullet
15706 @item
15707 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
15708 on your mailing list mailboxes enables other users on the same server to
15709 follow the list without subscribing to it.
15710 @item
15711 At least with the Cyrus server, you are required to give the user
15712 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
15713 mail sent to user+mailbox@@domain ending up in the @sc{imap} mailbox
15714 INBOX.mailbox).
15715 @end itemize
15716
15717 @node Expunging mailboxes
15718 @subsection Expunging mailboxes
15719 @cindex expunging
15720
15721 @cindex Expunge
15722 @cindex Manual expunging
15723 @kindex G x
15724 @findex gnus-group-nnimap-expunge
15725
15726 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
15727 you may want the option of expunging all deleted articles in a mailbox
15728 manually.  This is exactly what @kbd{G x} does.
15729
15730 Currently there is no way of showing deleted articles, you can just
15731 delete them.
15732
15733 @node A note on namespaces
15734 @subsection A note on namespaces
15735 @cindex IMAP namespace
15736 @cindex namespaces
15737
15738 The IMAP protocol has a concept called namespaces, described by the
15739 following text in the RFC:
15740
15741 @example
15742 5.1.2.  Mailbox Namespace Naming Convention
15743
15744    By convention, the first hierarchical element of any mailbox name
15745    which begins with "#" identifies the "namespace" of the remainder of
15746    the name.  This makes it possible to disambiguate between different
15747    types of mailbox stores, each of which have their own namespaces.
15748
15749       For example, implementations which offer access to USENET
15750       newsgroups MAY use the "#news" namespace to partition the USENET
15751       newsgroup namespace from that of other mailboxes.  Thus, the
15752       comp.mail.misc newsgroup would have an mailbox name of
15753       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
15754       to a different object (e.g. a user's private mailbox).
15755 @end example
15756
15757 While there is nothing in this text that warrants concern for the IMAP
15758 implementation in Gnus, some servers use namespace prefixes in a way
15759 that does not work with how Gnus uses mailbox names.
15760
15761 Specifically, University of Washington's IMAP server uses mailbox
15762 names like @code{#driver.mbx/read-mail} which are valid only in the
15763 @sc{create} and @sc{append} commands.  After the mailbox is created
15764 (or a messages is appended to a mailbox), it must be accessed without
15765 the namespace prefix, i.e. @code{read-mail}.  Since Gnus do not make it
15766 possible for the user to guarantee that user entered mailbox names
15767 will only be used with the CREATE and APPEND commands, you should
15768 simply not use the namespace prefixed mailbox names in Gnus.
15769
15770 See the UoW @sc{imapd} documentation for the @code{#driver.*/} prefix
15771 for more information on how to use the prefixes.  They are a power
15772 tool and should be used only if you are sure what the effects are.
15773
15774 @node Other Sources
15775 @section Other Sources
15776
15777 Gnus can do more than just read news or mail.  The methods described
15778 below allow Gnus to view directories and files as if they were
15779 newsgroups.
15780
15781 @menu
15782 * Directory Groups::            You can read a directory as if it was a newsgroup.
15783 * Anything Groups::             Dired?  Who needs dired?
15784 * Document Groups::             Single files can be the basis of a group.
15785 * SOUP::                        Reading @sc{soup} packets ``offline''.
15786 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
15787 @end menu
15788
15789
15790 @node Directory Groups
15791 @subsection Directory Groups
15792 @cindex nndir
15793 @cindex directory groups
15794
15795 If you have a directory that has lots of articles in separate files in
15796 it, you might treat it as a newsgroup.  The files have to have numerical
15797 names, of course.
15798
15799 This might be an opportune moment to mention @code{ange-ftp} (and its
15800 successor @code{efs}), that most wonderful of all wonderful Emacs
15801 packages.  When I wrote @code{nndir}, I didn't think much about it---a
15802 back end to read directories.  Big deal.
15803
15804 @code{ange-ftp} changes that picture dramatically.  For instance, if you
15805 enter the @code{ange-ftp} file name
15806 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
15807 @code{ange-ftp} or @code{efs} will actually allow you to read this
15808 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
15809
15810 @code{nndir} will use @sc{nov} files if they are present.
15811
15812 @code{nndir} is a ``read-only'' back end---you can't delete or expire
15813 articles with this method.  You can use @code{nnmh} or @code{nnml} for
15814 whatever you use @code{nndir} for, so you could switch to any of those
15815 methods if you feel the need to have a non-read-only @code{nndir}.
15816
15817
15818 @node Anything Groups
15819 @subsection Anything Groups
15820 @cindex nneething
15821
15822 From the @code{nndir} back end (which reads a single spool-like
15823 directory), it's just a hop and a skip to @code{nneething}, which
15824 pretends that any arbitrary directory is a newsgroup.  Strange, but
15825 true.
15826
15827 When @code{nneething} is presented with a directory, it will scan this
15828 directory and assign article numbers to each file.  When you enter such
15829 a group, @code{nneething} must create ``headers'' that Gnus can use.
15830 After all, Gnus is a newsreader, in case you're forgetting.
15831 @code{nneething} does this in a two-step process.  First, it snoops each
15832 file in question.  If the file looks like an article (i.e., the first
15833 few lines look like headers), it will use this as the head.  If this is
15834 just some arbitrary file without a head (e.g. a C source file),
15835 @code{nneething} will cobble up a header out of thin air.  It will use
15836 file ownership, name and date and do whatever it can with these
15837 elements.
15838
15839 All this should happen automatically for you, and you will be presented
15840 with something that looks very much like a newsgroup.  Totally like a
15841 newsgroup, to be precise.  If you select an article, it will be displayed
15842 in the article buffer, just as usual.
15843
15844 If you select a line that represents a directory, Gnus will pop you into
15845 a new summary buffer for this @code{nneething} group.  And so on.  You can
15846 traverse the entire disk this way, if you feel like, but remember that
15847 Gnus is not dired, really, and does not intend to be, either.
15848
15849 There are two overall modes to this action---ephemeral or solid.  When
15850 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
15851 will not store information on what files you have read, and what files
15852 are new, and so on.  If you create a solid @code{nneething} group the
15853 normal way with @kbd{G m}, Gnus will store a mapping table between
15854 article numbers and file names, and you can treat this group like any
15855 other groups.  When you activate a solid @code{nneething} group, you will
15856 be told how many unread articles it contains, etc., etc.
15857
15858 Some variables:
15859
15860 @table @code
15861 @item nneething-map-file-directory
15862 @vindex nneething-map-file-directory
15863 All the mapping files for solid @code{nneething} groups will be stored
15864 in this directory, which defaults to @file{~/.nneething/}.
15865
15866 @item nneething-exclude-files
15867 @vindex nneething-exclude-files
15868 All files that match this regexp will be ignored.  Nice to use to exclude
15869 auto-save files and the like, which is what it does by default.
15870
15871 @item nneething-include-files
15872 @vindex nneething-include-files
15873 Regexp saying what files to include in the group.  If this variable is
15874 non-@code{nil}, only files matching this regexp will be included.
15875
15876 @item nneething-map-file
15877 @vindex nneething-map-file
15878 Name of the map files.
15879 @end table
15880
15881
15882 @node Document Groups
15883 @subsection Document Groups
15884 @cindex nndoc
15885 @cindex documentation group
15886 @cindex help group
15887
15888 @code{nndoc} is a cute little thing that will let you read a single file
15889 as a newsgroup.  Several files types are supported:
15890
15891 @table @code
15892 @cindex babyl
15893 @cindex rmail mbox
15894
15895 @item babyl
15896 The babyl (rmail) mail box.
15897 @cindex mbox
15898 @cindex Unix mbox
15899
15900 @item mbox
15901 The standard Unix mbox file.
15902
15903 @cindex MMDF mail box
15904 @item mmdf
15905 The MMDF mail box format.
15906
15907 @item news
15908 Several news articles appended into a file.
15909
15910 @item rnews
15911 @cindex rnews batch files
15912 The rnews batch transport format.
15913 @cindex forwarded messages
15914
15915 @item forward
15916 Forwarded articles.
15917
15918 @item nsmail
15919 Netscape mail boxes.
15920
15921 @item mime-parts
15922 @sc{mime} multipart messages.
15923
15924 @item standard-digest
15925 The standard (RFC 1153) digest format.
15926
15927 @item mime-digest
15928 A @sc{mime} digest of messages.
15929
15930 @item lanl-gov-announce
15931 Announcement messages from LANL Gov Announce.
15932
15933 @item rfc822-forward
15934 A message forwarded according to RFC822.
15935
15936 @item outlook
15937 The Outlook mail box.
15938
15939 @item oe-dbx
15940 The Outlook Express dbx mail box.
15941
15942 @item exim-bounce
15943 A bounce message from the Exim MTA.
15944
15945 @item forward
15946 A message forwarded according to informal rules.
15947
15948 @item rfc934
15949 An RFC934-forwarded message.
15950
15951 @item mailman
15952 A mailman digest.
15953
15954 @item clari-briefs
15955 A digest of Clarinet brief news items.
15956
15957 @item slack-digest
15958 Non-standard digest format---matches most things, but does it badly.
15959
15960 @item mail-in-mail
15961 The last resort.
15962 @end table
15963
15964 You can also use the special ``file type'' @code{guess}, which means
15965 that @code{nndoc} will try to guess what file type it is looking at.
15966 @code{digest} means that @code{nndoc} should guess what digest type the
15967 file is.
15968
15969 @code{nndoc} will not try to change the file or insert any extra headers into
15970 it---it will simply, like, let you use the file as the basis for a
15971 group.  And that's it.
15972
15973 If you have some old archived articles that you want to insert into your
15974 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
15975 that.  Say you have an old @file{RMAIL} file with mail that you now want
15976 to split into your new @code{nnml} groups.  You look at that file using
15977 @code{nndoc} (using the @kbd{G f} command in the group buffer
15978 (@pxref{Foreign Groups})), set the process mark on all the articles in
15979 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
15980 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
15981 file is now also stored in lots of @code{nnml} directories, and you can
15982 delete that pesky @file{RMAIL} file.  If you have the guts!
15983
15984 Virtual server variables:
15985
15986 @table @code
15987 @item nndoc-article-type
15988 @vindex nndoc-article-type
15989 This should be one of @code{mbox}, @code{babyl}, @code{digest},
15990 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
15991 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
15992 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
15993 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
15994
15995 @item nndoc-post-type
15996 @vindex nndoc-post-type
15997 This variable says whether Gnus is to consider the group a news group or
15998 a mail group.  There are two valid values:  @code{mail} (the default)
15999 and @code{news}.
16000 @end table
16001
16002 @menu
16003 * Document Server Internals::   How to add your own document types.
16004 @end menu
16005
16006
16007 @node Document Server Internals
16008 @subsubsection Document Server Internals
16009
16010 Adding new document types to be recognized by @code{nndoc} isn't
16011 difficult.  You just have to whip up a definition of what the document
16012 looks like, write a predicate function to recognize that document type,
16013 and then hook into @code{nndoc}.
16014
16015 First, here's an example document type definition:
16016
16017 @example
16018 (mmdf
16019  (article-begin .  "^\^A\^A\^A\^A\n")
16020  (body-end .  "^\^A\^A\^A\^A\n"))
16021 @end example
16022
16023 The definition is simply a unique @dfn{name} followed by a series of
16024 regexp pseudo-variable settings.  Below are the possible
16025 variables---don't be daunted by the number of variables; most document
16026 types can be defined with very few settings:
16027
16028 @table @code
16029 @item first-article
16030 If present, @code{nndoc} will skip past all text until it finds
16031 something that match this regexp.  All text before this will be
16032 totally ignored.
16033
16034 @item article-begin
16035 This setting has to be present in all document type definitions.  It
16036 says what the beginning of each article looks like.
16037
16038 @item head-begin-function
16039 If present, this should be a function that moves point to the head of
16040 the article.
16041
16042 @item nndoc-head-begin
16043 If present, this should be a regexp that matches the head of the
16044 article.
16045
16046 @item nndoc-head-end
16047 This should match the end of the head of the article.  It defaults to
16048 @samp{^$}---the empty line.
16049
16050 @item body-begin-function
16051 If present, this function should move point to the beginning of the body
16052 of the article.
16053
16054 @item body-begin
16055 This should match the beginning of the body of the article.  It defaults
16056 to @samp{^\n}.
16057
16058 @item body-end-function
16059 If present, this function should move point to the end of the body of
16060 the article.
16061
16062 @item body-end
16063 If present, this should match the end of the body of the article.
16064
16065 @item file-end
16066 If present, this should match the end of the file.  All text after this
16067 regexp will be totally ignored.
16068
16069 @end table
16070
16071 So, using these variables @code{nndoc} is able to dissect a document
16072 file into a series of articles, each with a head and a body.  However, a
16073 few more variables are needed since not all document types are all that
16074 news-like---variables needed to transform the head or the body into
16075 something that's palatable for Gnus:
16076
16077 @table @code
16078 @item prepare-body-function
16079 If present, this function will be called when requesting an article.  It
16080 will be called with point at the start of the body, and is useful if the
16081 document has encoded some parts of its contents.
16082
16083 @item article-transform-function
16084 If present, this function is called when requesting an article.  It's
16085 meant to be used for more wide-ranging transformation of both head and
16086 body of the article.
16087
16088 @item generate-head-function
16089 If present, this function is called to generate a head that Gnus can
16090 understand.  It is called with the article number as a parameter, and is
16091 expected to generate a nice head for the article in question.  It is
16092 called when requesting the headers of all articles.
16093
16094 @end table
16095
16096 Let's look at the most complicated example I can come up with---standard
16097 digests:
16098
16099 @example
16100 (standard-digest
16101  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16102  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16103  (prepare-body-function . nndoc-unquote-dashes)
16104  (body-end-function . nndoc-digest-body-end)
16105  (head-end . "^ ?$")
16106  (body-begin . "^ ?\n")
16107  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16108  (subtype digest guess))
16109 @end example
16110
16111 We see that all text before a 70-width line of dashes is ignored; all
16112 text after a line that starts with that @samp{^End of} is also ignored;
16113 each article begins with a 30-width line of dashes; the line separating
16114 the head from the body may contain a single space; and that the body is
16115 run through @code{nndoc-unquote-dashes} before being delivered.
16116
16117 To hook your own document definition into @code{nndoc}, use the
16118 @code{nndoc-add-type} function.  It takes two parameters---the first
16119 is the definition itself and the second (optional) parameter says
16120 where in the document type definition alist to put this definition.
16121 The alist is traversed sequentially, and @code{nndoc-TYPE-type-p} is
16122 called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is
16123 called to see whether a document is of @code{mmdf} type, and so on.
16124 These type predicates should return @code{nil} if the document is not
16125 of the correct type; @code{t} if it is of the correct type; and a
16126 number if the document might be of the correct type.  A high number
16127 means high probability; a low number means low probability with
16128 @samp{0} being the lowest valid number.
16129
16130
16131 @node SOUP
16132 @subsection SOUP
16133 @cindex SOUP
16134 @cindex offline
16135
16136 In the PC world people often talk about ``offline'' newsreaders.  These
16137 are thingies that are combined reader/news transport monstrosities.
16138 With built-in modem programs.  Yecchh!
16139
16140 Of course, us Unix Weenie types of human beans use things like
16141 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16142 transport things like Ghod intended.  And then we just use normal
16143 newsreaders.
16144
16145 However, it can sometimes be convenient to do something that's a bit
16146 easier on the brain if you have a very slow modem, and you're not really
16147 that interested in doing things properly.
16148
16149 A file format called @sc{soup} has been developed for transporting news
16150 and mail from servers to home machines and back again.  It can be a bit
16151 fiddly.
16152
16153 First some terminology:
16154
16155 @table @dfn
16156
16157 @item server
16158 This is the machine that is connected to the outside world and where you
16159 get news and/or mail from.
16160
16161 @item home machine
16162 This is the machine that you want to do the actual reading and responding
16163 on.  It is typically not connected to the rest of the world in any way.
16164
16165 @item packet
16166 Something that contains messages and/or commands.  There are two kinds
16167 of packets:
16168
16169 @table @dfn
16170 @item message packets
16171 These are packets made at the server, and typically contain lots of
16172 messages for you to read.  These are called @file{SoupoutX.tgz} by
16173 default, where @var{x} is a number.
16174
16175 @item response packets
16176 These are packets made at the home machine, and typically contains
16177 replies that you've written.  These are called @file{SoupinX.tgz} by
16178 default, where @var{x} is a number.
16179
16180 @end table
16181
16182 @end table
16183
16184
16185 @enumerate
16186
16187 @item
16188 You log in on the server and create a @sc{soup} packet.  You can either
16189 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16190 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16191 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16192
16193 @item
16194 You transfer the packet home.  Rail, boat, car or modem will do fine.
16195
16196 @item
16197 You put the packet in your home directory.
16198
16199 @item
16200 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16201 the native or secondary server.
16202
16203 @item
16204 You read articles and mail and answer and followup to the things you
16205 want (@pxref{SOUP Replies}).
16206
16207 @item
16208 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16209 packet.
16210
16211 @item
16212 You transfer this packet to the server.
16213
16214 @item
16215 You use Gnus to mail this packet out with the @kbd{G s s} command.
16216
16217 @item
16218 You then repeat until you die.
16219
16220 @end enumerate
16221
16222 So you basically have a bipartite system---you use @code{nnsoup} for
16223 reading and Gnus for packing/sending these @sc{soup} packets.
16224
16225 @menu
16226 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16227 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16228 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16229 @end menu
16230
16231
16232 @node SOUP Commands
16233 @subsubsection SOUP Commands
16234
16235 These are commands for creating and manipulating @sc{soup} packets.
16236
16237 @table @kbd
16238 @item G s b
16239 @kindex G s b (Group)
16240 @findex gnus-group-brew-soup
16241 Pack all unread articles in the current group
16242 (@code{gnus-group-brew-soup}).  This command understands the
16243 process/prefix convention.
16244
16245 @item G s w
16246 @kindex G s w (Group)
16247 @findex gnus-soup-save-areas
16248 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
16249
16250 @item G s s
16251 @kindex G s s (Group)
16252 @findex gnus-soup-send-replies
16253 Send all replies from the replies packet
16254 (@code{gnus-soup-send-replies}).
16255
16256 @item G s p
16257 @kindex G s p (Group)
16258 @findex gnus-soup-pack-packet
16259 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
16260
16261 @item G s r
16262 @kindex G s r (Group)
16263 @findex nnsoup-pack-replies
16264 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
16265
16266 @item O s
16267 @kindex O s (Summary)
16268 @findex gnus-soup-add-article
16269 This summary-mode command adds the current article to a @sc{soup} packet
16270 (@code{gnus-soup-add-article}).  It understands the process/prefix
16271 convention (@pxref{Process/Prefix}).
16272
16273 @end table
16274
16275
16276 There are a few variables to customize where Gnus will put all these
16277 thingies:
16278
16279 @table @code
16280
16281 @item gnus-soup-directory
16282 @vindex gnus-soup-directory
16283 Directory where Gnus will save intermediate files while composing
16284 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
16285
16286 @item gnus-soup-replies-directory
16287 @vindex gnus-soup-replies-directory
16288 This is what Gnus will use as a temporary directory while sending our
16289 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
16290
16291 @item gnus-soup-prefix-file
16292 @vindex gnus-soup-prefix-file
16293 Name of the file where Gnus stores the last used prefix.  The default is
16294 @samp{gnus-prefix}.
16295
16296 @item gnus-soup-packer
16297 @vindex gnus-soup-packer
16298 A format string command for packing a @sc{soup} packet.  The default is
16299 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
16300
16301 @item gnus-soup-unpacker
16302 @vindex gnus-soup-unpacker
16303 Format string command for unpacking a @sc{soup} packet.  The default is
16304 @samp{gunzip -c %s | tar xvf -}.
16305
16306 @item gnus-soup-packet-directory
16307 @vindex gnus-soup-packet-directory
16308 Where Gnus will look for reply packets.  The default is @file{~/}.
16309
16310 @item gnus-soup-packet-regexp
16311 @vindex gnus-soup-packet-regexp
16312 Regular expression matching @sc{soup} reply packets in
16313 @code{gnus-soup-packet-directory}.
16314
16315 @end table
16316
16317
16318 @node SOUP Groups
16319 @subsubsection SOUP Groups
16320 @cindex nnsoup
16321
16322 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
16323 read incoming packets, unpack them, and put them in a directory where
16324 you can read them at leisure.
16325
16326 These are the variables you can use to customize its behavior:
16327
16328 @table @code
16329
16330 @item nnsoup-tmp-directory
16331 @vindex nnsoup-tmp-directory
16332 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
16333 directory.  (@file{/tmp/} by default.)
16334
16335 @item nnsoup-directory
16336 @vindex nnsoup-directory
16337 @code{nnsoup} then moves each message and index file to this directory.
16338 The default is @file{~/SOUP/}.
16339
16340 @item nnsoup-replies-directory
16341 @vindex nnsoup-replies-directory
16342 All replies will be stored in this directory before being packed into a
16343 reply packet.  The default is @file{~/SOUP/replies/}.
16344
16345 @item nnsoup-replies-format-type
16346 @vindex nnsoup-replies-format-type
16347 The @sc{soup} format of the replies packets.  The default is @samp{?n}
16348 (rnews), and I don't think you should touch that variable.  I probably
16349 shouldn't even have documented it.  Drats!  Too late!
16350
16351 @item nnsoup-replies-index-type
16352 @vindex nnsoup-replies-index-type
16353 The index type of the replies packet.  The default is @samp{?n}, which
16354 means ``none''.  Don't fiddle with this one either!
16355
16356 @item nnsoup-active-file
16357 @vindex nnsoup-active-file
16358 Where @code{nnsoup} stores lots of information.  This is not an ``active
16359 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
16360 this file or mess it up in any way, you're dead.  The default is
16361 @file{~/SOUP/active}.
16362
16363 @item nnsoup-packer
16364 @vindex nnsoup-packer
16365 Format string command for packing a reply @sc{soup} packet.  The default
16366 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
16367
16368 @item nnsoup-unpacker
16369 @vindex nnsoup-unpacker
16370 Format string command for unpacking incoming @sc{soup} packets.  The
16371 default is @samp{gunzip -c %s | tar xvf -}.
16372
16373 @item nnsoup-packet-directory
16374 @vindex nnsoup-packet-directory
16375 Where @code{nnsoup} will look for incoming packets.  The default is
16376 @file{~/}.
16377
16378 @item nnsoup-packet-regexp
16379 @vindex nnsoup-packet-regexp
16380 Regular expression matching incoming @sc{soup} packets.  The default is
16381 @samp{Soupout}.
16382
16383 @item nnsoup-always-save
16384 @vindex nnsoup-always-save
16385 If non-@code{nil}, save the replies buffer after each posted message.
16386
16387 @end table
16388
16389
16390 @node SOUP Replies
16391 @subsubsection SOUP Replies
16392
16393 Just using @code{nnsoup} won't mean that your postings and mailings end
16394 up in @sc{soup} reply packets automagically.  You have to work a bit
16395 more for that to happen.
16396
16397 @findex nnsoup-set-variables
16398 The @code{nnsoup-set-variables} command will set the appropriate
16399 variables to ensure that all your followups and replies end up in the
16400 @sc{soup} system.
16401
16402 In specific, this is what it does:
16403
16404 @lisp
16405 (setq message-send-news-function 'nnsoup-request-post)
16406 (setq message-send-mail-function 'nnsoup-request-mail)
16407 @end lisp
16408
16409 And that's it, really.  If you only want news to go into the @sc{soup}
16410 system you just use the first line.  If you only want mail to be
16411 @sc{soup}ed you use the second.
16412
16413
16414 @node Mail-To-News Gateways
16415 @subsection Mail-To-News Gateways
16416 @cindex mail-to-news gateways
16417 @cindex gateways
16418
16419 If your local @code{nntp} server doesn't allow posting, for some reason
16420 or other, you can post using one of the numerous mail-to-news gateways.
16421 The @code{nngateway} back end provides the interface.
16422
16423 Note that you can't read anything from this back end---it can only be
16424 used to post with.
16425
16426 Server variables:
16427
16428 @table @code
16429 @item nngateway-address
16430 @vindex nngateway-address
16431 This is the address of the mail-to-news gateway.
16432
16433 @item nngateway-header-transformation
16434 @vindex nngateway-header-transformation
16435 News headers often have to be transformed in some odd way or other
16436 for the mail-to-news gateway to accept it.  This variable says what
16437 transformation should be called, and defaults to
16438 @code{nngateway-simple-header-transformation}.  The function is called
16439 narrowed to the headers to be transformed and with one parameter---the
16440 gateway address.
16441
16442 This default function just inserts a new @code{To} header based on the
16443 @code{Newsgroups} header and the gateway address.
16444 For instance, an article with this @code{Newsgroups} header:
16445
16446 @example
16447 Newsgroups: alt.religion.emacs
16448 @end example
16449
16450 will get this @code{To} header inserted:
16451
16452 @example
16453 To: alt-religion-emacs@@GATEWAY
16454 @end example
16455
16456 The following pre-defined functions exist:
16457
16458 @findex nngateway-simple-header-transformation
16459 @table @code
16460
16461 @item nngateway-simple-header-transformation
16462 Creates a @code{To} header that looks like
16463 @var{newsgroup}@@@code{nngateway-address}.
16464
16465 @findex nngateway-mail2news-header-transformation
16466
16467 @item nngateway-mail2news-header-transformation
16468 Creates a @code{To} header that looks like
16469 @code{nngateway-address}.
16470
16471 Here's an example:
16472
16473 @lisp
16474 (setq gnus-post-method
16475       '(nngateway
16476         "mail2news@@replay.com"
16477         (nngateway-header-transformation
16478          nngateway-mail2news-header-transformation)))
16479 @end lisp
16480
16481 @end table
16482
16483
16484 @end table
16485
16486 So, to use this, simply say something like:
16487
16488 @lisp
16489 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
16490 @end lisp
16491
16492
16493
16494 @node Combined Groups
16495 @section Combined Groups
16496
16497 Gnus allows combining a mixture of all the other group types into bigger
16498 groups.
16499
16500 @menu
16501 * Virtual Groups::              Combining articles from many groups.
16502 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
16503 @end menu
16504
16505
16506 @node Virtual Groups
16507 @subsection Virtual Groups
16508 @cindex nnvirtual
16509 @cindex virtual groups
16510 @cindex merging groups
16511
16512 An @dfn{nnvirtual group} is really nothing more than a collection of
16513 other groups.
16514
16515 For instance, if you are tired of reading many small groups, you can
16516 put them all in one big group, and then grow tired of reading one
16517 big, unwieldy group.  The joys of computing!
16518
16519 You specify @code{nnvirtual} as the method.  The address should be a
16520 regexp to match component groups.
16521
16522 All marks in the virtual group will stick to the articles in the
16523 component groups.  So if you tick an article in a virtual group, the
16524 article will also be ticked in the component group from whence it
16525 came.  (And vice versa---marks from the component groups will also be
16526 shown in the virtual group.). To create an empty virtual group, run
16527 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
16528 and edit the method regexp with @kbd{M-e}
16529 (@code{gnus-group-edit-group-method})
16530
16531 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
16532 newsgroups into one, big, happy newsgroup:
16533
16534 @lisp
16535 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
16536 @end lisp
16537
16538 The component groups can be native or foreign; everything should work
16539 smoothly, but if your computer explodes, it was probably my fault.
16540
16541 Collecting the same group from several servers might actually be a good
16542 idea if users have set the Distribution header to limit distribution.
16543 If you would like to read @samp{soc.motss} both from a server in Japan
16544 and a server in Norway, you could use the following as the group regexp:
16545
16546 @example
16547 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
16548 @end example
16549
16550 (Remember, though, that if you're creating the group with @kbd{G m}, you
16551 shouldn't double the backslashes, and you should leave off the quote
16552 characters at the beginning and the end of the string.)
16553
16554 This should work kinda smoothly---all articles from both groups should
16555 end up in this one, and there should be no duplicates.  Threading (and
16556 the rest) will still work as usual, but there might be problems with the
16557 sequence of articles.  Sorting on date might be an option here
16558 (@pxref{Selecting a Group}).
16559
16560 One limitation, however---all groups included in a virtual
16561 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
16562 zombie groups can't be component groups for @code{nnvirtual} groups.
16563
16564 @vindex nnvirtual-always-rescan
16565 If the @code{nnvirtual-always-rescan} is non-@code{nil},
16566 @code{nnvirtual} will always scan groups for unread articles when
16567 entering a virtual group.  If this variable is @code{nil} (which is the
16568 default) and you read articles in a component group after the virtual
16569 group has been activated, the read articles from the component group
16570 will show up when you enter the virtual group.  You'll also see this
16571 effect if you have two virtual groups that have a component group in
16572 common.  If that's the case, you should set this variable to @code{t}.
16573 Or you can just tap @code{M-g} on the virtual group every time before
16574 you enter it---it'll have much the same effect.
16575
16576 @code{nnvirtual} can have both mail and news groups as component groups.
16577 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
16578 has to ask the back end of the component group the article comes from
16579 whether it is a news or mail back end.  However, when you do a @kbd{^},
16580 there is typically no sure way for the component back end to know this,
16581 and in that case @code{nnvirtual} tells Gnus that the article came from a
16582 not-news back end.  (Just to be on the safe side.)
16583
16584 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
16585 line from the article you respond to in these cases.
16586
16587 @code{nnvirtual} groups do not inherit anything but articles and marks
16588 from component groups---group parameters, for instance, are not
16589 inherited.
16590
16591
16592 @node Kibozed Groups
16593 @subsection Kibozed Groups
16594 @cindex nnkiboze
16595 @cindex kibozing
16596
16597 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
16598 the news feed''.  @code{nnkiboze} is a back end that will do this for
16599 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
16600 with useless requests!  Oh happiness!
16601
16602 @kindex G k (Group)
16603 To create a kibozed group, use the @kbd{G k} command in the group
16604 buffer.
16605
16606 The address field of the @code{nnkiboze} method is, as with
16607 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
16608 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
16609 and @code{nnvirtual} end.
16610
16611 In addition to this regexp detailing component groups, an @code{nnkiboze} group
16612 must have a score file to say what articles are to be included in
16613 the group (@pxref{Scoring}).
16614
16615 @kindex M-x nnkiboze-generate-groups
16616 @findex nnkiboze-generate-groups
16617 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
16618 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
16619 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
16620 all the articles in all the component groups and run them through the
16621 scoring process to determine if there are any articles in the groups
16622 that are to be part of the @code{nnkiboze} groups.
16623
16624 Please limit the number of component groups by using restrictive
16625 regexps.  Otherwise your sysadmin may become annoyed with you, and the
16626 @sc{nntp} site may throw you off and never let you back in again.
16627 Stranger things have happened.
16628
16629 @code{nnkiboze} component groups do not have to be alive---they can be dead,
16630 and they can be foreign.  No restrictions.
16631
16632 @vindex nnkiboze-directory
16633 The generation of an @code{nnkiboze} group means writing two files in
16634 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
16635 contains the @sc{nov} header lines for all the articles in the group,
16636 and the other is an additional @file{.newsrc} file to store information
16637 on what groups have been searched through to find component articles.
16638
16639 Articles marked as read in the @code{nnkiboze} group will have
16640 their @sc{nov} lines removed from the @sc{nov} file.
16641
16642
16643 @node Gnus Unplugged
16644 @section Gnus Unplugged
16645 @cindex offline
16646 @cindex unplugged
16647 @cindex Agent
16648 @cindex Gnus Agent
16649 @cindex Gnus Unplugged
16650
16651 In olden times (ca. February '88), people used to run their newsreaders
16652 on big machines with permanent connections to the net.  News transport
16653 was dealt with by news servers, and all the newsreaders had to do was to
16654 read news.  Believe it or not.
16655
16656 Nowadays most people read news and mail at home, and use some sort of
16657 modem to connect to the net.  To avoid running up huge phone bills, it
16658 would be nice to have a way to slurp down all the news and mail, hang up
16659 the phone, read for several hours, and then upload any responses you
16660 have to make.  And then you repeat the procedure.
16661
16662 Of course, you can use news servers for doing this as well.  I've used
16663 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
16664 for some years, but doing that's a bore.  Moving the news server
16665 functionality up to the newsreader makes sense if you're the only person
16666 reading news on a machine.
16667
16668 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
16669 fact, you don't even have to configure anything.
16670
16671 Of course, to use it as such, you have to learn a few new commands.
16672
16673 @menu
16674 * Agent Basics::                How it all is supposed to work.
16675 * Agent Categories::            How to tell the Gnus Agent what to download.
16676 * Agent Commands::              New commands for all the buffers.
16677 * Agent as Cache::              The Agent is a big cache too.
16678 * Agent Expiry::                How to make old articles go away.
16679 * Agent Regeneration::          How to recover from lost connections and other accidents.
16680 * Agent and IMAP::              How to use the Agent with IMAP.
16681 * Outgoing Messages::           What happens when you post/mail something?
16682 * Agent Variables::             Customizing is fun.
16683 * Example Setup::               An example @file{.gnus.el} file for offline people.
16684 * Batching Agents::             How to fetch news from a @code{cron} job.
16685 * Agent Caveats::               What you think it'll do and what it does.
16686 @end menu
16687
16688
16689 @node Agent Basics
16690 @subsection Agent Basics
16691
16692 First, let's get some terminology out of the way.
16693
16694 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
16695 connection to the net (and notified the Agent that this is the case).
16696 When the connection to the net is up again (and Gnus knows this), the
16697 Agent is @dfn{plugged}.
16698
16699 The @dfn{local} machine is the one you're running on, and which isn't
16700 connected to the net continuously.
16701
16702 @dfn{Downloading} means fetching things from the net to your local
16703 machine.  @dfn{Uploading} is doing the opposite.
16704
16705 Let's take a typical Gnus session using the Agent.
16706
16707 @itemize @bullet
16708
16709 @item
16710 @findex gnus-unplugged
16711 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
16712 Agent in a disconnected state.  You can read all the news that you have
16713 already fetched while in this mode.
16714
16715 @item
16716 You then decide to see whether any new news has arrived.  You connect
16717 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
16718 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
16719 as usual.  To check for new mail in unplugged mode, see (@pxref{Mail
16720 Source Specifiers}).
16721
16722 @item
16723 You can then read the new news immediately, or you can download the news
16724 onto your local machine.  If you want to do the latter, you press @kbd{g}
16725 to check if there are any new news and then @kbd{J
16726 s} to fetch all the eligible articles in all the groups.  (To let Gnus
16727 know which articles you want to download, @pxref{Agent Categories}.)
16728
16729 @item
16730 After fetching the articles, you press @kbd{J j} to make Gnus become
16731 unplugged again, and you shut down the PPP thing (or whatever).  And
16732 then you read the news offline.
16733
16734 @item
16735 And then you go to step 2.
16736 @end itemize
16737
16738 Here are some things you should do the first time (or so) that you use
16739 the Agent.
16740
16741 @itemize @bullet
16742
16743 @item
16744 Decide which servers should be covered by the Agent.  If you have a mail
16745 back end, it would probably be nonsensical to have it covered by the
16746 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
16747 @kbd{J a} on the server (or servers) that you wish to have covered by the
16748 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
16749 added servers you do not wish to have covered by the Agent.  By default,
16750 all @code{nntp} and @code{nnimap} groups in @code{gnus-select-method} and
16751 @code{gnus-secondary-select-methods} are agentized.
16752
16753 @item
16754 Decide on download policy.  @xref{Agent Categories}.
16755
16756 @item
16757 Uhm@dots{} that's it.
16758 @end itemize
16759
16760
16761 @node Agent Categories
16762 @subsection Agent Categories
16763
16764 One of the main reasons to integrate the news transport layer into the
16765 newsreader is to allow greater control over what articles to download.
16766 There's not much point in downloading huge amounts of articles, just to
16767 find out that you're not interested in reading any of them.  It's better
16768 to be somewhat more conservative in choosing what to download, and then
16769 mark the articles for downloading manually if it should turn out that
16770 you're interested in the articles anyway.
16771
16772 The main way to control what is to be downloaded is to create a
16773 @dfn{category} and then assign some (or all) groups to this category.
16774 Groups that do not belong in any other category belong to the
16775 @code{default} category.  Gnus has its own buffer for creating and
16776 managing categories.
16777
16778 @menu
16779 * Category Syntax::             What a category looks like.
16780 * Category Buffer::             A buffer for maintaining categories.
16781 * Category Variables::          Customize'r'Us.
16782 @end menu
16783
16784
16785 @node Category Syntax
16786 @subsubsection Category Syntax
16787
16788 A category consists of two things.
16789
16790 @enumerate
16791 @item
16792 A predicate which (generally) gives a rough outline of which articles
16793 are eligible for downloading; and
16794
16795 @item
16796 a score rule which (generally) gives you a finer granularity when
16797 deciding what articles to download.  (Note that this @dfn{download
16798 score} is not necessarily related to normal scores.)
16799 @end enumerate
16800
16801 A predicate in its simplest form can be a single predicate such as
16802 @code{true} or @code{false}.  These two will download every available
16803 article or nothing respectively.  In the case of these two special
16804 predicates an additional score rule is superfluous.
16805
16806 Predicates of @code{high} or @code{low} download articles in respect of
16807 their scores in relationship to @code{gnus-agent-high-score} and
16808 @code{gnus-agent-low-score} as described below.
16809
16810 To gain even finer control of what is to be regarded eligible for
16811 download a predicate can consist of a number of predicates with logical
16812 operators sprinkled in between.
16813
16814 Perhaps some examples are in order.
16815
16816 Here's a simple predicate.  (It's the default predicate, in fact, used
16817 for all groups that don't belong to any other category.)
16818
16819 @lisp
16820 short
16821 @end lisp
16822
16823 Quite simple, eh?  This predicate is true if and only if the article is
16824 short (for some value of ``short'').
16825
16826 Here's a more complex predicate:
16827
16828 @lisp
16829 (or high
16830     (and
16831      (not low)
16832      (not long)))
16833 @end lisp
16834
16835 This means that an article should be downloaded if it has a high score,
16836 or if the score is not low and the article is not long.  You get the
16837 drift.
16838
16839 The available logical operators are @code{or}, @code{and} and
16840 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
16841 @samp{|}, @code{&} and @code{!} instead.)
16842
16843 The following predicates are pre-defined, but if none of these fit what
16844 you want to do, you can write your own.
16845
16846 @table @code
16847 @item short
16848 True iff the article is shorter than @code{gnus-agent-short-article}
16849 lines; default 100.
16850
16851 @item long
16852 True iff the article is longer than @code{gnus-agent-long-article}
16853 lines; default 200.
16854
16855 @item low
16856 True iff the article has a download score less than
16857 @code{gnus-agent-low-score}; default 0.
16858
16859 @item high
16860 True iff the article has a download score greater than
16861 @code{gnus-agent-high-score}; default 0.
16862
16863 @item spam
16864 True iff the Gnus Agent guesses that the article is spam.  The
16865 heuristics may change over time, but at present it just computes a
16866 checksum and sees whether articles match.
16867
16868 @item true
16869 Always true.
16870
16871 @item false
16872 Always false.
16873 @end table
16874
16875 If you want to create your own predicate function, here's what you have
16876 to know:  The functions are called with no parameters, but the
16877 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
16878 useful values.
16879
16880 For example, you could decide that you don't want to download articles
16881 that were posted more than a certain number of days ago (e.g. posted
16882 more than @code{gnus-agent-expire-days} ago) you might write a function
16883 something along the lines of the following:
16884
16885 @lisp
16886 (defun my-article-old-p ()
16887   "Say whether an article is old."
16888   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
16889      (- (time-to-days (current-time)) gnus-agent-expire-days)))
16890 @end lisp
16891
16892 with the predicate then defined as:
16893
16894 @lisp
16895 (not my-article-old-p)
16896 @end lisp
16897
16898 or you could append your predicate to the predefined
16899 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
16900 wherever.
16901
16902 @lisp
16903 (require 'gnus-agent)
16904 (setq  gnus-category-predicate-alist
16905   (append gnus-category-predicate-alist
16906          '((old . my-article-old-p))))
16907 @end lisp
16908
16909 and simply specify your predicate as:
16910
16911 @lisp
16912 (not old)
16913 @end lisp
16914
16915 If/when using something like the above, be aware that there are many
16916 misconfigured systems/mailers out there and so an article's date is not
16917 always a reliable indication of when it was posted.  Hell, some people
16918 just don't give a damn.
16919
16920 The above predicates apply to @emph{all} the groups which belong to the
16921 category.  However, if you wish to have a specific predicate for an
16922 individual group within a category, or you're just too lazy to set up a
16923 new category, you can enter a group's individual predicate in it's group
16924 parameters like so:
16925
16926 @lisp
16927 (agent-predicate . short)
16928 @end lisp
16929
16930 This is the group parameter equivalent of the agent category default.
16931 Note that when specifying a single word predicate like this, the
16932 @code{agent-predicate} specification must be in dotted pair notation.
16933
16934 The equivalent of the longer example from above would be:
16935
16936 @lisp
16937 (agent-predicate or high (and (not low) (not long)))
16938 @end lisp
16939
16940 The outer parenthesis required in the category specification are not
16941 entered here as, not being in dotted pair notation, the value of the
16942 predicate is assumed to be a list.
16943
16944
16945 Now, the syntax of the download score is the same as the syntax of
16946 normal score files, except that all elements that require actually
16947 seeing the article itself are verboten.  This means that only the
16948 following headers can be scored on: @code{Subject}, @code{From},
16949 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
16950 @code{Lines}, and @code{Xref}.
16951
16952 As with predicates, the specification of the @code{download score rule}
16953 to use in respect of a group can be in either the category definition if
16954 it's to be applicable to all groups in therein, or a group's parameters
16955 if it's to be specific to that group.
16956
16957 In both of these places the @code{download score rule} can take one of
16958 three forms:
16959
16960 @enumerate
16961 @item
16962 Score rule
16963
16964 This has the same syntax as a normal gnus score file except only a
16965 subset of scoring keywords are available as mentioned above.
16966
16967 example:
16968
16969 @itemize @bullet
16970 @item
16971 Category specification
16972
16973 @lisp
16974 (("from"
16975        ("Lars Ingebrigtsen" 1000000 nil s))
16976 ("lines"
16977        (500 -100 nil <)))
16978 @end lisp
16979
16980 @item
16981 Group Parameter specification
16982
16983 @lisp
16984 (agent-score ("from"
16985                    ("Lars Ingebrigtsen" 1000000 nil s))
16986              ("lines"
16987                    (500 -100 nil <)))
16988 @end lisp
16989
16990 Again, note the omission of the outermost parenthesis here.
16991 @end itemize
16992
16993 @item
16994 Agent score file
16995
16996 These score files must @emph{only} contain the permitted scoring
16997 keywords stated above.
16998
16999 example:
17000
17001 @itemize @bullet
17002 @item
17003 Category specification
17004
17005 @lisp
17006 ("~/News/agent.SCORE")
17007 @end lisp
17008
17009 or perhaps
17010
17011 @lisp
17012 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17013 @end lisp
17014
17015 @item
17016 Group Parameter specification
17017
17018 @lisp
17019 (agent-score "~/News/agent.SCORE")
17020 @end lisp
17021
17022 Additional score files can be specified as above.  Need I say anything
17023 about parenthesis?
17024 @end itemize
17025
17026 @item
17027 Use @code{normal} score files
17028
17029 If you don't want to maintain two sets of scoring rules for a group, and
17030 your desired @code{downloading} criteria for a group are the same as your
17031 @code{reading} criteria then you can tell the agent to refer to your
17032 @code{normal} score files when deciding what to download.
17033
17034 These directives in either the category definition or a group's
17035 parameters will cause the agent to read in all the applicable score
17036 files for a group, @emph{filtering out} those sections that do not
17037 relate to one of the permitted subset of scoring keywords.
17038
17039 @itemize @bullet
17040 @item
17041 Category Specification
17042
17043 @lisp
17044 file
17045 @end lisp
17046
17047 @item
17048 Group Parameter specification
17049
17050 @lisp
17051 (agent-score . file)
17052 @end lisp
17053 @end itemize
17054 @end enumerate
17055
17056 @node Category Buffer
17057 @subsubsection Category Buffer
17058
17059 You'd normally do all category maintenance from the category buffer.
17060 When you enter it for the first time (with the @kbd{J c} command from
17061 the group buffer), you'll only see the @code{default} category.
17062
17063 The following commands are available in this buffer:
17064
17065 @table @kbd
17066 @item q
17067 @kindex q (Category)
17068 @findex gnus-category-exit
17069 Return to the group buffer (@code{gnus-category-exit}).
17070
17071 @item k
17072 @kindex k (Category)
17073 @findex gnus-category-kill
17074 Kill the current category (@code{gnus-category-kill}).
17075
17076 @item c
17077 @kindex c (Category)
17078 @findex gnus-category-copy
17079 Copy the current category (@code{gnus-category-copy}).
17080
17081 @item a
17082 @kindex a (Category)
17083 @findex gnus-category-add
17084 Add a new category (@code{gnus-category-add}).
17085
17086 @item p
17087 @kindex p (Category)
17088 @findex gnus-category-edit-predicate
17089 Edit the predicate of the current category
17090 (@code{gnus-category-edit-predicate}).
17091
17092 @item g
17093 @kindex g (Category)
17094 @findex gnus-category-edit-groups
17095 Edit the list of groups belonging to the current category
17096 (@code{gnus-category-edit-groups}).
17097
17098 @item s
17099 @kindex s (Category)
17100 @findex gnus-category-edit-score
17101 Edit the download score rule of the current category
17102 (@code{gnus-category-edit-score}).
17103
17104 @item l
17105 @kindex l (Category)
17106 @findex gnus-category-list
17107 List all the categories (@code{gnus-category-list}).
17108 @end table
17109
17110
17111 @node Category Variables
17112 @subsubsection Category Variables
17113
17114 @table @code
17115 @item gnus-category-mode-hook
17116 @vindex gnus-category-mode-hook
17117 Hook run in category buffers.
17118
17119 @item gnus-category-line-format
17120 @vindex gnus-category-line-format
17121 Format of the lines in the category buffer (@pxref{Formatting
17122 Variables}).  Valid elements are:
17123
17124 @table @samp
17125 @item c
17126 The name of the category.
17127
17128 @item g
17129 The number of groups in the category.
17130 @end table
17131
17132 @item gnus-category-mode-line-format
17133 @vindex gnus-category-mode-line-format
17134 Format of the category mode line (@pxref{Mode Line Formatting}).
17135
17136 @item gnus-agent-short-article
17137 @vindex gnus-agent-short-article
17138 Articles that have fewer lines than this are short.  Default 100.
17139
17140 @item gnus-agent-long-article
17141 @vindex gnus-agent-long-article
17142 Articles that have more lines than this are long.  Default 200.
17143
17144 @item gnus-agent-low-score
17145 @vindex gnus-agent-low-score
17146 Articles that have a score lower than this have a low score.  Default
17147 0.
17148
17149 @item gnus-agent-high-score
17150 @vindex gnus-agent-high-score
17151 Articles that have a score higher than this have a high score.  Default
17152 0.
17153
17154 @end table
17155
17156
17157 @node Agent Commands
17158 @subsection Agent Commands
17159 @findex gnus-agent-toggle-plugged
17160 @kindex J j (Agent)
17161
17162 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
17163 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
17164 toggles the plugged/unplugged state of the Gnus Agent.
17165
17166
17167 @menu
17168 * Group Agent Commands::        Configure groups and fetch their contents.
17169 * Summary Agent Commands::      Manually select then fetch specific articles.
17170 * Server Agent Commands::       Select the servers that are supported by the agent.
17171 @end menu
17172
17173
17174
17175
17176 @node Group Agent Commands
17177 @subsubsection Group Agent Commands
17178
17179 @table @kbd
17180 @item J u
17181 @kindex J u (Agent Group)
17182 @findex gnus-agent-fetch-groups
17183 Fetch all eligible articles in the current group
17184 (@code{gnus-agent-fetch-groups}).
17185
17186 @item J c
17187 @kindex J c (Agent Group)
17188 @findex gnus-enter-category-buffer
17189 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
17190
17191 @item J s
17192 @kindex J s (Agent Group)
17193 @findex gnus-agent-fetch-session
17194 Fetch all eligible articles in all groups
17195 (@code{gnus-agent-fetch-session}).
17196
17197 @item J S
17198 @kindex J S (Agent Group)
17199 @findex gnus-group-send-queue
17200 Send all sendable messages in the queue group
17201 (@code{gnus-group-send-queue}).  @xref{Drafts}.
17202
17203 @item J a
17204 @kindex J a (Agent Group)
17205 @findex gnus-agent-add-group
17206 Add the current group to an Agent category
17207 (@code{gnus-agent-add-group}).  This command understands the
17208 process/prefix convention (@pxref{Process/Prefix}).
17209
17210 @item J r
17211 @kindex J r (Agent Group)
17212 @findex gnus-agent-remove-group
17213 Remove the current group from its category, if any
17214 (@code{gnus-agent-remove-group}).  This command understands the
17215 process/prefix convention (@pxref{Process/Prefix}).
17216
17217 @item J Y
17218 @kindex J Y (Agent Group)
17219 @findex gnus-agent-synchronize-flags
17220 Synchronize flags changed while unplugged with remote server, if any.
17221
17222
17223 @end table
17224
17225
17226 @node Summary Agent Commands
17227 @subsubsection Summary Agent Commands
17228
17229 @table @kbd
17230 @item J #
17231 @kindex J # (Agent Summary)
17232 @findex gnus-agent-mark-article
17233 Mark the article for downloading (@code{gnus-agent-mark-article}).
17234
17235 @item J M-#
17236 @kindex J M-# (Agent Summary)
17237 @findex gnus-agent-unmark-article
17238 Remove the downloading mark from the article
17239 (@code{gnus-agent-unmark-article}).
17240
17241 @cindex %
17242 @item @@
17243 @kindex @@ (Agent Summary)
17244 @findex gnus-agent-toggle-mark
17245 Toggle whether to download the article
17246 (@code{gnus-agent-toggle-mark}).  The dowload mark is @samp{%} by
17247 default. 
17248
17249 @item J c
17250 @kindex J c (Agent Summary)
17251 @findex gnus-agent-catchup
17252 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
17253
17254 @item J S
17255 @kindex J S (Agent Summary)
17256 @findex gnus-agent-fetch-group
17257 Download all eligible (See @pxref{Agent Categories}) articles in this group.
17258 (@code{gnus-agent-fetch-group}).
17259
17260 @item J s
17261 @kindex J s (Agent Summary)
17262 @findex gnus-agent-fetch-series
17263 Download all processable articles in this group.
17264 (@code{gnus-agent-fetch-series}).
17265
17266 @item J u
17267 @kindex J u (Agent Summary)
17268 @findex gnus-agent-summary-fetch-group
17269 Download all downloadable articles in the current group
17270 (@code{gnus-agent-summary-fetch-group}).
17271
17272 @end table
17273
17274
17275 @node Server Agent Commands
17276 @subsubsection Server Agent Commands
17277
17278 @table @kbd
17279 @item J a
17280 @kindex J a (Agent Server)
17281 @findex gnus-agent-add-server
17282 Add the current server to the list of servers covered by the Gnus Agent
17283 (@code{gnus-agent-add-server}).
17284
17285 @item J r
17286 @kindex J r (Agent Server)
17287 @findex gnus-agent-remove-server
17288 Remove the current server from the list of servers covered by the Gnus
17289 Agent (@code{gnus-agent-remove-server}).
17290
17291 @end table
17292
17293
17294 @node Agent as Cache
17295 @subsection Agent as Cache
17296
17297 When Gnus is plugged, it is not efficient to download headers or
17298 articles from the server again, if they are already stored in the
17299 Agent.  So, Gnus normally only downloads headers once, and stores them
17300 in the Agent.  These headers are later used when generating the summary
17301 buffer, regardless of whether you are plugged or unplugged.  Articles
17302 are not cached in the Agent by default though (that would potentially
17303 consume lots of disk space), but if you have already downloaded an
17304 article into the Agent, Gnus will not download the article from the
17305 server again but use the locally stored copy instead.
17306
17307 This behaviour can be controlled by @code{gnus-agent-cache}
17308 (@pxref{Agent Variables}).
17309
17310 @node Agent Expiry
17311 @subsection Agent Expiry
17312
17313 @vindex gnus-agent-expire-days
17314 @findex gnus-agent-expire
17315 @kindex M-x gnus-agent-expire
17316 @cindex Agent expiry
17317 @cindex Gnus Agent expiry
17318 @cindex expiry
17319
17320 @code{nnagent} doesn't handle expiry.  Instead, there's a special
17321 @code{gnus-agent-expire} command that will expire all read articles that
17322 are older than @code{gnus-agent-expire-days} days.  It can be run
17323 whenever you feel that you're running out of space.  It's not
17324 particularly fast or efficient, and it's not a particularly good idea to
17325 interrupt it (with @kbd{C-g} or anything else) once you've started it.
17326
17327 Note that other functions, e.g. @code{gnus-request-expire-articles},
17328 might run @code{gnus-agent-expire} for you to keep the agent 
17329 synchronized with the group.
17330
17331 @code{gnus-agent-expire-days} can also be a list of regexp/day pairs.
17332 The regexps will be matched against group names to allow differing
17333 expiry in different groups.
17334
17335 @lisp
17336 (setq gnus-agent-expire-days
17337       '(("alt\\." 7)
17338         (".*binary" 1)
17339         ("." 21)))
17340 @end lisp
17341
17342 If you use the list form, the last element must always be the default
17343 method---it must always match all groups. Also, for a regexp to match,
17344 it must match from the beginning of the group's name.
17345
17346 @vindex gnus-agent-expire-all
17347 If @code{gnus-agent-expire-all} is non-@code{nil}, this command will
17348 expire all articles---unread, read, ticked and dormant.  If @code{nil}
17349 (which is the default), only read articles are eligible for expiry, and
17350 unread, ticked and dormant articles will be kept indefinitely.
17351
17352 If you find that some articles eligible for expiry are never expired,
17353 perhaps some Gnus Agent files are corrupted.  There's a special
17354 @code{gnus-agent-regenerate} command to fix possible problems.
17355
17356 @node Agent Regeneration
17357 @subsection Agent Regeneration
17358
17359 @cindex Agent Regeneration
17360 @cindex Gnus Agent Regeneration
17361 @cindex regeneration
17362
17363 The local data structures used by @code{nnagent} may become corrupted
17364 due to certain exceptional conditions.  When this happens,
17365 @code{nnagent} functionality may degrade or even fail.  The solution
17366 to this problem is to repair the local data structures by removing all
17367 internal inconsistencies.
17368
17369 For example, if your connection to your server is lost while
17370 downloaded articles into the agent, the local data structures will not
17371 know about articles downloaded prior to the connection failure.
17372 Running @code{gnus-agent-regenerate} or
17373 @code{gnus-agent-regenerate-group} will update the data structures
17374 such that you don't need to download these articles a second time.
17375
17376 @findex gnus-agent-regenerate
17377 @kindex M-x gnus-agent-regenerate
17378 The command @code{gnus-agent-regenerate} will perform
17379 @code{gnus-agent-regenerate-group} on every agentized group.  While
17380 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
17381 recommended that you first close all summary buffers.
17382
17383 @findex gnus-agent-regenerate-group
17384 @kindex M-x gnus-agent-regenerate-group
17385 The command @code{gnus-agent-regenerate-group} uses the local copies
17386 of individual articles to repair the local NOV(header) database.  It
17387 then updates the internal data structures that document which articles
17388 are stored locally.  An optional argument will mark articles in the
17389 agent as unread.
17390
17391 @node Agent and IMAP
17392 @subsection Agent and IMAP
17393
17394 The Agent works with any Gnus back end, including nnimap.  However,
17395 since there are some conceptual differences between @sc{nntp} and
17396 @sc{imap}, this section (should) provide you with some information to
17397 make Gnus Agent work smoother as a @sc{imap} Disconnected Mode client.
17398
17399 The first thing to keep in mind is that all flags (read, ticked, etc)
17400 are kept on the @sc{imap} server, rather than in @file{.newsrc} as is the
17401 case for nntp.  Thus Gnus need to remember flag changes when
17402 disconnected, and synchronize these flags when you plug back in.
17403
17404 Gnus keeps track of flag changes when reading nnimap groups under the
17405 Agent.  When you plug back in, Gnus will check if you have any changed
17406 any flags and ask if you wish to synchronize these with the server.
17407 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
17408
17409 @vindex gnus-agent-synchronize-flags
17410 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
17411 never automatically synchronize flags.  If it is @code{ask}, which is
17412 the default, the Agent will check if you made any changes and if so
17413 ask if you wish to synchronize these when you re-connect.  If it has
17414 any other value, all flags will be synchronized automatically.
17415
17416 If you do not wish to synchronize flags automatically when you
17417 re-connect, you can do it manually with the
17418 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
17419 in the group buffer.
17420
17421 Some things are currently not implemented in the Agent that you'd might
17422 expect from a disconnected @sc{imap} client, including:
17423
17424 @itemize @bullet
17425
17426 @item
17427 Copying/moving articles into nnimap groups when unplugged.
17428
17429 @item
17430 Creating/deleting nnimap groups when unplugged.
17431
17432 @end itemize
17433
17434 Technical note: the synchronization algorithm does not work by ``pushing''
17435 all local flags to the server, but rather incrementally update the
17436 server view of flags by changing only those flags that were changed by
17437 the user.  Thus, if you set one flag on a article, quit the group and
17438 re-select the group and remove the flag; the flag will be set and
17439 removed from the server when you ``synchronize''.  The queued flag
17440 operations can be found in the per-server @code{flags} file in the Agent
17441 directory.  It's emptied when you synchronize flags.
17442
17443
17444 @node Outgoing Messages
17445 @subsection Outgoing Messages
17446
17447 When Gnus is unplugged, all outgoing messages (both mail and news) are
17448 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
17449 them there after posting, and edit them at will.
17450
17451 When Gnus is plugged again, you can send the messages either from the
17452 draft group with the special commands available there, or you can use
17453 the @kbd{J S} command in the group buffer to send all the sendable
17454 messages in the draft group.
17455
17456
17457
17458 @node Agent Variables
17459 @subsection Agent Variables
17460
17461 @table @code
17462 @item gnus-agent-directory
17463 @vindex gnus-agent-directory
17464 Where the Gnus Agent will store its files.  The default is
17465 @file{~/News/agent/}.
17466
17467 @item gnus-agent-handle-level
17468 @vindex gnus-agent-handle-level
17469 Groups on levels (@pxref{Group Levels}) higher than this variable will
17470 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
17471 which means that only subscribed group will be considered by the Agent
17472 by default.
17473
17474 @item gnus-agent-plugged-hook
17475 @vindex gnus-agent-plugged-hook
17476 Hook run when connecting to the network.
17477
17478 @item gnus-agent-unplugged-hook
17479 @vindex gnus-agent-unplugged-hook
17480 Hook run when disconnecting from the network.
17481
17482 @item gnus-agent-fetched-hook
17483 @vindex gnus-agent-fetched-hook
17484 Hook run when after finishing fetching articles.
17485
17486 @item gnus-agent-cache
17487 @vindex gnus-agent-cache
17488 Variable to control whether use the locally stored @sc{nov} and
17489 articles when plugged, e.g. essentially using the Agent as a cache.
17490 The default is non-nil, which means to use the Agent as a cache.
17491
17492 @item gnus-agent-go-online
17493 @vindex gnus-agent-go-online
17494 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
17495 automatically switch offline servers into online status.  If it is
17496 @code{ask}, the default, the Agent will ask if you wish to switch
17497 offline servers into online status when you re-connect.  If it has any
17498 other value, all offline servers will be automatically switched into
17499 online status.
17500
17501 @item gnus-agent-mark-unread-after-downloaded
17502 @vindex gnus-agent-mark-unread-after-downloaded
17503 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
17504 mark articles as unread after downloading.  The default is t.
17505
17506 @item gnus-agent-consider-all-articles
17507 @vindex gnus-agent-consider-all-articles
17508 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
17509 agent will fetch all missing headers.  When @code{nil}, the agent will
17510 fetch only new headers. The default is @code{nil}.
17511
17512 @item gnus-agent-max-fetch-size
17513 @vindex gnus-agent-max-fetch-size
17514 The agent fetches articles into a temporary buffer prior to parsing
17515 them into individual files.  To avoid exceeding the max. buffer size,
17516 the agent alternates between fetching and parsing until all articles
17517 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
17518 limit to control how often the cycling occurs.  A large value improves
17519 performance.  A small value minimizes the time lost should the
17520 connection be lost while fetching (You may need to run
17521 @code{gnus-agent-regenerate-group} to update the group's state.
17522 However, all articles parsed prior to loosing the connection will be
17523 available while unplugged).
17524
17525 @item gnus-server-unopen-status
17526 @vindex gnus-server-unopen-status
17527 Perhaps not a Agent variable, but closely related to the Agent, this
17528 variable says what will happen if Gnus cannot open a server.  If the
17529 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
17530 whether to deny the server or whether to unplug the agent.  If the
17531 Agent is disabled, Gnus always simply deny the server.  Other choices
17532 for this variable include @code{denied} and @code{offline} the latter
17533 is only valid if the Agent is used.
17534
17535 @end table
17536
17537
17538 @node Example Setup
17539 @subsection Example Setup
17540
17541 If you don't want to read this manual, and you have a fairly standard
17542 setup, you may be able to use something like the following as your
17543 @file{.gnus.el} file to get started.
17544
17545 @lisp
17546 ;;; Define how Gnus is to fetch news.  We do this over @sc{nntp}
17547 ;;; from your ISP's server.
17548 (setq gnus-select-method '(nntp "news.your-isp.com"))
17549
17550 ;;; Define how Gnus is to read your mail.  We read mail from
17551 ;;; your ISP's POP server.
17552 (setq mail-sources '((pop :server "pop.your-isp.com")))
17553
17554 ;;; Say how Gnus is to store the mail.  We use nnml groups.
17555 (setq gnus-secondary-select-methods '((nnml "")))
17556
17557 ;;; Make Gnus into an offline newsreader.
17558 ;;; (gnus-agentize) ; The obsolete setting.
17559 ;;; (setq gnus-agent t) ; Now the default.
17560 @end lisp
17561
17562 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
17563 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
17564 gnus}.
17565
17566 If this is the first time you've run Gnus, you will be subscribed
17567 automatically to a few default newsgroups.  You'll probably want to
17568 subscribe to more groups, and to do that, you have to query the
17569 @sc{nntp} server for a complete list of groups with the @kbd{A A}
17570 command.  This usually takes quite a while, but you only have to do it
17571 once.
17572
17573 After reading and parsing a while, you'll be presented with a list of
17574 groups.  Subscribe to the ones you want to read with the @kbd{u}
17575 command.  @kbd{l} to make all the killed groups disappear after you've
17576 subscribe to all the groups you want to read.  (@kbd{A k} will bring
17577 back all the killed groups.)
17578
17579 You can now read the groups at once, or you can download the articles
17580 with the @kbd{J s} command.  And then read the rest of this manual to
17581 find out which of the other gazillion things you want to customize.
17582
17583
17584 @node Batching Agents
17585 @subsection Batching Agents
17586 @findex gnus-agent-batch
17587
17588 Having the Gnus Agent fetch articles (and post whatever messages you've
17589 written) is quite easy once you've gotten things set up properly.  The
17590 following shell script will do everything that is necessary:
17591
17592 You can run a complete batch command from the command line with the
17593 following incantation:
17594
17595 @example
17596 #!/bin/sh
17597 emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
17598 @end example
17599
17600
17601 @node Agent Caveats
17602 @subsection Agent Caveats
17603
17604 The Gnus Agent doesn't seem to work like most other offline
17605 newsreaders.  Here are some common questions that some imaginary people
17606 may ask:
17607
17608 @table @dfn
17609 @item If I read an article while plugged, do they get entered into the Agent?
17610
17611 @strong{No}.  If you want this behaviour, add
17612 @code{gnus-agent-fetch-selected-article} to
17613 @code{gnus-select-article-hook}.
17614
17615 @item If I read an article while plugged, and the article already exists in the Agent, will it get downloaded once more?
17616
17617 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
17618
17619 @end table
17620
17621 In short, when Gnus is unplugged, it only looks into the locally stored
17622 articles; when it's plugged, it talks to your ISP and may also use the
17623 locally stored articles.
17624
17625
17626 @node Scoring
17627 @chapter Scoring
17628 @cindex scoring
17629
17630 Other people use @dfn{kill files}, but we here at Gnus Towers like
17631 scoring better than killing, so we'd rather switch than fight.  They do
17632 something completely different as well, so sit up straight and pay
17633 attention!
17634
17635 @vindex gnus-summary-mark-below
17636 All articles have a default score (@code{gnus-summary-default-score}),
17637 which is 0 by default.  This score may be raised or lowered either
17638 interactively or by score files.  Articles that have a score lower than
17639 @code{gnus-summary-mark-below} are marked as read.
17640
17641 Gnus will read any @dfn{score files} that apply to the current group
17642 before generating the summary buffer.
17643
17644 There are several commands in the summary buffer that insert score
17645 entries based on the current article.  You can, for instance, ask Gnus to
17646 lower or increase the score of all articles with a certain subject.
17647
17648 There are two sorts of scoring entries: Permanent and temporary.
17649 Temporary score entries are self-expiring entries.  Any entries that are
17650 temporary and have not been used for, say, a week, will be removed
17651 silently to help keep the sizes of the score files down.
17652
17653 @menu
17654 * Summary Score Commands::      Adding score entries for the current group.
17655 * Group Score Commands::        General score commands.
17656 * Score Variables::             Customize your scoring.  (My, what terminology).
17657 * Score File Format::           What a score file may contain.
17658 * Score File Editing::          You can edit score files by hand as well.
17659 * Adaptive Scoring::            Big Sister Gnus knows what you read.
17660 * Home Score File::             How to say where new score entries are to go.
17661 * Followups To Yourself::       Having Gnus notice when people answer you.
17662 * Scoring On Other Headers::    Scoring on non-standard headers.
17663 * Scoring Tips::                How to score effectively.
17664 * Reverse Scoring::             That problem child of old is not problem.
17665 * Global Score Files::          Earth-spanning, ear-splitting score files.
17666 * Kill Files::                  They are still here, but they can be ignored.
17667 * Converting Kill Files::       Translating kill files to score files.
17668 * GroupLens::                   Getting predictions on what you like to read.
17669 * Advanced Scoring::            Using logical expressions to build score rules.
17670 * Score Decays::                It can be useful to let scores wither away.
17671 @end menu
17672
17673
17674 @node Summary Score Commands
17675 @section Summary Score Commands
17676 @cindex score commands
17677
17678 The score commands that alter score entries do not actually modify real
17679 score files.  That would be too inefficient.  Gnus maintains a cache of
17680 previously loaded score files, one of which is considered the
17681 @dfn{current score file alist}.  The score commands simply insert
17682 entries into this list, and upon group exit, this list is saved.
17683
17684 The current score file is by default the group's local score file, even
17685 if no such score file actually exists.  To insert score commands into
17686 some other score file (e.g. @file{all.SCORE}), you must first make this
17687 score file the current one.
17688
17689 General score commands that don't actually change the score file:
17690
17691 @table @kbd
17692
17693 @item V s
17694 @kindex V s (Summary)
17695 @findex gnus-summary-set-score
17696 Set the score of the current article (@code{gnus-summary-set-score}).
17697
17698 @item V S
17699 @kindex V S (Summary)
17700 @findex gnus-summary-current-score
17701 Display the score of the current article
17702 (@code{gnus-summary-current-score}).
17703
17704 @item V t
17705 @kindex V t (Summary)
17706 @findex gnus-score-find-trace
17707 Display all score rules that have been used on the current article
17708 (@code{gnus-score-find-trace}).
17709
17710 @item V w
17711 @kindex V w (Summary)
17712 @findex gnus-score-find-favourite-words
17713 List words used in scoring (@code{gnus-score-find-favourite-words}).
17714
17715 @item V R
17716 @kindex V R (Summary)
17717 @findex gnus-summary-rescore
17718 Run the current summary through the scoring process
17719 (@code{gnus-summary-rescore}).  This might be useful if you're playing
17720 around with your score files behind Gnus' back and want to see the
17721 effect you're having.
17722
17723 @item V c
17724 @kindex V c (Summary)
17725 @findex gnus-score-change-score-file
17726 Make a different score file the current
17727 (@code{gnus-score-change-score-file}).
17728
17729 @item V e
17730 @kindex V e (Summary)
17731 @findex gnus-score-edit-current-scores
17732 Edit the current score file (@code{gnus-score-edit-current-scores}).
17733 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
17734 File Editing}).
17735
17736 @item V f
17737 @kindex V f (Summary)
17738 @findex gnus-score-edit-file
17739 Edit a score file and make this score file the current one
17740 (@code{gnus-score-edit-file}).
17741
17742 @item V F
17743 @kindex V F (Summary)
17744 @findex gnus-score-flush-cache
17745 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
17746 after editing score files.
17747
17748 @item V C
17749 @kindex V C (Summary)
17750 @findex gnus-score-customize
17751 Customize a score file in a visually pleasing manner
17752 (@code{gnus-score-customize}).
17753
17754 @end table
17755
17756 The rest of these commands modify the local score file.
17757
17758 @table @kbd
17759
17760 @item V m
17761 @kindex V m (Summary)
17762 @findex gnus-score-set-mark-below
17763 Prompt for a score, and mark all articles with a score below this as
17764 read (@code{gnus-score-set-mark-below}).
17765
17766 @item V x
17767 @kindex V x (Summary)
17768 @findex gnus-score-set-expunge-below
17769 Prompt for a score, and add a score rule to the current score file to
17770 expunge all articles below this score
17771 (@code{gnus-score-set-expunge-below}).
17772 @end table
17773
17774 The keystrokes for actually making score entries follow a very regular
17775 pattern, so there's no need to list all the commands.  (Hundreds of
17776 them.)
17777
17778 @findex gnus-summary-increase-score
17779 @findex gnus-summary-lower-score
17780
17781 @enumerate
17782 @item
17783 The first key is either @kbd{I} (upper case i) for increasing the score
17784 or @kbd{L} for lowering the score.
17785 @item
17786 The second key says what header you want to score on.  The following
17787 keys are available:
17788 @table @kbd
17789
17790 @item a
17791 Score on the author name.
17792
17793 @item s
17794 Score on the subject line.
17795
17796 @item x
17797 Score on the @code{Xref} line---i.e., the cross-posting line.
17798
17799 @item r
17800 Score on the @code{References} line.
17801
17802 @item d
17803 Score on the date.
17804
17805 @item l
17806 Score on the number of lines.
17807
17808 @item i
17809 Score on the @code{Message-ID} header.
17810
17811 @item e
17812 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
17813 if your @sc{nntp} server tracks additional header data in overviews.
17814
17815 @item f
17816 Score on followups---this matches the author name, and adds scores to
17817 the followups to this author.  (Using this key leads to the creation of
17818 @file{ADAPT} files.)
17819
17820 @item b
17821 Score on the body.
17822
17823 @item h
17824 Score on the head.
17825
17826 @item t
17827 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
17828 files.)
17829
17830 @end table
17831
17832 @item
17833 The third key is the match type.  Which match types are valid depends on
17834 what headers you are scoring on.
17835
17836 @table @code
17837
17838 @item strings
17839
17840 @table @kbd
17841
17842 @item e
17843 Exact matching.
17844
17845 @item s
17846 Substring matching.
17847
17848 @item f
17849 Fuzzy matching (@pxref{Fuzzy Matching}).
17850
17851 @item r
17852 Regexp matching
17853 @end table
17854
17855 @item date
17856 @table @kbd
17857
17858 @item b
17859 Before date.
17860
17861 @item a
17862 After date.
17863
17864 @item n
17865 This date.
17866 @end table
17867
17868 @item number
17869 @table @kbd
17870
17871 @item <
17872 Less than number.
17873
17874 @item =
17875 Equal to number.
17876
17877 @item >
17878 Greater than number.
17879 @end table
17880 @end table
17881
17882 @item
17883 The fourth and usually final key says whether this is a temporary (i.e.,
17884 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
17885 or whether it is to be done immediately, without adding to the score
17886 file.
17887 @table @kbd
17888
17889 @item t
17890 Temporary score entry.
17891
17892 @item p
17893 Permanent score entry.
17894
17895 @item i
17896 Immediately scoring.
17897 @end table
17898
17899 @item
17900 If you are scoring on `e' (extra) headers, you will then be prompted for
17901 the header name on which you wish to score.  This must be a header named
17902 in gnus-extra-headers, and @samp{TAB} completion is available.
17903
17904 @end enumerate
17905
17906 So, let's say you want to increase the score on the current author with
17907 exact matching permanently: @kbd{I a e p}.  If you want to lower the
17908 score based on the subject line, using substring matching, and make a
17909 temporary score entry: @kbd{L s s t}.  Pretty easy.
17910
17911 To make things a bit more complicated, there are shortcuts.  If you use
17912 a capital letter on either the second or third keys, Gnus will use
17913 defaults for the remaining one or two keystrokes.  The defaults are
17914 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
17915 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
17916
17917 These functions take both the numerical prefix and the symbolic prefix
17918 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
17919 (or increase) the score of the article.  A symbolic prefix of @code{a}
17920 says to use the @file{all.SCORE} file for the command instead of the
17921 current score file.
17922
17923 @vindex gnus-score-mimic-keymap
17924 The @code{gnus-score-mimic-keymap} says whether these commands will
17925 pretend they are keymaps or not.
17926
17927
17928 @node Group Score Commands
17929 @section Group Score Commands
17930 @cindex group score commands
17931
17932 There aren't many of these as yet, I'm afraid.
17933
17934 @table @kbd
17935
17936 @item W f
17937 @kindex W f (Group)
17938 @findex gnus-score-flush-cache
17939 Gnus maintains a cache of score alists to avoid having to reload them
17940 all the time.  This command will flush the cache
17941 (@code{gnus-score-flush-cache}).
17942
17943 @end table
17944
17945 You can do scoring from the command line by saying something like:
17946
17947 @findex gnus-batch-score
17948 @cindex batch scoring
17949 @example
17950 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
17951 @end example
17952
17953
17954 @node Score Variables
17955 @section Score Variables
17956 @cindex score variables
17957
17958 @table @code
17959
17960 @item gnus-use-scoring
17961 @vindex gnus-use-scoring
17962 If @code{nil}, Gnus will not check for score files, and will not, in
17963 general, do any score-related work.  This is @code{t} by default.
17964
17965 @item gnus-kill-killed
17966 @vindex gnus-kill-killed
17967 If this variable is @code{nil}, Gnus will never apply score files to
17968 articles that have already been through the kill process.  While this
17969 may save you lots of time, it also means that if you apply a kill file
17970 to a group, and then change the kill file and want to run it over you
17971 group again to kill more articles, it won't work.  You have to set this
17972 variable to @code{t} to do that.  (It is @code{t} by default.)
17973
17974 @item gnus-kill-files-directory
17975 @vindex gnus-kill-files-directory
17976 All kill and score files will be stored in this directory, which is
17977 initialized from the @code{SAVEDIR} environment variable by default.
17978 This is @file{~/News/} by default.
17979
17980 @item gnus-score-file-suffix
17981 @vindex gnus-score-file-suffix
17982 Suffix to add to the group name to arrive at the score file name
17983 (@file{SCORE} by default.)
17984
17985 @item gnus-score-uncacheable-files
17986 @vindex gnus-score-uncacheable-files
17987 @cindex score cache
17988 All score files are normally cached to avoid excessive re-loading of
17989 score files.  However, if this might make your Emacs grow big and
17990 bloated, so this regexp can be used to weed out score files unlikely
17991 to be needed again.  It would be a bad idea to deny caching of
17992 @file{all.SCORE}, while it might be a good idea to not cache
17993 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
17994 variable is @samp{ADAPT$} by default, so no adaptive score files will
17995 be cached.
17996
17997 @item gnus-save-score
17998 @vindex gnus-save-score
17999 If you have really complicated score files, and do lots of batch
18000 scoring, then you might set this variable to @code{t}.  This will make
18001 Gnus save the scores into the @file{.newsrc.eld} file.
18002
18003 If you do not set this to @code{t}, then manual scores (like those set
18004 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
18005 across group visits.
18006
18007 @item gnus-score-interactive-default-score
18008 @vindex gnus-score-interactive-default-score
18009 Score used by all the interactive raise/lower commands to raise/lower
18010 score with.  Default is 1000, which may seem excessive, but this is to
18011 ensure that the adaptive scoring scheme gets enough room to play with.
18012 We don't want the small changes from the adaptive scoring to overwrite
18013 manually entered data.
18014
18015 @item gnus-summary-default-score
18016 @vindex gnus-summary-default-score
18017 Default score of an article, which is 0 by default.
18018
18019 @item gnus-summary-expunge-below
18020 @vindex gnus-summary-expunge-below
18021 Don't display the summary lines of articles that have scores lower than
18022 this variable.  This is @code{nil} by default, which means that no
18023 articles will be hidden.  This variable is local to the summary buffers,
18024 and has to be set from @code{gnus-summary-mode-hook}.
18025
18026 @item gnus-score-over-mark
18027 @vindex gnus-score-over-mark
18028 Mark (in the third column) used for articles with a score over the
18029 default.  Default is @samp{+}.
18030
18031 @item gnus-score-below-mark
18032 @vindex gnus-score-below-mark
18033 Mark (in the third column) used for articles with a score below the
18034 default.  Default is @samp{-}.
18035
18036 @item gnus-score-find-score-files-function
18037 @vindex gnus-score-find-score-files-function
18038 Function used to find score files for the current group.  This function
18039 is called with the name of the group as the argument.
18040
18041 Predefined functions available are:
18042 @table @code
18043
18044 @item gnus-score-find-single
18045 @findex gnus-score-find-single
18046 Only apply the group's own score file.
18047
18048 @item gnus-score-find-bnews
18049 @findex gnus-score-find-bnews
18050 Apply all score files that match, using bnews syntax.  This is the
18051 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
18052 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
18053 @file{gnu.all.SCORE} would all apply.  In short, the instances of
18054 @samp{all} in the score file names are translated into @samp{.*}, and
18055 then a regexp match is done.
18056
18057 This means that if you have some score entries that you want to apply to
18058 all groups, then you put those entries in the @file{all.SCORE} file.
18059
18060 The score files are applied in a semi-random order, although Gnus will
18061 try to apply the more general score files before the more specific score
18062 files.  It does this by looking at the number of elements in the score
18063 file names---discarding the @samp{all} elements.
18064
18065 @item gnus-score-find-hierarchical
18066 @findex gnus-score-find-hierarchical
18067 Apply all score files from all the parent groups.  This means that you
18068 can't have score files like @file{all.SCORE}, but you can have
18069 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
18070 server.
18071
18072 @end table
18073 This variable can also be a list of functions.  In that case, all
18074 these functions will be called with the group name as argument, and
18075 all the returned lists of score files will be applied.  These
18076 functions can also return lists of lists of score alists directly.  In
18077 that case, the functions that return these non-file score alists
18078 should probably be placed before the ``real'' score file functions, to
18079 ensure that the last score file returned is the local score file.
18080 Phu.
18081
18082 For example, to do hierarchical scoring but use a non-server-specific
18083 overall score file, you could use the value
18084 @example
18085 (list (lambda (group) ("all.SCORE"))
18086       'gnus-score-find-hierarchical)
18087 @end example
18088
18089 @item gnus-score-expiry-days
18090 @vindex gnus-score-expiry-days
18091 This variable says how many days should pass before an unused score file
18092 entry is expired.  If this variable is @code{nil}, no score file entries
18093 are expired.  It's 7 by default.
18094
18095 @item gnus-update-score-entry-dates
18096 @vindex gnus-update-score-entry-dates
18097 If this variable is non-@code{nil}, temporary score entries that have
18098 been triggered (matched) will have their dates updated.  (This is how Gnus
18099 controls expiry---all non-matched-entries will become too old while
18100 matched entries will stay fresh and young.)  However, if you set this
18101 variable to @code{nil}, even matched entries will grow old and will
18102 have to face that oh-so grim reaper.
18103
18104 @item gnus-score-after-write-file-function
18105 @vindex gnus-score-after-write-file-function
18106 Function called with the name of the score file just written.
18107
18108 @item gnus-score-thread-simplify
18109 @vindex gnus-score-thread-simplify
18110 If this variable is non-@code{nil}, article subjects will be simplified
18111 for subject scoring purposes in the same manner as with
18112 threading---according to the current value of
18113 gnus-simplify-subject-functions.  If the scoring entry uses
18114 @code{substring} or @code{exact} matching, the match will also be
18115 simplified in this manner.
18116
18117 @end table
18118
18119
18120 @node Score File Format
18121 @section Score File Format
18122 @cindex score file format
18123
18124 A score file is an @code{emacs-lisp} file that normally contains just a
18125 single form.  Casual users are not expected to edit these files;
18126 everything can be changed from the summary buffer.
18127
18128 Anyway, if you'd like to dig into it yourself, here's an example:
18129
18130 @lisp
18131 (("from"
18132   ("Lars Ingebrigtsen" -10000)
18133   ("Per Abrahamsen")
18134   ("larsi\\|lmi" -50000 nil R))
18135  ("subject"
18136   ("Ding is Badd" nil 728373))
18137  ("xref"
18138   ("alt.politics" -1000 728372 s))
18139  ("lines"
18140   (2 -100 nil <))
18141  (mark 0)
18142  (expunge -1000)
18143  (mark-and-expunge -10)
18144  (read-only nil)
18145  (orphan -10)
18146  (adapt t)
18147  (files "/hom/larsi/News/gnu.SCORE")
18148  (exclude-files "all.SCORE")
18149  (local (gnus-newsgroup-auto-expire t)
18150         (gnus-summary-make-false-root empty))
18151  (eval (ding)))
18152 @end lisp
18153
18154 This example demonstrates most score file elements.  For a different
18155 approach, see @pxref{Advanced Scoring}.
18156
18157 Even though this looks much like lisp code, nothing here is actually
18158 @code{eval}ed.  The lisp reader is used to read this form, though, so it
18159 has to be valid syntactically, if not semantically.
18160
18161 Six keys are supported by this alist:
18162
18163 @table @code
18164
18165 @item STRING
18166 If the key is a string, it is the name of the header to perform the
18167 match on.  Scoring can only be performed on these eight headers:
18168 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
18169 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
18170 these headers, there are three strings to tell Gnus to fetch the entire
18171 article and do the match on larger parts of the article: @code{Body}
18172 will perform the match on the body of the article, @code{Head} will
18173 perform the match on the head of the article, and @code{All} will
18174 perform the match on the entire article.  Note that using any of these
18175 last three keys will slow down group entry @emph{considerably}.  The
18176 final ``header'' you can score on is @code{Followup}.  These score
18177 entries will result in new score entries being added for all follow-ups
18178 to articles that matches these score entries.
18179
18180 Following this key is a arbitrary number of score entries, where each
18181 score entry has one to four elements.
18182 @enumerate
18183
18184 @item
18185 The first element is the @dfn{match element}.  On most headers this will
18186 be a string, but on the Lines and Chars headers, this must be an
18187 integer.
18188
18189 @item
18190 If the second element is present, it should be a number---the @dfn{score
18191 element}.  This number should be an integer in the neginf to posinf
18192 interval.  This number is added to the score of the article if the match
18193 is successful.  If this element is not present, the
18194 @code{gnus-score-interactive-default-score} number will be used
18195 instead.  This is 1000 by default.
18196
18197 @item
18198 If the third element is present, it should be a number---the @dfn{date
18199 element}.  This date says when the last time this score entry matched,
18200 which provides a mechanism for expiring the score entries.  It this
18201 element is not present, the score entry is permanent.  The date is
18202 represented by the number of days since December 31, 1 BCE.
18203
18204 @item
18205 If the fourth element is present, it should be a symbol---the @dfn{type
18206 element}.  This element specifies what function should be used to see
18207 whether this score entry matches the article.  What match types that can
18208 be used depends on what header you wish to perform the match on.
18209 @table @dfn
18210
18211 @item From, Subject, References, Xref, Message-ID
18212 For most header types, there are the @code{r} and @code{R} (regexp), as
18213 well as @code{s} and @code{S} (substring) types, and @code{e} and
18214 @code{E} (exact match), and @code{w} (word match) types.  If this
18215 element is not present, Gnus will assume that substring matching should
18216 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
18217 that the matches will be done in a case-sensitive manner.  All these
18218 one-letter types are really just abbreviations for the @code{regexp},
18219 @code{string}, @code{exact}, and @code{word} types, which you can use
18220 instead, if you feel like.
18221
18222 @item Extra
18223 Just as for the standard string overview headers, if you are using
18224 gnus-extra-headers, you can score on these headers' values.  In this
18225 case, there is a 5th element in the score entry, being the name of the
18226 header to be scored.  The following entry is useful in your
18227 @file{all.SCORE} file in case of spam attacks from a single origin host,
18228 if your @sc{nntp} server tracks NNTP-Posting-Host in overviews:
18229
18230 @lisp
18231 ("111.222.333.444" -1000 nil s "NNTP-Posting-Host")
18232 @end lisp
18233
18234 @item Lines, Chars
18235 These two headers use different match types: @code{<}, @code{>},
18236 @code{=}, @code{>=} and @code{<=}.
18237
18238 These predicates are true if
18239
18240 @example
18241 (PREDICATE HEADER MATCH)
18242 @end example
18243
18244 evaluates to non-@code{nil}.  For instance, the advanced match
18245 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
18246 following form:
18247
18248 @lisp
18249 (< header-value 4)
18250 @end lisp
18251
18252 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
18253 the match, we get the score added if the article has less than 4 lines.
18254 (It's easy to get confused and think it's the other way around.  But
18255 it's not.  I think.)
18256
18257 When matching on @code{Lines}, be careful because some back ends (like
18258 @code{nndir}) do not generate @code{Lines} header, so every article ends
18259 up being marked as having 0 lines.  This can lead to strange results if
18260 you happen to lower score of the articles with few lines.
18261
18262 @item Date
18263 For the Date header we have three kinda silly match types:
18264 @code{before}, @code{at} and @code{after}.  I can't really imagine this
18265 ever being useful, but, like, it would feel kinda silly not to provide
18266 this function.  Just in case.  You never know.  Better safe than sorry.
18267 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
18268 sex on a first date.  (I have been told that at least one person, and I
18269 quote, ``found this function indispensable'', however.)
18270
18271 @cindex ISO8601
18272 @cindex date
18273 A more useful match type is @code{regexp}.  With it, you can match the
18274 date string using a regular expression.  The date is normalized to
18275 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
18276 you want to match all articles that have been posted on April 1st in
18277 every year, you could use @samp{....0401.........} as a match string,
18278 for instance.  (Note that the date is kept in its original time zone, so
18279 this will match articles that were posted when it was April 1st where
18280 the article was posted from.  Time zones are such wholesome fun for the
18281 whole family, eh?)
18282
18283 @item Head, Body, All
18284 These three match keys use the same match types as the @code{From} (etc)
18285 header uses.
18286
18287 @item Followup
18288 This match key is somewhat special, in that it will match the
18289 @code{From} header, and affect the score of not only the matching
18290 articles, but also all followups to the matching articles.  This allows
18291 you e.g. increase the score of followups to your own articles, or
18292 decrease the score of followups to the articles of some known
18293 trouble-maker.  Uses the same match types as the @code{From} header
18294 uses.  (Using this match key will lead to creation of @file{ADAPT}
18295 files.)
18296
18297 @item Thread
18298 This match key works along the same lines as the @code{Followup} match
18299 key.  If you say that you want to score on a (sub-)thread started by an
18300 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
18301 match.  This will add a new @samp{thread} match for each article that
18302 has @var{x} in its @code{References} header.  (These new @samp{thread}
18303 matches will use the @code{Message-ID}s of these matching articles.)
18304 This will ensure that you can raise/lower the score of an entire thread,
18305 even though some articles in the thread may not have complete
18306 @code{References} headers.  Note that using this may lead to
18307 undeterministic scores of the articles in the thread.  (Using this match
18308 key will lead to creation of @file{ADAPT} files.)
18309 @end table
18310 @end enumerate
18311
18312 @cindex Score File Atoms
18313 @item mark
18314 The value of this entry should be a number.  Any articles with a score
18315 lower than this number will be marked as read.
18316
18317 @item expunge
18318 The value of this entry should be a number.  Any articles with a score
18319 lower than this number will be removed from the summary buffer.
18320
18321 @item mark-and-expunge
18322 The value of this entry should be a number.  Any articles with a score
18323 lower than this number will be marked as read and removed from the
18324 summary buffer.
18325
18326 @item thread-mark-and-expunge
18327 The value of this entry should be a number.  All articles that belong to
18328 a thread that has a total score below this number will be marked as read
18329 and removed from the summary buffer.  @code{gnus-thread-score-function}
18330 says how to compute the total score for a thread.
18331
18332 @item files
18333 The value of this entry should be any number of file names.  These files
18334 are assumed to be score files as well, and will be loaded the same way
18335 this one was.
18336
18337 @item exclude-files
18338 The clue of this entry should be any number of files.  These files will
18339 not be loaded, even though they would normally be so, for some reason or
18340 other.
18341
18342 @item eval
18343 The value of this entry will be @code{eval}el.  This element will be
18344 ignored when handling global score files.
18345
18346 @item read-only
18347 Read-only score files will not be updated or saved.  Global score files
18348 should feature this atom (@pxref{Global Score Files}).  (Note:
18349 @dfn{Global} here really means @dfn{global}; not your personal
18350 apply-to-all-groups score files.)
18351
18352 @item orphan
18353 The value of this entry should be a number.  Articles that do not have
18354 parents will get this number added to their scores.  Imagine you follow
18355 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
18356 will only follow a few of the threads, also want to see any new threads.
18357
18358 You can do this with the following two score file entries:
18359
18360 @example
18361         (orphan -500)
18362         (mark-and-expunge -100)
18363 @end example
18364
18365 When you enter the group the first time, you will only see the new
18366 threads.  You then raise the score of the threads that you find
18367 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
18368 rest.  Next time you enter the group, you will see new articles in the
18369 interesting threads, plus any new threads.
18370
18371 I.e.---the orphan score atom is for high-volume groups where a few
18372 interesting threads which can't be found automatically by ordinary
18373 scoring rules exist.
18374
18375 @item adapt
18376 This entry controls the adaptive scoring.  If it is @code{t}, the
18377 default adaptive scoring rules will be used.  If it is @code{ignore}, no
18378 adaptive scoring will be performed on this group.  If it is a list, this
18379 list will be used as the adaptive scoring rules.  If it isn't present,
18380 or is something other than @code{t} or @code{ignore}, the default
18381 adaptive scoring rules will be used.  If you want to use adaptive
18382 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
18383 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
18384 not want adaptive scoring.  If you only want adaptive scoring in a few
18385 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
18386 insert @code{(adapt t)} in the score files of the groups where you want
18387 it.
18388
18389 @item adapt-file
18390 All adaptive score entries will go to the file named by this entry.  It
18391 will also be applied when entering the group.  This atom might be handy
18392 if you want to adapt on several groups at once, using the same adaptive
18393 file for a number of groups.
18394
18395 @item local
18396 @cindex local variables
18397 The value of this entry should be a list of @code{(@var{var}
18398 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
18399 current summary buffer, and set to the value specified.  This is a
18400 convenient, if somewhat strange, way of setting variables in some
18401 groups if you don't like hooks much.  Note that the @var{value} won't
18402 be evaluated.
18403 @end table
18404
18405
18406 @node Score File Editing
18407 @section Score File Editing
18408
18409 You normally enter all scoring commands from the summary buffer, but you
18410 might feel the urge to edit them by hand as well, so we've supplied you
18411 with a mode for that.
18412
18413 It's simply a slightly customized @code{emacs-lisp} mode, with these
18414 additional commands:
18415
18416 @table @kbd
18417
18418 @item C-c C-c
18419 @kindex C-c C-c (Score)
18420 @findex gnus-score-edit-done
18421 Save the changes you have made and return to the summary buffer
18422 (@code{gnus-score-edit-done}).
18423
18424 @item C-c C-d
18425 @kindex C-c C-d (Score)
18426 @findex gnus-score-edit-insert-date
18427 Insert the current date in numerical format
18428 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
18429 you were wondering.
18430
18431 @item C-c C-p
18432 @kindex C-c C-p (Score)
18433 @findex gnus-score-pretty-print
18434 The adaptive score files are saved in an unformatted fashion.  If you
18435 intend to read one of these files, you want to @dfn{pretty print} it
18436 first.  This command (@code{gnus-score-pretty-print}) does that for
18437 you.
18438
18439 @end table
18440
18441 Type @kbd{M-x gnus-score-mode} to use this mode.
18442
18443 @vindex gnus-score-mode-hook
18444 @code{gnus-score-menu-hook} is run in score mode buffers.
18445
18446 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
18447 e} to begin editing score files.
18448
18449
18450 @node Adaptive Scoring
18451 @section Adaptive Scoring
18452 @cindex adaptive scoring
18453
18454 If all this scoring is getting you down, Gnus has a way of making it all
18455 happen automatically---as if by magic.  Or rather, as if by artificial
18456 stupidity, to be precise.
18457
18458 @vindex gnus-use-adaptive-scoring
18459 When you read an article, or mark an article as read, or kill an
18460 article, you leave marks behind.  On exit from the group, Gnus can sniff
18461 these marks and add score elements depending on what marks it finds.
18462 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
18463 @code{t} or @code{(line)}.  If you want score adaptively on separate
18464 words appearing in the subjects, you should set this variable to
18465 @code{(word)}.  If you want to use both adaptive methods, set this
18466 variable to @code{(word line)}.
18467
18468 @vindex gnus-default-adaptive-score-alist
18469 To give you complete control over the scoring process, you can customize
18470 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
18471 might look something like this:
18472
18473 @lisp
18474 (setq gnus-default-adaptive-score-alist
18475   '((gnus-unread-mark)
18476     (gnus-ticked-mark (from 4))
18477     (gnus-dormant-mark (from 5))
18478     (gnus-del-mark (from -4) (subject -1))
18479     (gnus-read-mark (from 4) (subject 2))
18480     (gnus-expirable-mark (from -1) (subject -1))
18481     (gnus-killed-mark (from -1) (subject -3))
18482     (gnus-kill-file-mark)
18483     (gnus-ancient-mark)
18484     (gnus-low-score-mark)
18485     (gnus-catchup-mark (from -1) (subject -1))))
18486 @end lisp
18487
18488 As you see, each element in this alist has a mark as a key (either a
18489 variable name or a ``real'' mark---a character).  Following this key is
18490 a arbitrary number of header/score pairs.  If there are no header/score
18491 pairs following the key, no adaptive scoring will be done on articles
18492 that have that key as the article mark.  For instance, articles with
18493 @code{gnus-unread-mark} in the example above will not get adaptive score
18494 entries.
18495
18496 Each article can have only one mark, so just a single of these rules
18497 will be applied to each article.
18498
18499 To take @code{gnus-del-mark} as an example---this alist says that all
18500 articles that have that mark (i.e., are marked with @samp{D}) will have a
18501 score entry added to lower based on the @code{From} header by -4, and
18502 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
18503
18504 If you have marked 10 articles with the same subject with
18505 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
18506 That means that that subject will get a score of ten times -1, which
18507 should be, unless I'm much mistaken, -10.
18508
18509 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
18510 the read articles will be marked with the @samp{E} mark.  This'll
18511 probably make adaptive scoring slightly impossible, so auto-expiring and
18512 adaptive scoring doesn't really mix very well.
18513
18514 The headers you can score on are @code{from}, @code{subject},
18515 @code{message-id}, @code{references}, @code{xref}, @code{lines},
18516 @code{chars} and @code{date}.  In addition, you can score on
18517 @code{followup}, which will create an adaptive score entry that matches
18518 on the @code{References} header using the @code{Message-ID} of the
18519 current article, thereby matching the following thread.
18520
18521 If you use this scheme, you should set the score file atom @code{mark}
18522 to something small---like -300, perhaps, to avoid having small random
18523 changes result in articles getting marked as read.
18524
18525 After using adaptive scoring for a week or so, Gnus should start to
18526 become properly trained and enhance the authors you like best, and kill
18527 the authors you like least, without you having to say so explicitly.
18528
18529 You can control what groups the adaptive scoring is to be performed on
18530 by using the score files (@pxref{Score File Format}).  This will also
18531 let you use different rules in different groups.
18532
18533 @vindex gnus-adaptive-file-suffix
18534 The adaptive score entries will be put into a file where the name is the
18535 group name with @code{gnus-adaptive-file-suffix} appended.  The default
18536 is @file{ADAPT}.
18537
18538 @vindex gnus-score-exact-adapt-limit
18539 When doing adaptive scoring, substring or fuzzy matching would probably
18540 give you the best results in most cases.  However, if the header one
18541 matches is short, the possibility for false positives is great, so if
18542 the length of the match is less than
18543 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
18544 this variable is @code{nil}, exact matching will always be used to avoid
18545 this problem.
18546
18547 @vindex gnus-default-adaptive-word-score-alist
18548 As mentioned above, you can adapt either on individual words or entire
18549 headers.  If you adapt on words, the
18550 @code{gnus-default-adaptive-word-score-alist} variable says what score
18551 each instance of a word should add given a mark.
18552
18553 @lisp
18554 (setq gnus-default-adaptive-word-score-alist
18555       `((,gnus-read-mark . 30)
18556         (,gnus-catchup-mark . -10)
18557         (,gnus-killed-mark . -20)
18558         (,gnus-del-mark . -15)))
18559 @end lisp
18560
18561 This is the default value.  If you have adaption on words enabled, every
18562 word that appears in subjects of articles marked with
18563 @code{gnus-read-mark} will result in a score rule that increase the
18564 score with 30 points.
18565
18566 @vindex gnus-default-ignored-adaptive-words
18567 @vindex gnus-ignored-adaptive-words
18568 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
18569 will be ignored.  If you wish to add more words to be ignored, use the
18570 @code{gnus-ignored-adaptive-words} list instead.
18571
18572 @vindex gnus-adaptive-word-length-limit
18573 Some may feel that short words shouldn't count when doing adaptive
18574 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
18575 an integer.  Words shorter than this number will be ignored.  This
18576 variable defaults to @code{nil}.
18577
18578 @vindex gnus-adaptive-word-syntax-table
18579 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
18580 syntax table in effect.  It is similar to the standard syntax table, but
18581 it considers numbers to be non-word-constituent characters.
18582
18583 @vindex gnus-adaptive-word-minimum
18584 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
18585 word scoring process will never bring down the score of an article to
18586 below this number.  The default is @code{nil}.
18587
18588 @vindex gnus-adaptive-word-no-group-words
18589 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
18590 won't adaptively word score any of the words in the group name.  Useful
18591 for groups like @samp{comp.editors.emacs}, where most of the subject
18592 lines contain the word @samp{emacs}.
18593
18594 After using this scheme for a while, it might be nice to write a
18595 @code{gnus-psychoanalyze-user} command to go through the rules and see
18596 what words you like and what words you don't like.  Or perhaps not.
18597
18598 Note that the adaptive word scoring thing is highly experimental and is
18599 likely to change in the future.  Initial impressions seem to indicate
18600 that it's totally useless as it stands.  Some more work (involving more
18601 rigorous statistical methods) will have to be done to make this useful.
18602
18603
18604 @node Home Score File
18605 @section Home Score File
18606
18607 The score file where new score file entries will go is called the
18608 @dfn{home score file}.  This is normally (and by default) the score file
18609 for the group itself.  For instance, the home score file for
18610 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
18611
18612 However, this may not be what you want.  It is often convenient to share
18613 a common home score file among many groups---all @samp{emacs} groups
18614 could perhaps use the same home score file.
18615
18616 @vindex gnus-home-score-file
18617 The variable that controls this is @code{gnus-home-score-file}.  It can
18618 be:
18619
18620 @enumerate
18621 @item
18622 A string.  Then this file will be used as the home score file for all
18623 groups.
18624
18625 @item
18626 A function.  The result of this function will be used as the home score
18627 file.  The function will be called with the name of the group as the
18628 parameter.
18629
18630 @item
18631 A list.  The elements in this list can be:
18632
18633 @enumerate
18634 @item
18635 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
18636 group name, the @var{file-name} will be used as the home score file.
18637
18638 @item
18639 A function.  If the function returns non-nil, the result will be used as
18640 the home score file.
18641
18642 @item
18643 A string.  Use the string as the home score file.
18644 @end enumerate
18645
18646 The list will be traversed from the beginning towards the end looking
18647 for matches.
18648
18649 @end enumerate
18650
18651 So, if you want to use just a single score file, you could say:
18652
18653 @lisp
18654 (setq gnus-home-score-file
18655       "my-total-score-file.SCORE")
18656 @end lisp
18657
18658 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
18659 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
18660
18661 @findex gnus-hierarchial-home-score-file
18662 @lisp
18663 (setq gnus-home-score-file
18664       'gnus-hierarchial-home-score-file)
18665 @end lisp
18666
18667 This is a ready-made function provided for your convenience.
18668 Other functions include
18669
18670 @table @code
18671 @item gnus-current-home-score-file
18672 @findex gnus-current-home-score-file
18673 Return the ``current'' regular score file.  This will make scoring
18674 commands add entry to the ``innermost'' matching score file.
18675
18676 @end table
18677
18678 If you want to have one score file for the @samp{emacs} groups and
18679 another for the @samp{comp} groups, while letting all other groups use
18680 their own home score files:
18681
18682 @lisp
18683 (setq gnus-home-score-file
18684       ;; All groups that match the regexp "\\.emacs"
18685       '(("\\.emacs" "emacs.SCORE")
18686         ;; All the comp groups in one score file
18687         ("^comp" "comp.SCORE")))
18688 @end lisp
18689
18690 @vindex gnus-home-adapt-file
18691 @code{gnus-home-adapt-file} works exactly the same way as
18692 @code{gnus-home-score-file}, but says what the home adaptive score file
18693 is instead.  All new adaptive file entries will go into the file
18694 specified by this variable, and the same syntax is allowed.
18695
18696 In addition to using @code{gnus-home-score-file} and
18697 @code{gnus-home-adapt-file}, you can also use group parameters
18698 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
18699 Parameters}) to achieve much the same.  Group and topic parameters take
18700 precedence over this variable.
18701
18702
18703 @node Followups To Yourself
18704 @section Followups To Yourself
18705
18706 Gnus offers two commands for picking out the @code{Message-ID} header in
18707 the current buffer.  Gnus will then add a score rule that scores using
18708 this @code{Message-ID} on the @code{References} header of other
18709 articles.  This will, in effect, increase the score of all articles that
18710 respond to the article in the current buffer.  Quite useful if you want
18711 to easily note when people answer what you've said.
18712
18713 @table @code
18714
18715 @item gnus-score-followup-article
18716 @findex gnus-score-followup-article
18717 This will add a score to articles that directly follow up your own
18718 article.
18719
18720 @item gnus-score-followup-thread
18721 @findex gnus-score-followup-thread
18722 This will add a score to all articles that appear in a thread ``below''
18723 your own article.
18724 @end table
18725
18726 @vindex message-sent-hook
18727 These two functions are both primarily meant to be used in hooks like
18728 @code{message-sent-hook}, like this:
18729 @lisp
18730 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
18731 @end lisp
18732
18733
18734 If you look closely at your own @code{Message-ID}, you'll notice that
18735 the first two or three characters are always the same.  Here's two of
18736 mine:
18737
18738 @example
18739 <x6u3u47icf.fsf@@eyesore.no>
18740 <x6sp9o7ibw.fsf@@eyesore.no>
18741 @end example
18742
18743 So ``my'' ident on this machine is @samp{x6}.  This can be
18744 exploited---the following rule will raise the score on all followups to
18745 myself:
18746
18747 @lisp
18748 ("references"
18749  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
18750   1000 nil r))
18751 @end lisp
18752
18753 Whether it's the first two or first three characters that are ``yours''
18754 is system-dependent.
18755
18756
18757 @node Scoring On Other Headers
18758 @section Scoring On Other Headers
18759 @cindex scoring on other headers
18760
18761 Gnus is quite fast when scoring the ``traditional''
18762 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
18763 other headers requires writing a @code{head} scoring rule, which means
18764 that Gnus has to request every single article from the back end to find
18765 matches.  This takes a long time in big groups.
18766
18767 Now, there's not much you can do about this for news groups, but for
18768 mail groups, you have greater control.  In the @pxref{To From
18769 Newsgroups} section of the manual, it's explained in greater detail what
18770 this mechanism does, but here's a cookbook example for @code{nnml} on
18771 how to allow scoring on the @samp{To} and @samp{Cc} headers.
18772
18773 Put the following in your @file{.gnus.el} file.
18774
18775 @lisp
18776 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
18777       nnmail-extra-headers gnus-extra-headers)
18778 @end lisp
18779
18780 Restart Gnus and rebuild your @code{nnml} overview files with the
18781 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
18782 time if you have much mail.
18783
18784 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
18785 so: @kbd{I e s p To RET <your name> RET}.
18786
18787 See?  Simple.
18788
18789
18790 @node Scoring Tips
18791 @section Scoring Tips
18792 @cindex scoring tips
18793
18794 @table @dfn
18795
18796 @item Crossposts
18797 @cindex crossposts
18798 @cindex scoring crossposts
18799 If you want to lower the score of crossposts, the line to match on is
18800 the @code{Xref} header.
18801 @lisp
18802 ("xref" (" talk.politics.misc:" -1000))
18803 @end lisp
18804
18805 @item Multiple crossposts
18806 If you want to lower the score of articles that have been crossposted to
18807 more than, say, 3 groups:
18808 @lisp
18809 ("xref"
18810   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
18811    -1000 nil r))
18812 @end lisp
18813
18814 @item Matching on the body
18815 This is generally not a very good idea---it takes a very long time.
18816 Gnus actually has to fetch each individual article from the server.  But
18817 you might want to anyway, I guess.  Even though there are three match
18818 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
18819 and stick with it in each score file.  If you use any two, each article
18820 will be fetched @emph{twice}.  If you want to match a bit on the
18821 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
18822 the matches.
18823
18824 @item Marking as read
18825 You will probably want to mark articles that have scores below a certain
18826 number as read.  This is most easily achieved by putting the following
18827 in your @file{all.SCORE} file:
18828 @lisp
18829 ((mark -100))
18830 @end lisp
18831 You may also consider doing something similar with @code{expunge}.
18832
18833 @item Negated character classes
18834 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
18835 That will match newlines, which might lead to, well, The Unknown.  Say
18836 @code{[^abcd\n]*} instead.
18837 @end table
18838
18839
18840 @node Reverse Scoring
18841 @section Reverse Scoring
18842 @cindex reverse scoring
18843
18844 If you want to keep just articles that have @samp{Sex with Emacs} in the
18845 subject header, and expunge all other articles, you could put something
18846 like this in your score file:
18847
18848 @lisp
18849 (("subject"
18850   ("Sex with Emacs" 2))
18851  (mark 1)
18852  (expunge 1))
18853 @end lisp
18854
18855 So, you raise all articles that match @samp{Sex with Emacs} and mark the
18856 rest as read, and expunge them to boot.
18857
18858
18859 @node Global Score Files
18860 @section Global Score Files
18861 @cindex global score files
18862
18863 Sure, other newsreaders have ``global kill files''.  These are usually
18864 nothing more than a single kill file that applies to all groups, stored
18865 in the user's home directory.  Bah!  Puny, weak newsreaders!
18866
18867 What I'm talking about here are Global Score Files.  Score files from
18868 all over the world, from users everywhere, uniting all nations in one
18869 big, happy score file union!  Ange-score!  New and untested!
18870
18871 @vindex gnus-global-score-files
18872 All you have to do to use other people's score files is to set the
18873 @code{gnus-global-score-files} variable.  One entry for each score file,
18874 or each score file directory.  Gnus will decide by itself what score
18875 files are applicable to which group.
18876
18877 To use the score file
18878 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
18879 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
18880 say this:
18881
18882 @lisp
18883 (setq gnus-global-score-files
18884       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
18885         "/ftp@@ftp.some-where:/pub/score/"))
18886 @end lisp
18887
18888 @findex gnus-score-search-global-directories
18889 @noindent
18890 Simple, eh?  Directory names must end with a @samp{/}.  These
18891 directories are typically scanned only once during each Gnus session.
18892 If you feel the need to manually re-scan the remote directories, you can
18893 use the @code{gnus-score-search-global-directories} command.
18894
18895 Note that, at present, using this option will slow down group entry
18896 somewhat.  (That is---a lot.)
18897
18898 If you want to start maintaining score files for other people to use,
18899 just put your score file up for anonymous ftp and announce it to the
18900 world.  Become a retro-moderator!  Participate in the retro-moderator
18901 wars sure to ensue, where retro-moderators battle it out for the
18902 sympathy of the people, luring them to use their score files on false
18903 premises!  Yay!  The net is saved!
18904
18905 Here are some tips for the would-be retro-moderator, off the top of my
18906 head:
18907
18908 @itemize @bullet
18909
18910 @item
18911 Articles heavily crossposted are probably junk.
18912 @item
18913 To lower a single inappropriate article, lower by @code{Message-ID}.
18914 @item
18915 Particularly brilliant authors can be raised on a permanent basis.
18916 @item
18917 Authors that repeatedly post off-charter for the group can safely be
18918 lowered out of existence.
18919 @item
18920 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
18921 articles completely.
18922
18923 @item
18924 Use expiring score entries to keep the size of the file down.  You
18925 should probably have a long expiry period, though, as some sites keep
18926 old articles for a long time.
18927 @end itemize
18928
18929 @dots{} I wonder whether other newsreaders will support global score files
18930 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
18931 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
18932 holding our breath yet?
18933
18934
18935 @node Kill Files
18936 @section Kill Files
18937 @cindex kill files
18938
18939 Gnus still supports those pesky old kill files.  In fact, the kill file
18940 entries can now be expiring, which is something I wrote before Daniel
18941 Quinlan thought of doing score files, so I've left the code in there.
18942
18943 In short, kill processing is a lot slower (and I do mean @emph{a lot})
18944 than score processing, so it might be a good idea to rewrite your kill
18945 files into score files.
18946
18947 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
18948 forms into this file, which means that you can use kill files as some
18949 sort of primitive hook function to be run on group entry, even though
18950 that isn't a very good idea.
18951
18952 Normal kill files look like this:
18953
18954 @lisp
18955 (gnus-kill "From" "Lars Ingebrigtsen")
18956 (gnus-kill "Subject" "ding")
18957 (gnus-expunge "X")
18958 @end lisp
18959
18960 This will mark every article written by me as read, and remove the
18961 marked articles from the summary buffer.  Very useful, you'll agree.
18962
18963 Other programs use a totally different kill file syntax.  If Gnus
18964 encounters what looks like a @code{rn} kill file, it will take a stab at
18965 interpreting it.
18966
18967 Two summary functions for editing a GNUS kill file:
18968
18969 @table @kbd
18970
18971 @item M-k
18972 @kindex M-k (Summary)
18973 @findex gnus-summary-edit-local-kill
18974 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
18975
18976 @item M-K
18977 @kindex M-K (Summary)
18978 @findex gnus-summary-edit-global-kill
18979 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
18980 @end table
18981
18982 Two group mode functions for editing the kill files:
18983
18984 @table @kbd
18985
18986 @item M-k
18987 @kindex M-k (Group)
18988 @findex gnus-group-edit-local-kill
18989 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
18990
18991 @item M-K
18992 @kindex M-K (Group)
18993 @findex gnus-group-edit-global-kill
18994 Edit the general kill file (@code{gnus-group-edit-global-kill}).
18995 @end table
18996
18997 Kill file variables:
18998
18999 @table @code
19000 @item gnus-kill-file-name
19001 @vindex gnus-kill-file-name
19002 A kill file for the group @samp{soc.motss} is normally called
19003 @file{soc.motss.KILL}.  The suffix appended to the group name to get
19004 this file name is detailed by the @code{gnus-kill-file-name} variable.
19005 The ``global'' kill file (not in the score file sense of ``global'', of
19006 course) is just called @file{KILL}.
19007
19008 @vindex gnus-kill-save-kill-file
19009 @item gnus-kill-save-kill-file
19010 If this variable is non-@code{nil}, Gnus will save the
19011 kill file after processing, which is necessary if you use expiring
19012 kills.
19013
19014 @item gnus-apply-kill-hook
19015 @vindex gnus-apply-kill-hook
19016 @findex gnus-apply-kill-file-unless-scored
19017 @findex gnus-apply-kill-file
19018 A hook called to apply kill files to a group.  It is
19019 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
19020 kill file if you have a score file for the same group, you can set this
19021 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
19022 kill files to be processed, you should set this variable to @code{nil}.
19023
19024 @item gnus-kill-file-mode-hook
19025 @vindex gnus-kill-file-mode-hook
19026 A hook called in kill-file mode buffers.
19027
19028 @end table
19029
19030
19031 @node Converting Kill Files
19032 @section Converting Kill Files
19033 @cindex kill files
19034 @cindex converting kill files
19035
19036 If you have loads of old kill files, you may want to convert them into
19037 score files.  If they are ``regular'', you can use
19038 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
19039 by hand.
19040
19041 The kill to score conversion package isn't included in Gnus by default.
19042 You can fetch it from
19043 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
19044
19045 If your old kill files are very complex---if they contain more
19046 non-@code{gnus-kill} forms than not, you'll have to convert them by
19047 hand.  Or just let them be as they are.  Gnus will still use them as
19048 before.
19049
19050
19051 @node GroupLens
19052 @section GroupLens
19053 @cindex GroupLens
19054
19055 GroupLens (@uref{http://www.cs.umn.edu/Research/GroupLens/}) is a
19056 collaborative filtering system that helps you work together with other
19057 people to find the quality news articles out of the huge volume of
19058 news articles generated every day.
19059
19060 To accomplish this the GroupLens system combines your opinions about
19061 articles you have already read with the opinions of others who have done
19062 likewise and gives you a personalized prediction for each unread news
19063 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
19064 rate articles, and finds other people that rate articles the same way.
19065 Once it has found some people you agree with it tells you, in the form
19066 of a prediction, what they thought of the article.  You can use this
19067 prediction to help you decide whether or not you want to read the
19068 article.
19069
19070 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
19071 so this section is mostly of historical interest.
19072
19073 @menu
19074 * Using GroupLens::             How to make Gnus use GroupLens.
19075 * Rating Articles::             Letting GroupLens know how you rate articles.
19076 * Displaying Predictions::      Displaying predictions given by GroupLens.
19077 * GroupLens Variables::         Customizing GroupLens.
19078 @end menu
19079
19080
19081 @node Using GroupLens
19082 @subsection Using GroupLens
19083
19084 To use GroupLens you must register a pseudonym with your local Better
19085 Bit Bureau (BBB).
19086 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
19087 better bit in town at the moment.
19088
19089 Once you have registered you'll need to set a couple of variables.
19090
19091 @table @code
19092
19093 @item gnus-use-grouplens
19094 @vindex gnus-use-grouplens
19095 Setting this variable to a non-@code{nil} value will make Gnus hook into
19096 all the relevant GroupLens functions.
19097
19098 @item grouplens-pseudonym
19099 @vindex grouplens-pseudonym
19100 This variable should be set to the pseudonym you got when registering
19101 with the Better Bit Bureau.
19102
19103 @item grouplens-newsgroups
19104 @vindex grouplens-newsgroups
19105 A list of groups that you want to get GroupLens predictions for.
19106
19107 @end table
19108
19109 That's the minimum of what you need to get up and running with GroupLens.
19110 Once you've registered, GroupLens will start giving you scores for
19111 articles based on the average of what other people think.  But, to get
19112 the real benefit of GroupLens you need to start rating articles
19113 yourself.  Then the scores GroupLens gives you will be personalized for
19114 you, based on how the people you usually agree with have already rated.
19115
19116
19117 @node Rating Articles
19118 @subsection Rating Articles
19119
19120 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
19121 Where 1 means something like this article is a waste of bandwidth and 5
19122 means that the article was really good.  The basic question to ask
19123 yourself is, ``on a scale from 1 to 5 would I like to see more articles
19124 like this one?''
19125
19126 There are four ways to enter a rating for an article in GroupLens.
19127
19128 @table @kbd
19129
19130 @item r
19131 @kindex r (GroupLens)
19132 @findex bbb-summary-rate-article
19133 This function will prompt you for a rating on a scale of one to five.
19134
19135 @item k
19136 @kindex k (GroupLens)
19137 @findex grouplens-score-thread
19138 This function will prompt you for a rating, and rate all the articles in
19139 the thread.  This is really useful for some of those long running giant
19140 threads in rec.humor.
19141
19142 @end table
19143
19144 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
19145 the score of the article you're reading.
19146
19147 @table @kbd
19148
19149 @item 1-5 n
19150 @kindex n (GroupLens)
19151 @findex grouplens-next-unread-article
19152 Rate the article and go to the next unread article.
19153
19154 @item 1-5 ,
19155 @kindex , (GroupLens)
19156 @findex grouplens-best-unread-article
19157 Rate the article and go to the next unread article with the highest score.
19158
19159 @end table
19160
19161 If you want to give the current article a score of 4 and then go to the
19162 next article, just type @kbd{4 n}.
19163
19164
19165 @node Displaying Predictions
19166 @subsection Displaying Predictions
19167
19168 GroupLens makes a prediction for you about how much you will like a
19169 news article.  The predictions from GroupLens are on a scale from 1 to
19170 5, where 1 is the worst and 5 is the best.  You can use the predictions
19171 from GroupLens in one of three ways controlled by the variable
19172 @code{gnus-grouplens-override-scoring}.
19173
19174 @vindex gnus-grouplens-override-scoring
19175 There are three ways to display predictions in grouplens.  You may
19176 choose to have the GroupLens scores contribute to, or override the
19177 regular gnus scoring mechanism.  override is the default; however, some
19178 people prefer to see the Gnus scores plus the grouplens scores.  To get
19179 the separate scoring behavior you need to set
19180 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
19181 GroupLens predictions combined with the grouplens scores set it to
19182 @code{'override} and to combine the scores set
19183 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
19184 the combine option you will also want to set the values for
19185 @code{grouplens-prediction-offset} and
19186 @code{grouplens-score-scale-factor}.
19187
19188 @vindex grouplens-prediction-display
19189 In either case, GroupLens gives you a few choices for how you would like
19190 to see your predictions displayed.  The display of predictions is
19191 controlled by the @code{grouplens-prediction-display} variable.
19192
19193 The following are valid values for that variable.
19194
19195 @table @code
19196 @item prediction-spot
19197 The higher the prediction, the further to the right an @samp{*} is
19198 displayed.
19199
19200 @item confidence-interval
19201 A numeric confidence interval.
19202
19203 @item prediction-bar
19204 The higher the prediction, the longer the bar.
19205
19206 @item confidence-bar
19207 Numerical confidence.
19208
19209 @item confidence-spot
19210 The spot gets bigger with more confidence.
19211
19212 @item prediction-num
19213 Plain-old numeric value.
19214
19215 @item confidence-plus-minus
19216 Prediction +/- confidence.
19217
19218 @end table
19219
19220
19221 @node GroupLens Variables
19222 @subsection GroupLens Variables
19223
19224 @table @code
19225
19226 @item gnus-summary-grouplens-line-format
19227 The summary line format used in GroupLens-enhanced summary buffers.  It
19228 accepts the same specs as the normal summary line format (@pxref{Summary
19229 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
19230 %s\n}.
19231
19232 @item grouplens-bbb-host
19233 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
19234 default.
19235
19236 @item grouplens-bbb-port
19237 Port of the host running the bbbd server.  The default is 9000.
19238
19239 @item grouplens-score-offset
19240 Offset the prediction by this value.  In other words, subtract the
19241 prediction value by this number to arrive at the effective score.  The
19242 default is 0.
19243
19244 @item grouplens-score-scale-factor
19245 This variable allows the user to magnify the effect of GroupLens scores.
19246 The scale factor is applied after the offset.  The default is 1.
19247
19248 @end table
19249
19250
19251 @node Advanced Scoring
19252 @section Advanced Scoring
19253
19254 Scoring on Subjects and From headers is nice enough, but what if you're
19255 really interested in what a person has to say only when she's talking
19256 about a particular subject?  Or what if you really don't want to
19257 read what person A has to say when she's following up to person B, but
19258 want to read what she says when she's following up to person C?
19259
19260 By using advanced scoring rules you may create arbitrarily complex
19261 scoring patterns.
19262
19263 @menu
19264 * Advanced Scoring Syntax::     A definition.
19265 * Advanced Scoring Examples::   What they look like.
19266 * Advanced Scoring Tips::       Getting the most out of it.
19267 @end menu
19268
19269
19270 @node Advanced Scoring Syntax
19271 @subsection Advanced Scoring Syntax
19272
19273 Ordinary scoring rules have a string as the first element in the rule.
19274 Advanced scoring rules have a list as the first element.  The second
19275 element is the score to be applied if the first element evaluated to a
19276 non-@code{nil} value.
19277
19278 These lists may consist of three logical operators, one redirection
19279 operator, and various match operators.
19280
19281 Logical operators:
19282
19283 @table @code
19284 @item &
19285 @itemx and
19286 This logical operator will evaluate each of its arguments until it finds
19287 one that evaluates to @code{false}, and then it'll stop.  If all arguments
19288 evaluate to @code{true} values, then this operator will return
19289 @code{true}.
19290
19291 @item |
19292 @itemx or
19293 This logical operator will evaluate each of its arguments until it finds
19294 one that evaluates to @code{true}.  If no arguments are @code{true},
19295 then this operator will return @code{false}.
19296
19297 @item !
19298 @itemx not
19299 @itemx Â¬
19300 This logical operator only takes a single argument.  It returns the
19301 logical negation of the value of its argument.
19302
19303 @end table
19304
19305 There is an @dfn{indirection operator} that will make its arguments
19306 apply to the ancestors of the current article being scored.  For
19307 instance, @code{1-} will make score rules apply to the parent of the
19308 current article.  @code{2-} will make score rules apply to the
19309 grandparent of the current article.  Alternatively, you can write
19310 @code{^^}, where the number of @code{^}s (carets) says how far back into
19311 the ancestry you want to go.
19312
19313 Finally, we have the match operators.  These are the ones that do the
19314 real work.  Match operators are header name strings followed by a match
19315 and a match type.  A typical match operator looks like @samp{("from"
19316 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
19317 simple scoring, and the match types are also the same.
19318
19319
19320 @node Advanced Scoring Examples
19321 @subsection Advanced Scoring Examples
19322
19323 Please note that the following examples are score file rules.  To
19324 make a complete score file from them, surround them with another pair
19325 of parentheses.
19326
19327 Let's say you want to increase the score of articles written by Lars
19328 when he's talking about Gnus:
19329
19330 @example
19331 ((&
19332   ("from" "Lars Ingebrigtsen")
19333   ("subject" "Gnus"))
19334  1000)
19335 @end example
19336
19337 Quite simple, huh?
19338
19339 When he writes long articles, he sometimes has something nice to say:
19340
19341 @example
19342 ((&
19343   ("from" "Lars Ingebrigtsen")
19344   (|
19345    ("subject" "Gnus")
19346    ("lines" 100 >)))
19347  1000)
19348 @end example
19349
19350 However, when he responds to things written by Reig Eigil Logge, you
19351 really don't want to read what he's written:
19352
19353 @example
19354 ((&
19355   ("from" "Lars Ingebrigtsen")
19356   (1- ("from" "Reig Eigir Logge")))
19357  -100000)
19358 @end example
19359
19360 Everybody that follows up Redmondo when he writes about disappearing
19361 socks should have their scores raised, but only when they talk about
19362 white socks.  However, when Lars talks about socks, it's usually not
19363 very interesting:
19364
19365 @example
19366 ((&
19367   (1-
19368    (&
19369     ("from" "redmondo@@.*no" r)
19370     ("body" "disappearing.*socks" t)))
19371   (! ("from" "Lars Ingebrigtsen"))
19372   ("body" "white.*socks"))
19373  1000)
19374 @end example
19375
19376 The possibilities are endless.
19377
19378
19379 @node Advanced Scoring Tips
19380 @subsection Advanced Scoring Tips
19381
19382 The @code{&} and @code{|} logical operators do short-circuit logic.
19383 That is, they stop processing their arguments when it's clear what the
19384 result of the operation will be.  For instance, if one of the arguments
19385 of an @code{&} evaluates to @code{false}, there's no point in evaluating
19386 the rest of the arguments.  This means that you should put slow matches
19387 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
19388 @samp{subject}) first.
19389
19390 The indirection arguments (@code{1-} and so on) will make their
19391 arguments work on previous generations of the thread.  If you say
19392 something like:
19393
19394 @example
19395 ...
19396 (1-
19397  (1-
19398   ("from" "lars")))
19399 ...
19400 @end example
19401
19402 Then that means "score on the from header of the grandparent of the
19403 current article".  An indirection is quite fast, but it's better to say:
19404
19405 @example
19406 (1-
19407  (&
19408   ("from" "Lars")
19409   ("subject" "Gnus")))
19410 @end example
19411
19412 than it is to say:
19413
19414 @example
19415 (&
19416  (1- ("from" "Lars"))
19417  (1- ("subject" "Gnus")))
19418 @end example
19419
19420
19421 @node Score Decays
19422 @section Score Decays
19423 @cindex score decays
19424 @cindex decays
19425
19426 You may find that your scores have a tendency to grow without
19427 bounds, especially if you're using adaptive scoring.  If scores get too
19428 big, they lose all meaning---they simply max out and it's difficult to
19429 use them in any sensible way.
19430
19431 @vindex gnus-decay-scores
19432 @findex gnus-decay-score
19433 @vindex gnus-decay-score-function
19434 Gnus provides a mechanism for decaying scores to help with this problem.
19435 When score files are loaded and @code{gnus-decay-scores} is
19436 non-@code{nil}, Gnus will run the score files through the decaying
19437 mechanism thereby lowering the scores of all non-permanent score rules.
19438 The decay itself if performed by the @code{gnus-decay-score-function}
19439 function, which is @code{gnus-decay-score} by default.  Here's the
19440 definition of that function:
19441
19442 @lisp
19443 (defun gnus-decay-score (score)
19444   "Decay SCORE.
19445 This is done according to `gnus-score-decay-constant'
19446 and `gnus-score-decay-scale'."
19447   (floor
19448    (- score
19449       (* (if (< score 0) 1 -1)
19450          (min (abs score)
19451               (max gnus-score-decay-constant
19452                    (* (abs score)
19453                       gnus-score-decay-scale)))))))
19454 @end lisp
19455
19456 @vindex gnus-score-decay-scale
19457 @vindex gnus-score-decay-constant
19458 @code{gnus-score-decay-constant} is 3 by default and
19459 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
19460
19461 @enumerate
19462 @item
19463 Scores between -3 and 3 will be set to 0 when this function is called.
19464
19465 @item
19466 Scores with magnitudes between 3 and 60 will be shrunk by 3.
19467
19468 @item
19469 Scores with magnitudes greater than 60 will be shrunk by 5% of the
19470 score.
19471 @end enumerate
19472
19473 If you don't like this decay function, write your own.  It is called
19474 with the score to be decayed as its only parameter, and it should return
19475 the new score, which should be an integer.
19476
19477 Gnus will try to decay scores once a day.  If you haven't run Gnus for
19478 four days, Gnus will decay the scores four times, for instance.
19479
19480 @iftex
19481 @iflatex
19482 @chapter Message
19483 @include message.texi
19484 @chapter Emacs MIME
19485 @include emacs-mime.texi
19486 @chapter Sieve
19487 @include sieve.texi
19488 @c @chapter PGG
19489 @c @include pgg.texi
19490 @end iflatex
19491 @end iftex
19492
19493 @node Various
19494 @chapter Various
19495
19496 @menu
19497 * Process/Prefix::              A convention used by many treatment commands.
19498 * Interactive::                 Making Gnus ask you many questions.
19499 * Symbolic Prefixes::           How to supply some Gnus functions with options.
19500 * Formatting Variables::        You can specify what buffers should look like.
19501 * Window Layout::               Configuring the Gnus buffer windows.
19502 * Faces and Fonts::             How to change how faces look.
19503 * Compilation::                 How to speed Gnus up.
19504 * Mode Lines::                  Displaying information in the mode lines.
19505 * Highlighting and Menus::      Making buffers look all nice and cozy.
19506 * Buttons::                     Get tendinitis in ten easy steps!
19507 * Daemons::                     Gnus can do things behind your back.
19508 * NoCeM::                       How to avoid spam and other fatty foods.
19509 * Undo::                        Some actions can be undone.
19510 * Predicate Specifiers::        Specifying predicates.
19511 * Moderation::                  What to do if you're a moderator.
19512 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
19513 * Fuzzy Matching::              What's the big fuzz?
19514 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
19515 * Various Various::             Things that are really various.
19516 @end menu
19517
19518
19519 @node Process/Prefix
19520 @section Process/Prefix
19521 @cindex process/prefix convention
19522
19523 Many functions, among them functions for moving, decoding and saving
19524 articles, use what is known as the @dfn{Process/Prefix convention}.
19525
19526 This is a method for figuring out what articles the user wants the
19527 command to be performed on.
19528
19529 It goes like this:
19530
19531 If the numeric prefix is N, perform the operation on the next N
19532 articles, starting with the current one.  If the numeric prefix is
19533 negative, perform the operation on the previous N articles, starting
19534 with the current one.
19535
19536 @vindex transient-mark-mode
19537 If @code{transient-mark-mode} in non-@code{nil} and the region is
19538 active, all articles in the region will be worked upon.
19539
19540 If there is no numeric prefix, but some articles are marked with the
19541 process mark, perform the operation on the articles marked with
19542 the process mark.
19543
19544 If there is neither a numeric prefix nor any articles marked with the
19545 process mark, just perform the operation on the current article.
19546
19547 Quite simple, really, but it needs to be made clear so that surprises
19548 are avoided.
19549
19550 Commands that react to the process mark will push the current list of
19551 process marked articles onto a stack and will then clear all process
19552 marked articles.  You can restore the previous configuration with the
19553 @kbd{M P y} command (@pxref{Setting Process Marks}).
19554
19555 @vindex gnus-summary-goto-unread
19556 One thing that seems to shock & horrify lots of people is that, for
19557 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
19558 Since each @kbd{d} (which marks the current article as read) by default
19559 goes to the next unread article after marking, this means that @kbd{3 d}
19560 will mark the next three unread articles as read, no matter what the
19561 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
19562 @code{nil} for a more straightforward action.
19563
19564 Many commands do not use the process/prefix convention.  All commands
19565 that do explicitly say so in this manual.  To apply the process/prefix
19566 convention to commands that do not use it, you can use the @kbd{M-&}
19567 command.  For instance, to mark all the articles in the group as
19568 expirable, you could say @kbd{M P b M-& E}.
19569
19570
19571 @node Interactive
19572 @section Interactive
19573 @cindex interaction
19574
19575 @table @code
19576
19577 @item gnus-novice-user
19578 @vindex gnus-novice-user
19579 If this variable is non-@code{nil}, you are either a newcomer to the
19580 World of Usenet, or you are very cautious, which is a nice thing to be,
19581 really.  You will be given questions of the type ``Are you sure you want
19582 to do this?'' before doing anything dangerous.  This is @code{t} by
19583 default.
19584
19585 @item gnus-expert-user
19586 @vindex gnus-expert-user
19587 If this variable is non-@code{nil}, you will seldom be asked any
19588 questions by Gnus.  It will simply assume you know what you're doing, no
19589 matter how strange.
19590
19591 @item gnus-interactive-catchup
19592 @vindex gnus-interactive-catchup
19593 Require confirmation before catching up a group if non-@code{nil}.  It
19594 is @code{t} by default.
19595
19596 @item gnus-interactive-exit
19597 @vindex gnus-interactive-exit
19598 Require confirmation before exiting Gnus.  This variable is @code{t} by
19599 default.
19600 @end table
19601
19602
19603 @node Symbolic Prefixes
19604 @section Symbolic Prefixes
19605 @cindex symbolic prefixes
19606
19607 Quite a lot of Emacs commands react to the (numeric) prefix.  For
19608 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
19609 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
19610 rule of 900 to the current article.
19611
19612 This is all nice and well, but what if you want to give a command some
19613 additional information?  Well, what most commands do is interpret the
19614 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
19615 doesn't want a backup file to be created when saving the current buffer,
19616 for instance.  But what if you want to save without making a backup
19617 file, and you want Emacs to flash lights and play a nice tune at the
19618 same time?  You can't, and you're probably perfectly happy that way.
19619
19620 @kindex M-i (Summary)
19621 @findex gnus-symbolic-argument
19622 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
19623 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
19624 character typed in is the value.  You can stack as many @kbd{M-i}
19625 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
19626 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
19627 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
19628 @code{b}''.  You get the drift.
19629
19630 Typing in symbolic prefixes to commands that don't accept them doesn't
19631 hurt, but it doesn't do any good either.  Currently not many Gnus
19632 functions make use of the symbolic prefix.
19633
19634 If you're interested in how Gnus implements this, @pxref{Extended
19635 Interactive}.
19636
19637
19638 @node Formatting Variables
19639 @section Formatting Variables
19640 @cindex formatting variables
19641
19642 Throughout this manual you've probably noticed lots of variables called
19643 things like @code{gnus-group-line-format} and
19644 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
19645 output lines in the various buffers.  There's quite a lot of them.
19646 Fortunately, they all use the same syntax, so there's not that much to
19647 be annoyed by.
19648
19649 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
19650 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
19651 lots of percentages everywhere.
19652
19653 @menu
19654 * Formatting Basics::           A formatting variable is basically a format string.
19655 * Mode Line Formatting::        Some rules about mode line formatting variables.
19656 * Advanced Formatting::         Modifying output in various ways.
19657 * User-Defined Specs::          Having Gnus call your own functions.
19658 * Formatting Fonts::            Making the formatting look colorful and nice.
19659 * Positioning Point::           Moving point to a position after an operation.
19660 * Tabulation::                  Tabulating your output.
19661 * Wide Characters::             Dealing with wide characters.
19662 @end menu
19663
19664 Currently Gnus uses the following formatting variables:
19665 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
19666 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
19667 @code{gnus-group-mode-line-format},
19668 @code{gnus-summary-mode-line-format},
19669 @code{gnus-article-mode-line-format},
19670 @code{gnus-server-mode-line-format}, and
19671 @code{gnus-summary-pick-line-format}.
19672
19673 All these format variables can also be arbitrary elisp forms.  In that
19674 case, they will be @code{eval}ed to insert the required lines.
19675
19676 @kindex M-x gnus-update-format
19677 @findex gnus-update-format
19678 Gnus includes a command to help you while creating your own format
19679 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
19680 update the spec in question and pop you to a buffer where you can
19681 examine the resulting lisp code to be run to generate the line.
19682
19683
19684
19685 @node Formatting Basics
19686 @subsection Formatting Basics
19687
19688 Each @samp{%} element will be replaced by some string or other when the
19689 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
19690 spec, and pad with spaces to get a 5-character field''.
19691
19692 As with normal C and Emacs Lisp formatting strings, the numerical
19693 modifier between the @samp{%} and the formatting type character will
19694 @dfn{pad} the output so that it is always at least that long.
19695 @samp{%5y} will make the field always (at least) five characters wide by
19696 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
19697 the right instead.
19698
19699 You may also wish to limit the length of the field to protect against
19700 particularly wide values.  For that you can say @samp{%4,6y}, which
19701 means that the field will never be more than 6 characters wide and never
19702 less than 4 characters wide.
19703
19704 Also Gnus supports some extended format specifications, such as
19705 @samp{%&user-date;}.
19706
19707
19708 @node Mode Line Formatting
19709 @subsection Mode Line Formatting
19710
19711 Mode line formatting variables (e.g.,
19712 @code{gnus-summary-mode-line-format}) follow the same rules as other,
19713 buffer line oriented formatting variables (@pxref{Formatting Basics})
19714 with the following two differences:
19715
19716 @enumerate
19717
19718 @item
19719 There must be no newline (@samp{\n}) at the end.
19720
19721 @item
19722 The special @samp{%%b} spec can be used to display the buffer name.
19723 Well, it's no spec at all, really---@samp{%%} is just a way to quote
19724 @samp{%} to allow it to pass through the formatting machinery unmangled,
19725 so that Emacs receives @samp{%b}, which is something the Emacs mode line
19726 display interprets to mean ``show the buffer name''.  For a full list of
19727 mode line specs Emacs understands, see the documentation of the
19728 @code{mode-line-format} variable.
19729
19730 @end enumerate
19731
19732
19733 @node Advanced Formatting
19734 @subsection Advanced Formatting
19735
19736 It is frequently useful to post-process the fields in some way.
19737 Padding, limiting, cutting off parts and suppressing certain values can
19738 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
19739 look like @samp{%~(cut 3)~(ignore "0")y}.
19740
19741 These are the valid modifiers:
19742
19743 @table @code
19744 @item pad
19745 @itemx pad-left
19746 Pad the field to the left with spaces until it reaches the required
19747 length.
19748
19749 @item pad-right
19750 Pad the field to the right with spaces until it reaches the required
19751 length.
19752
19753 @item max
19754 @itemx max-left
19755 Cut off characters from the left until it reaches the specified length.
19756
19757 @item max-right
19758 Cut off characters from the right until it reaches the specified
19759 length.
19760
19761 @item cut
19762 @itemx cut-left
19763 Cut off the specified number of characters from the left.
19764
19765 @item cut-right
19766 Cut off the specified number of characters from the right.
19767
19768 @item ignore
19769 Return an empty string if the field is equal to the specified value.
19770
19771 @item form
19772 Use the specified form as the field value when the @samp{@@} spec is
19773 used.
19774
19775 Here's an example:
19776
19777 @lisp
19778 "~(form (current-time-string))@@"
19779 @end lisp
19780
19781 @end table
19782
19783 Let's take an example.  The @samp{%o} spec in the summary mode lines
19784 will return a date in compact ISO8601 format---@samp{19960809T230410}.
19785 This is quite a mouthful, so we want to shave off the century number and
19786 the time, leaving us with a six-character date.  That would be
19787 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
19788 maxing, and we need the padding to ensure that the date is never less
19789 than 6 characters to make it look nice in columns.)
19790
19791 Ignoring is done first; then cutting; then maxing; and then as the very
19792 last operation, padding.
19793
19794 @vindex gnus-compile-user-specs
19795 If @code{gnus-compile-user-specs} is set to @code{nil} (@code{t} by
19796 default) with your strong personality, and use a lots of these advanced
19797 thingies, you'll find that Gnus gets quite slow.  This can be helped
19798 enormously by running @kbd{M-x gnus-compile} when you are satisfied with
19799 the look of your lines.
19800 @xref{Compilation}.
19801
19802
19803 @node User-Defined Specs
19804 @subsection User-Defined Specs
19805
19806 All the specs allow for inserting user defined specifiers---@samp{u}.
19807 The next character in the format string should be a letter.  Gnus
19808 will call the function @code{gnus-user-format-function-}@samp{X}, where
19809 @samp{X} is the letter following @samp{%u}.  The function will be passed
19810 a single parameter---what the parameter means depends on what buffer
19811 it's being called from.  The function should return a string, which will
19812 be inserted into the buffer just like information from any other
19813 specifier.  This function may also be called with dummy values, so it
19814 should protect against that.
19815
19816 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
19817 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
19818
19819 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
19820 much the same without defining new functions.  Here's an example:
19821 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
19822 given here will be evaluated to yield the current line number, and then
19823 inserted.
19824
19825
19826 @node Formatting Fonts
19827 @subsection Formatting Fonts
19828
19829 There are specs for highlighting, and these are shared by all the format
19830 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
19831 the special @code{mouse-face} property set, which means that it will be
19832 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
19833 over it.
19834
19835 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
19836 normal faces set using @code{gnus-face-0}, which is @code{bold} by
19837 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
19838 and so on.  Create as many faces as you wish.  The same goes for the
19839 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
19840 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
19841
19842 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
19843 special @code{balloon-help} property set to @code{gnus-balloon-face-0}.
19844 If you say @samp{%1<<}, you'll get @code{gnus-balloon-face-1} and so on.
19845 The @code{gnus-balloon-face-*} variables should be either strings or
19846 symbols naming functions that return a string.  When the mouse passes
19847 over text with this property set, a balloon window will appear and
19848 display the string.  Please refer to @ref{(emacs)Help Echo} (in GNU
19849 Emacs) or the doc string of @code{balloon-help-mode} (in XEmacs) for
19850 more information on this.  (For technical reasons, the guillemets have
19851 been approximated as @samp{<<} and @samp{>>} in this paragraph.)
19852
19853 Here's an alternative recipe for the group buffer:
19854
19855 @lisp
19856 ;; Create three face types.
19857 (setq gnus-face-1 'bold)
19858 (setq gnus-face-3 'italic)
19859
19860 ;; We want the article count to be in
19861 ;; a bold and green face.  So we create
19862 ;; a new face called `my-green-bold'.
19863 (copy-face 'bold 'my-green-bold)
19864 ;; Set the color.
19865 (set-face-foreground 'my-green-bold "ForestGreen")
19866 (setq gnus-face-2 'my-green-bold)
19867
19868 ;; Set the new & fancy format.
19869 (setq gnus-group-line-format
19870       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
19871 @end lisp
19872
19873 I'm sure you'll be able to use this scheme to create totally unreadable
19874 and extremely vulgar displays.  Have fun!
19875
19876 Note that the @samp{%(} specs (and friends) do not make any sense on the
19877 mode-line variables.
19878
19879 @node Positioning Point
19880 @subsection Positioning Point
19881
19882 Gnus usually moves point to a pre-defined place on each line in most
19883 buffers.  By default, point move to the first colon character on the
19884 line.  You can customize this behaviour in three different ways.
19885
19886 You can move the colon character to somewhere else on the line.
19887
19888 @findex gnus-goto-colon
19889 You can redefine the function that moves the point to the colon.  The
19890 function is called @code{gnus-goto-colon}.
19891
19892 But perhaps the most convenient way to deal with this, if you don't want
19893 to have a colon in your line, is to use the @samp{%*} specifier.  If you
19894 put a @samp{%*} somewhere in your format line definition, Gnus will
19895 place point there.
19896
19897
19898 @node Tabulation
19899 @subsection Tabulation
19900
19901 You can usually line up your displays by padding and cutting your
19902 strings.  However, when combining various strings of different size, it
19903 can often be more convenient to just output the strings, and then worry
19904 about lining up the following text afterwards.
19905
19906 To do that, Gnus supplies tabulator specs--@samp{%=}.  There are two
19907 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
19908
19909 @samp{%50=} will insert space characters to pad the line up to column
19910 50.  If the text is already past column 50, nothing will be inserted.
19911 This is the soft tabulator.
19912
19913 @samp{%-50=} will insert space characters to pad the line up to column
19914 50.  If the text is already past column 50, the excess text past column
19915 50 will be removed.  This is the hard tabulator.
19916
19917
19918 @node Wide Characters
19919 @subsection Wide Characters
19920
19921 Proportional fonts in most countries have characters of the same width.
19922 Some countries, however, use Latin characters mixed with wider
19923 characters---most notable East Asian countries.
19924
19925 The problem is that when formatting, Gnus assumes that if a string is 10
19926 characters wide, it'll be 10 Latin characters wide on the screen.  In
19927 these countries, that's not true.
19928
19929 @vindex gnus-use-correct-string-widths
19930 To help fix this, you can set @code{gnus-use-correct-string-widths} to
19931 @code{t}.  This makes buffer generation slower, but the results will be
19932 prettier.  The default value under XEmacs is @code{t} but @code{nil}
19933 for Emacs.
19934
19935
19936 @node Window Layout
19937 @section Window Layout
19938 @cindex window layout
19939
19940 No, there's nothing here about X, so be quiet.
19941
19942 @vindex gnus-use-full-window
19943 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
19944 other windows and occupy the entire Emacs screen by itself.  It is
19945 @code{t} by default.
19946
19947 Setting this variable to @code{nil} kinda works, but there are
19948 glitches.  Use at your own peril.
19949
19950 @vindex gnus-buffer-configuration
19951 @code{gnus-buffer-configuration} describes how much space each Gnus
19952 buffer should be given.  Here's an excerpt of this variable:
19953
19954 @lisp
19955 ((group (vertical 1.0 (group 1.0 point)
19956                       (if gnus-carpal (group-carpal 4))))
19957  (article (vertical 1.0 (summary 0.25 point)
19958                         (article 1.0))))
19959 @end lisp
19960
19961 This is an alist.  The @dfn{key} is a symbol that names some action or
19962 other.  For instance, when displaying the group buffer, the window
19963 configuration function will use @code{group} as the key.  A full list of
19964 possible names is listed below.
19965
19966 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
19967 should occupy.  To take the @code{article} split as an example -
19968
19969 @lisp
19970 (article (vertical 1.0 (summary 0.25 point)
19971                        (article 1.0)))
19972 @end lisp
19973
19974 This @dfn{split} says that the summary buffer should occupy 25% of upper
19975 half of the screen, and that it is placed over the article buffer.  As
19976 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
19977 reaching for that calculator there).  However, the special number
19978 @code{1.0} is used to signal that this buffer should soak up all the
19979 rest of the space available after the rest of the buffers have taken
19980 whatever they need.  There should be only one buffer with the @code{1.0}
19981 size spec per split.
19982
19983 Point will be put in the buffer that has the optional third element
19984 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
19985 split where the tag @code{frame-focus} is a member (i.e. is the third or
19986 fourth element in the list, depending on whether the @code{point} tag is
19987 present) gets focus.
19988
19989 Here's a more complicated example:
19990
19991 @lisp
19992 (article (vertical 1.0 (group 4)
19993                        (summary 0.25 point)
19994                        (if gnus-carpal (summary-carpal 4))
19995                        (article 1.0)))
19996 @end lisp
19997
19998 If the size spec is an integer instead of a floating point number,
19999 then that number will be used to say how many lines a buffer should
20000 occupy, not a percentage.
20001
20002 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20003 precise---if the @code{car} of the split is a function or a subr), this
20004 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20005 be used as a split.  This means that there will be three buffers if
20006 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20007 is non-@code{nil}.
20008
20009 Not complicated enough for you?  Well, try this on for size:
20010
20011 @lisp
20012 (article (horizontal 1.0
20013              (vertical 0.5
20014                  (group 1.0)
20015                  (gnus-carpal 4))
20016              (vertical 1.0
20017                  (summary 0.25 point)
20018                  (summary-carpal 4)
20019                  (article 1.0))))
20020 @end lisp
20021
20022 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20023 @code{horizontal} thingie?
20024
20025 If the first element in one of the split is @code{horizontal}, Gnus will
20026 split the window horizontally, giving you two windows side-by-side.
20027 Inside each of these strips you may carry on all you like in the normal
20028 fashion.  The number following @code{horizontal} says what percentage of
20029 the screen is to be given to this strip.
20030
20031 For each split, there @emph{must} be one element that has the 100% tag.
20032 The splitting is never accurate, and this buffer will eat any leftover
20033 lines from the splits.
20034
20035 To be slightly more formal, here's a definition of what a valid split
20036 may look like:
20037
20038 @example
20039 split      = frame | horizontal | vertical | buffer | form
20040 frame      = "(frame " size *split ")"
20041 horizontal = "(horizontal " size *split ")"
20042 vertical   = "(vertical " size *split ")"
20043 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20044 size       = number | frame-params
20045 buf-name   = group | article | summary ...
20046 @end example
20047
20048 The limitations are that the @code{frame} split can only appear as the
20049 top-level split.  @var{form} should be an Emacs Lisp form that should
20050 return a valid split.  We see that each split is fully recursive, and
20051 may contain any number of @code{vertical} and @code{horizontal} splits.
20052
20053 @vindex gnus-window-min-width
20054 @vindex gnus-window-min-height
20055 @cindex window height
20056 @cindex window width
20057 Finding the right sizes can be a bit complicated.  No window may be less
20058 than @code{gnus-window-min-height} (default 1) characters high, and all
20059 windows must be at least @code{gnus-window-min-width} (default 1)
20060 characters wide.  Gnus will try to enforce this before applying the
20061 splits.  If you want to use the normal Emacs window width/height limit,
20062 you can just set these two variables to @code{nil}.
20063
20064 If you're not familiar with Emacs terminology, @code{horizontal} and
20065 @code{vertical} splits may work the opposite way of what you'd expect.
20066 Windows inside a @code{horizontal} split are shown side-by-side, and
20067 windows within a @code{vertical} split are shown above each other.
20068
20069 @findex gnus-configure-frame
20070 If you want to experiment with window placement, a good tip is to call
20071 @code{gnus-configure-frame} directly with a split.  This is the function
20072 that does all the real work when splitting buffers.  Below is a pretty
20073 nonsensical configuration with 5 windows; two for the group buffer and
20074 three for the article buffer.  (I said it was nonsensical.)  If you
20075 @code{eval} the statement below, you can get an idea of how that would
20076 look straight away, without going through the normal Gnus channels.
20077 Play with it until you're satisfied, and then use
20078 @code{gnus-add-configuration} to add your new creation to the buffer
20079 configuration list.
20080
20081 @lisp
20082 (gnus-configure-frame
20083  '(horizontal 1.0
20084     (vertical 10
20085       (group 1.0)
20086       (article 0.3 point))
20087     (vertical 1.0
20088       (article 1.0)
20089       (horizontal 4
20090         (group 1.0)
20091         (article 10)))))
20092 @end lisp
20093
20094 You might want to have several frames as well.  No prob---just use the
20095 @code{frame} split:
20096
20097 @lisp
20098 (gnus-configure-frame
20099  '(frame 1.0
20100          (vertical 1.0
20101                    (summary 0.25 point frame-focus)
20102                    (article 1.0))
20103          (vertical ((height . 5) (width . 15)
20104                     (user-position . t)
20105                     (left . -1) (top . 1))
20106                    (picon 1.0))))
20107
20108 @end lisp
20109
20110 This split will result in the familiar summary/article window
20111 configuration in the first (or ``main'') frame, while a small additional
20112 frame will be created where picons will be shown.  As you can see,
20113 instead of the normal @code{1.0} top-level spec, each additional split
20114 should have a frame parameter alist as the size spec.
20115 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20116 Reference Manual}.  Under XEmacs, a frame property list will be
20117 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20118 is such a plist.
20119 The list of all possible keys for @code{gnus-buffer-configuration} can
20120 be found in its default value.
20121
20122 Note that the @code{message} key is used for both
20123 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20124 it is desirable to distinguish between the two, something like this
20125 might be used:
20126
20127 @lisp
20128 (message (horizontal 1.0
20129                      (vertical 1.0 (message 1.0 point))
20130                      (vertical 0.24
20131                                (if (buffer-live-p gnus-summary-buffer)
20132                                    '(summary 0.5))
20133                                (group 1.0))))
20134 @end lisp
20135
20136 One common desire for a multiple frame split is to have a separate frame
20137 for composing mail and news while leaving the original frame intact.  To
20138 accomplish that, something like the following can be done:
20139
20140 @lisp
20141 (message
20142   (frame 1.0
20143          (if (not (buffer-live-p gnus-summary-buffer))
20144              (car (cdr (assoc 'group gnus-buffer-configuration)))
20145            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20146          (vertical ((user-position . t) (top . 1) (left . 1)
20147                     (name . "Message"))
20148                    (message 1.0 point))))
20149 @end lisp
20150
20151 @findex gnus-add-configuration
20152 Since the @code{gnus-buffer-configuration} variable is so long and
20153 complicated, there's a function you can use to ease changing the config
20154 of a single setting: @code{gnus-add-configuration}.  If, for instance,
20155 you want to change the @code{article} setting, you could say:
20156
20157 @lisp
20158 (gnus-add-configuration
20159  '(article (vertical 1.0
20160                (group 4)
20161                (summary .25 point)
20162                (article 1.0))))
20163 @end lisp
20164
20165 You'd typically stick these @code{gnus-add-configuration} calls in your
20166 @file{.gnus.el} file or in some startup hook---they should be run after
20167 Gnus has been loaded.
20168
20169 @vindex gnus-always-force-window-configuration
20170 If all windows mentioned in the configuration are already visible, Gnus
20171 won't change the window configuration.  If you always want to force the
20172 ``right'' window configuration, you can set
20173 @code{gnus-always-force-window-configuration} to non-@code{nil}.
20174
20175 If you're using tree displays (@pxref{Tree Display}), and the tree
20176 window is displayed vertically next to another window, you may also want
20177 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
20178 windows resized.
20179
20180 @subsection Example Window Configurations
20181
20182 @itemize @bullet
20183 @item
20184 Narrow left hand side occupied by group buffer.  Right hand side split
20185 between summary buffer (top one-sixth) and article buffer (bottom).
20186
20187 @ifinfo
20188 @example
20189 +---+---------+
20190 | G | Summary |
20191 | r +---------+
20192 | o |         |
20193 | u | Article |
20194 | p |         |
20195 +---+---------+
20196 @end example
20197 @end ifinfo
20198
20199 @lisp
20200 (gnus-add-configuration
20201  '(article
20202    (horizontal 1.0
20203                (vertical 25 (group 1.0))
20204                (vertical 1.0
20205                          (summary 0.16 point)
20206                          (article 1.0)))))
20207
20208 (gnus-add-configuration
20209  '(summary
20210    (horizontal 1.0
20211                (vertical 25 (group 1.0))
20212                (vertical 1.0 (summary 1.0 point)))))
20213 @end lisp
20214
20215 @end itemize
20216
20217
20218 @node Faces and Fonts
20219 @section Faces and Fonts
20220 @cindex faces
20221 @cindex fonts
20222 @cindex colors
20223
20224 Fiddling with fonts and faces used to be very difficult, but these days
20225 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
20226 the face you want to alter, and alter it via the standard Customize
20227 interface.
20228
20229
20230 @node Compilation
20231 @section Compilation
20232 @cindex compilation
20233 @cindex byte-compilation
20234
20235 @findex gnus-compile
20236
20237 Remember all those line format specification variables?
20238 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
20239 on.  By default, T-gnus will use the byte-compiled codes of these
20240 variables and we can keep a slow-down to a minimum.  However, if you set
20241 @code{gnus-compile-user-specs} to @code{nil} (@code{t} by default),
20242 unfortunately, changing them will mean a quite significant slow-down.
20243 (The default values of these variables have byte-compiled functions
20244 associated with them, while the user-generated versions do not, of
20245 course.)
20246
20247 To help with this, you can run @kbd{M-x gnus-compile} after you've
20248 fiddled around with the variables and feel that you're (kind of)
20249 satisfied.  This will result in the new specs being byte-compiled, and
20250 you'll get top speed again.  Note that T-gnus will not save these
20251 compiled specs in the @file{.newsrc.eld} file.
20252
20253 @table @code
20254 @item gnus-compile-user-specs
20255 @vindex gnus-compile-user-specs
20256 If it is non-nil, the user-defined format specs will be byte-compiled
20257 automatically.  The default value of this variable is @code{t}.  It has
20258 an effect on the values of @code{gnus-*-line-format-spec}.
20259 @end table
20260
20261
20262 @node Mode Lines
20263 @section Mode Lines
20264 @cindex mode lines
20265
20266 @vindex gnus-updated-mode-lines
20267 @code{gnus-updated-mode-lines} says what buffers should keep their mode
20268 lines updated.  It is a list of symbols.  Supported symbols include
20269 @code{group}, @code{article}, @code{summary}, @code{server},
20270 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
20271 Gnus will keep that mode line updated with information that may be
20272 pertinent.  If this variable is @code{nil}, screen refresh may be
20273 quicker.
20274
20275 @cindex display-time
20276
20277 @vindex gnus-mode-non-string-length
20278 By default, Gnus displays information on the current article in the mode
20279 lines of the summary and article buffers.  The information Gnus wishes
20280 to display (e.g. the subject of the article) is often longer than the
20281 mode lines, and therefore have to be cut off at some point.  The
20282 @code{gnus-mode-non-string-length} variable says how long the other
20283 elements on the line is (i.e., the non-info part).  If you put
20284 additional elements on the mode line (e.g. a clock), you should modify
20285 this variable:
20286
20287 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
20288 @lisp
20289 (add-hook 'display-time-hook
20290           (lambda () (setq gnus-mode-non-string-length
20291                            (+ 21
20292                               (if line-number-mode 5 0)
20293                               (if column-number-mode 4 0)
20294                               (length display-time-string)))))
20295 @end lisp
20296
20297 If this variable is @code{nil} (which is the default), the mode line
20298 strings won't be chopped off, and they won't be padded either.  Note
20299 that the default is unlikely to be desirable, as even the percentage
20300 complete in the buffer may be crowded off the mode line; the user should
20301 configure this variable appropriately for her configuration.
20302
20303
20304 @node Highlighting and Menus
20305 @section Highlighting and Menus
20306 @cindex visual
20307 @cindex highlighting
20308 @cindex menus
20309
20310 @vindex gnus-visual
20311 The @code{gnus-visual} variable controls most of the Gnus-prettifying
20312 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
20313 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
20314 file.
20315
20316 This variable can be a list of visual properties that are enabled.  The
20317 following elements are valid, and are all included by default:
20318
20319 @table @code
20320 @item group-highlight
20321 Do highlights in the group buffer.
20322 @item summary-highlight
20323 Do highlights in the summary buffer.
20324 @item article-highlight
20325 Do highlights in the article buffer.
20326 @item highlight
20327 Turn on highlighting in all buffers.
20328 @item group-menu
20329 Create menus in the group buffer.
20330 @item summary-menu
20331 Create menus in the summary buffers.
20332 @item article-menu
20333 Create menus in the article buffer.
20334 @item browse-menu
20335 Create menus in the browse buffer.
20336 @item server-menu
20337 Create menus in the server buffer.
20338 @item score-menu
20339 Create menus in the score buffers.
20340 @item menu
20341 Create menus in all buffers.
20342 @end table
20343
20344 So if you only want highlighting in the article buffer and menus in all
20345 buffers, you could say something like:
20346
20347 @lisp
20348 (setq gnus-visual '(article-highlight menu))
20349 @end lisp
20350
20351 If you want highlighting only and no menus whatsoever, you'd say:
20352
20353 @lisp
20354 (setq gnus-visual '(highlight))
20355 @end lisp
20356
20357 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
20358 in all Gnus buffers.
20359
20360 Other general variables that influence the look of all buffers include:
20361
20362 @table @code
20363 @item gnus-mouse-face
20364 @vindex gnus-mouse-face
20365 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
20366 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
20367
20368 @end table
20369
20370 There are hooks associated with the creation of all the different menus:
20371
20372 @table @code
20373
20374 @item gnus-article-menu-hook
20375 @vindex gnus-article-menu-hook
20376 Hook called after creating the article mode menu.
20377
20378 @item gnus-group-menu-hook
20379 @vindex gnus-group-menu-hook
20380 Hook called after creating the group mode menu.
20381
20382 @item gnus-summary-menu-hook
20383 @vindex gnus-summary-menu-hook
20384 Hook called after creating the summary mode menu.
20385
20386 @item gnus-server-menu-hook
20387 @vindex gnus-server-menu-hook
20388 Hook called after creating the server mode menu.
20389
20390 @item gnus-browse-menu-hook
20391 @vindex gnus-browse-menu-hook
20392 Hook called after creating the browse mode menu.
20393
20394 @item gnus-score-menu-hook
20395 @vindex gnus-score-menu-hook
20396 Hook called after creating the score mode menu.
20397
20398 @end table
20399
20400
20401 @node Buttons
20402 @section Buttons
20403 @cindex buttons
20404 @cindex mouse
20405 @cindex click
20406
20407 Those new-fangled @dfn{mouse} contraptions is very popular with the
20408 young, hep kids who don't want to learn the proper way to do things
20409 these days.  Why, I remember way back in the summer of '89, when I was
20410 using Emacs on a Tops 20 system.  Three hundred users on one single
20411 machine, and every user was running Simula compilers.  Bah!
20412
20413 Right.
20414
20415 @vindex gnus-carpal
20416 Well, you can make Gnus display bufferfuls of buttons you can click to
20417 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
20418 really.  Tell the chiropractor I sent you.
20419
20420
20421 @table @code
20422
20423 @item gnus-carpal-mode-hook
20424 @vindex gnus-carpal-mode-hook
20425 Hook run in all carpal mode buffers.
20426
20427 @item gnus-carpal-button-face
20428 @vindex gnus-carpal-button-face
20429 Face used on buttons.
20430
20431 @item gnus-carpal-header-face
20432 @vindex gnus-carpal-header-face
20433 Face used on carpal buffer headers.
20434
20435 @item gnus-carpal-group-buffer-buttons
20436 @vindex gnus-carpal-group-buffer-buttons
20437 Buttons in the group buffer.
20438
20439 @item gnus-carpal-summary-buffer-buttons
20440 @vindex gnus-carpal-summary-buffer-buttons
20441 Buttons in the summary buffer.
20442
20443 @item gnus-carpal-server-buffer-buttons
20444 @vindex gnus-carpal-server-buffer-buttons
20445 Buttons in the server buffer.
20446
20447 @item gnus-carpal-browse-buffer-buttons
20448 @vindex gnus-carpal-browse-buffer-buttons
20449 Buttons in the browse buffer.
20450 @end table
20451
20452 All the @code{buttons} variables are lists.  The elements in these list
20453 are either cons cells where the @code{car} contains a text to be displayed and
20454 the @code{cdr} contains a function symbol, or a simple string.
20455
20456
20457 @node Daemons
20458 @section Daemons
20459 @cindex demons
20460 @cindex daemons
20461
20462 Gnus, being larger than any program ever written (allegedly), does lots
20463 of strange stuff that you may wish to have done while you're not
20464 present.  For instance, you may want it to check for new mail once in a
20465 while.  Or you may want it to close down all connections to all servers
20466 when you leave Emacs idle.  And stuff like that.
20467
20468 Gnus will let you do stuff like that by defining various
20469 @dfn{handlers}.  Each handler consists of three elements:  A
20470 @var{function}, a @var{time}, and an @var{idle} parameter.
20471
20472 Here's an example of a handler that closes connections when Emacs has
20473 been idle for thirty minutes:
20474
20475 @lisp
20476 (gnus-demon-close-connections nil 30)
20477 @end lisp
20478
20479 Here's a handler that scans for PGP headers every hour when Emacs is
20480 idle:
20481
20482 @lisp
20483 (gnus-demon-scan-pgp 60 t)
20484 @end lisp
20485
20486 This @var{time} parameter and than @var{idle} parameter work together
20487 in a strange, but wonderful fashion.  Basically, if @var{idle} is
20488 @code{nil}, then the function will be called every @var{time} minutes.
20489
20490 If @var{idle} is @code{t}, then the function will be called after
20491 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
20492 the function will never be called.  But once Emacs goes idle, the
20493 function will be called every @var{time} minutes.
20494
20495 If @var{idle} is a number and @var{time} is a number, the function will
20496 be called every @var{time} minutes only when Emacs has been idle for
20497 @var{idle} minutes.
20498
20499 If @var{idle} is a number and @var{time} is @code{nil}, the function
20500 will be called once every time Emacs has been idle for @var{idle}
20501 minutes.
20502
20503 And if @var{time} is a string, it should look like @samp{07:31}, and
20504 the function will then be called once every day somewhere near that
20505 time.  Modified by the @var{idle} parameter, of course.
20506
20507 @vindex gnus-demon-timestep
20508 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
20509 seconds.  This is 60 by default.  If you change that variable,
20510 all the timings in the handlers will be affected.)
20511
20512 So, if you want to add a handler, you could put something like this in
20513 your @file{.gnus.el} file:
20514
20515 @findex gnus-demon-add-handler
20516 @lisp
20517 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
20518 @end lisp
20519
20520 @findex gnus-demon-add-nocem
20521 @findex gnus-demon-add-scanmail
20522 @findex gnus-demon-add-rescan
20523 @findex gnus-demon-add-scan-timestamps
20524 @findex gnus-demon-add-disconnection
20525 Some ready-made functions to do this have been created:
20526 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
20527 @code{gnus-demon-add-nntp-close-connection},
20528 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
20529 @code{gnus-demon-add-scanmail}.  Just put those functions in your
20530 @file{.gnus.el} if you want those abilities.
20531
20532 @findex gnus-demon-init
20533 @findex gnus-demon-cancel
20534 @vindex gnus-demon-handlers
20535 If you add handlers to @code{gnus-demon-handlers} directly, you should
20536 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
20537 daemons, you can use the @code{gnus-demon-cancel} function.
20538
20539 Note that adding daemons can be pretty naughty if you over do it.  Adding
20540 functions that scan all news and mail from all servers every two seconds
20541 is a sure-fire way of getting booted off any respectable system.  So
20542 behave.
20543
20544
20545 @node NoCeM
20546 @section NoCeM
20547 @cindex nocem
20548 @cindex spam
20549
20550 @dfn{Spamming} is posting the same article lots and lots of times.
20551 Spamming is bad.  Spamming is evil.
20552
20553 Spamming is usually canceled within a day or so by various anti-spamming
20554 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
20555 NoCeM is pronounced ``no see-'em'', and means what the name
20556 implies---these are messages that make the offending articles, like, go
20557 away.
20558
20559 What use are these NoCeM messages if the articles are canceled anyway?
20560 Some sites do not honor cancel messages and some sites just honor cancels
20561 from a select few people.  Then you may wish to make use of the NoCeM
20562 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
20563
20564 Gnus can read and parse the messages in this group automatically, and
20565 this will make spam disappear.
20566
20567 There are some variables to customize, of course:
20568
20569 @table @code
20570 @item gnus-use-nocem
20571 @vindex gnus-use-nocem
20572 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
20573 by default.
20574
20575 @item gnus-nocem-groups
20576 @vindex gnus-nocem-groups
20577 Gnus will look for NoCeM messages in the groups in this list.  The
20578 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
20579 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
20580
20581 @item gnus-nocem-issuers
20582 @vindex gnus-nocem-issuers
20583 There are many people issuing NoCeM messages.  This list says what
20584 people you want to listen to.  The default is @code{("Automoose-1"
20585 "clewis@@ferret.ocunix.on.ca" "cosmo.roadkill" "SpamHippo"
20586 "hweede@@snafu.de")}; fine, upstanding citizens all of them.
20587
20588 Known despammers that you can put in this list are listed at
20589 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
20590
20591 You do not have to heed NoCeM messages from all these people---just the
20592 ones you want to listen to.  You also don't have to accept all NoCeM
20593 messages from the people you like.  Each NoCeM message has a @dfn{type}
20594 header that gives the message a (more or less, usually less) rigorous
20595 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
20596 @samp{binary}, and @samp{troll}.  To specify this, you have to use
20597 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
20598 Each condition is either a string (which is a regexp that matches types
20599 you want to use) or a list on the form @code{(not @var{string})}, where
20600 @var{string} is a regexp that matches types you don't want to use.
20601
20602 For instance, if you want all NoCeM messages from Chris Lewis except his
20603 @samp{troll} messages, you'd say:
20604
20605 @lisp
20606 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
20607 @end lisp
20608
20609 On the other hand, if you just want nothing but his @samp{spam} and
20610 @samp{spew} messages, you'd say:
20611
20612 @lisp
20613 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
20614 @end lisp
20615
20616 The specs are applied left-to-right.
20617
20618
20619 @item gnus-nocem-verifyer
20620 @vindex gnus-nocem-verifyer
20621 @findex mc-verify
20622 This should be a function for verifying that the NoCeM issuer is who she
20623 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
20624 function.  If this is too slow and you don't care for verification
20625 (which may be dangerous), you can set this variable to @code{nil}.
20626
20627 If you want signed NoCeM messages to be verified and unsigned messages
20628 not to be verified (but used anyway), you could do something like:
20629
20630 @lisp
20631 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
20632
20633 (defun my-gnus-mc-verify ()
20634   (not (eq 'forged
20635            (ignore-errors
20636              (if (mc-verify)
20637                  t
20638                'forged)))))
20639 @end lisp
20640
20641 This might be dangerous, though.
20642
20643 @item gnus-nocem-directory
20644 @vindex gnus-nocem-directory
20645 This is where Gnus will store its NoCeM cache files.  The default is
20646 @file{~/News/NoCeM/}.
20647
20648 @item gnus-nocem-expiry-wait
20649 @vindex gnus-nocem-expiry-wait
20650 The number of days before removing old NoCeM entries from the cache.
20651 The default is 15.  If you make it shorter Gnus will be faster, but you
20652 might then see old spam.
20653
20654 @item gnus-nocem-check-from
20655 @vindex gnus-nocem-check-from
20656 Non-@code{nil} means check for valid issuers in message bodies.
20657 Otherwise don't bother fetching articles unless their author matches a
20658 valid issuer; that is much faster if you are selective about the
20659 issuers.
20660
20661 @item gnus-nocem-check-article-limit
20662 @vindex gnus-nocem-check-article-limit
20663 If non-@code{nil}, the maximum number of articles to check in any NoCeM
20664 group.  NoCeM groups can be huge and very slow to process.
20665
20666 @end table
20667
20668 Using NoCeM could potentially be a memory hog.  If you have many living
20669 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
20670 big.  If this is a problem, you should kill off all (or most) of your
20671 unsubscribed groups (@pxref{Subscription Commands}).
20672
20673
20674 @node Undo
20675 @section Undo
20676 @cindex undo
20677
20678 It is very useful to be able to undo actions one has done.  In normal
20679 Emacs buffers, it's easy enough---you just push the @code{undo} button.
20680 In Gnus buffers, however, it isn't that simple.
20681
20682 The things Gnus displays in its buffer is of no value whatsoever to
20683 Gnus---it's all just data designed to look nice to the user.
20684 Killing a group in the group buffer with @kbd{C-k} makes the line
20685 disappear, but that's just a side-effect of the real action---the
20686 removal of the group in question from the internal Gnus structures.
20687 Undoing something like that can't be done by the normal Emacs
20688 @code{undo} function.
20689
20690 Gnus tries to remedy this somewhat by keeping track of what the user
20691 does and coming up with actions that would reverse the actions the user
20692 takes.  When the user then presses the @code{undo} key, Gnus will run
20693 the code to reverse the previous action, or the previous actions.
20694 However, not all actions are easily reversible, so Gnus currently offers
20695 a few key functions to be undoable.  These include killing groups,
20696 yanking groups, and changing the list of read articles of groups.
20697 That's it, really.  More functions may be added in the future, but each
20698 added function means an increase in data to be stored, so Gnus will
20699 never be totally undoable.
20700
20701 @findex gnus-undo-mode
20702 @vindex gnus-use-undo
20703 @findex gnus-undo
20704 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
20705 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
20706 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
20707 command, which should feel kinda like the normal Emacs @code{undo}
20708 command.
20709
20710
20711 @node Predicate Specifiers
20712 @section Predicate Specifiers
20713 @cindex predicate specifiers
20714
20715 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
20716 form that allows flexible specification of predicates without having
20717 to type all that much.
20718
20719 These specifiers are lists consisting of functions, symbols and lists.
20720
20721 Here's an example:
20722
20723 @lisp
20724 (or gnus-article-unseen-p
20725     gnus-article-unread-p)
20726 @end lisp
20727
20728 The available symbols are @code{or}, @code{and} and @code{not}.  The
20729 functions all take one parameter.
20730
20731 @findex gnus-make-predicate
20732 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
20733 to create a function that can be called.  This input parameter to this
20734 function will be passed along to all the functions in the predicate
20735 specifier.
20736
20737
20738 @node Moderation
20739 @section Moderation
20740 @cindex moderation
20741
20742 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
20743 It is not included in the standard Gnus package.  Write a mail to
20744 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
20745 get a copy.
20746
20747 The moderation package is implemented as a minor mode for summary
20748 buffers.  Put
20749
20750 @lisp
20751 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
20752 @end lisp
20753
20754 in your @file{.gnus.el} file.
20755
20756 If you are the moderator of @samp{rec.zoofle}, this is how it's
20757 supposed to work:
20758
20759 @enumerate
20760 @item
20761 You split your incoming mail by matching on
20762 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
20763 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
20764
20765 @item
20766 You enter that group once in a while and post articles using the @kbd{e}
20767 (edit-and-post) or @kbd{s} (just send unedited) commands.
20768
20769 @item
20770 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
20771 articles that weren't approved by you, you can cancel them with the
20772 @kbd{c} command.
20773 @end enumerate
20774
20775 To use moderation mode in these two groups, say:
20776
20777 @lisp
20778 (setq gnus-moderated-list
20779       "^nnml:rec.zoofle$\\|^rec.zoofle$")
20780 @end lisp
20781
20782
20783 @node Image Enhancements
20784 @section Image Enhancements
20785
20786 XEmacs, as well as Emacs 21, is able to display pictures and stuff, so
20787 Gnus has taken advantage of that.
20788
20789 @menu
20790 * Picons::                      How to display pictures of what you're reading.
20791 * Smileys::                     Show all those happy faces the way they were meant to be shown.
20792 * X-Face::                      Display a funky, teensy black-and-white image.
20793 * XVarious::                    Other XEmacsy Gnusey variables.
20794 @end menu
20795
20796
20797 @node Picons
20798 @subsection Picons
20799
20800 @iftex
20801 @iflatex
20802 \include{picons}
20803 @end iflatex
20804 @end iftex
20805
20806 So@dots{}  You want to slow down your news reader even more!  This is a
20807 good way to do so.  Its also a great way to impress people staring
20808 over your shoulder as you read news.
20809
20810 What are Picons?  To quote directly from the Picons Web site:
20811
20812 @iftex
20813 @iflatex
20814 \margindex{}
20815 @end iflatex
20816 @end iftex
20817
20818 @quotation
20819 @dfn{Picons} is short for ``personal icons''.  They're small,
20820 constrained images used to represent users and domains on the net,
20821 organized into databases so that the appropriate image for a given
20822 e-mail address can be found.  Besides users and domains, there are picon
20823 databases for Usenet newsgroups and weather forecasts.  The picons are
20824 in either monochrome @code{XBM} format or color @code{XPM} and
20825 @code{GIF} formats.
20826 @end quotation
20827
20828 @vindex gnus-picon-databases
20829 For instructions on obtaining and installing the picons databases,
20830 point your Web browser at
20831 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
20832
20833 If you are using Debian GNU/Linux, saying @samp{apt-get install
20834 picons.*} will install the picons where Gnus can find them.
20835
20836 To enable displaying picons, simply make sure that
20837 @code{gnus-picon-databases} points to the directory containing the
20838 Picons databases.
20839
20840 The following variables offer control over where things are located.
20841
20842 @table @code
20843
20844 @item gnus-picon-databases
20845 @vindex gnus-picon-databases
20846 The location of the picons database.  This is a list of directories
20847 containing the @file{news}, @file{domains}, @file{users} (and so on)
20848 subdirectories.  Defaults to @code{("/usr/lib/picon"
20849 "/usr/local/faces")}.
20850
20851 @item gnus-picon-news-directories
20852 @vindex gnus-picon-news-directories
20853 List of subdirectories to search in @code{gnus-picon-databases} for
20854 newsgroups faces.  @code{("news")} is the default.
20855
20856 @item gnus-picon-user-directories
20857 @vindex gnus-picon-user-directories
20858 List of subdirectories to search in @code{gnus-picon-databases} for user
20859 faces.  @code{("users" "usenix" "local" "misc")} is the default.
20860
20861 @item gnus-picon-domain-directories
20862 @vindex gnus-picon-domain-directories
20863 List of subdirectories to search in @code{gnus-picon-databases} for
20864 domain name faces.  Defaults to @code{("domains")}.  Some people may
20865 want to add @samp{"unknown"} to this list.
20866
20867 @item gnus-picon-file-types
20868 @vindex gnus-picon-file-types
20869 Ordered list of suffixes on picon file names to try.  Defaults to
20870 @code{("xpm" "gif" "xbm")} minus those not builtin your Emacs.
20871
20872 @end table
20873
20874 @node Smileys
20875 @subsection Smileys
20876 @cindex smileys
20877
20878 @iftex
20879 @iflatex
20880 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
20881 \input{smiley}
20882 @end iflatex
20883 @end iftex
20884
20885 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
20886 currently the only package that uses Smiley, it is documented here.
20887
20888 In short---to use Smiley in Gnus, put the following in your
20889 @file{.gnus.el} file:
20890
20891 @lisp
20892 (setq gnus-treat-display-smileys t)
20893 @end lisp
20894
20895 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
20896 the like---to pictures and displays those instead of the text smiley
20897 faces.  The conversion is controlled by a list of regexps that matches
20898 text and maps that to file names.
20899
20900 @vindex smiley-regexp-alist
20901 The alist used is specified by the @code{smiley-regexp-alist}
20902 variable.  The first item in each element is the regexp to be matched;
20903 the second element is the regexp match group that is to be replaced by
20904 the picture; and the third element is the name of the file to be
20905 displayed.
20906
20907 The following variables customize where Smiley will look for these
20908 files:
20909
20910 @table @code
20911
20912 @item smiley-data-directory
20913 @vindex smiley-data-directory
20914 Where Smiley will look for smiley faces files.
20915
20916 @item gnus-smiley-file-types
20917 @vindex gnus-smiley-file-types
20918 List of suffixes on smiley file names to try.
20919
20920 @end table
20921
20922
20923 @node X-Face
20924 @subsection X-Face
20925 @cindex x-face
20926
20927 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
20928 depth) image that's supposed to represent the author of the message.
20929 It seems to be supported by an ever-growing number of mail and news
20930 readers.
20931
20932 @cindex x-face
20933 @findex gnus-article-display-x-face
20934 @findex gnus-article-x-face-command
20935 @vindex gnus-article-x-face-command
20936 @vindex gnus-article-x-face-too-ugly
20937 @iftex
20938 @iflatex
20939 \include{xface}
20940 @end iflatex
20941 @end iftex
20942 @c @anchor{X-Face}
20943
20944 Decoding an @code{X-Face} header either requires an Emacs that has
20945 @samp{compface} support (which most XEmacs versions has), or that you
20946 have @samp{compface} installed on your system.  If either is true,
20947 Gnus will default to displaying @code{X-Face} headers.
20948
20949 The variable that controls this is the
20950 @code{gnus-article-x-face-command} variable.  If this variable is a
20951 string, this string will be executed in a sub-shell.  If it is a
20952 function, this function will be called with the face as the argument.
20953 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
20954 the @code{From} header, the face will not be shown.
20955
20956 The default action under Emacs 20 is to fork off the @code{display}
20957 program@footnote{@code{display} is from the ImageMagick package.  For
20958 the @code{uncompface} and @code{icontopbm} programs look for a package
20959 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
20960 view the face.
20961
20962 Under XEmacs or Emacs 21+ with suitable image support, the default
20963 action is to display the face before the @code{From} header.  (It's
20964 nicer if XEmacs has been compiled with @code{X-Face} support---that
20965 will make display somewhat faster.  If there's no native @code{X-Face}
20966 support, Gnus will try to convert the @code{X-Face} header using
20967 external programs from the @code{pbmplus} package and
20968 friends.@footnote{On a GNU/Linux system look for packages with names
20969 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
20970
20971 (Note: @code{x-face} is used in the variable/function names, not
20972 @code{xface}).
20973
20974 Gnus provides a few convenience functions and variables to allow
20975 easier insertion of X-Face headers in outgoing messages.
20976
20977 @findex gnus-random-x-face
20978 @vindex gnus-convert-pbm-to-x-face-command
20979 @vindex gnus-x-face-directory
20980 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
20981 @code{gnus-x-face-directory} and picks one at random, and then
20982 converts it to the X-Face format by using the
20983 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
20984 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
20985 header data as a string.
20986
20987 @findex gnus-insert-random-x-face-header
20988 @code{gnus-insert-random-x-face-header} calls
20989 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
20990 randomly generated data.
20991
20992 @findex gnus-x-face-from-file
20993 @vindex gnus-convert-image-to-x-face-command
20994 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
20995 converts the file to X-Face format by using the
20996 @code{gnus-convert-image-to-x-face-command} shell command.
20997
20998 Here's how you would typically use the first function.  Put something
20999 like the following in your @file{.gnus.el} file:
21000
21001 @lisp
21002 (setq message-required-news-headers
21003       (nconc message-required-news-headers
21004              (list '(X-Face . gnus-random-x-face))))
21005 @end lisp
21006
21007 Using the last function would be something like this:
21008
21009 @lisp
21010 (setq message-required-news-headers
21011       (nconc message-required-news-headers
21012              (list '(X-Face . (lambda ()
21013                                 (gnus-x-face-from-file
21014                                  "~/My-face.gif"))))))
21015 @end lisp
21016
21017
21018 @node XVarious
21019 @subsection Various XEmacs Variables
21020
21021 @table @code
21022 @item gnus-xmas-glyph-directory
21023 @vindex gnus-xmas-glyph-directory
21024 This is where Gnus will look for pictures.  Gnus will normally
21025 auto-detect this directory, but you may set it manually if you have an
21026 unusual directory structure.
21027
21028 @item gnus-xmas-logo-color-alist
21029 @vindex gnus-xmas-logo-color-alist
21030 This is an alist where the key is a type symbol and the values are the
21031 foreground and background color of the splash page glyph.
21032
21033 @item gnus-xmas-logo-color-style
21034 @vindex gnus-xmas-logo-color-style
21035 This is the key used to look up the color in the alist described above.
21036 Valid values include @code{flame}, @code{pine}, @code{moss},
21037 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21038 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21039
21040 @item gnus-xmas-modeline-glyph
21041 @vindex gnus-xmas-modeline-glyph
21042 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21043 default.
21044
21045 @end table
21046
21047 @subsubsection Toolbar
21048
21049 @table @code
21050
21051 @item gnus-use-toolbar
21052 @vindex gnus-use-toolbar
21053 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21054 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21055 @code{right-toolbar}, or @code{left-toolbar}.
21056
21057 @item gnus-group-toolbar
21058 @vindex gnus-group-toolbar
21059 The toolbar in the group buffer.
21060
21061 @item gnus-summary-toolbar
21062 @vindex gnus-summary-toolbar
21063 The toolbar in the summary buffer.
21064
21065 @item gnus-summary-mail-toolbar
21066 @vindex gnus-summary-mail-toolbar
21067 The toolbar in the summary buffer of mail groups.
21068
21069 @end table
21070
21071 @iftex
21072 @iflatex
21073 \margindex{}
21074 @end iflatex
21075 @end iftex
21076
21077
21078 @node Fuzzy Matching
21079 @section Fuzzy Matching
21080 @cindex fuzzy matching
21081
21082 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
21083 things like scoring, thread gathering and thread comparison.
21084
21085 As opposed to regular expression matching, fuzzy matching is very fuzzy.
21086 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
21087 means, and the implementation has changed over time.
21088
21089 Basically, it tries to remove all noise from lines before comparing.
21090 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
21091 out of the strings before comparing the results.  This often leads to
21092 adequate results---even when faced with strings generated by text
21093 manglers masquerading as newsreaders.
21094
21095
21096 @node Thwarting Email Spam
21097 @section Thwarting Email Spam
21098 @cindex email spam
21099 @cindex spam
21100 @cindex UCE
21101 @cindex unsolicited commercial email
21102
21103 In these last days of the Usenet, commercial vultures are hanging about
21104 and grepping through news like crazy to find email addresses they can
21105 foist off their scams and products to.  As a reaction to this, many
21106 people have started putting nonsense addresses into their @code{From}
21107 lines.  I think this is counterproductive---it makes it difficult for
21108 people to send you legitimate mail in response to things you write, as
21109 well as making it difficult to see who wrote what.  This rewriting may
21110 perhaps be a bigger menace than the unsolicited commercial email itself
21111 in the end.
21112
21113 The biggest problem I have with email spam is that it comes in under
21114 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
21115 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
21116 mail group, only to find two pyramid schemes, seven advertisements
21117 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
21118 and one mail asking me to repent and find some god.
21119
21120 This is annoying.  Here's what you can do about it.
21121
21122 @menu
21123 * The problem of spam::         Some background, and some solutions
21124 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
21125 * SpamAssassin::                How to use external anti-spam tools.
21126 * Hashcash::                    Reduce spam by burning CPU time.
21127 * Filtering Spam Using The Spam ELisp Package::  
21128 * Filtering Spam Using Statistics with spam-stat::  
21129 @end menu
21130
21131 @node The problem of spam
21132 @subsection The problem of spam
21133 @cindex email spam
21134 @cindex spam filtering approaches
21135 @cindex filtering approaches, spam
21136 @cindex UCE
21137 @cindex unsolicited commercial email
21138
21139 First, some background on spam.
21140
21141 If you have access to e-mail, you are familiar with spam (technically
21142 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it exists
21143 because e-mail delivery is very cheap compared to paper mail, so only
21144 a very small percentage of people need to respond to an UCE to make it
21145 worthwhile to the advertiser.  Ironically, one of the most common
21146 spams is the one offering a database of e-mail addresses for further
21147 spamming.  Senders of spam are usually called @emph{spammers}, but terms like
21148 @emph{vermin}, @emph{scum}, and @emph{morons} are in common use as well.
21149
21150 Spam comes from a wide variety of sources.  It is simply impossible to
21151 dispose of all spam without discarding useful messages.  A good
21152 example is the TMDA system, which requires senders
21153 unknown to you to confirm themselves as legitimate senders before
21154 their e-mail can reach you.  Without getting into the technical side
21155 of TMDA, a downside is clearly that e-mail from legitimate sources may
21156 be discarded if those sources can't or won't confirm themselves
21157 through the TMDA system.  Another problem with TMDA is that it
21158 requires its users to have a basic understanding of e-mail delivery
21159 and processing.
21160
21161 The simplest approach to filtering spam is filtering.  If you get 200
21162 spam messages per day from @samp{random-address@@vmadmin.com}, you
21163 block @samp{vmadmin.com}.  If you get 200 messages about
21164 @samp{VIAGRA}, you discard all messages with @samp{VIAGRA} in the
21165 message.  This, unfortunately, is a great way to discard legitimate
21166 e-mail.  For instance, the very informative and useful RISKS digest
21167 has been blocked by overzealous mail filters because it
21168 @strong{contained} words that were common in spam messages.
21169 Nevertheless, in isolated cases, with great care, direct filtering of
21170 mail can be useful.
21171
21172 Another approach to filtering e-mail is the distributed spam
21173 processing, for instance DCC implements such a system.  In essence,
21174 @code{N} systems around the world agree that a machine @samp{X} in
21175 China, Ghana, or California is sending out spam e-mail, and these
21176 @code{N} systems enter @samp{X} or the spam e-mail from @samp{X} into
21177 a database.  The criteria for spam detection vary - it may be the
21178 number of messages sent, the content of the messages, and so on.  When
21179 a user of the distributed processing system wants to find out if a
21180 message is spam, he consults one of those @code{N} systems.
21181
21182 Distributed spam processing works very well against spammers that send
21183 a large number of messages at once, but it requires the user to set up
21184 fairly complicated checks.  There are commercial and free distributed
21185 spam processing systems.  Distributed spam processing has its risks as
21186 well.  For instance legitimate e-mail senders have been accused of
21187 sending spam, and their web sites have been shut down for some time
21188 because of the incident.
21189
21190 The statistical approach to spam filtering is also popular.  It is
21191 based on a statistical analysis of previous spam messages.  Usually
21192 the analysis is a simple word frequency count, with perhaps pairs of
21193 words or 3-word combinations thrown into the mix.  Statistical
21194 analysis of spam works very well in most of the cases, but it can
21195 classify legitimate e-mail as spam in some cases.  It takes time to
21196 run the analysis, the full message must be analyzed, and the user has
21197 to store the database of spam analyses.
21198
21199 @node Anti-Spam Basics
21200 @subsection Anti-Spam Basics
21201 @cindex email spam
21202 @cindex spam
21203 @cindex UCE
21204 @cindex unsolicited commercial email
21205
21206 One way of dealing with spam is having Gnus split out all spam into a
21207 @samp{spam} mail group (@pxref{Splitting Mail}).
21208
21209 First, pick one (1) valid mail address that you can be reached at, and
21210 put it in your @code{From} header of all your news articles.  (I've
21211 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
21212 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
21213 sysadmin whether your sendmail installation accepts keywords in the local
21214 part of the mail address.)
21215
21216 @lisp
21217 (setq message-default-news-headers
21218       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
21219 @end lisp
21220
21221 Then put the following split rule in @code{nnmail-split-fancy}
21222 (@pxref{Fancy Mail Splitting}):
21223
21224 @lisp
21225 (
21226  ...
21227  (to "larsi@@trym.ifi.uio.no"
21228       (| ("subject" "re:.*" "misc")
21229          ("references" ".*@@.*" "misc")
21230          "spam"))
21231  ...
21232 )
21233 @end lisp
21234
21235 This says that all mail to this address is suspect, but if it has a
21236 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
21237 header, it's probably ok.  All the rest goes to the @samp{spam} group.
21238 (This idea probably comes from Tim Pierce.)
21239
21240 In addition, many mail spammers talk directly to your @sc{smtp} server
21241 and do not include your email address explicitly in the @code{To}
21242 header.  Why they do this is unknown---perhaps it's to thwart this
21243 thwarting scheme?  In any case, this is trivial to deal with---you just
21244 put anything not addressed to you in the @samp{spam} group by ending
21245 your fancy split rule in this way:
21246
21247 @lisp
21248 (
21249  ...
21250  (to "larsi" "misc")
21251  "spam")
21252 @end lisp
21253
21254 In my experience, this will sort virtually everything into the right
21255 group.  You still have to check the @samp{spam} group from time to time to
21256 check for legitimate mail, though.  If you feel like being a good net
21257 citizen, you can even send off complaints to the proper authorities on
21258 each unsolicited commercial email---at your leisure.
21259
21260 If you are also a lazy net citizen, you will probably prefer complaining
21261 automatically with the @file{gnus-junk.el} package, available FOR FREE
21262 at @* @uref{http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html}.
21263 Since most e-mail spam is sent automatically, this may reconcile the
21264 cosmic balance somewhat.
21265
21266 This works for me.  It allows people an easy way to contact me (they can
21267 just press @kbd{r} in the usual way), and I'm not bothered at all with
21268 spam.  It's a win-win situation.  Forging @code{From} headers to point
21269 to non-existent domains is yucky, in my opinion.
21270
21271
21272
21273 @node SpamAssassin
21274 @subsection SpamAssassin, Vipul's Razor, DCC, etc
21275 @cindex SpamAssassin
21276 @cindex Vipul's Razor
21277 @cindex DCC
21278
21279 The days where the hints in the previous section was sufficient in
21280 avoiding spam is coming to an end.  There are many tools out there
21281 that claim to reduce the amount of spam you get.  This section could
21282 easily become outdated fast, as new products replace old, but
21283 fortunately most of these tools seem to have similar interfaces.  Even
21284 though this section will use SpamAssassin as an example, it should be
21285 easy to adapt it to most other tools.
21286
21287 If the tool you are using is not installed on the mail server, you
21288 need to invoke it yourself.  Ideas on how to use the
21289 @code{:postscript} mail source parameter (@pxref{Mail Source
21290 Specifiers}) follows.
21291
21292 @lisp
21293 (setq mail-sources
21294       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
21295         (pop :user "jrl"
21296              :server "pophost"
21297              :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
21298 @end lisp
21299
21300 Once you managed to process your incoming spool somehow, thus making
21301 the mail contain e.g. a header indicating it is spam, you are ready to
21302 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
21303
21304 @lisp
21305 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
21306                              ...))
21307 @end lisp
21308
21309 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
21310
21311 @lisp
21312 (setq nnmail-split-methods 'nnmail-split-fancy
21313       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
21314                              ...))
21315 @end lisp
21316
21317 Some people might not like the idea of piping the mail through various
21318 programs using a @code{:prescript} (if some program is buggy, you
21319 might lose all mail).  If you are one of them, another solution is to
21320 call the external tools during splitting.  Example fancy split method:
21321
21322 @lisp
21323 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
21324                              ...))
21325 (defun kevin-spamassassin ()
21326   (save-excursion
21327     (let ((buf (or (get-buffer " *nnmail incoming*")
21328                    (get-buffer " *nnml move*"))))
21329       (if (not buf)
21330           (progn (message "Oops, cannot find message buffer") nil)
21331         (set-buffer buf)
21332         (if (eq 1 (call-process-region (point-min) (point-max)
21333                                        "spamc" nil nil nil "-c"))
21334             "spam")))))
21335 @end lisp
21336
21337 That is about it.  As some spam is likely to get through anyway, you
21338 might want to have a nifty function to call when you happen to read
21339 spam.  And here is the nifty function:
21340
21341 @lisp
21342  (defun my-gnus-raze-spam ()
21343   "Submit SPAM to Vipul's Razor, then mark it as expirable."
21344   (interactive)
21345   (gnus-summary-show-raw-article)
21346   (gnus-summary-save-in-pipe "razor-report -f -d")
21347   (gnus-summary-mark-as-expirable 1))
21348 @end lisp
21349
21350 @node Hashcash
21351 @subsection Hashcash
21352 @cindex hashcash
21353
21354 A novel technique to fight spam is to require senders to do something
21355 costly for each message they send.  This has the obvious drawback that
21356 you cannot rely on that everyone in the world uses this technique,
21357 since it is not part of the Internet standards, but it may be useful
21358 in smaller communities.
21359
21360 While the tools in the previous section work well in practice, they
21361 work only because the tools are constantly maintained and updated as
21362 new form of spam appears.  This means that a small percentage of spam
21363 will always get through.  It also means that somewhere, someone needs
21364 to read lots of spam to update these tools.  Hashcash avoids that, but
21365 instead requires that everyone you communicate with supports the
21366 scheme.  You can view the two approaches as pragmatic vs dogmatic.
21367 The approaches have their own advantages and disadvantages, but as
21368 often in the real world, a combination of them is stronger than either
21369 one of them separately.
21370
21371 @cindex X-Hashcash
21372 The ``something costly'' is to burn CPU time, more specifically to
21373 compute a hash collision up to a certain number of bits.  The
21374 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
21375 header. For more details, and for the external application
21376 @code{hashcash} you need to install to use this feature, see
21377 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
21378 information can be found at @uref{http://www.camram.org/}.
21379
21380 If you wish to call hashcash for each message you send, say something
21381 like:
21382
21383 @lisp
21384 (require 'hashcash)
21385 (add-hook 'message-send-hook 'mail-add-payment)
21386 @end lisp
21387
21388 The @code{hashcash.el} library can be found at
21389 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}, or in the Gnus
21390 development contrib directory.
21391
21392 You will need to set up some additional variables as well:
21393
21394 @table @code
21395
21396 @item hashcash-default-payment
21397 @vindex hashcash-default-payment
21398 This variable indicates the default number of bits the hash collision
21399 should consist of.  By default this is 0, meaning nothing will be
21400 done.  Suggested useful values include 17 to 29.
21401
21402 @item hashcash-payment-alist
21403 @vindex hashcash-payment-alist
21404 Some receivers may require you to spend burn more CPU time than the
21405 default.  This variable contains a list of @samp{(@var{addr}
21406 @var{amount})} cells, where @var{addr} is the receiver (email address
21407 or newsgroup) and @var{amount} is the number of bits in the collision
21408 that is needed.  It can also contain @samp{(@var{addr} @var{string}
21409 @var{amount})} cells, where the @var{string} is the string to use
21410 (normally the email address or newsgroup name is used).
21411
21412 @item hashcash
21413 @vindex hashcash
21414 Where the @code{hashcash} binary is installed.
21415
21416 @end table
21417
21418 Currently there is no built in functionality in Gnus to verify
21419 hashcash cookies, it is expected that this is performed by your hand
21420 customized mail filtering scripts.  Improvements in this area would be
21421 a useful contribution, however.
21422
21423 @node Filtering Spam Using The Spam ELisp Package
21424 @subsection Filtering Spam Using The Spam ELisp Package
21425 @cindex spam filtering
21426 @cindex spam
21427
21428 The idea behind @code{spam.el} is to have a control center for spam detection
21429 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
21430 filters incoming mail, and it analyzes mail known to be spam or ham.
21431 @emph{Ham} is the name used throughout @code{spam.el} to indicate
21432 non-spam messages.
21433
21434 So, what happens when you load @code{spam.el}?  First of all, you get
21435 the following keyboard commands:
21436
21437 @table @kbd
21438
21439 @item M-d
21440 @itemx M s x
21441 @itemx S x
21442 @kindex M-d
21443 @kindex S x
21444 @kindex M s x
21445 @findex gnus-summary-mark-as-spam
21446 @code{gnus-summary-mark-as-spam}.
21447
21448 Mark current article as spam, showing it with the @samp{$} mark.
21449 Whenever you see a spam article, make sure to mark its summary line
21450 with @kbd{M-d} before leaving the group.  This is done automatically
21451 for unread articles in @emph{spam} groups.
21452
21453 @item M s t
21454 @itemx S t
21455 @kindex M s t
21456 @kindex S t
21457 @findex spam-bogofilter-score
21458 @code{spam-bogofilter-score}.
21459
21460 You must have Bogofilter installed for that command to work properly.
21461
21462 @xref{Bogofilter}.
21463
21464 @end table
21465
21466 Also, when you load @code{spam.el}, you will be able to customize its
21467 variables.  Try @code{customize-group} on the @samp{spam} variable
21468 group.
21469
21470 The concepts of ham processors and spam processors are very important.
21471 Ham processors and spam processors for a group can be set with the
21472 @code{spam-process} group parameter, or the
21473 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
21474 mail known to be non-spam (@emph{ham}) and process it in some way so
21475 that later similar mail will also be considered non-spam.  Spam
21476 processors take mail known to be spam and process it so similar spam
21477 will be detected later.
21478
21479 Gnus learns from the spam you get.  You have to collect your spam in
21480 one or more spam groups, and set or customize the variable
21481 @code{spam-junk-mailgroups} as appropriate.  You can also declare
21482 groups to contain spam by setting their group parameter
21483 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
21484 by customizing the corresponding variable
21485 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
21486 parameter and the @code{gnus-spam-newsgroup-contents} variable can
21487 also be used to declare groups as @emph{ham} groups if you set their
21488 classification to @code{gnus-group-spam-classification-ham}.  If
21489 groups are not classified by means of @code{spam-junk-mailgroups},
21490 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
21491 considered @emph{unclassified}.  All groups are unclassified by
21492 default.
21493
21494 In spam groups, all messages are considered to be spam by default:
21495 they get the @samp{$} mark when you enter the group.  You must review
21496 these messages from time to time and remove the @samp{$} mark for
21497 every message that is not spam after all.  To remove the @samp{$}
21498 mark, you can use @kbd{M-u} to ``unread'' the article, or @kbd{d} for
21499 declaring it read the non-spam way.  When you leave a group, all
21500 spam-marked (@samp{$}) articles are sent to a spam processor which
21501 will study them as spam samples.
21502
21503 Messages may also be deleted in various other ways, and unless
21504 @code{spam-ham-marks} gets overridden below, marks @samp{R} and
21505 @samp{r} for default read or explicit delete, marks @samp{X} and
21506 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
21507 low scores, are all considered to be associated with articles which
21508 are not spam.  This assumption might be false, in particular if you
21509 use kill files or score files as means for detecting genuine spam, you
21510 should then adjust the @code{spam-ham-marks} variable.
21511
21512 @defvar spam-ham-marks
21513 You can customize this variable to be the list of marks you want to
21514 consider ham.  By default, the list contains the deleted, read,
21515 killed, kill-filed, and low-score marks.
21516 @end defvar
21517
21518 @defvar spam-spam-marks
21519 You can customize this variable to be the list of marks you want to
21520 consider spam.  By default, the list contains only the spam mark.
21521 @end defvar
21522
21523 When you leave @emph{any} group, regardless of its
21524 @code{spam-contents} classification, all spam-marked articles are sent
21525 to a spam processor, which will study these as spam samples.  If you
21526 explicit kill a lot, you might sometimes end up with articles marked
21527 @samp{K} which you never saw, and which might accidentally contain
21528 spam.  Best is to make sure that real spam is marked with @samp{$},
21529 and nothing else.
21530
21531 When you leave a @emph{spam} group, all spam-marked articles are
21532 marked as expired after processing with the spam processor.  This is
21533 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
21534 @strong{ham} articles in a spam group will be moved to a location
21535 determined by either the @code{ham-process-destination} group
21536 parameter or a match in the @code{gnus-ham-process-destinations}
21537 variable, which is a list of regular expressions matched with group
21538 names (it's easiest to customize this variable with
21539 @code{customize-variable gnus-ham-process-destinations}).  The ultimate
21540 location is a group name.  If the @code{ham-process-destination}
21541 parameter is not set, spam articles are only expired.
21542
21543 When you leave a @emph{ham} group, all ham-marked articles are sent to
21544 a ham processor, which will study these as non-spam samples.
21545
21546 When you leave a @emph{ham} or @emph{unclassified} group, all
21547 @strong{spam} articles are moved to a location determined by either
21548 the @code{spam-process-destination} group parameter or a match in the
21549 @code{gnus-spam-process-destinations} variable, which is a list of
21550 regular expressions matched with group names (it's easiest to
21551 customize this variable with @code{customize-variable
21552 gnus-spam-process-destinations}).  The ultimate location is a group
21553 name.  If the @code{spam-process-destination} parameter is not set,
21554 the spam articles are only expired.
21555
21556 To use the @code{spam.el} facilities for incoming mail filtering, you
21557 must add the following to your fancy split list
21558 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
21559
21560 @example
21561 (: spam-split)
21562 @end example
21563
21564 Note that the fancy split may be called @code{nnmail-split-fancy} or
21565 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
21566 nnimap back ends to retrieve your mail.
21567
21568 The @code{spam-split} function will process incoming mail and send the
21569 mail considered to be spam into the group name given by the variable
21570 @code{spam-split-group}.  By default that group name is @samp{spam},
21571 but you can customize it.
21572
21573 @emph{Note for IMAP users}
21574
21575 The boolean variable @code{nnimap-split-download-body} needs to be
21576 set, if you want to split based on the whole message instead of just
21577 the headers.  By default, the nnimap backend will only retrieve the
21578 message headers.  If you use spam-check-bogofilter, spam-check-ifile,
21579 or spam-check-stat (the splitters that can benefit from the full
21580 message body), you should set this variable.  It is not set by default
21581 because it will slow IMAP down.
21582
21583 @xref{Splitting in IMAP}.
21584
21585 @emph{TODO: Currently, spam.el only supports insertion of articles
21586 into a backend.  There is no way to tell spam.el that an article is no
21587 longer spam or ham.}
21588
21589 @emph{TODO: spam.el needs to provide a uniform way of training all the
21590 statistical databases.  Some have that functionality built-in, others
21591 don't.}
21592
21593 The following are the methods you can use to control the behavior of
21594 @code{spam-split} and their corresponding spam and ham processors:
21595
21596 @menu
21597 * Blacklists and Whitelists::   
21598 * BBDB Whitelists::             
21599 * Blackholes::                  
21600 * Regular Expressions Header Matching::  
21601 * Bogofilter::                  
21602 * ifile spam filtering::        
21603 * spam-stat spam filtering::    
21604 * Extending the spam elisp package::  
21605 @end menu
21606
21607 @node Blacklists and Whitelists
21608 @subsubsection Blacklists and Whitelists
21609 @cindex spam filtering
21610 @cindex whitelists, spam filtering
21611 @cindex blacklists, spam filtering
21612 @cindex spam
21613
21614 @defvar spam-use-blacklist
21615
21616 Set this variable to @code{t} if you want to use blacklists when
21617 splitting incoming mail.  Messages whose senders are in the blacklist
21618 will be sent to the @code{spam-split-group}.  This is an explicit
21619 filter, meaning that it acts only on mail senders @emph{declared} to
21620 be spammers.
21621
21622 @end defvar
21623
21624 @defvar spam-use-whitelist
21625
21626 Set this variable to @code{t} if you want to use whitelists when
21627 splitting incoming mail.  Messages whose senders are not in the
21628 whitelist will be sent to the next spam-split rule.  This is an
21629 explicit filter, meaning that unless someone is in the whitelist, their
21630 messages are not assumed to be spam or ham.
21631
21632 @end defvar
21633
21634 @defvar spam-use-whitelist-exclusive
21635
21636 Set this variable to @code{t} if you want to use whitelists as an
21637 implicit filter, meaning that every message will be considered spam
21638 unless the sender is in the whitelist.  Use with care.
21639
21640 @end defvar
21641
21642 @defvar gnus-group-spam-exit-processor-blacklist
21643
21644 Add this symbol to a group's @code{spam-process} parameter by
21645 customizing the group parameters or the
21646 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21647 added to a group's @code{spam-process} parameter, the senders of
21648 spam-marked articles will be added to the blacklist.
21649
21650 @end defvar
21651
21652 @defvar gnus-group-ham-exit-processor-whitelist
21653
21654 Add this symbol to a group's @code{spam-process} parameter by
21655 customizing the group parameters or the
21656 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21657 added to a group's @code{spam-process} parameter, the senders of
21658 ham-marked articles in @emph{ham} groups will be added to the
21659 whitelist.  Note that this ham processor has no effect in @emph{spam}
21660 or @emph{unclassified} groups.
21661
21662 @end defvar
21663
21664 Blacklists are lists of regular expressions matching addresses you
21665 consider to be spam senders.  For instance, to block mail from any
21666 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
21667 blacklist.  You start out with an empty blacklist.  Blacklist entries
21668 use the Emacs regular expression syntax.
21669
21670 Conversely, whitelists tell Gnus what addresses are considered
21671 legitimate.  All messages from whitelisted addresses are considered
21672 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
21673 Emacs regular expression syntax.
21674
21675 The blacklist and whitelist file locations can be customized with the
21676 @code{spam-directory} variable (@file{~/News/spam} by default), or
21677 the @code{spam-whitelist} and @code{spam-blacklist} variables
21678 directly.  The whitelist and blacklist files will by default be in the
21679 @code{spam-directory} directory, named @file{whitelist} and
21680 @file{blacklist} respectively.
21681
21682 @node BBDB Whitelists
21683 @subsubsection BBDB Whitelists
21684 @cindex spam filtering
21685 @cindex BBDB whitelists, spam filtering
21686 @cindex BBDB, spam filtering
21687 @cindex spam
21688
21689 @defvar spam-use-BBDB
21690
21691 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
21692 Whitelists}), but uses the BBDB as the source of whitelisted
21693 addresses, without regular expressions.  You must have the BBDB loaded
21694 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
21695 not in the BBDB will be sent to the next spam-split rule.  This is an
21696 explicit filter, meaning that unless someone is in the BBDB, their
21697 messages are not assumed to be spam or ham.
21698
21699 @end defvar
21700
21701 @defvar spam-use-BBDB-exclusive
21702
21703 Set this variable to @code{t} if you want to use the BBDB as an
21704 implicit filter, meaning that every message will be considered spam
21705 unless the sender is in the BBDB.  Use with care.  Only sender
21706 addresses in the BBDB will be allowed through; all others will be
21707 classified as spammers.
21708
21709 @end defvar
21710
21711 @defvar gnus-group-ham-exit-processor-BBDB
21712
21713 Add this symbol to a group's @code{spam-process} parameter by
21714 customizing the group parameters or the
21715 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21716 added to a group's @code{spam-process} parameter, the senders of
21717 ham-marked articles in @emph{ham} groups will be added to the
21718 BBDB.  Note that this ham processor has no effect in @emph{spam}
21719 or @emph{unclassified} groups.
21720
21721 @end defvar
21722
21723 @node Blackholes
21724 @subsubsection Blackholes
21725 @cindex spam filtering
21726 @cindex blackholes, spam filtering
21727 @cindex spam
21728
21729 @defvar spam-use-blackholes
21730
21731 This option is disabled by default.  You can let Gnus consult the
21732 blackhole-type distributed spam processing systems (DCC, for instance)
21733 when you set this option.  The variable @code{spam-blackhole-servers}
21734 holds the list of blackhole servers Gnus will consult.  The current
21735 list is fairly comprehensive, but make sure to let us know if it
21736 contains outdated servers.
21737
21738 The blackhole check uses the @code{dig.el} package, but you can tell
21739 @code{spam.el} to use @code{dns.el} instead for better performance if
21740 you set @code{spam-use-dig} to nil.  It is not recommended at this
21741 time to set @code{spam-use-dig} to nil despite the possible
21742 performance improvements, because some users may be unable to use it,
21743 but you can try it and see if it works for you.
21744
21745 @end defvar
21746
21747 @defvar spam-blackhole-servers
21748
21749 The list of servers to consult for blackhole checks.
21750
21751 @end defvar
21752
21753 @defvar spam-blackhole-good-server-regex
21754
21755 A regular expression for IPs that should not be checked against the
21756 blackhole server list.  When set to nil, it has no effect.
21757
21758 @end defvar
21759
21760 @defvar spam-use-dig
21761
21762 Use the @code{dig.el} package instead of the @code{dns.el} package.
21763 The default setting of @code{t} is recommended.
21764
21765 @end defvar
21766
21767 Blackhole checks are done only on incoming mail.  There is no spam or
21768 ham processor for blackholes.
21769
21770 @node Regular Expressions Header Matching
21771 @subsubsection Regular Expressions Header Matching
21772 @cindex spam filtering
21773 @cindex regular expressions header matching, spam filtering
21774 @cindex spam
21775
21776 @defvar spam-use-regex-headers
21777
21778 This option is disabled by default.  You can let Gnus check the
21779 message headers against lists of regular expressions when you set this
21780 option.  The variables @code{spam-regex-headers-spam} and
21781 @code{spam-regex-headers-ham} hold the list of regular expressions.
21782 Gnus will check against the message headers to determine if the
21783 message is spam or ham, respectively.
21784
21785 @end defvar
21786
21787 @defvar spam-regex-headers-spam
21788
21789 The list of regular expressions that, when matched in the headers of
21790 the message, positively identify it as spam.
21791
21792 @end defvar
21793
21794 @defvar spam-regex-headers-ham
21795
21796 The list of regular expressions that, when matched in the headers of
21797 the message, positively identify it as ham.
21798
21799 @end defvar
21800
21801 Regular expression header checks are done only on incoming mail.
21802 There is no specific spam or ham processor for regular expressions.
21803
21804 @node Bogofilter
21805 @subsubsection Bogofilter
21806 @cindex spam filtering
21807 @cindex bogofilter, spam filtering
21808 @cindex spam
21809
21810 @defvar spam-use-bogofilter
21811
21812 Set this variable if you want @code{spam-split} to use Eric Raymond's
21813 speedy Bogofilter.
21814
21815 With a minimum of care for associating the @samp{$} mark for spam
21816 articles only, Bogofilter training all gets fairly automatic.  You
21817 should do this until you get a few hundreds of articles in each
21818 category, spam or not.  The command @kbd{S t} in summary mode, either
21819 for debugging or for curiosity, shows the @emph{spamicity} score of
21820 the current article (between 0.0 and 1.0).
21821
21822 Bogofilter determines if a message is spam based on an internal
21823 threshold, set at compilation time.  That threshold can't be
21824 customized.
21825
21826 If the @code{bogofilter} executable is not in your path, Bogofilter
21827 processing will be turned off.
21828
21829 You should not enable this if you use @code{spam-use-bogofilter-headers}.
21830
21831 @end defvar
21832
21833 @defvar spam-use-bogofilter-headers
21834
21835 Set this variable if you want @code{spam-split} to use Eric Raymond's
21836 speedy Bogofilter, looking only at the message headers.  It works
21837 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
21838 must be in the message already.  Normally you would do this with a
21839 procmail recipe or something similar; consult the Bogofilter
21840 installation documents for details.
21841
21842 You should not enable this if you use @code{spam-use-bogofilter}.
21843
21844 @end defvar
21845
21846 @defvar gnus-group-spam-exit-processor-bogofilter
21847 Add this symbol to a group's @code{spam-process} parameter by
21848 customizing the group parameters or the
21849 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21850 added to a group's @code{spam-process} parameter, spam-marked articles
21851 will be added to the Bogofilter spam database.
21852 @end defvar
21853
21854 @defvar gnus-group-ham-exit-processor-bogofilter
21855 Add this symbol to a group's @code{spam-process} parameter by
21856 customizing the group parameters or the
21857 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21858 added to a group's @code{spam-process} parameter, the ham-marked
21859 articles in @emph{ham} groups will be added to the Bogofilter database
21860 of non-spam messages.  Note that this ham processor has no effect in
21861 @emph{spam} or @emph{unclassified} groups.
21862 @end defvar
21863
21864 @defvar spam-bogofilter-database-directory
21865
21866 This is the directory where Bogofilter will store its databases.  It
21867 is not specified by default, so Bogofilter will use its own default
21868 database directory.
21869
21870 @end defvar
21871
21872 The Bogofilter mail classifier is similar to ifile in intent and
21873 purpose.  A ham and a spam processor are provided, plus the
21874 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
21875 variables to indicate to spam-split that Bogofilter should either be
21876 used, or has already been used on the article.  The 0.9.2.1 version of
21877 Bogofilter was used to test this functionality.
21878
21879 @node ifile spam filtering
21880 @subsubsection ifile spam filtering
21881 @cindex spam filtering
21882 @cindex ifile, spam filtering
21883 @cindex spam
21884
21885 @defvar spam-use-ifile
21886
21887 Enable this variable if you want @code{spam-split} to use ifile, a
21888 statistical analyzer similar to Bogofilter.
21889
21890 @end defvar
21891
21892 @defvar spam-ifile-all-categories
21893
21894 Enable this variable if you want @code{spam-use-ifile} to give you all
21895 the ifile categories, not just spam/non-spam.  If you use this, make
21896 sure you train ifile as described in its documentation.
21897
21898 @end defvar
21899
21900 @defvar spam-ifile-spam-category
21901
21902 This is the category of spam messages as far as ifile is concerned.
21903 The actual string used is irrelevant, but you probably want to leave
21904 the default value of @samp{spam}.
21905 @end defvar
21906
21907 @defvar spam-ifile-database-path
21908
21909 This is the filename for the ifile database.  It is not specified by
21910 default, so ifile will use its own default database name.
21911
21912 @end defvar
21913
21914 The ifile mail classifier is similar to Bogofilter in intent and
21915 purpose.  A ham and a spam processor are provided, plus the
21916 @code{spam-use-ifile} variable to indicate to spam-split that ifile
21917 should be used.  The 1.2.1 version of ifile was used to test this
21918 functionality.
21919
21920 @node spam-stat spam filtering
21921 @subsubsection spam-stat spam filtering
21922 @cindex spam filtering
21923 @cindex spam-stat, spam filtering
21924 @cindex spam-stat
21925 @cindex spam
21926
21927 @xref{Filtering Spam Using Statistics with spam-stat}.
21928
21929 @defvar spam-use-stat
21930
21931 Enable this variable if you want @code{spam-split} to use
21932 spam-stat.el, an Emacs Lisp statistical analyzer.
21933
21934 @end defvar
21935
21936 @defvar gnus-group-spam-exit-processor-stat
21937 Add this symbol to a group's @code{spam-process} parameter by
21938 customizing the group parameters or the
21939 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21940 added to a group's @code{spam-process} parameter, the spam-marked
21941 articles will be added to the spam-stat database of spam messages.
21942 @end defvar
21943
21944 @defvar gnus-group-ham-exit-processor-stat
21945 Add this symbol to a group's @code{spam-process} parameter by
21946 customizing the group parameters or the
21947 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21948 added to a group's @code{spam-process} parameter, the ham-marked
21949 articles in @emph{ham} groups will be added to the spam-stat database
21950 of non-spam messages.  Note that this ham processor has no effect in
21951 @emph{spam} or @emph{unclassified} groups.
21952 @end defvar
21953
21954 This enables spam.el to cooperate with spam-stat.el.  spam-stat.el
21955 provides an internal (Lisp-only) spam database, which unlike ifile or
21956 Bogofilter does not require external programs.  A spam and a ham
21957 processor, and the @code{spam-use-stat} variable for @code{spam-split}
21958 are provided.
21959
21960 @node Extending the spam elisp package
21961 @subsubsection Extending the spam elisp package
21962 @cindex spam filtering
21963 @cindex spam elisp package, extending
21964 @cindex extending the spam elisp package
21965
21966 Say you want to add a new back end called blackbox.  For filtering
21967 incoming mail, provide the following:
21968
21969 @enumerate
21970
21971 @item
21972 code
21973
21974 @lisp
21975 (defvar spam-use-blackbox nil
21976   "True if blackbox should be used.")
21977 @end lisp
21978
21979 Add
21980 @example
21981     (spam-use-blackbox   . spam-check-blackbox)
21982 @end example
21983 to @code{spam-list-of-checks}.
21984
21985 @item
21986 functionality
21987
21988 Write the @code{spam-check-blackbox} function.  It should return
21989 @samp{nil} or @code{spam-split-group}.  See the existing
21990 @code{spam-check-*} functions for examples of what you can do.
21991
21992 Make sure to add @code{spam-use-blackbox} to
21993 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
21994 mail analyzer that needs the full message body to operate.
21995
21996 @end enumerate
21997
21998 For processing spam and ham messages, provide the following:
21999
22000 @enumerate
22001
22002 @item
22003 code 
22004
22005 Note you don't have to provide a spam or a ham processor.  Only
22006 provide them if Blackbox supports spam or ham processing.
22007
22008 @lisp
22009 (defvar gnus-group-spam-exit-processor-blackbox "blackbox"
22010   "The Blackbox summary exit spam processor.
22011 Only applicable to spam groups.")
22012
22013 (defvar gnus-group-ham-exit-processor-blackbox "blackbox"
22014   "The whitelist summary exit ham processor.
22015 Only applicable to non-spam (unclassified and ham) groups.")
22016
22017 @end lisp
22018
22019 @item
22020 functionality
22021
22022 @lisp
22023 (defun spam-blackbox-register-spam-routine ()
22024   (spam-generic-register-routine
22025    ;; the spam function
22026    (lambda (article)
22027      (let ((from (spam-fetch-field-from-fast article)))
22028        (when (stringp from)
22029            (blackbox-do-something-with-this-spammer from))))
22030    ;; the ham function
22031    nil))
22032
22033 (defun spam-blackbox-register-ham-routine ()
22034   (spam-generic-register-routine
22035    ;; the spam function
22036    nil
22037    ;; the ham function
22038    (lambda (article)
22039      (let ((from (spam-fetch-field-from-fast article)))
22040        (when (stringp from)
22041            (blackbox-do-something-with-this-ham-sender from))))))
22042 @end lisp
22043
22044 Write the @code{blackbox-do-something-with-this-ham-sender} and
22045 @code{blackbox-do-something-with-this-spammer} functions.  You can add
22046 more complex code than fetching the message sender, but keep in mind
22047 that retrieving the whole message takes significantly longer than the
22048 sender through @code{spam-fetch-field-from-fast}, because the message
22049 senders are kept in memory by Gnus.
22050
22051 @end enumerate
22052
22053
22054 @node Filtering Spam Using Statistics with spam-stat
22055 @subsection Filtering Spam Using Statistics with spam-stat
22056 @cindex Paul Graham
22057 @cindex Graham, Paul
22058 @cindex naive Bayesian spam filtering
22059 @cindex Bayesian spam filtering, naive
22060 @cindex spam filtering, naive Bayesian
22061
22062 Paul Graham has written an excellent essay about spam filtering using
22063 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
22064 Spam}.  In it he describes the inherent deficiency of rule-based
22065 filtering as used by SpamAssassin, for example: Somebody has to write
22066 the rules, and everybody else has to install these rules.  You are
22067 always late.  It would be much better, he argues, to filter mail based
22068 on whether it somehow resembles spam or non-spam.  One way to measure
22069 this is word distribution.  He then goes on to describe a solution
22070 that checks whether a new mail resembles any of your other spam mails
22071 or not.
22072
22073 The basic idea is this:  Create a two collections of your mail, one
22074 with spam, one with non-spam.  Count how often each word appears in
22075 either collection, weight this by the total number of mails in the
22076 collections, and store this information in a dictionary.  For every
22077 word in a new mail, determine its probability to belong to a spam or a
22078 non-spam mail.  Use the 15 most conspicuous words, compute the total
22079 probability of the mail being spam.  If this probability is higher
22080 than a certain threshold, the mail is considered to be spam.
22081
22082 Gnus supports this kind of filtering.  But it needs some setting up.
22083 First, you need two collections of your mail, one with spam, one with
22084 non-spam.  Then you need to create a dictionary using these two
22085 collections, and save it.  And last but not least, you need to use
22086 this dictionary in your fancy mail splitting rules.
22087
22088 @menu
22089 * Creating a spam-stat dictionary::  
22090 * Splitting mail using spam-stat::  
22091 * Low-level interface to the spam-stat dictionary::  
22092 @end menu
22093
22094 @node Creating a spam-stat dictionary
22095 @subsubsection Creating a spam-stat dictionary
22096
22097 Before you can begin to filter spam based on statistics, you must
22098 create these statistics based on two mail collections, one with spam,
22099 one with non-spam.  These statistics are then stored in a dictionary
22100 for later use.  In order for these statistics to be meaningful, you
22101 need several hundred emails in both collections.
22102
22103 Gnus currently supports only the nnml back end for automated dictionary
22104 creation.  The nnml back end stores all mails in a directory, one file
22105 per mail.  Use the following:
22106
22107 @defun spam-stat-process-spam-directory
22108 Create spam statistics for every file in this directory.  Every file
22109 is treated as one spam mail.
22110 @end defun
22111
22112 @defun spam-stat-process-non-spam-directory
22113 Create non-spam statistics for every file in this directory.  Every
22114 file is treated as one non-spam mail.
22115 @end defun
22116
22117 Usually you would call @code{spam-stat-process-spam-directory} on a
22118 directory such as @file{~/Mail/mail/spam} (this usually corresponds
22119 the the group @samp{nnml:mail.spam}), and you would call
22120 @code{spam-stat-process-non-spam-directory} on a directory such as
22121 @file{~/Mail/mail/misc} (this usually corresponds the the group
22122 @samp{nnml:mail.misc}).
22123
22124 When you are using IMAP, you won't have the mails available locally,
22125 so that will not work.  One solution is to use the Gnus Agent to cache
22126 the articles.  Then you can use directories such as
22127 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
22128 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
22129
22130 @defvar spam-stat
22131 This variable holds the hash-table with all the statistics -- the
22132 dictionary we have been talking about.  For every word in either
22133 collection, this hash-table stores a vector describing how often the
22134 word appeared in spam and often it appeared in non-spam mails.
22135 @end defvar
22136
22137 If you want to regenerate the statistics from scratch, you need to
22138 reset the dictionary.
22139
22140 @defun spam-stat-reset
22141 Reset the @code{spam-stat} hash-table, deleting all the statistics.
22142 @end defun
22143
22144 When you are done, you must save the dictionary.  The dictionary may
22145 be rather large.  If you will not update the dictionary incrementally
22146 (instead, you will recreate it once a month, for example), then you
22147 can reduce the size of the dictionary by deleting all words that did
22148 not appear often enough or that do not clearly belong to only spam or
22149 only non-spam mails.
22150
22151 @defun spam-stat-reduce-size
22152 Reduce the size of the dictionary.  Use this only if you do not want
22153 to update the dictionary incrementally.
22154 @end defun
22155
22156 @defun spam-stat-save
22157 Save the dictionary.
22158 @end defun
22159
22160 @defvar spam-stat-file
22161 The filename used to store the dictionary.  This defaults to
22162 @file{~/.spam-stat.el}.
22163 @end defvar
22164
22165 @node Splitting mail using spam-stat
22166 @subsubsection Splitting mail using spam-stat
22167
22168 In order to use @code{spam-stat} to split your mail, you need to add the
22169 following to your @file{~/.gnus} file:
22170
22171 @lisp
22172 (require 'spam-stat)
22173 (spam-stat-load)
22174 @end lisp
22175
22176 This will load the necessary Gnus code, and the dictionary you
22177 created.
22178
22179 Next, you need to adapt your fancy splitting rules:  You need to
22180 determine how to use @code{spam-stat}.  The following examples are for
22181 the nnml back end.  Using the nnimap back end works just as well.  Just
22182 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
22183
22184 In the simplest case, you only have two groups, @samp{mail.misc} and
22185 @samp{mail.spam}.  The following expression says that mail is either
22186 spam or it should go into @samp{mail.misc}.  If it is spam, then
22187 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
22188
22189 @lisp
22190 (setq nnmail-split-fancy
22191       `(| (: spam-stat-split-fancy)
22192           "mail.misc"))
22193 @end lisp
22194
22195 @defvar spam-stat-split-fancy-spam-group
22196 The group to use for spam.  Default is @samp{mail.spam}.
22197 @end defvar
22198
22199 If you also filter mail with specific subjects into other groups, use
22200 the following expression.  Only mails not matching the regular
22201 expression are considered potential spam.
22202
22203 @lisp
22204 (setq nnmail-split-fancy
22205       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
22206           (: spam-stat-split-fancy)
22207           "mail.misc"))
22208 @end lisp
22209
22210 If you want to filter for spam first, then you must be careful when
22211 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
22212 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
22213 non-spam, therefore both should be in your collection of non-spam
22214 mails, when creating the dictionary!
22215
22216 @lisp
22217 (setq nnmail-split-fancy
22218       `(| (: spam-stat-split-fancy)
22219           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22220           "mail.misc"))
22221 @end lisp
22222
22223 You can combine this with traditional filtering.  Here, we move all
22224 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
22225 @code{spam-stat-split-fancy} will never see them, the mails in
22226 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
22227 nor in your collection of non-spam mails, when creating the
22228 dictionary!
22229
22230 @lisp
22231 (setq nnmail-split-fancy
22232       `(| ("Content-Type" "text/html" "mail.spam.filtered")
22233           (: spam-stat-split-fancy)
22234           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22235           "mail.misc"))
22236 @end lisp
22237
22238
22239 @node Low-level interface to the spam-stat dictionary
22240 @subsubsection Low-level interface to the spam-stat dictionary
22241
22242 The main interface to using @code{spam-stat}, are the following functions:
22243
22244 @defun spam-stat-buffer-is-spam
22245 Called in a buffer, that buffer is considered to be a new spam mail.
22246 Use this for new mail that has not been processed before.
22247 @end defun
22248
22249 @defun spam-stat-buffer-is-no-spam
22250 Called in a buffer, that buffer is considered to be a new non-spam
22251 mail.  Use this for new mail that has not been processed before.
22252 @end defun
22253
22254 @defun spam-stat-buffer-change-to-spam
22255 Called in a buffer, that buffer is no longer considered to be normal
22256 mail but spam.  Use this to change the status of a mail that has
22257 already been processed as non-spam.
22258 @end defun
22259
22260 @defun spam-stat-buffer-change-to-non-spam
22261 Called in a buffer, that buffer is no longer considered to be spam but
22262 normal mail.  Use this to change the status of a mail that has already
22263 been processed as spam.
22264 @end defun
22265
22266 @defun spam-stat-save
22267 Save the hash table to the file.  The filename used is stored in the
22268 variable @code{spam-stat-file}.
22269 @end defun
22270
22271 @defun spam-stat-load
22272 Load the hash table from a file.  The filename used is stored in the
22273 variable @code{spam-stat-file}.
22274 @end defun
22275
22276 @defun spam-stat-score-word
22277 Return the spam score for a word.
22278 @end defun
22279
22280 @defun spam-stat-score-buffer
22281 Return the spam score for a buffer.
22282 @end defun
22283
22284 @defun spam-stat-split-fancy
22285 Use this function for fancy mail splitting.  Add the rule @samp{(:
22286 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
22287 @end defun
22288
22289 Make sure you load the dictionary before using it.  This requires the
22290 following in your @file{~/.gnus} file:
22291
22292 @lisp
22293 (require 'spam-stat)
22294 (spam-stat-load)
22295 @end lisp
22296
22297 Typical test will involve calls to the following functions:
22298
22299 @example
22300 Reset: (setq spam-stat (make-hash-table :test 'equal))
22301 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22302 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22303 Save table: (spam-stat-save)
22304 File size: (nth 7 (file-attributes spam-stat-file))
22305 Number of words: (hash-table-count spam-stat)
22306 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22307 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22308 Reduce table size: (spam-stat-reduce-size)
22309 Save table: (spam-stat-save)
22310 File size: (nth 7 (file-attributes spam-stat-file))
22311 Number of words: (hash-table-count spam-stat)
22312 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22313 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22314 @end example
22315
22316 Here is how you would create your dictionary:
22317
22318 @example
22319 Reset: (setq spam-stat (make-hash-table :test 'equal))
22320 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22321 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22322 Repeat for any other non-spam group you need...
22323 Reduce table size: (spam-stat-reduce-size)
22324 Save table: (spam-stat-save)
22325 @end example
22326
22327 @node Various Various
22328 @section Various Various
22329 @cindex mode lines
22330 @cindex highlights
22331
22332 @table @code
22333
22334 @item gnus-home-directory
22335 @vindex gnus-home-directory
22336 All Gnus file and directory variables will be initialized from this
22337 variable, which defaults to @file{~/}.
22338
22339 @item gnus-directory
22340 @vindex gnus-directory
22341 Most Gnus storage file and directory variables will be initialized from
22342 this variable, which defaults to the @samp{SAVEDIR} environment
22343 variable, or @file{~/News/} if that variable isn't set.
22344
22345 Note that gnus is mostly loaded when the @file{.gnus.el} file is read.
22346 This means that other directory variables that are initialized from this
22347 variable won't be set properly if you set this variable in
22348 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
22349
22350 @item gnus-default-directory
22351 @vindex gnus-default-directory
22352 Not related to the above variable at all---this variable says what the
22353 default directory of all Gnus buffers should be.  If you issue commands
22354 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
22355 default directory.  If this variable is @code{nil} (which is the
22356 default), the default directory will be the default directory of the
22357 buffer you were in when you started Gnus.
22358
22359 @item gnus-verbose
22360 @vindex gnus-verbose
22361 This variable is an integer between zero and ten.  The higher the value,
22362 the more messages will be displayed.  If this variable is zero, Gnus
22363 will never flash any messages, if it is seven (which is the default),
22364 most important messages will be shown, and if it is ten, Gnus won't ever
22365 shut up, but will flash so many messages it will make your head swim.
22366
22367 @item gnus-verbose-backends
22368 @vindex gnus-verbose-backends
22369 This variable works the same way as @code{gnus-verbose}, but it applies
22370 to the Gnus back ends instead of Gnus proper.
22371
22372 @item nnheader-max-head-length
22373 @vindex nnheader-max-head-length
22374 When the back ends read straight heads of articles, they all try to read
22375 as little as possible.  This variable (default 4096) specifies
22376 the absolute max length the back ends will try to read before giving up
22377 on finding a separator line between the head and the body.  If this
22378 variable is @code{nil}, there is no upper read bound.  If it is
22379 @code{t}, the back ends won't try to read the articles piece by piece,
22380 but read the entire articles.  This makes sense with some versions of
22381 @code{ange-ftp} or @code{efs}.
22382
22383 @item nnheader-head-chop-length
22384 @vindex nnheader-head-chop-length
22385 This variable (default 2048) says how big a piece of each article to
22386 read when doing the operation described above.
22387
22388 @item nnheader-file-name-translation-alist
22389 @vindex nnheader-file-name-translation-alist
22390 @cindex file names
22391 @cindex invalid characters in file names
22392 @cindex characters in file names
22393 This is an alist that says how to translate characters in file names.
22394 For instance, if @samp{:} is invalid as a file character in file names
22395 on your system (you OS/2 user you), you could say something like:
22396
22397 @lisp
22398 (setq nnheader-file-name-translation-alist
22399       '((?: . ?_)))
22400 @end lisp
22401
22402 In fact, this is the default value for this variable on OS/2 and MS
22403 Windows (phooey) systems.
22404
22405 @item gnus-hidden-properties
22406 @vindex gnus-hidden-properties
22407 This is a list of properties to use to hide ``invisible'' text.  It is
22408 @code{(invisible t intangible t)} by default on most systems, which
22409 makes invisible text invisible and intangible.
22410
22411 @item gnus-parse-headers-hook
22412 @vindex gnus-parse-headers-hook
22413 A hook called before parsing headers.  It can be used, for instance, to
22414 gather statistics on the headers fetched, or perhaps you'd like to prune
22415 some headers.  I don't see why you'd want that, though.
22416
22417 @item gnus-shell-command-separator
22418 @vindex gnus-shell-command-separator
22419 String used to separate two shell commands.  The default is @samp{;}.
22420
22421 @item gnus-invalid-group-regexp
22422 @vindex gnus-invalid-group-regexp
22423
22424 Regexp to match ``invalid'' group names when querying user for a group
22425 name.  The default value catches some @strong{really} invalid group
22426 names who could possibly mess up Gnus internally (like allowing
22427 @samp{:} in a group name, which is normally used to delimit method and
22428 group).
22429
22430 @sc{imap} users might want to allow @samp{/} in group names though.
22431
22432
22433 @end table
22434
22435 @node The End
22436 @chapter The End
22437
22438 Well, that's the manual---you can get on with your life now.  Keep in
22439 touch.  Say hello to your cats from me.
22440
22441 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
22442
22443 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
22444
22445 @quotation
22446 @strong{Te Deum}
22447
22448 @sp 1
22449 Not because of victories @*
22450 I sing,@*
22451 having none,@*
22452 but for the common sunshine,@*
22453 the breeze,@*
22454 the largess of the spring.
22455
22456 @sp 1
22457 Not for victory@*
22458 but for the day's work done@*
22459 as well as I was able;@*
22460 not for a seat upon the dais@*
22461 but at the common table.@*
22462 @end quotation
22463
22464
22465 @node Appendices
22466 @chapter Appendices
22467
22468 @menu
22469 * XEmacs::                      Requirements for installing under XEmacs.
22470 * History::                     How Gnus got where it is today.
22471 * On Writing Manuals::          Why this is not a beginner's guide.
22472 * Terminology::                 We use really difficult, like, words here.
22473 * Customization::               Tailoring Gnus to your needs.
22474 * Troubleshooting::             What you might try if things do not work.
22475 * Gnus Reference Guide::        Rilly, rilly technical stuff.
22476 * Emacs for Heathens::          A short introduction to Emacsian terms.
22477 * Frequently Asked Questions::
22478 @end menu
22479
22480
22481 @node XEmacs
22482 @section XEmacs
22483 @cindex XEmacs
22484 @cindex Installing under XEmacs
22485
22486 XEmacs is distributed as a collection of packages.  You should install
22487 whatever packages the Gnus XEmacs package requires.  The current
22488 requirements are @samp{gnus}, @samp{w3}, @samp{mh-e},
22489 @samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib},
22490 @samp{xemacs-base}, @samp{sh-script} and @samp{fsf-compat}.  The
22491 @samp{misc-games} package is required for Morse decoding.
22492
22493
22494 @node History
22495 @section History
22496
22497 @cindex history
22498 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
22499 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
22500
22501 If you want to investigate the person responsible for this outrage,
22502 you can point your (feh!) web browser to
22503 @uref{http://quimby.gnus.org/}.  This is also the primary
22504 distribution point for the new and spiffy versions of Gnus, and is
22505 known as The Site That Destroys Newsrcs And Drives People Mad.
22506
22507 During the first extended alpha period of development, the new Gnus was
22508 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
22509 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
22510 (Besides, the ``Gnus'' in this abbreviation should probably be
22511 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
22512 appropriate name, don't you think?)
22513
22514 In any case, after spending all that energy on coming up with a new and
22515 spunky name, we decided that the name was @emph{too} spunky, so we
22516 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
22517 ``@sc{gnus}''.  New vs. old.
22518
22519 @menu
22520 * Gnus Versions::               What Gnus versions have been released.
22521 * Other Gnus Versions::         Other Gnus versions that also have been released.
22522 * Why?::                        What's the point of Gnus?
22523 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
22524 * Conformity::                  Gnus tries to conform to all standards.
22525 * Emacsen::                     Gnus can be run on a few modern Emacsen.
22526 * Gnus Development::            How Gnus is developed.
22527 * Contributors::                Oodles of people.
22528 * New Features::                Pointers to some of the new stuff in Gnus.
22529 @end menu
22530
22531
22532 @node Gnus Versions
22533 @subsection Gnus Versions
22534 @cindex ding Gnus
22535 @cindex September Gnus
22536 @cindex Red Gnus
22537 @cindex Quassia Gnus
22538 @cindex Pterodactyl Gnus
22539 @cindex Oort Gnus
22540 @cindex No Gnus
22541
22542 The first ``proper'' release of Gnus 5 was done in November 1995 when it
22543 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
22544 plus 15 Gnus 5.0 releases).
22545
22546 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
22547 releases)) was released under the name ``Gnus 5.2'' (40 releases).
22548
22549 On July 28th 1996 work on Red Gnus was begun, and it was released on
22550 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
22551
22552 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
22553 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
22554
22555 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
22556 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
22557 1999.
22558
22559 On the 26th of October 2000, Oort Gnus was begun.
22560
22561 If you happen upon a version of Gnus that has a prefixed name --
22562 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
22563 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
22564 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
22565 run.  Walk away, calmly, until you're out of its reach.  Find a proper
22566 released version of Gnus and snuggle up to that instead.
22567
22568
22569 @node Other Gnus Versions
22570 @subsection Other Gnus Versions
22571 @cindex Semi-gnus
22572
22573 In addition to the versions of Gnus which have had their releases
22574 coordinated by Lars, one major development has been Semi-gnus from
22575 Japan.  It's based on a library called @sc{semi}, which provides
22576 @sc{mime} capabilities.
22577
22578 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
22579 Collectively, they are called ``Semi-gnus'', and different strains are
22580 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
22581 @sc{mime} and multilingualization things, especially important for
22582 Japanese users.
22583
22584
22585 @node Why?
22586 @subsection Why?
22587
22588 What's the point of Gnus?
22589
22590 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
22591 newsreader, that lets you do anything you can think of.  That was my
22592 original motivation, but while working on Gnus, it has become clear to
22593 me that this generation of newsreaders really belong in the stone age.
22594 Newsreaders haven't developed much since the infancy of the net.  If the
22595 volume continues to rise with the current rate of increase, all current
22596 newsreaders will be pretty much useless.  How do you deal with
22597 newsgroups that have thousands of new articles each day?  How do you
22598 keep track of millions of people who post?
22599
22600 Gnus offers no real solutions to these questions, but I would very much
22601 like to see Gnus being used as a testing ground for new methods of
22602 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
22603 to separate the newsreader from the back ends, Gnus now offers a simple
22604 interface for anybody who wants to write new back ends for fetching mail
22605 and news from different sources.  I have added hooks for customizations
22606 everywhere I could imagine it being useful.  By doing so, I'm inviting
22607 every one of you to explore and invent.
22608
22609 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
22610 @kbd{C-u 100 M-x all-hail-xemacs}.
22611
22612
22613 @node Compatibility
22614 @subsection Compatibility
22615
22616 @cindex compatibility
22617 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
22618 bindings have been kept.  More key bindings have been added, of course,
22619 but only in one or two obscure cases have old bindings been changed.
22620
22621 Our motto is:
22622 @quotation
22623 @cartouche
22624 @center In a cloud bones of steel.
22625 @end cartouche
22626 @end quotation
22627
22628 All commands have kept their names.  Some internal functions have changed
22629 their names.
22630
22631 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
22632 Articles}.
22633
22634 One major compatibility question is the presence of several summary
22635 buffers.  All variables relevant while reading a group are
22636 buffer-local to the summary buffer they belong in.  Although many
22637 important variables have their values copied into their global
22638 counterparts whenever a command is executed in the summary buffer, this
22639 change might lead to incorrect values being used unless you are careful.
22640
22641 All code that relies on knowledge of @sc{gnus} internals will probably
22642 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
22643 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
22644 maintains a hash table that points to the entries in this alist (which
22645 speeds up many functions), and changing the alist directly will lead to
22646 peculiar results.
22647
22648 @cindex hilit19
22649 @cindex highlighting
22650 Old hilit19 code does not work at all.  In fact, you should probably
22651 remove all hilit code from all Gnus hooks
22652 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
22653 Gnus provides various integrated functions for highlighting.  These are
22654 faster and more accurate.  To make life easier for everybody, Gnus will
22655 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
22656 Away!
22657
22658 Packages like @code{expire-kill} will no longer work.  As a matter of
22659 fact, you should probably remove all old @sc{gnus} packages (and other
22660 code) when you start using Gnus.  More likely than not, Gnus already
22661 does what you have written code to make @sc{gnus} do.  (Snicker.)
22662
22663 Even though old methods of doing things are still supported, only the
22664 new methods are documented in this manual.  If you detect a new method of
22665 doing something while reading this manual, that does not mean you have
22666 to stop doing it the old way.
22667
22668 Gnus understands all @sc{gnus} startup files.
22669
22670 @kindex M-x gnus-bug
22671 @findex gnus-bug
22672 @cindex reporting bugs
22673 @cindex bugs
22674 Overall, a casual user who hasn't written much code that depends on
22675 @sc{gnus} internals should suffer no problems.  If problems occur,
22676 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
22677
22678 @vindex gnus-bug-create-help-buffer
22679 If you are in the habit of sending bug reports @emph{very} often, you
22680 may find the helpful help buffer annoying after a while.  If so, set
22681 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
22682 up at you.
22683
22684
22685 @node Conformity
22686 @subsection Conformity
22687
22688 No rebels without a clue here, ma'am.  We conform to all standards known
22689 to (wo)man.  Except for those standards and/or conventions we disagree
22690 with, of course.
22691
22692 @table @strong
22693
22694 @item RFC (2)822
22695 @cindex RFC 822
22696 @cindex RFC 2822
22697 There are no known breaches of this standard.
22698
22699 @item RFC 1036
22700 @cindex RFC 1036
22701 There are no known breaches of this standard, either.
22702
22703 @item Son-of-RFC 1036
22704 @cindex Son-of-RFC 1036
22705 We do have some breaches to this one.
22706
22707 @table @emph
22708
22709 @item X-Newsreader
22710 @itemx User-Agent
22711 These are considered to be ``vanity headers'', while I consider them
22712 to be consumer information.  After seeing so many badly formatted
22713 articles coming from @code{tin} and @code{Netscape} I know not to use
22714 either of those for posting articles.  I would not have known that if
22715 it wasn't for the @code{X-Newsreader} header.
22716 @end table
22717
22718 @item USEFOR
22719 @cindex USEFOR
22720 USEFOR is an IETF working group writing a successor to RFC 1036, based
22721 on Son-of-RFC 1036.  They have produced a number of drafts proposing
22722 various changes to the format of news articles.  The Gnus towers will
22723 look into implementing the changes when the draft is accepted as an RFC.
22724
22725 @item MIME - RFC 2045-2049 etc
22726 @cindex MIME
22727 All the various @sc{mime} RFCs are supported.
22728
22729 @item Disposition Notifications - RFC 2298
22730 Message Mode is able to request notifications from the receiver.
22731
22732 @item PGP - RFC 1991 and RFC 2440
22733 @cindex RFC 1991
22734 @cindex RFC 2440
22735 RFC 1991 is the original PGP message specification, published as a
22736 Information RFC.  RFC 2440 was the follow-up, now called Open PGP, and
22737 put on the Standards Track.  Both document a non-@sc{mime} aware PGP
22738 format.  Gnus supports both encoding (signing and encryption) and
22739 decoding (verification and decryption).
22740
22741 @item PGP/MIME - RFC 2015/3156
22742 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
22743 1991) describes the @sc{mime}-wrapping around the RF 1991/2440 format.
22744 Gnus supports both encoding and decoding.
22745
22746 @item S/MIME - RFC 2633
22747 RFC 2633 describes the @sc{s/mime} format.
22748
22749 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
22750 RFC 1730 is @sc{imap} version 4, updated somewhat by RFC 2060 (@sc{imap} 4
22751 revision 1).  RFC 2195 describes CRAM-MD5 authentication for @sc{imap}. RFC
22752 2086 describes access control lists (ACLs) for @sc{imap}. RFC 2359
22753 describes a @sc{imap} protocol enhancement.  RFC 2595 describes the proper
22754 TLS integration (STARTTLS) with @sc{imap}.  RFC 1731 describes the
22755 GSSAPI/Kerberos4 mechanisms for @sc{imap}.
22756
22757 @end table
22758
22759 If you ever notice Gnus acting non-compliant with regards to the texts
22760 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
22761 know.
22762
22763
22764 @node Emacsen
22765 @subsection Emacsen
22766 @cindex Emacsen
22767 @cindex XEmacs
22768 @cindex Mule
22769 @cindex Emacs
22770
22771 Gnus should work on :
22772
22773 @itemize @bullet
22774
22775 @item
22776 Emacs 20.3 and up.
22777
22778 @item
22779 XEmacs 21.1.1 and up.
22780
22781 @end itemize
22782
22783 This Gnus version will absolutely not work on any Emacsen older than
22784 that.  Not reliably, at least.  Older versions of Gnus may work on older
22785 Emacs versions.  However, T-gnus does support ``Mule 2.3 based on Emacs
22786 19.34'' and possibly the versions of XEmacs prior to 21.1.1, e.g. 20.4.
22787 See the file ``README'' in the T-gnus distribution for more details.
22788
22789 There are some vague differences between Gnus on the various
22790 platforms---XEmacs features more graphics (a logo and a toolbar)---but
22791 other than that, things should look pretty much the same under all
22792 Emacsen.
22793
22794
22795 @node Gnus Development
22796 @subsection Gnus Development
22797
22798 Gnus is developed in a two-phased cycle.  The first phase involves much
22799 discussion on the @samp{ding@@gnus.org} mailing list, where people
22800 propose changes and new features, post patches and new back ends.  This
22801 phase is called the @dfn{alpha} phase, since the Gnusae released in this
22802 phase are @dfn{alpha releases}, or (perhaps more commonly in other
22803 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
22804 unstable and should not be used by casual users.  Gnus alpha releases
22805 have names like ``Red Gnus'' and ``Quassia Gnus''.
22806
22807 After futzing around for 50-100 alpha releases, Gnus is declared
22808 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
22809 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
22810 supposed to be able to use these, and these are mostly discussed on the
22811 @samp{gnu.emacs.gnus} newsgroup.
22812
22813 @cindex Incoming*
22814 @vindex mail-source-delete-incoming
22815 Some variable defaults differ between alpha Gnusae and released Gnusae.
22816 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
22817 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
22818 lossage of mail if an alpha release hiccups while handling the mail.
22819
22820 The division of discussion between the ding mailing list and the Gnus
22821 newsgroup is not purely based on publicity concerns.  It's true that
22822 having people write about the horrible things that an alpha Gnus release
22823 can do (sometimes) in a public forum may scare people off, but more
22824 importantly, talking about new experimental features that have been
22825 introduced may confuse casual users.  New features are frequently
22826 introduced, fiddled with, and judged to be found wanting, and then
22827 either discarded or totally rewritten.  People reading the mailing list
22828 usually keep up with these rapid changes, while people on the newsgroup
22829 can't be assumed to do so.
22830
22831
22832
22833 @node Contributors
22834 @subsection Contributors
22835 @cindex contributors
22836
22837 The new Gnus version couldn't have been done without the help of all the
22838 people on the (ding) mailing list.  Every day for over a year I have
22839 gotten billions of nice bug reports from them, filling me with joy,
22840 every single one of them.  Smooches.  The people on the list have been
22841 tried beyond endurance, what with my ``oh, that's a neat idea <type
22842 type>, yup, I'll release it right away <ship off> no wait, that doesn't
22843 work at all <type type>, yup, I'll ship that one off right away <ship
22844 off> no, wait, that absolutely does not work'' policy for releases.
22845 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
22846 ``worser''? ``much worser''?  ``worsest''?)
22847
22848 I would like to take this opportunity to thank the Academy for@dots{}  oops,
22849 wrong show.
22850
22851 @itemize @bullet
22852
22853 @item
22854 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
22855
22856 @item
22857 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
22858 nnwarchive and many, many other things connected with @sc{mime} and
22859 other types of en/decoding, as well as general bug fixing, new
22860 functionality and stuff.
22861
22862 @item
22863 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
22864 well as numerous other things).
22865
22866 @item
22867 Luis Fernandes---design and graphics.
22868
22869 @item
22870 Joe Reiss---creator of the smiley faces.
22871
22872 @item
22873 Justin Sheehy--the FAQ maintainer.
22874
22875 @item
22876 Erik Naggum---help, ideas, support, code and stuff.
22877
22878 @item
22879 Wes Hardaker---@file{gnus-picon.el} and the manual section on
22880 @dfn{picons} (@pxref{Picons}).
22881
22882 @item
22883 Kim-Minh Kaplan---further work on the picon code.
22884
22885 @item
22886 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
22887 (@pxref{GroupLens}).
22888
22889 @item
22890 Sudish Joseph---innumerable bug fixes.
22891
22892 @item
22893 Ilja Weis---@file{gnus-topic.el}.
22894
22895 @item
22896 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
22897
22898 @item
22899 Vladimir Alexiev---the refcard and reference booklets.
22900
22901 @item
22902 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
22903 distribution by Felix Lee and JWZ.
22904
22905 @item
22906 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
22907
22908 @item
22909 Peter Mutsaers---orphan article scoring code.
22910
22911 @item
22912 Ken Raeburn---POP mail support.
22913
22914 @item
22915 Hallvard B Furuseth---various bits and pieces, especially dealing with
22916 .newsrc files.
22917
22918 @item
22919 Brian Edmonds---@file{gnus-bbdb.el}.
22920
22921 @item
22922 David Moore---rewrite of @file{nnvirtual.el} and many other things.
22923
22924 @item
22925 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
22926
22927 @item
22928 François Pinard---many, many interesting and thorough bug reports, as
22929 well as autoconf support.
22930
22931 @end itemize
22932
22933 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
22934 Borges, and Jost Krieger proof-reading parts of the manual.
22935
22936 The following people have contributed many patches and suggestions:
22937
22938 Christopher Davis,
22939 Andrew Eskilsson,
22940 Kai Grossjohann,
22941 David KÃ¥gedal,
22942 Richard Pieri,
22943 Fabrice Popineau,
22944 Daniel Quinlan,
22945 Jason L. Tibbitts, III,
22946 and
22947 Jack Vinson.
22948
22949 Also thanks to the following for patches and stuff:
22950
22951 Jari Aalto,
22952 Adrian Aichner,
22953 Vladimir Alexiev,
22954 Russ Allbery,
22955 Peter Arius,
22956 Matt Armstrong,
22957 Marc Auslander,
22958 Miles Bader,
22959 Alexei V. Barantsev,
22960 Frank Bennett,
22961 Robert Bihlmeyer,
22962 Chris Bone,
22963 Mark Borges,
22964 Mark Boyns,
22965 Lance A. Brown,
22966 Rob Browning,
22967 Kees de Bruin,
22968 Martin Buchholz,
22969 Joe Buehler,
22970 Kevin Buhr,
22971 Alastair Burt,
22972 Joao Cachopo,
22973 Zlatko Calusic,
22974 Massimo Campostrini,
22975 Castor,
22976 David Charlap,
22977 Dan Christensen,
22978 Kevin Christian,
22979 Jae-you Chung, @c ?
22980 James H. Cloos, Jr.,
22981 Laura Conrad,
22982 Michael R. Cook,
22983 Glenn Coombs,
22984 Andrew J. Cosgriff,
22985 Neil Crellin,
22986 Frank D. Cringle,
22987 Geoffrey T. Dairiki,
22988 Andre Deparade,
22989 Ulrik Dickow,
22990 Dave Disser,
22991 Rui-Tao Dong, @c ?
22992 Joev Dubach,
22993 Michael Welsh Duggan,
22994 Dave Edmondson,
22995 Paul Eggert,
22996 Mark W. Eichin,
22997 Karl Eichwalder,
22998 Enami Tsugutomo, @c Enami
22999 Michael Ernst,
23000 Luc Van Eycken,
23001 Sam Falkner,
23002 Nelson Jose dos Santos Ferreira,
23003 Sigbjorn Finne,
23004 Sven Fischer,
23005 Paul Fisher,
23006 Decklin Foster,
23007 Gary D. Foster,
23008 Paul Franklin,
23009 Guy Geens,
23010 Arne Georg Gleditsch,
23011 David S. Goldberg,
23012 Michelangelo Grigni,
23013 Dale Hagglund,
23014 D. Hall,
23015 Magnus Hammerin,
23016 Kenichi Handa, @c Handa
23017 Raja R. Harinath,
23018 Yoshiki Hayashi, @c ?
23019 P. E. Jareth Hein,
23020 Hisashige Kenji, @c Hisashige
23021 Scott Hofmann,
23022 Marc Horowitz,
23023 Gunnar Horrigmo,
23024 Richard Hoskins,
23025 Brad Howes,
23026 Miguel de Icaza,
23027 François Felix Ingrand,
23028 Tatsuya Ichikawa, @c ?
23029 Ishikawa Ichiro, @c Ishikawa
23030 Lee Iverson,
23031 Iwamuro Motonori, @c Iwamuro
23032 Rajappa Iyer,
23033 Andreas Jaeger,
23034 Adam P. Jenkins,
23035 Randell Jesup,
23036 Fred Johansen,
23037 Gareth Jones,
23038 Simon Josefsson,
23039 Greg Klanderman,
23040 Karl Kleinpaste,
23041 Michael Klingbeil,
23042 Peter Skov Knudsen,
23043 Shuhei Kobayashi, @c Kobayashi
23044 Petr Konecny,
23045 Koseki Yoshinori, @c Koseki
23046 Thor Kristoffersen,
23047 Jens Lautenbacher,
23048 Martin Larose,
23049 Seokchan Lee, @c Lee
23050 Joerg Lenneis,
23051 Carsten Leonhardt,
23052 James LewisMoss,
23053 Christian Limpach,
23054 Markus Linnala,
23055 Dave Love,
23056 Mike McEwan,
23057 Tonny Madsen,
23058 Shlomo Mahlab,
23059 Nat Makarevitch,
23060 Istvan Marko,
23061 David Martin,
23062 Jason R. Mastaler,
23063 Gordon Matzigkeit,
23064 Timo Metzemakers,
23065 Richard Mlynarik,
23066 Lantz Moore,
23067 Morioka Tomohiko, @c Morioka
23068 Erik Toubro Nielsen,
23069 Hrvoje Niksic,
23070 Andy Norman,
23071 Fred Oberhauser,
23072 C. R. Oldham,
23073 Alexandre Oliva,
23074 Ken Olstad,
23075 Masaharu Onishi, @c Onishi
23076 Hideki Ono, @c Ono
23077 Ettore Perazzoli,
23078 William Perry,
23079 Stephen Peters,
23080 Jens-Ulrik Holger Petersen,
23081 Ulrich Pfeifer,
23082 Matt Pharr,
23083 Andy Piper,
23084 John McClary Prevost,
23085 Bill Pringlemeir,
23086 Mike Pullen,
23087 Jim Radford,
23088 Colin Rafferty,
23089 Lasse Rasinen,
23090 Lars Balker Rasmussen,
23091 Joe Reiss,
23092 Renaud Rioboo,
23093 Roland B. Roberts,
23094 Bart Robinson,
23095 Christian von Roques,
23096 Markus Rost,
23097 Jason Rumney,
23098 Wolfgang Rupprecht,
23099 Jay Sachs,
23100 Dewey M. Sasser,
23101 Conrad Sauerwald,
23102 Loren Schall,
23103 Dan Schmidt,
23104 Ralph Schleicher,
23105 Philippe Schnoebelen,
23106 Andreas Schwab,
23107 Randal L. Schwartz,
23108 Danny Siu,
23109 Matt Simmons,
23110 Paul D. Smith,
23111 Jeff Sparkes,
23112 Toby Speight,
23113 Michael Sperber,
23114 Darren Stalder,
23115 Richard Stallman,
23116 Greg Stark,
23117 Sam Steingold,
23118 Paul Stevenson,
23119 Jonas Steverud,
23120 Paul Stodghill,
23121 Kiyokazu Suto, @c Suto
23122 Kurt Swanson,
23123 Samuel Tardieu,
23124 Teddy,
23125 Chuck Thompson,
23126 Tozawa Akihiko, @c Tozawa
23127 Philippe Troin,
23128 James Troup,
23129 Trung Tran-Duc,
23130 Jack Twilley,
23131 Aaron M. Ucko,
23132 Aki Vehtari,
23133 Didier Verna,
23134 Vladimir Volovich,
23135 Jan Vroonhof,
23136 Stefan Waldherr,
23137 Pete Ware,
23138 Barry A. Warsaw,
23139 Christoph Wedler,
23140 Joe Wells,
23141 Lee Willis,
23142 Katsumi Yamaoka @c Yamaoka
23143 and
23144 Lloyd Zusman.
23145
23146
23147 For a full overview of what each person has done, the ChangeLogs
23148 included in the Gnus alpha distributions should give ample reading
23149 (550kB and counting).
23150
23151 Apologies to everybody that I've forgotten, of which there are many, I'm
23152 sure.
23153
23154 Gee, that's quite a list of people.  I guess that must mean that there
23155 actually are people who are using Gnus.  Who'd'a thunk it!
23156
23157
23158 @node New Features
23159 @subsection New Features
23160 @cindex new features
23161
23162 @menu
23163 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
23164 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
23165 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
23166 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
23167 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
23168 @end menu
23169
23170 These lists are, of course, just @emph{short} overviews of the
23171 @emph{most} important new features.  No, really.  There are tons more.
23172 Yes, we have feeping creaturism in full effect.
23173
23174 @node ding Gnus
23175 @subsubsection (ding) Gnus
23176
23177 New features in Gnus 5.0/5.1:
23178
23179 @itemize @bullet
23180
23181 @item
23182 The look of all buffers can be changed by setting format-like variables
23183 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
23184
23185 @item
23186 Local spool and several @sc{nntp} servers can be used at once
23187 (@pxref{Select Methods}).
23188
23189 @item
23190 You can combine groups into virtual groups (@pxref{Virtual Groups}).
23191
23192 @item
23193 You can read a number of different mail formats (@pxref{Getting Mail}).
23194 All the mail back ends implement a convenient mail expiry scheme
23195 (@pxref{Expiring Mail}).
23196
23197 @item
23198 Gnus can use various strategies for gathering threads that have lost
23199 their roots (thereby gathering loose sub-threads into one thread) or it
23200 can go back and retrieve enough headers to build a complete thread
23201 (@pxref{Customizing Threading}).
23202
23203 @item
23204 Killed groups can be displayed in the group buffer, and you can read
23205 them as well (@pxref{Listing Groups}).
23206
23207 @item
23208 Gnus can do partial group updates---you do not have to retrieve the
23209 entire active file just to check for new articles in a few groups
23210 (@pxref{The Active File}).
23211
23212 @item
23213 Gnus implements a sliding scale of subscribedness to groups
23214 (@pxref{Group Levels}).
23215
23216 @item
23217 You can score articles according to any number of criteria
23218 (@pxref{Scoring}).  You can even get Gnus to find out how to score
23219 articles for you (@pxref{Adaptive Scoring}).
23220
23221 @item
23222 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
23223 manner, so it should be difficult to lose much data on what you have
23224 read if your machine should go down (@pxref{Auto Save}).
23225
23226 @item
23227 Gnus now has its own startup file (@file{.gnus.el}) to avoid cluttering up
23228 the @file{.emacs} file.
23229
23230 @item
23231 You can set the process mark on both groups and articles and perform
23232 operations on all the marked items (@pxref{Process/Prefix}).
23233
23234 @item
23235 You can grep through a subset of groups and create a group from the
23236 results (@pxref{Kibozed Groups}).
23237
23238 @item
23239 You can list subsets of groups according to, well, anything
23240 (@pxref{Listing Groups}).
23241
23242 @item
23243 You can browse foreign servers and subscribe to groups from those
23244 servers (@pxref{Browse Foreign Server}).
23245
23246 @item
23247 Gnus can fetch articles, asynchronously, on a second connection to the
23248 server (@pxref{Asynchronous Fetching}).
23249
23250 @item
23251 You can cache articles locally (@pxref{Article Caching}).
23252
23253 @item
23254 The uudecode functions have been expanded and generalized
23255 (@pxref{Decoding Articles}).
23256
23257 @item
23258 You can still post uuencoded articles, which was a little-known feature
23259 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
23260
23261 @item
23262 Fetching parents (and other articles) now actually works without
23263 glitches (@pxref{Finding the Parent}).
23264
23265 @item
23266 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
23267
23268 @item
23269 Digests (and other files) can be used as the basis for groups
23270 (@pxref{Document Groups}).
23271
23272 @item
23273 Articles can be highlighted and customized (@pxref{Customizing
23274 Articles}).
23275
23276 @item
23277 URLs and other external references can be buttonized (@pxref{Article
23278 Buttons}).
23279
23280 @item
23281 You can do lots of strange stuff with the Gnus window & frame
23282 configuration (@pxref{Window Layout}).
23283
23284 @item
23285 You can click on buttons instead of using the keyboard
23286 (@pxref{Buttons}).
23287
23288 @end itemize
23289
23290
23291 @node September Gnus
23292 @subsubsection September Gnus
23293
23294 @iftex
23295 @iflatex
23296 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
23297 @end iflatex
23298 @end iftex
23299
23300 New features in Gnus 5.2/5.3:
23301
23302 @itemize @bullet
23303
23304 @item
23305 A new message composition mode is used.  All old customization variables
23306 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
23307 now obsolete.
23308
23309 @item
23310 Gnus is now able to generate @dfn{sparse} threads---threads where
23311 missing articles are represented by empty nodes (@pxref{Customizing
23312 Threading}).
23313
23314 @lisp
23315 (setq gnus-build-sparse-threads 'some)
23316 @end lisp
23317
23318 @item
23319 Outgoing articles are stored on a special archive server
23320 (@pxref{Archived Messages}).
23321
23322 @item
23323 Partial thread regeneration now happens when articles are
23324 referred.
23325
23326 @item
23327 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
23328
23329 @item
23330 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
23331
23332 @item
23333 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
23334
23335 @lisp
23336 (setq gnus-use-trees t)
23337 @end lisp
23338
23339 @item
23340 An @code{nn}-like pick-and-read minor mode is available for the summary
23341 buffers (@pxref{Pick and Read}).
23342
23343 @lisp
23344 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
23345 @end lisp
23346
23347 @item
23348 In binary groups you can use a special binary minor mode (@pxref{Binary
23349 Groups}).
23350
23351 @item
23352 Groups can be grouped in a folding topic hierarchy (@pxref{Group
23353 Topics}).
23354
23355 @lisp
23356 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
23357 @end lisp
23358
23359 @item
23360 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
23361
23362 @item
23363 Groups can now have a score, and bubbling based on entry frequency
23364 is possible (@pxref{Group Score}).
23365
23366 @lisp
23367 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
23368 @end lisp
23369
23370 @item
23371 Groups can be process-marked, and commands can be performed on
23372 groups of groups (@pxref{Marking Groups}).
23373
23374 @item
23375 Caching is possible in virtual groups.
23376
23377 @item
23378 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
23379 news batches, ClariNet briefs collections, and just about everything
23380 else (@pxref{Document Groups}).
23381
23382 @item
23383 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
23384 (@pxref{SOUP}).
23385
23386 @item
23387 The Gnus cache is much faster.
23388
23389 @item
23390 Groups can be sorted according to many criteria (@pxref{Sorting
23391 Groups}).
23392
23393 @item
23394 New group parameters have been introduced to set list-addresses and
23395 expiry times (@pxref{Group Parameters}).
23396
23397 @item
23398 All formatting specs allow specifying faces to be used
23399 (@pxref{Formatting Fonts}).
23400
23401 @item
23402 There are several more commands for setting/removing/acting on process
23403 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
23404
23405 @item
23406 The summary buffer can be limited to show parts of the available
23407 articles based on a wide range of criteria.  These commands have been
23408 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
23409
23410 @item
23411 Articles can be made persistent with the @kbd{*} command
23412 (@pxref{Persistent Articles}).
23413
23414 @item
23415 All functions for hiding article elements are now toggles.
23416
23417 @item
23418 Article headers can be buttonized (@pxref{Article Washing}).
23419
23420 @item
23421 All mail back ends support fetching articles by @code{Message-ID}.
23422
23423 @item
23424 Duplicate mail can now be treated properly (@pxref{Duplicates}).
23425
23426 @item
23427 All summary mode commands are available directly from the article
23428 buffer (@pxref{Article Keymap}).
23429
23430 @item
23431 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
23432 Layout}).
23433
23434 @item
23435 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
23436 @iftex
23437 @iflatex
23438 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
23439 @end iflatex
23440 @end iftex
23441
23442 @item
23443 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
23444
23445 @lisp
23446 (setq gnus-use-nocem t)
23447 @end lisp
23448
23449 @item
23450 Groups can be made permanently visible (@pxref{Listing Groups}).
23451
23452 @lisp
23453 (setq gnus-permanently-visible-groups "^nnml:")
23454 @end lisp
23455
23456 @item
23457 Many new hooks have been introduced to make customizing easier.
23458
23459 @item
23460 Gnus respects the @code{Mail-Copies-To} header.
23461
23462 @item
23463 Threads can be gathered by looking at the @code{References} header
23464 (@pxref{Customizing Threading}).
23465
23466 @lisp
23467 (setq gnus-summary-thread-gathering-function
23468       'gnus-gather-threads-by-references)
23469 @end lisp
23470
23471 @item
23472 Read articles can be stored in a special backlog buffer to avoid
23473 refetching (@pxref{Article Backlog}).
23474
23475 @lisp
23476 (setq gnus-keep-backlog 50)
23477 @end lisp
23478
23479 @item
23480 A clean copy of the current article is always stored in a separate
23481 buffer to allow easier treatment.
23482
23483 @item
23484 Gnus can suggest where to save articles (@pxref{Saving Articles}).
23485
23486 @item
23487 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
23488 Articles}).
23489
23490 @lisp
23491 (setq gnus-prompt-before-saving t)
23492 @end lisp
23493
23494 @item
23495 @code{gnus-uu} can view decoded files asynchronously while fetching
23496 articles (@pxref{Other Decode Variables}).
23497
23498 @lisp
23499 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
23500 @end lisp
23501
23502 @item
23503 Filling in the article buffer now works properly on cited text
23504 (@pxref{Article Washing}).
23505
23506 @item
23507 Hiding cited text adds buttons to toggle hiding, and how much
23508 cited text to hide is now customizable (@pxref{Article Hiding}).
23509
23510 @lisp
23511 (setq gnus-cited-lines-visible 2)
23512 @end lisp
23513
23514 @item
23515 Boring headers can be hidden (@pxref{Article Hiding}).
23516
23517 @item
23518 Default scoring values can now be set from the menu bar.
23519
23520 @item
23521 Further syntax checking of outgoing articles have been added.
23522
23523 @end itemize
23524
23525
23526 @node Red Gnus
23527 @subsubsection Red Gnus
23528
23529 New features in Gnus 5.4/5.5:
23530
23531 @iftex
23532 @iflatex
23533 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
23534 @end iflatex
23535 @end iftex
23536
23537 @itemize @bullet
23538
23539 @item
23540 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
23541
23542 @item
23543 Article prefetching functionality has been moved up into
23544 Gnus (@pxref{Asynchronous Fetching}).
23545
23546 @item
23547 Scoring can now be performed with logical operators like @code{and},
23548 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
23549 Scoring}).
23550
23551 @item
23552 Article washing status can be displayed in the
23553 article mode line (@pxref{Misc Article}).
23554
23555 @item
23556 @file{gnus.el} has been split into many smaller files.
23557
23558 @item
23559 Suppression of duplicate articles based on Message-ID can be done
23560 (@pxref{Duplicate Suppression}).
23561
23562 @lisp
23563 (setq gnus-suppress-duplicates t)
23564 @end lisp
23565
23566 @item
23567 New variables for specifying what score and adapt files are to be
23568 considered home score and adapt files (@pxref{Home Score File}) have
23569 been added.
23570
23571 @item
23572 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
23573 Server Internals}).
23574
23575 @item
23576 Groups can inherit group parameters from parent topics (@pxref{Topic
23577 Parameters}).
23578
23579 @item
23580 Article editing has been revamped and is now actually usable.
23581
23582 @item
23583 Signatures can be recognized in more intelligent fashions
23584 (@pxref{Article Signature}).
23585
23586 @item
23587 Summary pick mode has been made to look more @code{nn}-like.  Line
23588 numbers are displayed and the @kbd{.} command can be used to pick
23589 articles (@code{Pick and Read}).
23590
23591 @item
23592 Commands for moving the @file{.newsrc.eld} from one server to
23593 another have been added (@pxref{Changing Servers}).
23594
23595 @item
23596 There's a way now to specify that ``uninteresting'' fields be suppressed
23597 when generating lines in buffers (@pxref{Advanced Formatting}).
23598
23599 @item
23600 Several commands in the group buffer can be undone with @kbd{C-M-_}
23601 (@pxref{Undo}).
23602
23603 @item
23604 Scoring can be done on words using the new score type @code{w}
23605 (@pxref{Score File Format}).
23606
23607 @item
23608 Adaptive scoring can be done on a Subject word-by-word basis
23609 (@pxref{Adaptive Scoring}).
23610
23611 @lisp
23612 (setq gnus-use-adaptive-scoring '(word))
23613 @end lisp
23614
23615 @item
23616 Scores can be decayed (@pxref{Score Decays}).
23617
23618 @lisp
23619 (setq gnus-decay-scores t)
23620 @end lisp
23621
23622 @item
23623 Scoring can be performed using a regexp on the Date header.  The Date is
23624 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
23625
23626 @item
23627 A new command has been added to remove all data on articles from
23628 the native server (@pxref{Changing Servers}).
23629
23630 @item
23631 A new command for reading collections of documents
23632 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
23633 (@pxref{Really Various Summary Commands}).
23634
23635 @item
23636 Process mark sets can be pushed and popped (@pxref{Setting Process
23637 Marks}).
23638
23639 @item
23640 A new mail-to-news back end makes it possible to post even when the @sc{nntp}
23641 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
23642
23643 @item
23644 A new back end for reading searches from Web search engines
23645 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
23646 (@pxref{Web Searches}).
23647
23648 @item
23649 Groups inside topics can now be sorted using the standard sorting
23650 functions, and each topic can be sorted independently (@pxref{Topic
23651 Sorting}).
23652
23653 @item
23654 Subsets of the groups can be sorted independently (@code{Sorting
23655 Groups}).
23656
23657 @item
23658 Cached articles can be pulled into the groups (@pxref{Summary Generation
23659 Commands}).
23660 @iftex
23661 @iflatex
23662 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
23663 @end iflatex
23664 @end iftex
23665
23666 @item
23667 Score files are now applied in a more reliable order (@pxref{Score
23668 Variables}).
23669
23670 @item
23671 Reports on where mail messages end up can be generated (@pxref{Splitting
23672 Mail}).
23673
23674 @item
23675 More hooks and functions have been added to remove junk from incoming
23676 mail before saving the mail (@pxref{Washing Mail}).
23677
23678 @item
23679 Emphasized text can be properly fontisized:
23680
23681 @end itemize
23682
23683
23684 @node Quassia Gnus
23685 @subsubsection Quassia Gnus
23686
23687 New features in Gnus 5.6:
23688
23689 @itemize @bullet
23690
23691 @item
23692 New functionality for using Gnus as an offline newsreader has been
23693 added.  A plethora of new commands and modes have been added.  See
23694 @pxref{Gnus Unplugged} for the full story.
23695
23696 @item
23697  The @code{nndraft} back end has returned, but works differently than
23698 before.  All Message buffers are now also articles in the @code{nndraft}
23699 group, which is created automatically.
23700
23701 @item
23702 @code{gnus-alter-header-function} can now be used to alter header
23703 values.
23704
23705 @item
23706  @code{gnus-summary-goto-article} now accept Message-ID's.
23707
23708 @item
23709  A new Message command for deleting text in the body of a message
23710 outside the region: @kbd{C-c C-v}.
23711
23712 @item
23713  You can now post to component group in @code{nnvirtual} groups with
23714 @kbd{C-u C-c C-c}.
23715
23716 @item
23717  @code{nntp-rlogin-program}---new variable to ease customization.
23718
23719 @item
23720  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
23721 re-highlighting of the article buffer.
23722
23723 @item
23724  New element in @code{gnus-boring-article-headers}---@code{long-to}.
23725
23726 @item
23727  @kbd{M-i} symbolic prefix command.  See the section ``Symbolic
23728 Prefixes'' in the Gnus manual for details.
23729
23730 @item
23731  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
23732 @kbd{a} to add the score rule to the @file{all.SCORE} file.
23733
23734 @item
23735  @code{gnus-simplify-subject-functions} variable to allow greater
23736 control over simplification.
23737
23738 @item
23739  @kbd{A T}---new command for fetching the current thread.
23740
23741 @item
23742  @kbd{/ T}---new command for including the current thread in the
23743 limit.
23744
23745 @item
23746  @kbd{M-RET} is a new Message command for breaking cited text.
23747
23748 @item
23749  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
23750
23751 @item
23752  The @code{custom-face-lookup} function has been removed.
23753 If you used this function in your initialization files, you must
23754 rewrite them to use @code{face-spec-set} instead.
23755
23756 @item
23757  Canceling now uses the current select method.  Symbolic prefix
23758 @kbd{a} forces normal posting method.
23759
23760 @item
23761  New command to translate M******** sm*rtq**t*s into proper
23762 text---@kbd{W d}.
23763
23764 @item
23765  For easier debugging of @code{nntp}, you can set
23766 @code{nntp-record-commands} to a non-@code{nil} value.
23767
23768 @item
23769  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
23770 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
23771
23772 @item
23773  A command for editing group parameters from the summary buffer
23774 has been added.
23775
23776 @item
23777  A history of where mails have been split is available.
23778
23779 @item
23780  A new article date command has been added---@code{article-date-iso8601}.
23781
23782 @item
23783  Subjects can be simplified when threading by setting
23784 @code{gnus-score-thread-simplify}.
23785
23786 @item
23787  A new function for citing in Message has been
23788 added---@code{message-cite-original-without-signature}.
23789
23790 @item
23791  @code{article-strip-all-blank-lines}---new article command.
23792
23793 @item
23794  A new Message command to kill to the end of the article has
23795 been added.
23796
23797 @item
23798  A minimum adaptive score can be specified by using the
23799 @code{gnus-adaptive-word-minimum} variable.
23800
23801 @item
23802  The ``lapsed date'' article header can be kept continually
23803 updated by the @code{gnus-start-date-timer} command.
23804
23805 @item
23806  Web listserv archives can be read with the @code{nnlistserv} back end.
23807
23808 @item
23809  Old dejanews archives can now be read by @code{nnweb}.
23810
23811 @end itemize
23812
23813 @node Pterodactyl Gnus
23814 @subsubsection Pterodactyl Gnus
23815
23816 New features in Gnus 5.8:
23817
23818 @itemize @bullet
23819
23820 @item
23821 The mail-fetching functions have changed.  See the manual for the
23822 many details.  In particular, all procmail fetching variables are gone.
23823
23824 If you used procmail like in
23825
23826 @lisp
23827 (setq nnmail-use-procmail t)
23828 (setq nnmail-spool-file 'procmail)
23829 (setq nnmail-procmail-directory "~/mail/incoming/")
23830 (setq nnmail-procmail-suffix "\\.in")
23831 @end lisp
23832
23833 this now has changed to
23834
23835 @lisp
23836 (setq mail-sources
23837       '((directory :path "~/mail/incoming/"
23838                    :suffix ".in")))
23839 @end lisp
23840
23841 More information is available in the info doc at Select Methods ->
23842 Getting Mail -> Mail Sources
23843
23844 @item
23845 Gnus is now a @sc{mime}-capable reader.  This affects many parts of
23846 Gnus, and adds a slew of new commands.  See the manual for details.
23847
23848 @item
23849 Gnus has also been multilingualized.  This also affects too
23850 many parts of Gnus to summarize here, and adds many new variables.
23851
23852 @item
23853 @code{gnus-auto-select-first} can now be a function to be
23854 called to position point.
23855
23856 @item
23857 The user can now decide which extra headers should be included in
23858 summary buffers and @sc{nov} files.
23859
23860 @item
23861 @code{gnus-article-display-hook} has been removed.  Instead, a number
23862 of variables starting with @code{gnus-treat-} have been added.
23863
23864 @item
23865 The Gnus posting styles have been redone again and now works in a
23866 subtly different manner.
23867
23868 @item
23869 New web-based back ends have been added: @code{nnslashdot},
23870 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
23871 again, to keep up with ever-changing layouts.
23872
23873 @item
23874 Gnus can now read @sc{imap} mail via @code{nnimap}.
23875
23876 @end itemize
23877
23878 @iftex
23879
23880 @page
23881 @node The Manual
23882 @section The Manual
23883 @cindex colophon
23884 @cindex manual
23885
23886 This manual was generated from a TeXinfo file and then run through
23887 either @code{texi2dvi}
23888 @iflatex
23889 or my own home-brewed TeXinfo to \LaTeX\ transformer,
23890 and then run through @code{latex} and @code{dvips}
23891 @end iflatex
23892 to get what you hold in your hands now.
23893
23894 The following conventions have been used:
23895
23896 @enumerate
23897
23898 @item
23899 This is a @samp{string}
23900
23901 @item
23902 This is a @kbd{keystroke}
23903
23904 @item
23905 This is a @file{file}
23906
23907 @item
23908 This is a @code{symbol}
23909
23910 @end enumerate
23911
23912 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
23913 mean:
23914
23915 @lisp
23916 (setq flargnoze "yes")
23917 @end lisp
23918
23919 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
23920
23921 @lisp
23922 (setq flumphel 'yes)
23923 @end lisp
23924
23925 @samp{yes} and @code{yes} are two @emph{very} different things---don't
23926 ever get them confused.
23927
23928 @iflatex
23929 @c @head
23930 Of course, everything in this manual is of vital interest, so you should
23931 read it all.  Several times.  However, if you feel like skimming the
23932 manual, look for that gnu head you should see in the margin over
23933 there---it means that what's being discussed is of more importance than
23934 the rest of the stuff.  (On the other hand, if everything is infinitely
23935 important, how can anything be more important than that?  Just one more
23936 of the mysteries of this world, I guess.)
23937 @end iflatex
23938
23939 @end iftex
23940
23941
23942 @node On Writing Manuals
23943 @section On Writing Manuals
23944
23945 I guess most manuals are written after-the-fact; documenting a program
23946 that's already there.  This is not how this manual is written.  When
23947 implementing something, I write the manual entry for that something
23948 straight away.  I then see that it's difficult to explain the
23949 functionality, so I write how it's supposed to be, and then I change the
23950 implementation.  Writing the documentation and writing the code goes
23951 hand in hand.
23952
23953 This, of course, means that this manual has no, or little, flow.  It
23954 documents absolutely everything in Gnus, but often not where you're
23955 looking for it.  It is a reference manual, and not a guide to how to get
23956 started with Gnus.
23957
23958 That would be a totally different book, that should be written using the
23959 reference manual as source material.  It would look quite differently.
23960
23961
23962 @page
23963 @node Terminology
23964 @section Terminology
23965
23966 @cindex terminology
23967 @table @dfn
23968
23969 @item news
23970 @cindex news
23971 This is what you are supposed to use this thing for---reading news.
23972 News is generally fetched from a nearby @sc{nntp} server, and is
23973 generally publicly available to everybody.  If you post news, the entire
23974 world is likely to read just what you have written, and they'll all
23975 snigger mischievously.  Behind your back.
23976
23977 @item mail
23978 @cindex mail
23979 Everything that's delivered to you personally is mail.  Some news/mail
23980 readers (like Gnus) blur the distinction between mail and news, but
23981 there is a difference.  Mail is private.  News is public.  Mailing is
23982 not posting, and replying is not following up.
23983
23984 @item reply
23985 @cindex reply
23986 Send a mail to the person who has written what you are reading.
23987
23988 @item follow up
23989 @cindex follow up
23990 Post an article to the current newsgroup responding to the article you
23991 are reading.
23992
23993 @item back end
23994 @cindex back end
23995 Gnus considers mail and news to be mostly the same, really.  The only
23996 difference is how to access the actual articles.  News articles are
23997 commonly fetched via the protocol NNTP, whereas mail messages could be
23998 read from a file on the local disk.  The internal architecture of Gnus
23999 thus comprises a `front end' and a number of `back ends'.  Internally,
24000 when you enter a group (by hitting @key{RET}, say), you thereby invoke
24001 a function in the front end in Gnus.  The front end then `talks' to a
24002 back end and says things like ``Give me the list of articles in the foo
24003 group'' or ``Show me article number 4711''.
24004
24005 So a back end mainly defines either a protocol (the @code{nntp} back end
24006 accesses news via NNTP, the @code{nnimap} back end accesses mail via
24007 IMAP) or a file format and directory layout (the @code{nnspool} back end
24008 accesses news via the common `spool directory' format, the @code{nnml}
24009 back end access mail via a file format and directory layout that's
24010 quite similar).
24011
24012 Gnus does not handle the underlying media, so to speak---this is all
24013 done by the back ends.  A back end is a collection of functions to
24014 access the articles.
24015
24016 However, sometimes the term `back end' is also used where `server'
24017 would have been more appropriate.  And then there is the term `select
24018 method' which can mean either.  The Gnus terminology can be quite
24019 confusing.
24020
24021 @item native
24022 @cindex native
24023 Gnus will always use one method (and back end) as the @dfn{native}, or
24024 default, way of getting news.
24025
24026 @item foreign
24027 @cindex foreign
24028 You can also have any number of foreign groups active at the same time.
24029 These are groups that use non-native non-secondary back ends for getting
24030 news.
24031
24032 @item secondary
24033 @cindex secondary
24034 Secondary back ends are somewhere half-way between being native and being
24035 foreign, but they mostly act like they are native.
24036
24037 @item article
24038 @cindex article
24039 A message that has been posted as news.
24040
24041 @item mail message
24042 @cindex mail message
24043 A message that has been mailed.
24044
24045 @item message
24046 @cindex message
24047 A mail message or news article
24048
24049 @item head
24050 @cindex head
24051 The top part of a message, where administrative information (etc.) is
24052 put.
24053
24054 @item body
24055 @cindex body
24056 The rest of an article.  Everything not in the head is in the
24057 body.
24058
24059 @item header
24060 @cindex header
24061 A line from the head of an article.
24062
24063 @item headers
24064 @cindex headers
24065 A collection of such lines, or a collection of heads.  Or even a
24066 collection of @sc{nov} lines.
24067
24068 @item @sc{nov}
24069 @cindex nov
24070 When Gnus enters a group, it asks the back end for the headers of all
24071 unread articles in the group.  Most servers support the News OverView
24072 format, which is more compact and much faster to read and parse than the
24073 normal @sc{head} format.
24074
24075 @item level
24076 @cindex levels
24077 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
24078 that have a lower level are ``more'' subscribed than the groups with a
24079 higher level.  In fact, groups on levels 1-5 are considered
24080 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
24081 are @dfn{killed}.  Commands for listing groups and scanning for new
24082 articles will all use the numeric prefix as @dfn{working level}.
24083
24084 @item killed groups
24085 @cindex killed groups
24086 No information on killed groups is stored or updated, which makes killed
24087 groups much easier to handle than subscribed groups.
24088
24089 @item zombie groups
24090 @cindex zombie groups
24091 Just like killed groups, only slightly less dead.
24092
24093 @item active file
24094 @cindex active file
24095 The news server has to keep track of what articles it carries, and what
24096 groups exist.  All this information in stored in the active file, which
24097 is rather large, as you might surmise.
24098
24099 @item bogus groups
24100 @cindex bogus groups
24101 A group that exists in the @file{.newsrc} file, but isn't known to the
24102 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
24103 This means that the group probably doesn't exist (any more).
24104
24105 @item activating
24106 @cindex activating groups
24107 The act of asking the server for info on a group and computing the
24108 number of unread articles is called @dfn{activating the group}.
24109 Un-activated groups are listed with @samp{*} in the group buffer.
24110
24111 @item server
24112 @cindex server
24113 A machine one can connect to and get news (or mail) from.
24114
24115 @item select method
24116 @cindex select method
24117 A structure that specifies the back end, the server and the virtual
24118 server settings.
24119
24120 @item virtual server
24121 @cindex virtual server
24122 A named select method.  Since a select method defines all there is to
24123 know about connecting to a (physical) server, taking the thing as a
24124 whole is a virtual server.
24125
24126 @item washing
24127 @cindex washing
24128 Taking a buffer and running it through a filter of some sort.  The
24129 result will (more often than not) be cleaner and more pleasing than the
24130 original.
24131
24132 @item ephemeral groups
24133 @cindex ephemeral groups
24134 Most groups store data on what articles you have read.  @dfn{Ephemeral}
24135 groups are groups that will have no data stored---when you exit the
24136 group, it'll disappear into the aether.
24137
24138 @item solid groups
24139 @cindex solid groups
24140 This is the opposite of ephemeral groups.  All groups listed in the
24141 group buffer are solid groups.
24142
24143 @item sparse articles
24144 @cindex sparse articles
24145 These are article placeholders shown in the summary buffer when
24146 @code{gnus-build-sparse-threads} has been switched on.
24147
24148 @item threading
24149 @cindex threading
24150 To put responses to articles directly after the articles they respond
24151 to---in a hierarchical fashion.
24152
24153 @item root
24154 @cindex root
24155 @cindex thread root
24156 The first article in a thread is the root.  It is the ancestor of all
24157 articles in the thread.
24158
24159 @item parent
24160 @cindex parent
24161 An article that has responses.
24162
24163 @item child
24164 @cindex child
24165 An article that responds to a different article---its parent.
24166
24167 @item digest
24168 @cindex digest
24169 A collection of messages in one file.  The most common digest format is
24170 specified by RFC 1153.
24171
24172 @end table
24173
24174
24175 @page
24176 @node Customization
24177 @section Customization
24178 @cindex general customization
24179
24180 All variables are properly documented elsewhere in this manual.  This
24181 section is designed to give general pointers on how to customize Gnus
24182 for some quite common situations.
24183
24184 @menu
24185 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
24186 * Slow Terminal Connection::    You run a remote Emacs.
24187 * Little Disk Space::           You feel that having large setup files is icky.
24188 * Slow Machine::                You feel like buying a faster machine.
24189 @end menu
24190
24191
24192 @node Slow/Expensive Connection
24193 @subsection Slow/Expensive NNTP Connection
24194
24195 If you run Emacs on a machine locally, and get your news from a machine
24196 over some very thin strings, you want to cut down on the amount of data
24197 Gnus has to get from the @sc{nntp} server.
24198
24199 @table @code
24200
24201 @item gnus-read-active-file
24202 Set this to @code{nil}, which will inhibit Gnus from requesting the
24203 entire active file from the server.  This file is often v.  large.  You
24204 also have to set @code{gnus-check-new-newsgroups} and
24205 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
24206 doesn't suddenly decide to fetch the active file anyway.
24207
24208 @item gnus-nov-is-evil
24209 This one has to be @code{nil}.  If not, grabbing article headers from
24210 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
24211 support @sc{xover}; Gnus will detect this by itself.
24212 @end table
24213
24214
24215 @node Slow Terminal Connection
24216 @subsection Slow Terminal Connection
24217
24218 Let's say you use your home computer for dialing up the system that runs
24219 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
24220 possible) the amount of data sent over the wires.
24221
24222 @table @code
24223
24224 @item gnus-auto-center-summary
24225 Set this to @code{nil} to inhibit Gnus from re-centering the summary
24226 buffer all the time.  If it is @code{vertical}, do only vertical
24227 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
24228 horizontal and vertical recentering.
24229
24230 @item gnus-visible-headers
24231 Cut down on the headers included in the articles to the
24232 minimum.  You can, in fact, make do without them altogether---most of the
24233 useful data is in the summary buffer, anyway.  Set this variable to
24234 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
24235
24236 Set this hook to all the available hiding commands:
24237 @lisp
24238 (setq gnus-treat-hide-headers 'head
24239       gnus-treat-hide-signature t
24240       gnus-treat-hide-citation t)
24241 @end lisp
24242
24243 @item gnus-use-full-window
24244 By setting this to @code{nil}, you can make all the windows smaller.
24245 While this doesn't really cut down much generally, it means that you
24246 have to see smaller portions of articles before deciding that you didn't
24247 want to read them anyway.
24248
24249 @item gnus-thread-hide-subtree
24250 If this is non-@code{nil}, all threads in the summary buffer will be
24251 hidden initially.
24252
24253
24254 @item gnus-updated-mode-lines
24255 If this is @code{nil}, Gnus will not put information in the buffer mode
24256 lines, which might save some time.
24257 @end table
24258
24259
24260 @node Little Disk Space
24261 @subsection Little Disk Space
24262 @cindex disk space
24263
24264 The startup files can get rather large, so you may want to cut their
24265 sizes a bit if you are running out of space.
24266
24267 @table @code
24268
24269 @item gnus-save-newsrc-file
24270 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
24271 only save @file{.newsrc.eld}.  This means that you will not be able to
24272 use any other newsreaders than Gnus.  This variable is @code{t} by
24273 default.
24274
24275 @item gnus-read-newsrc-file
24276 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
24277 only read @file{.newsrc.eld}.  This means that you will not be able to
24278 use any other newsreaders than Gnus.  This variable is @code{t} by
24279 default.
24280
24281 @item gnus-save-killed-list
24282 If this is @code{nil}, Gnus will not save the list of dead groups.  You
24283 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
24284 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
24285 variable to @code{nil}.  This variable is @code{t} by default.
24286
24287 @end table
24288
24289
24290 @node Slow Machine
24291 @subsection Slow Machine
24292 @cindex slow machine
24293
24294 If you have a slow machine, or are just really impatient, there are a
24295 few things you can do to make Gnus run faster.
24296
24297 Set @code{gnus-check-new-newsgroups} and
24298 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
24299
24300 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
24301 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
24302 summary buffer faster.
24303
24304
24305 @page
24306 @node Troubleshooting
24307 @section Troubleshooting
24308 @cindex troubleshooting
24309
24310 Gnus works @emph{so} well straight out of the box---I can't imagine any
24311 problems, really.
24312
24313 Ahem.
24314
24315 @enumerate
24316
24317 @item
24318 Make sure your computer is switched on.
24319
24320 @item
24321 Make sure that you really load the current Gnus version.  If you have
24322 been running @sc{gnus}, you need to exit Emacs and start it up again before
24323 Gnus will work.
24324
24325 @item
24326 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
24327 like @samp{T-gnus 6.15.* (based on Oort Gnus v0.*; for SEMI 1.1*, FLIM
24328 1.1*)} you have the right files loaded.  If, on the other hand, you get
24329 something like @samp{NNTP 3.x} or @samp{nntp flee}, you have some old
24330 @file{.el} files lying around.  Delete these.
24331
24332 @item
24333 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
24334 how-to.
24335
24336 @item
24337 @vindex max-lisp-eval-depth
24338 Gnus works on many recursive structures, and in some extreme (and very
24339 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
24340 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
24341 something like that.
24342 @end enumerate
24343
24344 If all else fails, report the problem as a bug.
24345
24346 @cindex bugs
24347 @cindex reporting bugs
24348
24349 @kindex M-x gnus-bug
24350 @findex gnus-bug
24351 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
24352 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
24353 me the backtrace.  I will fix bugs, but I can only fix them if you send
24354 me a precise description as to how to reproduce the bug.
24355
24356 You really can never be too detailed in a bug report.  Always use the
24357 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
24358 a 10Kb mail each time you use it, and even if you have sent me your
24359 environment 500 times before.  I don't care.  I want the full info each
24360 time.
24361
24362 It is also important to remember that I have no memory whatsoever.  If
24363 you send a bug report, and I send you a reply, and then you just send
24364 back ``No, it's not! Moron!'', I will have no idea what you are
24365 insulting me about.  Always over-explain everything.  It's much easier
24366 for all of us---if I don't have all the information I need, I will just
24367 mail you and ask for more info, and everything takes more time.
24368
24369 If the problem you're seeing is very visual, and you can't quite explain
24370 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
24371 it somewhere it can be reached, and include the URL of the picture in
24372 the bug report.
24373
24374 @cindex patches
24375 If you would like to contribute a patch to fix bugs or make
24376 improvements, please produce the patch using @samp{diff -u}.
24377
24378 @cindex edebug
24379 If you want to debug your problem further before reporting, possibly
24380 in order to solve the problem yourself and send a patch, you can use
24381 edebug.  Debugging lisp code is documented in the Elisp manual
24382 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
24383 Lisp Reference Manual}).  To get you started with edebug, consider if
24384 you discover some weird behaviour when pressing @kbd{c}, the first
24385 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
24386 the documentation buffer that leads you to the function definition,
24387 then press @kbd{M-x edebug-defun RET} with point inside that function,
24388 return to Gnus and press @kbd{c} to invoke the code.  You will be
24389 placed in the lisp buffer and can single step using @kbd{SPC} and
24390 evaluate expressions using @kbd{M-:} or inspect variables using
24391 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
24392 @kbd{c} or @kbd{g}.
24393
24394 @cindex elp
24395 @cindex profile
24396 @cindex slow
24397 Sometimes, a problem do not directly generate a elisp error but
24398 manifests itself by causing Gnus to be very slow.  In these cases, you
24399 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-j} when things are
24400 slow, and then try to analyze the backtrace (repeating the procedure
24401 helps isolating the real problem areas).  A fancier approach is to use
24402 the elisp profiler, ELP.  The profiler is (or should be) fully
24403 documented elsewhere, but to get you started there are a few steps
24404 that need to be followed.  First, instrument the part of Gnus you are
24405 interested in for profiling, e.g. @kbd{M-x elp-instrument-package RET
24406 gnus} or @kbd{M-x elp-instrument-package RET message}.  Then perform
24407 the operation that is slow and press @kbd{M-x elp-results}.  You will
24408 then see which operations that takes time, and can debug them further.
24409 If the entire operation takes much longer than the time spent in the
24410 slowest function in the profiler output, you probably profiled the
24411 wrong part of Gnus.  To reset profiling statistics, use @kbd{M-x
24412 elp-reset-all}.  @kbd{M-x elp-restore-all} is supposed to remove
24413 profiling, but given the complexities and dynamic code generation in
24414 Gnus, it might not always work perfectly.
24415
24416 If you just need help, you are better off asking on
24417 @samp{gnu.emacs.gnus}.  I'm not very helpful.
24418
24419 @cindex gnu.emacs.gnus
24420 @cindex ding mailing list
24421 You can also ask on the ding mailing list---@email{ding@@gnus.org}.
24422 Write to @email{ding-request@@gnus.org} to subscribe.
24423
24424
24425 @page
24426 @node Gnus Reference Guide
24427 @section Gnus Reference Guide
24428
24429 It is my hope that other people will figure out smart stuff that Gnus
24430 can do, and that other people will write those smart things as well.  To
24431 facilitate that I thought it would be a good idea to describe the inner
24432 workings of Gnus.  And some of the not-so-inner workings, while I'm at
24433 it.
24434
24435 You can never expect the internals of a program not to change, but I
24436 will be defining (in some details) the interface between Gnus and its
24437 back ends (this is written in stone), the format of the score files
24438 (ditto), data structures (some are less likely to change than others)
24439 and general methods of operation.
24440
24441 @menu
24442 * Gnus Utility Functions::      Common functions and variable to use.
24443 * Back End Interface::          How Gnus communicates with the servers.
24444 * Score File Syntax::           A BNF definition of the score file standard.
24445 * Headers::                     How Gnus stores headers internally.
24446 * Ranges::                      A handy format for storing mucho numbers.
24447 * Group Info::                  The group info format.
24448 * Extended Interactive::        Symbolic prefixes and stuff.
24449 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
24450 * Various File Formats::        Formats of files that Gnus use.
24451 @end menu
24452
24453
24454 @node Gnus Utility Functions
24455 @subsection Gnus Utility Functions
24456 @cindex Gnus utility functions
24457 @cindex utility functions
24458 @cindex functions
24459 @cindex internal variables
24460
24461 When writing small functions to be run from hooks (and stuff), it's
24462 vital to have access to the Gnus internal functions and variables.
24463 Below is a list of the most common ones.
24464
24465 @table @code
24466
24467 @item gnus-newsgroup-name
24468 @vindex gnus-newsgroup-name
24469 This variable holds the name of the current newsgroup.
24470
24471 @item gnus-find-method-for-group
24472 @findex gnus-find-method-for-group
24473 A function that returns the select method for @var{group}.
24474
24475 @item gnus-group-real-name
24476 @findex gnus-group-real-name
24477 Takes a full (prefixed) Gnus group name, and returns the unprefixed
24478 name.
24479
24480 @item gnus-group-prefixed-name
24481 @findex gnus-group-prefixed-name
24482 Takes an unprefixed group name and a select method, and returns the full
24483 (prefixed) Gnus group name.
24484
24485 @item gnus-get-info
24486 @findex gnus-get-info
24487 Returns the group info list for @var{group}.
24488
24489 @item gnus-group-unread
24490 @findex gnus-group-unread
24491 The number of unread articles in @var{group}, or @code{t} if that is
24492 unknown.
24493
24494 @item gnus-active
24495 @findex gnus-active
24496 The active entry for @var{group}.
24497
24498 @item gnus-set-active
24499 @findex gnus-set-active
24500 Set the active entry for @var{group}.
24501
24502 @item gnus-add-current-to-buffer-list
24503 @findex gnus-add-current-to-buffer-list
24504 Adds the current buffer to the list of buffers to be killed on Gnus
24505 exit.
24506
24507 @item gnus-continuum-version
24508 @findex gnus-continuum-version
24509 Takes a Gnus version string as a parameter and returns a floating point
24510 number.  Earlier versions will always get a lower number than later
24511 versions.
24512
24513 @item gnus-group-read-only-p
24514 @findex gnus-group-read-only-p
24515 Says whether @var{group} is read-only or not.
24516
24517 @item gnus-news-group-p
24518 @findex gnus-news-group-p
24519 Says whether @var{group} came from a news back end.
24520
24521 @item gnus-ephemeral-group-p
24522 @findex gnus-ephemeral-group-p
24523 Says whether @var{group} is ephemeral or not.
24524
24525 @item gnus-server-to-method
24526 @findex gnus-server-to-method
24527 Returns the select method corresponding to @var{server}.
24528
24529 @item gnus-server-equal
24530 @findex gnus-server-equal
24531 Says whether two virtual servers are equal.
24532
24533 @item gnus-group-native-p
24534 @findex gnus-group-native-p
24535 Says whether @var{group} is native or not.
24536
24537 @item gnus-group-secondary-p
24538 @findex gnus-group-secondary-p
24539 Says whether @var{group} is secondary or not.
24540
24541 @item gnus-group-foreign-p
24542 @findex gnus-group-foreign-p
24543 Says whether @var{group} is foreign or not.
24544
24545 @item group-group-find-parameter
24546 @findex group-group-find-parameter
24547 Returns the parameter list of @var{group}.  If given a second parameter,
24548 returns the value of that parameter for @var{group}.
24549
24550 @item gnus-group-set-parameter
24551 @findex gnus-group-set-parameter
24552 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
24553
24554 @item gnus-narrow-to-body
24555 @findex gnus-narrow-to-body
24556 Narrows the current buffer to the body of the article.
24557
24558 @item gnus-check-backend-function
24559 @findex gnus-check-backend-function
24560 Takes two parameters, @var{function} and @var{group}.  If the back end
24561 @var{group} comes from supports @var{function}, return non-@code{nil}.
24562
24563 @lisp
24564 (gnus-check-backend-function "request-scan" "nnml:misc")
24565 @result{} t
24566 @end lisp
24567
24568 @item gnus-read-method
24569 @findex gnus-read-method
24570 Prompts the user for a select method.
24571
24572 @end table
24573
24574
24575 @node Back End Interface
24576 @subsection Back End Interface
24577
24578 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
24579 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
24580 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
24581 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
24582 examples of the latter we have @code{nntp-port-number} and
24583 @code{nnmbox-directory}.
24584
24585 When Gnus asks for information from a back end---say @code{nntp}---on
24586 something, it will normally include a virtual server name in the
24587 function parameters.  (If not, the back end should use the ``current''
24588 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
24589 server as its only (optional) parameter.  If this virtual server hasn't
24590 been opened, the function should fail.
24591
24592 Note that a virtual server name has no relation to some physical server
24593 name.  Take this example:
24594
24595 @lisp
24596 (nntp "odd-one"
24597       (nntp-address "ifi.uio.no")
24598       (nntp-port-number 4324))
24599 @end lisp
24600
24601 Here the virtual server name is @samp{odd-one} while the name of
24602 the physical server is @samp{ifi.uio.no}.
24603
24604 The back ends should be able to switch between several virtual servers.
24605 The standard back ends implement this by keeping an alist of virtual
24606 server environments that they pull down/push up when needed.
24607
24608 There are two groups of interface functions: @dfn{required functions},
24609 which must be present, and @dfn{optional functions}, which Gnus will
24610 always check for presence before attempting to call 'em.
24611
24612 All these functions are expected to return data in the buffer
24613 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
24614 unfortunately named, but we'll have to live with it.  When I talk about
24615 @dfn{resulting data}, I always refer to the data in that buffer.  When I
24616 talk about @dfn{return value}, I talk about the function value returned by
24617 the function call.  Functions that fail should return @code{nil} as the
24618 return value.
24619
24620 Some back ends could be said to be @dfn{server-forming} back ends, and
24621 some might be said not to be.  The latter are back ends that generally
24622 only operate on one group at a time, and have no concept of ``server''
24623 -- they have a group, and they deliver info on that group and nothing
24624 more.
24625
24626 Gnus identifies each message by way of group name and article number.  A
24627 few remarks about these article numbers might be useful.  First of all,
24628 the numbers are positive integers.  Secondly, it is normally not
24629 possible for later articles to `re-use' older article numbers without
24630 confusing Gnus.  That is, if a group has ever contained a message
24631 numbered 42, then no other message may get that number, or Gnus will get
24632 mightily confused.@footnote{See the function
24633 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
24634 Third, article numbers must be assigned in order of arrival in the
24635 group; this is not necessarily the same as the date of the message.
24636
24637 The previous paragraph already mentions all the `hard' restrictions that
24638 article numbers must fulfill.  But it seems that it might be useful to
24639 assign @emph{consecutive} article numbers, for Gnus gets quite confused
24640 if there are holes in the article numbering sequence.  However, due to
24641 the `no-reuse' restriction, holes cannot be avoided altogether.  It's
24642 also useful for the article numbers to start at 1 to avoid running out
24643 of numbers as long as possible.
24644
24645 Note that by convention, backends are named @code{nnsomething}, but
24646 Gnus also comes with some @code{nnnotbackends}, such as
24647 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
24648
24649 In the examples and definitions I will refer to the imaginary back end
24650 @code{nnchoke}.
24651
24652 @cindex @code{nnchoke}
24653
24654 @menu
24655 * Required Back End Functions::  Functions that must be implemented.
24656 * Optional Back End Functions::  Functions that need not be implemented.
24657 * Error Messaging::             How to get messages and report errors.
24658 * Writing New Back Ends::       Extending old back ends.
24659 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
24660 * Mail-like Back Ends::         Some tips on mail back ends.
24661 @end menu
24662
24663
24664 @node Required Back End Functions
24665 @subsubsection Required Back End Functions
24666
24667 @table @code
24668
24669 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
24670
24671 @var{articles} is either a range of article numbers or a list of
24672 @code{Message-ID}s.  Current back ends do not fully support either---only
24673 sequences (lists) of article numbers, and most back ends do not support
24674 retrieval of @code{Message-ID}s.  But they should try for both.
24675
24676 The result data should either be HEADs or @sc{nov} lines, and the result
24677 value should either be @code{headers} or @code{nov} to reflect this.
24678 This might later be expanded to @code{various}, which will be a mixture
24679 of HEADs and @sc{nov} lines, but this is currently not supported by Gnus.
24680
24681 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
24682 headers'', in some meaning of the word.  This is generally done by
24683 fetching (at most) @var{fetch-old} extra headers less than the smallest
24684 article number in @code{articles}, and filling the gaps as well.  The
24685 presence of this parameter can be ignored if the back end finds it
24686 cumbersome to follow the request.  If this is non-@code{nil} and not a
24687 number, do maximum fetches.
24688
24689 Here's an example HEAD:
24690
24691 @example
24692 221 1056 Article retrieved.
24693 Path: ifi.uio.no!sturles
24694 From: sturles@@ifi.uio.no (Sturle Sunde)
24695 Newsgroups: ifi.discussion
24696 Subject: Re: Something very droll
24697 Date: 27 Oct 1994 14:02:57 +0100
24698 Organization: Dept. of Informatics, University of Oslo, Norway
24699 Lines: 26
24700 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
24701 References: <38jdmq$4qu@@visbur.ifi.uio.no>
24702 NNTP-Posting-Host: holmenkollen.ifi.uio.no
24703 .
24704 @end example
24705
24706 So a @code{headers} return value would imply that there's a number of
24707 these in the data buffer.
24708
24709 Here's a BNF definition of such a buffer:
24710
24711 @example
24712 headers        = *head
24713 head           = error / valid-head
24714 error-message  = [ "4" / "5" ] 2number " " <error message> eol
24715 valid-head     = valid-message *header "." eol
24716 valid-message  = "221 " <number> " Article retrieved." eol
24717 header         = <text> eol
24718 @end example
24719
24720 If the return value is @code{nov}, the data buffer should contain
24721 @dfn{network overview database} lines.  These are basically fields
24722 separated by tabs.
24723
24724 @example
24725 nov-buffer = *nov-line
24726 nov-line   = 8*9 [ field <TAB> ] eol
24727 field      = <text except TAB>
24728 @end example
24729
24730 For a closer look at what should be in those fields,
24731 @pxref{Headers}.
24732
24733
24734 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
24735
24736 @var{server} is here the virtual server name.  @var{definitions} is a
24737 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
24738
24739 If the server can't be opened, no error should be signaled.  The back end
24740 may then choose to refuse further attempts at connecting to this
24741 server.  In fact, it should do so.
24742
24743 If the server is opened already, this function should return a
24744 non-@code{nil} value.  There should be no data returned.
24745
24746
24747 @item (nnchoke-close-server &optional SERVER)
24748
24749 Close connection to @var{server} and free all resources connected
24750 to it.  Return @code{nil} if the server couldn't be closed for some
24751 reason.
24752
24753 There should be no data returned.
24754
24755
24756 @item (nnchoke-request-close)
24757
24758 Close connection to all servers and free all resources that the back end
24759 have reserved.  All buffers that have been created by that back end
24760 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
24761 function is generally only called when Gnus is shutting down.
24762
24763 There should be no data returned.
24764
24765
24766 @item (nnchoke-server-opened &optional SERVER)
24767
24768 If @var{server} is the current virtual server, and the connection to the
24769 physical server is alive, then this function should return a
24770 non-@code{nil} vlue.  This function should under no circumstances
24771 attempt to reconnect to a server we have lost connection to.
24772
24773 There should be no data returned.
24774
24775
24776 @item (nnchoke-status-message &optional SERVER)
24777
24778 This function should return the last error message from @var{server}.
24779
24780 There should be no data returned.
24781
24782
24783 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
24784
24785 The result data from this function should be the article specified by
24786 @var{article}.  This might either be a @code{Message-ID} or a number.
24787 It is optional whether to implement retrieval by @code{Message-ID}, but
24788 it would be nice if that were possible.
24789
24790 If @var{to-buffer} is non-@code{nil}, the result data should be returned
24791 in this buffer instead of the normal data buffer.  This is to make it
24792 possible to avoid copying large amounts of data from one buffer to
24793 another, while Gnus mainly requests articles to be inserted directly
24794 into its article buffer.
24795
24796 If it is at all possible, this function should return a cons cell where
24797 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
24798 the article number.  This will enable Gnus to find out what the real
24799 group and article numbers are when fetching articles by
24800 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
24801 on successful article retrieval.
24802
24803
24804 @item (nnchoke-request-group GROUP &optional SERVER FAST)
24805
24806 Get data on @var{group}.  This function also has the side effect of
24807 making @var{group} the current group.
24808
24809 If @var{fast}, don't bother to return useful data, just make @var{group}
24810 the current group.
24811
24812 Here's an example of some result data and a definition of the same:
24813
24814 @example
24815 211 56 1000 1059 ifi.discussion
24816 @end example
24817
24818 The first number is the status, which should be 211.  Next is the
24819 total number of articles in the group, the lowest article number, the
24820 highest article number, and finally the group name.  Note that the total
24821 number of articles may be less than one might think while just
24822 considering the highest and lowest article numbers, but some articles
24823 may have been canceled.  Gnus just discards the total-number, so
24824 whether one should take the bother to generate it properly (if that is a
24825 problem) is left as an exercise to the reader.  If the group contains no
24826 articles, the lowest article number should be reported as 1 and the
24827 highest as 0.
24828
24829 @example
24830 group-status = [ error / info ] eol
24831 error        = [ "4" / "5" ] 2<number> " " <Error message>
24832 info         = "211 " 3* [ <number> " " ] <string>
24833 @end example
24834
24835
24836 @item (nnchoke-close-group GROUP &optional SERVER)
24837
24838 Close @var{group} and free any resources connected to it.  This will be
24839 a no-op on most back ends.
24840
24841 There should be no data returned.
24842
24843
24844 @item (nnchoke-request-list &optional SERVER)
24845
24846 Return a list of all groups available on @var{server}.  And that means
24847 @emph{all}.
24848
24849 Here's an example from a server that only carries two groups:
24850
24851 @example
24852 ifi.test 0000002200 0000002000 y
24853 ifi.discussion 3324 3300 n
24854 @end example
24855
24856 On each line we have a group name, then the highest article number in
24857 that group, the lowest article number, and finally a flag.  If the group
24858 contains no articles, the lowest article number should be reported as 1
24859 and the highest as 0.
24860
24861 @example
24862 active-file = *active-line
24863 active-line = name " " <number> " " <number> " " flags eol
24864 name        = <string>
24865 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
24866 @end example
24867
24868 The flag says whether the group is read-only (@samp{n}), is moderated
24869 (@samp{m}), is dead (@samp{x}), is aliased to some other group
24870 (@samp{=other-group}) or none of the above (@samp{y}).
24871
24872
24873 @item (nnchoke-request-post &optional SERVER)
24874
24875 This function should post the current buffer.  It might return whether
24876 the posting was successful or not, but that's not required.  If, for
24877 instance, the posting is done asynchronously, it has generally not been
24878 completed by the time this function concludes.  In that case, this
24879 function should set up some kind of sentinel to beep the user loud and
24880 clear if the posting could not be completed.
24881
24882 There should be no result data from this function.
24883
24884 @end table
24885
24886
24887 @node Optional Back End Functions
24888 @subsubsection Optional Back End Functions
24889
24890 @table @code
24891
24892 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
24893
24894 @var{groups} is a list of groups, and this function should request data
24895 on all those groups.  How it does it is of no concern to Gnus, but it
24896 should attempt to do this in a speedy fashion.
24897
24898 The return value of this function can be either @code{active} or
24899 @code{group}, which says what the format of the result data is.  The
24900 former is in the same format as the data from
24901 @code{nnchoke-request-list}, while the latter is a buffer full of lines
24902 in the same format as @code{nnchoke-request-group} gives.
24903
24904 @example
24905 group-buffer = *active-line / *group-status
24906 @end example
24907
24908
24909 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
24910
24911 A Gnus group info (@pxref{Group Info}) is handed to the back end for
24912 alterations.  This comes in handy if the back end really carries all the
24913 information (as is the case with virtual and imap groups).  This
24914 function should destructively alter the info to suit its needs, and
24915 should return a non-nil value.
24916
24917 There should be no result data from this function.
24918
24919
24920 @item (nnchoke-request-type GROUP &optional ARTICLE)
24921
24922 When the user issues commands for ``sending news'' (@kbd{F} in the
24923 summary buffer, for instance), Gnus has to know whether the article the
24924 user is following up on is news or mail.  This function should return
24925 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
24926 is mail and @code{unknown} if the type can't be decided.  (The
24927 @var{article} parameter is necessary in @code{nnvirtual} groups which
24928 might very well combine mail groups and news groups.)  Both @var{group}
24929 and @var{article} may be @code{nil}.
24930
24931 There should be no result data from this function.
24932
24933
24934 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
24935
24936 Set/remove/add marks on articles.  Normally Gnus handles the article
24937 marks (such as read, ticked, expired etc) internally, and store them in
24938 @file{~/.newsrc.eld}.  Some back ends (such as @sc{imap}) however carry
24939 all information about the articles on the server, so Gnus need to
24940 propagate the mark information to the server.
24941
24942 @var{action} is a list of mark setting requests, having this format:
24943
24944 @example
24945 (RANGE ACTION MARK)
24946 @end example
24947
24948 @var{range} is a range of articles you wish to update marks on.
24949 @var{action} is @code{add} or @code{del}, used to add marks or remove
24950 marks (preserving all marks not mentioned).  @var{mark} is a list of
24951 marks; where each mark is a symbol.  Currently used marks are
24952 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
24953 @code{dormant}, @code{save}, @code{download}, @code{unsend},
24954 @code{forward} and @code{recent}, but your back end should, if
24955 possible, not limit itself to these.
24956
24957 Given contradictory actions, the last action in the list should be the
24958 effective one.  That is, if your action contains a request to add the
24959 @code{tick} mark on article 1 and, later in the list, a request to
24960 remove the mark on the same article, the mark should in fact be removed.
24961
24962 An example action list:
24963
24964 @example
24965 (((5 12 30) 'del '(tick))
24966  ((10 . 90) 'add '(read expire))
24967  ((92 94) 'del '(read)))
24968 @end example
24969
24970 The function should return a range of articles it wasn't able to set the
24971 mark on (currently not used for anything).
24972
24973 There should be no result data from this function.
24974
24975 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
24976
24977 If the user tries to set a mark that the back end doesn't like, this
24978 function may change the mark.  Gnus will use whatever this function
24979 returns as the mark for @var{article} instead of the original
24980 @var{mark}.  If the back end doesn't care, it must return the original
24981 @var{mark}, and not @code{nil} or any other type of garbage.
24982
24983 The only use for this I can see is what @code{nnvirtual} does with
24984 it---if a component group is auto-expirable, marking an article as read
24985 in the virtual group should result in the article being marked as
24986 expirable.
24987
24988 There should be no result data from this function.
24989
24990
24991 @item (nnchoke-request-scan &optional GROUP SERVER)
24992
24993 This function may be called at any time (by Gnus or anything else) to
24994 request that the back end check for incoming articles, in one way or
24995 another.  A mail back end will typically read the spool file or query the
24996 POP server when this function is invoked.  The @var{group} doesn't have
24997 to be heeded---if the back end decides that it is too much work just
24998 scanning for a single group, it may do a total scan of all groups.  It
24999 would be nice, however, to keep things local if that's practical.
25000
25001 There should be no result data from this function.
25002
25003
25004 @item (nnchoke-request-group-description GROUP &optional SERVER)
25005
25006 The result data from this function should be a description of
25007 @var{group}.
25008
25009 @example
25010 description-line = name <TAB> description eol
25011 name             = <string>
25012 description      = <text>
25013 @end example
25014
25015 @item (nnchoke-request-list-newsgroups &optional SERVER)
25016
25017 The result data from this function should be the description of all
25018 groups available on the server.
25019
25020 @example
25021 description-buffer = *description-line
25022 @end example
25023
25024
25025 @item (nnchoke-request-newgroups DATE &optional SERVER)
25026
25027 The result data from this function should be all groups that were
25028 created after @samp{date}, which is in normal human-readable date format
25029 (i.e., the date format used in mail and news headers, and returned by
25030 the function @code{message-make-date} by default).  The data should be
25031 in the active buffer format.
25032
25033 It is okay for this function to return `too many' groups; some back ends
25034 might find it cheaper to return the full list of groups, rather than
25035 just the new groups.  But don't do this for back ends with many groups.
25036 Normally, if the user creates the groups herself, there won't be too
25037 many groups, so @code{nnml} and the like are probably safe.  But for
25038 back ends like @code{nntp}, where the groups have been created by the
25039 server, it is quite likely that there can be many groups.
25040
25041
25042 @item (nnchoke-request-create-group GROUP &optional SERVER)
25043
25044 This function should create an empty group with name @var{group}.
25045
25046 There should be no return data.
25047
25048
25049 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
25050
25051 This function should run the expiry process on all articles in the
25052 @var{articles} range (which is currently a simple list of article
25053 numbers.)  It is left up to the back end to decide how old articles
25054 should be before they are removed by this function.  If @var{force} is
25055 non-@code{nil}, all @var{articles} should be deleted, no matter how new
25056 they are.
25057
25058 This function should return a list of articles that it did not/was not
25059 able to delete.
25060
25061 There should be no result data returned.
25062
25063
25064 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
25065
25066 This function should move @var{article} (which is a number) from
25067 @var{group} by calling @var{accept-form}.
25068
25069 This function should ready the article in question for moving by
25070 removing any header lines it has added to the article, and generally
25071 should ``tidy up'' the article.  Then it should @code{eval}
25072 @var{accept-form} in the buffer where the ``tidy'' article is.  This
25073 will do the actual copying.  If this @code{eval} returns a
25074 non-@code{nil} value, the article should be removed.
25075
25076 If @var{last} is @code{nil}, that means that there is a high likelihood
25077 that there will be more requests issued shortly, so that allows some
25078 optimizations.
25079
25080 The function should return a cons where the @code{car} is the group name and
25081 the @code{cdr} is the article number that the article was entered as.
25082
25083 The group should exist before the backend is asked to accept the
25084 article for that group.
25085
25086 There should be no data returned.
25087
25088
25089 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
25090
25091 This function takes the current buffer and inserts it into @var{group}.
25092 If @var{last} in @code{nil}, that means that there will be more calls to
25093 this function in short order.
25094
25095 The function should return a cons where the @code{car} is the group name and
25096 the @code{cdr} is the article number that the article was entered as.
25097
25098 There should be no data returned.
25099
25100
25101 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
25102
25103 This function should remove @var{article} (which is a number) from
25104 @var{group} and insert @var{buffer} there instead.
25105
25106 There should be no data returned.
25107
25108
25109 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
25110
25111 This function should delete @var{group}.  If @var{force}, it should
25112 really delete all the articles in the group, and then delete the group
25113 itself.  (If there is such a thing as ``the group itself''.)
25114
25115 There should be no data returned.
25116
25117
25118 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
25119
25120 This function should rename @var{group} into @var{new-name}.  All
25121 articles in @var{group} should move to @var{new-name}.
25122
25123 There should be no data returned.
25124
25125 @end table
25126
25127
25128 @node Error Messaging
25129 @subsubsection Error Messaging
25130
25131 @findex nnheader-report
25132 @findex nnheader-get-report
25133 The back ends should use the function @code{nnheader-report} to report
25134 error conditions---they should not raise errors when they aren't able to
25135 perform a request.  The first argument to this function is the back end
25136 symbol, and the rest are interpreted as arguments to @code{format} if
25137 there are multiple of them, or just a string if there is one of them.
25138 This function must always returns @code{nil}.
25139
25140 @lisp
25141 (nnheader-report 'nnchoke "You did something totally bogus")
25142
25143 (nnheader-report 'nnchoke "Could not request group %s" group)
25144 @end lisp
25145
25146 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
25147 @code{nil} back from a server, and this function returns the most
25148 recently reported message for the back end in question.  This function
25149 takes one argument---the server symbol.
25150
25151 Internally, these functions access @var{back-end}@code{-status-string},
25152 so the @code{nnchoke} back end will have its error message stored in
25153 @code{nnchoke-status-string}.
25154
25155
25156 @node Writing New Back Ends
25157 @subsubsection Writing New Back Ends
25158
25159 Many back ends are quite similar.  @code{nnml} is just like
25160 @code{nnspool}, but it allows you to edit the articles on the server.
25161 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
25162 and it doesn't maintain overview databases.  @code{nndir} is just like
25163 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
25164 editing articles.
25165
25166 It would make sense if it were possible to ``inherit'' functions from
25167 back ends when writing new back ends.  And, indeed, you can do that if you
25168 want to.  (You don't have to if you don't want to, of course.)
25169
25170 All the back ends declare their public variables and functions by using a
25171 package called @code{nnoo}.
25172
25173 To inherit functions from other back ends (and allow other back ends to
25174 inherit functions from the current back end), you should use the
25175 following macros:
25176
25177 @table @code
25178
25179 @item nnoo-declare
25180 This macro declares the first parameter to be a child of the subsequent
25181 parameters.  For instance:
25182
25183 @lisp
25184 (nnoo-declare nndir
25185   nnml nnmh)
25186 @end lisp
25187
25188 @code{nndir} has declared here that it intends to inherit functions from
25189 both @code{nnml} and @code{nnmh}.
25190
25191 @item defvoo
25192 This macro is equivalent to @code{defvar}, but registers the variable as
25193 a public server variable.  Most state-oriented variables should be
25194 declared with @code{defvoo} instead of @code{defvar}.
25195
25196 In addition to the normal @code{defvar} parameters, it takes a list of
25197 variables in the parent back ends to map the variable to when executing
25198 a function in those back ends.
25199
25200 @lisp
25201 (defvoo nndir-directory nil
25202   "Where nndir will look for groups."
25203   nnml-current-directory nnmh-current-directory)
25204 @end lisp
25205
25206 This means that @code{nnml-current-directory} will be set to
25207 @code{nndir-directory} when an @code{nnml} function is called on behalf
25208 of @code{nndir}.  (The same with @code{nnmh}.)
25209
25210 @item nnoo-define-basics
25211 This macro defines some common functions that almost all back ends should
25212 have.
25213
25214 @lisp
25215 (nnoo-define-basics nndir)
25216 @end lisp
25217
25218 @item deffoo
25219 This macro is just like @code{defun} and takes the same parameters.  In
25220 addition to doing the normal @code{defun} things, it registers the
25221 function as being public so that other back ends can inherit it.
25222
25223 @item nnoo-map-functions
25224 This macro allows mapping of functions from the current back end to
25225 functions from the parent back ends.
25226
25227 @lisp
25228 (nnoo-map-functions nndir
25229   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25230   (nnmh-request-article 0 nndir-current-group 0 0))
25231 @end lisp
25232
25233 This means that when @code{nndir-retrieve-headers} is called, the first,
25234 third, and fourth parameters will be passed on to
25235 @code{nnml-retrieve-headers}, while the second parameter is set to the
25236 value of @code{nndir-current-group}.
25237
25238 @item nnoo-import
25239 This macro allows importing functions from back ends.  It should be the
25240 last thing in the source file, since it will only define functions that
25241 haven't already been defined.
25242
25243 @lisp
25244 (nnoo-import nndir
25245   (nnmh
25246    nnmh-request-list
25247    nnmh-request-newgroups)
25248   (nnml))
25249 @end lisp
25250
25251 This means that calls to @code{nndir-request-list} should just be passed
25252 on to @code{nnmh-request-list}, while all public functions from
25253 @code{nnml} that haven't been defined in @code{nndir} yet should be
25254 defined now.
25255
25256 @end table
25257
25258 Below is a slightly shortened version of the @code{nndir} back end.
25259
25260 @lisp
25261 ;;; nndir.el --- single directory newsgroup access for Gnus
25262 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
25263
25264 ;;; Code:
25265
25266 (require 'nnheader)
25267 (require 'nnmh)
25268 (require 'nnml)
25269 (require 'nnoo)
25270 (eval-when-compile (require 'cl))
25271
25272 (nnoo-declare nndir
25273   nnml nnmh)
25274
25275 (defvoo nndir-directory nil
25276   "Where nndir will look for groups."
25277   nnml-current-directory nnmh-current-directory)
25278
25279 (defvoo nndir-nov-is-evil nil
25280   "*Non-nil means that nndir will never retrieve NOV headers."
25281   nnml-nov-is-evil)
25282
25283 (defvoo nndir-current-group ""
25284   nil
25285   nnml-current-group nnmh-current-group)
25286 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
25287 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
25288
25289 (defvoo nndir-status-string "" nil nnmh-status-string)
25290 (defconst nndir-version "nndir 1.0")
25291
25292 ;;; Interface functions.
25293
25294 (nnoo-define-basics nndir)
25295
25296 (deffoo nndir-open-server (server &optional defs)
25297   (setq nndir-directory
25298         (or (cadr (assq 'nndir-directory defs))
25299             server))
25300   (unless (assq 'nndir-directory defs)
25301     (push `(nndir-directory ,server) defs))
25302   (push `(nndir-current-group
25303           ,(file-name-nondirectory
25304             (directory-file-name nndir-directory)))
25305         defs)
25306   (push `(nndir-top-directory
25307           ,(file-name-directory (directory-file-name nndir-directory)))
25308         defs)
25309   (nnoo-change-server 'nndir server defs))
25310
25311 (nnoo-map-functions nndir
25312   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25313   (nnmh-request-article 0 nndir-current-group 0 0)
25314   (nnmh-request-group nndir-current-group 0 0)
25315   (nnmh-close-group nndir-current-group 0))
25316
25317 (nnoo-import nndir
25318   (nnmh
25319    nnmh-status-message
25320    nnmh-request-list
25321    nnmh-request-newgroups))
25322
25323 (provide 'nndir)
25324 @end lisp
25325
25326
25327 @node Hooking New Back Ends Into Gnus
25328 @subsubsection Hooking New Back Ends Into Gnus
25329
25330 @vindex gnus-valid-select-methods
25331 @findex gnus-declare-backend
25332 Having Gnus start using your new back end is rather easy---you just
25333 declare it with the @code{gnus-declare-backend} functions.  This will
25334 enter the back end into the @code{gnus-valid-select-methods} variable.
25335
25336 @code{gnus-declare-backend} takes two parameters---the back end name and
25337 an arbitrary number of @dfn{abilities}.
25338
25339 Here's an example:
25340
25341 @lisp
25342 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
25343 @end lisp
25344
25345 The above line would then go in the @file{nnchoke.el} file.
25346
25347 The abilities can be:
25348
25349 @table @code
25350 @item mail
25351 This is a mailish back end---followups should (probably) go via mail.
25352 @item post
25353 This is a newsish back end---followups should (probably) go via news.
25354 @item post-mail
25355 This back end supports both mail and news.
25356 @item none
25357 This is neither a post nor mail back end---it's something completely
25358 different.
25359 @item respool
25360 It supports respooling---or rather, it is able to modify its source
25361 articles and groups.
25362 @item address
25363 The name of the server should be in the virtual server name.  This is
25364 true for almost all back ends.
25365 @item prompt-address
25366 The user should be prompted for an address when doing commands like
25367 @kbd{B} in the group buffer.  This is true for back ends like
25368 @code{nntp}, but not @code{nnmbox}, for instance.
25369 @end table
25370
25371
25372 @node Mail-like Back Ends
25373 @subsubsection Mail-like Back Ends
25374
25375 One of the things that separate the mail back ends from the rest of the
25376 back ends is the heavy dependence by most of the mail back ends on
25377 common functions in @file{nnmail.el}.  For instance, here's the
25378 definition of @code{nnml-request-scan}:
25379
25380 @lisp
25381 (deffoo nnml-request-scan (&optional group server)
25382   (setq nnml-article-file-alist nil)
25383   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
25384 @end lisp
25385
25386 It simply calls @code{nnmail-get-new-mail} with a few parameters,
25387 and @code{nnmail} takes care of all the moving and splitting of the
25388 mail.
25389
25390 This function takes four parameters.
25391
25392 @table @var
25393 @item method
25394 This should be a symbol to designate which back end is responsible for
25395 the call.
25396
25397 @item exit-function
25398 This function should be called after the splitting has been performed.
25399
25400 @item temp-directory
25401 Where the temporary files should be stored.
25402
25403 @item group
25404 This optional argument should be a group name if the splitting is to be
25405 performed for one group only.
25406 @end table
25407
25408 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
25409 save each article.  @var{back-end}@code{-active-number} will be called to
25410 find the article number assigned to this article.
25411
25412 The function also uses the following variables:
25413 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
25414 this back end); and @var{back-end}@code{-group-alist} and
25415 @var{back-end}@code{-active-file} to generate the new active file.
25416 @var{back-end}@code{-group-alist} should be a group-active alist, like
25417 this:
25418
25419 @example
25420 (("a-group" (1 . 10))
25421  ("some-group" (34 . 39)))
25422 @end example
25423
25424
25425 @node Score File Syntax
25426 @subsection Score File Syntax
25427
25428 Score files are meant to be easily parseable, but yet extremely
25429 mallable.   It was decided that something that had the same read syntax
25430 as an Emacs Lisp list would fit that spec.
25431
25432 Here's a typical score file:
25433
25434 @lisp
25435 (("summary"
25436   ("win95" -10000 nil s)
25437   ("Gnus"))
25438  ("from"
25439   ("Lars" -1000))
25440  (mark -100))
25441 @end lisp
25442
25443 BNF definition of a score file:
25444
25445 @example
25446 score-file      = "" / "(" *element ")"
25447 element         = rule / atom
25448 rule            = string-rule / number-rule / date-rule
25449 string-rule     = "(" quote string-header quote space *string-match ")"
25450 number-rule     = "(" quote number-header quote space *number-match ")"
25451 date-rule       = "(" quote date-header quote space *date-match ")"
25452 quote           = <ascii 34>
25453 string-header   = "subject" / "from" / "references" / "message-id" /
25454                   "xref" / "body" / "head" / "all" / "followup"
25455 number-header   = "lines" / "chars"
25456 date-header     = "date"
25457 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
25458                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
25459 score           = "nil" / <integer>
25460 date            = "nil" / <natural number>
25461 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
25462                   "r" / "regex" / "R" / "Regex" /
25463                   "e" / "exact" / "E" / "Exact" /
25464                   "f" / "fuzzy" / "F" / "Fuzzy"
25465 number-match    = "(" <integer> [ "" / [ space score [ "" /
25466                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
25467 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
25468 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
25469                   space date [ "" / [ space date-match-t ] ] ] ] ")"
25470 date-match-t    = "nil" / "at" / "before" / "after"
25471 atom            = "(" [ required-atom / optional-atom ] ")"
25472 required-atom   = mark / expunge / mark-and-expunge / files /
25473                   exclude-files / read-only / touched
25474 optional-atom   = adapt / local / eval
25475 mark            = "mark" space nil-or-number
25476 nil-or-number   = "nil" / <integer>
25477 expunge         = "expunge" space nil-or-number
25478 mark-and-expunge = "mark-and-expunge" space nil-or-number
25479 files           = "files" *[ space <string> ]
25480 exclude-files   = "exclude-files" *[ space <string> ]
25481 read-only       = "read-only" [ space "nil" / space "t" ]
25482 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
25483 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
25484 local           = "local" *[ space "(" <string> space <form> ")" ]
25485 eval            = "eval" space <form>
25486 space           = *[ " " / <TAB> / <NEWLINE> ]
25487 @end example
25488
25489 Any unrecognized elements in a score file should be ignored, but not
25490 discarded.
25491
25492 As you can see, white space is needed, but the type and amount of white
25493 space is irrelevant.  This means that formatting of the score file is
25494 left up to the programmer---if it's simpler to just spew it all out on
25495 one looong line, then that's ok.
25496
25497 The meaning of the various atoms are explained elsewhere in this
25498 manual (@pxref{Score File Format}).
25499
25500
25501 @node Headers
25502 @subsection Headers
25503
25504 Internally Gnus uses a format for storing article headers that
25505 corresponds to the @sc{nov} format in a mysterious fashion.  One could
25506 almost suspect that the author looked at the @sc{nov} specification and
25507 just shamelessly @emph{stole} the entire thing, and one would be right.
25508
25509 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
25510 RFC 1036 to talk about lines in the head of an article (e.g.,
25511 @code{From}).  It is used by many people as a synonym for
25512 ``head''---``the header and the body''.  (That should be avoided, in my
25513 opinion.)  And Gnus uses a format internally that it calls ``header'',
25514 which is what I'm talking about here.  This is a 9-element vector,
25515 basically, with each header (ouch) having one slot.
25516
25517 These slots are, in order: @code{number}, @code{subject}, @code{from},
25518 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
25519 @code{xref}, and @code{extra}.  There are macros for accessing and
25520 setting these slots---they all have predictable names beginning with
25521 @code{mail-header-} and @code{mail-header-set-}, respectively.
25522
25523 All these slots contain strings, except the @code{extra} slot, which
25524 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
25525
25526
25527 @node Ranges
25528 @subsection Ranges
25529
25530 @sc{gnus} introduced a concept that I found so useful that I've started
25531 using it a lot and have elaborated on it greatly.
25532
25533 The question is simple: If you have a large amount of objects that are
25534 identified by numbers (say, articles, to take a @emph{wild} example)
25535 that you want to qualify as being ``included'', a normal sequence isn't
25536 very useful.  (A 200,000 length sequence is a bit long-winded.)
25537
25538 The solution is as simple as the question: You just collapse the
25539 sequence.
25540
25541 @example
25542 (1 2 3 4 5 6 10 11 12)
25543 @end example
25544
25545 is transformed into
25546
25547 @example
25548 ((1 . 6) (10 . 12))
25549 @end example
25550
25551 To avoid having those nasty @samp{(13 . 13)} elements to denote a
25552 lonesome object, a @samp{13} is a valid element:
25553
25554 @example
25555 ((1 . 6) 7 (10 . 12))
25556 @end example
25557
25558 This means that comparing two ranges to find out whether they are equal
25559 is slightly tricky:
25560
25561 @example
25562 ((1 . 5) 7 8 (10 . 12))
25563 @end example
25564
25565 and
25566
25567 @example
25568 ((1 . 5) (7 . 8) (10 . 12))
25569 @end example
25570
25571 are equal.  In fact, any non-descending list is a range:
25572
25573 @example
25574 (1 2 3 4 5)
25575 @end example
25576
25577 is a perfectly valid range, although a pretty long-winded one.  This is
25578 also valid:
25579
25580 @example
25581 (1 . 5)
25582 @end example
25583
25584 and is equal to the previous range.
25585
25586 Here's a BNF definition of ranges.  Of course, one must remember the
25587 semantic requirement that the numbers are non-descending.  (Any number
25588 of repetition of the same number is allowed, but apt to disappear in
25589 range handling.)
25590
25591 @example
25592 range           = simple-range / normal-range
25593 simple-range    = "(" number " . " number ")"
25594 normal-range    = "(" start-contents ")"
25595 contents        = "" / simple-range *[ " " contents ] /
25596                   number *[ " " contents ]
25597 @end example
25598
25599 Gnus currently uses ranges to keep track of read articles and article
25600 marks.  I plan on implementing a number of range operators in C if The
25601 Powers That Be are willing to let me.  (I haven't asked yet, because I
25602 need to do some more thinking on what operators I need to make life
25603 totally range-based without ever having to convert back to normal
25604 sequences.)
25605
25606
25607 @node Group Info
25608 @subsection Group Info
25609
25610 Gnus stores all permanent info on groups in a @dfn{group info} list.
25611 This list is from three to six elements (or more) long and exhaustively
25612 describes the group.
25613
25614 Here are two example group infos; one is a very simple group while the
25615 second is a more complex one:
25616
25617 @example
25618 ("no.group" 5 ((1 . 54324)))
25619
25620 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
25621                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
25622                 (nnml "")
25623                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
25624 @end example
25625
25626 The first element is the @dfn{group name}---as Gnus knows the group,
25627 anyway.  The second element is the @dfn{subscription level}, which
25628 normally is a small integer.  (It can also be the @dfn{rank}, which is a
25629 cons cell where the @code{car} is the level and the @code{cdr} is the
25630 score.)  The third element is a list of ranges of read articles.  The
25631 fourth element is a list of lists of article marks of various kinds.
25632 The fifth element is the select method (or virtual server, if you like).
25633 The sixth element is a list of @dfn{group parameters}, which is what
25634 this section is about.
25635
25636 Any of the last three elements may be missing if they are not required.
25637 In fact, the vast majority of groups will normally only have the first
25638 three elements, which saves quite a lot of cons cells.
25639
25640 Here's a BNF definition of the group info format:
25641
25642 @example
25643 info          = "(" group space ralevel space read
25644                 [ "" / [ space marks-list [ "" / [ space method [ "" /
25645                 space parameters ] ] ] ] ] ")"
25646 group         = quote <string> quote
25647 ralevel       = rank / level
25648 level         = <integer in the range of 1 to inf>
25649 rank          = "(" level "." score ")"
25650 score         = <integer in the range of 1 to inf>
25651 read          = range
25652 marks-lists   = nil / "(" *marks ")"
25653 marks         = "(" <string> range ")"
25654 method        = "(" <string> *elisp-forms ")"
25655 parameters    = "(" *elisp-forms ")"
25656 @end example
25657
25658 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
25659 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
25660 in pseudo-BNF.
25661
25662 If you have a Gnus info and want to access the elements, Gnus offers a
25663 series of macros for getting/setting these elements.
25664
25665 @table @code
25666 @item gnus-info-group
25667 @itemx gnus-info-set-group
25668 @findex gnus-info-group
25669 @findex gnus-info-set-group
25670 Get/set the group name.
25671
25672 @item gnus-info-rank
25673 @itemx gnus-info-set-rank
25674 @findex gnus-info-rank
25675 @findex gnus-info-set-rank
25676 Get/set the group rank (@pxref{Group Score}).
25677
25678 @item gnus-info-level
25679 @itemx gnus-info-set-level
25680 @findex gnus-info-level
25681 @findex gnus-info-set-level
25682 Get/set the group level.
25683
25684 @item gnus-info-score
25685 @itemx gnus-info-set-score
25686 @findex gnus-info-score
25687 @findex gnus-info-set-score
25688 Get/set the group score (@pxref{Group Score}).
25689
25690 @item gnus-info-read
25691 @itemx gnus-info-set-read
25692 @findex gnus-info-read
25693 @findex gnus-info-set-read
25694 Get/set the ranges of read articles.
25695
25696 @item gnus-info-marks
25697 @itemx gnus-info-set-marks
25698 @findex gnus-info-marks
25699 @findex gnus-info-set-marks
25700 Get/set the lists of ranges of marked articles.
25701
25702 @item gnus-info-method
25703 @itemx gnus-info-set-method
25704 @findex gnus-info-method
25705 @findex gnus-info-set-method
25706 Get/set the group select method.
25707
25708 @item gnus-info-params
25709 @itemx gnus-info-set-params
25710 @findex gnus-info-params
25711 @findex gnus-info-set-params
25712 Get/set the group parameters.
25713 @end table
25714
25715 All the getter functions take one parameter---the info list.  The setter
25716 functions take two parameters---the info list and the new value.
25717
25718 The last three elements in the group info aren't mandatory, so it may be
25719 necessary to extend the group info before setting the element.  If this
25720 is necessary, you can just pass on a non-@code{nil} third parameter to
25721 the three final setter functions to have this happen automatically.
25722
25723
25724 @node Extended Interactive
25725 @subsection Extended Interactive
25726 @cindex interactive
25727 @findex gnus-interactive
25728
25729 Gnus extends the standard Emacs @code{interactive} specification
25730 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
25731 Prefixes}).  Here's an example of how this is used:
25732
25733 @lisp
25734 (defun gnus-summary-increase-score (&optional score symp)
25735   (interactive (gnus-interactive "P\ny"))
25736   ...
25737   )
25738 @end lisp
25739
25740 The best thing to do would have been to implement
25741 @code{gnus-interactive} as a macro which would have returned an
25742 @code{interactive} form, but this isn't possible since Emacs checks
25743 whether a function is interactive or not by simply doing an @code{assq}
25744 on the lambda form.  So, instead we have @code{gnus-interactive}
25745 function that takes a string and returns values that are usable to
25746 @code{interactive}.
25747
25748 This function accepts (almost) all normal @code{interactive} specs, but
25749 adds a few more.
25750
25751 @table @samp
25752 @item y
25753 @vindex gnus-current-prefix-symbol
25754 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
25755 variable.
25756
25757 @item Y
25758 @vindex gnus-current-prefix-symbols
25759 A list of the current symbolic prefixes---the
25760 @code{gnus-current-prefix-symbol} variable.
25761
25762 @item A
25763 The current article number---the @code{gnus-summary-article-number}
25764 function.
25765
25766 @item H
25767 The current article header---the @code{gnus-summary-article-header}
25768 function.
25769
25770 @item g
25771 The current group name---the @code{gnus-group-group-name}
25772 function.
25773
25774 @end table
25775
25776
25777 @node Emacs/XEmacs Code
25778 @subsection Emacs/XEmacs Code
25779 @cindex XEmacs
25780 @cindex Emacsen
25781
25782 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
25783 platforms must be the primary one.  I chose Emacs.  Not because I don't
25784 like XEmacs or Mule, but because it comes first alphabetically.
25785
25786 This means that Gnus will byte-compile under Emacs with nary a warning,
25787 while XEmacs will pump out gigabytes of warnings while byte-compiling.
25788 As I use byte-compilation warnings to help me root out trivial errors in
25789 Gnus, that's very useful.
25790
25791 I've also consistently used Emacs function interfaces, but have used
25792 Gnusey aliases for the functions.  To take an example:  Emacs defines a
25793 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
25794 function.  I then define a function called @code{gnus-run-at-time} that
25795 takes the same parameters as the Emacs @code{run-at-time}.  When running
25796 Gnus under Emacs, the former function is just an alias for the latter.
25797 However, when running under XEmacs, the former is an alias for the
25798 following function:
25799
25800 @lisp
25801 (defun gnus-xmas-run-at-time (time repeat function &rest args)
25802   (start-itimer
25803    "gnus-run-at-time"
25804    `(lambda ()
25805       (,function ,@@args))
25806    time repeat))
25807 @end lisp
25808
25809 This sort of thing has been done for bunches of functions.  Gnus does
25810 not redefine any native Emacs functions while running under XEmacs---it
25811 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
25812 all over.
25813
25814 In the cases where the XEmacs function interface was obviously cleaner,
25815 I used it instead.  For example @code{gnus-region-active-p} is an alias
25816 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
25817
25818 Of course, I could have chosen XEmacs as my native platform and done
25819 mapping functions the other way around.  But I didn't.  The performance
25820 hit these indirections impose on Gnus under XEmacs should be slight.
25821
25822
25823 @node Various File Formats
25824 @subsection Various File Formats
25825
25826 @menu
25827 * Active File Format::          Information on articles and groups available.
25828 * Newsgroups File Format::      Group descriptions.
25829 @end menu
25830
25831
25832 @node Active File Format
25833 @subsubsection Active File Format
25834
25835 The active file lists all groups available on the server in
25836 question.  It also lists the highest and lowest current article numbers
25837 in each group.
25838
25839 Here's an excerpt from a typical active file:
25840
25841 @example
25842 soc.motss 296030 293865 y
25843 alt.binaries.pictures.fractals 3922 3913 n
25844 comp.sources.unix 1605 1593 m
25845 comp.binaries.ibm.pc 5097 5089 y
25846 no.general 1000 900 y
25847 @end example
25848
25849 Here's a pseudo-BNF definition of this file:
25850
25851 @example
25852 active      = *group-line
25853 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
25854 group       = <non-white-space string>
25855 spc         = " "
25856 high-number = <non-negative integer>
25857 low-number  = <positive integer>
25858 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
25859 @end example
25860
25861 For a full description of this file, see the manual pages for
25862 @samp{innd}, in particular @samp{active(5)}.
25863
25864
25865 @node Newsgroups File Format
25866 @subsubsection Newsgroups File Format
25867
25868 The newsgroups file lists groups along with their descriptions.  Not all
25869 groups on the server have to be listed,  and not all groups in the file
25870 have to exist on the server.  The file is meant purely as information to
25871 the user.
25872
25873 The format is quite simple; a group name, a tab, and the description.
25874 Here's the definition:
25875
25876 @example
25877 newsgroups    = *line
25878 line          = group tab description <NEWLINE>
25879 group         = <non-white-space string>
25880 tab           = <TAB>
25881 description   = <string>
25882 @end example
25883
25884
25885 @page
25886 @node Emacs for Heathens
25887 @section Emacs for Heathens
25888
25889 Believe it or not, but some people who use Gnus haven't really used
25890 Emacs much before they embarked on their journey on the Gnus Love Boat.
25891 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
25892 region'', and ``set @code{gnus-flargblossen} to an alist where the key
25893 is a regexp that is used for matching on the group name'' are magical
25894 phrases with little or no meaning, then this appendix is for you.  If
25895 you are already familiar with Emacs, just ignore this and go fondle your
25896 cat instead.
25897
25898 @menu
25899 * Keystrokes::                  Entering text and executing commands.
25900 * Emacs Lisp::                  The built-in Emacs programming language.
25901 @end menu
25902
25903
25904 @node Keystrokes
25905 @subsection Keystrokes
25906
25907 @itemize @bullet
25908 @item
25909 Q: What is an experienced Emacs user?
25910
25911 @item
25912 A: A person who wishes that the terminal had pedals.
25913 @end itemize
25914
25915 Yes, when you use Emacs, you are apt to use the control key, the shift
25916 key and the meta key a lot.  This is very annoying to some people
25917 (notably @code{vi}le users), and the rest of us just love the hell out
25918 of it.  Just give up and submit.  Emacs really does stand for
25919 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
25920 may have heard from other disreputable sources (like the Emacs author).
25921
25922 The shift keys are normally located near your pinky fingers, and are
25923 normally used to get capital letters and stuff.  You probably use it all
25924 the time.  The control key is normally marked ``CTRL'' or something like
25925 that.  The meta key is, funnily enough, never marked as such on any
25926 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
25927 which is the meta key on this keyboard.  It's usually located somewhere
25928 to the left hand side of the keyboard, usually on the bottom row.
25929
25930 Now, us Emacs people don't say ``press the meta-control-m key'',
25931 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
25932 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
25933 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
25934 down the control key, and hold it down while you press @kbd{k}''.
25935 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
25936 the control key and then press @kbd{k}''.  Simple, ay?
25937
25938 This is somewhat complicated by the fact that not all keyboards have a
25939 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
25940 means ``press escape, release escape, press @kbd{k}''.  That's much more
25941 work than if you have a meta key, so if that's the case, I respectfully
25942 suggest you get a real keyboard with a meta key.  You can't live without
25943 it.
25944
25945
25946
25947 @node Emacs Lisp
25948 @subsection Emacs Lisp
25949
25950 Emacs is the King of Editors because it's really a Lisp interpreter.
25951 Each and every key you tap runs some Emacs Lisp code snippet, and since
25952 Emacs Lisp is an interpreted language, that means that you can configure
25953 any key to run any arbitrary code.  You just, like, do it.
25954
25955 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
25956 functions.  (These are byte-compiled for speed, but it's still
25957 interpreted.)  If you decide that you don't like the way Gnus does
25958 certain things, it's trivial to have it do something a different way.
25959 (Well, at least if you know how to write Lisp code.)  However, that's
25960 beyond the scope of this manual, so we are simply going to talk about
25961 some common constructs that you normally use in your @file{.emacs} file
25962 to customize Gnus.
25963
25964 If you want to set the variable @code{gnus-florgbnize} to four (4), you
25965 write the following:
25966
25967 @lisp
25968 (setq gnus-florgbnize 4)
25969 @end lisp
25970
25971 This function (really ``special form'') @code{setq} is the one that can
25972 set a variable to some value.  This is really all you need to know.  Now
25973 you can go and fill your @file{.emacs} file with lots of these to change
25974 how Gnus works.
25975
25976 If you have put that thing in your @file{.emacs} file, it will be read
25977 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
25978 start Emacs.  If you want to change the variable right away, simply say
25979 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
25980 previous ``form'', which is a simple @code{setq} statement here.
25981
25982 Go ahead---just try it, if you're located at your Emacs.  After you
25983 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
25984 is the return value of the form you @code{eval}ed.
25985
25986 Some pitfalls:
25987
25988 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
25989 that means:
25990
25991 @lisp
25992 (setq gnus-read-active-file 'some)
25993 @end lisp
25994
25995 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
25996 @samp{nntp.ifi.uio.no}'', that means:
25997
25998 @lisp
25999 (setq gnus-nntp-server "nntp.ifi.uio.no")
26000 @end lisp
26001
26002 So be careful not to mix up strings (the latter) with symbols (the
26003 former).  The manual is unambiguous, but it can be confusing.
26004
26005 @page
26006 @include gnus-faq.texi
26007
26008 @node Index
26009 @chapter Index
26010 @printindex cp
26011
26012 @node Key Index
26013 @chapter Key Index
26014 @printindex ky
26015
26016 @summarycontents
26017 @contents
26018 @bye
26019
26020 @iftex
26021 @iflatex
26022 \end{document}
26023 @end iflatex
26024 @end iftex
26025
26026 @c Local Variables:
26027 @c mode: texinfo
26028 @c coding: iso-8859-1
26029 @c End:
26030 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
26031 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
26032 % LocalWords:  nnmbox newusers Blllrph NEWGROUPS dingnusdingnusdingnus
26033 % LocalWords:  pre fab rec comp nnslashdot regex ga ga sci nnml nnbabyl nnmh
26034 % LocalWords:  nnfolder emph looong eld newsreaders defun init elc pxref