2003-02-12 Michael Shields <shields@msrl.com>
[gnus] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle Gnus 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}{Oort Gnus v0.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 Gnus 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 This manual corresponds to Oort Gnus v0.15.
391
392 @end ifinfo
393
394 @iftex
395
396 @iflatex
397 \tableofcontents
398 \gnuscleardoublepage
399 @end iflatex
400
401 Gnus is the advanced, self-documenting, customizable, extensible
402 unreal-time newsreader for GNU Emacs.
403
404 Oops.  That sounds oddly familiar, so let's start over again to avoid
405 being accused of plagiarism:
406
407 Gnus is a message-reading laboratory.  It will let you look at just
408 about anything as if it were a newsgroup.  You can read mail with it,
409 you can browse directories with it, you can @code{ftp} with it---you
410 can even read news with it!
411
412 Gnus tries to empower people who read news the same way Emacs empowers
413 people who edit text.  Gnus sets no limits to what the user should be
414 allowed to do.  Users are encouraged to extend Gnus to make it behave
415 like they want it to behave.  A program should not control people;
416 people should be empowered to do what they want by using (or abusing)
417 the program.
418
419 @end iftex
420
421 @menu
422 * Starting Up::                 Finding news can be a pain.
423 * Group Buffer::                Selecting, subscribing and killing groups.
424 * Summary Buffer::              Reading, saving and posting articles.
425 * Article Buffer::              Displaying and handling articles.
426 * Composing Messages::          Information on sending mail and news.
427 * Select Methods::              Gnus reads all messages from various select methods.
428 * Scoring::                     Assigning values to articles.
429 * Various::                     General purpose settings.
430 * The End::                     Farewell and goodbye.
431 * Appendices::                  Terminology, Emacs intro, FAQ, History, Internals.
432 * Index::                       Variable, function and concept index.
433 * Key Index::                   Key Index.
434
435 Other related manuals
436
437 * Message:(message).            Composing messages.
438 * Emacs-MIME:(emacs-mime).      Composing messages; MIME-specific parts.
439 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
440 * PGG:(pgg).                    PGP/MIME with Gnus.
441
442 @detailmenu
443  --- The Detailed Node Listing ---
444
445 Starting Gnus
446
447 * Finding the News::            Choosing a method for getting news.
448 * The First Time::              What does Gnus do the first time you start it?
449 * The Server is Down::          How can I read my mail then?
450 * Slave Gnusae::                You can have more than one Gnus active at a time.
451 * Fetching a Group::            Starting Gnus just to read a group.
452 * New Groups::                  What is Gnus supposed to do with new groups?
453 * Changing Servers::            You may want to move from one server to another.
454 * Startup Files::               Those pesky startup files---@file{.newsrc}.
455 * Auto Save::                   Recovering from a crash.
456 * The Active File::             Reading the active file over a slow line Takes Time.
457 * Startup Variables::           Other variables you might change.
458
459 New Groups
460
461 * Checking New Groups::         Determining what groups are new.
462 * Subscription Methods::        What Gnus should do with new groups.
463 * Filtering New Groups::        Making Gnus ignore certain new groups.
464
465 Group Buffer
466
467 * Group Buffer Format::         Information listed and how you can change it.
468 * Group Maneuvering::           Commands for moving in the group buffer.
469 * Selecting a Group::           Actually reading news.
470 * Subscription Commands::       Unsubscribing, killing, subscribing.
471 * Group Data::                  Changing the info for a group.
472 * Group Levels::                Levels? What are those, then?
473 * Group Score::                 A mechanism for finding out what groups you like.
474 * Marking Groups::              You can mark groups for later processing.
475 * Foreign Groups::              Creating and editing groups.
476 * Group Parameters::            Each group may have different parameters set.
477 * Listing Groups::              Gnus can list various subsets of the groups.
478 * Sorting Groups::              Re-arrange the group order.
479 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
480 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
481 * Exiting Gnus::                Stop reading news and get some work done.
482 * Group Topics::                A folding group mode divided into topics.
483 * Misc Group Stuff::            Other stuff that you can to do.
484
485 Group Buffer Format
486
487 * Group Line Specification::    Deciding how the group buffer is to look.
488 * Group Modeline Specification::  The group buffer modeline.
489 * Group Highlighting::          Having nice colors in the group buffer.
490
491 Group Topics
492
493 * Topic Commands::              Interactive E-Z commands.
494 * Topic Variables::             How to customize the topics the Lisp Way.
495 * Topic Sorting::               Sorting each topic individually.
496 * Topic Topology::              A map of the world.
497 * Topic Parameters::            Parameters that apply to all groups in a topic.
498
499 Misc Group Stuff
500
501 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
502 * Group Information::           Information and help on groups and Gnus.
503 * Group Timestamp::             Making Gnus keep track of when you last read a group.
504 * File Commands::               Reading and writing the Gnus files.
505 * Sieve Commands::              Managing Sieve scripts.
506
507 Summary Buffer
508
509 * Summary Buffer Format::       Deciding how the summary buffer is to look.
510 * Summary Maneuvering::         Moving around the summary buffer.
511 * Choosing Articles::           Reading articles.
512 * Paging the Article::          Scrolling the current article.
513 * Reply Followup and Post::     Posting articles.
514 * Delayed Articles::            Send articles at a later time.
515 * Marking Articles::            Marking articles as read, expirable, etc.
516 * Limiting::                    You can limit the summary buffer.
517 * Threading::                   How threads are made.
518 * Sorting the Summary Buffer::  How articles and threads are sorted.
519 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
520 * Article Caching::             You may store articles in a cache.
521 * Persistent Articles::         Making articles expiry-resistant.
522 * Article Backlog::             Having already read articles hang around.
523 * Saving Articles::             Ways of customizing article saving.
524 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
525 * Article Treatment::           The article buffer can be mangled at will.
526 * MIME Commands::               Doing MIMEy things with the articles.
527 * Charsets::                    Character set issues.
528 * Article Commands::            Doing various things with the article buffer.
529 * Summary Sorting::             Sorting the summary buffer in various ways.
530 * Finding the Parent::          No child support? Get the parent.
531 * Alternative Approaches::      Reading using non-default summaries.
532 * Tree Display::                A more visual display of threads.
533 * Mail Group Commands::         Some commands can only be used in mail groups.
534 * Various Summary Stuff::       What didn't fit anywhere else.
535 * Exiting the Summary Buffer::  Returning to the Group buffer,
536                                 or reselecting the current group.
537 * Crosspost Handling::          How crossposted articles are dealt with.
538 * Duplicate Suppression::       An alternative when crosspost handling fails.
539 * Security::                    Decrypt and Verify.
540 * Mailing List::                Mailing list minor mode.
541
542 Summary Buffer Format
543
544 * Summary Buffer Lines::        You can specify how summary lines should look.
545 * To From Newsgroups::          How to not display your own name.
546 * Summary Buffer Mode Line::    You can say how the mode line should look.
547 * Summary Highlighting::        Making the summary buffer all pretty and nice.
548
549 Choosing Articles
550
551 * Choosing Commands::           Commands for choosing articles.
552 * Choosing Variables::          Variables that influence these commands.
553
554 Reply, Followup and Post
555
556 * Summary Mail Commands::       Sending mail.
557 * Summary Post Commands::       Sending news.
558 * Summary Message Commands::    Other Message-related commands.
559 * Canceling and Superseding::   
560
561 Marking Articles
562
563 * Unread Articles::             Marks for unread articles.
564 * Read Articles::               Marks for read articles.
565 * Other Marks::                 Marks that do not affect readedness.
566 * Setting Marks::               
567 * Generic Marking Commands::    
568 * Setting Process Marks::       
569
570 Marking Articles
571
572 * Setting Marks::             How to set and remove marks.
573 * Generic Marking Commands::  How to customize the marking.
574 * Setting Process Marks::     How to mark articles for later processing.
575
576 Threading
577
578 * Customizing Threading::       Variables you can change to affect the threading.
579 * Thread Commands::             Thread based commands in the summary buffer.
580
581 Customizing Threading
582
583 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
584 * Filling In Threads::          Making the threads displayed look fuller.
585 * More Threading::              Even more variables for fiddling with threads.
586 * Low-Level Threading::         You thought it was over... but you were wrong!
587
588 Decoding Articles
589
590 * Uuencoded Articles::          Uudecode articles.
591 * Shell Archives::              Unshar articles.
592 * PostScript Files::            Split PostScript.
593 * Other Files::                 Plain save and binhex.
594 * Decoding Variables::          Variables for a happy decoding.
595 * Viewing Files::               You want to look at the result of the decoding?
596
597 Decoding Variables
598
599 * Rule Variables::              Variables that say how a file is to be viewed.
600 * Other Decode Variables::      Other decode variables.
601 * Uuencoding and Posting::      Variables for customizing uuencoding.
602
603 Article Treatment
604
605 * Article Highlighting::        You want to make the article look like fruit salad.
606 * Article Fontisizing::         Making emphasized text look nice.
607 * Article Hiding::              You also want to make certain info go away.
608 * Article Washing::             Lots of way-neat functions to make life better.
609 * Article Header::              Doing various header transformations.
610 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
611 * Article Date::                Grumble, UT!
612 * Article Display::             Display various stuff---X-Face, Picons, Smileys
613 * Article Signature::           What is a signature?
614 * Article Miscellania::         Various other stuff.
615
616 Alternative Approaches
617
618 * Pick and Read::               First mark articles and then read them.
619 * Binary Groups::               Auto-decode all articles.
620
621 Various Summary Stuff
622
623 * Summary Group Information::   Information oriented commands.
624 * Searching for Articles::      Multiple article commands.
625 * Summary Generation Commands::  
626 * Really Various Summary Commands::  Those pesky non-conformant commands.
627
628 Article Buffer
629
630 * Hiding Headers::              Deciding what headers should be displayed.
631 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
632 * Customizing Articles::        Tailoring the look of the articles.
633 * Article Keymap::              Keystrokes available in the article buffer.
634 * Misc Article::                Other stuff.
635
636 Composing Messages
637
638 * Mail::                        Mailing and replying.
639 * Posting Server::              What server should you post and mail via?
640 * Mail and Post::               Mailing and posting at the same time.
641 * Archived Messages::           Where Gnus stores the messages you've sent.
642 * Posting Styles::              An easier way to specify who you are.
643 * Drafts::                      Postponing messages and rejected messages.
644 * Rejected Articles::           What happens if the server doesn't like your article?
645 * Signing and encrypting::      How to compose secure messages.
646
647 Select Methods
648
649 * Server Buffer::               Making and editing virtual servers.
650 * Getting News::                Reading USENET news with Gnus.
651 * Getting Mail::                Reading your personal mail with Gnus.
652 * Browsing the Web::            Getting messages from a plethora of Web sources.
653 * IMAP::                        Using Gnus as a @sc{imap} client.
654 * Other Sources::               Reading directories, files, SOUP packets.
655 * Combined Groups::             Combining groups into one group.
656 * Gnus Unplugged::              Reading news and mail offline.
657
658 Server Buffer
659
660 * Server Buffer Format::        You can customize the look of this buffer.
661 * Server Commands::             Commands to manipulate servers.
662 * Example Methods::             Examples server specifications.
663 * Creating a Virtual Server::   An example session.
664 * Server Variables::            Which variables to set.
665 * Servers and Methods::         You can use server names as select methods.
666 * Unavailable Servers::         Some servers you try to contact may be down.
667
668 Getting News
669
670 * NNTP::                        Reading news from an @sc{nntp} server.
671 * News Spool::                  Reading news from the local spool.
672
673 @sc{nntp}
674
675 * Direct Functions::            Connecting directly to the server.
676 * Indirect Functions::          Connecting indirectly to the server.
677 * Common Variables::            Understood by several connection functions.
678
679 Getting Mail
680
681 * Mail in a Newsreader::        Important introductory notes.
682 * Getting Started Reading Mail::  A simple cookbook example.
683 * Splitting Mail::              How to create mail groups.
684 * Mail Sources::                How to tell Gnus where to get mail from.
685 * Mail Back End Variables::     Variables for customizing mail handling.
686 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
687 * Group Mail Splitting::        Use group customize to drive mail splitting.
688 * Incorporating Old Mail::      What about the old mail you have?
689 * Expiring Mail::               Getting rid of unwanted mail.
690 * Washing Mail::                Removing gruft from the mail you get.
691 * Duplicates::                  Dealing with duplicated mail.
692 * Not Reading Mail::            Using mail back ends for reading other files.
693 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
694
695 Mail Sources
696
697 * Mail Source Specifiers::      How to specify what a mail source is.
698 * Mail Source Customization::   Some variables that influence things.
699 * Fetching Mail::               Using the mail source specifiers.
700
701 Choosing a Mail Back End
702
703 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
704 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
705 * Mail Spool::                  Store your mail in a private spool?
706 * MH Spool::                    An mhspool-like back end.
707 * Mail Folders::                Having one file for each group.
708 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
709
710 Browsing the Web
711
712 * Archiving Mail::              
713 * Web Searches::                Creating groups from articles that match a string.
714 * Slashdot::                    Reading the Slashdot comments.
715 * Ultimate::                    The Ultimate Bulletin Board systems.
716 * Web Archive::                 Reading mailing list archived on web.
717 * RSS::                         Reading RDF site summary.
718 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
719
720 @sc{imap}
721
722 * Splitting in IMAP::           Splitting mail with nnimap.
723 * Expiring in IMAP::            Expiring mail with nnimap.
724 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
725 * Expunging mailboxes::         Equivalent of a "compress mailbox" button.
726 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
727
728 Other Sources
729
730 * Directory Groups::            You can read a directory as if it was a newsgroup.
731 * Anything Groups::             Dired?  Who needs dired?
732 * Document Groups::             Single files can be the basis of a group.
733 * SOUP::                        Reading @sc{soup} packets ``offline''.
734 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
735
736 Document Groups
737
738 * Document Server Internals::   How to add your own document types.
739
740 SOUP
741
742 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
743 * SOUP Groups::                 A back end for reading @sc{soup} packets.
744 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
745
746 Combined Groups
747
748 * Virtual Groups::              Combining articles from many groups.
749 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
750
751 Gnus Unplugged
752
753 * Agent Basics::                How it all is supposed to work.
754 * Agent Categories::            How to tell the Gnus Agent what to download.
755 * Agent Commands::              New commands for all the buffers.
756 * Agent as Cache::              The Agent is a big cache too.
757 * Agent Expiry::                How to make old articles go away.
758 * Agent Regeneration::          How to recover from lost connections and other accidents.
759 * Agent and IMAP::              How to use the Agent with IMAP.
760 * Outgoing Messages::           What happens when you post/mail something?
761 * Agent Variables::             Customizing is fun.
762 * Example Setup::               An example @file{.gnus.el} file for offline people.
763 * Batching Agents::             How to fetch news from a @code{cron} job.
764 * Agent Caveats::               What you think it'll do and what it does.
765
766 Agent Categories
767
768 * Category Syntax::             What a category looks like.
769 * Category Buffer::             A buffer for maintaining categories.
770 * Category Variables::          Customize'r'Us.
771
772 Agent Commands
773
774 * Group Agent Commands::        Configure groups and fetch their contents.
775 * Summary Agent Commands::      Manually select then fetch specific articles.
776 * Server Agent Commands::       Select the servers that are supported by the agent.
777
778 Scoring
779
780 * Summary Score Commands::      Adding score entries for the current group.
781 * Group Score Commands::        General score commands.
782 * Score Variables::             Customize your scoring.  (My, what terminology).
783 * Score File Format::           What a score file may contain.
784 * Score File Editing::          You can edit score files by hand as well.
785 * Adaptive Scoring::            Big Sister Gnus knows what you read.
786 * Home Score File::             How to say where new score entries are to go.
787 * Followups To Yourself::       Having Gnus notice when people answer you.
788 * Scoring On Other Headers::    Scoring on non-standard headers.
789 * Scoring Tips::                How to score effectively.
790 * Reverse Scoring::             That problem child of old is not problem.
791 * Global Score Files::          Earth-spanning, ear-splitting score files.
792 * Kill Files::                  They are still here, but they can be ignored.
793 * Converting Kill Files::       Translating kill files to score files.
794 * GroupLens::                   Getting predictions on what you like to read.
795 * Advanced Scoring::            Using logical expressions to build score rules.
796 * Score Decays::                It can be useful to let scores wither away.
797
798 GroupLens
799
800 * Using GroupLens::             How to make Gnus use GroupLens.
801 * Rating Articles::             Letting GroupLens know how you rate articles.
802 * Displaying Predictions::      Displaying predictions given by GroupLens.
803 * GroupLens Variables::         Customizing GroupLens.
804
805 Advanced Scoring
806
807 * Advanced Scoring Syntax::     A definition.
808 * Advanced Scoring Examples::   What they look like.
809 * Advanced Scoring Tips::       Getting the most out of it.
810
811 Various
812
813 * Process/Prefix::              A convention used by many treatment commands.
814 * Interactive::                 Making Gnus ask you many questions.
815 * Symbolic Prefixes::           How to supply some Gnus functions with options.
816 * Formatting Variables::        You can specify what buffers should look like.
817 * Window Layout::               Configuring the Gnus buffer windows.
818 * Faces and Fonts::             How to change how faces look.
819 * Compilation::                 How to speed Gnus up.
820 * Mode Lines::                  Displaying information in the mode lines.
821 * Highlighting and Menus::      Making buffers look all nice and cozy.
822 * Buttons::                     Get tendinitis in ten easy steps!
823 * Daemons::                     Gnus can do things behind your back.
824 * NoCeM::                       How to avoid spam and other fatty foods.
825 * Undo::                        Some actions can be undone.
826 * Predicate Specifiers::        Specifying predicates.
827 * Moderation::                  What to do if you're a moderator.
828 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
829 * Fuzzy Matching::              What's the big fuzz?
830 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
831 * Various Various::             Things that are really various.
832
833 Formatting Variables
834
835 * Formatting Basics::           A formatting variable is basically a format string.
836 * Mode Line Formatting::        Some rules about mode line formatting variables.
837 * Advanced Formatting::         Modifying output in various ways.
838 * User-Defined Specs::          Having Gnus call your own functions.
839 * Formatting Fonts::            Making the formatting look colorful and nice.
840 * Positioning Point::           Moving point to a position after an operation.
841 * Tabulation::                  Tabulating your output.
842 * Wide Characters::             Dealing with wide characters.
843
844 Image Enhancements
845
846 * Picons::                      How to display pictures of what you're reading.
847 * Smileys::                     Show all those happy faces the way they were meant to be shown.
848 * X-Face::                      Display a funky, teensy black-and-white image.
849 * XVarious::                    Other XEmacsy Gnusey variables.
850
851 Thwarting Email Spam
852
853 * The problem of spam::         Some background, and some solutions
854 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
855 * SpamAssassin::                How to use external anti-spam tools.
856 * Hashcash::                    Reduce spam by burning CPU time.
857 * Filtering Spam Using The Spam ELisp Package::  
858 * Filtering Spam Using Statistics with spam-stat::  
859
860 Appendices
861
862 * XEmacs::                      Requirements for installing under XEmacs.
863 * History::                     How Gnus got where it is today.
864 * On Writing Manuals::          Why this is not a beginner's guide.
865 * Terminology::                 We use really difficult, like, words here.
866 * Customization::               Tailoring Gnus to your needs.
867 * Troubleshooting::             What you might try if things do not work.
868 * Gnus Reference Guide::        Rilly, rilly technical stuff.
869 * Emacs for Heathens::          A short introduction to Emacsian terms.
870 * Frequently Asked Questions::
871
872 History
873
874 * Gnus Versions::               What Gnus versions have been released.
875 * Other Gnus Versions::         Other Gnus versions that also have been released.
876 * Why?::                        What's the point of Gnus?
877 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
878 * Conformity::                  Gnus tries to conform to all standards.
879 * Emacsen::                     Gnus can be run on a few modern Emacsen.
880 * Gnus Development::            How Gnus is developed.
881 * Contributors::                Oodles of people.
882 * New Features::                Pointers to some of the new stuff in Gnus.
883
884 New Features
885
886 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
887 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
888 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
889 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
890 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
891
892 Customization
893
894 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
895 * Slow Terminal Connection::    You run a remote Emacs.
896 * Little Disk Space::           You feel that having large setup files is icky.
897 * Slow Machine::                You feel like buying a faster machine.
898
899 Gnus Reference Guide
900
901 * Gnus Utility Functions::      Common functions and variable to use.
902 * Back End Interface::          How Gnus communicates with the servers.
903 * Score File Syntax::           A BNF definition of the score file standard.
904 * Headers::                     How Gnus stores headers internally.
905 * Ranges::                      A handy format for storing mucho numbers.
906 * Group Info::                  The group info format.
907 * Extended Interactive::        Symbolic prefixes and stuff.
908 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
909 * Various File Formats::        Formats of files that Gnus use.
910
911 Back End Interface
912
913 * Required Back End Functions::  Functions that must be implemented.
914 * Optional Back End Functions::  Functions that need not be implemented.
915 * Error Messaging::             How to get messages and report errors.
916 * Writing New Back Ends::       Extending old back ends.
917 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
918 * Mail-like Back Ends::         Some tips on mail back ends.
919
920 Various File Formats
921
922 * Active File Format::          Information on articles and groups available.
923 * Newsgroups File Format::      Group descriptions.
924
925 Emacs for Heathens
926
927 * Keystrokes::                  Entering text and executing commands.
928 * Emacs Lisp::                  The built-in Emacs programming language.
929
930 @end detailmenu
931 @end menu
932
933 @node Starting Up
934 @chapter Starting Gnus
935 @cindex starting up
936
937 @kindex M-x gnus
938 @findex gnus
939 If your system administrator has set things up properly, starting Gnus
940 and reading news is extremely easy---you just type @kbd{M-x gnus} in
941 your Emacs.
942
943 @findex gnus-other-frame
944 @kindex M-x gnus-other-frame
945 If you want to start Gnus in a different frame, you can use the command
946 @kbd{M-x gnus-other-frame} instead.
947
948 If things do not go smoothly at startup, you have to twiddle some
949 variables in your @file{~/.gnus} file.  This file is similar to
950 @file{~/.emacs}, but is read when gnus starts.
951
952 If you puzzle at any terms used in this manual, please refer to the
953 terminology section (@pxref{Terminology}).
954
955 @menu
956 * Finding the News::            Choosing a method for getting news.
957 * The First Time::              What does Gnus do the first time you start it?
958 * The Server is Down::          How can I read my mail then?
959 * Slave Gnusae::                You can have more than one Gnus active at a time.
960 * Fetching a Group::            Starting Gnus just to read a group.
961 * New Groups::                  What is Gnus supposed to do with new groups?
962 * Changing Servers::            You may want to move from one server to another.
963 * Startup Files::               Those pesky startup files---@file{.newsrc}.
964 * Auto Save::                   Recovering from a crash.
965 * The Active File::             Reading the active file over a slow line Takes Time.
966 * Startup Variables::           Other variables you might change.
967 @end menu
968
969
970 @node Finding the News
971 @section Finding the News
972 @cindex finding news
973
974 @vindex gnus-select-method
975 @c @head
976 The @code{gnus-select-method} variable says where Gnus should look for
977 news.  This variable should be a list where the first element says
978 @dfn{how} and the second element says @dfn{where}.  This method is your
979 native method.  All groups not fetched with this method are
980 foreign groups.
981
982 For instance, if the @samp{news.somewhere.edu} @sc{nntp} server is where
983 you want to get your daily dosage of news from, you'd say:
984
985 @lisp
986 (setq gnus-select-method '(nntp "news.somewhere.edu"))
987 @end lisp
988
989 If you want to read directly from the local spool, say:
990
991 @lisp
992 (setq gnus-select-method '(nnspool ""))
993 @end lisp
994
995 If you can use a local spool, you probably should, as it will almost
996 certainly be much faster.  But do not use the local spool if your
997 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
998
999 @vindex gnus-nntpserver-file
1000 @cindex NNTPSERVER
1001 @cindex @sc{nntp} server
1002 If this variable is not set, Gnus will take a look at the
1003 @code{NNTPSERVER} environment variable.  If that variable isn't set,
1004 Gnus will see whether @code{gnus-nntpserver-file}
1005 (@file{/etc/nntpserver} by default) has any opinions on the matter.  If
1006 that fails as well, Gnus will try to use the machine running Emacs as an @sc{nntp} server.  That's a long shot, though.
1007
1008 @vindex gnus-nntp-server
1009 If @code{gnus-nntp-server} is set, this variable will override
1010 @code{gnus-select-method}.  You should therefore set
1011 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1012
1013 @vindex gnus-secondary-servers
1014 @vindex gnus-nntp-server
1015 You can also make Gnus prompt you interactively for the name of an
1016 @sc{nntp} server.  If you give a non-numerical prefix to @code{gnus}
1017 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1018 in the @code{gnus-secondary-servers} list (if any).  You can also just
1019 type in the name of any server you feel like visiting.  (Note that this
1020 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1021 gnus} later in the same Emacs session, Gnus will contact the same
1022 server.)
1023
1024 @findex gnus-group-browse-foreign-server
1025 @kindex B (Group)
1026 However, if you use one @sc{nntp} server regularly and are just
1027 interested in a couple of groups from a different server, you would be
1028 better served by using the @kbd{B} command in the group buffer.  It will
1029 let you have a look at what groups are available, and you can subscribe
1030 to any of the groups you want to.  This also makes @file{.newsrc}
1031 maintenance much tidier.  @xref{Foreign Groups}.
1032
1033 @vindex gnus-secondary-select-methods
1034 @c @head
1035 A slightly different approach to foreign groups is to set the
1036 @code{gnus-secondary-select-methods} variable.  The select methods
1037 listed in this variable are in many ways just as native as the
1038 @code{gnus-select-method} server.  They will also be queried for active
1039 files during startup (if that's required), and new newsgroups that
1040 appear on these servers will be subscribed (or not) just as native
1041 groups are.
1042
1043 For instance, if you use the @code{nnmbox} back end to read your mail,
1044 you would typically set this variable to
1045
1046 @lisp
1047 (setq gnus-secondary-select-methods '((nnmbox "")))
1048 @end lisp
1049
1050
1051 @node The First Time
1052 @section The First Time
1053 @cindex first time usage
1054
1055 If no startup files exist, Gnus will try to determine what groups should
1056 be subscribed by default.
1057
1058 @vindex gnus-default-subscribed-newsgroups
1059 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1060 will subscribe you to just those groups in that list, leaving the rest
1061 killed.  Your system administrator should have set this variable to
1062 something useful.
1063
1064 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1065 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1066 here as @dfn{whatever Lars thinks you should read}.)
1067
1068 You'll also be subscribed to the Gnus documentation group, which should
1069 help you with most common problems.
1070
1071 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1072 use the normal functions for handling new groups, and not do anything
1073 special.
1074
1075
1076 @node The Server is Down
1077 @section The Server is Down
1078 @cindex server errors
1079
1080 If the default server is down, Gnus will understandably have some
1081 problems starting.  However, if you have some mail groups in addition to
1082 the news groups, you may want to start Gnus anyway.
1083
1084 Gnus, being the trusting sort of program, will ask whether to proceed
1085 without a native select method if that server can't be contacted.  This
1086 will happen whether the server doesn't actually exist (i.e., you have
1087 given the wrong address) or the server has just momentarily taken ill
1088 for some reason or other.  If you decide to continue and have no foreign
1089 groups, you'll find it difficult to actually do anything in the group
1090 buffer.  But, hey, that's your problem.  Blllrph!
1091
1092 @findex gnus-no-server
1093 @kindex M-x gnus-no-server
1094 @c @head
1095 If you know that the server is definitely down, or you just want to read
1096 your mail without bothering with the server at all, you can use the
1097 @code{gnus-no-server} command to start Gnus.  That might come in handy
1098 if you're in a hurry as well.  This command will not attempt to contact
1099 your primary server---instead, it will just activate all groups on level
1100 1 and 2.  (You should preferably keep no native groups on those two
1101 levels.) Also @pxref{Group Levels}.
1102
1103
1104 @node Slave Gnusae
1105 @section Slave Gnusae
1106 @cindex slave
1107
1108 You might want to run more than one Emacs with more than one Gnus at the
1109 same time.  If you are using different @file{.newsrc} files (e.g., if you
1110 are using the two different Gnusae to read from two different servers),
1111 that is no problem whatsoever.  You just do it.
1112
1113 The problem appears when you want to run two Gnusae that use the same
1114 @file{.newsrc} file.
1115
1116 To work around that problem some, we here at the Think-Tank at the Gnus
1117 Towers have come up with a new concept: @dfn{Masters} and
1118 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1119 taken out a copyright on those words.  If you wish to use those words in
1120 conjunction with each other, you have to send $1 per usage instance to
1121 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1122 Applications}) will be much more expensive, of course.)
1123
1124 @findex gnus-slave
1125 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1126 however you do it).  Each subsequent slave Gnusae should be started with
1127 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1128 files, but instead save @dfn{slave files} that contain information only
1129 on what groups have been read in the slave session.  When a master Gnus
1130 starts, it will read (and delete) these slave files, incorporating all
1131 information from them.  (The slave files will be read in the sequence
1132 they were created, so the latest changes will have precedence.)
1133
1134 Information from the slave files has, of course, precedence over the
1135 information in the normal (i.e., master) @file{.newsrc} file.
1136
1137 If the @file{.newsrc*} files have not been saved in the master when the
1138 slave starts, you may be prompted as to whether to read an auto-save
1139 file.  If you answer "yes", the unsaved changes to the master will be
1140 incorporated into the slave.  If you answer "no", the slave may see some
1141 messages as unread that have been read in the master.
1142
1143 @node Fetching a Group
1144 @section Fetching a Group
1145 @cindex fetching a group
1146
1147 @findex gnus-fetch-group
1148 It is sometimes convenient to be able to just say ``I want to read this
1149 group and I don't care whether Gnus has been started or not''.  This is
1150 perhaps more useful for people who write code than for users, but the
1151 command @code{gnus-fetch-group} provides this functionality in any case.
1152 It takes the group name as a parameter.
1153
1154
1155 @node New Groups
1156 @section New Groups
1157 @cindex new groups
1158 @cindex subscription
1159
1160 @vindex gnus-check-new-newsgroups
1161 If you are satisfied that you really never want to see any new groups,
1162 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1163 also save you some time at startup.  Even if this variable is
1164 @code{nil}, you can always subscribe to the new groups just by pressing
1165 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1166 is @code{ask-server} by default.  If you set this variable to
1167 @code{always}, then Gnus will query the back ends for new groups even
1168 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1169
1170 @menu
1171 * Checking New Groups::         Determining what groups are new.
1172 * Subscription Methods::        What Gnus should do with new groups.
1173 * Filtering New Groups::        Making Gnus ignore certain new groups.
1174 @end menu
1175
1176
1177 @node Checking New Groups
1178 @subsection Checking New Groups
1179
1180 Gnus normally determines whether a group is new or not by comparing the
1181 list of groups from the active file(s) with the lists of subscribed and
1182 dead groups.  This isn't a particularly fast method.  If
1183 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1184 server for new groups since the last time.  This is both faster and
1185 cheaper.  This also means that you can get rid of the list of killed
1186 groups altogether, so you may set @code{gnus-save-killed-list} to
1187 @code{nil}, which will save time both at startup, at exit, and all over.
1188 Saves disk space, too.  Why isn't this the default, then?
1189 Unfortunately, not all servers support this command.
1190
1191 I bet I know what you're thinking now: How do I find out whether my
1192 server supports @code{ask-server}?  No?  Good, because I don't have a
1193 fail-safe answer.  I would suggest just setting this variable to
1194 @code{ask-server} and see whether any new groups appear within the next
1195 few days.  If any do, then it works.  If none do, then it doesn't
1196 work.  I could write a function to make Gnus guess whether the server
1197 supports @code{ask-server}, but it would just be a guess.  So I won't.
1198 You could @code{telnet} to the server and say @code{HELP} and see
1199 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1200 it does, then it might work.  (But there are servers that lists
1201 @samp{NEWGROUPS} without supporting the function properly.)
1202
1203 This variable can also be a list of select methods.  If so, Gnus will
1204 issue an @code{ask-server} command to each of the select methods, and
1205 subscribe them (or not) using the normal methods.  This might be handy
1206 if you are monitoring a few servers for new groups.  A side effect is
1207 that startup will take much longer, so you can meditate while waiting.
1208 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1209
1210
1211 @node Subscription Methods
1212 @subsection Subscription Methods
1213
1214 @vindex gnus-subscribe-newsgroup-method
1215 What Gnus does when it encounters a new group is determined by the
1216 @code{gnus-subscribe-newsgroup-method} variable.
1217
1218 This variable should contain a function.  This function will be called
1219 with the name of the new group as the only parameter.
1220
1221 Some handy pre-fab functions are:
1222
1223 @table @code
1224
1225 @item gnus-subscribe-zombies
1226 @vindex gnus-subscribe-zombies
1227 Make all new groups zombies.  This is the default.  You can browse the
1228 zombies later (with @kbd{A z}) and either kill them all off properly
1229 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1230
1231 @item gnus-subscribe-randomly
1232 @vindex gnus-subscribe-randomly
1233 Subscribe all new groups in arbitrary order.  This really means that all
1234 new groups will be added at ``the top'' of the group buffer.
1235
1236 @item gnus-subscribe-alphabetically
1237 @vindex gnus-subscribe-alphabetically
1238 Subscribe all new groups in alphabetical order.
1239
1240 @item gnus-subscribe-hierarchically
1241 @vindex gnus-subscribe-hierarchically
1242 Subscribe all new groups hierarchically.  The difference between this
1243 function and @code{gnus-subscribe-alphabetically} is slight.
1244 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1245 alphabetical fashion, while this function will enter groups into its
1246 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1247 @samp{comp} hierarchy, this function will not mess that configuration
1248 up.  Or something like that.
1249
1250 @item gnus-subscribe-interactively
1251 @vindex gnus-subscribe-interactively
1252 Subscribe new groups interactively.  This means that Gnus will ask
1253 you about @strong{all} new groups.  The groups you choose to subscribe
1254 to will be subscribed hierarchically.
1255
1256 @item gnus-subscribe-killed
1257 @vindex gnus-subscribe-killed
1258 Kill all new groups.
1259
1260 @item gnus-subscribe-topics
1261 @vindex gnus-subscribe-topics
1262 Put the groups into the topic that has a matching @code{subscribe} topic
1263 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1264 topic parameter that looks like
1265
1266 @example
1267 "nnslashdot"
1268 @end example
1269
1270 will mean that all groups that match that regex will be subscribed under
1271 that topic.
1272
1273 If no topics match the groups, the groups will be subscribed in the
1274 top-level topic.
1275
1276 @end table
1277
1278 @vindex gnus-subscribe-hierarchical-interactive
1279 A closely related variable is
1280 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1281 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1282 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1283 will ask you for each sub-hierarchy whether you want to descend the
1284 hierarchy or not.
1285
1286 One common mistake is to set the variable a few paragraphs above
1287 (@code{gnus-subscribe-newsgroup-method}) to
1288 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1289 will not work.  This is ga-ga.  So don't do it.
1290
1291
1292 @node Filtering New Groups
1293 @subsection Filtering New Groups
1294
1295 A nice and portable way to control which new newsgroups should be
1296 subscribed (or ignored) is to put an @dfn{options} line at the start of
1297 the @file{.newsrc} file.  Here's an example:
1298
1299 @example
1300 options -n !alt.all !rec.all sci.all
1301 @end example
1302
1303 @vindex gnus-subscribe-options-newsgroup-method
1304 This line obviously belongs to a serious-minded intellectual scientific
1305 person (or she may just be plain old boring), because it says that all
1306 groups that have names beginning with @samp{alt} and @samp{rec} should
1307 be ignored, and all groups with names beginning with @samp{sci} should
1308 be subscribed.  Gnus will not use the normal subscription method for
1309 subscribing these groups.
1310 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1311 variable defaults to @code{gnus-subscribe-alphabetically}.
1312
1313 @vindex gnus-options-not-subscribe
1314 @vindex gnus-options-subscribe
1315 If you don't want to mess with your @file{.newsrc} file, you can just
1316 set the two variables @code{gnus-options-subscribe} and
1317 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1318 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1319 and if the new group matches the former, it will be unconditionally
1320 subscribed, and if it matches the latter, it will be ignored.
1321
1322 @vindex gnus-auto-subscribed-groups
1323 Yet another variable that meddles here is
1324 @code{gnus-auto-subscribed-groups}.  It works exactly like
1325 @code{gnus-options-subscribe}, and is therefore really superfluous, but I
1326 thought it would be nice to have two of these.  This variable is more
1327 meant for setting some ground rules, while the other variable is used
1328 more for user fiddling.  By default this variable makes all new groups
1329 that come from mail back ends (@code{nnml}, @code{nnbabyl},
1330 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1331 subscribed.  If you don't like that, just set this variable to
1332 @code{nil}.
1333
1334 New groups that match this regexp are subscribed using
1335 @code{gnus-subscribe-options-newsgroup-method}.
1336
1337
1338 @node Changing Servers
1339 @section Changing Servers
1340 @cindex changing servers
1341
1342 Sometimes it is necessary to move from one @sc{nntp} server to another.
1343 This happens very rarely, but perhaps you change jobs, or one server is
1344 very flaky and you want to use another.
1345
1346 Changing the server is pretty easy, right?  You just change
1347 @code{gnus-select-method} to point to the new server?
1348
1349 @emph{Wrong!}
1350
1351 Article numbers are not (in any way) kept synchronized between different
1352 @sc{nntp} servers, and the only way Gnus keeps track of what articles
1353 you have read is by keeping track of article numbers.  So when you
1354 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1355 worthless.
1356
1357 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1358 file from one server to another.  They all have one thing in
1359 common---they take a looong time to run.  You don't want to use these
1360 functions more than absolutely necessary.
1361
1362 @kindex M-x gnus-change-server
1363 @findex gnus-change-server
1364 If you have access to both servers, Gnus can request the headers for all
1365 the articles you have read and compare @code{Message-ID}s and map the
1366 article numbers of the read articles and article marks.  The @kbd{M-x
1367 gnus-change-server} command will do this for all your native groups.  It
1368 will prompt for the method you want to move to.
1369
1370 @kindex M-x gnus-group-move-group-to-server
1371 @findex gnus-group-move-group-to-server
1372 You can also move individual groups with the @kbd{M-x
1373 gnus-group-move-group-to-server} command.  This is useful if you want to
1374 move a (foreign) group from one server to another.
1375
1376 @kindex M-x gnus-group-clear-data-on-native-groups
1377 @findex gnus-group-clear-data-on-native-groups
1378 If you don't have access to both the old and new server, all your marks
1379 and read ranges have become worthless.  You can use the @kbd{M-x
1380 gnus-group-clear-data-on-native-groups} command to clear out all data
1381 that you have on your native groups.  Use with caution.
1382
1383 @kindex M-x gnus-group-clear-data
1384 @findex gnus-group-clear-data
1385 Clear the data from the current group only---nix out marks and the
1386 list of read articles (@code{gnus-group-clear-data}).
1387
1388 After changing servers, you @strong{must} move the cache hierarchy away,
1389 since the cached articles will have wrong article numbers, which will
1390 affect which articles Gnus thinks are read.
1391 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1392 to have it done automatically; for @code{gnus-group-clear-data}, you
1393 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1394 cache for all groups).
1395
1396
1397 @node Startup Files
1398 @section Startup Files
1399 @cindex startup files
1400 @cindex .newsrc
1401 @cindex .newsrc.el
1402 @cindex .newsrc.eld
1403
1404 Now, you all know about the @file{.newsrc} file.  All subscription
1405 information is traditionally stored in this file.
1406
1407 Things got a bit more complicated with @sc{gnus}.  In addition to
1408 keeping the @file{.newsrc} file updated, it also used a file called
1409 @file{.newsrc.el} for storing all the information that didn't fit into
1410 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1411 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1412 files was the most recently saved, which enabled people to swap between
1413 @sc{gnus} and other newsreaders.
1414
1415 That was kinda silly, so Gnus went one better: In addition to the
1416 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1417 @file{.newsrc.eld}.  It will read whichever of these files that are most
1418 recent, but it will never write a @file{.newsrc.el} file.  You should
1419 never delete the @file{.newsrc.eld} file---it contains much information
1420 not stored in the @file{.newsrc} file.
1421
1422 @vindex gnus-save-newsrc-file
1423 @vindex gnus-read-newsrc-file
1424 You can turn off writing the @file{.newsrc} file by setting
1425 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1426 the file and save some space, as well as exiting from Gnus faster.
1427 However, this will make it impossible to use other newsreaders than
1428 Gnus.  But hey, who would want to, right?  Similarly, setting
1429 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1430 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1431 convenient if you have a tendency to use Netscape once in a while.
1432
1433 @vindex gnus-save-killed-list
1434 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1435 will not save the list of killed groups to the startup file.  This will
1436 save both time (when starting and quitting) and space (on disk).  It
1437 will also mean that Gnus has no record of what groups are new or old,
1438 so the automatic new groups subscription methods become meaningless.
1439 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1440 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1441 Groups}).  This variable can also be a regular expression.  If that's
1442 the case, remove all groups that do not match this regexp before
1443 saving.  This can be useful in certain obscure situations that involve
1444 several servers where not all servers support @code{ask-server}.
1445
1446 @vindex gnus-startup-file
1447 The @code{gnus-startup-file} variable says where the startup files are.
1448 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1449 file being whatever that one is, with a @samp{.eld} appended.
1450
1451 @vindex gnus-save-newsrc-hook
1452 @vindex gnus-save-quick-newsrc-hook
1453 @vindex gnus-save-standard-newsrc-hook
1454 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1455 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1456 saving the @file{.newsrc.eld} file, and
1457 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1458 @file{.newsrc} file.  The latter two are commonly used to turn version
1459 control on or off.  Version control is on by default when saving the
1460 startup files.  If you want to turn backup creation off, say something like:
1461
1462 @lisp
1463 (defun turn-off-backup ()
1464   (set (make-local-variable 'backup-inhibited) t))
1465
1466 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1467 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1468 @end lisp
1469
1470 @vindex gnus-init-file
1471 @vindex gnus-site-init-file
1472 When Gnus starts, it will read the @code{gnus-site-init-file}
1473 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1474 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1475 and can be used to avoid cluttering your @file{~/.emacs} and
1476 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1477 with the same names as these, but with @file{.elc} and @file{.el}
1478 suffixes.  In other words, if you have set @code{gnus-init-file} to
1479 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1480 and finally @file{~/.gnus} (in this order).
1481
1482
1483
1484 @node Auto Save
1485 @section Auto Save
1486 @cindex dribble file
1487 @cindex auto-save
1488
1489 Whenever you do something that changes the Gnus data (reading articles,
1490 catching up, killing/subscribing groups), the change is added to a
1491 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1492 Emacs way.  If your Emacs should crash before you have saved the
1493 @file{.newsrc} files, all changes you have made can be recovered from
1494 this file.
1495
1496 If Gnus detects this file at startup, it will ask the user whether to
1497 read it.  The auto save file is deleted whenever the real startup file is
1498 saved.
1499
1500 @vindex gnus-use-dribble-file
1501 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1502 maintain a dribble buffer.  The default is @code{t}.
1503
1504 @vindex gnus-dribble-directory
1505 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1506 this variable is @code{nil}, which it is by default, Gnus will dribble
1507 into the directory where the @file{.newsrc} file is located.  (This is
1508 normally the user's home directory.)  The dribble file will get the same
1509 file permissions as the @file{.newsrc} file.
1510
1511 @vindex gnus-always-read-dribble-file
1512 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1513 read the dribble file on startup without querying the user.
1514
1515
1516 @node The Active File
1517 @section The Active File
1518 @cindex active file
1519 @cindex ignored groups
1520
1521 When Gnus starts, or indeed whenever it tries to determine whether new
1522 articles have arrived, it reads the active file.  This is a very large
1523 file that lists all the active groups and articles on the server.
1524
1525 @vindex gnus-ignored-newsgroups
1526 Before examining the active file, Gnus deletes all lines that match the
1527 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1528 any groups with bogus names, but you can use this variable to make Gnus
1529 ignore hierarchies you aren't ever interested in.  However, this is not
1530 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1531 Groups} for an overview of other variables that can be used instead.
1532
1533 @c This variable is
1534 @c @code{nil} by default, and will slow down active file handling somewhat
1535 @c if you set it to anything else.
1536
1537 @vindex gnus-read-active-file
1538 @c @head
1539 The active file can be rather Huge, so if you have a slow network, you
1540 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1541 reading the active file.  This variable is @code{some} by default.
1542
1543 Gnus will try to make do by getting information just on the groups that
1544 you actually subscribe to.
1545
1546 Note that if you subscribe to lots and lots of groups, setting this
1547 variable to @code{nil} will probably make Gnus slower, not faster.  At
1548 present, having this variable @code{nil} will slow Gnus down
1549 considerably, unless you read news over a 2400 baud modem.
1550
1551 This variable can also have the value @code{some}.  Gnus will then
1552 attempt to read active info only on the subscribed groups.  On some
1553 servers this is quite fast (on sparkling, brand new INN servers that
1554 support the @code{LIST ACTIVE group} command), on others this isn't fast
1555 at all.  In any case, @code{some} should be faster than @code{nil}, and
1556 is certainly faster than @code{t} over slow lines.
1557
1558 Some news servers (old versions of Leafnode and old versions of INN, for
1559 instance) do not support the @code{LIST ACTIVE group}.  For these
1560 servers, @code{nil} is probably the most efficient value for this
1561 variable.
1562
1563 If this variable is @code{nil}, Gnus will ask for group info in total
1564 lock-step, which isn't very fast.  If it is @code{some} and you use an
1565 @sc{nntp} server, Gnus will pump out commands as fast as it can, and
1566 read all the replies in one swoop.  This will normally result in better
1567 performance, but if the server does not support the aforementioned
1568 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1569
1570 If you think that starting up Gnus takes too long, try all the three
1571 different values for this variable and see what works best for you.
1572
1573 In any case, if you use @code{some} or @code{nil}, you should definitely
1574 kill all groups that you aren't interested in to speed things up.
1575
1576 Note that this variable also affects active file retrieval from
1577 secondary select methods.
1578
1579
1580 @node Startup Variables
1581 @section Startup Variables
1582
1583 @table @code
1584
1585 @item gnus-load-hook
1586 @vindex gnus-load-hook
1587 A hook run while Gnus is being loaded.  Note that this hook will
1588 normally be run just once in each Emacs session, no matter how many
1589 times you start Gnus.
1590
1591 @item gnus-before-startup-hook
1592 @vindex gnus-before-startup-hook
1593 A hook run after starting up Gnus successfully.
1594
1595 @item gnus-startup-hook
1596 @vindex gnus-startup-hook
1597 A hook run as the very last thing after starting up Gnus
1598
1599 @item gnus-started-hook
1600 @vindex gnus-started-hook
1601 A hook that is run as the very last thing after starting up Gnus
1602 successfully.
1603
1604 @item gnus-setup-news-hook
1605 @vindex gnus-setup-news-hook
1606 A hook that is run after reading the @file{.newsrc} file(s), but before
1607 generating the group buffer.
1608
1609 @item gnus-check-bogus-newsgroups
1610 @vindex gnus-check-bogus-newsgroups
1611 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1612 startup.  A @dfn{bogus group} is a group that you have in your
1613 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1614 bogus groups can take quite a while, so to save time and resources it's
1615 best to leave this option off, and do the checking for bogus groups once
1616 in a while from the group buffer instead (@pxref{Group Maintenance}).
1617
1618 @item gnus-inhibit-startup-message
1619 @vindex gnus-inhibit-startup-message
1620 If non-@code{nil}, the startup message won't be displayed.  That way,
1621 your boss might not notice as easily that you are reading news instead
1622 of doing your job.  Note that this variable is used before
1623 @file{.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1624
1625 @item gnus-no-groups-message
1626 @vindex gnus-no-groups-message
1627 Message displayed by Gnus when no groups are available.
1628
1629 @item gnus-play-startup-jingle
1630 @vindex gnus-play-startup-jingle
1631 If non-@code{nil}, play the Gnus jingle at startup.
1632
1633 @item gnus-startup-jingle
1634 @vindex gnus-startup-jingle
1635 Jingle to be played if the above variable is non-@code{nil}.  The
1636 default is @samp{Tuxedomoon.Jingle4.au}.
1637
1638 @end table
1639
1640
1641 @node Group Buffer
1642 @chapter Group Buffer
1643 @cindex group buffer
1644
1645 @c Alex Schroeder suggests to rearrange this as follows:
1646 @c
1647 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1648 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1649 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1650 @c   7. Group Score, 8. Group Buffer Format
1651 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1652 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1653 @c <kensanata> First, "Gnus considers groups... (default 9)."
1654 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1655 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1656 @c <kensanata> Then expand the next paragraph or add some more to it.
1657 @c    This short one sentence explains levels 1 and 2, therefore I understand
1658 @c    that I should keep important news at 3 and boring news at 4.
1659 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1660 @c    Maybe keep those that you don't want to read temporarily at 6,
1661 @c    those that you never want to read at 8, those that offend your
1662 @c    human rights at 9...
1663
1664
1665 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1666 is the first buffer shown when Gnus starts, and will never be killed as
1667 long as Gnus is active.
1668
1669 @iftex
1670 @iflatex
1671 \gnusfigure{The Group Buffer}{320}{
1672 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1673 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1674 \put(120,38){\vector(1,2){10}}
1675 \put(40,60){\makebox(0,0)[r]{Mode line}}
1676 \put(40,58){\vector(1,0){30}}
1677 \put(200,28){\makebox(0,0)[t]{Native select method}}
1678 \put(200,26){\vector(-1,2){15}}
1679 }
1680 @end iflatex
1681 @end iftex
1682
1683 @menu
1684 * Group Buffer Format::         Information listed and how you can change it.
1685 * Group Maneuvering::           Commands for moving in the group buffer.
1686 * Selecting a Group::           Actually reading news.
1687 * Subscription Commands::       Unsubscribing, killing, subscribing.
1688 * Group Data::                  Changing the info for a group.
1689 * Group Levels::                Levels? What are those, then?
1690 * Group Score::                 A mechanism for finding out what groups you like.
1691 * Marking Groups::              You can mark groups for later processing.
1692 * Foreign Groups::              Creating and editing groups.
1693 * Group Parameters::            Each group may have different parameters set.
1694 * Listing Groups::              Gnus can list various subsets of the groups.
1695 * Sorting Groups::              Re-arrange the group order.
1696 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1697 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1698 * Exiting Gnus::                Stop reading news and get some work done.
1699 * Group Topics::                A folding group mode divided into topics.
1700 * Misc Group Stuff::            Other stuff that you can to do.
1701 @end menu
1702
1703
1704 @node Group Buffer Format
1705 @section Group Buffer Format
1706
1707 @menu
1708 * Group Line Specification::    Deciding how the group buffer is to look.
1709 * Group Modeline Specification::  The group buffer modeline.
1710 * Group Highlighting::          Having nice colors in the group buffer.
1711 @end menu
1712
1713
1714 @node Group Line Specification
1715 @subsection Group Line Specification
1716 @cindex group buffer format
1717
1718 The default format of the group buffer is nice and dull, but you can
1719 make it as exciting and ugly as you feel like.
1720
1721 Here's a couple of example group lines:
1722
1723 @example
1724      25: news.announce.newusers
1725  *    0: alt.fan.andrea-dworkin
1726 @end example
1727
1728 Quite simple, huh?
1729
1730 You can see that there are 25 unread articles in
1731 @samp{news.announce.newusers}.  There are no unread articles, but some
1732 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1733 asterisk at the beginning of the line?).
1734
1735 @vindex gnus-group-line-format
1736 You can change that format to whatever you want by fiddling with the
1737 @code{gnus-group-line-format} variable.  This variable works along the
1738 lines of a @code{format} specification, which is pretty much the same as
1739 a @code{printf} specifications, for those of you who use (feh!) C.
1740 @xref{Formatting Variables}.
1741
1742 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1743
1744 There should always be a colon on the line; the cursor always moves to
1745 the colon after performing an operation.  @xref{Positioning
1746 Point}. Nothing else is required---not even the group name.  All
1747 displayed text is just window dressing, and is never examined by Gnus.
1748 Gnus stores all real information it needs using text properties.
1749
1750 (Note that if you make a really strange, wonderful, spreadsheet-like
1751 layout, everybody will believe you are hard at work with the accounting
1752 instead of wasting time reading news.)
1753
1754 Here's a list of all available format characters:
1755
1756 @table @samp
1757
1758 @item M
1759 An asterisk if the group only has marked articles.
1760
1761 @item S
1762 Whether the group is subscribed.
1763
1764 @item L
1765 Level of subscribedness.
1766
1767 @item N
1768 Number of unread articles.
1769
1770 @item I
1771 Number of dormant articles.
1772
1773 @item T
1774 Number of ticked articles.
1775
1776 @item R
1777 Number of read articles.
1778
1779 @item U
1780 Number of unseen articles.
1781
1782 @item t
1783 Estimated total number of articles.  (This is really @var{max-number}
1784 minus @var{min-number} plus 1.)
1785
1786 Gnus uses this estimation because the @sc{nntp} protocol provides
1787 efficient access to @var{max-number} and @var{min-number} but getting
1788 the true unread message count is not possible efficiently.  For
1789 hysterical raisins, even the mail back ends, where the true number of
1790 unread messages might be available efficiently, use the same limited
1791 interface.  To remove this restriction from Gnus means that the back
1792 end interface has to be changed, which is not an easy job.  If you
1793 want to work on this, please contact the Gnus mailing list.
1794
1795 @item y
1796 Number of unread, unticked, non-dormant articles.
1797
1798 @item i
1799 Number of ticked and dormant articles.
1800
1801 @item g
1802 Full group name.
1803
1804 @item G
1805 Group name.
1806
1807 @item C
1808 Group comment (@pxref{Group Parameters}) or group name if there is no
1809 comment element in the group parameters.
1810
1811 @item D
1812 Newsgroup description.
1813
1814 @item o
1815 @samp{m} if moderated.
1816
1817 @item O
1818 @samp{(m)} if moderated.
1819
1820 @item s
1821 Select method.
1822
1823 @item B
1824 If the summary buffer for the group is open or not.
1825
1826 @item n
1827 Select from where.
1828
1829 @item z
1830 A string that looks like @samp{<%s:%n>} if a foreign select method is
1831 used.
1832
1833 @item P
1834 Indentation based on the level of the topic (@pxref{Group Topics}).
1835
1836 @item c
1837 @vindex gnus-group-uncollapsed-levels
1838 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1839 variable says how many levels to leave at the end of the group name.
1840 The default is 1---this will mean that group names like
1841 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1842
1843 @item m
1844 @vindex gnus-new-mail-mark
1845 @cindex %
1846 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1847 the group lately.
1848
1849 @item p
1850 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1851
1852 @item d
1853 A string that says when you last read the group (@pxref{Group
1854 Timestamp}).
1855
1856 @item u
1857 User defined specifier.  The next character in the format string should
1858 be a letter.  Gnus will call the function
1859 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1860 following @samp{%u}.  The function will be passed a single dummy
1861 parameter as argument.  The function should return a string, which will
1862 be inserted into the buffer just like information from any other
1863 specifier.
1864 @end table
1865
1866 @cindex *
1867 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1868 if no info is available---for instance, if it is a non-activated foreign
1869 group, or a bogus native group.
1870
1871
1872 @node Group Modeline Specification
1873 @subsection Group Modeline Specification
1874 @cindex group modeline
1875
1876 @vindex gnus-group-mode-line-format
1877 The mode line can be changed by setting
1878 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1879 doesn't understand that many format specifiers:
1880
1881 @table @samp
1882 @item S
1883 The native news server.
1884 @item M
1885 The native select method.
1886 @end table
1887
1888
1889 @node Group Highlighting
1890 @subsection Group Highlighting
1891 @cindex highlighting
1892 @cindex group highlighting
1893
1894 @vindex gnus-group-highlight
1895 Highlighting in the group buffer is controlled by the
1896 @code{gnus-group-highlight} variable.  This is an alist with elements
1897 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1898 something non-@code{nil}, the @var{face} will be used on the line.
1899
1900 Here's an example value for this variable that might look nice if the
1901 background is dark:
1902
1903 @lisp
1904 (cond (window-system
1905        (setq custom-background-mode 'light)
1906        (defface my-group-face-1
1907          '((t (:foreground "Red" :bold t))) "First group face")
1908        (defface my-group-face-2
1909          '((t (:foreground "DarkSeaGreen4" :bold t))) "Second group face")
1910        (defface my-group-face-3
1911          '((t (:foreground "Green4" :bold t))) "Third group face")
1912        (defface my-group-face-4
1913          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1914        (defface my-group-face-5
1915          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1916
1917 (setq gnus-group-highlight
1918       '(((> unread 200) . my-group-face-1)
1919         ((and (< level 3) (zerop unread)) . my-group-face-2)
1920         ((< level 3) . my-group-face-3)
1921         ((zerop unread) . my-group-face-4)
1922         (t . my-group-face-5)))
1923 @end lisp
1924
1925 Also @pxref{Faces and Fonts}.
1926
1927 Variables that are dynamically bound when the forms are evaluated
1928 include:
1929
1930 @table @code
1931 @item group
1932 The group name.
1933 @item unread
1934 The number of unread articles in the group.
1935 @item method
1936 The select method.
1937 @item mailp
1938 Whether the group is a mail group.
1939 @item level
1940 The level of the group.
1941 @item score
1942 The score of the group.
1943 @item ticked
1944 The number of ticked articles in the group.
1945 @item total
1946 The total number of articles in the group.  Or rather, MAX-NUMBER minus
1947 MIN-NUMBER plus one.
1948 @item topic
1949 When using the topic minor mode, this variable is bound to the current
1950 topic being inserted.
1951 @end table
1952
1953 When the forms are @code{eval}ed, point is at the beginning of the line
1954 of the group in question, so you can use many of the normal Gnus
1955 functions for snarfing info on the group.
1956
1957 @vindex gnus-group-update-hook
1958 @findex gnus-group-highlight-line
1959 @code{gnus-group-update-hook} is called when a group line is changed.
1960 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
1961 calls @code{gnus-group-highlight-line} by default.
1962
1963
1964 @node Group Maneuvering
1965 @section Group Maneuvering
1966 @cindex group movement
1967
1968 All movement commands understand the numeric prefix and will behave as
1969 expected, hopefully.
1970
1971 @table @kbd
1972
1973 @item n
1974 @kindex n (Group)
1975 @findex gnus-group-next-unread-group
1976 Go to the next group that has unread articles
1977 (@code{gnus-group-next-unread-group}).
1978
1979 @item p
1980 @itemx DEL
1981 @kindex DEL (Group)
1982 @kindex p (Group)
1983 @findex gnus-group-prev-unread-group
1984 Go to the previous group that has unread articles
1985 (@code{gnus-group-prev-unread-group}).
1986
1987 @item N
1988 @kindex N (Group)
1989 @findex gnus-group-next-group
1990 Go to the next group (@code{gnus-group-next-group}).
1991
1992 @item P
1993 @kindex P (Group)
1994 @findex gnus-group-prev-group
1995 Go to the previous group (@code{gnus-group-prev-group}).
1996
1997 @item M-n
1998 @kindex M-n (Group)
1999 @findex gnus-group-next-unread-group-same-level
2000 Go to the next unread group on the same (or lower) level
2001 (@code{gnus-group-next-unread-group-same-level}).
2002
2003 @item M-p
2004 @kindex M-p (Group)
2005 @findex gnus-group-prev-unread-group-same-level
2006 Go to the previous unread group on the same (or lower) level
2007 (@code{gnus-group-prev-unread-group-same-level}).
2008 @end table
2009
2010 Three commands for jumping to groups:
2011
2012 @table @kbd
2013
2014 @item j
2015 @kindex j (Group)
2016 @findex gnus-group-jump-to-group
2017 Jump to a group (and make it visible if it isn't already)
2018 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2019 like living groups.
2020
2021 @item ,
2022 @kindex , (Group)
2023 @findex gnus-group-best-unread-group
2024 Jump to the unread group with the lowest level
2025 (@code{gnus-group-best-unread-group}).
2026
2027 @item .
2028 @kindex . (Group)
2029 @findex gnus-group-first-unread-group
2030 Jump to the first group with unread articles
2031 (@code{gnus-group-first-unread-group}).
2032 @end table
2033
2034 @vindex gnus-group-goto-unread
2035 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2036 commands will move to the next group, not the next unread group.  Even
2037 the commands that say they move to the next unread group.  The default
2038 is @code{t}.
2039
2040
2041 @node Selecting a Group
2042 @section Selecting a Group
2043 @cindex group selection
2044
2045 @table @kbd
2046
2047 @item SPACE
2048 @kindex SPACE (Group)
2049 @findex gnus-group-read-group
2050 Select the current group, switch to the summary buffer and display the
2051 first unread article (@code{gnus-group-read-group}).  If there are no
2052 unread articles in the group, or if you give a non-numerical prefix to
2053 this command, Gnus will offer to fetch all the old articles in this
2054 group from the server.  If you give a numerical prefix @var{N}, @var{N}
2055 determines the number of articles Gnus will fetch.  If @var{N} is
2056 positive, Gnus fetches the @var{N} newest articles, if @var{N} is
2057 negative, Gnus fetches the @code{abs(@var{N})} oldest articles.
2058
2059 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2060 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2061 - 4 2 SPC} fetches the 42 oldest ones.
2062
2063 When you are in the group (in the Summary buffer), you can type
2064 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2065 ones.
2066
2067 @item RET
2068 @kindex RET (Group)
2069 @findex gnus-group-select-group
2070 Select the current group and switch to the summary buffer
2071 (@code{gnus-group-select-group}).  Takes the same arguments as
2072 @code{gnus-group-read-group}---the only difference is that this command
2073 does not display the first unread article automatically upon group
2074 entry.
2075
2076 @item M-RET
2077 @kindex M-RET (Group)
2078 @findex gnus-group-quick-select-group
2079 This does the same as the command above, but tries to do it with the
2080 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2081 scoring/killing will be performed, there will be no highlights and no
2082 expunging.  This might be useful if you're in a real hurry and have to
2083 enter some humongous group.  If you give a 0 prefix to this command
2084 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2085 which is useful if you want to toggle threading before generating the
2086 summary buffer (@pxref{Summary Generation Commands}).
2087
2088 @item M-SPACE
2089 @kindex M-SPACE (Group)
2090 @findex gnus-group-visible-select-group
2091 This is yet one more command that does the same as the @kbd{RET}
2092 command, but this one does it without expunging and hiding dormants
2093 (@code{gnus-group-visible-select-group}).
2094
2095 @item C-M-RET
2096 @kindex C-M-RET (Group)
2097 @findex gnus-group-select-group-ephemerally
2098 Finally, this command selects the current group ephemerally without
2099 doing any processing of its contents
2100 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2101 turned off.  Everything you do in the group after selecting it in this
2102 manner will have no permanent effects.
2103
2104 @end table
2105
2106 @vindex gnus-large-newsgroup
2107 The @code{gnus-large-newsgroup} variable says what Gnus should consider
2108 to be a big group.  This is 200 by default.  If the group has more
2109 (unread and/or ticked) articles than this, Gnus will query the user
2110 before entering the group.  The user can then specify how many articles
2111 should be fetched from the server.  If the user specifies a negative
2112 number (@code{-n}), the @code{n} oldest articles will be fetched.  If it
2113 is positive, the @code{n} articles that have arrived most recently will
2114 be fetched.
2115
2116 @vindex gnus-select-group-hook
2117 @vindex gnus-auto-select-first
2118 @vindex gnus-auto-select-subject
2119 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2120 automatically when entering a group with the @kbd{SPACE} command.
2121 Which article this is is controlled by the
2122 @code{gnus-auto-select-subject} variable.  Valid values for this
2123 variable is:
2124
2125 @table @code
2126
2127 @item unread
2128 Place point on the subject line of the first unread article.
2129
2130 @item first
2131 Place point on the subject line of the first article.
2132
2133 @item unseen
2134 Place point on the subject line of the first unseen article.
2135
2136 @item unseen-or-unread
2137 Place point on the subject line of the first unseen article, and if
2138 there is no such article, place point on the subject line of the first
2139 unread article.
2140
2141 @item best
2142 Place point on the subject line of the highest-scored unread article.
2143
2144 @end table
2145
2146 This variable can also be a function.  In that case, that function
2147 will be called to place point on a subject line.
2148
2149 If you want to prevent automatic selection in some group (say, in a
2150 binary group with Huge articles) you can set the
2151 @code{gnus-auto-select-first} variable to @code{nil} in
2152 @code{gnus-select-group-hook}, which is called when a group is
2153 selected.
2154
2155
2156 @node Subscription Commands
2157 @section Subscription Commands
2158 @cindex subscription
2159
2160 @table @kbd
2161
2162 @item S t
2163 @itemx u
2164 @kindex S t (Group)
2165 @kindex u (Group)
2166 @findex gnus-group-unsubscribe-current-group
2167 @c @icon{gnus-group-unsubscribe}
2168 Toggle subscription to the current group
2169 (@code{gnus-group-unsubscribe-current-group}).
2170
2171 @item S s
2172 @itemx U
2173 @kindex S s (Group)
2174 @kindex U (Group)
2175 @findex gnus-group-unsubscribe-group
2176 Prompt for a group to subscribe, and then subscribe it.  If it was
2177 subscribed already, unsubscribe it instead
2178 (@code{gnus-group-unsubscribe-group}).
2179
2180 @item S k
2181 @itemx C-k
2182 @kindex S k (Group)
2183 @kindex C-k (Group)
2184 @findex gnus-group-kill-group
2185 @c @icon{gnus-group-kill-group}
2186 Kill the current group (@code{gnus-group-kill-group}).
2187
2188 @item S y
2189 @itemx C-y
2190 @kindex S y (Group)
2191 @kindex C-y (Group)
2192 @findex gnus-group-yank-group
2193 Yank the last killed group (@code{gnus-group-yank-group}).
2194
2195 @item C-x C-t
2196 @kindex C-x C-t (Group)
2197 @findex gnus-group-transpose-groups
2198 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2199 really a subscription command, but you can use it instead of a
2200 kill-and-yank sequence sometimes.
2201
2202 @item S w
2203 @itemx C-w
2204 @kindex S w (Group)
2205 @kindex C-w (Group)
2206 @findex gnus-group-kill-region
2207 Kill all groups in the region (@code{gnus-group-kill-region}).
2208
2209 @item S z
2210 @kindex S z (Group)
2211 @findex gnus-group-kill-all-zombies
2212 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2213
2214 @item S C-k
2215 @kindex S C-k (Group)
2216 @findex gnus-group-kill-level
2217 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2218 These groups can't be yanked back after killing, so this command should
2219 be used with some caution.  The only time where this command comes in
2220 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2221 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2222 kill off all unsubscribed groups that do not have message numbers in the
2223 @file{.newsrc} file.
2224
2225 @end table
2226
2227 Also @pxref{Group Levels}.
2228
2229
2230 @node Group Data
2231 @section Group Data
2232
2233 @table @kbd
2234
2235 @item c
2236 @kindex c (Group)
2237 @findex gnus-group-catchup-current
2238 @vindex gnus-group-catchup-group-hook
2239 @c @icon{gnus-group-catchup-current}
2240 Mark all unticked articles in this group as read
2241 (@code{gnus-group-catchup-current}).
2242 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2243 the group buffer.
2244
2245 @item C
2246 @kindex C (Group)
2247 @findex gnus-group-catchup-current-all
2248 Mark all articles in this group, even the ticked ones, as read
2249 (@code{gnus-group-catchup-current-all}).
2250
2251 @item M-c
2252 @kindex M-c (Group)
2253 @findex gnus-group-clear-data
2254 Clear the data from the current group---nix out marks and the list of
2255 read articles (@code{gnus-group-clear-data}).
2256
2257 @item M-x gnus-group-clear-data-on-native-groups
2258 @kindex M-x gnus-group-clear-data-on-native-groups
2259 @findex gnus-group-clear-data-on-native-groups
2260 If you have switched from one @sc{nntp} server to another, all your marks
2261 and read ranges have become worthless.  You can use this command to
2262 clear out all data that you have on your native groups.  Use with
2263 caution.
2264
2265 @end table
2266
2267
2268 @node Group Levels
2269 @section Group Levels
2270 @cindex group level
2271 @cindex level
2272
2273 All groups have a level of @dfn{subscribedness}.  For instance, if a
2274 group is on level 2, it is more subscribed than a group on level 5.  You
2275 can ask Gnus to just list groups on a given level or lower
2276 (@pxref{Listing Groups}), or to just check for new articles in groups on
2277 a given level or lower (@pxref{Scanning New Messages}).
2278
2279 Remember:  The higher the level of the group, the less important it is.
2280
2281 @table @kbd
2282
2283 @item S l
2284 @kindex S l (Group)
2285 @findex gnus-group-set-current-level
2286 Set the level of the current group.  If a numeric prefix is given, the
2287 next @var{n} groups will have their levels set.  The user will be
2288 prompted for a level.
2289 @end table
2290
2291 @vindex gnus-level-killed
2292 @vindex gnus-level-zombie
2293 @vindex gnus-level-unsubscribed
2294 @vindex gnus-level-subscribed
2295 Gnus considers groups from levels 1 to
2296 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2297 @code{gnus-level-subscribed} (exclusive) and
2298 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2299 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2300 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2301 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2302 same, but zombie and killed groups have no information on what articles
2303 you have read, etc, stored.  This distinction between dead and living
2304 groups isn't done because it is nice or clever, it is done purely for
2305 reasons of efficiency.
2306
2307 It is recommended that you keep all your mail groups (if any) on quite
2308 low levels (e.g. 1 or 2).
2309
2310 Maybe the following description of the default behavior of Gnus helps to
2311 understand what these levels are all about.  By default, Gnus shows you
2312 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2313 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2314 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2315 groups are hidden, in a way.
2316
2317 Zombie and killed groups are similar to unsubscribed groups in that they
2318 are hidden by default.  But they are different from subscribed and
2319 unsubscribed groups in that Gnus doesn't ask the news server for
2320 information (number of messages, number of unread messages) on zombie
2321 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2322 aren't interested in.  If most groups are killed, Gnus is faster.
2323
2324 Why does Gnus distinguish between zombie and killed groups?  Well, when
2325 a new group arrives on the server, Gnus by default makes it a zombie
2326 group.  This means that you are normally not bothered with new groups,
2327 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2328 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2329 list of killed groups.)
2330
2331 If you want to play with the level variables, you should show some care.
2332 Set them once, and don't touch them ever again.  Better yet, don't touch
2333 them at all unless you know exactly what you're doing.
2334
2335 @vindex gnus-level-default-unsubscribed
2336 @vindex gnus-level-default-subscribed
2337 Two closely related variables are @code{gnus-level-default-subscribed}
2338 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2339 which are the levels that new groups will be put on if they are
2340 (un)subscribed.  These two variables should, of course, be inside the
2341 relevant valid ranges.
2342
2343 @vindex gnus-keep-same-level
2344 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2345 will only move to groups of the same level (or lower).  In
2346 particular, going from the last article in one group to the next group
2347 will go to the next group of the same level (or lower).  This might be
2348 handy if you want to read the most important groups before you read the
2349 rest.
2350
2351 If this variable is @code{best}, Gnus will make the next newsgroup the
2352 one with the best level.
2353
2354 @vindex gnus-group-default-list-level
2355 All groups with a level less than or equal to
2356 @code{gnus-group-default-list-level} will be listed in the group buffer
2357 by default.
2358
2359 @vindex gnus-group-list-inactive-groups
2360 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2361 groups will be listed along with the unread groups.  This variable is
2362 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2363 listed.
2364
2365 @vindex gnus-group-use-permanent-levels
2366 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2367 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2368 use this level as the ``work'' level.
2369
2370 @vindex gnus-activate-level
2371 Gnus will normally just activate (i. e., query the server about) groups
2372 on level @code{gnus-activate-level} or less.  If you don't want to
2373 activate unsubscribed groups, for instance, you might set this variable
2374 to 5.  The default is 6.
2375
2376
2377 @node Group Score
2378 @section Group Score
2379 @cindex group score
2380 @cindex group rank
2381 @cindex rank
2382
2383 You would normally keep important groups on high levels, but that scheme
2384 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2385 group buffer according to how often you read groups, perhaps?  Within
2386 reason?
2387
2388 This is what @dfn{group score} is for.  You can have Gnus assign a score
2389 to each group through the mechanism described below.  You can then sort
2390 the group buffer based on this score.  Alternatively, you can sort on
2391 score and then level.  (Taken together, the level and the score is
2392 called the @dfn{rank} of the group.  A group that is on level 4 and has
2393 a score of 1 has a higher rank than a group on level 5 that has a score
2394 of 300.  (The level is the most significant part and the score is the
2395 least significant part.))
2396
2397 @findex gnus-summary-bubble-group
2398 If you want groups you read often to get higher scores than groups you
2399 read seldom you can add the @code{gnus-summary-bubble-group} function to
2400 the @code{gnus-summary-exit-hook} hook.  This will result (after
2401 sorting) in a bubbling sort of action.  If you want to see that in
2402 action after each summary exit, you can add
2403 @code{gnus-group-sort-groups-by-rank} or
2404 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2405 slow things down somewhat.
2406
2407
2408 @node Marking Groups
2409 @section Marking Groups
2410 @cindex marking groups
2411
2412 If you want to perform some command on several groups, and they appear
2413 subsequently in the group buffer, you would normally just give a
2414 numerical prefix to the command.  Most group commands will then do your
2415 bidding on those groups.
2416
2417 However, if the groups are not in sequential order, you can still
2418 perform a command on several groups.  You simply mark the groups first
2419 with the process mark and then execute the command.
2420
2421 @table @kbd
2422
2423 @item #
2424 @kindex # (Group)
2425 @itemx M m
2426 @kindex M m (Group)
2427 @findex gnus-group-mark-group
2428 Set the mark on the current group (@code{gnus-group-mark-group}).
2429
2430 @item M-#
2431 @kindex M-# (Group)
2432 @itemx M u
2433 @kindex M u (Group)
2434 @findex gnus-group-unmark-group
2435 Remove the mark from the current group
2436 (@code{gnus-group-unmark-group}).
2437
2438 @item M U
2439 @kindex M U (Group)
2440 @findex gnus-group-unmark-all-groups
2441 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2442
2443 @item M w
2444 @kindex M w (Group)
2445 @findex gnus-group-mark-region
2446 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2447
2448 @item M b
2449 @kindex M b (Group)
2450 @findex gnus-group-mark-buffer
2451 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2452
2453 @item M r
2454 @kindex M r (Group)
2455 @findex gnus-group-mark-regexp
2456 Mark all groups that match some regular expression
2457 (@code{gnus-group-mark-regexp}).
2458 @end table
2459
2460 Also @pxref{Process/Prefix}.
2461
2462 @findex gnus-group-universal-argument
2463 If you want to execute some command on all groups that have been marked
2464 with the process mark, you can use the @kbd{M-&}
2465 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2466 the command to be executed.
2467
2468
2469 @node Foreign Groups
2470 @section Foreign Groups
2471 @cindex foreign groups
2472
2473 Below are some group mode commands for making and editing general foreign
2474 groups, as well as commands to ease the creation of a few
2475 special-purpose groups.  All these commands insert the newly created
2476 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2477 consulted.
2478
2479 @table @kbd
2480
2481 @item G m
2482 @kindex G m (Group)
2483 @findex gnus-group-make-group
2484 @cindex making groups
2485 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2486 for a name, a method and possibly an @dfn{address}.  For an easier way
2487 to subscribe to @sc{nntp} groups, @pxref{Browse Foreign Server}.
2488
2489 @item G r
2490 @kindex G r (Group)
2491 @findex gnus-group-rename-group
2492 @cindex renaming groups
2493 Rename the current group to something else
2494 (@code{gnus-group-rename-group}).  This is valid only on some
2495 groups---mail groups mostly.  This command might very well be quite slow
2496 on some back ends.
2497
2498 @item G c
2499 @kindex G c (Group)
2500 @cindex customizing
2501 @findex gnus-group-customize
2502 Customize the group parameters (@code{gnus-group-customize}).
2503
2504 @item G e
2505 @kindex G e (Group)
2506 @findex gnus-group-edit-group-method
2507 @cindex renaming groups
2508 Enter a buffer where you can edit the select method of the current
2509 group (@code{gnus-group-edit-group-method}).
2510
2511 @item G p
2512 @kindex G p (Group)
2513 @findex gnus-group-edit-group-parameters
2514 Enter a buffer where you can edit the group parameters
2515 (@code{gnus-group-edit-group-parameters}).
2516
2517 @item G E
2518 @kindex G E (Group)
2519 @findex gnus-group-edit-group
2520 Enter a buffer where you can edit the group info
2521 (@code{gnus-group-edit-group}).
2522
2523 @item G d
2524 @kindex G d (Group)
2525 @findex gnus-group-make-directory-group
2526 @cindex nndir
2527 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2528 for a directory name (@code{gnus-group-make-directory-group}).
2529
2530 @item G h
2531 @kindex G h (Group)
2532 @cindex help group
2533 @findex gnus-group-make-help-group
2534 Make the Gnus help group (@code{gnus-group-make-help-group}).
2535
2536 @item G a
2537 @kindex G a (Group)
2538 @cindex (ding) archive
2539 @cindex archive group
2540 @findex gnus-group-make-archive-group
2541 @vindex gnus-group-archive-directory
2542 @vindex gnus-group-recent-archive-directory
2543 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2544 default a group pointing to the most recent articles will be created
2545 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2546 group will be created from @code{gnus-group-archive-directory}.
2547
2548 @item G k
2549 @kindex G k (Group)
2550 @findex gnus-group-make-kiboze-group
2551 @cindex nnkiboze
2552 Make a kiboze group.  You will be prompted for a name, for a regexp to
2553 match groups to be ``included'' in the kiboze group, and a series of
2554 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2555 @xref{Kibozed Groups}.
2556
2557 @item G D
2558 @kindex G D (Group)
2559 @findex gnus-group-enter-directory
2560 @cindex nneething
2561 Read an arbitrary directory as if it were a newsgroup with the
2562 @code{nneething} back end (@code{gnus-group-enter-directory}).
2563 @xref{Anything Groups}.
2564
2565 @item G f
2566 @kindex G f (Group)
2567 @findex gnus-group-make-doc-group
2568 @cindex ClariNet Briefs
2569 @cindex nndoc
2570 Make a group based on some file or other
2571 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2572 command, you will be prompted for a file name and a file type.
2573 Currently supported types are @code{mbox}, @code{babyl},
2574 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2575 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2576 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2577 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2578 you run this command without a prefix, Gnus will guess at the file
2579 type.  @xref{Document Groups}.
2580
2581 @item G u
2582 @kindex G u (Group)
2583 @vindex gnus-useful-groups
2584 @findex gnus-group-make-useful-group
2585 Create one of the groups mentioned in @code{gnus-useful-groups}
2586 (@code{gnus-group-make-useful-group}).
2587
2588 @item G w
2589 @kindex G w (Group)
2590 @findex gnus-group-make-web-group
2591 @cindex Google
2592 @cindex nnweb
2593 @cindex gmane
2594 Make an ephemeral group based on a web search
2595 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2596 command, make a solid group instead.  You will be prompted for the
2597 search engine type and the search string.  Valid search engine types
2598 include @code{google}, @code{dejanews}, and @code{gmane}.
2599 @xref{Web Searches}.
2600
2601 If you use the @code{google} search engine, you can limit the search
2602 to a particular group by using a match string like
2603 @samp{shaving group:alt.sysadmin.recovery}.
2604
2605 @item G DEL
2606 @kindex G DEL (Group)
2607 @findex gnus-group-delete-group
2608 This function will delete the current group
2609 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2610 actually delete all the articles in the group, and forcibly remove the
2611 group itself from the face of the Earth.  Use a prefix only if you are
2612 absolutely sure of what you are doing.  This command can't be used on
2613 read-only groups (like @code{nntp} group), though.
2614
2615 @item G V
2616 @kindex G V (Group)
2617 @findex gnus-group-make-empty-virtual
2618 Make a new, fresh, empty @code{nnvirtual} group
2619 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2620
2621 @item G v
2622 @kindex G v (Group)
2623 @findex gnus-group-add-to-virtual
2624 Add the current group to an @code{nnvirtual} group
2625 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2626 @end table
2627
2628 @xref{Select Methods}, for more information on the various select
2629 methods.
2630
2631 @vindex gnus-activate-foreign-newsgroups
2632 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2633 Gnus will check all foreign groups with this level or lower at startup.
2634 This might take quite a while, especially if you subscribe to lots of
2635 groups from different @sc{nntp} servers.  Also @pxref{Group Levels};
2636 @code{gnus-activate-level} also affects activation of foreign
2637 newsgroups.
2638
2639
2640 @node Group Parameters
2641 @section Group Parameters
2642 @cindex group parameters
2643
2644 The group parameters store information local to a particular group.
2645 Here's an example group parameter list:
2646
2647 @example
2648 ((to-address . "ding@@gnus.org")
2649  (auto-expire . t))
2650 @end example
2651
2652 We see that each element consists of a "dotted pair"---the thing before
2653 the dot is the key, while the thing after the dot is the value.  All the
2654 parameters have this form @emph{except} local variable specs, which are
2655 not dotted pairs, but proper lists.
2656
2657 Some parameters have correspondant customizable variables, each of which
2658 is an alist of regexps and values.
2659
2660 The following group parameters can be used:
2661
2662 @table @code
2663 @item to-address
2664 @cindex to-address
2665 Address used by when doing followups and new posts.
2666
2667 @example
2668 (to-address . "some@@where.com")
2669 @end example
2670
2671 This is primarily useful in mail groups that represent closed mailing
2672 lists---mailing lists where it's expected that everybody that writes to
2673 the mailing list is subscribed to it.  Since using this parameter
2674 ensures that the mail only goes to the mailing list itself, it means
2675 that members won't receive two copies of your followups.
2676
2677 Using @code{to-address} will actually work whether the group is foreign
2678 or not.  Let's say there's a group on the server that is called
2679 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2680 the articles from a mail-to-news gateway.  Posting directly to this
2681 group is therefore impossible---you have to send mail to the mailing
2682 list address instead.
2683
2684 See also @code{gnus-parameter-to-address-alist}.
2685
2686 @item to-list
2687 @cindex to-list
2688 Address used when doing @kbd{a} in that group.
2689
2690 @example
2691 (to-list . "some@@where.com")
2692 @end example
2693
2694 It is totally ignored
2695 when doing a followup---except that if it is present in a news group,
2696 you'll get mail group semantics when doing @kbd{f}.
2697
2698 If you do an @kbd{a} command in a mail group and you have neither a
2699 @code{to-list} group parameter nor a @code{to-address} group parameter,
2700 then a @code{to-list} group parameter will be added automatically upon
2701 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2702 @vindex gnus-add-to-list
2703
2704 If you do an @kbd{a} command in a mail group and you don't have a
2705 @code{to-list} group parameter, one will be added automatically upon
2706 sending the message.
2707
2708 @findex gnus-mailing-list-mode
2709 @cindex Mail List Groups
2710 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2711 entering summary buffer.
2712
2713 See also @code{gnus-parameter-to-list-alist}.
2714
2715 @anchor{subscribed}
2716 @item subscribed
2717 @cindex subscribed
2718 If this parameter is set to @code{t}, Gnus will consider the
2719 to-address and to-list parameters for this group as addresses of
2720 mailing lists you are subscribed to.  Giving Gnus this information is
2721 (only) a first step in getting it to generate correct Mail-Followup-To
2722 headers for your posts to these lists.  Look here @pxref{(message)Mailing
2723 Lists} for a complete treatment of available MFT support.
2724
2725 See also @code{gnus-find-subscribed-addresses}, the function that
2726 directly uses this group parameter.
2727
2728 @item visible
2729 @cindex visible
2730 If the group parameter list has the element @code{(visible . t)},
2731 that group will always be visible in the Group buffer, regardless
2732 of whether it has any unread articles.
2733
2734 @item broken-reply-to
2735 @cindex broken-reply-to
2736 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2737 headers in this group are to be ignored.  This can be useful if you're
2738 reading a mailing list group where the listserv has inserted
2739 @code{Reply-To} headers that point back to the listserv itself.  This is
2740 broken behavior.  So there!
2741
2742 @item to-group
2743 @cindex to-group
2744 Elements like @code{(to-group . "some.group.name")} means that all
2745 posts in that group will be sent to @code{some.group.name}.
2746
2747 @item newsgroup
2748 @cindex newsgroup
2749 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2750 will treat all responses as if they were responses to news articles.
2751 This can be useful if you have a mail group that's really a mirror of a
2752 news group.
2753
2754 @item gcc-self
2755 @cindex gcc-self
2756 If @code{(gcc-self . t)} is present in the group parameter list, newly
2757 composed messages will be @code{Gcc}'d to the current group.  If
2758 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2759 generated, if @code{(gcc-self . "string")} is present, this string will
2760 be inserted literally as a @code{gcc} header.  This parameter takes
2761 precedence over any default @code{Gcc} rules as described later
2762 (@pxref{Archived Messages}).  CAVEAT:: It yields an error putting
2763 @code{(gcc-self . t)} in groups of a @code{nntp} server or so, because
2764 a @code{nntp} server doesn't accept articles.
2765
2766 @item auto-expire
2767 @cindex auto-expire
2768 If the group parameter has an element that looks like @code{(auto-expire
2769 . t)}, all articles read will be marked as expirable.  For an
2770 alternative approach, @pxref{Expiring Mail}.
2771
2772 See also @code{gnus-auto-expirable-newsgroups}.
2773
2774 @item total-expire
2775 @cindex total-expire
2776 If the group parameter has an element that looks like
2777 @code{(total-expire . t)}, all read articles will be put through the
2778 expiry process, even if they are not marked as expirable.  Use with
2779 caution.  Unread, ticked and dormant articles are not eligible for
2780 expiry.
2781
2782 See also @code{gnus-total-expirable-newsgroups}.
2783
2784 @item expiry-wait
2785 @cindex expiry-wait
2786 @vindex nnmail-expiry-wait-function
2787 If the group parameter has an element that looks like
2788 @code{(expiry-wait . 10)}, this value will override any
2789 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2790 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2791 can either be a number of days (not necessarily an integer) or the
2792 symbols @code{never} or @code{immediate}.
2793
2794 @item score-file
2795 @cindex score file group parameter
2796 Elements that look like @code{(score-file . "file")} will make
2797 @file{file} into the current score file for the group in question.  All
2798 interactive score entries will be put into this file.
2799
2800 @item adapt-file
2801 @cindex adapt file group parameter
2802 Elements that look like @code{(adapt-file . "file")} will make
2803 @file{file} into the current adaptive file for the group in question.
2804 All adaptive score entries will be put into this file.
2805
2806 @item admin-address
2807 @cindex admin-address
2808 When unsubscribing from a mailing list you should never send the
2809 unsubscription notice to the mailing list itself.  Instead, you'd send
2810 messages to the administrative address.  This parameter allows you to
2811 put the admin address somewhere convenient.
2812
2813 @item display
2814 @cindex display
2815 Elements that look like @code{(display . MODE)} say which articles to
2816 display on entering the group.  Valid values are:
2817
2818 @table @code
2819 @item all
2820 Display all articles, both read and unread.
2821
2822 @item an integer
2823 Display the last INTEGER articles in the group.  This is the same as
2824 entering the group with C-u INTEGER.
2825
2826 @item default
2827 Display the default visible articles, which normally includes unread and
2828 ticked articles.
2829
2830 @item an array
2831 Display articles that satisfy a predicate.
2832
2833 Here are some examples:
2834
2835 @table @code
2836 @item [unread]
2837 Display only unread articles.
2838
2839 @item [not expire]
2840 Display everything except expirable articles.
2841
2842 @item [and (not reply) (not expire)]
2843 Display everything except expirable and articles you've already
2844 responded to.
2845 @end table
2846
2847 The available operators are @code{not}, @code{and} and @code{or}.
2848 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2849 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2850 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2851 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2852
2853 @end table
2854
2855 The @code{display} parameter works by limiting the summary buffer to
2856 the subset specified.  You can pop the limit by using the @kbd{/ w}
2857 command (@pxref{Limiting}).
2858
2859 @item comment
2860 @cindex comment
2861 Elements that look like @code{(comment . "This is a comment")} are
2862 arbitrary comments on the group.  You can display comments in the
2863 group line (@pxref{Group Line Specification}).
2864
2865 @item charset
2866 @cindex charset
2867 Elements that look like @code{(charset . iso-8859-1)} will make
2868 @code{iso-8859-1} the default charset; that is, the charset that will be
2869 used for all articles that do not specify a charset.
2870
2871 See also @code{gnus-group-charset-alist}.
2872
2873 @item ignored-charsets
2874 @cindex ignored-charset
2875 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2876 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2877 default charset will be used for decoding articles.
2878
2879 See also @code{gnus-group-ignored-charsets-alist}.
2880
2881 @item posting-style
2882 @cindex posting-style
2883 You can store additional posting style information for this group
2884 here (@pxref{Posting Styles}).  The format is that of an entry in the
2885 @code{gnus-posting-styles} alist, except that there's no regexp matching
2886 the group name (of course).  Style elements in this group parameter will
2887 take precedence over the ones found in @code{gnus-posting-styles}.
2888
2889 For instance, if you want a funky name and signature in this group only,
2890 instead of hacking @code{gnus-posting-styles}, you could put something
2891 like this in the group parameters:
2892
2893 @example
2894 (posting-style
2895   (name "Funky Name")
2896   ("X-My-Header" "Funky Value")
2897   (signature "Funky Signature"))
2898 @end example
2899
2900 @item post-method
2901 @cindex post-method
2902 If it is set, the value is used as the method for posting message
2903 instead of @code{gnus-post-method}.
2904
2905 @item banner
2906 @cindex banner
2907 An item like @code{(banner . "regex")} causes any part of an article
2908 that matches the regular expression "regex" to be stripped. Instead of
2909 "regex", you can also use the symbol @code{signature} which strips the
2910 last signature or any of the elements of the alist
2911 @code{gnus-article-banner-alist}.
2912
2913 @item sieve
2914 @cindex sieve
2915 This parameter contains a Sieve test that should match incoming mail
2916 that should be placed in this group.  From this group parameter, a
2917 Sieve @samp{IF} control structure is generated, having the test as the
2918 condition and @samp{fileinto "group.name";} as the body.
2919
2920 For example, if the INBOX.list.sieve group has the @code{(sieve
2921 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2922 translating the group parameter into a Sieve script (@pxref{Sieve
2923 Commands}) the following Sieve code is generated:
2924
2925 @example
2926 if address \"sender\" \"sieve-admin@@extundo.com\" @{
2927         fileinto \"INBOX.list.sieve\";
2928 @}
2929 @end example
2930
2931 The Sieve language is described in RFC 3028.  @xref{Top, , Top, sieve,
2932 Emacs Sieve}.
2933
2934 @item (@var{variable} @var{form})
2935 You can use the group parameters to set variables local to the group you
2936 are entering.  If you want to turn threading off in @samp{news.answers},
2937 you could put @code{(gnus-show-threads nil)} in the group parameters of
2938 that group.  @code{gnus-show-threads} will be made into a local variable
2939 in the summary buffer you enter, and the form @code{nil} will be
2940 @code{eval}ed there.
2941
2942 @vindex gnus-list-identifiers
2943 A use for this feature, is to remove a mailing list identifier tag in
2944 the subject fields of articles.   E.g. if the news group
2945 @samp{nntp+news.gnus.org:gmane.text.docbook.apps} has the tag
2946 @samp{DOC-BOOK-APPS:} in the subject of all articles, this tag can be
2947 removed from the article subjects in the summary buffer for the group by
2948 putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")} into the group
2949 parameters for the group.
2950
2951
2952 This can also be used as a group-specific hook function, if you'd like.
2953 If you want to hear a beep when you enter a group, you could put
2954 something like @code{(dummy-variable (ding))} in the parameters of that
2955 group.  @code{dummy-variable} will be set to the result of the
2956 @code{(ding)} form, but who cares?
2957
2958 @end table
2959
2960 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
2961 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
2962 presents you with a Customize-like interface.  The latter helps avoid
2963 silly Lisp errors.)  You might also be interested in reading about topic
2964 parameters (@pxref{Topic Parameters}).
2965
2966 @vindex gnus-parameters
2967 Group parameters can be set via the @code{gnus-parameters} variable too.
2968 But some variables, such as @code{visible}, have no effect.  For
2969 example:
2970
2971 @example
2972 (setq gnus-parameters
2973       '(("mail\\..*"
2974          (gnus-show-threads nil)
2975          (gnus-use-scoring nil)
2976          (gnus-summary-line-format
2977           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
2978          (gcc-self . t)
2979          (display . all))
2980
2981         ("^nnimap:\\(foo.bar\\)$"
2982          (to-group . "\\1"))
2983
2984         ("mail\\.me"
2985          (gnus-use-scoring  t))
2986
2987         ("list\\..*"
2988          (total-expire . t)
2989          (broken-reply-to . t))))
2990 @end example
2991
2992 String value of parameters will be subjected to regexp substitution, as
2993 the @code{to-group} example shows.
2994
2995
2996 @node Listing Groups
2997 @section Listing Groups
2998 @cindex group listing
2999
3000 These commands all list various slices of the groups available.
3001
3002 @table @kbd
3003
3004 @item l
3005 @itemx A s
3006 @kindex A s (Group)
3007 @kindex l (Group)
3008 @findex gnus-group-list-groups
3009 List all groups that have unread articles
3010 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3011 command will list only groups of level ARG and lower.  By default, it
3012 only lists groups of level five (i. e.,
3013 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3014 groups).
3015
3016 @item L
3017 @itemx A u
3018 @kindex A u (Group)
3019 @kindex L (Group)
3020 @findex gnus-group-list-all-groups
3021 List all groups, whether they have unread articles or not
3022 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3023 this command will list only groups of level ARG and lower.  By default,
3024 it lists groups of level seven or lower (i.e., just subscribed and
3025 unsubscribed groups).
3026
3027 @item A l
3028 @kindex A l (Group)
3029 @findex gnus-group-list-level
3030 List all unread groups on a specific level
3031 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3032 with no unread articles.
3033
3034 @item A k
3035 @kindex A k (Group)
3036 @findex gnus-group-list-killed
3037 List all killed groups (@code{gnus-group-list-killed}).  If given a
3038 prefix argument, really list all groups that are available, but aren't
3039 currently (un)subscribed.  This could entail reading the active file
3040 from the server.
3041
3042 @item A z
3043 @kindex A z (Group)
3044 @findex gnus-group-list-zombies
3045 List all zombie groups (@code{gnus-group-list-zombies}).
3046
3047 @item A m
3048 @kindex A m (Group)
3049 @findex gnus-group-list-matching
3050 List all unread, subscribed groups with names that match a regexp
3051 (@code{gnus-group-list-matching}).
3052
3053 @item A M
3054 @kindex A M (Group)
3055 @findex gnus-group-list-all-matching
3056 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3057
3058 @item A A
3059 @kindex A A (Group)
3060 @findex gnus-group-list-active
3061 List absolutely all groups in the active file(s) of the
3062 server(s) you are connected to (@code{gnus-group-list-active}).  This
3063 might very well take quite a while.  It might actually be a better idea
3064 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3065 thing to match on.  Also note that this command may list groups that
3066 don't exist (yet)---these will be listed as if they were killed groups.
3067 Take the output with some grains of salt.
3068
3069 @item A a
3070 @kindex A a (Group)
3071 @findex gnus-group-apropos
3072 List all groups that have names that match a regexp
3073 (@code{gnus-group-apropos}).
3074
3075 @item A d
3076 @kindex A d (Group)
3077 @findex gnus-group-description-apropos
3078 List all groups that have names or descriptions that match a regexp
3079 (@code{gnus-group-description-apropos}).
3080
3081 @item A c
3082 @kindex A c (Group)
3083 @findex gnus-group-list-cached
3084 List all groups with cached articles (@code{gnus-group-list-cached}).
3085
3086 @item A ?
3087 @kindex A ? (Group)
3088 @findex gnus-group-list-dormant
3089 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3090
3091 @item A /
3092 @kindex A / (Group)
3093 @findex gnus-group-list-limit
3094 List groups limited within the current selection
3095 (@code{gnus-group-list-limit}).
3096
3097 @item A f
3098 @kindex A f (Group)
3099 @findex gnus-group-list-flush
3100 Flush groups from the current selection (@code{gnus-group-list-flush}).
3101
3102 @item A p
3103 @kindex A p (Group)
3104 @findex gnus-group-list-plus
3105 List groups plus the current selection (@code{gnus-group-list-plus}).
3106
3107 @end table
3108
3109 @vindex gnus-permanently-visible-groups
3110 @cindex visible group parameter
3111 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3112 always be shown, whether they have unread articles or not.  You can also
3113 add the @code{visible} element to the group parameters in question to
3114 get the same effect.
3115
3116 @vindex gnus-list-groups-with-ticked-articles
3117 Groups that have just ticked articles in it are normally listed in the
3118 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3119 @code{nil}, these groups will be treated just like totally empty
3120 groups.  It is @code{t} by default.
3121
3122
3123 @node Sorting Groups
3124 @section Sorting Groups
3125 @cindex sorting groups
3126
3127 @kindex C-c C-s (Group)
3128 @findex gnus-group-sort-groups
3129 @vindex gnus-group-sort-function
3130 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3131 group buffer according to the function(s) given by the
3132 @code{gnus-group-sort-function} variable.  Available sorting functions
3133 include:
3134
3135 @table @code
3136
3137 @item gnus-group-sort-by-alphabet
3138 @findex gnus-group-sort-by-alphabet
3139 Sort the group names alphabetically.  This is the default.
3140
3141 @item gnus-group-sort-by-real-name
3142 @findex gnus-group-sort-by-real-name
3143 Sort the group alphabetically on the real (unprefixed) group names.
3144
3145 @item gnus-group-sort-by-level
3146 @findex gnus-group-sort-by-level
3147 Sort by group level.
3148
3149 @item gnus-group-sort-by-score
3150 @findex gnus-group-sort-by-score
3151 Sort by group score.  @xref{Group Score}.
3152
3153 @item gnus-group-sort-by-rank
3154 @findex gnus-group-sort-by-rank
3155 Sort by group score and then the group level.  The level and the score
3156 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3157
3158 @item gnus-group-sort-by-unread
3159 @findex gnus-group-sort-by-unread
3160 Sort by number of unread articles.
3161
3162 @item gnus-group-sort-by-method
3163 @findex gnus-group-sort-by-method
3164 Sort alphabetically on the select method.
3165
3166 @item gnus-group-sort-by-server
3167 @findex gnus-group-sort-by-server
3168 Sort alphabetically on the Gnus server name.
3169
3170
3171 @end table
3172
3173 @code{gnus-group-sort-function} can also be a list of sorting
3174 functions.  In that case, the most significant sort key function must be
3175 the last one.
3176
3177
3178 There are also a number of commands for sorting directly according to
3179 some sorting criteria:
3180
3181 @table @kbd
3182 @item G S a
3183 @kindex G S a (Group)
3184 @findex gnus-group-sort-groups-by-alphabet
3185 Sort the group buffer alphabetically by group name
3186 (@code{gnus-group-sort-groups-by-alphabet}).
3187
3188 @item G S u
3189 @kindex G S u (Group)
3190 @findex gnus-group-sort-groups-by-unread
3191 Sort the group buffer by the number of unread articles
3192 (@code{gnus-group-sort-groups-by-unread}).
3193
3194 @item G S l
3195 @kindex G S l (Group)
3196 @findex gnus-group-sort-groups-by-level
3197 Sort the group buffer by group level
3198 (@code{gnus-group-sort-groups-by-level}).
3199
3200 @item G S v
3201 @kindex G S v (Group)
3202 @findex gnus-group-sort-groups-by-score
3203 Sort the group buffer by group score
3204 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3205
3206 @item G S r
3207 @kindex G S r (Group)
3208 @findex gnus-group-sort-groups-by-rank
3209 Sort the group buffer by group rank
3210 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3211
3212 @item G S m
3213 @kindex G S m (Group)
3214 @findex gnus-group-sort-groups-by-method
3215 Sort the group buffer alphabetically by back end name
3216 (@code{gnus-group-sort-groups-by-method}).
3217
3218 @item G S n
3219 @kindex G S n (Group)
3220 @findex gnus-group-sort-groups-by-real-name
3221 Sort the group buffer alphabetically by real (unprefixed) group name
3222 (@code{gnus-group-sort-groups-by-real-name}).
3223
3224 @end table
3225
3226 All the commands below obey the process/prefix convention
3227 (@pxref{Process/Prefix}).
3228
3229 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3230 commands will sort in reverse order.
3231
3232 You can also sort a subset of the groups:
3233
3234 @table @kbd
3235 @item G P a
3236 @kindex G P a (Group)
3237 @findex gnus-group-sort-selected-groups-by-alphabet
3238 Sort the groups alphabetically by group name
3239 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3240
3241 @item G P u
3242 @kindex G P u (Group)
3243 @findex gnus-group-sort-selected-groups-by-unread
3244 Sort the groups by the number of unread articles
3245 (@code{gnus-group-sort-selected-groups-by-unread}).
3246
3247 @item G P l
3248 @kindex G P l (Group)
3249 @findex gnus-group-sort-selected-groups-by-level
3250 Sort the groups by group level
3251 (@code{gnus-group-sort-selected-groups-by-level}).
3252
3253 @item G P v
3254 @kindex G P v (Group)
3255 @findex gnus-group-sort-selected-groups-by-score
3256 Sort the groups by group score
3257 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3258
3259 @item G P r
3260 @kindex G P r (Group)
3261 @findex gnus-group-sort-selected-groups-by-rank
3262 Sort the groups by group rank
3263 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3264
3265 @item G P m
3266 @kindex G P m (Group)
3267 @findex gnus-group-sort-selected-groups-by-method
3268 Sort the groups alphabetically by back end name
3269 (@code{gnus-group-sort-selected-groups-by-method}).
3270
3271 @item G P n
3272 @kindex G P n (Group)
3273 @findex gnus-group-sort-selected-groups-by-real-name
3274 Sort the groups alphabetically by real (unprefixed) group name
3275 (@code{gnus-group-sort-selected-groups-by-real-name}).
3276
3277 @item G P s
3278 @kindex G P s (Group)
3279 @findex gnus-group-sort-selected-groups
3280 Sort the groups according to @code{gnus-group-sort-function}.
3281
3282 @end table
3283
3284 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3285 move groups around.
3286
3287
3288 @node Group Maintenance
3289 @section Group Maintenance
3290 @cindex bogus groups
3291
3292 @table @kbd
3293 @item b
3294 @kindex b (Group)
3295 @findex gnus-group-check-bogus-groups
3296 Find bogus groups and delete them
3297 (@code{gnus-group-check-bogus-groups}).
3298
3299 @item F
3300 @kindex F (Group)
3301 @findex gnus-group-find-new-groups
3302 Find new groups and process them (@code{gnus-group-find-new-groups}).
3303 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3304 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3305 to query the server for new groups, and subscribe the new groups as
3306 zombies.
3307
3308 @item C-c C-x
3309 @kindex C-c C-x (Group)
3310 @findex gnus-group-expire-articles
3311 Run all expirable articles in the current group through the expiry
3312 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3313 all expirable articles in the group that have been around for a while.
3314 (@pxref{Expiring Mail}).
3315
3316 @item C-c C-M-x
3317 @kindex C-c C-M-x (Group)
3318 @findex gnus-group-expire-all-groups
3319 Run all expirable articles in all groups through the expiry process
3320 (@code{gnus-group-expire-all-groups}).
3321
3322 @end table
3323
3324
3325 @node Browse Foreign Server
3326 @section Browse Foreign Server
3327 @cindex foreign servers
3328 @cindex browsing servers
3329
3330 @table @kbd
3331 @item B
3332 @kindex B (Group)
3333 @findex gnus-group-browse-foreign-server
3334 You will be queried for a select method and a server name.  Gnus will
3335 then attempt to contact this server and let you browse the groups there
3336 (@code{gnus-group-browse-foreign-server}).
3337 @end table
3338
3339 @findex gnus-browse-mode
3340 A new buffer with a list of available groups will appear.  This buffer
3341 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3342 a lot) like a normal group buffer.
3343
3344 Here's a list of keystrokes available in the browse mode:
3345
3346 @table @kbd
3347 @item n
3348 @kindex n (Browse)
3349 @findex gnus-group-next-group
3350 Go to the next group (@code{gnus-group-next-group}).
3351
3352 @item p
3353 @kindex p (Browse)
3354 @findex gnus-group-prev-group
3355 Go to the previous group (@code{gnus-group-prev-group}).
3356
3357 @item SPACE
3358 @kindex SPACE (Browse)
3359 @findex gnus-browse-read-group
3360 Enter the current group and display the first article
3361 (@code{gnus-browse-read-group}).
3362
3363 @item RET
3364 @kindex RET (Browse)
3365 @findex gnus-browse-select-group
3366 Enter the current group (@code{gnus-browse-select-group}).
3367
3368 @item u
3369 @kindex u (Browse)
3370 @findex gnus-browse-unsubscribe-current-group
3371 Unsubscribe to the current group, or, as will be the case here,
3372 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3373
3374 @item l
3375 @itemx q
3376 @kindex q (Browse)
3377 @kindex l (Browse)
3378 @findex gnus-browse-exit
3379 Exit browse mode (@code{gnus-browse-exit}).
3380
3381 @item d
3382 @kindex d (Browse)
3383 @findex gnus-browse-describe-group
3384 Describe the current group (@code{gnus-browse-describe-group}).
3385
3386 @item ?
3387 @kindex ? (Browse)
3388 @findex gnus-browse-describe-briefly
3389 Describe browse mode briefly (well, there's not much to describe, is
3390 there) (@code{gnus-browse-describe-briefly}).
3391 @end table
3392
3393
3394 @node Exiting Gnus
3395 @section Exiting Gnus
3396 @cindex exiting Gnus
3397
3398 Yes, Gnus is ex(c)iting.
3399
3400 @table @kbd
3401 @item z
3402 @kindex z (Group)
3403 @findex gnus-group-suspend
3404 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3405 but it kills all buffers except the Group buffer.  I'm not sure why this
3406 is a gain, but then who am I to judge?
3407
3408 @item q
3409 @kindex q (Group)
3410 @findex gnus-group-exit
3411 @c @icon{gnus-group-exit}
3412 Quit Gnus (@code{gnus-group-exit}).
3413
3414 @item Q
3415 @kindex Q (Group)
3416 @findex gnus-group-quit
3417 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3418 The dribble file will be saved, though (@pxref{Auto Save}).
3419 @end table
3420
3421 @vindex gnus-exit-gnus-hook
3422 @vindex gnus-suspend-gnus-hook
3423 @vindex gnus-after-exiting-gnus-hook
3424 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3425 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3426 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3427 exiting Gnus.
3428
3429 @findex gnus-unload
3430 @cindex unloading
3431 If you wish to completely unload Gnus and all its adherents, you can use
3432 the @code{gnus-unload} command.  This command is also very handy when
3433 trying to customize meta-variables.
3434
3435 Note:
3436
3437 @quotation
3438 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3439 numbly heavy and herself fall into a hazy trance as the boy sitting
3440 behind her drew repeated lines with his pencil across the back of her
3441 plastic chair.
3442 @end quotation
3443
3444
3445 @node Group Topics
3446 @section Group Topics
3447 @cindex topics
3448
3449 If you read lots and lots of groups, it might be convenient to group
3450 them hierarchically according to topics.  You put your Emacs groups over
3451 here, your sex groups over there, and the rest (what, two groups or so?)
3452 you put in some misc section that you never bother with anyway.  You can
3453 even group the Emacs sex groups as a sub-topic to either the Emacs
3454 groups or the sex groups---or both!  Go wild!
3455
3456 @iftex
3457 @iflatex
3458 \gnusfigure{Group Topics}{400}{
3459 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3460 }
3461 @end iflatex
3462 @end iftex
3463
3464 Here's an example:
3465
3466 @example
3467 Gnus
3468   Emacs -- I wuw it!
3469      3: comp.emacs
3470      2: alt.religion.emacs
3471     Naughty Emacs
3472      452: alt.sex.emacs
3473        0: comp.talk.emacs.recovery
3474   Misc
3475      8: comp.binaries.fractals
3476     13: comp.sources.unix
3477 @end example
3478
3479 @findex gnus-topic-mode
3480 @kindex t (Group)
3481 To get this @emph{fab} functionality you simply turn on (ooh!) the
3482 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3483 is a toggling command.)
3484
3485 Go ahead, just try it.  I'll still be here when you get back.  La de
3486 dum...  Nice tune, that...  la la la...  What, you're back?  Yes, and
3487 now press @kbd{l}.  There.  All your groups are now listed under
3488 @samp{misc}.  Doesn't that make you feel all warm and fuzzy?  Hot and
3489 bothered?
3490
3491 If you want this permanently enabled, you should add that minor mode to
3492 the hook for the group mode.  Put the following line in your
3493 @file{~/.gnus} file:
3494
3495 @lisp
3496 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3497 @end lisp
3498
3499 @menu
3500 * Topic Commands::              Interactive E-Z commands.
3501 * Topic Variables::             How to customize the topics the Lisp Way.
3502 * Topic Sorting::               Sorting each topic individually.
3503 * Topic Topology::              A map of the world.
3504 * Topic Parameters::            Parameters that apply to all groups in a topic.
3505 @end menu
3506
3507
3508 @node Topic Commands
3509 @subsection Topic Commands
3510 @cindex topic commands
3511
3512 When the topic minor mode is turned on, a new @kbd{T} submap will be
3513 available.  In addition, a few of the standard keys change their
3514 definitions slightly.
3515
3516 In general, the following kinds of operations are possible on topics.
3517 First of all, you want to create topics.  Secondly, you want to put
3518 groups in topics and to move them around until you have an order you
3519 like.  The third kind of operation is to show/hide parts of the whole
3520 shebang.  You might want to hide a topic including its subtopics and
3521 groups, to get a better overview of the other groups.
3522
3523 Here is a list of the basic keys that you might need to set up topics
3524 the way you like.
3525
3526 @table @kbd
3527
3528 @item T n
3529 @kindex T n (Topic)
3530 @findex gnus-topic-create-topic
3531 Prompt for a new topic name and create it
3532 (@code{gnus-topic-create-topic}).
3533
3534 @item T TAB
3535 @itemx TAB
3536 @kindex T TAB (Topic)
3537 @kindex TAB (Topic)
3538 @findex gnus-topic-indent
3539 ``Indent'' the current topic so that it becomes a sub-topic of the
3540 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3541 ``un-indent'' the topic instead.
3542
3543 @item M-TAB
3544 @kindex M-TAB (Topic)
3545 @findex gnus-topic-unindent
3546 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3547 parent of its current parent (@code{gnus-topic-unindent}).
3548
3549 @end table
3550
3551 The following two keys can be used to move groups and topics around.
3552 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3553 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3554 kill and yank rather than cut and paste.
3555
3556 @table @kbd
3557
3558 @item C-k
3559 @kindex C-k (Topic)
3560 @findex gnus-topic-kill-group
3561 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3562 topic will be removed along with the topic.
3563
3564 @item C-y
3565 @kindex C-y (Topic)
3566 @findex gnus-topic-yank-group
3567 Yank the previously killed group or topic
3568 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3569 before all groups.
3570
3571 So, to move a topic to the beginning of the list of topics, just hit
3572 @kbd{C-k} on it.  This is like the `cut' part of cut and paste.  Then,
3573 move the cursor to the beginning of the buffer (just below the `Gnus'
3574 topic) and hit @kbd{C-y}.  This is like the `paste' part of cut and
3575 paste.  Like I said -- E-Z.
3576
3577 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3578 you can move topics around as well as groups.
3579
3580 @end table
3581
3582 After setting up the topics the way you like them, you might wish to
3583 hide a topic, or to show it again.  That's why we have the following
3584 key.
3585
3586 @table @kbd
3587
3588 @item RET
3589 @kindex RET (Topic)
3590 @findex gnus-topic-select-group
3591 @itemx SPACE
3592 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3593 When you perform this command on a group, you'll enter the group, as
3594 usual.  When done on a topic line, the topic will be folded (if it was
3595 visible) or unfolded (if it was folded already).  So it's basically a
3596 toggling command on topics.  In addition, if you give a numerical
3597 prefix, group on that level (and lower) will be displayed.
3598
3599 @end table
3600
3601 Now for a list of other commands, in no particular order.
3602
3603 @table @kbd
3604
3605 @item T m
3606 @kindex T m (Topic)
3607 @findex gnus-topic-move-group
3608 Move the current group to some other topic
3609 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3610 convention (@pxref{Process/Prefix}).
3611
3612 @item T j
3613 @kindex T j (Topic)
3614 @findex gnus-topic-jump-to-topic
3615 Go to a topic (@code{gnus-topic-jump-to-topic}).
3616
3617 @item T c
3618 @kindex T c (Topic)
3619 @findex gnus-topic-copy-group
3620 Copy the current group to some other topic
3621 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3622 convention (@pxref{Process/Prefix}).
3623
3624 @item T h
3625 @kindex T h (Topic)
3626 @findex gnus-topic-hide-topic
3627 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3628 a prefix, hide the topic permanently.
3629
3630 @item T s
3631 @kindex T s (Topic)
3632 @findex gnus-topic-show-topic
3633 Show the current topic (@code{gnus-topic-show-topic}).  If given
3634 a prefix, show the topic permanently.
3635
3636 @item T D
3637 @kindex T D (Topic)
3638 @findex gnus-topic-remove-group
3639 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3640 This command is mainly useful if you have the same group in several
3641 topics and wish to remove it from one of the topics.  You may also
3642 remove a group from all topics, but in that case, Gnus will add it to
3643 the root topic the next time you start Gnus.  In fact, all new groups
3644 (which, naturally, don't belong to any topic) will show up in the root
3645 topic.
3646
3647 This command uses the process/prefix convention
3648 (@pxref{Process/Prefix}).
3649
3650 @item T M
3651 @kindex T M (Topic)
3652 @findex gnus-topic-move-matching
3653 Move all groups that match some regular expression to a topic
3654 (@code{gnus-topic-move-matching}).
3655
3656 @item T C
3657 @kindex T C (Topic)
3658 @findex gnus-topic-copy-matching
3659 Copy all groups that match some regular expression to a topic
3660 (@code{gnus-topic-copy-matching}).
3661
3662 @item T H
3663 @kindex T H (Topic)
3664 @findex gnus-topic-toggle-display-empty-topics
3665 Toggle hiding empty topics
3666 (@code{gnus-topic-toggle-display-empty-topics}).
3667
3668 @item T #
3669 @kindex T # (Topic)
3670 @findex gnus-topic-mark-topic
3671 Mark all groups in the current topic with the process mark
3672 (@code{gnus-topic-mark-topic}).  This command works recursively on
3673 sub-topics unless given a prefix.
3674
3675 @item T M-#
3676 @kindex T M-# (Topic)
3677 @findex gnus-topic-unmark-topic
3678 Remove the process mark from all groups in the current topic
3679 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3680 sub-topics unless given a prefix.
3681
3682 @item C-c C-x
3683 @kindex C-c C-x (Topic)
3684 @findex gnus-topic-expire-articles
3685 Run all expirable articles in the current group or topic through the
3686 expiry process (if any)
3687 (@code{gnus-topic-expire-articles}). (@pxref{Expiring Mail}).
3688
3689 @item T r
3690 @kindex T r (Topic)
3691 @findex gnus-topic-rename
3692 Rename a topic (@code{gnus-topic-rename}).
3693
3694 @item T DEL
3695 @kindex T DEL (Topic)
3696 @findex gnus-topic-delete
3697 Delete an empty topic (@code{gnus-topic-delete}).
3698
3699 @item A T
3700 @kindex A T (Topic)
3701 @findex gnus-topic-list-active
3702 List all groups that Gnus knows about in a topics-ified way
3703 (@code{gnus-topic-list-active}).
3704
3705 @item T M-n
3706 @kindex T M-n (Topic)
3707 @findex gnus-topic-goto-next-topic
3708 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3709
3710 @item T M-p
3711 @kindex T M-p (Topic)
3712 @findex gnus-topic-goto-previous-topic
3713 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3714
3715 @item G p
3716 @kindex G p (Topic)
3717 @findex gnus-topic-edit-parameters
3718 @cindex group parameters
3719 @cindex topic parameters
3720 @cindex parameters
3721 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3722 @xref{Topic Parameters}.
3723
3724 @end table
3725
3726
3727 @node Topic Variables
3728 @subsection Topic Variables
3729 @cindex topic variables
3730
3731 The previous section told you how to tell Gnus which topics to display.
3732 This section explains how to tell Gnus what to display about each topic.
3733
3734 @vindex gnus-topic-line-format
3735 The topic lines themselves are created according to the
3736 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3737 Valid elements are:
3738
3739 @table @samp
3740 @item i
3741 Indentation.
3742 @item n
3743 Topic name.
3744 @item v
3745 Visibility.
3746 @item l
3747 Level.
3748 @item g
3749 Number of groups in the topic.
3750 @item a
3751 Number of unread articles in the topic.
3752 @item A
3753 Number of unread articles in the topic and all its subtopics.
3754 @end table
3755
3756 @vindex gnus-topic-indent-level
3757 Each sub-topic (and the groups in the sub-topics) will be indented with
3758 @code{gnus-topic-indent-level} times the topic level number of spaces.
3759 The default is 2.
3760
3761 @vindex gnus-topic-mode-hook
3762 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3763
3764 @vindex gnus-topic-display-empty-topics
3765 The @code{gnus-topic-display-empty-topics} says whether to display even
3766 topics that have no unread articles in them.  The default is @code{t}.
3767
3768
3769 @node Topic Sorting
3770 @subsection Topic Sorting
3771 @cindex topic sorting
3772
3773 You can sort the groups in each topic individually with the following
3774 commands:
3775
3776
3777 @table @kbd
3778 @item T S a
3779 @kindex T S a (Topic)
3780 @findex gnus-topic-sort-groups-by-alphabet
3781 Sort the current topic alphabetically by group name
3782 (@code{gnus-topic-sort-groups-by-alphabet}).
3783
3784 @item T S u
3785 @kindex T S u (Topic)
3786 @findex gnus-topic-sort-groups-by-unread
3787 Sort the current topic by the number of unread articles
3788 (@code{gnus-topic-sort-groups-by-unread}).
3789
3790 @item T S l
3791 @kindex T S l (Topic)
3792 @findex gnus-topic-sort-groups-by-level
3793 Sort the current topic by group level
3794 (@code{gnus-topic-sort-groups-by-level}).
3795
3796 @item T S v
3797 @kindex T S v (Topic)
3798 @findex gnus-topic-sort-groups-by-score
3799 Sort the current topic by group score
3800 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3801
3802 @item T S r
3803 @kindex T S r (Topic)
3804 @findex gnus-topic-sort-groups-by-rank
3805 Sort the current topic by group rank
3806 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3807
3808 @item T S m
3809 @kindex T S m (Topic)
3810 @findex gnus-topic-sort-groups-by-method
3811 Sort the current topic alphabetically by back end name
3812 (@code{gnus-topic-sort-groups-by-method}).
3813
3814 @item T S e
3815 @kindex T S e (Topic)
3816 @findex gnus-topic-sort-groups-by-server
3817 Sort the current topic alphabetically by server name
3818 (@code{gnus-topic-sort-groups-by-server}).
3819
3820 @item T S s
3821 @kindex T S s
3822 @findex gnus-topic-sort-groups
3823 Sort the current topic according to the function(s) given by the
3824 @code{gnus-group-sort-function} variable
3825 (@code{gnus-topic-sort-groups}).
3826
3827 @end table
3828
3829 When given a prefix argument, all these commands will sort in reverse
3830 order.  @xref{Sorting Groups}, for more information about group
3831 sorting.
3832
3833
3834 @node Topic Topology
3835 @subsection Topic Topology
3836 @cindex topic topology
3837 @cindex topology
3838
3839 So, let's have a look at an example group buffer:
3840
3841 @example
3842 Gnus
3843   Emacs -- I wuw it!
3844      3: comp.emacs
3845      2: alt.religion.emacs
3846     Naughty Emacs
3847      452: alt.sex.emacs
3848        0: comp.talk.emacs.recovery
3849   Misc
3850      8: comp.binaries.fractals
3851     13: comp.sources.unix
3852 @end example
3853
3854 So, here we have one top-level topic (@samp{Gnus}), two topics under
3855 that, and one sub-topic under one of the sub-topics.  (There is always
3856 just one (1) top-level topic).  This topology can be expressed as
3857 follows:
3858
3859 @lisp
3860 (("Gnus" visible)
3861  (("Emacs -- I wuw it!" visible)
3862   (("Naughty Emacs" visible)))
3863  (("Misc" visible)))
3864 @end lisp
3865
3866 @vindex gnus-topic-topology
3867 This is in fact how the variable @code{gnus-topic-topology} would look
3868 for the display above.  That variable is saved in the @file{.newsrc.eld}
3869 file, and shouldn't be messed with manually---unless you really want
3870 to.  Since this variable is read from the @file{.newsrc.eld} file,
3871 setting it in any other startup files will have no effect.
3872
3873 This topology shows what topics are sub-topics of what topics (right),
3874 and which topics are visible.  Two settings are currently
3875 allowed---@code{visible} and @code{invisible}.
3876
3877
3878 @node Topic Parameters
3879 @subsection Topic Parameters
3880 @cindex topic parameters
3881
3882 All groups in a topic will inherit group parameters from the parent (and
3883 ancestor) topic parameters.  All valid group parameters are valid topic
3884 parameters (@pxref{Group Parameters}).
3885
3886 In addition, the following parameters are only valid as topic
3887 parameters:
3888
3889 @table @code
3890 @item subscribe
3891 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3892 @code{subscribe} topic parameter says what groups go in what topic.  Its
3893 value should be a regexp to match the groups that should go in that
3894 topic.
3895
3896 @item subscribe-level
3897 When subscribing new groups by topic (see the @code{subscribe} parameter),
3898 the group will be subscribed with the level specified in the
3899 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3900
3901 @end table
3902
3903 Group parameters (of course) override topic parameters, and topic
3904 parameters in sub-topics override topic parameters in super-topics.  You
3905 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
3906 verb, although you may feel free to disagree with me here.)
3907
3908 @example
3909 Gnus
3910   Emacs
3911      3: comp.emacs
3912      2: alt.religion.emacs
3913    452: alt.sex.emacs
3914     Relief
3915      452: alt.sex.emacs
3916        0: comp.talk.emacs.recovery
3917   Misc
3918      8: comp.binaries.fractals
3919     13: comp.sources.unix
3920    452: alt.sex.emacs
3921 @end example
3922
3923 The @samp{Emacs} topic has the topic parameter @code{(score-file
3924 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
3925 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
3926 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
3927 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
3928 . "religion.SCORE")}.
3929
3930 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
3931 will get the @file{relief.SCORE} home score file.  If you enter the same
3932 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
3933 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
3934 get the @file{religion.SCORE} home score file.
3935
3936 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
3937 there are some problems, especially with the @code{total-expiry}
3938 parameter.  Say you have a mail group in two topics; one with
3939 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
3940 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
3941 of these topics you mean to expire articles from, so anything may
3942 happen.  In fact, I hereby declare that it is @dfn{undefined} what
3943 happens.  You just have to be careful if you do stuff like that.
3944
3945
3946 @node Misc Group Stuff
3947 @section Misc Group Stuff
3948
3949 @menu
3950 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
3951 * Group Information::           Information and help on groups and Gnus.
3952 * Group Timestamp::             Making Gnus keep track of when you last read a group.
3953 * File Commands::               Reading and writing the Gnus files.
3954 * Sieve Commands::              Managing Sieve scripts.
3955 @end menu
3956
3957 @table @kbd
3958
3959 @item ^
3960 @kindex ^ (Group)
3961 @findex gnus-group-enter-server-mode
3962 Enter the server buffer (@code{gnus-group-enter-server-mode}).
3963 @xref{Server Buffer}.
3964
3965 @item a
3966 @kindex a (Group)
3967 @findex gnus-group-post-news
3968 Start composing a message (a news by default)
3969 (@code{gnus-group-post-news}).  If given a prefix, post to the group
3970 under the point.  If the prefix is 1, prompt for a group to post to.
3971 Contrary to what the name of this function suggests, the prepared
3972 article might be a mail instead of a news, if a mail group is specified
3973 with the prefix argument.  @xref{Composing Messages}.
3974
3975 @item m
3976 @kindex m (Group)
3977 @findex gnus-group-mail
3978 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
3979 use the posting style of the group under the point.  If the prefix is 1,
3980 prompt for a group name to find the posting style.
3981 @xref{Composing Messages}.
3982
3983 @item i
3984 @kindex i (Group)
3985 @findex gnus-group-news
3986 Start composing a news (@code{gnus-group-news}).  If given a prefix,
3987 post to the group under the point.  If the prefix is 1, prompt
3988 for group to post to.  @xref{Composing Messages}.
3989
3990 This function actually prepares a news even when using mail groups.
3991 This is useful for "posting" messages to mail groups without actually
3992 sending them over the network: they're just saved directly to the group
3993 in question.  The corresponding back end must have a request-post method
3994 for this to work though.
3995
3996 @end table
3997
3998 Variables for the group buffer:
3999
4000 @table @code
4001
4002 @item gnus-group-mode-hook
4003 @vindex gnus-group-mode-hook
4004 is called after the group buffer has been
4005 created.
4006
4007 @item gnus-group-prepare-hook
4008 @vindex gnus-group-prepare-hook
4009 is called after the group buffer is
4010 generated.  It may be used to modify the buffer in some strange,
4011 unnatural way.
4012
4013 @item gnus-group-prepared-hook
4014 @vindex gnus-group-prepare-hook
4015 is called as the very last thing after the group buffer has been
4016 generated.  It may be used to move point around, for instance.
4017
4018 @item gnus-permanently-visible-groups
4019 @vindex gnus-permanently-visible-groups
4020 Groups matching this regexp will always be listed in the group buffer,
4021 whether they are empty or not.
4022
4023 @item gnus-group-name-charset-method-alist
4024 @vindex gnus-group-name-charset-method-alist
4025 An alist of method and the charset for group names. It is used to show
4026 non-ASCII group names.
4027
4028 For example:
4029 @lisp
4030 (setq gnus-group-name-charset-method-alist
4031     '(((nntp "news.com.cn") . cn-gb-2312)))
4032 @end lisp
4033
4034 @item gnus-group-name-charset-group-alist
4035 @cindex UTF-8 group names
4036 @vindex gnus-group-name-charset-group-alist
4037 An alist of regexp of group name and the charset for group names.  It
4038 is used to show non-ASCII group names.  @code{((".*" utf-8))} is the
4039 default value if UTF-8 is supported, otherwise the default is
4040 @code{nil}.
4041
4042 For example:
4043 @lisp
4044 (setq gnus-group-name-charset-group-alist
4045     '(("\\.com\\.cn:" . cn-gb-2312)))
4046 @end lisp
4047
4048 @end table
4049
4050 @node Scanning New Messages
4051 @subsection Scanning New Messages
4052 @cindex new messages
4053 @cindex scanning new news
4054
4055 @table @kbd
4056
4057 @item g
4058 @kindex g (Group)
4059 @findex gnus-group-get-new-news
4060 @c @icon{gnus-group-get-new-news}
4061 Check the server(s) for new articles.  If the numerical prefix is used,
4062 this command will check only groups of level @var{arg} and lower
4063 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4064 command will force a total re-reading of the active file(s) from the
4065 back end(s).
4066
4067 @item M-g
4068 @kindex M-g (Group)
4069 @findex gnus-group-get-new-news-this-group
4070 @vindex gnus-goto-next-group-when-activating
4071 @c @icon{gnus-group-get-new-news-this-group}
4072 Check whether new articles have arrived in the current group
4073 (@code{gnus-group-get-new-news-this-group}).
4074 @code{gnus-goto-next-group-when-activating} says whether this command is
4075 to move point to the next group or not.  It is @code{t} by default.
4076
4077 @findex gnus-activate-all-groups
4078 @cindex activating groups
4079 @item C-c M-g
4080 @kindex C-c M-g (Group)
4081 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4082
4083 @item R
4084 @kindex R (Group)
4085 @cindex restarting
4086 @findex gnus-group-restart
4087 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4088 file(s), closes the connection to all servers, clears up all run-time
4089 Gnus variables, and then starts Gnus all over again.
4090
4091 @end table
4092
4093 @vindex gnus-get-new-news-hook
4094 @code{gnus-get-new-news-hook} is run just before checking for new news.
4095
4096 @vindex gnus-after-getting-new-news-hook
4097 @code{gnus-after-getting-new-news-hook} is run after checking for new
4098 news.
4099
4100
4101 @node Group Information
4102 @subsection Group Information
4103 @cindex group information
4104 @cindex information on groups
4105
4106 @table @kbd
4107
4108
4109 @item H f
4110 @kindex H f (Group)
4111 @findex gnus-group-fetch-faq
4112 @vindex gnus-group-faq-directory
4113 @cindex FAQ
4114 @cindex ange-ftp
4115 Try to fetch the FAQ for the current group
4116 (@code{gnus-group-fetch-faq}).  Gnus will try to get the FAQ from
4117 @code{gnus-group-faq-directory}, which is usually a directory on a
4118 remote machine.  This variable can also be a list of directories.  In
4119 that case, giving a prefix to this command will allow you to choose
4120 between the various sites.  @code{ange-ftp} (or @code{efs}) will be used
4121 for fetching the file.
4122
4123 If fetching from the first site is unsuccessful, Gnus will attempt to go
4124 through @code{gnus-group-faq-directory} and try to open them one by one.
4125
4126 @item H c
4127 @kindex H c (Group)
4128 @findex gnus-group-fetch-charter
4129 @vindex gnus-group-charter-alist
4130 @cindex charter
4131 Try to open the charter for the current group in a web browser
4132 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4133 prefix argument.
4134
4135 Gnus will use @code{gnus-group-charter-alist} to find the location of
4136 the charter.  If no location is known, Gnus will fetch the control
4137 messages for the group, which in some cases includes the charter.
4138
4139 @item H C
4140 @kindex H C (Group)
4141 @findex gnus-group-fetch-control
4142 @vindex gnus-group-fetch-control-use-browse-url
4143 @cindex control message
4144 Fetch the control messages for the group from the archive at
4145 @code{ftp.isc.org} (@code{gnus-group-fetch-control}). Query for a
4146 group if given a prefix argument.
4147
4148 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4149 Gnus will open the control messages in a browser using
4150 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4151 and displayed in an ephemeral group.
4152
4153 Note that the control messages are compressed.  To use this command
4154 you need to turn on @code{auto-compression-mode}
4155 (@pxref{(emacs)Compressed Files}).
4156
4157 @item H d
4158 @itemx C-c C-d
4159 @c @icon{gnus-group-describe-group}
4160 @kindex H d (Group)
4161 @kindex C-c C-d (Group)
4162 @cindex describing groups
4163 @cindex group description
4164 @findex gnus-group-describe-group
4165 Describe the current group (@code{gnus-group-describe-group}).  If given
4166 a prefix, force Gnus to re-read the description from the server.
4167
4168 @item M-d
4169 @kindex M-d (Group)
4170 @findex gnus-group-describe-all-groups
4171 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4172 prefix, force Gnus to re-read the description file from the server.
4173
4174 @item H v
4175 @itemx V
4176 @kindex V (Group)
4177 @kindex H v (Group)
4178 @cindex version
4179 @findex gnus-version
4180 Display current Gnus version numbers (@code{gnus-version}).
4181
4182 @item ?
4183 @kindex ? (Group)
4184 @findex gnus-group-describe-briefly
4185 Give a very short help message (@code{gnus-group-describe-briefly}).
4186
4187 @item C-c C-i
4188 @kindex C-c C-i (Group)
4189 @cindex info
4190 @cindex manual
4191 @findex gnus-info-find-node
4192 Go to the Gnus info node (@code{gnus-info-find-node}).
4193 @end table
4194
4195
4196 @node Group Timestamp
4197 @subsection Group Timestamp
4198 @cindex timestamps
4199 @cindex group timestamps
4200
4201 It can be convenient to let Gnus keep track of when you last read a
4202 group.  To set the ball rolling, you should add
4203 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4204
4205 @lisp
4206 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4207 @end lisp
4208
4209 After doing this, each time you enter a group, it'll be recorded.
4210
4211 This information can be displayed in various ways---the easiest is to
4212 use the @samp{%d} spec in the group line format:
4213
4214 @lisp
4215 (setq gnus-group-line-format
4216       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4217 @end lisp
4218
4219 This will result in lines looking like:
4220
4221 @example
4222 *        0: mail.ding                                19961002T012943
4223          0: custom                                   19961002T012713
4224 @end example
4225
4226 As you can see, the date is displayed in compact ISO 8601 format.  This
4227 may be a bit too much, so to just display the date, you could say
4228 something like:
4229
4230 @lisp
4231 (setq gnus-group-line-format
4232       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4233 @end lisp
4234
4235 If you would like greater control of the time format, you can use a
4236 user-defined format spec.  Something like the following should do the
4237 trick:
4238
4239 @lisp
4240 (setq gnus-group-line-format
4241       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4242 (defun gnus-user-format-function-d (headers)
4243   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4244     (if time
4245         (format-time-string "%b %d  %H:%M" time)
4246       "")))
4247 @end lisp
4248
4249
4250 @node File Commands
4251 @subsection File Commands
4252 @cindex file commands
4253
4254 @table @kbd
4255
4256 @item r
4257 @kindex r (Group)
4258 @findex gnus-group-read-init-file
4259 @vindex gnus-init-file
4260 @cindex reading init file
4261 Re-read the init file (@code{gnus-init-file}, which defaults to
4262 @file{~/.gnus}) (@code{gnus-group-read-init-file}).
4263
4264 @item s
4265 @kindex s (Group)
4266 @findex gnus-group-save-newsrc
4267 @cindex saving .newsrc
4268 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4269 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4270 file(s) whether Gnus thinks it is necessary or not.
4271
4272 @c @item Z
4273 @c @kindex Z (Group)
4274 @c @findex gnus-group-clear-dribble
4275 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4276
4277 @end table
4278
4279
4280 @node Sieve Commands
4281 @subsection Sieve Commands
4282 @cindex group sieve commands
4283
4284 Sieve is a server-side mail filtering language.  In Gnus you can use
4285 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4286 sieve rules that should apply to each group.  Gnus provides two
4287 commands to translate all these group parameters into a proper Sieve
4288 script that can be transfered to the server somehow.
4289
4290 @vindex gnus-sieve-file
4291 @vindex gnus-sieve-region-start
4292 @vindex gnus-sieve-region-end
4293 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4294 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4295 between two delimiters, @code{gnus-sieve-region-start} and
4296 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4297 outside these delimiters that will not be removed the next time you
4298 regenerate the Sieve script.
4299
4300 @vindex gnus-sieve-crosspost
4301 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4302 is generated.  If it is non-@code{nil} (the default) articles is
4303 placed in all groups that have matching rules, otherwise the article
4304 is only placed in the group with the first matching rule.  For
4305 example, the group parameter @samp{(sieve address "sender"
4306 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4307 code if @code{gnus-sieve-crosspost} is @code{nil}. (When
4308 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4309 except that the line containing the call to @code{stop} is removed.)
4310
4311 @example
4312 if address "sender" "owner-ding@@hpc.uh.edu" @{
4313         fileinto "INBOX.ding";
4314         stop;
4315 @}
4316 @end example
4317
4318 @xref{Top, ,Top, sieve, Emacs Sieve}.
4319
4320 @table @kbd
4321
4322 @item D g
4323 @kindex D g (Group)
4324 @findex gnus-sieve-generate
4325 @vindex gnus-sieve-file
4326 @cindex generating sieve script
4327 Regenerate a Sieve script from the @code{sieve} group parameters and
4328 put you into the @code{gnus-sieve-file} without saving it.
4329
4330 @item D u
4331 @kindex D u (Group)
4332 @findex gnus-sieve-update
4333 @vindex gnus-sieve-file
4334 @cindex updating sieve script
4335 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4336 @code{sieve} group parameters, save the file and upload it to the
4337 server using the @code{sieveshell} program.
4338
4339 @end table
4340
4341
4342 @node Summary Buffer
4343 @chapter Summary Buffer
4344 @cindex summary buffer
4345
4346 A line for each article is displayed in the summary buffer.  You can
4347 move around, read articles, post articles and reply to articles.
4348
4349 The most common way to a summary buffer is to select a group from the
4350 group buffer (@pxref{Selecting a Group}).
4351
4352 You can have as many summary buffers open as you wish.
4353
4354 @menu
4355 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4356 * Summary Maneuvering::         Moving around the summary buffer.
4357 * Choosing Articles::           Reading articles.
4358 * Paging the Article::          Scrolling the current article.
4359 * Reply Followup and Post::     Posting articles.
4360 * Delayed Articles::            Send articles at a later time.
4361 * Marking Articles::            Marking articles as read, expirable, etc.
4362 * Limiting::                    You can limit the summary buffer.
4363 * Threading::                   How threads are made.
4364 * Sorting the Summary Buffer::  How articles and threads are sorted.
4365 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4366 * Article Caching::             You may store articles in a cache.
4367 * Persistent Articles::         Making articles expiry-resistant.
4368 * Article Backlog::             Having already read articles hang around.
4369 * Saving Articles::             Ways of customizing article saving.
4370 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4371 * Article Treatment::           The article buffer can be mangled at will.
4372 * MIME Commands::               Doing MIMEy things with the articles.
4373 * Charsets::                    Character set issues.
4374 * Article Commands::            Doing various things with the article buffer.
4375 * Summary Sorting::             Sorting the summary buffer in various ways.
4376 * Finding the Parent::          No child support? Get the parent.
4377 * Alternative Approaches::      Reading using non-default summaries.
4378 * Tree Display::                A more visual display of threads.
4379 * Mail Group Commands::         Some commands can only be used in mail groups.
4380 * Various Summary Stuff::       What didn't fit anywhere else.
4381 * Exiting the Summary Buffer::  Returning to the Group buffer,
4382                                 or reselecting the current group.
4383 * Crosspost Handling::          How crossposted articles are dealt with.
4384 * Duplicate Suppression::       An alternative when crosspost handling fails.
4385 * Security::                    Decrypt and Verify.
4386 * Mailing List::                Mailing list minor mode.
4387 @end menu
4388
4389
4390 @node Summary Buffer Format
4391 @section Summary Buffer Format
4392 @cindex summary buffer format
4393
4394 @iftex
4395 @iflatex
4396 \gnusfigure{The Summary Buffer}{180}{
4397 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4398 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4399 }
4400 @end iflatex
4401 @end iftex
4402
4403 @menu
4404 * Summary Buffer Lines::        You can specify how summary lines should look.
4405 * To From Newsgroups::          How to not display your own name.
4406 * Summary Buffer Mode Line::    You can say how the mode line should look.
4407 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4408 @end menu
4409
4410 @findex mail-extract-address-components
4411 @findex gnus-extract-address-components
4412 @vindex gnus-extract-address-components
4413 Gnus will use the value of the @code{gnus-extract-address-components}
4414 variable as a function for getting the name and address parts of a
4415 @code{From} header.  Two pre-defined functions exist:
4416 @code{gnus-extract-address-components}, which is the default, quite
4417 fast, and too simplistic solution; and
4418 @code{mail-extract-address-components}, which works very nicely, but is
4419 slower.  The default function will return the wrong answer in 5% of the
4420 cases.  If this is unacceptable to you, use the other function instead:
4421
4422 @lisp
4423 (setq gnus-extract-address-components
4424       'mail-extract-address-components)
4425 @end lisp
4426
4427 @vindex gnus-summary-same-subject
4428 @code{gnus-summary-same-subject} is a string indicating that the current
4429 article has the same subject as the previous.  This string will be used
4430 with those specs that require it.  The default is @code{""}.
4431
4432
4433 @node Summary Buffer Lines
4434 @subsection Summary Buffer Lines
4435
4436 @vindex gnus-summary-line-format
4437 You can change the format of the lines in the summary buffer by changing
4438 the @code{gnus-summary-line-format} variable.  It works along the same
4439 lines as a normal @code{format} string, with some extensions
4440 (@pxref{Formatting Variables}).
4441
4442 There should always be a colon or a point position marker on the line;
4443 the cursor always moves to the point position marker or the colon after
4444 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4445 possible to change this.  Just write a new function
4446 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4447 @xref{Positioning Point}.
4448
4449 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4450
4451 The following format specification characters and extended format
4452 specification(s) are understood:
4453
4454 @table @samp
4455 @item N
4456 Article number.
4457 @item S
4458 Subject string.  List identifiers stripped,
4459 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4460 @item s
4461 Subject if the article is the root of the thread or the previous article
4462 had a different subject, @code{gnus-summary-same-subject} otherwise.
4463 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4464 @item F
4465 Full @code{From} header.
4466 @item n
4467 The name (from the @code{From} header).
4468 @item f
4469 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4470 From Newsgroups}).
4471 @item a
4472 The name (from the @code{From} header).  This differs from the @code{n}
4473 spec in that it uses the function designated by the
4474 @code{gnus-extract-address-components} variable, which is slower, but
4475 may be more thorough.
4476 @item A
4477 The address (from the @code{From} header).  This works the same way as
4478 the @code{a} spec.
4479 @item L
4480 Number of lines in the article.
4481 @item c
4482 Number of characters in the article. This specifier is not supported
4483 in some methods (like nnfolder).
4484 @item k
4485 Pretty-printed version of the number of characters in the article;
4486 for example, @samp{1.2k} or @samp{0.4M}.
4487 @item I
4488 Indentation based on thread level (@pxref{Customizing Threading}).
4489 @item B
4490 A complex trn-style thread tree, showing response-connecting trace
4491 lines.  A thread could be drawn like this:
4492
4493 @example
4494 >
4495 +->
4496 | +->
4497 | | \->
4498 | |   \->
4499 | \->
4500 +->
4501 \->
4502 @end example
4503
4504 You can customize the appearance with the following options.  Note
4505 that it is possible to make the thread display look really neat by
4506 replacing the default ASCII characters with graphic line-drawing
4507 glyphs.
4508 @table @code
4509 @item gnus-sum-thread-tree-root
4510 @vindex gnus-sum-thread-tree-root
4511 Used for the root of a thread.  If @code{nil}, use subject
4512 instead. The default is @samp{> }.
4513
4514 @item gnus-sum-thread-tree-single-indent
4515 @vindex gnus-sum-thread-tree-single-indent
4516 Used for a thread with just one message.  If @code{nil}, use subject
4517 instead.  The default is @samp{}.
4518
4519 @item gnus-sum-thread-tree-vertical
4520 @vindex gnus-sum-thread-tree-vertical
4521 Used for drawing a vertical line.  The default is @samp{| }.
4522
4523 @item gnus-sum-thread-tree-indent
4524 @vindex gnus-sum-thread-tree-indent
4525 Used for indenting.  The default is @samp{  }. 
4526
4527 @item gnus-sum-thread-tree-leaf-with-other
4528 @vindex gnus-sum-thread-tree-leaf-with-other
4529 Used for a leaf with brothers.  The default is @samp{+-> }.
4530
4531 @item gnus-sum-thread-tree-single-leaf
4532 @vindex gnus-sum-thread-tree-single-leaf
4533 Used for a leaf without brothers.  The default is @samp{\-> }
4534
4535 @end table
4536
4537 @item T
4538 Nothing if the article is a root and lots of spaces if it isn't (it
4539 pushes everything after it off the screen).
4540 @item [
4541 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4542 for adopted articles (@pxref{Customizing Threading}).
4543 @item ]
4544 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4545 for adopted articles.
4546 @item >
4547 One space for each thread level.
4548 @item <
4549 Twenty minus thread level spaces.
4550 @item U
4551 Unread. @xref{Read Articles}.
4552
4553 @item R
4554 This misleadingly named specifier is the @dfn{secondary mark}.  This
4555 mark will say whether the article has been replied to, has been cached,
4556 or has been saved.  @xref{Other Marks}.
4557
4558 @item i
4559 Score as a number (@pxref{Scoring}).
4560 @item z
4561 @vindex gnus-summary-zcore-fuzz
4562 Zcore, @samp{+} if above the default level and @samp{-} if below the
4563 default level.  If the difference between
4564 @code{gnus-summary-default-score} and the score is less than
4565 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4566 @item V
4567 Total thread score.
4568 @item x
4569 @code{Xref}.
4570 @item D
4571 @code{Date}.
4572 @item d
4573 The @code{Date} in @code{DD-MMM} format.
4574 @item o
4575 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4576 @item M
4577 @code{Message-ID}.
4578 @item r
4579 @code{References}.
4580 @item t
4581 Number of articles in the current sub-thread.  Using this spec will slow
4582 down summary buffer generation somewhat.
4583 @item e
4584 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4585 article has any children.
4586 @item P
4587 The line number.
4588 @item O
4589 Download mark.
4590 @item &user-date;
4591 Age sensitive date format.  Various date format is defined in
4592 @code{gnus-user-date-format-alist}.
4593 @item u
4594 User defined specifier.  The next character in the format string should
4595 be a letter.  Gnus will call the function
4596 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
4597 following @samp{%u}.  The function will be passed the current header as
4598 argument.  The function should return a string, which will be inserted
4599 into the summary just like information from any other summary specifier.
4600 @end table
4601
4602 Text between @samp{%(} and @samp{%)} will be highlighted with
4603 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4604 There can only be one such area.
4605
4606 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4607 have to be handled with care.  For reasons of efficiency, Gnus will
4608 compute what column these characters will end up in, and ``hard-code''
4609 that.  This means that it is invalid to have these specs after a
4610 variable-length spec.  Well, you might not be arrested, but your summary
4611 buffer will look strange, which is bad enough.
4612
4613 The smart choice is to have these specs as far to the left as possible.
4614 (Isn't that the case with everything, though?  But I digress.)
4615
4616 This restriction may disappear in later versions of Gnus.
4617
4618
4619 @node To From Newsgroups
4620 @subsection To From Newsgroups
4621 @cindex To
4622 @cindex Newsgroups
4623
4624 In some groups (particularly in archive groups), the @code{From} header
4625 isn't very interesting, since all the articles there are written by
4626 you.  To display the information in the @code{To} or @code{Newsgroups}
4627 headers instead, you need to decide three things: What information to
4628 gather; where to display it; and when to display it.
4629
4630 @enumerate
4631 @item
4632 @vindex gnus-extra-headers
4633 The reading of extra header information is controlled by the
4634 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4635 instance:
4636
4637 @lisp
4638 (setq gnus-extra-headers
4639       '(To Newsgroups X-Newsreader))
4640 @end lisp
4641
4642 This will result in Gnus trying to obtain these three headers, and
4643 storing it in header structures for later easy retrieval.
4644
4645 @item
4646 @findex gnus-extra-header
4647 The value of these extra headers can be accessed via the
4648 @code{gnus-extra-header} function.  Here's a format line spec that will
4649 access the @code{X-Newsreader} header:
4650
4651 @example
4652 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4653 @end example
4654
4655 @item
4656 @vindex gnus-ignored-from-addresses
4657 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4658 summary line spec returns the @code{To}, @code{Newsreader} or
4659 @code{From} header.  If this regexp matches the contents of the
4660 @code{From} header, the value of the @code{To} or @code{Newsreader}
4661 headers are used instead.
4662
4663 @end enumerate
4664
4665 @vindex nnmail-extra-headers
4666 A related variable is @code{nnmail-extra-headers}, which controls when
4667 to include extra headers when generating overview (@sc{nov}) files.  If
4668 you have old overview files, you should regenerate them after changing
4669 this variable, by entering the server buffer using `^', and then `g' on
4670 the appropriate mail server (e.g. nnml) to cause regeneration.
4671
4672 @vindex gnus-summary-line-format
4673 You also have to instruct Gnus to display the data by changing the
4674 @code{%n} spec to the @code{%f} spec in the
4675 @code{gnus-summary-line-format} variable.
4676
4677 In summary, you'd typically put something like the following in
4678 @file{~/.gnus}:
4679
4680 @lisp
4681 (setq gnus-extra-headers
4682       '(To Newsgroups))
4683 (setq nnmail-extra-headers gnus-extra-headers)
4684 (setq gnus-summary-line-format
4685       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4686 (setq gnus-ignored-from-addresses
4687       "Your Name Here")
4688 @end lisp
4689
4690 (The values listed above are the default values in Gnus.  Alter them
4691 to fit your needs.)
4692
4693 A note for news server administrators, or for users who wish to try to
4694 convince their news server administrator to provide some additional
4695 support:
4696
4697 The above is mostly useful for mail groups, where you have control over
4698 the @sc{nov} files that are created.  However, if you can persuade your
4699 nntp admin to add (in the usual implementation, notably INN):
4700
4701 @example
4702 Newsgroups:full
4703 @end example
4704
4705 to the end of her @file{overview.fmt} file, then you can use that just
4706 as you would the extra headers from the mail groups.
4707
4708
4709 @node Summary Buffer Mode Line
4710 @subsection Summary Buffer Mode Line
4711
4712 @vindex gnus-summary-mode-line-format
4713 You can also change the format of the summary mode bar (@pxref{Mode Line
4714 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4715 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4716
4717 Here are the elements you can play with:
4718
4719 @table @samp
4720 @item G
4721 Group name.
4722 @item p
4723 Unprefixed group name.
4724 @item A
4725 Current article number.
4726 @item z
4727 Current article score.
4728 @item V
4729 Gnus version.
4730 @item U
4731 Number of unread articles in this group.
4732 @item e
4733 Number of unread articles in this group that aren't displayed in the
4734 summary buffer.
4735 @item Z
4736 A string with the number of unread and unselected articles represented
4737 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4738 articles, and just as @samp{<%U more>} if there are just unread articles
4739 and no unselected ones.
4740 @item g
4741 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4742 shortened to @samp{r.a.anime}.
4743 @item S
4744 Subject of the current article.
4745 @item u
4746 User-defined spec (@pxref{User-Defined Specs}).
4747 @item s
4748 Name of the current score file (@pxref{Scoring}).
4749 @item d
4750 Number of dormant articles (@pxref{Unread Articles}).
4751 @item t
4752 Number of ticked articles (@pxref{Unread Articles}).
4753 @item r
4754 Number of articles that have been marked as read in this session.
4755 @item E
4756 Number of articles expunged by the score files.
4757 @end table
4758
4759
4760 @node Summary Highlighting
4761 @subsection Summary Highlighting
4762
4763 @table @code
4764
4765 @item gnus-visual-mark-article-hook
4766 @vindex gnus-visual-mark-article-hook
4767 This hook is run after selecting an article.  It is meant to be used for
4768 highlighting the article in some way.  It is not run if
4769 @code{gnus-visual} is @code{nil}.
4770
4771 @item gnus-summary-update-hook
4772 @vindex gnus-summary-update-hook
4773 This hook is called when a summary line is changed.  It is not run if
4774 @code{gnus-visual} is @code{nil}.
4775
4776 @item gnus-summary-selected-face
4777 @vindex gnus-summary-selected-face
4778 This is the face (or @dfn{font} as some people call it) used to
4779 highlight the current article in the summary buffer.
4780
4781 @item gnus-summary-highlight
4782 @vindex gnus-summary-highlight
4783 Summary lines are highlighted according to this variable, which is a
4784 list where the elements are of the format @code{(@var{form}
4785 . @var{face})}.  If you would, for instance, like ticked articles to be
4786 italic and high-scored articles to be bold, you could set this variable
4787 to something like
4788 @lisp
4789 (((eq mark gnus-ticked-mark) . italic)
4790  ((> score default) . bold))
4791 @end lisp
4792 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4793 @var{face} will be applied to the line.
4794 @end table
4795
4796
4797 @node Summary Maneuvering
4798 @section Summary Maneuvering
4799 @cindex summary movement
4800
4801 All the straight movement commands understand the numeric prefix and
4802 behave pretty much as you'd expect.
4803
4804 None of these commands select articles.
4805
4806 @table @kbd
4807 @item G M-n
4808 @itemx M-n
4809 @kindex M-n (Summary)
4810 @kindex G M-n (Summary)
4811 @findex gnus-summary-next-unread-subject
4812 Go to the next summary line of an unread article
4813 (@code{gnus-summary-next-unread-subject}).
4814
4815 @item G M-p
4816 @itemx M-p
4817 @kindex M-p (Summary)
4818 @kindex G M-p (Summary)
4819 @findex gnus-summary-prev-unread-subject
4820 Go to the previous summary line of an unread article
4821 (@code{gnus-summary-prev-unread-subject}).
4822
4823 @item G g
4824 @kindex G g (Summary)
4825 @findex gnus-summary-goto-subject
4826 Ask for an article number and then go to the summary line of that article
4827 without displaying the article (@code{gnus-summary-goto-subject}).
4828 @end table
4829
4830 If Gnus asks you to press a key to confirm going to the next group, you
4831 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4832 buffer, searching for the next group to read without actually returning
4833 to the group buffer.
4834
4835 Variables related to summary movement:
4836
4837 @table @code
4838
4839 @vindex gnus-auto-select-next
4840 @item gnus-auto-select-next
4841 If you issue one of the movement commands (like @kbd{n}) and there are
4842 no more unread articles after the current one, Gnus will offer to go to
4843 the next group.  If this variable is @code{t} and the next group is
4844 empty, Gnus will exit summary mode and return to the group buffer.  If
4845 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4846 next group with unread articles.  As a special case, if this variable
4847 is @code{quietly}, Gnus will select the next group without asking for
4848 confirmation.  If this variable is @code{almost-quietly}, the same
4849 will happen only if you are located on the last article in the group.
4850 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4851 command will go to the next group without confirmation.  Also
4852 @pxref{Group Levels}.
4853
4854 @item gnus-auto-select-same
4855 @vindex gnus-auto-select-same
4856 If non-@code{nil}, all the movement commands will try to go to the next
4857 article with the same subject as the current.  (@dfn{Same} here might
4858 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4859 for details (@pxref{Customizing Threading}).)  If there are no more
4860 articles with the same subject, go to the first unread article.
4861
4862 This variable is not particularly useful if you use a threaded display.
4863
4864 @item gnus-summary-check-current
4865 @vindex gnus-summary-check-current
4866 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4867 to the next (or previous) article if the current article is unread.
4868 Instead, they will choose the current article.
4869
4870 @item gnus-auto-center-summary
4871 @vindex gnus-auto-center-summary
4872 If non-@code{nil}, Gnus will keep the point in the summary buffer
4873 centered at all times.  This makes things quite tidy, but if you have a
4874 slow network connection, or simply do not like this un-Emacsism, you can
4875 set this variable to @code{nil} to get the normal Emacs scrolling
4876 action.  This will also inhibit horizontal re-centering of the summary
4877 buffer, which might make it more inconvenient to read extremely long
4878 threads.
4879
4880 This variable can also be a number.  In that case, center the window at
4881 the given number of lines from the top.
4882
4883 @end table
4884
4885
4886 @node Choosing Articles
4887 @section Choosing Articles
4888 @cindex selecting articles
4889
4890 @menu
4891 * Choosing Commands::           Commands for choosing articles.
4892 * Choosing Variables::          Variables that influence these commands.
4893 @end menu
4894
4895
4896 @node Choosing Commands
4897 @subsection Choosing Commands
4898
4899 None of the following movement commands understand the numeric prefix,
4900 and they all select and display an article.
4901
4902 If you want to fetch new articles or redisplay the group, see
4903 @ref{Exiting the Summary Buffer}.
4904
4905 @table @kbd
4906 @item SPACE
4907 @kindex SPACE (Summary)
4908 @findex gnus-summary-next-page
4909 Select the current article, or, if that one's read already, the next
4910 unread article (@code{gnus-summary-next-page}).
4911
4912 If you have an article window open already and you press @kbd{SPACE}
4913 again, the article will be scrolled.  This lets you conveniently
4914 @kbd{SPACE} through an entire newsgroup.  @pxref{Paging the Article}.
4915
4916 @item G n
4917 @itemx n
4918 @kindex n (Summary)
4919 @kindex G n (Summary)
4920 @findex gnus-summary-next-unread-article
4921 @c @icon{gnus-summary-next-unread}
4922 Go to next unread article (@code{gnus-summary-next-unread-article}).
4923
4924 @item G p
4925 @itemx p
4926 @kindex p (Summary)
4927 @findex gnus-summary-prev-unread-article
4928 @c @icon{gnus-summary-prev-unread}
4929 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
4930
4931 @item G N
4932 @itemx N
4933 @kindex N (Summary)
4934 @kindex G N (Summary)
4935 @findex gnus-summary-next-article
4936 Go to the next article (@code{gnus-summary-next-article}).
4937
4938 @item G P
4939 @itemx P
4940 @kindex P (Summary)
4941 @kindex G P (Summary)
4942 @findex gnus-summary-prev-article
4943 Go to the previous article (@code{gnus-summary-prev-article}).
4944
4945 @item G C-n
4946 @kindex G C-n (Summary)
4947 @findex gnus-summary-next-same-subject
4948 Go to the next article with the same subject
4949 (@code{gnus-summary-next-same-subject}).
4950
4951 @item G C-p
4952 @kindex G C-p (Summary)
4953 @findex gnus-summary-prev-same-subject
4954 Go to the previous article with the same subject
4955 (@code{gnus-summary-prev-same-subject}).
4956
4957 @item G f
4958 @itemx .
4959 @kindex G f  (Summary)
4960 @kindex .  (Summary)
4961 @findex gnus-summary-first-unread-article
4962 Go to the first unread article
4963 (@code{gnus-summary-first-unread-article}).
4964
4965 @item G b
4966 @itemx ,
4967 @kindex G b (Summary)
4968 @kindex , (Summary)
4969 @findex gnus-summary-best-unread-article
4970 Go to the unread article with the highest score
4971 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
4972 go to the first unread article that has a score over the default score.
4973
4974 @item G l
4975 @itemx l
4976 @kindex l (Summary)
4977 @kindex G l (Summary)
4978 @findex gnus-summary-goto-last-article
4979 Go to the previous article read (@code{gnus-summary-goto-last-article}).
4980
4981 @item G o
4982 @kindex G o (Summary)
4983 @findex gnus-summary-pop-article
4984 @cindex history
4985 @cindex article history
4986 Pop an article off the summary history and go to this article
4987 (@code{gnus-summary-pop-article}).  This command differs from the
4988 command above in that you can pop as many previous articles off the
4989 history as you like, while @kbd{l} toggles the two last read articles.
4990 For a somewhat related issue (if you use these commands a lot),
4991 @pxref{Article Backlog}.
4992
4993 @item G j
4994 @itemx j
4995 @kindex j (Summary)
4996 @kindex G j (Summary)
4997 @findex gnus-summary-goto-article
4998 Ask for an article number or @code{Message-ID}, and then go to that
4999 article (@code{gnus-summary-goto-article}).
5000
5001 @end table
5002
5003
5004 @node Choosing Variables
5005 @subsection Choosing Variables
5006
5007 Some variables relevant for moving and selecting articles:
5008
5009 @table @code
5010 @item gnus-auto-extend-newsgroup
5011 @vindex gnus-auto-extend-newsgroup
5012 All the movement commands will try to go to the previous (or next)
5013 article, even if that article isn't displayed in the Summary buffer if
5014 this variable is non-@code{nil}.  Gnus will then fetch the article from
5015 the server and display it in the article buffer.
5016
5017 @item gnus-select-article-hook
5018 @vindex gnus-select-article-hook
5019 This hook is called whenever an article is selected.  By default it
5020 exposes any threads hidden under the selected article.  If you would 
5021 like each article to be saved in the Agent as you read it, putting
5022 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5023
5024 @item gnus-mark-article-hook
5025 @vindex gnus-mark-article-hook
5026 @findex gnus-summary-mark-unread-as-read
5027 @findex gnus-summary-mark-read-and-unread-as-read
5028 @findex gnus-unread-mark
5029 This hook is called whenever an article is selected.  It is intended to
5030 be used for marking articles as read.  The default value is
5031 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5032 mark of almost any article you read to @code{gnus-unread-mark}.  The
5033 only articles not affected by this function are ticked, dormant, and
5034 expirable articles.  If you'd instead like to just have unread articles
5035 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5036 instead.  It will leave marks like @code{gnus-low-score-mark},
5037 @code{gnus-del-mark} (and so on) alone.
5038
5039 @end table
5040
5041
5042 @node Paging the Article
5043 @section Scrolling the Article
5044 @cindex article scrolling
5045
5046 @table @kbd
5047
5048 @item SPACE
5049 @kindex SPACE (Summary)
5050 @findex gnus-summary-next-page
5051 Pressing @kbd{SPACE} will scroll the current article forward one page,
5052 or, if you have come to the end of the current article, will choose the
5053 next article (@code{gnus-summary-next-page}).
5054
5055 @vindex gnus-article-boring-faces
5056 If the rest of the article consists only of citations and signature,
5057 then it will be skipped; the next article will be shown instead.  You
5058 can customize what is considered uninteresting with
5059 @code{gnus-article-boring-faces}, or set it to @code{nil} to disable
5060 this feature.  You can manually view the article's pages, no matter how
5061 boring, using @kbd{C-v} in the article buffer.
5062
5063 @item DEL
5064 @kindex DEL (Summary)
5065 @findex gnus-summary-prev-page
5066 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5067
5068 @item RET
5069 @kindex RET (Summary)
5070 @findex gnus-summary-scroll-up
5071 Scroll the current article one line forward
5072 (@code{gnus-summary-scroll-up}).
5073
5074 @item M-RET
5075 @kindex M-RET (Summary)
5076 @findex gnus-summary-scroll-down
5077 Scroll the current article one line backward
5078 (@code{gnus-summary-scroll-down}).
5079
5080 @item A g
5081 @itemx g
5082 @kindex A g (Summary)
5083 @kindex g (Summary)
5084 @findex gnus-summary-show-article
5085 @vindex gnus-summary-show-article-charset-alist
5086 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5087 given a prefix, fetch the current article, but don't run any of the
5088 article treatment functions.  This will give you a ``raw'' article, just
5089 the way it came from the server.
5090
5091 If given a numerical prefix, you can do semi-manual charset stuff.
5092 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5093 encoded in the @code{cn-gb-2312} charset.  If you have
5094
5095 @lisp
5096 (setq gnus-summary-show-article-charset-alist
5097       '((1 . cn-gb-2312)
5098         (2 . big5)))
5099 @end lisp
5100
5101 then you can say @kbd{C-u 1 g} to get the same effect.
5102
5103 @item A <
5104 @itemx <
5105 @kindex < (Summary)
5106 @kindex A < (Summary)
5107 @findex gnus-summary-beginning-of-article
5108 Scroll to the beginning of the article
5109 (@code{gnus-summary-beginning-of-article}).
5110
5111 @item A >
5112 @itemx >
5113 @kindex > (Summary)
5114 @kindex A > (Summary)
5115 @findex gnus-summary-end-of-article
5116 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5117
5118 @item A s
5119 @itemx s
5120 @kindex A s (Summary)
5121 @kindex s (Summary)
5122 @findex gnus-summary-isearch-article
5123 Perform an isearch in the article buffer
5124 (@code{gnus-summary-isearch-article}).
5125
5126 @item h
5127 @kindex h (Summary)
5128 @findex gnus-summary-select-article-buffer
5129 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5130
5131 @end table
5132
5133
5134 @node Reply Followup and Post
5135 @section Reply, Followup and Post
5136
5137 @menu
5138 * Summary Mail Commands::       Sending mail.
5139 * Summary Post Commands::       Sending news.
5140 * Summary Message Commands::    Other Message-related commands.
5141 * Canceling and Superseding::   
5142 @end menu
5143
5144
5145 @node Summary Mail Commands
5146 @subsection Summary Mail Commands
5147 @cindex mail
5148 @cindex composing mail
5149
5150 Commands for composing a mail message:
5151
5152 @table @kbd
5153
5154 @item S r
5155 @itemx r
5156 @kindex S r (Summary)
5157 @kindex r (Summary)
5158 @findex gnus-summary-reply
5159 @c @icon{gnus-summary-mail-reply}
5160 @c @icon{gnus-summary-reply}
5161 Mail a reply to the author of the current article
5162 (@code{gnus-summary-reply}).
5163
5164 @item S R
5165 @itemx R
5166 @kindex R (Summary)
5167 @kindex S R (Summary)
5168 @findex gnus-summary-reply-with-original
5169 @c @icon{gnus-summary-reply-with-original}
5170 Mail a reply to the author of the current article and include the
5171 original message (@code{gnus-summary-reply-with-original}).  This
5172 command uses the process/prefix convention.
5173
5174 @item S w
5175 @kindex S w (Summary)
5176 @findex gnus-summary-wide-reply
5177 Mail a wide reply to the author of the current article
5178 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5179 goes out to all people listed in the @code{To}, @code{From} (or
5180 @code{Reply-to}) and @code{Cc} headers.
5181
5182 @item S W
5183 @kindex S W (Summary)
5184 @findex gnus-summary-wide-reply-with-original
5185 Mail a wide reply to the current article and include the original
5186 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5187 the process/prefix convention.
5188
5189 @item S v
5190 @kindex S v (Summary)
5191 @findex gnus-summary-very-wide-reply
5192 Mail a very wide reply to the author of the current article
5193 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5194 that goes out to all people listed in the @code{To}, @code{From} (or
5195 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5196 articles.  This command uses the process/prefix convention.
5197
5198 @item S V
5199 @kindex S V (Summary)
5200 @findex gnus-summary-very-wide-reply-with-original
5201 Mail a very wide reply to the author of the current article and include the
5202 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5203 command uses the process/prefix convention.
5204
5205 @item S B r
5206 @kindex S B r (Summary)
5207 @findex gnus-summary-reply-broken-reply-to
5208 Mail a reply to the author of the current article but ignore the
5209 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5210
5211 @item S B R
5212 @kindex S B R (Summary)
5213 @findex gnus-summary-reply-broken-reply-to-with-original
5214 Mail a reply to the author of the current article and include the
5215 original message but ignore the @code{Reply-To} field
5216 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5217
5218 @item S o m
5219 @itemx C-c C-f
5220 @kindex S o m (Summary)
5221 @kindex C-c C-f (Summary)
5222 @findex gnus-summary-mail-forward
5223 @c @icon{gnus-summary-mail-forward}
5224 Forward the current article to some other person
5225 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5226 is forwarded according to the value of (@code{message-forward-as-mime})
5227 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5228 message and forward directly inline; if the prefix is 2, forward message
5229 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5230 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5231 directly inline; otherwise, the message is forwarded as no prefix given
5232 but use the flipped value of (@code{message-forward-as-mime}).  By
5233 default, the message is decoded and forwarded as an rfc822 @sc{mime}
5234 section.
5235
5236 @item S m
5237 @itemx m
5238 @kindex m (Summary)
5239 @kindex S m (Summary)
5240 @findex gnus-summary-mail-other-window
5241 @c @icon{gnus-summary-mail-originate}
5242 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5243 the posting style of the current group.  If given a prefix, disable that.
5244 If the prefix is 1, prompt for a group name to find the posting style.
5245
5246 @item S i
5247 @itemx i
5248 @kindex i (Summary)
5249 @kindex S i (Summary)
5250 @findex gnus-summary-news-other-window
5251 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5252 post to the current group.  If given a prefix, disable that.  If the
5253 prefix is 1, prompt for a group to post to.
5254
5255 This function actually prepares a news even when using mail groups.
5256 This is useful for "posting" messages to mail groups without actually
5257 sending them over the network: they're just saved directly to the group
5258 in question.  The corresponding back end must have a request-post method
5259 for this to work though.
5260
5261 @item S D b
5262 @kindex S D b (Summary)
5263 @findex gnus-summary-resend-bounced-mail
5264 @cindex bouncing mail
5265 If you have sent a mail, but the mail was bounced back to you for some
5266 reason (wrong address, transient failure), you can use this command to
5267 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5268 will be popped into a mail buffer where you can edit the headers before
5269 sending the mail off again.  If you give a prefix to this command, and
5270 the bounced mail is a reply to some other mail, Gnus will try to fetch
5271 that mail and display it for easy perusal of its headers.  This might
5272 very well fail, though.
5273
5274 @item S D r
5275 @kindex S D r (Summary)
5276 @findex gnus-summary-resend-message
5277 Not to be confused with the previous command,
5278 @code{gnus-summary-resend-message} will prompt you for an address to
5279 send the current message off to, and then send it to that place.  The
5280 headers of the message won't be altered---but lots of headers that say
5281 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5282 means that you actually send a mail to someone that has a @code{To}
5283 header that (probably) points to yourself.  This will confuse people.
5284 So, natcherly you'll only do that if you're really eVIl.
5285
5286 This command is mainly used if you have several accounts and want to
5287 ship a mail to a different account of yours.  (If you're both
5288 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5289 to the @code{root} account, you may want to resend it to
5290 @code{postmaster}.  Ordnung muss sein!
5291
5292 This command understands the process/prefix convention
5293 (@pxref{Process/Prefix}).
5294
5295 @item S O m
5296 @kindex S O m (Summary)
5297 @findex gnus-uu-digest-mail-forward
5298 Digest the current series (@pxref{Decoding Articles}) and forward the
5299 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5300 uses the process/prefix convention (@pxref{Process/Prefix}).
5301
5302 @item S M-c
5303 @kindex S M-c (Summary)
5304 @findex gnus-summary-mail-crosspost-complaint
5305 @cindex crossposting
5306 @cindex excessive crossposting
5307 Send a complaint about excessive crossposting to the author of the
5308 current article (@code{gnus-summary-mail-crosspost-complaint}).
5309
5310 @findex gnus-crosspost-complaint
5311 This command is provided as a way to fight back against the current
5312 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5313 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5314 command understands the process/prefix convention
5315 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5316
5317 @end table
5318
5319 Also @xref{Header Commands, ,Header Commands, message, The Message
5320 Manual}, for more information.
5321
5322
5323 @node Summary Post Commands
5324 @subsection Summary Post Commands
5325 @cindex post
5326 @cindex composing news
5327
5328 Commands for posting a news article:
5329
5330 @table @kbd
5331 @item S p
5332 @itemx a
5333 @kindex a (Summary)
5334 @kindex S p (Summary)
5335 @findex gnus-summary-post-news
5336 @c @icon{gnus-summary-post-news}
5337 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5338 default, post to the current group.  If given a prefix, disable that.
5339 If the prefix is 1, prompt for another group instead.
5340
5341 @item S f
5342 @itemx f
5343 @kindex f (Summary)
5344 @kindex S f (Summary)
5345 @findex gnus-summary-followup
5346 @c @icon{gnus-summary-followup}
5347 Post a followup to the current article (@code{gnus-summary-followup}).
5348
5349 @item S F
5350 @itemx F
5351 @kindex S F (Summary)
5352 @kindex F (Summary)
5353 @c @icon{gnus-summary-followup-with-original}
5354 @findex gnus-summary-followup-with-original
5355 Post a followup to the current article and include the original message
5356 (@code{gnus-summary-followup-with-original}).   This command uses the
5357 process/prefix convention.
5358
5359 @item S n
5360 @kindex S n (Summary)
5361 @findex gnus-summary-followup-to-mail
5362 Post a followup to the current article via news, even if you got the
5363 message through mail (@code{gnus-summary-followup-to-mail}).
5364
5365 @item S N
5366 @kindex S N (Summary)
5367 @findex gnus-summary-followup-to-mail-with-original
5368 Post a followup to the current article via news, even if you got the
5369 message through mail and include the original message
5370 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5371 the process/prefix convention.
5372
5373 @item S o p
5374 @kindex S o p (Summary)
5375 @findex gnus-summary-post-forward
5376 Forward the current article to a newsgroup
5377 (@code{gnus-summary-post-forward}).
5378  If no prefix is given, the message is forwarded according to the value
5379 of (@code{message-forward-as-mime}) and
5380 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5381 message and forward directly inline; if the prefix is 2, forward message
5382 as an rfc822 @sc{mime} section; if the prefix is 3, decode message and
5383 forward as an rfc822 @sc{mime} section; if the prefix is 4, forward message
5384 directly inline; otherwise, the message is forwarded as no prefix given
5385 but use the flipped value of (@code{message-forward-as-mime}).  By
5386 default, the message is decoded and forwarded as an rfc822 @sc{mime} section.
5387
5388 @item S O p
5389 @kindex S O p (Summary)
5390 @findex gnus-uu-digest-post-forward
5391 @cindex digests
5392 @cindex making digests
5393 Digest the current series and forward the result to a newsgroup
5394 (@code{gnus-uu-digest-mail-forward}).  This command uses the
5395 process/prefix convention.
5396
5397 @item S u
5398 @kindex S u (Summary)
5399 @findex gnus-uu-post-news
5400 @c @icon{gnus-uu-post-news}
5401 Uuencode a file, split it into parts, and post it as a series
5402 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5403 @end table
5404
5405 Also @xref{Header Commands, ,Header Commands, message, The Message
5406 Manual}, for more information.
5407
5408
5409 @node Summary Message Commands
5410 @subsection Summary Message Commands
5411
5412 @table @kbd
5413 @item S y
5414 @kindex S y (Summary)
5415 @findex gnus-summary-yank-message
5416 Yank the current article into an already existing Message composition
5417 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5418 what message buffer you want to yank into, and understands the
5419 process/prefix convention (@pxref{Process/Prefix}).
5420
5421 @end table
5422
5423
5424 @node Canceling and Superseding
5425 @subsection Canceling Articles
5426 @cindex canceling articles
5427 @cindex superseding articles
5428
5429 Have you ever written something, and then decided that you really,
5430 really, really wish you hadn't posted that?
5431
5432 Well, you can't cancel mail, but you can cancel posts.
5433
5434 @findex gnus-summary-cancel-article
5435 @kindex C (Summary)
5436 @c @icon{gnus-summary-cancel-article}
5437 Find the article you wish to cancel (you can only cancel your own
5438 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5439 c} (@code{gnus-summary-cancel-article}).  Your article will be
5440 canceled---machines all over the world will be deleting your article.
5441 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5442
5443 Be aware, however, that not all sites honor cancels, so your article may
5444 live on here and there, while most sites will delete the article in
5445 question.
5446
5447 Gnus will use the ``current'' select method when canceling.  If you
5448 want to use the standard posting method, use the @samp{a} symbolic
5449 prefix (@pxref{Symbolic Prefixes}).
5450
5451 If you discover that you have made some mistakes and want to do some
5452 corrections, you can post a @dfn{superseding} article that will replace
5453 your original article.
5454
5455 @findex gnus-summary-supersede-article
5456 @kindex S (Summary)
5457 Go to the original article and press @kbd{S s}
5458 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5459 where you can edit the article all you want before sending it off the
5460 usual way.
5461
5462 The same goes for superseding as for canceling, only more so: Some
5463 sites do not honor superseding.  On those sites, it will appear that you
5464 have posted almost the same article twice.
5465
5466 If you have just posted the article, and change your mind right away,
5467 there is a trick you can use to cancel/supersede the article without
5468 waiting for the article to appear on your site first.  You simply return
5469 to the post buffer (which is called @code{*sent ...*}).  There you will
5470 find the article you just posted, with all the headers intact.  Change
5471 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5472 header by substituting one of those words for the word
5473 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5474 you would do normally.  The previous article will be
5475 canceled/superseded.
5476
5477 Just remember, kids: There is no 'c' in 'supersede'.
5478
5479 @node Delayed Articles
5480 @section Delayed Articles
5481 @cindex delayed sending
5482 @cindex send delayed
5483
5484 Sometimes, you might wish to delay the sending of a message.  For
5485 example, you might wish to arrange for a message to turn up just in time
5486 to remind your about the birthday of your Significant Other.  For this,
5487 there is the @code{gnus-delay} package.  Setup is simple:
5488
5489 @lisp
5490 (gnus-delay-initialize)
5491 @end lisp
5492
5493 @findex gnus-delay-article
5494 Normally, to send a message you use the @kbd{C-c C-c} command from
5495 Message mode.  To delay a message, use @kbd{C-c C-j}
5496 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5497 message should be delayed.  Possible answers are:
5498
5499 @itemize @bullet
5500 @item
5501 A time span.  Consists of an integer and a letter.  For example,
5502 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5503 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5504 (months) and @code{Y} (years).
5505
5506 @item
5507 A specific date.  Looks like @code{YYYYY-MM-DD}.  The message will be
5508 delayed until that day, at a specific time (eight o'clock by default).
5509 See also @code{gnus-delay-default-hour}.
5510
5511 @item
5512 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5513 stuff.  The deadline will be at that time today, except if that time has
5514 already passed, then it's at the given time tomorrow.  So if it's ten
5515 o'clock in the morning and you specify @code{11:15}, then the deadline
5516 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5517 that means a time tomorrow.
5518 @end itemize
5519
5520 The action of the @code{gnus-delay-article} command is influenced by a
5521 couple of variables:
5522
5523 @table @code
5524 @item gnus-delay-default-hour
5525 @vindex gnus-delay-default-hour
5526 When you specify a specific date, the message will be due on that hour
5527 on the given date.  Possible values are integers 0 through 23.
5528
5529 @item gnus-delay-default-delay
5530 @vindex gnus-delay-default-delay
5531 This is a string and gives the default delay.  It can be of any of the
5532 formats described above.
5533
5534 @item gnus-delay-group
5535 @vindex gnus-delay-group
5536 Delayed articles will be kept in this group on the drafts server until
5537 they are due.  You probably don't need to change this.  The default
5538 value is @code{"delayed"}.
5539
5540 @item gnus-delay-header
5541 @vindex gnus-delay-header
5542 The deadline for each article will be stored in a header.  This variable
5543 is a string and gives the header name.  You probably don't need to
5544 change this.  The default value is @code{"X-Gnus-Delayed"}.
5545 @end table
5546
5547 The way delaying works is like this: when you use the
5548 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5549 calculates the deadline of the message and stores it in the
5550 @code{X-Gnus-Delayed} header and puts the message in the
5551 @code{nndraft:delayed} group.
5552
5553 @findex gnus-delay-send-queue
5554 And whenever you get new news, Gnus looks through the group for articles
5555 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5556 function for this.  By default, this function is added to the hook
5557 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5558 Maybe you want to use the demon to send drafts?  Just tell the demon to
5559 execute the @code{gnus-delay-send-queue} function.
5560
5561 @table @code
5562 @item gnus-delay-initialize
5563 @findex gnus-delay-initialize
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... 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.
6683
6684 @item gnus-alter-header-function
6685 @vindex gnus-alter-header-function
6686 If non-@code{nil}, this function will be called to allow alteration of
6687 article header structures.  The function is called with one parameter,
6688 the article header vector, which it may alter in any way.  For instance,
6689 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6690 in systematic ways (by adding prefixes and such), you can use this
6691 variable to un-scramble the @code{Message-ID}s so that they are more
6692 meaningful.  Here's one example:
6693
6694 @lisp
6695 (setq gnus-alter-header-function 'my-alter-message-id)
6696
6697 (defun my-alter-message-id (header)
6698   (let ((id (mail-header-id header)))
6699     (when (string-match
6700            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6701       (mail-header-set-id
6702        (concat (match-string 1 id) "@@" (match-string 2 id))
6703        header))))
6704 @end lisp
6705
6706 @end table
6707
6708
6709 @node Thread Commands
6710 @subsection Thread Commands
6711 @cindex thread commands
6712
6713 @table @kbd
6714
6715 @item T k
6716 @itemx C-M-k
6717 @kindex T k (Summary)
6718 @kindex C-M-k (Summary)
6719 @findex gnus-summary-kill-thread
6720 Mark all articles in the current (sub-)thread as read
6721 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6722 remove all marks instead.  If the prefix argument is negative, tick
6723 articles instead.
6724
6725 @item T l
6726 @itemx C-M-l
6727 @kindex T l (Summary)
6728 @kindex C-M-l (Summary)
6729 @findex gnus-summary-lower-thread
6730 Lower the score of the current (sub-)thread
6731 (@code{gnus-summary-lower-thread}).
6732
6733 @item T i
6734 @kindex T i (Summary)
6735 @findex gnus-summary-raise-thread
6736 Increase the score of the current (sub-)thread
6737 (@code{gnus-summary-raise-thread}).
6738
6739 @item T #
6740 @kindex T # (Summary)
6741 @findex gnus-uu-mark-thread
6742 Set the process mark on the current (sub-)thread
6743 (@code{gnus-uu-mark-thread}).
6744
6745 @item T M-#
6746 @kindex T M-# (Summary)
6747 @findex gnus-uu-unmark-thread
6748 Remove the process mark from the current (sub-)thread
6749 (@code{gnus-uu-unmark-thread}).
6750
6751 @item T T
6752 @kindex T T (Summary)
6753 @findex gnus-summary-toggle-threads
6754 Toggle threading (@code{gnus-summary-toggle-threads}).
6755
6756 @item T s
6757 @kindex T s (Summary)
6758 @findex gnus-summary-show-thread
6759 Expose the (sub-)thread hidden under the current article, if any
6760 (@code{gnus-summary-show-thread}).
6761
6762 @item T h
6763 @kindex T h (Summary)
6764 @findex gnus-summary-hide-thread
6765 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6766
6767 @item T S
6768 @kindex T S (Summary)
6769 @findex gnus-summary-show-all-threads
6770 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6771
6772 @item T H
6773 @kindex T H (Summary)
6774 @findex gnus-summary-hide-all-threads
6775 Hide all threads (@code{gnus-summary-hide-all-threads}).
6776
6777 @item T t
6778 @kindex T t (Summary)
6779 @findex gnus-summary-rethread-current
6780 Re-thread the current article's thread
6781 (@code{gnus-summary-rethread-current}).  This works even when the
6782 summary buffer is otherwise unthreaded.
6783
6784 @item T ^
6785 @kindex T ^ (Summary)
6786 @findex gnus-summary-reparent-thread
6787 Make the current article the child of the marked (or previous) article
6788 (@code{gnus-summary-reparent-thread}).
6789
6790 @end table
6791
6792 The following commands are thread movement commands.  They all
6793 understand the numeric prefix.
6794
6795 @table @kbd
6796
6797 @item T n
6798 @kindex T n (Summary)
6799 @itemx C-M-f
6800 @kindex C-M-n (Summary)
6801 @itemx M-down
6802 @kindex M-down (Summary)
6803 @findex gnus-summary-next-thread
6804 Go to the next thread (@code{gnus-summary-next-thread}).
6805
6806 @item T p
6807 @kindex T p (Summary)
6808 @itemx C-M-b
6809 @kindex C-M-p (Summary)
6810 @itemx M-up
6811 @kindex M-up (Summary)
6812 @findex gnus-summary-prev-thread
6813 Go to the previous thread (@code{gnus-summary-prev-thread}).
6814
6815 @item T d
6816 @kindex T d (Summary)
6817 @findex gnus-summary-down-thread
6818 Descend the thread (@code{gnus-summary-down-thread}).
6819
6820 @item T u
6821 @kindex T u (Summary)
6822 @findex gnus-summary-up-thread
6823 Ascend the thread (@code{gnus-summary-up-thread}).
6824
6825 @item T o
6826 @kindex T o (Summary)
6827 @findex gnus-summary-top-thread
6828 Go to the top of the thread (@code{gnus-summary-top-thread}).
6829 @end table
6830
6831 @vindex gnus-thread-operation-ignore-subject
6832 If you ignore subject while threading, you'll naturally end up with
6833 threads that have several different subjects in them.  If you then issue
6834 a command like `T k' (@code{gnus-summary-kill-thread}) you might not
6835 wish to kill the entire thread, but just those parts of the thread that
6836 have the same subject as the current article.  If you like this idea,
6837 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6838 is non-@code{nil} (which it is by default), subjects will be ignored
6839 when doing thread commands.  If this variable is @code{nil}, articles in
6840 the same thread with different subjects will not be included in the
6841 operation in question.  If this variable is @code{fuzzy}, only articles
6842 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6843 Matching}).
6844
6845
6846 @node Sorting the Summary Buffer
6847 @section Sorting the Summary Buffer
6848
6849 @findex gnus-thread-sort-by-total-score
6850 @findex gnus-thread-sort-by-date
6851 @findex gnus-thread-sort-by-score
6852 @findex gnus-thread-sort-by-subject
6853 @findex gnus-thread-sort-by-author
6854 @findex gnus-thread-sort-by-number
6855 @findex gnus-thread-sort-by-random
6856 @vindex gnus-thread-sort-functions
6857 @findex gnus-thread-sort-by-most-recent-thread
6858 If you are using a threaded summary display, you can sort the threads by
6859 setting @code{gnus-thread-sort-functions}, which can be either a single
6860 function, a list of functions, or a list containing functions and
6861 @code{(not some-function)} elements.
6862
6863 By default, sorting is done on article numbers.  Ready-made sorting
6864 predicate functions include @code{gnus-thread-sort-by-number},
6865 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6866 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
6867 @code{gnus-thread-sort-by-most-recent-number},
6868 @code{gnus-thread-sort-by-most-recent-date},
6869 @code{gnus-thread-sort-by-random} and
6870 @code{gnus-thread-sort-by-total-score}.
6871
6872 Each function takes two threads and returns non-@code{nil} if the first
6873 thread should be sorted before the other.  Note that sorting really is
6874 normally done by looking only at the roots of each thread.
6875
6876 If you use more than one function, the primary sort key should be the
6877 last function in the list.  You should probably always include
6878 @code{gnus-thread-sort-by-number} in the list of sorting
6879 functions---preferably first.  This will ensure that threads that are
6880 equal with respect to the other sort criteria will be displayed in
6881 ascending article order.
6882
6883 If you would like to sort by reverse score, then by subject, and finally
6884 by number, you could do something like:
6885
6886 @lisp
6887 (setq gnus-thread-sort-functions
6888       '(gnus-thread-sort-by-number
6889         gnus-thread-sort-by-subject
6890         (not gnus-thread-sort-by-total-score)))
6891 @end lisp
6892
6893 The threads that have highest score will be displayed first in the
6894 summary buffer.  When threads have the same score, they will be sorted
6895 alphabetically.  The threads that have the same score and the same
6896 subject will be sorted by number, which is (normally) the sequence in
6897 which the articles arrived.
6898
6899 If you want to sort by score and then reverse arrival order, you could
6900 say something like:
6901
6902 @lisp
6903 (setq gnus-thread-sort-functions
6904       '((lambda (t1 t2)
6905           (not (gnus-thread-sort-by-number t1 t2)))
6906         gnus-thread-sort-by-score))
6907 @end lisp
6908
6909 @vindex gnus-thread-score-function
6910 The function in the @code{gnus-thread-score-function} variable (default
6911 @code{+}) is used for calculating the total score of a thread.  Useful
6912 functions might be @code{max}, @code{min}, or squared means, or whatever
6913 tickles your fancy.
6914
6915 @findex gnus-article-sort-functions
6916 @findex gnus-article-sort-by-date
6917 @findex gnus-article-sort-by-score
6918 @findex gnus-article-sort-by-subject
6919 @findex gnus-article-sort-by-author
6920 @findex gnus-article-sort-by-random
6921 @findex gnus-article-sort-by-number
6922 If you are using an unthreaded display for some strange reason or
6923 other, you have to fiddle with the @code{gnus-article-sort-functions}
6924 variable.  It is very similar to the
6925 @code{gnus-thread-sort-functions}, except that it uses slightly
6926 different functions for article comparison.  Available sorting
6927 predicate functions are @code{gnus-article-sort-by-number},
6928 @code{gnus-article-sort-by-author},
6929 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
6930 @code{gnus-article-sort-by-random}, and
6931 @code{gnus-article-sort-by-score}.
6932
6933 If you want to sort an unthreaded summary display by subject, you could
6934 say something like:
6935
6936 @lisp
6937 (setq gnus-article-sort-functions
6938       '(gnus-article-sort-by-number
6939         gnus-article-sort-by-subject))
6940 @end lisp
6941
6942
6943
6944 @node Asynchronous Fetching
6945 @section Asynchronous Article Fetching
6946 @cindex asynchronous article fetching
6947 @cindex article pre-fetch
6948 @cindex pre-fetch
6949
6950 If you read your news from an @sc{nntp} server that's far away, the
6951 network latencies may make reading articles a chore.  You have to wait
6952 for a while after pressing @kbd{n} to go to the next article before the
6953 article appears.  Why can't Gnus just go ahead and fetch the article
6954 while you are reading the previous one?  Why not, indeed.
6955
6956 First, some caveats.  There are some pitfalls to using asynchronous
6957 article fetching, especially the way Gnus does it.
6958
6959 Let's say you are reading article 1, which is short, and article 2 is
6960 quite long, and you are not interested in reading that.  Gnus does not
6961 know this, so it goes ahead and fetches article 2.  You decide to read
6962 article 3, but since Gnus is in the process of fetching article 2, the
6963 connection is blocked.
6964
6965 To avoid these situations, Gnus will open two (count 'em two)
6966 connections to the server.  Some people may think this isn't a very nice
6967 thing to do, but I don't see any real alternatives.  Setting up that
6968 extra connection takes some time, so Gnus startup will be slower.
6969
6970 Gnus will fetch more articles than you will read.  This will mean that
6971 the link between your machine and the @sc{nntp} server will become more
6972 loaded than if you didn't use article pre-fetch.  The server itself will
6973 also become more loaded---both with the extra article requests, and the
6974 extra connection.
6975
6976 Ok, so now you know that you shouldn't really use this thing...  unless
6977 you really want to.
6978
6979 @vindex gnus-asynchronous
6980 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
6981 happen automatically.
6982
6983 @vindex gnus-use-article-prefetch
6984 You can control how many articles are to be pre-fetched by setting
6985 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
6986 that when you read an article in the group, the back end will pre-fetch
6987 the next 30 articles.  If this variable is @code{t}, the back end will
6988 pre-fetch all the articles it can without bound.  If it is
6989 @code{nil}, no pre-fetching will be done.
6990
6991 @vindex gnus-async-prefetch-article-p
6992 @findex gnus-async-read-p
6993 There are probably some articles that you don't want to pre-fetch---read
6994 articles, for instance.  The @code{gnus-async-prefetch-article-p} variable controls whether an article is to be pre-fetched.  This function should
6995 return non-@code{nil} when the article in question is to be
6996 pre-fetched.  The default is @code{gnus-async-read-p}, which returns
6997 @code{nil} on read articles.  The function is called with an article
6998 data structure as the only parameter.
6999
7000 If, for instance, you wish to pre-fetch only unread articles shorter than 100 lines, you could say something like:
7001
7002 @lisp
7003 (defun my-async-short-unread-p (data)
7004   "Return non-nil for short, unread articles."
7005   (and (gnus-data-unread-p data)
7006        (< (mail-header-lines (gnus-data-header data))
7007           100)))
7008
7009 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7010 @end lisp
7011
7012 These functions will be called many, many times, so they should
7013 preferably be short and sweet to avoid slowing down Gnus too much.
7014 It's probably a good idea to byte-compile things like this.
7015
7016 @vindex gnus-prefetched-article-deletion-strategy
7017 Articles have to be removed from the asynch buffer sooner or later.  The
7018 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7019 articles.  This is a list that may contain the following elements:
7020
7021 @table @code
7022 @item read
7023 Remove articles when they are read.
7024
7025 @item exit
7026 Remove articles when exiting the group.
7027 @end table
7028
7029 The default value is @code{(read exit)}.
7030
7031 @c @vindex gnus-use-header-prefetch
7032 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7033 @c from the next group.
7034
7035
7036 @node Article Caching
7037 @section Article Caching
7038 @cindex article caching
7039 @cindex caching
7040
7041 If you have an @emph{extremely} slow @sc{nntp} connection, you may
7042 consider turning article caching on.  Each article will then be stored
7043 locally under your home directory.  As you may surmise, this could
7044 potentially use @emph{huge} amounts of disk space, as well as eat up all
7045 your inodes so fast it will make your head swim.  In vodka.
7046
7047 Used carefully, though, it could be just an easier way to save articles.
7048
7049 @vindex gnus-use-long-file-name
7050 @vindex gnus-cache-directory
7051 @vindex gnus-use-cache
7052 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7053 all articles ticked or marked as dormant will then be copied
7054 over to your local cache (@code{gnus-cache-directory}).  Whether this
7055 cache is flat or hierarchical is controlled by the
7056 @code{gnus-use-long-file-name} variable, as usual.
7057
7058 When re-selecting a ticked or dormant article, it will be fetched from the
7059 cache instead of from the server.  As articles in your cache will never
7060 expire, this might serve as a method of saving articles while still
7061 keeping them where they belong.  Just mark all articles you want to save
7062 as dormant, and don't worry.
7063
7064 When an article is marked as read, is it removed from the cache.
7065
7066 @vindex gnus-cache-remove-articles
7067 @vindex gnus-cache-enter-articles
7068 The entering/removal of articles from the cache is controlled by the
7069 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7070 variables.  Both are lists of symbols.  The first is @code{(ticked
7071 dormant)} by default, meaning that ticked and dormant articles will be
7072 put in the cache.  The latter is @code{(read)} by default, meaning that
7073 articles marked as read are removed from the cache.  Possibly
7074 symbols in these two lists are @code{ticked}, @code{dormant},
7075 @code{unread} and @code{read}.
7076
7077 @findex gnus-jog-cache
7078 So where does the massive article-fetching and storing come into the
7079 picture?  The @code{gnus-jog-cache} command will go through all
7080 subscribed newsgroups, request all unread articles, score them, and
7081 store them in the cache.  You should only ever, ever ever ever, use this
7082 command if 1) your connection to the @sc{nntp} server is really, really,
7083 really slow and 2) you have a really, really, really huge disk.
7084 Seriously.  One way to cut down on the number of articles downloaded is
7085 to score unwanted articles down and have them marked as read.  They will
7086 not then be downloaded by this command.
7087
7088 @vindex gnus-uncacheable-groups
7089 @vindex gnus-cacheable-groups
7090 It is likely that you do not want caching on all groups.  For instance,
7091 if your @code{nnml} mail is located under your home directory, it makes no
7092 sense to cache it somewhere else under your home directory.  Unless you
7093 feel that it's neat to use twice as much space.
7094
7095 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7096 regexp of groups to cache, @samp{^nntp} for instance, or set the
7097 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7098 Both variables are @code{nil} by default.  If a group matches both
7099 variables, the group is not cached.
7100
7101 @findex gnus-cache-generate-nov-databases
7102 @findex gnus-cache-generate-active
7103 @vindex gnus-cache-active-file
7104 The cache stores information on what articles it contains in its active
7105 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7106 of the cache) becomes all messed up for some reason or other, Gnus
7107 offers two functions that will try to set things right.  @kbd{M-x
7108 gnus-cache-generate-nov-databases} will (re)build all the @sc{nov}
7109 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7110 file.
7111
7112 @findex gnus-cache-move-cache
7113 @code{gnus-cache-move-cache} will move your whole
7114 @code{gnus-cache-directory} to some other location. You get asked to
7115 where, isn't that cool?
7116
7117 @node Persistent Articles
7118 @section Persistent Articles
7119 @cindex persistent articles
7120
7121 Closely related to article caching, we have @dfn{persistent articles}.
7122 In fact, it's just a different way of looking at caching, and much more
7123 useful in my opinion.
7124
7125 Say you're reading a newsgroup, and you happen on to some valuable gem
7126 that you want to keep and treasure forever.  You'd normally just save it
7127 (using one of the many saving commands) in some file.  The problem with
7128 that is that it's just, well, yucky.  Ideally you'd prefer just having
7129 the article remain in the group where you found it forever; untouched by
7130 the expiry going on at the news server.
7131
7132 This is what a @dfn{persistent article} is---an article that just won't
7133 be deleted.  It's implemented using the normal cache functions, but
7134 you use two explicit commands for managing persistent articles:
7135
7136 @table @kbd
7137
7138 @item *
7139 @kindex * (Summary)
7140 @findex gnus-cache-enter-article
7141 Make the current article persistent (@code{gnus-cache-enter-article}).
7142
7143 @item M-*
7144 @kindex M-* (Summary)
7145 @findex gnus-cache-remove-article
7146 Remove the current article from the persistent articles
7147 (@code{gnus-cache-remove-article}).  This will normally delete the
7148 article.
7149 @end table
7150
7151 Both these commands understand the process/prefix convention.
7152
7153 To avoid having all ticked articles (and stuff) entered into the cache,
7154 you should set @code{gnus-use-cache} to @code{passive} if you're just
7155 interested in persistent articles:
7156
7157 @lisp
7158 (setq gnus-use-cache 'passive)
7159 @end lisp
7160
7161
7162 @node Article Backlog
7163 @section Article Backlog
7164 @cindex backlog
7165 @cindex article backlog
7166
7167 If you have a slow connection, but the idea of using caching seems
7168 unappealing to you (and it is, really), you can help the situation some
7169 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7170 already read articles so that it doesn't have to re-fetch articles
7171 you've already read.  This only helps if you are in the habit of
7172 re-selecting articles you've recently read, of course.  If you never do
7173 that, turning the backlog on will slow Gnus down a little bit, and
7174 increase memory usage some.
7175
7176 @vindex gnus-keep-backlog
7177 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7178 at most @var{n} old articles in a buffer for later re-fetching.  If this
7179 variable is non-@code{nil} and is not a number, Gnus will store
7180 @emph{all} read articles, which means that your Emacs will grow without
7181 bound before exploding and taking your machine down with you.  I put
7182 that in there just to keep y'all on your toes.
7183
7184 The default value is 20.
7185
7186
7187 @node Saving Articles
7188 @section Saving Articles
7189 @cindex saving articles
7190
7191 Gnus can save articles in a number of ways.  Below is the documentation
7192 for saving articles in a fairly straight-forward fashion (i.e., little
7193 processing of the article is done before it is saved).  For a different
7194 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7195 (@pxref{Decoding Articles}).
7196
7197 For the commands listed here, the target is a file.  If you want to
7198 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7199 command (@pxref{Mail Group Commands}).
7200
7201 @vindex gnus-save-all-headers
7202 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7203 unwanted headers before saving the article.
7204
7205 @vindex gnus-saved-headers
7206 If the preceding variable is @code{nil}, all headers that match the
7207 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7208 deleted before saving.
7209
7210 @table @kbd
7211
7212 @item O o
7213 @itemx o
7214 @kindex O o (Summary)
7215 @kindex o (Summary)
7216 @findex gnus-summary-save-article
7217 @c @icon{gnus-summary-save-article}
7218 Save the current article using the default article saver
7219 (@code{gnus-summary-save-article}).
7220
7221 @item O m
7222 @kindex O m (Summary)
7223 @findex gnus-summary-save-article-mail
7224 Save the current article in mail format
7225 (@code{gnus-summary-save-article-mail}).
7226
7227 @item O r
7228 @kindex O r (Summary)
7229 @findex gnus-summary-save-article-rmail
7230 Save the current article in rmail format
7231 (@code{gnus-summary-save-article-rmail}).
7232
7233 @item O f
7234 @kindex O f (Summary)
7235 @findex gnus-summary-save-article-file
7236 @c @icon{gnus-summary-save-article-file}
7237 Save the current article in plain file format
7238 (@code{gnus-summary-save-article-file}).
7239
7240 @item O F
7241 @kindex O F (Summary)
7242 @findex gnus-summary-write-article-file
7243 Write the current article in plain file format, overwriting any previous
7244 file contents (@code{gnus-summary-write-article-file}).
7245
7246 @item O b
7247 @kindex O b (Summary)
7248 @findex gnus-summary-save-article-body-file
7249 Save the current article body in plain file format
7250 (@code{gnus-summary-save-article-body-file}).
7251
7252 @item O h
7253 @kindex O h (Summary)
7254 @findex gnus-summary-save-article-folder
7255 Save the current article in mh folder format
7256 (@code{gnus-summary-save-article-folder}).
7257
7258 @item O v
7259 @kindex O v (Summary)
7260 @findex gnus-summary-save-article-vm
7261 Save the current article in a VM folder
7262 (@code{gnus-summary-save-article-vm}).
7263
7264 @item O p
7265 @itemx |
7266 @kindex O p (Summary)
7267 @kindex | (Summary)
7268 @findex gnus-summary-pipe-output
7269 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7270 the current article to a process (@code{gnus-summary-pipe-output}).
7271 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7272 complete headers in the piped output.
7273
7274 @item O P
7275 @kindex O P (Summary)
7276 @findex gnus-summary-muttprint
7277 @vindex gnus-summary-muttprint-program
7278 Save the current article into muttprint. That is, print it using the
7279 external program Muttprint (see
7280 @uref{http://muttprint.sourceforge.net/}). The program name and
7281 options to use is controlled by the variable
7282 @code{gnus-summary-muttprint-program}. (@code{gnus-summary-muttprint}).
7283
7284 @end table
7285
7286 @vindex gnus-prompt-before-saving
7287 All these commands use the process/prefix convention
7288 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7289 functions, you might get tired of being prompted for files to save each
7290 and every article in.  The prompting action is controlled by
7291 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7292 default, giving you that excessive prompting action you know and
7293 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7294 just once for each series of articles you save.  If you like to really
7295 have Gnus do all your thinking for you, you can even set this variable
7296 to @code{nil}, which means that you will never be prompted for files to
7297 save articles in.  Gnus will simply save all the articles in the default
7298 files.
7299
7300
7301 @vindex gnus-default-article-saver
7302 You can customize the @code{gnus-default-article-saver} variable to make
7303 Gnus do what you want it to.  You can use any of the six ready-made
7304 functions below, or you can create your own.
7305
7306 @table @code
7307
7308 @item gnus-summary-save-in-rmail
7309 @findex gnus-summary-save-in-rmail
7310 @vindex gnus-rmail-save-name
7311 @findex gnus-plain-save-name
7312 This is the default format, @dfn{babyl}.  Uses the function in the
7313 @code{gnus-rmail-save-name} variable to get a file name to save the
7314 article in.  The default is @code{gnus-plain-save-name}.
7315
7316 @item gnus-summary-save-in-mail
7317 @findex gnus-summary-save-in-mail
7318 @vindex gnus-mail-save-name
7319 Save in a Unix mail (mbox) file.  Uses the function in the
7320 @code{gnus-mail-save-name} variable to get a file name to save the
7321 article in.  The default is @code{gnus-plain-save-name}.
7322
7323 @item gnus-summary-save-in-file
7324 @findex gnus-summary-save-in-file
7325 @vindex gnus-file-save-name
7326 @findex gnus-numeric-save-name
7327 Append the article straight to an ordinary file.  Uses the function in
7328 the @code{gnus-file-save-name} variable to get a file name to save the
7329 article in.  The default is @code{gnus-numeric-save-name}.
7330
7331 @item gnus-summary-write-to-file
7332 @findex gnus-summary-write-to-file
7333 Write the article straight to an ordinary file.  The file is
7334 overwritten if it exists.  Uses the function in the
7335 @code{gnus-file-save-name} variable to get a file name to save the
7336 article in.  The default is @code{gnus-numeric-save-name}.
7337
7338 @item gnus-summary-save-body-in-file
7339 @findex gnus-summary-save-body-in-file
7340 Append the article body to an ordinary file.  Uses the function in the
7341 @code{gnus-file-save-name} variable to get a file name to save the
7342 article in.  The default is @code{gnus-numeric-save-name}.
7343
7344 @item gnus-summary-save-in-folder
7345 @findex gnus-summary-save-in-folder
7346 @findex gnus-folder-save-name
7347 @findex gnus-Folder-save-name
7348 @vindex gnus-folder-save-name
7349 @cindex rcvstore
7350 @cindex MH folders
7351 Save the article to an MH folder using @code{rcvstore} from the MH
7352 library.  Uses the function in the @code{gnus-folder-save-name} variable
7353 to get a file name to save the article in.  The default is
7354 @code{gnus-folder-save-name}, but you can also use
7355 @code{gnus-Folder-save-name}, which creates capitalized names.
7356
7357 @item gnus-summary-save-in-vm
7358 @findex gnus-summary-save-in-vm
7359 Save the article in a VM folder.  You have to have the VM mail
7360 reader to use this setting.
7361 @end table
7362
7363 @vindex gnus-article-save-directory
7364 All of these functions, except for the last one, will save the article
7365 in the @code{gnus-article-save-directory}, which is initialized from the
7366 @code{SAVEDIR} environment variable.  This is @file{~/News/} by
7367 default.
7368
7369 As you can see above, the functions use different functions to find a
7370 suitable name of a file to save the article in.  Below is a list of
7371 available functions that generate names:
7372
7373 @table @code
7374
7375 @item gnus-Numeric-save-name
7376 @findex gnus-Numeric-save-name
7377 File names like @file{~/News/Alt.andrea-dworkin/45}.
7378
7379 @item gnus-numeric-save-name
7380 @findex gnus-numeric-save-name
7381 File names like @file{~/News/alt.andrea-dworkin/45}.
7382
7383 @item gnus-Plain-save-name
7384 @findex gnus-Plain-save-name
7385 File names like @file{~/News/Alt.andrea-dworkin}.
7386
7387 @item gnus-plain-save-name
7388 @findex gnus-plain-save-name
7389 File names like @file{~/News/alt.andrea-dworkin}.
7390
7391 @item gnus-sender-save-name
7392 @findex gnus-sender-save-name
7393 File names like @file{~/News/larsi}.
7394 @end table
7395
7396 @vindex gnus-split-methods
7397 You can have Gnus suggest where to save articles by plonking a regexp into
7398 the @code{gnus-split-methods} alist.  For instance, if you would like to
7399 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7400 related to VM in @code{vm-stuff}, you could set this variable to something
7401 like:
7402
7403 @lisp
7404 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7405  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7406  (my-choosing-function "../other-dir/my-stuff")
7407  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7408 @end lisp
7409
7410 We see that this is a list where each element is a list that has two
7411 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7412 a string (in which case it is used as a regexp to match on the article
7413 head); it can be a symbol (which will be called as a function with the
7414 group name as a parameter); or it can be a list (which will be
7415 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7416 the @dfn{file} will be used as a default prompt.  In addition, the
7417 result of the operation itself will be used if the function or form
7418 called returns a string or a list of strings.
7419
7420 You basically end up with a list of file names that might be used when
7421 saving the current article.  (All ``matches'' will be used.)  You will
7422 then be prompted for what you really want to use as a name, with file
7423 name completion over the results from applying this variable.
7424
7425 This variable is @code{((gnus-article-archive-name))} by default, which
7426 means that Gnus will look at the articles it saves for an
7427 @code{Archive-name} line and use that as a suggestion for the file
7428 name.
7429
7430 Here's an example function to clean up file names somewhat.  If you have
7431 lots of mail groups called things like
7432 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7433 these group names before creating the file name to save to.  The
7434 following will do just that:
7435
7436 @lisp
7437 (defun my-save-name (group)
7438   (when (string-match "^nnml:mail." group)
7439     (substring group (match-end 0))))
7440
7441 (setq gnus-split-methods
7442       '((gnus-article-archive-name)
7443         (my-save-name)))
7444 @end lisp
7445
7446
7447 @vindex gnus-use-long-file-name
7448 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7449 @code{nil}, all the preceding functions will replace all periods
7450 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7451 the functions will generate hierarchies of directories instead of having
7452 all the files in the top level directory
7453 (@file{~/News/alt/andrea-dworkin} instead of
7454 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7455 on most systems.  However, for historical reasons, this is @code{nil} on
7456 Xenix and usg-unix-v machines by default.
7457
7458 This function also affects kill and score file names.  If this variable
7459 is a list, and the list contains the element @code{not-score}, long file
7460 names will not be used for score files, if it contains the element
7461 @code{not-save}, long file names will not be used for saving, and if it
7462 contains the element @code{not-kill}, long file names will not be used
7463 for kill files.
7464
7465 If you'd like to save articles in a hierarchy that looks something like
7466 a spool, you could
7467
7468 @lisp
7469 (setq gnus-use-long-file-name '(not-save)) ; to get a hierarchy
7470 (setq gnus-default-article-saver
7471       'gnus-summary-save-in-file) ; no encoding
7472 @end lisp
7473
7474 Then just save with @kbd{o}.  You'd then read this hierarchy with
7475 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7476 the top level directory as the argument (@file{~/News/}).  Then just walk
7477 around to the groups/directories with @code{nneething}.
7478
7479
7480 @node Decoding Articles
7481 @section Decoding Articles
7482 @cindex decoding articles
7483
7484 Sometime users post articles (or series of articles) that have been
7485 encoded in some way or other.  Gnus can decode them for you.
7486
7487 @menu
7488 * Uuencoded Articles::          Uudecode articles.
7489 * Shell Archives::              Unshar articles.
7490 * PostScript Files::            Split PostScript.
7491 * Other Files::                 Plain save and binhex.
7492 * Decoding Variables::          Variables for a happy decoding.
7493 * Viewing Files::               You want to look at the result of the decoding?
7494 @end menu
7495
7496 @cindex series
7497 @cindex article series
7498 All these functions use the process/prefix convention
7499 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7500 the extension that a ``single article'' means ``a single series''.  Gnus
7501 can find out by itself what articles belong to a series, decode all the
7502 articles and unpack/view/save the resulting file(s).
7503
7504 Gnus guesses what articles are in the series according to the following
7505 simplish rule: The subjects must be (nearly) identical, except for the
7506 last two numbers of the line.  (Spaces are largely ignored, however.)
7507
7508 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7509 will find all the articles that match the regexp @samp{^cat.gif
7510 ([0-9]+/[0-9]+).*$}.
7511
7512 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7513 series}, will not be properly recognized by any of the automatic viewing
7514 commands, and you have to mark the articles manually with @kbd{#}.
7515
7516
7517 @node Uuencoded Articles
7518 @subsection Uuencoded Articles
7519 @cindex uudecode
7520 @cindex uuencoded articles
7521
7522 @table @kbd
7523
7524 @item X u
7525 @kindex X u (Summary)
7526 @findex gnus-uu-decode-uu
7527 @c @icon{gnus-uu-decode-uu}
7528 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7529
7530 @item X U
7531 @kindex X U (Summary)
7532 @findex gnus-uu-decode-uu-and-save
7533 Uudecodes and saves the current series
7534 (@code{gnus-uu-decode-uu-and-save}).
7535
7536 @item X v u
7537 @kindex X v u (Summary)
7538 @findex gnus-uu-decode-uu-view
7539 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7540
7541 @item X v U
7542 @kindex X v U (Summary)
7543 @findex gnus-uu-decode-uu-and-save-view
7544 Uudecodes, views and saves the current series
7545 (@code{gnus-uu-decode-uu-and-save-view}).
7546
7547 @end table
7548
7549 Remember that these all react to the presence of articles marked with
7550 the process mark.  If, for instance, you'd like to decode and save an
7551 entire newsgroup, you'd typically do @kbd{M P a}
7552 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7553 (@code{gnus-uu-decode-uu-and-save}).
7554
7555 All this is very much different from how @code{gnus-uu} worked with
7556 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7557 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7558 articles in some way (@pxref{Setting Process Marks}) and then press
7559 @kbd{X u}.
7560
7561 @vindex gnus-uu-notify-files
7562 Note: When trying to decode articles that have names matching
7563 @code{gnus-uu-notify-files}, which is hard-coded to
7564 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7565 automatically post an article on @samp{comp.unix.wizards} saying that
7566 you have just viewed the file in question.  This feature can't be turned
7567 off.
7568
7569
7570 @node Shell Archives
7571 @subsection Shell Archives
7572 @cindex unshar
7573 @cindex shell archives
7574 @cindex shared articles
7575
7576 Shell archives (``shar files'') used to be a popular way to distribute
7577 sources, but it isn't used all that much today.  In any case, we have
7578 some commands to deal with these:
7579
7580 @table @kbd
7581
7582 @item X s
7583 @kindex X s (Summary)
7584 @findex gnus-uu-decode-unshar
7585 Unshars the current series (@code{gnus-uu-decode-unshar}).
7586
7587 @item X S
7588 @kindex X S (Summary)
7589 @findex gnus-uu-decode-unshar-and-save
7590 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7591
7592 @item X v s
7593 @kindex X v s (Summary)
7594 @findex gnus-uu-decode-unshar-view
7595 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7596
7597 @item X v S
7598 @kindex X v S (Summary)
7599 @findex gnus-uu-decode-unshar-and-save-view
7600 Unshars, views and saves the current series
7601 (@code{gnus-uu-decode-unshar-and-save-view}).
7602 @end table
7603
7604
7605 @node PostScript Files
7606 @subsection PostScript Files
7607 @cindex PostScript
7608
7609 @table @kbd
7610
7611 @item X p
7612 @kindex X p (Summary)
7613 @findex gnus-uu-decode-postscript
7614 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7615
7616 @item X P
7617 @kindex X P (Summary)
7618 @findex gnus-uu-decode-postscript-and-save
7619 Unpack and save the current PostScript series
7620 (@code{gnus-uu-decode-postscript-and-save}).
7621
7622 @item X v p
7623 @kindex X v p (Summary)
7624 @findex gnus-uu-decode-postscript-view
7625 View the current PostScript series
7626 (@code{gnus-uu-decode-postscript-view}).
7627
7628 @item X v P
7629 @kindex X v P (Summary)
7630 @findex gnus-uu-decode-postscript-and-save-view
7631 View and save the current PostScript series
7632 (@code{gnus-uu-decode-postscript-and-save-view}).
7633 @end table
7634
7635
7636 @node Other Files
7637 @subsection Other Files
7638
7639 @table @kbd
7640 @item X o
7641 @kindex X o (Summary)
7642 @findex gnus-uu-decode-save
7643 Save the current series
7644 (@code{gnus-uu-decode-save}).
7645
7646 @item X b
7647 @kindex X b (Summary)
7648 @findex gnus-uu-decode-binhex
7649 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7650 doesn't really work yet.
7651 @end table
7652
7653
7654 @node Decoding Variables
7655 @subsection Decoding Variables
7656
7657 Adjective, not verb.
7658
7659 @menu
7660 * Rule Variables::              Variables that say how a file is to be viewed.
7661 * Other Decode Variables::      Other decode variables.
7662 * Uuencoding and Posting::      Variables for customizing uuencoding.
7663 @end menu
7664
7665
7666 @node Rule Variables
7667 @subsubsection Rule Variables
7668 @cindex rule variables
7669
7670 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7671 variables are of the form
7672
7673 @lisp
7674       (list '(regexp1 command2)
7675             '(regexp2 command2)
7676             ...)
7677 @end lisp
7678
7679 @table @code
7680
7681 @item gnus-uu-user-view-rules
7682 @vindex gnus-uu-user-view-rules
7683 @cindex sox
7684 This variable is consulted first when viewing files.  If you wish to use,
7685 for instance, @code{sox} to convert an @samp{.au} sound file, you could
7686 say something like:
7687 @lisp
7688 (setq gnus-uu-user-view-rules
7689       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7690 @end lisp
7691
7692 @item gnus-uu-user-view-rules-end
7693 @vindex gnus-uu-user-view-rules-end
7694 This variable is consulted if Gnus couldn't make any matches from the
7695 user and default view rules.
7696
7697 @item gnus-uu-user-archive-rules
7698 @vindex gnus-uu-user-archive-rules
7699 This variable can be used to say what commands should be used to unpack
7700 archives.
7701 @end table
7702
7703
7704 @node Other Decode Variables
7705 @subsubsection Other Decode Variables
7706
7707 @table @code
7708 @vindex gnus-uu-grabbed-file-functions
7709
7710 @item gnus-uu-grabbed-file-functions
7711 All functions in this list will be called right after each file has been
7712 successfully decoded---so that you can move or view files right away,
7713 and don't have to wait for all files to be decoded before you can do
7714 anything.  Ready-made functions you can put in this list are:
7715
7716 @table @code
7717
7718 @item gnus-uu-grab-view
7719 @findex gnus-uu-grab-view
7720 View the file.
7721
7722 @item gnus-uu-grab-move
7723 @findex gnus-uu-grab-move
7724 Move the file (if you're using a saving function.)
7725 @end table
7726
7727 @item gnus-uu-be-dangerous
7728 @vindex gnus-uu-be-dangerous
7729 Specifies what to do if unusual situations arise during decoding.  If
7730 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7731 that didn't work, and overwrite existing files.  Otherwise, ask each
7732 time.
7733
7734 @item gnus-uu-ignore-files-by-name
7735 @vindex gnus-uu-ignore-files-by-name
7736 Files with name matching this regular expression won't be viewed.
7737
7738 @item gnus-uu-ignore-files-by-type
7739 @vindex gnus-uu-ignore-files-by-type
7740 Files with a @sc{mime} type matching this variable won't be viewed.
7741 Note that Gnus tries to guess what type the file is based on the name.
7742 @code{gnus-uu} is not a @sc{mime} package (yet), so this is slightly
7743 kludgey.
7744
7745 @item gnus-uu-tmp-dir
7746 @vindex gnus-uu-tmp-dir
7747 Where @code{gnus-uu} does its work.
7748
7749 @item gnus-uu-do-not-unpack-archives
7750 @vindex gnus-uu-do-not-unpack-archives
7751 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7752 looking for files to display.
7753
7754 @item gnus-uu-view-and-save
7755 @vindex gnus-uu-view-and-save
7756 Non-@code{nil} means that the user will always be asked to save a file
7757 after viewing it.
7758
7759 @item gnus-uu-ignore-default-view-rules
7760 @vindex gnus-uu-ignore-default-view-rules
7761 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7762 rules.
7763
7764 @item gnus-uu-ignore-default-archive-rules
7765 @vindex gnus-uu-ignore-default-archive-rules
7766 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7767 unpacking commands.
7768
7769 @item gnus-uu-kill-carriage-return
7770 @vindex gnus-uu-kill-carriage-return
7771 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7772 from articles.
7773
7774 @item gnus-uu-unmark-articles-not-decoded
7775 @vindex gnus-uu-unmark-articles-not-decoded
7776 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7777 decoded articles as unread.
7778
7779 @item gnus-uu-correct-stripped-uucode
7780 @vindex gnus-uu-correct-stripped-uucode
7781 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7782 uuencoded files that have had trailing spaces deleted.
7783
7784 @item gnus-uu-pre-uudecode-hook
7785 @vindex gnus-uu-pre-uudecode-hook
7786 Hook run before sending a message to @code{uudecode}.
7787
7788 @item gnus-uu-view-with-metamail
7789 @vindex gnus-uu-view-with-metamail
7790 @cindex metamail
7791 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7792 commands defined by the rule variables and just fudge a @sc{mime}
7793 content type based on the file name.  The result will be fed to
7794 @code{metamail} for viewing.
7795
7796 @item gnus-uu-save-in-digest
7797 @vindex gnus-uu-save-in-digest
7798 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7799 decoding, will save in digests.  If this variable is @code{nil},
7800 @code{gnus-uu} will just save everything in a file without any
7801 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7802 to specify any meaningful volume and issue numbers were found, so I
7803 simply dropped them.
7804
7805 @end table
7806
7807
7808 @node Uuencoding and Posting
7809 @subsubsection Uuencoding and Posting
7810
7811 @table @code
7812
7813 @item gnus-uu-post-include-before-composing
7814 @vindex gnus-uu-post-include-before-composing
7815 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7816 before you compose the article.  If this variable is @code{t}, you can
7817 either include an encoded file with @kbd{C-c C-i} or have one included
7818 for you when you post the article.
7819
7820 @item gnus-uu-post-length
7821 @vindex gnus-uu-post-length
7822 Maximum length of an article.  The encoded file will be split into how
7823 many articles it takes to post the entire file.
7824
7825 @item gnus-uu-post-threaded
7826 @vindex gnus-uu-post-threaded
7827 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7828 thread.  This may not be smart, as no other decoder I have seen is able
7829 to follow threads when collecting uuencoded articles.  (Well, I have
7830 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7831 think that counts...) Default is @code{nil}.
7832
7833 @item gnus-uu-post-separate-description
7834 @vindex gnus-uu-post-separate-description
7835 Non-@code{nil} means that the description will be posted in a separate
7836 article.  The first article will typically be numbered (0/x).  If this
7837 variable is @code{nil}, the description the user enters will be included
7838 at the beginning of the first article, which will be numbered (1/x).
7839 Default is @code{t}.
7840
7841 @end table
7842
7843
7844 @node Viewing Files
7845 @subsection Viewing Files
7846 @cindex viewing files
7847 @cindex pseudo-articles
7848
7849 After decoding, if the file is some sort of archive, Gnus will attempt
7850 to unpack the archive and see if any of the files in the archive can be
7851 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7852 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7853 uncompress and de-tar the main file, and then view the two pictures.
7854 This unpacking process is recursive, so if the archive contains archives
7855 of archives, it'll all be unpacked.
7856
7857 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7858 extracted file into the summary buffer.  If you go to these
7859 ``articles'', you will be prompted for a command to run (usually Gnus
7860 will make a suggestion), and then the command will be run.
7861
7862 @vindex gnus-view-pseudo-asynchronously
7863 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7864 until the viewing is done before proceeding.
7865
7866 @vindex gnus-view-pseudos
7867 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
7868 the pseudo-articles into the summary buffer, but view them
7869 immediately.  If this variable is @code{not-confirm}, the user won't even
7870 be asked for a confirmation before viewing is done.
7871
7872 @vindex gnus-view-pseudos-separately
7873 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
7874 pseudo-article will be created for each file to be viewed.  If
7875 @code{nil}, all files that use the same viewing command will be given as
7876 a list of parameters to that command.
7877
7878 @vindex gnus-insert-pseudo-articles
7879 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
7880 pseudo-articles when decoding.  It is @code{t} by default.
7881
7882 So; there you are, reading your @emph{pseudo-articles} in your
7883 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
7884 Why isn't anything real anymore? How did we get here?
7885
7886
7887 @node Article Treatment
7888 @section Article Treatment
7889
7890 Reading through this huge manual, you may have quite forgotten that the
7891 object of newsreaders is to actually, like, read what people have
7892 written.  Reading articles.  Unfortunately, people are quite bad at
7893 writing, so there are tons of functions and variables to make reading
7894 these articles easier.
7895
7896 @menu
7897 * Article Highlighting::        You want to make the article look like fruit salad.
7898 * Article Fontisizing::         Making emphasized text look nice.
7899 * Article Hiding::              You also want to make certain info go away.
7900 * Article Washing::             Lots of way-neat functions to make life better.
7901 * Article Header::              Doing various header transformations.
7902 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
7903 * Article Date::                Grumble, UT!
7904 * Article Display::             Display various stuff---X-Face, Picons, Smileys
7905 * Article Signature::           What is a signature?
7906 * Article Miscellania::         Various other stuff.
7907 @end menu
7908
7909
7910 @node Article Highlighting
7911 @subsection Article Highlighting
7912 @cindex highlighting
7913
7914 Not only do you want your article buffer to look like fruit salad, but
7915 you want it to look like technicolor fruit salad.
7916
7917 @table @kbd
7918
7919 @item W H a
7920 @kindex W H a (Summary)
7921 @findex gnus-article-highlight
7922 @findex gnus-article-maybe-highlight
7923 Do much highlighting of the current article
7924 (@code{gnus-article-highlight}).  This function highlights header, cited
7925 text, the signature, and adds buttons to the body and the head.
7926
7927 @item W H h
7928 @kindex W H h (Summary)
7929 @findex gnus-article-highlight-headers
7930 @vindex gnus-header-face-alist
7931 Highlight the headers (@code{gnus-article-highlight-headers}).  The
7932 highlighting will be done according to the @code{gnus-header-face-alist}
7933 variable, which is a list where each element has the form
7934 @code{(@var{regexp} @var{name} @var{content})}.
7935 @var{regexp} is a regular expression for matching the
7936 header, @var{name} is the face used for highlighting the header name
7937 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
7938 the header value.  The first match made will be used.  Note that
7939 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
7940
7941 @item W H c
7942 @kindex W H c (Summary)
7943 @findex gnus-article-highlight-citation
7944 Highlight cited text (@code{gnus-article-highlight-citation}).
7945
7946 Some variables to customize the citation highlights:
7947
7948 @table @code
7949 @vindex gnus-cite-parse-max-size
7950
7951 @item gnus-cite-parse-max-size
7952 If the article size if bigger than this variable (which is 25000 by
7953 default), no citation highlighting will be performed.
7954
7955 @item gnus-cite-max-prefix
7956 @vindex gnus-cite-max-prefix
7957 Maximum possible length for a citation prefix (default 20).
7958
7959 @item gnus-cite-face-list
7960 @vindex gnus-cite-face-list
7961 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
7962 When there are citations from multiple articles in the same message,
7963 Gnus will try to give each citation from each article its own face.
7964 This should make it easier to see who wrote what.
7965
7966 @item gnus-supercite-regexp
7967 @vindex gnus-supercite-regexp
7968 Regexp matching normal Supercite attribution lines.
7969
7970 @item gnus-supercite-secondary-regexp
7971 @vindex gnus-supercite-secondary-regexp
7972 Regexp matching mangled Supercite attribution lines.
7973
7974 @item gnus-cite-minimum-match-count
7975 @vindex gnus-cite-minimum-match-count
7976 Minimum number of identical prefixes we have to see before we believe
7977 that it's a citation.
7978
7979 @item gnus-cite-attribution-prefix
7980 @vindex gnus-cite-attribution-prefix
7981 Regexp matching the beginning of an attribution line.
7982
7983 @item gnus-cite-attribution-suffix
7984 @vindex gnus-cite-attribution-suffix
7985 Regexp matching the end of an attribution line.
7986
7987 @item gnus-cite-attribution-face
7988 @vindex gnus-cite-attribution-face
7989 Face used for attribution lines.  It is merged with the face for the
7990 cited text belonging to the attribution.
7991
7992 @end table
7993
7994
7995 @item W H s
7996 @kindex W H s (Summary)
7997 @vindex gnus-signature-separator
7998 @vindex gnus-signature-face
7999 @findex gnus-article-highlight-signature
8000 Highlight the signature (@code{gnus-article-highlight-signature}).
8001 Everything after @code{gnus-signature-separator} (@pxref{Article
8002 Signature}) in an article will be considered a signature and will be
8003 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8004 default.
8005
8006 @end table
8007
8008 @xref{Customizing Articles}, for how to highlight articles automatically.
8009
8010
8011 @node Article Fontisizing
8012 @subsection Article Fontisizing
8013 @cindex emphasis
8014 @cindex article emphasis
8015
8016 @findex gnus-article-emphasize
8017 @kindex W e (Summary)
8018 People commonly add emphasis to words in news articles by writing things
8019 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8020 this look nicer by running the article through the @kbd{W e}
8021 (@code{gnus-article-emphasize}) command.
8022
8023 @vindex gnus-emphasis-alist
8024 How the emphasis is computed is controlled by the
8025 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8026 element is a regular expression to be matched.  The second is a number
8027 that says what regular expression grouping is used to find the entire
8028 emphasized word.  The third is a number that says what regexp grouping
8029 should be displayed and highlighted.  (The text between these two
8030 groupings will be hidden.)  The fourth is the face used for
8031 highlighting.
8032
8033 @lisp
8034 (setq gnus-emphasis-alist
8035       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8036         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8037 @end lisp
8038
8039 @cindex slash
8040 @cindex asterisk
8041 @cindex underline
8042 @cindex /
8043 @cindex *
8044
8045 @vindex gnus-emphasis-underline
8046 @vindex gnus-emphasis-bold
8047 @vindex gnus-emphasis-italic
8048 @vindex gnus-emphasis-underline-bold
8049 @vindex gnus-emphasis-underline-italic
8050 @vindex gnus-emphasis-bold-italic
8051 @vindex gnus-emphasis-underline-bold-italic
8052 By default, there are seven rules, and they use the following faces:
8053 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8054 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8055 @code{gnus-emphasis-underline-italic},
8056 @code{gnus-emphasis-underline-bold}, and
8057 @code{gnus-emphasis-underline-bold-italic}.
8058
8059 If you want to change these faces, you can either use @kbd{M-x
8060 customize}, or you can use @code{copy-face}.  For instance, if you want
8061 to make @code{gnus-emphasis-italic} use a red face instead, you could
8062 say something like:
8063
8064 @lisp
8065 (copy-face 'red 'gnus-emphasis-italic)
8066 @end lisp
8067
8068 @vindex gnus-group-highlight-words-alist
8069
8070 If you want to highlight arbitrary words, you can use the
8071 @code{gnus-group-highlight-words-alist} variable, which uses the same
8072 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8073 parameter (@pxref{Group Parameters}) can also be used.
8074
8075 @xref{Customizing Articles}, for how to fontize articles automatically.
8076
8077
8078 @node Article Hiding
8079 @subsection Article Hiding
8080 @cindex article hiding
8081
8082 Or rather, hiding certain things in each article.  There usually is much
8083 too much cruft in most articles.
8084
8085 @table @kbd
8086
8087 @item W W a
8088 @kindex W W a (Summary)
8089 @findex gnus-article-hide
8090 Do quite a lot of hiding on the article buffer
8091 (@kbd{gnus-article-hide}).  In particular, this function will hide
8092 headers, PGP, cited text and the signature.
8093
8094 @item W W h
8095 @kindex W W h (Summary)
8096 @findex gnus-article-hide-headers
8097 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8098 Headers}.
8099
8100 @item W W b
8101 @kindex W W b (Summary)
8102 @findex gnus-article-hide-boring-headers
8103 Hide headers that aren't particularly interesting
8104 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8105
8106 @item W W s
8107 @kindex W W s (Summary)
8108 @findex gnus-article-hide-signature
8109 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8110 Signature}.
8111
8112 @item W W l
8113 @kindex W W l (Summary)
8114 @findex gnus-article-hide-list-identifiers
8115 @vindex gnus-list-identifiers
8116 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8117 are strings some mailing list servers add to the beginning of all
8118 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8119 @samp{Re: } is skipped before stripping. @code{gnus-list-identifiers}
8120 may not contain @code{\\(..\\)}.
8121
8122 @table @code
8123
8124 @item gnus-list-identifiers
8125 @vindex gnus-list-identifiers
8126 A regular expression that matches list identifiers to be removed from
8127 subject.  This can also be a list of regular expressions.
8128
8129 @end table
8130
8131 @item W W P
8132 @kindex W W P (Summary)
8133 @findex gnus-article-hide-pem
8134 Hide @sc{pem} (privacy enhanced messages) cruft
8135 (@code{gnus-article-hide-pem}).
8136
8137 @item W W B
8138 @kindex W W B (Summary)
8139 @findex gnus-article-strip-banner
8140 @vindex gnus-article-banner-alist
8141 @vindex gnus-article-address-banner-alist
8142 @cindex banner
8143 @cindex OneList
8144 @cindex stripping advertisements
8145 @cindex advertisements
8146 Strip the banner specified by the @code{banner} group parameter
8147 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8148 annoying banners and/or signatures that some mailing lists and moderated
8149 groups adds to all the messages.  The way to use this function is to add
8150 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8151 group you want banners stripped from.  The parameter either be a string,
8152 which will be interpreted as a regular expression matching text to be
8153 removed, or the symbol @code{signature}, meaning that the (last)
8154 signature should be removed, or other symbol, meaning that the
8155 corresponding regular expression in @code{gnus-article-banner-alist} is
8156 used.
8157
8158 Regardless of a group, you can hide things like advertisements only when
8159 the sender of an article has a certain mail address specified in
8160 @code{gnus-article-address-banner-alist}.
8161
8162 @table @code
8163
8164 @item gnus-article-address-banner-alist
8165 @vindex gnus-article-address-banner-alist
8166 Alist of mail addresses and banners.  Each element has the form
8167 @code{(ADDRESS . BANNER)}, where ADDRESS is a regexp matching a mail
8168 address in the From header, BANNER is one of a symbol @code{signature},
8169 an item in @code{gnus-article-banner-alist}, a regexp and @code{nil}.
8170 If ADDRESS matches author's mail address, it will remove things like
8171 advertisements.  For example, if a sender has the mail address
8172 @samp{hail@@yoo-hoo.co.jp} and there is a banner something like
8173 @samp{Do You Yoo-hoo!?} in all articles he sends, you can use the
8174 following element to remove them:
8175
8176 @lisp
8177 ("@@yoo-hoo\\.co\\.jp\\'" . "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8178 @end lisp
8179
8180 @end table
8181
8182 @item W W c
8183 @kindex W W c (Summary)
8184 @findex gnus-article-hide-citation
8185 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8186 customizing the hiding:
8187
8188 @table @code
8189
8190 @item gnus-cited-opened-text-button-line-format
8191 @itemx gnus-cited-closed-text-button-line-format
8192 @vindex gnus-cited-closed-text-button-line-format
8193 @vindex gnus-cited-opened-text-button-line-format
8194 Gnus adds buttons to show where the cited text has been hidden, and to
8195 allow toggle hiding the text.  The format of the variable is specified
8196 by these format-like variable (@pxref{Formatting Variables}).  These
8197 specs are valid:
8198
8199 @table @samp
8200 @item b
8201 Starting point of the hidden text.
8202 @item e
8203 Ending point of the hidden text.
8204 @item l
8205 Number of characters in the hidden region.
8206 @item n
8207 Number of lines of hidden text.
8208 @end table
8209
8210 @item gnus-cited-lines-visible
8211 @vindex gnus-cited-lines-visible
8212 The number of lines at the beginning of the cited text to leave
8213 shown. This can also be a cons cell with the number of lines at the top
8214 and bottom of the text, respectively, to remain visible.
8215
8216 @end table
8217
8218 @item W W C-c
8219 @kindex W W C-c (Summary)
8220 @findex gnus-article-hide-citation-maybe
8221
8222 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8223 following two variables:
8224
8225 @table @code
8226 @item gnus-cite-hide-percentage
8227 @vindex gnus-cite-hide-percentage
8228 If the cited text is of a bigger percentage than this variable (default
8229 50), hide the cited text.
8230
8231 @item gnus-cite-hide-absolute
8232 @vindex gnus-cite-hide-absolute
8233 The cited text must have at least this length (default 10) before it
8234 is hidden.
8235 @end table
8236
8237 @item W W C
8238 @kindex W W C (Summary)
8239 @findex gnus-article-hide-citation-in-followups
8240 Hide cited text in articles that aren't roots
8241 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8242 useful as an interactive command, but might be a handy function to stick
8243 have happen automatically (@pxref{Customizing Articles}).
8244
8245 @end table
8246
8247 All these ``hiding'' commands are toggles, but if you give a negative
8248 prefix to these commands, they will show what they have previously
8249 hidden.  If you give a positive prefix, they will always hide.
8250
8251 Also @pxref{Article Highlighting} for further variables for
8252 citation customization.
8253
8254 @xref{Customizing Articles}, for how to hide article elements
8255 automatically.
8256
8257
8258 @node Article Washing
8259 @subsection Article Washing
8260 @cindex washing
8261 @cindex article washing
8262
8263 We call this ``article washing'' for a really good reason.  Namely, the
8264 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8265
8266 @dfn{Washing} is defined by us as ``changing something from something to
8267 something else'', but normally results in something looking better.
8268 Cleaner, perhaps.
8269
8270 @xref{Customizing Articles}, if you want to change how Gnus displays
8271 articles by default.
8272
8273 @table @kbd
8274
8275 @item C-u g
8276 This is not really washing, it's sort of the opposite of washing.  If
8277 you type this, you see the article exactly as it exists on disk or on
8278 the server.
8279
8280 @item W l
8281 @kindex W l (Summary)
8282 @findex gnus-summary-stop-page-breaking
8283 Remove page breaks from the current article
8284 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8285 delimiters.
8286
8287 @item W r
8288 @kindex W r (Summary)
8289 @findex gnus-summary-caesar-message
8290 @c @icon{gnus-summary-caesar-message}
8291 Do a Caesar rotate (rot13) on the article buffer
8292 (@code{gnus-summary-caesar-message}).
8293 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8294 (Typically offensive jokes and such.)
8295
8296 It's commonly called ``rot13'' because each letter is rotated 13
8297 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8298 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8299 is rumored to have employed this form of, uh, somewhat weak encryption.
8300
8301 @item W m
8302 @kindex W m (Summary)
8303 @findex gnus-summary-morse-message
8304 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8305
8306 @item W t
8307 @item t
8308 @kindex W t (Summary)
8309 @kindex t (Summary)
8310 @findex gnus-summary-toggle-header
8311 Toggle whether to display all headers in the article buffer
8312 (@code{gnus-summary-toggle-header}).
8313
8314 @item W v
8315 @kindex W v (Summary)
8316 @findex gnus-summary-verbose-headers
8317 Toggle whether to display all headers in the article buffer permanently
8318 (@code{gnus-summary-verbose-headers}).
8319
8320 @item W o
8321 @kindex W o (Summary)
8322 @findex gnus-article-treat-overstrike
8323 Treat overstrike (@code{gnus-article-treat-overstrike}).
8324
8325 @item W d
8326 @kindex W d (Summary)
8327 @findex gnus-article-treat-dumbquotes
8328 @vindex gnus-article-dumbquotes-map
8329 @cindex Smartquotes
8330 @cindex M****s*** sm*rtq**t*s
8331 @cindex Latin 1
8332 Treat M****s*** sm*rtq**t*s according to
8333 @code{gnus-article-dumbquotes-map}
8334 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8335 whether a character is a sm*rtq**t* or not, so it should only be used
8336 interactively.
8337
8338 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8339 an attempt to provide more quoting characters.  If you see something
8340 like @code{\222} or @code{\264} where you're expecting some kind of
8341 apostrophe or quotation mark, then try this wash.
8342
8343 @item W Y f
8344 @kindex W Y f (Summary)
8345 @findex gnus-article-outlook-deuglify-article
8346 @cindex Outlook Express
8347 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8348 unwrap lines, repair attribution and rearrange citation.
8349 (@code{gnus-article-outlook-deuglify-article}).
8350
8351 @item W Y u
8352 @kindex W Y u (Summary)
8353 @findex gnus-article-outlook-unwrap-lines
8354 @vindex gnus-outlook-deuglify-unwrap-min
8355 @vindex gnus-outlook-deuglify-unwrap-max
8356 Unwrap lines that appear to be wrapped citation lines.  You can control
8357 what lines will be unwrapped by frobbing
8358 @code{gnus-outlook-deuglify-unwrap-min} and
8359 @code{gnus-outlook-deuglify-unwrap-max}, indicating the miminum and
8360 maximum length of an unwrapped citation line.
8361 (@code{gnus-article-outlook-unwrap-lines}).
8362
8363 @item W Y a
8364 @kindex W Y a (Summary)
8365 @findex gnus-article-outlook-repair-attribution
8366 Repair a broken attribution line.
8367 (@code{gnus-article-outlook-repair-attribution}).
8368
8369 @item W Y c
8370 @kindex W Y c (Summary)
8371 @findex gnus-article-outlook-rearrange-citation
8372 Repair broken citations by rearranging the text.
8373 (@code{gnus-article-outlook-rearrange-citation}).
8374
8375 @item W w
8376 @kindex W w (Summary)
8377 @findex gnus-article-fill-cited-article
8378 Do word wrap (@code{gnus-article-fill-cited-article}).
8379
8380 You can give the command a numerical prefix to specify the width to use
8381 when filling.
8382
8383 @item W Q
8384 @kindex W Q (Summary)
8385 @findex gnus-article-fill-long-lines
8386 Fill long lines (@code{gnus-article-fill-long-lines}).
8387
8388 @item W C
8389 @kindex W C (Summary)
8390 @findex gnus-article-capitalize-sentences
8391 Capitalize the first word in each sentence
8392 (@code{gnus-article-capitalize-sentences}).
8393
8394 @item W c
8395 @kindex W c (Summary)
8396 @findex gnus-article-remove-cr
8397 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8398 (this takes care of DOS line endings), and then translate any remaining
8399 CRs into LF (this takes care of Mac line endings)
8400 (@code{gnus-article-remove-cr}).
8401
8402 @item W q
8403 @kindex W q (Summary)
8404 @findex gnus-article-de-quoted-unreadable
8405 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8406 Quoted-Printable is one common @sc{mime} encoding employed when sending
8407 non-ASCII (i. e., 8-bit) articles.  It typically makes strings like
8408 @samp{déjà vu} look like @samp{d=E9j=E0 vu}, which doesn't look very
8409 readable to me.  Note that this is usually done automatically by
8410 Gnus if the message in question has a @code{Content-Transfer-Encoding}
8411 header that says that this encoding has been done.
8412 If a prefix is given, a charset will be asked for.
8413
8414 @item W 6
8415 @kindex W 6 (Summary)
8416 @findex gnus-article-de-base64-unreadable
8417 Treat base64 (@code{gnus-article-de-base64-unreadable}).
8418 Base64 is one common @sc{mime} encoding employed when sending non-ASCII
8419 (i. e., 8-bit) articles.  Note that this is usually done
8420 automatically by Gnus if the message in question has a
8421 @code{Content-Transfer-Encoding} header that says that this encoding has
8422 been done.
8423 If a prefix is given, a charset will be asked for.
8424
8425 @item W Z
8426 @kindex W Z (Summary)
8427 @findex gnus-article-decode-HZ
8428 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8429 common encoding employed when sending Chinese articles.  It typically
8430 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8431
8432 @item W u
8433 @kindex W u (Summary)
8434 @findex gnus-article-unsplit-urls
8435 Remove newlines from within URLs.  Some mailers insert newlines into
8436 outgoing email messages to keep lines short.  This reformatting can
8437 split long URLs onto multiple lines.  Repair those URLs by removing
8438 the newlines (@code{gnus-article-unsplit-urls}).
8439
8440 @item W h
8441 @kindex W h (Summary)
8442 @findex gnus-article-wash-html
8443 Treat @sc{html} (@code{gnus-article-wash-html}).  Note that this is
8444 usually done automatically by Gnus if the message in question has a
8445 @code{Content-Type} header that says that the message is @sc{html}.
8446
8447 If a prefix is given, a charset will be asked for.
8448
8449 @vindex gnus-article-wash-function
8450 The default is to use the function specified by
8451 @code{mm-text-html-renderer} (@pxref{(emacs-mime)Display
8452 Customization}) to convert the @sc{html}, but this is controlled by
8453 the @code{gnus-article-wash-function} variable.  Pre-defined functions
8454 you can use include:
8455
8456 @table @code
8457 @item w3
8458 Use Emacs/w3.
8459
8460 @item w3m
8461 Use emacs-w3m (see @uref{http://emacs-w3m.namazu.org/} for more
8462 information).
8463
8464 @item links
8465 Use Links (see @uref{http://artax.karlin.mff.cuni.cz/~mikulas/links/}).
8466
8467 @item lynx
8468 Use Lynx (see @uref{http://lynx.browser.org/}).
8469
8470 @item html2text
8471 Use html2text -- a simple @sc{html} converter included with Gnus.
8472
8473 @end table
8474
8475 @item W b
8476 @kindex W b (Summary)
8477 @findex gnus-article-add-buttons
8478 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8479 @xref{Article Buttons}.
8480
8481 @item W B
8482 @kindex W B (Summary)
8483 @findex gnus-article-add-buttons-to-head
8484 Add clickable buttons to the article headers
8485 (@code{gnus-article-add-buttons-to-head}).
8486
8487 @item W p
8488 @kindex W p (Summary)
8489 @findex gnus-article-verify-x-pgp-sig
8490 Verify a signed control message (@code{gnus-article-verify-x-pgp-sig}).
8491 Control messages such as @code{newgroup} and @code{checkgroups} are
8492 usually signed by the hierarchy maintainer.  You need to add the PGP
8493 public key of the maintainer to your keyring to verify the
8494 message.@footnote{PGP keys for many hierarchies are available at
8495 @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8496
8497 @item W s
8498 @kindex W s (Summary)
8499 @findex gnus-summary-force-verify-and-decrypt
8500 Verify a signed (PGP, @sc{pgp/mime} or @sc{s/mime}) message
8501 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8502
8503 @item W a
8504 @kindex W a (Summary)
8505 @findex gnus-article-strip-headers-in-body
8506 Strip headers like the @code{X-No-Archive} header from the beginning of
8507 article bodies (@code{gnus-article-strip-headers-in-body}).
8508
8509 @item W E l
8510 @kindex W E l (Summary)
8511 @findex gnus-article-strip-leading-blank-lines
8512 Remove all blank lines from the beginning of the article
8513 (@code{gnus-article-strip-leading-blank-lines}).
8514
8515 @item W E m
8516 @kindex W E m (Summary)
8517 @findex gnus-article-strip-multiple-blank-lines
8518 Replace all blank lines with empty lines and then all multiple empty
8519 lines with a single empty line.
8520 (@code{gnus-article-strip-multiple-blank-lines}).
8521
8522 @item W E t
8523 @kindex W E t (Summary)
8524 @findex gnus-article-remove-trailing-blank-lines
8525 Remove all blank lines at the end of the article
8526 (@code{gnus-article-remove-trailing-blank-lines}).
8527
8528 @item W E a
8529 @kindex W E a (Summary)
8530 @findex gnus-article-strip-blank-lines
8531 Do all the three commands above
8532 (@code{gnus-article-strip-blank-lines}).
8533
8534 @item W E A
8535 @kindex W E A (Summary)
8536 @findex gnus-article-strip-all-blank-lines
8537 Remove all blank lines
8538 (@code{gnus-article-strip-all-blank-lines}).
8539
8540 @item W E s
8541 @kindex W E s (Summary)
8542 @findex gnus-article-strip-leading-space
8543 Remove all white space from the beginning of all lines of the article
8544 body (@code{gnus-article-strip-leading-space}).
8545
8546 @item W E e
8547 @kindex W E e (Summary)
8548 @findex gnus-article-strip-trailing-space
8549 Remove all white space from the end of all lines of the article
8550 body (@code{gnus-article-strip-trailing-space}).
8551
8552 @end table
8553
8554 @xref{Customizing Articles}, for how to wash articles automatically.
8555
8556
8557 @node Article Header
8558 @subsection Article Header
8559
8560 These commands perform various transformations of article header.
8561
8562 @table @kbd
8563
8564 @item W G u
8565 @kindex W G u (Summary)
8566 @findex gnus-article-treat-unfold-headers
8567 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8568
8569 @item W G n
8570 @kindex W G n (Summary)
8571 @findex gnus-article-treat-fold-newsgroups
8572 Fold the @code{Newsgroups} and @code{Followup-To} headers
8573 (@code{gnus-article-treat-fold-newsgroups}).
8574
8575 @item W G f
8576 @kindex W G f (Summary)
8577 @findex gnus-article-treat-fold-headers
8578 Fold all the message headers
8579 (@code{gnus-article-treat-fold-headers}).
8580
8581 @item W E w
8582 @kindex W E w
8583 @findex gnus-article-remove-leading-whitespace
8584 Remove excessive whitespace from all headers
8585 (@code{gnus-article-remove-leading-whitespace}).
8586
8587 @end table
8588
8589
8590 @node Article Buttons
8591 @subsection Article Buttons
8592 @cindex buttons
8593
8594 People often include references to other stuff in articles, and it would
8595 be nice if Gnus could just fetch whatever it is that people talk about
8596 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8597 button on these references.
8598
8599 @vindex gnus-button-man-handler
8600 Gnus adds @dfn{buttons} to certain standard references by default:
8601 Well-formed URLs, mail addresses, Message-IDs, Info links and man pages.
8602 This is controlled by two variables, one that handles article bodies and
8603 one that handles article heads:
8604
8605 @table @code
8606
8607 @item gnus-button-alist
8608 @vindex gnus-button-alist
8609 This is an alist where each entry has this form:
8610
8611 @lisp
8612 (REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8613 @end lisp
8614
8615 @table @var
8616
8617 @item regexp
8618 All text that match this regular expression (case insensitive) will be
8619 considered an external reference.  Here's a typical regexp that matches
8620 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8621 variable containing a regexp, useful variables to use include
8622 @code{gnus-button-url-regexp}.
8623
8624 @item button-par
8625 Gnus has to know which parts of the matches is to be highlighted.  This
8626 is a number that says what sub-expression of the regexp is to be
8627 highlighted.  If you want it all highlighted, you use 0 here.
8628
8629 @item use-p
8630 This form will be @code{eval}ed, and if the result is non-@code{nil},
8631 this is considered a match.  This is useful if you want extra sifting to
8632 avoid false matches.
8633
8634 @item function
8635 This function will be called when you click on this button.
8636
8637 @item data-par
8638 As with @var{button-par}, this is a sub-expression number, but this one
8639 says which part of the match is to be sent as data to @var{function}.
8640
8641 @end table
8642
8643 So the full entry for buttonizing URLs is then
8644
8645 @lisp
8646 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8647 @end lisp
8648
8649 @item gnus-header-button-alist
8650 @vindex gnus-header-button-alist
8651 This is just like the other alist, except that it is applied to the
8652 article head only, and that each entry has an additional element that is
8653 used to say what headers to apply the buttonize coding to:
8654
8655 @lisp
8656 (HEADER REGEXP BUTTON-PAR USE-P FUNCTION DATA-PAR)
8657 @end lisp
8658
8659 @var{header} is a regular expression.
8660
8661 @item gnus-button-url-regexp
8662 @vindex gnus-button-url-regexp
8663 A regular expression that matches embedded URLs.  It is used in the
8664 default values of the variables above.
8665
8666 @item gnus-article-button-face
8667 @vindex gnus-article-button-face
8668 Face used on buttons.
8669
8670 @item gnus-article-mouse-face
8671 @vindex gnus-article-mouse-face
8672 Face used when the mouse cursor is over a button.
8673
8674 @end table
8675
8676 @xref{Customizing Articles}, for how to buttonize articles automatically.
8677
8678
8679 @node Article Date
8680 @subsection Article Date
8681
8682 The date is most likely generated in some obscure timezone you've never
8683 heard of, so it's quite nice to be able to find out what the time was
8684 when the article was sent.
8685
8686 @table @kbd
8687
8688 @item W T u
8689 @kindex W T u (Summary)
8690 @findex gnus-article-date-ut
8691 Display the date in UT (aka. GMT, aka ZULU)
8692 (@code{gnus-article-date-ut}).
8693
8694 @item W T i
8695 @kindex W T i (Summary)
8696 @findex gnus-article-date-iso8601
8697 @cindex ISO 8601
8698 Display the date in international format, aka. ISO 8601
8699 (@code{gnus-article-date-iso8601}).
8700
8701 @item W T l
8702 @kindex W T l (Summary)
8703 @findex gnus-article-date-local
8704 Display the date in the local timezone (@code{gnus-article-date-local}).
8705
8706 @item W T p
8707 @kindex W T p (Summary)
8708 @findex gnus-article-date-english
8709 Display the date in a format that's easily pronounceable in English
8710 (@code{gnus-article-date-english}).
8711
8712 @item W T s
8713 @kindex W T s (Summary)
8714 @vindex gnus-article-time-format
8715 @findex gnus-article-date-user
8716 @findex format-time-string
8717 Display the date using a user-defined format
8718 (@code{gnus-article-date-user}).  The format is specified by the
8719 @code{gnus-article-time-format} variable, and is a string that's passed
8720 to @code{format-time-string}.  See the documentation of that variable
8721 for a list of possible format specs.
8722
8723 @item W T e
8724 @kindex W T e (Summary)
8725 @findex gnus-article-date-lapsed
8726 @findex gnus-start-date-timer
8727 @findex gnus-stop-date-timer
8728 Say how much time has elapsed between the article was posted and now
8729 (@code{gnus-article-date-lapsed}).  It looks something like:
8730
8731 @example
8732 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
8733 @end example
8734
8735 @vindex gnus-article-date-lapsed-new-header
8736 The value of @code{gnus-article-date-lapsed-new-header} determines
8737 whether this header will just be added below the old Date one, or will
8738 replace it.
8739
8740 An advantage of using Gnus to read mail is that it converts simple bugs
8741 into wonderful absurdities.
8742
8743 If you want to have this line updated continually, you can put
8744
8745 @lisp
8746 (gnus-start-date-timer)
8747 @end lisp
8748
8749 in your @file{.gnus.el} file, or you can run it off of some hook.  If
8750 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
8751 command.
8752
8753 @item W T o
8754 @kindex W T o (Summary)
8755 @findex gnus-article-date-original
8756 Display the original date (@code{gnus-article-date-original}).  This can
8757 be useful if you normally use some other conversion function and are
8758 worried that it might be doing something totally wrong.  Say, claiming
8759 that the article was posted in 1854.  Although something like that is
8760 @emph{totally} impossible.  Don't you trust me? *titter*
8761
8762 @end table
8763
8764 @xref{Customizing Articles}, for how to display the date in your
8765 preferred format automatically.
8766
8767
8768 @node Article Display
8769 @subsection Article Display
8770 @cindex picons
8771 @cindex x-face
8772 @cindex smileys
8773
8774 These commands add various frivolous display gimmicks to the article
8775 buffer in Emacs versions that support them.
8776
8777 @code{X-Face} headers are small black-and-white images supplied by the
8778 message headers (@pxref{X-Face}).
8779
8780 Picons, on the other hand, reside on your own system, and Gnus will
8781 try to match the headers to what you have (@pxref{Picons}).
8782
8783 Smileys are those little @samp{:-)} symbols that people like to litter
8784 their messages with (@pxref{Smileys}).
8785
8786 All these functions are toggles--if the elements already exist,
8787 they'll be removed.
8788
8789 @table @kbd
8790 @item W D x
8791 @kindex W D x (Summary)
8792 @findex gnus-article-display-x-face
8793 Display an @code{X-Face} in the @code{From} header.
8794 (@code{gnus-article-display-x-face}).
8795
8796 @item W D d
8797 @kindex W D d (Summary)
8798 @findex gnus-article-display-face
8799 Display a @code{Face} in the @code{From} header.
8800 (@code{gnus-article-display-face}).
8801
8802 @item W D s
8803 @kindex W D s (Summary)
8804 @findex gnus-treat-smiley
8805 Display smileys (@code{gnus-treat-smiley}).
8806
8807 @item W D f
8808 @kindex W D f (Summary)
8809 @findex gnus-treat-from-picon
8810 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
8811
8812 @item W D m
8813 @kindex W D m (Summary)
8814 @findex gnus-treat-mail-picon
8815 Piconify all mail headers (i. e., @code{Cc}, @code{To})
8816 (@code{gnus-treat-mail-picon}).
8817
8818 @item W D n
8819 @kindex W D n (Summary)
8820 @findex gnus-treat-newsgroups-picon
8821 Piconify all news headers (i. e., @code{Newsgroups} and
8822 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
8823
8824 @item W D D
8825 @kindex W D D (Summary)
8826 @findex gnus-article-remove-images
8827 Remove all images from the article buffer
8828 (@code{gnus-article-remove-images}).
8829
8830 @end table
8831
8832
8833
8834 @node Article Signature
8835 @subsection Article Signature
8836 @cindex signatures
8837 @cindex article signature
8838
8839 @vindex gnus-signature-separator
8840 Each article is divided into two parts---the head and the body.  The
8841 body can be divided into a signature part and a text part.  The variable
8842 that says what is to be considered a signature is
8843 @code{gnus-signature-separator}.  This is normally the standard
8844 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
8845 non-standard signature separators, so this variable can also be a list
8846 of regular expressions to be tested, one by one.  (Searches are done
8847 from the end of the body towards the beginning.)  One likely value is:
8848
8849 @lisp
8850 (setq gnus-signature-separator
8851       '("^-- $"         ; The standard
8852         "^-- *$"        ; A common mangling
8853         "^-------*$"    ; Many people just use a looong
8854                         ; line of dashes.  Shame!
8855         "^ *--------*$" ; Double-shame!
8856         "^________*$"   ; Underscores are also popular
8857         "^========*$")) ; Pervert!
8858 @end lisp
8859
8860 The more permissive you are, the more likely it is that you'll get false
8861 positives.
8862
8863 @vindex gnus-signature-limit
8864 @code{gnus-signature-limit} provides a limit to what is considered a
8865 signature when displaying articles.
8866
8867 @enumerate
8868 @item
8869 If it is an integer, no signature may be longer (in characters) than
8870 that integer.
8871 @item
8872 If it is a floating point number, no signature may be longer (in lines)
8873 than that number.
8874 @item
8875 If it is a function, the function will be called without any parameters,
8876 and if it returns @code{nil}, there is no signature in the buffer.
8877 @item
8878 If it is a string, it will be used as a regexp.  If it matches, the text
8879 in question is not a signature.
8880 @end enumerate
8881
8882 This variable can also be a list where the elements may be of the types
8883 listed above.  Here's an example:
8884
8885 @lisp
8886 (setq gnus-signature-limit
8887       '(200.0 "^---*Forwarded article"))
8888 @end lisp
8889
8890 This means that if there are more than 200 lines after the signature
8891 separator, or the text after the signature separator is matched by
8892 the regular expression @samp{^---*Forwarded article}, then it isn't a
8893 signature after all.
8894
8895
8896 @node Article Miscellania
8897 @subsection Article Miscellania
8898
8899 @table @kbd
8900 @item A t
8901 @kindex A t (Summary)
8902 @findex gnus-article-babel
8903 Translate the article from one language to another
8904 (@code{gnus-article-babel}).
8905
8906 @end table
8907
8908
8909 @node MIME Commands
8910 @section MIME Commands
8911 @cindex MIME decoding
8912 @cindex attachments
8913 @cindex viewing attachments
8914
8915 The following commands all understand the numerical prefix.  For
8916 instance, @kbd{3 b} means ``view the third @sc{mime} part''.
8917
8918 @table @kbd
8919 @item b
8920 @itemx K v
8921 @kindex b (Summary)
8922 @kindex K v (Summary)
8923 View the @sc{mime} part.
8924
8925 @item K o
8926 @kindex K o (Summary)
8927 Save the @sc{mime} part.
8928
8929 @item K c
8930 @kindex K c (Summary)
8931 Copy the @sc{mime} part.
8932
8933 @item K e
8934 @kindex K e (Summary)
8935 View the @sc{mime} part externally.
8936
8937 @item K i
8938 @kindex K i (Summary)
8939 View the @sc{mime} part internally.
8940
8941 @item K |
8942 @kindex K | (Summary)
8943 Pipe the @sc{mime} part to an external command.
8944 @end table
8945
8946 The rest of these @sc{mime} commands do not use the numerical prefix in
8947 the same manner:
8948
8949 @table @kbd
8950 @item K b
8951 @kindex K b (Summary)
8952 Make all the @sc{mime} parts have buttons in front of them.  This is
8953 mostly useful if you wish to save (or perform other actions) on inlined
8954 parts.
8955
8956 @item K m
8957 @kindex K m (Summary)
8958 @findex gnus-summary-repair-multipart
8959 Some multipart messages are transmitted with missing or faulty headers.
8960 This command will attempt to ``repair'' these messages so that they can
8961 be viewed in a more pleasant manner
8962 (@code{gnus-summary-repair-multipart}).
8963
8964 @item X m
8965 @kindex X m (Summary)
8966 @findex gnus-summary-save-parts
8967 Save all parts matching a @sc{mime} type to a directory
8968 (@code{gnus-summary-save-parts}).  Understands the process/prefix
8969 convention (@pxref{Process/Prefix}).
8970
8971 @item M-t
8972 @kindex M-t (Summary)
8973 @findex gnus-summary-toggle-display-buttonized
8974 Toggle the buttonized display of the article buffer
8975 (@code{gnus-summary-toggle-display-buttonized}).
8976
8977 @item W M w
8978 @kindex W M w (Summary)
8979 @findex gnus-article-decode-mime-words
8980 Decode RFC 2047-encoded words in the article headers
8981 (@code{gnus-article-decode-mime-words}).
8982
8983 @item W M c
8984 @kindex W M c (Summary)
8985 @findex gnus-article-decode-charset
8986 Decode encoded article bodies as well as charsets
8987 (@code{gnus-article-decode-charset}).
8988
8989 This command looks in the @code{Content-Type} header to determine the
8990 charset.  If there is no such header in the article, you can give it a
8991 prefix, which will prompt for the charset to decode as.  In regional
8992 groups where people post using some common encoding (but do not
8993 include @sc{mime} headers), you can set the @code{charset} group/topic
8994 parameter to the required charset (@pxref{Group Parameters}).
8995
8996 @item W M v
8997 @kindex W M v (Summary)
8998 @findex gnus-mime-view-all-parts
8999 View all the @sc{mime} parts in the current article
9000 (@code{gnus-mime-view-all-parts}).
9001
9002 @end table
9003
9004 Relevant variables:
9005
9006 @table @code
9007 @item gnus-ignored-mime-types
9008 @vindex gnus-ignored-mime-types
9009 This is a list of regexps.  @sc{mime} types that match a regexp from
9010 this list will be completely ignored by Gnus.  The default value is
9011 @code{nil}.
9012
9013 To have all Vcards be ignored, you'd say something like this:
9014
9015 @lisp
9016 (setq gnus-ignored-mime-types
9017       '("text/x-vcard"))
9018 @end lisp
9019
9020 @item gnus-article-loose-mime
9021 @vindex gnus-article-loose-mime
9022 If non-@code{nil}, Gnus won't required the @samp{MIME-Version} header
9023 before interpreting the message as a @sc{mime} message.  This helps
9024 when reading messages from certain broken mail user agents.  The
9025 default is @code{nil}.
9026
9027 @item gnus-article-emulate-mime
9028 @vindex gnus-article-emulate-mime
9029 There are other, non-@sc{mime} encoding methods used.  The most common
9030 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9031 This variable is non-@code{nil}, Gnus will look in message bodies to
9032 see if it finds these encodings, and if so, it'll run them through the
9033 Gnus @sc{mime} machinery.  The default is @code{t}.
9034
9035 @item gnus-unbuttonized-mime-types
9036 @vindex gnus-unbuttonized-mime-types
9037 This is a list of regexps.  @sc{mime} types that match a regexp from
9038 this list won't have @sc{mime} buttons inserted unless they aren't
9039 displayed or this variable is overridden by
9040 @code{gnus-buttonized-mime-types}.  The default value is
9041 @code{(".*/.*")}.  This variable is only used when
9042 @code{gnus-inhibit-mime-unbuttonizing} is nil.
9043
9044 @item gnus-buttonized-mime-types
9045 @vindex gnus-buttonized-mime-types
9046 This is a list of regexps.  @sc{mime} types that match a regexp from
9047 this list will have @sc{mime} buttons inserted unless they aren't
9048 displayed.  This variable overrides
9049 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9050 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9051 is nil.
9052
9053 To see e.g. security buttons but no other buttons, you could set this
9054 variable to @code{("multipart/signed")} and leave
9055 @code{gnus-unbuttonized-mime-types} at the default value.
9056
9057 @item gnus-inhibit-mime-unbuttonizing
9058 @vindex gnus-inhibit-mime-unbuttonizing
9059 If this is non-nil, then all @sc{mime} parts get buttons.  The default
9060 value is @code{nil}.
9061
9062 @item gnus-article-mime-part-function
9063 @vindex gnus-article-mime-part-function
9064 For each @sc{mime} part, this function will be called with the @sc{mime}
9065 handle as the parameter.  The function is meant to be used to allow
9066 users to gather information from the article (e. g., add Vcard info to
9067 the bbdb database) or to do actions based on parts (e. g., automatically
9068 save all jpegs into some directory).
9069
9070 Here's an example function the does the latter:
9071
9072 @lisp
9073 (defun my-save-all-jpeg-parts (handle)
9074   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9075     (with-temp-buffer
9076       (insert (mm-get-part handle))
9077       (write-region (point-min) (point-max)
9078                     (read-file-name "Save jpeg to: ")))))
9079 (setq gnus-article-mime-part-function
9080       'my-save-all-jpeg-parts)
9081 @end lisp
9082
9083 @vindex gnus-mime-multipart-functions
9084 @item gnus-mime-multipart-functions
9085 Alist of @sc{mime} multipart types and functions to handle them.
9086
9087 @vindex mm-file-name-rewrite-functions
9088 @item mm-file-name-rewrite-functions
9089 List of functions used for rewriting file names of @sc{mime} parts.
9090 Each function takes a file name as input and returns a file name.
9091
9092 Ready-made functions include@*
9093 @code{mm-file-name-delete-whitespace},
9094 @code{mm-file-name-trim-whitespace},
9095 @code{mm-file-name-collapse-whitespace}, and
9096 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9097 the variable @code{mm-file-name-replace-whitespace} to replace each
9098 whitespace character in a file name with that string; default value
9099 is @code{"_"} (a single underscore).
9100 @findex mm-file-name-delete-whitespace
9101 @findex mm-file-name-trim-whitespace
9102 @findex mm-file-name-collapse-whitespace
9103 @findex mm-file-name-replace-whitespace
9104 @vindex mm-file-name-replace-whitespace
9105
9106 The standard functions @code{capitalize}, @code{downcase},
9107 @code{upcase}, and @code{upcase-initials} may be useful, too.
9108
9109 Everybody knows that whitespace characters in file names are evil,
9110 except those who don't know.  If you receive lots of attachments from
9111 such unenlightened users, you can make live easier by adding
9112
9113 @lisp
9114 (setq mm-file-name-rewrite-functions
9115       '(mm-file-name-trim-whitespace
9116         mm-file-name-collapse-whitespace
9117         mm-file-name-replace-whitespace))
9118 @end lisp
9119
9120 @noindent
9121 to your @file{.gnus.el} file.
9122
9123 @end table
9124
9125
9126 @node Charsets
9127 @section Charsets
9128 @cindex charsets
9129
9130 People use different charsets, and we have @sc{mime} to let us know what
9131 charsets they use.  Or rather, we wish we had.  Many people use
9132 newsreaders and mailers that do not understand or use @sc{mime}, and
9133 just send out messages without saying what character sets they use.  To
9134 help a bit with this, some local news hierarchies have policies that say
9135 what character set is the default.  For instance, the @samp{fj}
9136 hierarchy uses @code{iso-2022-jp-2}.
9137
9138 @vindex gnus-group-charset-alist
9139 This knowledge is encoded in the @code{gnus-group-charset-alist}
9140 variable, which is an alist of regexps (use the first item to match full
9141 group names) and default charsets to be used when reading these groups.
9142
9143 @vindex gnus-newsgroup-ignored-charsets
9144 In addition, some people do use soi-disant @sc{mime}-aware agents that
9145 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9146 even if they really are in @code{koi-8}.  To help here, the
9147 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9148 charsets that are listed here will be ignored.  The variable can be
9149 set on a group-by-group basis using the group parameters (@pxref{Group
9150 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9151 which includes values some agents insist on having in there.
9152
9153 @vindex gnus-group-posting-charset-alist
9154 When posting, @code{gnus-group-posting-charset-alist} is used to
9155 determine which charsets should not be encoded using the @sc{mime}
9156 encodings.  For instance, some hierarchies discourage using
9157 quoted-printable header encoding.
9158
9159 This variable is an alist of regexps and permitted unencoded charsets
9160 for posting.  Each element of the alist has the form @code{(}@var{test
9161 header body-list}@code{)}, where:
9162
9163 @table @var
9164 @item test
9165 is either a regular expression matching the newsgroup header or a
9166 variable to query,
9167 @item header
9168 is the charset which may be left unencoded in the header (@code{nil}
9169 means encode all charsets),
9170 @item body-list
9171 is a list of charsets which may be encoded using 8bit content-transfer
9172 encoding in the body, or one of the special values @code{nil} (always
9173 encode using quoted-printable) or @code{t} (always use 8bit).
9174 @end table
9175
9176 @cindex Russian
9177 @cindex koi8-r
9178 @cindex koi8-u
9179 @cindex iso-8859-5
9180 @cindex coding system aliases
9181 @cindex preferred charset
9182
9183 Other charset tricks that may be useful, although not Gnus-specific:
9184
9185 If there are several @sc{mime} charsets that encode the same Emacs
9186 charset, you can choose what charset to use by saying the following:
9187
9188 @lisp
9189 (put-charset-property 'cyrillic-iso8859-5
9190                       'preferred-coding-system 'koi8-r)
9191 @end lisp
9192
9193 This means that Russian will be encoded using @code{koi8-r} instead of
9194 the default @code{iso-8859-5} @sc{mime} charset.
9195
9196 If you want to read messages in @code{koi8-u}, you can cheat and say
9197
9198 @lisp
9199 (define-coding-system-alias 'koi8-u 'koi8-r)
9200 @end lisp
9201
9202 This will almost do the right thing.
9203
9204 And finally, to read charsets like @code{windows-1251}, you can say
9205 something like
9206
9207 @lisp
9208 (codepage-setup 1251)
9209 (define-coding-system-alias 'windows-1251 'cp1251)
9210 @end lisp
9211
9212
9213 @node Article Commands
9214 @section Article Commands
9215
9216 @table @kbd
9217
9218 @item A P
9219 @cindex PostScript
9220 @cindex printing
9221 @kindex A P (Summary)
9222 @vindex gnus-ps-print-hook
9223 @findex gnus-summary-print-article
9224 Generate and print a PostScript image of the article buffer
9225 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9226 be run just before printing the buffer.  An alternative way to print
9227 article is to use Muttprint (@pxref{Saving Articles}).
9228
9229 @end table
9230
9231
9232 @node Summary Sorting
9233 @section Summary Sorting
9234 @cindex summary sorting
9235
9236 You can have the summary buffer sorted in various ways, even though I
9237 can't really see why you'd want that.
9238
9239 @table @kbd
9240
9241 @item C-c C-s C-n
9242 @kindex C-c C-s C-n (Summary)
9243 @findex gnus-summary-sort-by-number
9244 Sort by article number (@code{gnus-summary-sort-by-number}).
9245
9246 @item C-c C-s C-a
9247 @kindex C-c C-s C-a (Summary)
9248 @findex gnus-summary-sort-by-author
9249 Sort by author (@code{gnus-summary-sort-by-author}).
9250
9251 @item C-c C-s C-s
9252 @kindex C-c C-s C-s (Summary)
9253 @findex gnus-summary-sort-by-subject
9254 Sort by subject (@code{gnus-summary-sort-by-subject}).
9255
9256 @item C-c C-s C-d
9257 @kindex C-c C-s C-d (Summary)
9258 @findex gnus-summary-sort-by-date
9259 Sort by date (@code{gnus-summary-sort-by-date}).
9260
9261 @item C-c C-s C-l
9262 @kindex C-c C-s C-l (Summary)
9263 @findex gnus-summary-sort-by-lines
9264 Sort by lines (@code{gnus-summary-sort-by-lines}).
9265
9266 @item C-c C-s C-c
9267 @kindex C-c C-s C-c (Summary)
9268 @findex gnus-summary-sort-by-chars
9269 Sort by article length (@code{gnus-summary-sort-by-chars}).
9270
9271 @item C-c C-s C-i
9272 @kindex C-c C-s C-i (Summary)
9273 @findex gnus-summary-sort-by-score
9274 Sort by score (@code{gnus-summary-sort-by-score}).
9275
9276 @item C-c C-s C-r
9277 @kindex C-c C-s C-r (Summary)
9278 @findex gnus-summary-sort-by-random
9279 Randomize (@code{gnus-summary-sort-by-random}).
9280
9281 @item C-c C-s C-o
9282 @kindex C-c C-s C-o (Summary)
9283 @findex gnus-summary-sort-by-original
9284 Sort using the default sorting method
9285 (@code{gnus-summary-sort-by-original}).
9286 @end table
9287
9288 These functions will work both when you use threading and when you don't
9289 use threading.  In the latter case, all summary lines will be sorted,
9290 line by line.  In the former case, sorting will be done on a
9291 root-by-root basis, which might not be what you were looking for.  To
9292 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9293 Commands}).
9294
9295
9296 @node Finding the Parent
9297 @section Finding the Parent
9298 @cindex parent articles
9299 @cindex referring articles
9300
9301 @table @kbd
9302 @item ^
9303 @kindex ^ (Summary)
9304 @findex gnus-summary-refer-parent-article
9305 If you'd like to read the parent of the current article, and it is not
9306 displayed in the summary buffer, you might still be able to.  That is,
9307 if the current group is fetched by @sc{nntp}, the parent hasn't expired
9308 and the @code{References} in the current article are not mangled, you
9309 can just press @kbd{^} or @kbd{A r}
9310 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9311 you'll get the parent.  If the parent is already displayed in the
9312 summary buffer, point will just move to this article.
9313
9314 If given a positive numerical prefix, fetch that many articles back into
9315 the ancestry.  If given a negative numerical prefix, fetch just that
9316 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9317 grandparent and the grandgrandparent of the current article.  If you say
9318 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9319 article.
9320
9321 @item A R (Summary)
9322 @findex gnus-summary-refer-references
9323 @kindex A R (Summary)
9324 Fetch all articles mentioned in the @code{References} header of the
9325 article (@code{gnus-summary-refer-references}).
9326
9327 @item A T (Summary)
9328 @findex gnus-summary-refer-thread
9329 @kindex A T (Summary)
9330 Display the full thread where the current article appears
9331 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9332 headers in the current group to work, so it usually takes a while.  If
9333 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9334 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9335 visible effects normally, but it'll make this command work a whole lot
9336 faster.  Of course, it'll make group entry somewhat slow.
9337
9338 @vindex gnus-refer-thread-limit
9339 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9340 articles before the first displayed in the current group) headers to
9341 fetch when doing this command.  The default is 200.  If @code{t}, all
9342 the available headers will be fetched.  This variable can be overridden
9343 by giving the @kbd{A T} command a numerical prefix.
9344
9345 @item M-^ (Summary)
9346 @findex gnus-summary-refer-article
9347 @kindex M-^ (Summary)
9348 @cindex Message-ID
9349 @cindex fetching by Message-ID
9350 You can also ask the @sc{nntp} server for an arbitrary article, no
9351 matter what group it belongs to.  @kbd{M-^}
9352 (@code{gnus-summary-refer-article}) will ask you for a
9353 @code{Message-ID}, which is one of those long, hard-to-read thingies
9354 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9355 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9356 @end table
9357
9358 The current select method will be used when fetching by
9359 @code{Message-ID} from non-news select method, but you can override this
9360 by giving this command a prefix.
9361
9362 @vindex gnus-refer-article-method
9363 If the group you are reading is located on a back end that does not
9364 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9365 you can set @code{gnus-refer-article-method} to an @sc{nntp} method.  It
9366 would, perhaps, be best if the @sc{nntp} server you consult is the one
9367 updating the spool you are reading from, but that's not really
9368 necessary.
9369
9370 It can also be a list of select methods, as well as the special symbol
9371 @code{current}, which means to use the current select method.  If it
9372 is a list, Gnus will try all the methods in the list until it finds a
9373 match.
9374
9375 Here's an example setting that will first try the current method, and
9376 then ask Google if that fails:
9377
9378 @lisp
9379 (setq gnus-refer-article-method
9380       '(current
9381         (nnweb "google" (nnweb-type google))))
9382 @end lisp
9383
9384 Most of the mail back ends support fetching by @code{Message-ID}, but
9385 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9386 @code{nnbabyl}, and @code{nnmaildir} are able to locate articles from
9387 any groups, while @code{nnml}, @code{nnfolder}, and @code{nnimap} are
9388 only able to locate articles that have been posted to the current group.
9389 (Anything else would be too time consuming.)  @code{nnmh} does not
9390 support this at all.
9391
9392
9393 @node Alternative Approaches
9394 @section Alternative Approaches
9395
9396 Different people like to read news using different methods.  This being
9397 Gnus, we offer a small selection of minor modes for the summary buffers.
9398
9399 @menu
9400 * Pick and Read::               First mark articles and then read them.
9401 * Binary Groups::               Auto-decode all articles.
9402 @end menu
9403
9404
9405 @node Pick and Read
9406 @subsection Pick and Read
9407 @cindex pick and read
9408
9409 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9410 a two-phased reading interface.  The user first marks in a summary
9411 buffer the articles she wants to read.  Then she starts reading the
9412 articles with just an article buffer displayed.
9413
9414 @findex gnus-pick-mode
9415 @kindex M-x gnus-pick-mode
9416 Gnus provides a summary buffer minor mode that allows
9417 this---@code{gnus-pick-mode}.  This basically means that a few process
9418 mark commands become one-keystroke commands to allow easy marking, and
9419 it provides one additional command for switching to the summary buffer.
9420
9421 Here are the available keystrokes when using pick mode:
9422
9423 @table @kbd
9424 @item .
9425 @kindex . (Pick)
9426 @findex gnus-pick-article-or-thread
9427 Pick the article or thread on the current line
9428 (@code{gnus-pick-article-or-thread}).  If the variable
9429 @code{gnus-thread-hide-subtree} is true, then this key selects the
9430 entire thread when used at the first article of the thread.  Otherwise,
9431 it selects just the article.  If given a numerical prefix, go to that
9432 thread or article and pick it.  (The line number is normally displayed
9433 at the beginning of the summary pick lines.)
9434
9435 @item SPACE
9436 @kindex SPACE (Pick)
9437 @findex gnus-pick-next-page
9438 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9439 at the end of the buffer, start reading the picked articles.
9440
9441 @item u
9442 @kindex u (Pick)
9443 @findex gnus-pick-unmark-article-or-thread.
9444 Unpick the thread or article
9445 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9446 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9447 thread if used at the first article of the thread.  Otherwise it unpicks
9448 just the article.  You can give this key a numerical prefix to unpick
9449 the thread or article at that line.
9450
9451 @item RET
9452 @kindex RET (Pick)
9453 @findex gnus-pick-start-reading
9454 @vindex gnus-pick-display-summary
9455 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9456 given a prefix, mark all unpicked articles as read first.  If
9457 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9458 will still be visible when you are reading.
9459
9460 @end table
9461
9462 All the normal summary mode commands are still available in the
9463 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9464 which is mapped to the same function
9465 @code{gnus-summary-tick-article-forward}.
9466
9467 If this sounds like a good idea to you, you could say:
9468
9469 @lisp
9470 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9471 @end lisp
9472
9473 @vindex gnus-pick-mode-hook
9474 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9475
9476 @vindex gnus-mark-unpicked-articles-as-read
9477 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9478 all unpicked articles as read.  The default is @code{nil}.
9479
9480 @vindex gnus-summary-pick-line-format
9481 The summary line format in pick mode is slightly different from the
9482 standard format.  At the beginning of each line the line number is
9483 displayed.  The pick mode line format is controlled by the
9484 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9485 Variables}).  It accepts the same format specs that
9486 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9487
9488
9489 @node Binary Groups
9490 @subsection Binary Groups
9491 @cindex binary groups
9492
9493 @findex gnus-binary-mode
9494 @kindex M-x gnus-binary-mode
9495 If you spend much time in binary groups, you may grow tired of hitting
9496 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9497 is a minor mode for summary buffers that makes all ordinary Gnus article
9498 selection functions uudecode series of articles and display the result
9499 instead of just displaying the articles the normal way.
9500
9501 @kindex g (Binary)
9502 @findex gnus-binary-show-article
9503 The only way, in fact, to see the actual articles is the @kbd{g}
9504 command, when you have turned on this mode
9505 (@code{gnus-binary-show-article}).
9506
9507 @vindex gnus-binary-mode-hook
9508 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9509
9510
9511 @node Tree Display
9512 @section Tree Display
9513 @cindex trees
9514
9515 @vindex gnus-use-trees
9516 If you don't like the normal Gnus summary display, you might try setting
9517 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9518 additional @dfn{tree buffer}.  You can execute all summary mode commands
9519 in the tree buffer.
9520
9521 There are a few variables to customize the tree display, of course:
9522
9523 @table @code
9524 @item gnus-tree-mode-hook
9525 @vindex gnus-tree-mode-hook
9526 A hook called in all tree mode buffers.
9527
9528 @item gnus-tree-mode-line-format
9529 @vindex gnus-tree-mode-line-format
9530 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9531 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9532 of valid specs, @pxref{Summary Buffer Mode Line}.
9533
9534 @item gnus-selected-tree-face
9535 @vindex gnus-selected-tree-face
9536 Face used for highlighting the selected article in the tree buffer.  The
9537 default is @code{modeline}.
9538
9539 @item gnus-tree-line-format
9540 @vindex gnus-tree-line-format
9541 A format string for the tree nodes.  The name is a bit of a misnomer,
9542 though---it doesn't define a line, but just the node.  The default value
9543 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9544 the name of the poster.  It is vital that all nodes are of the same
9545 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9546
9547 Valid specs are:
9548
9549 @table @samp
9550 @item n
9551 The name of the poster.
9552 @item f
9553 The @code{From} header.
9554 @item N
9555 The number of the article.
9556 @item [
9557 The opening bracket.
9558 @item ]
9559 The closing bracket.
9560 @item s
9561 The subject.
9562 @end table
9563
9564 @xref{Formatting Variables}.
9565
9566 Variables related to the display are:
9567
9568 @table @code
9569 @item gnus-tree-brackets
9570 @vindex gnus-tree-brackets
9571 This is used for differentiating between ``real'' articles and
9572 ``sparse'' articles.  The format is @code{((@var{real-open} . @var{real-close})
9573 (@var{sparse-open} . @var{sparse-close}) (@var{dummy-open} . @var{dummy-close}))}, and the
9574 default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9575
9576 @item gnus-tree-parent-child-edges
9577 @vindex gnus-tree-parent-child-edges
9578 This is a list that contains the characters used for connecting parent
9579 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9580
9581 @end table
9582
9583 @item gnus-tree-minimize-window
9584 @vindex gnus-tree-minimize-window
9585 If this variable is non-@code{nil}, Gnus will try to keep the tree
9586 buffer as small as possible to allow more room for the other Gnus
9587 windows.  If this variable is a number, the tree buffer will never be
9588 higher than that number.  The default is @code{t}.  Note that if you
9589 have several windows displayed side-by-side in a frame and the tree
9590 buffer is one of these, minimizing the tree window will also resize all
9591 other windows displayed next to it.
9592
9593 You may also wish to add the following hook to keep the window minimized
9594 at all times:
9595
9596 @lisp
9597 (add-hook 'gnus-configure-windows-hook
9598           'gnus-tree-perhaps-minimize)
9599 @end lisp
9600
9601 @item gnus-generate-tree-function
9602 @vindex gnus-generate-tree-function
9603 @findex gnus-generate-horizontal-tree
9604 @findex gnus-generate-vertical-tree
9605 The function that actually generates the thread tree.  Two predefined
9606 functions are available: @code{gnus-generate-horizontal-tree} and
9607 @code{gnus-generate-vertical-tree} (which is the default).
9608
9609 @end table
9610
9611 Here's an example from a horizontal tree buffer:
9612
9613 @example
9614 @{***@}-(***)-[odd]-[Gun]
9615      |      \[Jan]
9616      |      \[odd]-[Eri]
9617      |      \(***)-[Eri]
9618      |            \[odd]-[Paa]
9619      \[Bjo]
9620      \[Gun]
9621      \[Gun]-[Jor]
9622 @end example
9623
9624 Here's the same thread displayed in a vertical tree buffer:
9625
9626 @example
9627 @{***@}
9628   |--------------------------\-----\-----\
9629 (***)                         [Bjo] [Gun] [Gun]
9630   |--\-----\-----\                          |
9631 [odd] [Jan] [odd] (***)                   [Jor]
9632   |           |     |--\
9633 [Gun]       [Eri] [Eri] [odd]
9634                           |
9635                         [Paa]
9636 @end example
9637
9638 If you're using horizontal trees, it might be nice to display the trees
9639 side-by-side with the summary buffer.  You could add something like the
9640 following to your @file{.gnus.el} file:
9641
9642 @lisp
9643 (setq gnus-use-trees t
9644       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9645       gnus-tree-minimize-window nil)
9646 (gnus-add-configuration
9647  '(article
9648    (vertical 1.0
9649              (horizontal 0.25
9650                          (summary 0.75 point)
9651                          (tree 1.0))
9652              (article 1.0))))
9653 @end lisp
9654
9655 @xref{Window Layout}.
9656
9657
9658 @node Mail Group Commands
9659 @section Mail Group Commands
9660 @cindex mail group commands
9661
9662 Some commands only make sense in mail groups.  If these commands are
9663 invalid in the current group, they will raise a hell and let you know.
9664
9665 All these commands (except the expiry and edit commands) use the
9666 process/prefix convention (@pxref{Process/Prefix}).
9667
9668 @table @kbd
9669
9670 @item B e
9671 @kindex B e (Summary)
9672 @findex gnus-summary-expire-articles
9673 Run all expirable articles in the current group through the expiry
9674 process (@code{gnus-summary-expire-articles}).  That is, delete all
9675 expirable articles in the group that have been around for a while.
9676 (@pxref{Expiring Mail}).
9677
9678 @item B C-M-e
9679 @kindex B C-M-e (Summary)
9680 @findex gnus-summary-expire-articles-now
9681 Delete all the expirable articles in the group
9682 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9683 articles eligible for expiry in the current group will
9684 disappear forever into that big @file{/dev/null} in the sky.
9685
9686 @item B DEL
9687 @kindex B DEL (Summary)
9688 @findex gnus-summary-delete-article
9689 @c @icon{gnus-summary-mail-delete}
9690 Delete the mail article.  This is ``delete'' as in ``delete it from your
9691 disk forever and ever, never to return again.'' Use with caution.
9692 (@code{gnus-summary-delete-article}).
9693
9694 @item B m
9695 @kindex B m (Summary)
9696 @cindex move mail
9697 @findex gnus-summary-move-article
9698 @vindex gnus-preserve-marks
9699 Move the article from one mail group to another
9700 (@code{gnus-summary-move-article}).  Marks will be preserved if
9701 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9702
9703 @item B c
9704 @kindex B c (Summary)
9705 @cindex copy mail
9706 @findex gnus-summary-copy-article
9707 @c @icon{gnus-summary-mail-copy}
9708 Copy the article from one group (mail group or not) to a mail group
9709 (@code{gnus-summary-copy-article}).  Marks will be preserved if
9710 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
9711
9712 @item B B
9713 @kindex B B (Summary)
9714 @cindex crosspost mail
9715 @findex gnus-summary-crosspost-article
9716 Crosspost the current article to some other group
9717 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
9718 the article in the other group, and the Xref headers of the article will
9719 be properly updated.
9720
9721 @item B i
9722 @kindex B i (Summary)
9723 @findex gnus-summary-import-article
9724 Import an arbitrary file into the current mail newsgroup
9725 (@code{gnus-summary-import-article}).  You will be prompted for a file
9726 name, a @code{From} header and a @code{Subject} header.
9727
9728 @item B I
9729 @kindex B I (Summary)
9730 @findex gnus-summary-create-article
9731 Create an empty article in the current mail newsgroups
9732 (@code{gnus-summary-create-article}).  You will be prompted for a
9733 @code{From} header and a @code{Subject} header.
9734
9735 @item B r
9736 @kindex B r (Summary)
9737 @findex gnus-summary-respool-article
9738 @vindex gnus-summary-respool-default-method
9739 Respool the mail article (@code{gnus-summary-respool-article}).
9740 @code{gnus-summary-respool-default-method} will be used as the default
9741 select method when respooling.  This variable is @code{nil} by default,
9742 which means that the current group select method will be used instead.
9743 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
9744 (which is the default).
9745
9746 @item B w
9747 @itemx e
9748 @kindex B w (Summary)
9749 @kindex e (Summary)
9750 @findex gnus-summary-edit-article
9751 @kindex C-c C-c (Article)
9752 @findex gnus-summary-edit-article-done
9753 Edit the current article (@code{gnus-summary-edit-article}).  To finish
9754 editing and make the changes permanent, type @kbd{C-c C-c}
9755 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
9756 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
9757
9758 @item B q
9759 @kindex B q (Summary)
9760 @findex gnus-summary-respool-query
9761 If you want to re-spool an article, you might be curious as to what group
9762 the article will end up in before you do the re-spooling.  This command
9763 will tell you (@code{gnus-summary-respool-query}).
9764
9765 @item B t
9766 @kindex B t (Summary)
9767 @findex gnus-summary-respool-trace
9768 Similarly, this command will display all fancy splitting patterns used
9769 when respooling, if any (@code{gnus-summary-respool-trace}).
9770
9771 @item B p
9772 @kindex B p (Summary)
9773 @findex gnus-summary-article-posted-p
9774 Some people have a tendency to send you "courtesy" copies when they
9775 follow up to articles you have posted.  These usually have a
9776 @code{Newsgroups} header in them, but not always.  This command
9777 (@code{gnus-summary-article-posted-p}) will try to fetch the current
9778 article from your news server (or rather, from
9779 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
9780 report back whether it found the article or not.  Even if it says that
9781 it didn't find the article, it may have been posted anyway---mail
9782 propagation is much faster than news propagation, and the news copy may
9783 just not have arrived yet.
9784
9785 @item K E
9786 @kindex K E (Summary)
9787 @findex gnus-article-encrypt-body
9788 @vindex gnus-article-encrypt-protocol
9789 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
9790 The body is encrypted with the encryption protocol specified by the
9791 variable @code{gnus-article-encrypt-protocol}.
9792
9793 @end table
9794
9795 @vindex gnus-move-split-methods
9796 @cindex moving articles
9797 If you move (or copy) articles regularly, you might wish to have Gnus
9798 suggest where to put the articles.  @code{gnus-move-split-methods} is a
9799 variable that uses the same syntax as @code{gnus-split-methods}
9800 (@pxref{Saving Articles}).  You may customize that variable to create
9801 suggestions you find reasonable.  (Note that
9802 @code{gnus-move-split-methods} uses group names where
9803 @code{gnus-split-methods} uses file names.)
9804
9805 @lisp
9806 (setq gnus-move-split-methods
9807       '(("^From:.*Lars Magne" "nnml:junk")
9808         ("^Subject:.*gnus" "nnfolder:important")
9809         (".*" "nnml:misc")))
9810 @end lisp
9811
9812
9813 @node Various Summary Stuff
9814 @section Various Summary Stuff
9815
9816 @menu
9817 * Summary Group Information::   Information oriented commands.
9818 * Searching for Articles::      Multiple article commands.
9819 * Summary Generation Commands::  
9820 * Really Various Summary Commands::  Those pesky non-conformant commands.
9821 @end menu
9822
9823 @table @code
9824 @vindex gnus-summary-display-while-building
9825 @item gnus-summary-display-while-building
9826 If non-@code{nil}, show and update the summary buffer as it's being
9827 built.  If @code{t}, update the buffer after every line is inserted.
9828 If the value is an integer, @var{n}, update the display every @var{n}
9829 lines.  The default is @code{nil}.
9830
9831 @vindex gnus-summary-mode-hook
9832 @item gnus-summary-mode-hook
9833 This hook is called when creating a summary mode buffer.
9834
9835 @vindex gnus-summary-generate-hook
9836 @item gnus-summary-generate-hook
9837 This is called as the last thing before doing the threading and the
9838 generation of the summary buffer.  It's quite convenient for customizing
9839 the threading variables based on what data the newsgroup has.  This hook
9840 is called from the summary buffer after most summary buffer variables
9841 have been set.
9842
9843 @vindex gnus-summary-prepare-hook
9844 @item gnus-summary-prepare-hook
9845 It is called after the summary buffer has been generated.  You might use
9846 it to, for instance, highlight lines or modify the look of the buffer in
9847 some other ungodly manner.  I don't care.
9848
9849 @vindex gnus-summary-prepared-hook
9850 @item gnus-summary-prepared-hook
9851 A hook called as the very last thing after the summary buffer has been
9852 generated.
9853
9854 @vindex gnus-summary-ignore-duplicates
9855 @item gnus-summary-ignore-duplicates
9856 When Gnus discovers two articles that have the same @code{Message-ID},
9857 it has to do something drastic.  No articles are allowed to have the
9858 same @code{Message-ID}, but this may happen when reading mail from some
9859 sources.  Gnus allows you to customize what happens with this variable.
9860 If it is @code{nil} (which is the default), Gnus will rename the
9861 @code{Message-ID} (for display purposes only) and display the article as
9862 any other article.  If this variable is @code{t}, it won't display the
9863 article---it'll be as if it never existed.
9864
9865 @vindex gnus-alter-articles-to-read-function
9866 @item gnus-alter-articles-to-read-function
9867 This function, which takes two parameters (the group name and the list
9868 of articles to be selected), is called to allow the user to alter the
9869 list of articles to be selected.
9870
9871 For instance, the following function adds the list of cached articles to
9872 the list in one particular group:
9873
9874 @lisp
9875 (defun my-add-cached-articles (group articles)
9876   (if (string= group "some.group")
9877       (append gnus-newsgroup-cached articles)
9878     articles))
9879 @end lisp
9880
9881 @vindex gnus-newsgroup-variables
9882 @item gnus-newsgroup-variables
9883 A list of newsgroup (summary buffer) local variables, or cons of
9884 variables and their default values (when the default values are not
9885 nil), that should be made global while the summary buffer is active.
9886 These variables can be used to set variables in the group parameters
9887 while still allowing them to affect operations done in other
9888 buffers. For example:
9889
9890 @lisp
9891 (setq gnus-newsgroup-variables
9892      '(message-use-followup-to
9893        (gnus-visible-headers .
9894          "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
9895 @end lisp
9896
9897 @end table
9898
9899
9900 @node Summary Group Information
9901 @subsection Summary Group Information
9902
9903 @table @kbd
9904
9905 @item H f
9906 @kindex H f (Summary)
9907 @findex gnus-summary-fetch-faq
9908 @vindex gnus-group-faq-directory
9909 Try to fetch the FAQ (list of frequently asked questions) for the
9910 current group (@code{gnus-summary-fetch-faq}).  Gnus will try to get the
9911 FAQ from @code{gnus-group-faq-directory}, which is usually a directory
9912 on a remote machine.  This variable can also be a list of directories.
9913 In that case, giving a prefix to this command will allow you to choose
9914 between the various sites.  @code{ange-ftp} or @code{efs} will probably
9915 be used for fetching the file.
9916
9917 @item H d
9918 @kindex H d (Summary)
9919 @findex gnus-summary-describe-group
9920 Give a brief description of the current group
9921 (@code{gnus-summary-describe-group}).  If given a prefix, force
9922 rereading the description from the server.
9923
9924 @item H h
9925 @kindex H h (Summary)
9926 @findex gnus-summary-describe-briefly
9927 Give an extremely brief description of the most important summary
9928 keystrokes (@code{gnus-summary-describe-briefly}).
9929
9930 @item H i
9931 @kindex H i (Summary)
9932 @findex gnus-info-find-node
9933 Go to the Gnus info node (@code{gnus-info-find-node}).
9934 @end table
9935
9936
9937 @node Searching for Articles
9938 @subsection Searching for Articles
9939
9940 @table @kbd
9941
9942 @item M-s
9943 @kindex M-s (Summary)
9944 @findex gnus-summary-search-article-forward
9945 Search through all subsequent (raw) articles for a regexp
9946 (@code{gnus-summary-search-article-forward}).
9947
9948 @item M-r
9949 @kindex M-r (Summary)
9950 @findex gnus-summary-search-article-backward
9951 Search through all previous (raw) articles for a regexp
9952 (@code{gnus-summary-search-article-backward}).
9953
9954 @item &
9955 @kindex & (Summary)
9956 @findex gnus-summary-execute-command
9957 This command will prompt you for a header, a regular expression to match
9958 on this field, and a command to be executed if the match is made
9959 (@code{gnus-summary-execute-command}).  If the header is an empty
9960 string, the match is done on the entire article.  If given a prefix,
9961 search backward instead.
9962
9963 For instance, @kbd{& RET some.*string #} will put the process mark on
9964 all articles that have heads or bodies that match @samp{some.*string}.
9965
9966 @item M-&
9967 @kindex M-& (Summary)
9968 @findex gnus-summary-universal-argument
9969 Perform any operation on all articles that have been marked with
9970 the process mark (@code{gnus-summary-universal-argument}).
9971 @end table
9972
9973 @node Summary Generation Commands
9974 @subsection Summary Generation Commands
9975
9976 @table @kbd
9977
9978 @item Y g
9979 @kindex Y g (Summary)
9980 @findex gnus-summary-prepare
9981 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
9982
9983 @item Y c
9984 @kindex Y c (Summary)
9985 @findex gnus-summary-insert-cached-articles
9986 Pull all cached articles (for the current group) into the summary buffer
9987 (@code{gnus-summary-insert-cached-articles}).
9988
9989 @item Y d
9990 @kindex Y d (Summary)
9991 @findex gnus-summary-insert-dormant-articles
9992 Pull all dormant articles (for the current group) into the summary buffer
9993 (@code{gnus-summary-insert-dormant-articles}).
9994
9995 @end table
9996
9997
9998 @node Really Various Summary Commands
9999 @subsection Really Various Summary Commands
10000
10001 @table @kbd
10002
10003 @item A D
10004 @itemx C-d
10005 @kindex C-d (Summary)
10006 @kindex A D (Summary)
10007 @findex gnus-summary-enter-digest-group
10008 If the current article is a collection of other articles (for instance,
10009 a digest), you might use this command to enter a group based on the that
10010 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10011 guess what article type is currently displayed unless you give a prefix
10012 to this command, which forces a ``digest'' interpretation.  Basically,
10013 whenever you see a message that is a collection of other messages of
10014 some format, you @kbd{C-d} and read these messages in a more convenient
10015 fashion.
10016
10017 @item C-M-d
10018 @kindex C-M-d (Summary)
10019 @findex gnus-summary-read-document
10020 This command is very similar to the one above, but lets you gather
10021 several documents into one biiig group
10022 (@code{gnus-summary-read-document}).  It does this by opening several
10023 @code{nndoc} groups for each document, and then opening an
10024 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10025 command understands the process/prefix convention
10026 (@pxref{Process/Prefix}).
10027
10028 @item C-t
10029 @kindex C-t (Summary)
10030 @findex gnus-summary-toggle-truncation
10031 Toggle truncation of summary lines
10032 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10033 line centering function in the summary buffer, so it's not a good idea
10034 to have truncation switched off while reading articles.
10035
10036 @item =
10037 @kindex = (Summary)
10038 @findex gnus-summary-expand-window
10039 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10040 If given a prefix, force an @code{article} window configuration.
10041
10042 @item C-M-e
10043 @kindex C-M-e (Summary)
10044 @findex gnus-summary-edit-parameters
10045 Edit the group parameters (@pxref{Group Parameters}) of the current
10046 group (@code{gnus-summary-edit-parameters}).
10047
10048 @item C-M-a
10049 @kindex C-M-a (Summary)
10050 @findex gnus-summary-customize-parameters
10051 Customize the group parameters (@pxref{Group Parameters}) of the current
10052 group (@code{gnus-summary-customize-parameters}).
10053
10054 @end table
10055
10056
10057 @node Exiting the Summary Buffer
10058 @section Exiting the Summary Buffer
10059 @cindex summary exit
10060 @cindex exiting groups
10061
10062 Exiting from the summary buffer will normally update all info on the
10063 group and return you to the group buffer.
10064
10065 @table @kbd
10066
10067 @item Z Z
10068 @itemx q
10069 @kindex Z Z (Summary)
10070 @kindex q (Summary)
10071 @findex gnus-summary-exit
10072 @vindex gnus-summary-exit-hook
10073 @vindex gnus-summary-prepare-exit-hook
10074 @vindex gnus-group-no-more-groups-hook
10075 @c @icon{gnus-summary-exit}
10076 Exit the current group and update all information on the group
10077 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10078 called before doing much of the exiting, which calls
10079 @code{gnus-summary-expire-articles} by default.
10080 @code{gnus-summary-exit-hook} is called after finishing the exit
10081 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10082 group mode having no more (unread) groups.
10083
10084 @item Z E
10085 @itemx Q
10086 @kindex Z E (Summary)
10087 @kindex Q (Summary)
10088 @findex gnus-summary-exit-no-update
10089 Exit the current group without updating any information on the group
10090 (@code{gnus-summary-exit-no-update}).
10091
10092 @item Z c
10093 @itemx c
10094 @kindex Z c (Summary)
10095 @kindex c (Summary)
10096 @findex gnus-summary-catchup-and-exit
10097 @c @icon{gnus-summary-catchup-and-exit}
10098 Mark all unticked articles in the group as read and then exit
10099 (@code{gnus-summary-catchup-and-exit}).
10100
10101 @item Z C
10102 @kindex Z C (Summary)
10103 @findex gnus-summary-catchup-all-and-exit
10104 Mark all articles, even the ticked ones, as read and then exit
10105 (@code{gnus-summary-catchup-all-and-exit}).
10106
10107 @item Z n
10108 @kindex Z n (Summary)
10109 @findex gnus-summary-catchup-and-goto-next-group
10110 Mark all articles as read and go to the next group
10111 (@code{gnus-summary-catchup-and-goto-next-group}).
10112
10113 @item Z R
10114 @kindex Z R (Summary)
10115 @findex gnus-summary-reselect-current-group
10116 Exit this group, and then enter it again
10117 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10118 all articles, both read and unread.
10119
10120 @item Z G
10121 @itemx M-g
10122 @kindex Z G (Summary)
10123 @kindex M-g (Summary)
10124 @findex gnus-summary-rescan-group
10125 @c @icon{gnus-summary-mail-get}
10126 Exit the group, check for new articles in the group, and select the
10127 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10128 articles, both read and unread.
10129
10130 @item Z N
10131 @kindex Z N (Summary)
10132 @findex gnus-summary-next-group
10133 Exit the group and go to the next group
10134 (@code{gnus-summary-next-group}).
10135
10136 @item Z P
10137 @kindex Z P (Summary)
10138 @findex gnus-summary-prev-group
10139 Exit the group and go to the previous group
10140 (@code{gnus-summary-prev-group}).
10141
10142 @item Z s
10143 @kindex Z s (Summary)
10144 @findex gnus-summary-save-newsrc
10145 Save the current number of read/marked articles in the dribble buffer
10146 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10147 given a prefix, also save the @file{.newsrc} file(s).  Using this
10148 command will make exit without updating (the @kbd{Q} command) worthless.
10149 @end table
10150
10151 @vindex gnus-exit-group-hook
10152 @code{gnus-exit-group-hook} is called when you exit the current group
10153 with an ``updating'' exit.  For instance @kbd{Q}
10154 (@code{gnus-summary-exit-no-update}) does not call this hook.
10155
10156 @findex gnus-summary-wake-up-the-dead
10157 @findex gnus-dead-summary-mode
10158 @vindex gnus-kill-summary-on-exit
10159 If you're in the habit of exiting groups, and then changing your mind
10160 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10161 If you do that, Gnus won't kill the summary buffer when you exit it.
10162 (Quelle surprise!)  Instead it will change the name of the buffer to
10163 something like @samp{*Dead Summary ... *} and install a minor mode
10164 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10165 buffer, you'll find that all keys are mapped to a function called
10166 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10167 summary buffer will result in a live, normal summary buffer.
10168
10169 There will never be more than one dead summary buffer at any one time.
10170
10171 @vindex gnus-use-cross-reference
10172 The data on the current group will be updated (which articles you have
10173 read, which articles you have replied to, etc.) when you exit the
10174 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10175 @code{t} (which is the default), articles that are cross-referenced to
10176 this group and are marked as read, will also be marked as read in the
10177 other subscribed groups they were cross-posted to.  If this variable is
10178 neither @code{nil} nor @code{t}, the article will be marked as read in
10179 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10180
10181
10182 @node Crosspost Handling
10183 @section Crosspost Handling
10184
10185 @cindex velveeta
10186 @cindex spamming
10187 Marking cross-posted articles as read ensures that you'll never have to
10188 read the same article more than once.  Unless, of course, somebody has
10189 posted it to several groups separately.  Posting the same article to
10190 several groups (not cross-posting) is called @dfn{spamming}, and you are
10191 by law required to send nasty-grams to anyone who perpetrates such a
10192 heinous crime.  You may want to try NoCeM handling to filter out spam
10193 (@pxref{NoCeM}).
10194
10195 Remember: Cross-posting is kinda ok, but posting the same article
10196 separately to several groups is not.  Massive cross-posting (aka.
10197 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10198 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10199 excessive crossposting (@pxref{Summary Mail Commands}).
10200
10201 @cindex cross-posting
10202 @cindex Xref
10203 @cindex @sc{nov}
10204 One thing that may cause Gnus to not do the cross-posting thing
10205 correctly is if you use an @sc{nntp} server that supports @sc{xover}
10206 (which is very nice, because it speeds things up considerably) which
10207 does not include the @code{Xref} header in its @sc{nov} lines.  This is
10208 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10209 even with @sc{xover} by registering the @code{Xref} lines of all
10210 articles you actually read, but if you kill the articles, or just mark
10211 them as read without reading them, Gnus will not get a chance to snoop
10212 the @code{Xref} lines out of these articles, and will be unable to use
10213 the cross reference mechanism.
10214
10215 @cindex LIST overview.fmt
10216 @cindex overview.fmt
10217 To check whether your @sc{nntp} server includes the @code{Xref} header
10218 in its overview files, try @samp{telnet your.nntp.server nntp},
10219 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10220 overview.fmt}.  This may not work, but if it does, and the last line you
10221 get does not read @samp{Xref:full}, then you should shout and whine at
10222 your news admin until she includes the @code{Xref} header in the
10223 overview files.
10224
10225 @vindex gnus-nov-is-evil
10226 If you want Gnus to get the @code{Xref}s right all the time, you have to
10227 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10228 considerably.
10229
10230 C'est la vie.
10231
10232 For an alternative approach, @pxref{Duplicate Suppression}.
10233
10234
10235 @node Duplicate Suppression
10236 @section Duplicate Suppression
10237
10238 By default, Gnus tries to make sure that you don't have to read the same
10239 article more than once by utilizing the crossposting mechanism
10240 (@pxref{Crosspost Handling}).  However, that simple and efficient
10241 approach may not work satisfactory for some users for various
10242 reasons.
10243
10244 @enumerate
10245 @item
10246 The @sc{nntp} server may fail to generate the @code{Xref} header.  This
10247 is evil and not very common.
10248
10249 @item
10250 The @sc{nntp} server may fail to include the @code{Xref} header in the
10251 @file{.overview} data bases.  This is evil and all too common, alas.
10252
10253 @item
10254 You may be reading the same group (or several related groups) from
10255 different @sc{nntp} servers.
10256
10257 @item
10258 You may be getting mail that duplicates articles posted to groups.
10259 @end enumerate
10260
10261 I'm sure there are other situations where @code{Xref} handling fails as
10262 well, but these four are the most common situations.
10263
10264 If, and only if, @code{Xref} handling fails for you, then you may
10265 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10266 will remember the @code{Message-ID}s of all articles you have read or
10267 otherwise marked as read, and then, as if by magic, mark them as read
10268 all subsequent times you see them---in @emph{all} groups.  Using this
10269 mechanism is quite likely to be somewhat inefficient, but not overly
10270 so.  It's certainly preferable to reading the same articles more than
10271 once.
10272
10273 Duplicate suppression is not a very subtle instrument.  It's more like a
10274 sledge hammer than anything else.  It works in a very simple
10275 fashion---if you have marked an article as read, it adds this Message-ID
10276 to a cache.  The next time it sees this Message-ID, it will mark the
10277 article as read with the @samp{M} mark.  It doesn't care what group it
10278 saw the article in.
10279
10280 @table @code
10281 @item gnus-suppress-duplicates
10282 @vindex gnus-suppress-duplicates
10283 If non-@code{nil}, suppress duplicates.
10284
10285 @item gnus-save-duplicate-list
10286 @vindex gnus-save-duplicate-list
10287 If non-@code{nil}, save the list of duplicates to a file.  This will
10288 make startup and shutdown take longer, so the default is @code{nil}.
10289 However, this means that only duplicate articles read in a single Gnus
10290 session are suppressed.
10291
10292 @item gnus-duplicate-list-length
10293 @vindex gnus-duplicate-list-length
10294 This variable says how many @code{Message-ID}s to keep in the duplicate
10295 suppression list.  The default is 10000.
10296
10297 @item gnus-duplicate-file
10298 @vindex gnus-duplicate-file
10299 The name of the file to store the duplicate suppression list in.  The
10300 default is @file{~/News/suppression}.
10301 @end table
10302
10303 If you have a tendency to stop and start Gnus often, setting
10304 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10305 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10306 the other hand, saving the list makes startup and shutdown much slower,
10307 so that means that if you stop and start Gnus often, you should set
10308 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10309 to you to figure out, I think.
10310
10311 @node Security
10312 @section Security
10313
10314 Gnus is able to verify signed messages or decrypt encrypted messages.
10315 The formats that are supported are PGP, @sc{pgp/mime} and @sc{s/mime},
10316 however you need some external programs to get things to work:
10317
10318 @enumerate
10319 @item
10320 To handle PGP and PGP/MIME messages, you have to install an OpenPGP
10321 implementation such as GnuPG.  The lisp interface to GnuPG included
10322 with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG Manual}), but
10323 Mailcrypt and gpg.el are also supported.
10324
10325 @item
10326 To handle @sc{s/mime} message, you need to install OpenSSL.  OpenSSL 0.9.6
10327 or newer is recommended.
10328
10329 @end enumerate
10330
10331 More information on how to set things up can be found in the message
10332 manual (@pxref{Security, ,Security, message, Message Manual}).
10333
10334 @table @code
10335 @item mm-verify-option
10336 @vindex mm-verify-option
10337 Option of verifying signed parts.  @code{never}, not verify;
10338 @code{always}, always verify; @code{known}, only verify known
10339 protocols. Otherwise, ask user.
10340
10341 @item mm-decrypt-option
10342 @vindex mm-decrypt-option
10343 Option of decrypting encrypted parts.  @code{never}, no decryption;
10344 @code{always}, always decrypt; @code{known}, only decrypt known
10345 protocols. Otherwise, ask user.
10346
10347 @item mml1991-use
10348 @vindex mml1991-use
10349 Symbol indicating elisp interface to OpenPGP implementation for PGP
10350 messages.  The default is @code{pgg}, but @code{mailcrypt} and
10351 @code{gpg} are also supported although deprecated.
10352
10353 @item mml2015-use
10354 @vindex mml2015-use
10355 Symbol indicating elisp interface to OpenPGP implementation for
10356 PGP/MIME messages.  The default is @code{pgg}, but @code{mailcrypt}
10357 and @code{gpg} are also supported although deprecated.
10358
10359 @end table
10360
10361 @node Mailing List
10362 @section Mailing List
10363
10364 @kindex A M (summary)
10365 @findex gnus-mailing-list-insinuate
10366 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10367 either add a `to-list' group parameter (@pxref{Group Parameters}),
10368 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10369 summary buffer, or say:
10370
10371 @lisp
10372 (add-hook 'gnus-summary-mode-hook 'turn-on-gnus-mailing-list-mode)
10373 @end lisp
10374
10375 That enables the following commands to the summary buffer:
10376
10377 @table @kbd
10378
10379 @item C-c C-n h
10380 @kindex C-c C-n h (Summary)
10381 @findex gnus-mailing-list-help
10382 Send a message to fetch mailing list help, if List-Help field exists.
10383
10384 @item C-c C-n s
10385 @kindex C-c C-n s (Summary)
10386 @findex gnus-mailing-list-subscribe
10387 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10388
10389 @item C-c C-n u
10390 @kindex C-c C-n u (Summary)
10391 @findex gnus-mailing-list-unsubscribe
10392 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10393 field exists.
10394
10395 @item C-c C-n p
10396 @kindex C-c C-n p (Summary)
10397 @findex gnus-mailing-list-post
10398 Post to the mailing list, if List-Post field exists.
10399
10400 @item C-c C-n o
10401 @kindex C-c C-n o (Summary)
10402 @findex gnus-mailing-list-owner
10403 Send a message to the mailing list owner, if List-Owner field exists.
10404
10405 @item C-c C-n a
10406 @kindex C-c C-n a (Summary)
10407 @findex gnus-mailing-list-owner
10408 Browse the mailing list archive, if List-Archive field exists.
10409
10410 @end table
10411
10412 @node Article Buffer
10413 @chapter Article Buffer
10414 @cindex article buffer
10415
10416 The articles are displayed in the article buffer, of which there is only
10417 one.  All the summary buffers share the same article buffer unless you
10418 tell Gnus otherwise.
10419
10420 @menu
10421 * Hiding Headers::              Deciding what headers should be displayed.
10422 * Using MIME::                  Pushing articles through @sc{mime} before reading them.
10423 * Customizing Articles::        Tailoring the look of the articles.
10424 * Article Keymap::              Keystrokes available in the article buffer.
10425 * Misc Article::                Other stuff.
10426 @end menu
10427
10428
10429 @node Hiding Headers
10430 @section Hiding Headers
10431 @cindex hiding headers
10432 @cindex deleting headers
10433
10434 The top section of each article is the @dfn{head}.  (The rest is the
10435 @dfn{body}, but you may have guessed that already.)
10436
10437 @vindex gnus-show-all-headers
10438 There is a lot of useful information in the head: the name of the person
10439 who wrote the article, the date it was written and the subject of the
10440 article.  That's well and nice, but there's also lots of information
10441 most people do not want to see---what systems the article has passed
10442 through before reaching you, the @code{Message-ID}, the
10443 @code{References}, etc. ad nauseum---and you'll probably want to get rid
10444 of some of those lines.  If you want to keep all those lines in the
10445 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10446
10447 Gnus provides you with two variables for sifting headers:
10448
10449 @table @code
10450
10451 @item gnus-visible-headers
10452 @vindex gnus-visible-headers
10453 If this variable is non-@code{nil}, it should be a regular expression
10454 that says what headers you wish to keep in the article buffer.  All
10455 headers that do not match this variable will be hidden.
10456
10457 For instance, if you only want to see the name of the person who wrote
10458 the article and the subject, you'd say:
10459
10460 @lisp
10461 (setq gnus-visible-headers "^From:\\|^Subject:")
10462 @end lisp
10463
10464 This variable can also be a list of regexps to match headers to
10465 remain visible.
10466
10467 @item gnus-ignored-headers
10468 @vindex gnus-ignored-headers
10469 This variable is the reverse of @code{gnus-visible-headers}.  If this
10470 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10471 should be a regular expression that matches all lines that you want to
10472 hide.  All lines that do not match this variable will remain visible.
10473
10474 For instance, if you just want to get rid of the @code{References} line
10475 and the @code{Xref} line, you might say:
10476
10477 @lisp
10478 (setq gnus-ignored-headers "^References:\\|^Xref:")
10479 @end lisp
10480
10481 This variable can also be a list of regexps to match headers to
10482 be removed.
10483
10484 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10485 variable will have no effect.
10486
10487 @end table
10488
10489 @vindex gnus-sorted-header-list
10490 Gnus can also sort the headers for you.  (It does this by default.)  You
10491 can control the sorting by setting the @code{gnus-sorted-header-list}
10492 variable.  It is a list of regular expressions that says in what order
10493 the headers are to be displayed.
10494
10495 For instance, if you want the name of the author of the article first,
10496 and then the subject, you might say something like:
10497
10498 @lisp
10499 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10500 @end lisp
10501
10502 Any headers that are to remain visible, but are not listed in this
10503 variable, will be displayed in random order after all the headers listed in this variable.
10504
10505 @findex gnus-article-hide-boring-headers
10506 @vindex gnus-boring-article-headers
10507 You can hide further boring headers by setting
10508 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10509 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10510 list, but this list doesn't actually contain header names.  Instead is
10511 lists various @dfn{boring conditions} that Gnus can check and remove
10512 from sight.
10513
10514 These conditions are:
10515 @table @code
10516 @item empty
10517 Remove all empty headers.
10518 @item followup-to
10519 Remove the @code{Followup-To} header if it is identical to the
10520 @code{Newsgroups} header.
10521 @item reply-to
10522 Remove the @code{Reply-To} header if it lists the same address as the
10523 @code{From} header.
10524 @item newsgroups
10525 Remove the @code{Newsgroups} header if it only contains the current group
10526 name.
10527 @item to-address
10528 Remove the @code{To} header if it only contains the address identical to
10529 the current groups's @code{to-address} parameter.
10530 @item date
10531 Remove the @code{Date} header if the article is less than three days
10532 old.
10533 @item long-to
10534 Remove the @code{To} header if it is very long.
10535 @item many-to
10536 Remove all @code{To} headers if there are more than one.
10537 @end table
10538
10539 To include these three elements, you could say something like:
10540
10541 @lisp
10542 (setq gnus-boring-article-headers
10543       '(empty followup-to reply-to))
10544 @end lisp
10545
10546 This is also the default value for this variable.
10547
10548
10549 @node Using MIME
10550 @section Using MIME
10551 @cindex @sc{mime}
10552
10553 Mime is a standard for waving your hands through the air, aimlessly,
10554 while people stand around yawning.
10555
10556 @sc{mime}, however, is a standard for encoding your articles, aimlessly,
10557 while all newsreaders die of fear.
10558
10559 @sc{mime} may specify what character set the article uses, the encoding
10560 of the characters, and it also makes it possible to embed pictures and
10561 other naughty stuff in innocent-looking articles.
10562
10563 @vindex gnus-display-mime-function
10564 @findex gnus-display-mime
10565 Gnus pushes @sc{mime} articles through @code{gnus-display-mime-function}
10566 to display the @sc{mime} parts.  This is @code{gnus-display-mime} by
10567 default, which creates a bundle of clickable buttons that can be used to
10568 display, save and manipulate the @sc{mime} objects.
10569
10570 The following commands are available when you have placed point over a
10571 @sc{mime} button:
10572
10573 @table @kbd
10574 @findex gnus-article-press-button
10575 @item RET (Article)
10576 @kindex RET (Article)
10577 @itemx BUTTON-2 (Article)
10578 Toggle displaying of the @sc{mime} object
10579 (@code{gnus-article-press-button}). If builtin viewers can not display
10580 the object, Gnus resorts to external viewers in the @file{mailcap}
10581 files.  If a viewer has the @samp{copiousoutput} specification, the
10582 object is displayed inline.
10583
10584 @findex gnus-mime-view-part
10585 @item M-RET (Article)
10586 @kindex M-RET (Article)
10587 @itemx v (Article)
10588 Prompt for a method, and then view the @sc{mime} object using this
10589 method (@code{gnus-mime-view-part}).
10590
10591 @findex gnus-mime-view-part-as-type
10592 @item t (Article)
10593 @kindex t (Article)
10594 View the @sc{mime} object as if it were a different @sc{mime} media type
10595 (@code{gnus-mime-view-part-as-type}).
10596
10597 @findex gnus-mime-view-part-as-charset
10598 @item C (Article)
10599 @kindex C (Article)
10600 Prompt for a charset, and then view the @sc{mime} object using this
10601 charset (@code{gnus-mime-view-part-as-charset}).
10602
10603 @findex gnus-mime-save-part
10604 @item o (Article)
10605 @kindex o (Article)
10606 Prompt for a file name, and then save the @sc{mime} object
10607 (@code{gnus-mime-save-part}).
10608
10609 @findex gnus-mime-save-part-and-strip
10610 @item C-o (Article)
10611 @kindex C-o (Article)
10612 Prompt for a file name, then save the @sc{mime} object and strip it from
10613 the article.  Then proceed to article editing, where a reasonable
10614 suggestion is being made on how the altered article should look
10615 like. The stripped @sc{mime} object will be referred via the
10616 message/external-body @sc{mime} type.
10617 (@code{gnus-mime-save-part-and-strip}).
10618
10619 @findex gnus-mime-copy-part
10620 @item c (Article)
10621 @kindex c (Article)
10622 Copy the @sc{mime} object to a fresh buffer and display this buffer
10623 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10624 @file{.bz2} are automatically decompressed if
10625 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10626 Accessing Compressed Files, emacs, The Emacs Editor}).
10627
10628 @findex gnus-mime-print-part
10629 @item p (Article)
10630 @kindex p (Article)
10631 Print the @sc{mime} object (@code{gnus-mime-print-part}).  This
10632 command respects the @samp{print=} specifications in the
10633 @file{.mailcap} file.
10634
10635 @findex gnus-mime-inline-part
10636 @item i (Article)
10637 @kindex i (Article)
10638 Insert the contents of the @sc{mime} object into the buffer
10639 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10640 the raw contents without decoding.  If given a numerical prefix, you can
10641 do semi-manual charset stuff (see
10642 @code{gnus-summary-show-article-charset-alist} in @pxref{Paging the
10643 Article}).
10644
10645 @findex gnus-mime-view-part-internally
10646 @item E (Article)
10647 @kindex E (Article)
10648 View the @sc{mime} object with an internal viewer.  If no internal
10649 viewer is available, use an external viewer
10650 (@code{gnus-mime-view-part-internally}).
10651
10652 @findex gnus-mime-view-part-externally
10653 @item e (Article)
10654 @kindex e (Article)
10655 View the @sc{mime} object with an external viewer.
10656 (@code{gnus-mime-view-part-externally}).
10657
10658 @findex gnus-mime-pipe-part
10659 @item | (Article)
10660 @kindex | (Article)
10661 Output the @sc{mime} object to a process (@code{gnus-mime-pipe-part}).
10662
10663 @findex gnus-mime-action-on-part
10664 @item . (Article)
10665 @kindex . (Article)
10666 Interactively run an action on the @sc{mime} object
10667 (@code{gnus-mime-action-on-part}).
10668
10669 @end table
10670
10671 Gnus will display some @sc{mime} objects automatically.  The way Gnus
10672 determines which parts to do this with is described in the Emacs
10673 @sc{mime} manual.
10674
10675 It might be best to just use the toggling functions from the article
10676 buffer to avoid getting nasty surprises.  (For instance, you enter the
10677 group @samp{alt.sing-a-long} and, before you know it, @sc{mime} has
10678 decoded the sound file in the article and some horrible sing-a-long song
10679 comes screaming out your speakers, and you can't find the volume button,
10680 because there isn't one, and people are starting to look at you, and you
10681 try to stop the program, but you can't, and you can't find the program
10682 to control the volume, and everybody else in the room suddenly decides
10683 to look at you disdainfully, and you'll feel rather stupid.)
10684
10685 Any similarity to real events and people is purely coincidental.  Ahem.
10686
10687 Also see @pxref{MIME Commands}.
10688
10689
10690 @node Customizing Articles
10691 @section Customizing Articles
10692 @cindex article customization
10693
10694 A slew of functions for customizing how the articles are to look like
10695 exist.  You can call these functions interactively, or you can have them
10696 called automatically when you select the articles.
10697
10698 To have them called automatically, you should set the corresponding
10699 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10700 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10701 be set, but first we discuss the values these variables can have.
10702
10703 Note: Some values, while valid, make little sense.  Check the list below
10704 for sensible values.
10705
10706 @enumerate
10707 @item
10708 @code{nil}: Don't do this treatment.
10709
10710 @item
10711 @code{t}: Do this treatment on all body parts.
10712
10713 @item
10714 @code{head}: Do the treatment on the headers.
10715
10716 @item
10717 @code{last}: Do this treatment on the last part.
10718
10719 @item
10720 An integer: Do this treatment on all body parts that have a length less
10721 than this number.
10722
10723 @item
10724 A list of strings: Do this treatment on all body parts that are in
10725 articles that are read in groups that have names that match one of the
10726 regexps in the list.
10727
10728 @item
10729 A list where the first element is not a string:
10730
10731 The list is evaluated recursively.  The first element of the list is a
10732 predicate.  The following predicates are recognized: @code{or},
10733 @code{and}, @code{not} and @code{typep}.  Here's an example:
10734
10735 @lisp
10736 (or last
10737     (typep "text/x-vcard"))
10738 @end lisp
10739
10740 @end enumerate
10741
10742 You may have noticed that the word @dfn{part} is used here.  This refers
10743 to the fact that some messages are @sc{mime} multipart articles that may
10744 be divided into several parts.  Articles that are not multiparts are
10745 considered to contain just a single part.
10746
10747 @vindex gnus-article-treat-types
10748 Are the treatments applied to all sorts of multipart parts?  Yes, if you
10749 want to, but by default, only @samp{text/plain} parts are given the
10750 treatment.  This is controlled by the @code{gnus-article-treat-types}
10751 variable, which is a list of regular expressions that are matched to the
10752 type of the part.  This variable is ignored if the value of the
10753 controlling variable is a predicate list, as described above.
10754
10755 The following treatment options are available.  The easiest way to
10756 customize this is to examine the @code{gnus-article-treat} customization
10757 group.  Values in parenthesis are suggested sensible values.  Others are
10758 possible but those listed are probably sufficient for most people.
10759
10760 @table @code
10761 @item gnus-treat-buttonize (t, integer)
10762 @item gnus-treat-buttonize-head (head)
10763
10764 @xref{Article Buttons}.
10765
10766 @item gnus-treat-capitalize-sentences (t, integer)
10767 @item gnus-treat-overstrike (t, integer)
10768 @item gnus-treat-strip-cr (t, integer)
10769 @item gnus-treat-strip-headers-in-body (t, integer)
10770 @item gnus-treat-strip-leading-blank-lines (t, integer)
10771 @item gnus-treat-strip-multiple-blank-lines (t, integer)
10772 @item gnus-treat-strip-pem (t, last, integer)
10773 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
10774 @item gnus-treat-unsplit-urls (t, integer)
10775 @item gnus-treat-wash-html (t, integer)
10776
10777 @xref{Article Washing}.
10778
10779 @item gnus-treat-date-english (head)
10780 @item gnus-treat-date-iso8601 (head)
10781 @item gnus-treat-date-lapsed (head)
10782 @item gnus-treat-date-local (head)
10783 @item gnus-treat-date-original (head)
10784 @item gnus-treat-date-user-defined (head)
10785 @item gnus-treat-date-ut (head)
10786
10787 @xref{Article Date}.
10788
10789 @item gnus-treat-from-picon (head)
10790 @item gnus-treat-mail-picon (head)
10791 @item gnus-treat-newsgroups-picon (head)
10792
10793 @xref{Picons}.
10794
10795 @item gnus-treat-display-smileys (t, integer)
10796
10797 @item gnus-treat-body-boundary (head)
10798
10799 @vindex gnus-body-boundary-delimiter
10800 Adds a delimiter between header and body, the string used as delimiter
10801 is controlled by @code{gnus-body-boundary-delimiter}.
10802
10803 @xref{Smileys}.
10804
10805 @item gnus-treat-display-xface (head)
10806
10807 @xref{X-Face}.
10808
10809 @item gnus-treat-emphasize (t, head, integer)
10810 @item gnus-treat-fill-article (t, integer)
10811 @item gnus-treat-fill-long-lines (t, integer)
10812 @item gnus-treat-hide-boring-headers (head)
10813 @item gnus-treat-hide-citation (t, integer)
10814 @item gnus-treat-hide-citation-maybe (t, integer)
10815 @item gnus-treat-hide-headers (head)
10816 @item gnus-treat-hide-signature (t, last)
10817
10818 @xref{Article Hiding}.
10819
10820 @item gnus-treat-highlight-citation (t, integer)
10821 @item gnus-treat-highlight-headers (head)
10822 @item gnus-treat-highlight-signature (t, last, integer)
10823
10824 @xref{Article Highlighting}.
10825
10826 @item gnus-treat-play-sounds
10827 @item gnus-treat-translate
10828 @item gnus-treat-x-pgp-sig (head)
10829
10830 @item gnus-treat-unfold-headers (head)
10831 @item gnus-treat-fold-headers (head)
10832 @item gnus-treat-fold-newsgroups (head)
10833 @item gnus-treat-leading-whitespace (head)
10834
10835 @xref{Article Header}.
10836
10837
10838 @end table
10839
10840 @vindex gnus-part-display-hook
10841 You can, of course, write your own functions to be called from
10842 @code{gnus-part-display-hook}.  The functions are called narrowed to the
10843 part, and you can do anything you like, pretty much.  There is no
10844 information that you have to keep in the buffer---you can change
10845 everything.
10846
10847
10848 @node Article Keymap
10849 @section Article Keymap
10850
10851 Most of the keystrokes in the summary buffer can also be used in the
10852 article buffer.  They should behave as if you typed them in the summary
10853 buffer, which means that you don't actually have to have a summary
10854 buffer displayed while reading.  You can do it all from the article
10855 buffer.
10856
10857 A few additional keystrokes are available:
10858
10859 @table @kbd
10860
10861 @item SPACE
10862 @kindex SPACE (Article)
10863 @findex gnus-article-next-page
10864 Scroll forwards one page (@code{gnus-article-next-page}).
10865 This is exactly the same as @kbd{h SPACE h}.
10866
10867 @item DEL
10868 @kindex DEL (Article)
10869 @findex gnus-article-prev-page
10870 Scroll backwards one page (@code{gnus-article-prev-page}).
10871 This is exactly the same as @kbd{h DEL h}.
10872
10873 @item C-c ^
10874 @kindex C-c ^ (Article)
10875 @findex gnus-article-refer-article
10876 If point is in the neighborhood of a @code{Message-ID} and you press
10877 @kbd{C-c ^}, Gnus will try to get that article from the server
10878 (@code{gnus-article-refer-article}).
10879
10880 @item C-c C-m
10881 @kindex C-c C-m (Article)
10882 @findex gnus-article-mail
10883 Send a reply to the address near point (@code{gnus-article-mail}).  If
10884 given a prefix, include the mail.
10885
10886 @item s
10887 @kindex s (Article)
10888 @findex gnus-article-show-summary
10889 Reconfigure the buffers so that the summary buffer becomes visible
10890 (@code{gnus-article-show-summary}).
10891
10892 @item ?
10893 @kindex ? (Article)
10894 @findex gnus-article-describe-briefly
10895 Give a very brief description of the available keystrokes
10896 (@code{gnus-article-describe-briefly}).
10897
10898 @item TAB
10899 @kindex TAB (Article)
10900 @findex gnus-article-next-button
10901 Go to the next button, if any (@code{gnus-article-next-button}).  This
10902 only makes sense if you have buttonizing turned on.
10903
10904 @item M-TAB
10905 @kindex M-TAB (Article)
10906 @findex gnus-article-prev-button
10907 Go to the previous button, if any (@code{gnus-article-prev-button}).
10908
10909 @item R
10910 @kindex R (Article)
10911 @findex gnus-article-reply-with-original
10912 Send a reply to the current article and yank the current article
10913 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
10914 wide reply.  If the region is active, only yank the text in the
10915 region.
10916
10917 @item F
10918 @kindex F (Article)
10919 @findex gnus-article-followup-with-original
10920 Send a followup to the current article and yank the current article
10921 (@code{gnus-article-followup-with-original}).  If given a prefix, make
10922 a wide reply.  If the region is active, only yank the text in the
10923 region.
10924
10925
10926 @end table
10927
10928
10929 @node Misc Article
10930 @section Misc Article
10931
10932 @table @code
10933
10934 @item gnus-single-article-buffer
10935 @vindex gnus-single-article-buffer
10936 If non-@code{nil}, use the same article buffer for all the groups.
10937 (This is the default.)  If @code{nil}, each group will have its own
10938 article buffer.
10939
10940 @vindex gnus-article-decode-hook
10941 @item gnus-article-decode-hook
10942 @cindex MIME
10943 Hook used to decode @sc{mime} articles.  The default value is
10944 @code{(article-decode-charset article-decode-encoded-words)}
10945
10946 @vindex gnus-article-prepare-hook
10947 @item gnus-article-prepare-hook
10948 This hook is called right after the article has been inserted into the
10949 article buffer.  It is mainly intended for functions that do something
10950 depending on the contents; it should probably not be used for changing
10951 the contents of the article buffer.
10952
10953 @item gnus-article-mode-hook
10954 @vindex gnus-article-mode-hook
10955 Hook called in article mode buffers.
10956
10957 @item gnus-article-mode-syntax-table
10958 @vindex gnus-article-mode-syntax-table
10959 Syntax table used in article buffers.  It is initialized from
10960 @code{text-mode-syntax-table}.
10961
10962 @vindex gnus-article-mode-line-format
10963 @item gnus-article-mode-line-format
10964 This variable is a format string along the same lines as
10965 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
10966 accepts the same format specifications as that variable, with two
10967 extensions:
10968
10969 @table @samp
10970
10971 @item w
10972 The @dfn{wash status} of the article.  This is a short string with one
10973 character for each possible article wash operation that may have been
10974 performed.  The characters and their meaning:
10975
10976 @table @samp
10977
10978 @item c
10979 Displayed when cited text may be hidden in the article buffer.
10980
10981 @item h
10982 Displayed when headers are hidden in the article buffer.
10983
10984 @item p
10985 Displayed when article is digitally signed or encrypted, and Gnus has
10986 hidden the security headers.  (N.B. does not tell anything about
10987 security status, i.e. good or bad signature.)
10988
10989 @item s
10990 Displayed when the signature has been hidden in the Article buffer.
10991
10992 @item o
10993 Displayed when Gnus has treated overstrike characters in the article buffer.
10994
10995 @item e
10996 Displayed when Gnus has treated emphasised strings in the article buffer.
10997
10998 @end table
10999
11000 @item m
11001 The number of @sc{mime} parts in the article.
11002
11003 @end table
11004
11005 @vindex gnus-break-pages
11006
11007 @item gnus-break-pages
11008 Controls whether @dfn{page breaking} is to take place.  If this variable
11009 is non-@code{nil}, the articles will be divided into pages whenever a
11010 page delimiter appears in the article.  If this variable is @code{nil},
11011 paging will not be done.
11012
11013 @item gnus-page-delimiter
11014 @vindex gnus-page-delimiter
11015 This is the delimiter mentioned above.  By default, it is @samp{^L}
11016 (formfeed).
11017 @end table
11018
11019
11020 @node Composing Messages
11021 @chapter Composing Messages
11022 @cindex composing messages
11023 @cindex messages
11024 @cindex mail
11025 @cindex sending mail
11026 @cindex reply
11027 @cindex followup
11028 @cindex post
11029 @cindex using gpg
11030 @cindex using s/mime
11031 @cindex using smime
11032
11033 @kindex C-c C-c (Post)
11034 All commands for posting and mailing will put you in a message buffer
11035 where you can edit the article all you like, before you send the
11036 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11037 Message Manual}.  Where the message will be posted/mailed to depends
11038 on your setup (@pxref{Posting Server}).
11039
11040 @menu
11041 * Mail::                        Mailing and replying.
11042 * Posting Server::              What server should you post and mail via?
11043 * Mail and Post::               Mailing and posting at the same time.
11044 * Archived Messages::           Where Gnus stores the messages you've sent.
11045 * Posting Styles::              An easier way to specify who you are.
11046 * Drafts::                      Postponing messages and rejected messages.
11047 * Rejected Articles::           What happens if the server doesn't like your article?
11048 * Signing and encrypting::      How to compose secure messages.
11049 @end menu
11050
11051 Also see @pxref{Canceling and Superseding} for information on how to
11052 remove articles you shouldn't have posted.
11053
11054
11055 @node Mail
11056 @section Mail
11057
11058 Variables for customizing outgoing mail:
11059
11060 @table @code
11061 @item gnus-uu-digest-headers
11062 @vindex gnus-uu-digest-headers
11063 List of regexps to match headers included in digested messages.  The
11064 headers will be included in the sequence they are matched.  If
11065 @code{nil} include all headers.
11066
11067 @item gnus-add-to-list
11068 @vindex gnus-add-to-list
11069 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11070 that have none when you do a @kbd{a}.
11071
11072 @item gnus-confirm-mail-reply-to-news
11073 @vindex gnus-confirm-mail-reply-to-news
11074 This can also be a function receiving the group name as the only
11075 parameter which should return non-@code{nil} if a confirmation is
11076 needed, or a regular expression matching group names, where
11077 confirmation is should be asked for.
11078
11079 If you find yourself never wanting to reply to mail, but occasionally
11080 press R anyway, this variable might be for you.
11081
11082 @item gnus-confirm-treat-mail-like-news
11083 @vindex gnus-confirm-treat-mail-like-news
11084 If non-@code{nil}, Gnus also requests confirmation according to
11085 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11086 useful for treating mailing lists like newsgroups.
11087  
11088 @end table
11089
11090
11091 @node Posting Server
11092 @section Posting Server
11093
11094 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11095 (extremely intelligent, of course) article, where does it go?
11096
11097 Thank you for asking.  I hate you.
11098
11099 It can be quite complicated.
11100
11101 @vindex gnus-post-method
11102 When posting news, Message usually invokes @code{message-send-news}
11103 (@pxref{News Variables, , News Variables, message, Message Manual}).
11104 Normally, Gnus will post using the same select method as you're
11105 reading from (which might be convenient if you're reading lots of
11106 groups from different private servers).  However.  If the server
11107 you're reading from doesn't allow posting, just reading, you probably
11108 want to use some other server to post your (extremely intelligent and
11109 fabulously interesting) articles.  You can then set the
11110 @code{gnus-post-method} to some other method:
11111
11112 @lisp
11113 (setq gnus-post-method '(nnspool ""))
11114 @end lisp
11115
11116 Now, if you've done this, and then this server rejects your article, or
11117 this server is down, what do you do then?  To override this variable you
11118 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11119 the ``current'' server, to get back the default behavior, for posting.
11120
11121 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11122 Gnus will prompt you for what method to use for posting.
11123
11124 You can also set @code{gnus-post-method} to a list of select methods.
11125 If that's the case, Gnus will always prompt you for what method to use
11126 for posting.
11127
11128 Finally, if you want to always post using the native select method,
11129 you can set this variable to @code{native}.
11130
11131 When sending mail, Message invokes @code{message-send-mail-function}.
11132 The default function, @code{message-send-mail-with-sendmail}, pipes
11133 your article to the @code{sendmail} binary for further queuing and
11134 sending.  When your local system is not configured for sending mail
11135 using @code{sendmail}, and you have access to a remote @sc{smtp}
11136 server, you can set @code{message-send-mail-function} to
11137 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11138 package correctly.  An example:
11139
11140 @lisp
11141 (setq message-send-mail-function 'smtpmail-send-it
11142       smtpmail-default-smtp-server "YOUR SMTP HOST")
11143 @end lisp
11144
11145 To the thing similar to this, there is @code{message-smtpmail-send-it}.
11146 It is useful if your ISP requires the POP-before-SMTP authentication.
11147 See the documentation for the function @code{mail-source-touch-pop}.
11148
11149 Other possible choices for @code{message-send-mail-function} includes
11150 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11151 and @code{feedmail-send-it}.
11152
11153 @node Mail and Post
11154 @section Mail and Post
11155
11156 Here's a list of variables relevant to both mailing and
11157 posting:
11158
11159 @table @code
11160 @item gnus-mailing-list-groups
11161 @findex gnus-mailing-list-groups
11162 @cindex mailing lists
11163
11164 If your news server offers groups that are really mailing lists
11165 gatewayed to the @sc{nntp} server, you can read those groups without
11166 problems, but you can't post/followup to them without some difficulty.
11167 One solution is to add a @code{to-address} to the group parameters
11168 (@pxref{Group Parameters}).  An easier thing to do is set the
11169 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11170 really are mailing lists.  Then, at least, followups to the mailing
11171 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11172 still a pain, though.
11173
11174 @item gnus-version-expose-system
11175 @vindex gnus-version-expose-system
11176
11177 Your system type (@code{system-configuration} variable, such as
11178 @samp{i686-pc-linux}) is exposed in the auto-generated by default
11179 User-Agent header. Sometimes, it may be desireable (mostly because of
11180 aesthetic reasons) to turn it off. In this case, set it to @code{nil}.
11181
11182 @end table
11183
11184 You may want to do spell-checking on messages that you send out.  Or, if
11185 you don't want to spell-check by hand, you could add automatic
11186 spell-checking via the @code{ispell} package:
11187
11188 @cindex ispell
11189 @findex ispell-message
11190 @lisp
11191 (add-hook 'message-send-hook 'ispell-message)
11192 @end lisp
11193
11194 If you want to change the @code{ispell} dictionary based on what group
11195 you're in, you could say something like the following:
11196
11197 @lisp
11198 (add-hook 'gnus-select-group-hook
11199           (lambda ()
11200             (cond
11201              ((string-match
11202                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11203               (ispell-change-dictionary "deutsch"))
11204              (t
11205               (ispell-change-dictionary "english")))))
11206 @end lisp
11207
11208 Modify to suit your needs.
11209
11210
11211 @node Archived Messages
11212 @section Archived Messages
11213 @cindex archived messages
11214 @cindex sent messages
11215
11216 Gnus provides a few different methods for storing the mail and news you
11217 send.  The default method is to use the @dfn{archive virtual server} to
11218 store the messages.  If you want to disable this completely, the
11219 @code{gnus-message-archive-group} variable should be @code{nil}, which
11220 is the default.
11221
11222 For archiving interesting messages in a group you read, see the
11223 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11224 Group Commands}).
11225
11226 @vindex gnus-message-archive-method
11227 @code{gnus-message-archive-method} says what virtual server Gnus is to
11228 use to store sent messages.  The default is:
11229
11230 @lisp
11231 (nnfolder "archive"
11232           (nnfolder-directory   "~/Mail/archive")
11233           (nnfolder-active-file "~/Mail/archive/active")
11234           (nnfolder-get-new-mail nil)
11235           (nnfolder-inhibit-expiry t))
11236 @end lisp
11237
11238 You can, however, use any mail select method (@code{nnml},
11239 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11240 for doing this sort of thing, though.  If you don't like the default
11241 directory chosen, you could say something like:
11242
11243 @lisp
11244 (setq gnus-message-archive-method
11245       '(nnfolder "archive"
11246                  (nnfolder-inhibit-expiry t)
11247                  (nnfolder-active-file "~/News/sent-mail/active")
11248                  (nnfolder-directory "~/News/sent-mail/")))
11249 @end lisp
11250
11251 @vindex gnus-message-archive-group
11252 @cindex Gcc
11253 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11254 to one or more group(s) on that server.  Which group to use is
11255 determined by the @code{gnus-message-archive-group} variable.
11256
11257 This variable can be used to do the following:
11258
11259 @itemize @bullet
11260 @item
11261 a string
11262 Messages will be saved in that group.
11263
11264 Note that you can include a select method in the group name, then the
11265 message will not be stored in the select method given by
11266 @code{gnus-message-archive-method}, but in the select method specified
11267 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11268 has the default value shown above.  Then setting
11269 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11270 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11271 value @code{"nnml:foo"}, then outgoing messages will be stored in
11272 @samp{nnml:foo}.
11273 @item
11274 a list of strings
11275 Messages will be saved in all those groups.
11276 @item
11277 an alist of regexps, functions and forms
11278 When a key ``matches'', the result is used.
11279 @item
11280 @code{nil}
11281 No message archiving will take place.  This is the default.
11282 @end itemize
11283
11284 Let's illustrate:
11285
11286 Just saving to a single group called @samp{MisK}:
11287 @lisp
11288 (setq gnus-message-archive-group "MisK")
11289 @end lisp
11290
11291 Saving to two groups, @samp{MisK} and @samp{safe}:
11292 @lisp
11293 (setq gnus-message-archive-group '("MisK" "safe"))
11294 @end lisp
11295
11296 Save to different groups based on what group you are in:
11297 @lisp
11298 (setq gnus-message-archive-group
11299       '(("^alt" "sent-to-alt")
11300         ("mail" "sent-to-mail")
11301         (".*" "sent-to-misc")))
11302 @end lisp
11303
11304 More complex stuff:
11305 @lisp
11306 (setq gnus-message-archive-group
11307       '((if (message-news-p)
11308             "misc-news"
11309           "misc-mail")))
11310 @end lisp
11311
11312 How about storing all news messages in one file, but storing all mail
11313 messages in one file per month:
11314
11315 @lisp
11316 (setq gnus-message-archive-group
11317       '((if (message-news-p)
11318             "misc-news"
11319           (concat "mail." (format-time-string "%Y-%m")))))
11320 @end lisp
11321
11322 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11323 @c use a different value for @code{gnus-message-archive-group} there.)
11324
11325 Now, when you send a message off, it will be stored in the appropriate
11326 group.  (If you want to disable storing for just one particular message,
11327 you can just remove the @code{Gcc} header that has been inserted.)  The
11328 archive group will appear in the group buffer the next time you start
11329 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11330 enter it and read the articles in it just like you'd read any other
11331 group.  If the group gets really big and annoying, you can simply rename
11332 if (using @kbd{G r} in the group buffer) to something
11333 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11334 continue to be stored in the old (now empty) group.
11335
11336 That's the default method of archiving sent messages.  Gnus offers a
11337 different way for the people who don't like the default method.  In that
11338 case you should set @code{gnus-message-archive-group} to @code{nil};
11339 this will disable archiving.
11340
11341 @table @code
11342 @item gnus-outgoing-message-group
11343 @vindex gnus-outgoing-message-group
11344 All outgoing messages will be put in this group.  If you want to store
11345 all your outgoing mail and articles in the group @samp{nnml:archive},
11346 you set this variable to that value.  This variable can also be a list of
11347 group names.
11348
11349 If you want to have greater control over what group to put each
11350 message in, you can set this variable to a function that checks the
11351 current newsgroup name and then returns a suitable group name (or list
11352 of names).
11353
11354 This variable can be used instead of @code{gnus-message-archive-group},
11355 but the latter is the preferred method.
11356
11357 @item gnus-gcc-mark-as-read
11358 @vindex gnus-gcc-mark-as-read
11359 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11360
11361 @item gnus-gcc-externalize-attachments
11362 @vindex gnus-gcc-externalize-attachments
11363 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11364 and matches the Gcc group name, attach files as external parts; if it is
11365 @code{all}, attach local files as external parts; if it is other
11366 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11367 changed in the future.
11368
11369 @end table
11370
11371
11372 @node Posting Styles
11373 @section Posting Styles
11374 @cindex posting styles
11375 @cindex styles
11376
11377 All them variables, they make my head swim.
11378
11379 So what if you want a different @code{Organization} and signature based
11380 on what groups you post to?  And you post both from your home machine
11381 and your work machine, and you want different @code{From} lines, and so
11382 on?
11383
11384 @vindex gnus-posting-styles
11385 One way to do stuff like that is to write clever hooks that change the
11386 variables you need to have changed.  That's a bit boring, so somebody
11387 came up with the bright idea of letting the user specify these things in
11388 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11389 variable:
11390
11391 @lisp
11392 ((".*"
11393   (signature "Peace and happiness")
11394   (organization "What me?"))
11395  ("^comp"
11396   (signature "Death to everybody"))
11397  ("comp.emacs.i-love-it"
11398   (organization "Emacs is it")))
11399 @end lisp
11400
11401 As you might surmise from this example, this alist consists of several
11402 @dfn{styles}.  Each style will be applicable if the first element
11403 ``matches'', in some form or other.  The entire alist will be iterated
11404 over, from the beginning towards the end, and each match will be
11405 applied, which means that attributes in later styles that match override
11406 the same attributes in earlier matching styles.  So
11407 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11408 signature and the @samp{What me?} @code{Organization} header.
11409
11410 The first element in each style is called the @code{match}.  If it's a
11411 string, then Gnus will try to regexp match it against the group name.
11412 If it is the form @code{(header MATCH REGEXP)}, then Gnus will look in
11413 the original article for a header whose name is MATCH and compare that
11414 REGEXP.  MATCH and REGEXP are strings.  (There original article is the
11415 one you are replying or following up to.  If you are not composing a
11416 reply or a followup, then there is nothing to match against.)  If the
11417 @code{match} is a function symbol, that function will be called with no
11418 arguments.  If it's a variable symbol, then the variable will be
11419 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11420 any case, if this returns a non-@code{nil} value, then the style is said
11421 to @dfn{match}.
11422
11423 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11424 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11425 attribute name can be one of @code{signature}, @code{signature-file},
11426 @code{x-face-file}, @code{address} (overriding
11427 @code{user-mail-address}), @code{name} (overriding
11428 @code{(user-full-name)}) or @code{body}.  The attribute name can also
11429 be a string or a symbol.  In that case, this will be used as a header
11430 name, and the value will be inserted in the headers of the article; if
11431 the value is @code{nil}, the header name will be removed.  If the
11432 attribute name is @code{eval}, the form is evaluated, and the result
11433 is thrown away.
11434
11435 The attribute value can be a string (used verbatim), a function with
11436 zero arguments (the return value will be used), a variable (its value
11437 will be used) or a list (it will be @code{eval}ed and the return value
11438 will be used).  The functions and sexps are called/@code{eval}ed in the
11439 message buffer that is being set up.  The headers of the current article
11440 are available through the @code{message-reply-headers} variable, which
11441 is a vector of the following headers: number subject from date id
11442 references chars lines xref extra.
11443
11444 @vindex message-reply-headers
11445
11446 If you wish to check whether the message you are about to compose is
11447 meant to be a news article or a mail message, you can check the values
11448 of the @code{message-news-p} and @code{message-mail-p} functions.
11449
11450 @findex message-mail-p
11451 @findex message-news-p
11452
11453 So here's a new example:
11454
11455 @lisp
11456 (setq gnus-posting-styles
11457       '((".*"
11458          (signature-file "~/.signature")
11459          (name "User Name")
11460          ("X-Home-Page" (getenv "WWW_HOME"))
11461          (organization "People's Front Against MWM"))
11462         ("^rec.humor"
11463          (signature my-funny-signature-randomizer))
11464         ((equal (system-name) "gnarly")  ;; A form
11465          (signature my-quote-randomizer))
11466         (message-news-p        ;; A function symbol
11467          (signature my-news-signature))
11468         (window-system         ;; A value symbol
11469          ("X-Window-System" (format "%s" window-system)))
11470         ;; If I'm replying to Larsi, set the Organization header.
11471         ((header "from" "larsi.*org")
11472          (Organization "Somewhere, Inc."))
11473         ((posting-from-work-p) ;; A user defined function
11474          (signature-file "~/.work-signature")
11475          (address "user@@bar.foo")
11476          (body "You are fired.\n\nSincerely, your boss.")
11477          (organization "Important Work, Inc"))
11478         ("nnml:.*"
11479          (From (save-excursion
11480                  (set-buffer gnus-article-buffer)
11481                  (message-fetch-field "to"))))
11482         ("^nn.+:"
11483          (signature-file "~/.mail-signature"))))
11484 @end lisp
11485
11486 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11487 @code{From} address in all your outgoing replies, which might be handy
11488 if you fill many roles.
11489
11490
11491 @node Drafts
11492 @section Drafts
11493 @cindex drafts
11494
11495 If you are writing a message (mail or news) and suddenly remember that
11496 you have a steak in the oven (or some pesto in the food processor, you
11497 craaazy vegetarians), you'll probably wish there was a method to save
11498 the message you are writing so that you can continue editing it some
11499 other day, and send it when you feel its finished.
11500
11501 Well, don't worry about it.  Whenever you start composing a message of
11502 some sort using the Gnus mail and post commands, the buffer you get will
11503 automatically associate to an article in a special @dfn{draft} group.
11504 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11505 article will be saved there.  (Auto-save files also go to the draft
11506 group.)
11507
11508 @cindex nndraft
11509 @vindex nndraft-directory
11510 The draft group is a special group (which is implemented as an
11511 @code{nndraft} group, if you absolutely have to know) called
11512 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11513 @code{nndraft} is to store its files.  What makes this group special is
11514 that you can't tick any articles in it or mark any articles as
11515 read---all articles in the group are permanently unread.
11516
11517 If the group doesn't exist, it will be created and you'll be subscribed
11518 to it.  The only way to make it disappear from the Group buffer is to
11519 unsubscribe it.
11520
11521 @c @findex gnus-dissociate-buffer-from-draft
11522 @c @kindex C-c M-d (Mail)
11523 @c @kindex C-c M-d (Post)
11524 @c @findex gnus-associate-buffer-with-draft
11525 @c @kindex C-c C-d (Mail)
11526 @c @kindex C-c C-d (Post)
11527 @c If you're writing some super-secret message that you later want to
11528 @c encode with PGP before sending, you may wish to turn the auto-saving
11529 @c (and association with the draft group) off.  You never know who might be
11530 @c interested in reading all your extremely valuable and terribly horrible
11531 @c and interesting secrets.  The @kbd{C-c M-d}
11532 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11533 @c If you change your mind and want to turn the auto-saving back on again,
11534 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11535 @c
11536 @c @vindex gnus-use-draft
11537 @c To leave association with the draft group off by default, set
11538 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11539
11540 @findex gnus-draft-edit-message
11541 @kindex D e (Draft)
11542 When you want to continue editing the article, you simply enter the
11543 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11544 that.  You will be placed in a buffer where you left off.
11545
11546 Rejected articles will also be put in this draft group (@pxref{Rejected
11547 Articles}).
11548
11549 @findex gnus-draft-send-all-messages
11550 @kindex D s (Draft)
11551 @findex gnus-draft-send-message
11552 @kindex D S (Draft)
11553 If you have lots of rejected messages you want to post (or mail) without
11554 doing further editing, you can use the @kbd{D s} command
11555 (@code{gnus-draft-send-message}).  This command understands the
11556 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11557 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11558 in the buffer.
11559
11560 @findex gnus-draft-toggle-sending
11561 @kindex D t (Draft)
11562 If you have some messages that you wish not to send, you can use the
11563 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11564 as unsendable.  This is a toggling command.
11565
11566
11567 @node Rejected Articles
11568 @section Rejected Articles
11569 @cindex rejected articles
11570
11571 Sometimes a news server will reject an article.  Perhaps the server
11572 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11573 @emph{there be demons}.  Perhaps you have included too much cited text.
11574 Perhaps the disk is full.  Perhaps the server is down.
11575
11576 These situations are, of course, totally beyond the control of Gnus.
11577 (Gnus, of course, loves the way you look, always feels great, has angels
11578 fluttering around inside of it, doesn't care about how much cited text
11579 you include, never runs full and never goes down.)  So Gnus saves these
11580 articles until some later time when the server feels better.
11581
11582 The rejected articles will automatically be put in a special draft group
11583 (@pxref{Drafts}).  When the server comes back up again, you'd then
11584 typically enter that group and send all the articles off.
11585
11586 @node Signing and encrypting
11587 @section Signing and encrypting
11588 @cindex using gpg
11589 @cindex using s/mime
11590 @cindex using smime
11591
11592 Gnus can digitally sign and encrypt your messages, using vanilla PGP
11593 format or @sc{pgp/mime} or @sc{s/mime}.  For decoding such messages,
11594 see the @code{mm-verify-option} and @code{mm-decrypt-option} options
11595 (@pxref{Security}).
11596
11597 @vindex gnus-message-replysign
11598 @vindex gnus-message-replyencrypt
11599 @vindex gnus-message-replysignencrypted
11600 Often, you would like to sign replies to people who send you signed
11601 messages.  Even more often, you might want to encrypt messages which
11602 are in reply to encrypted messages.  Gnus offers
11603 @code{gnus-message-replysign} to enable the former, and
11604 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11605 @code{gnus-message-replysignencrypted} (on by default) will sign
11606 automatically encrypted messages.
11607
11608 Instructing MML to perform security operations on a @sc{mime} part is
11609 done using the @kbd{C-c C-m s} key map for signing and the @kbd{C-c
11610 C-m c} key map for encryption, as follows.
11611
11612 @table @kbd
11613
11614 @item C-c C-m s s
11615 @kindex C-c C-m s s
11616 @findex mml-secure-message-sign-smime
11617
11618 Digitally sign current message using @sc{s/mime}.
11619
11620 @item C-c C-m s o
11621 @kindex C-c C-m s o
11622 @findex mml-secure-message-sign-pgp
11623
11624 Digitally sign current message using PGP.
11625
11626 @item C-c C-m s p
11627 @kindex C-c C-m s p
11628 @findex mml-secure-message-sign-pgp
11629
11630 Digitally sign current message using @sc{pgp/mime}.
11631
11632 @item C-c C-m c s
11633 @kindex C-c C-m c s
11634 @findex mml-secure-message-encrypt-smime
11635
11636 Digitally encrypt current message using @sc{s/mime}.
11637
11638 @item C-c C-m c o
11639 @kindex C-c C-m c o
11640 @findex mml-secure-message-encrypt-pgp
11641
11642 Digitally encrypt current message using PGP.
11643
11644 @item C-c C-m c p
11645 @kindex C-c C-m c p
11646 @findex mml-secure-message-encrypt-pgpmime
11647
11648 Digitally encrypt current message using @sc{pgp/mime}.
11649
11650 @item C-c C-m C-n
11651 @kindex C-c C-m C-n
11652 @findex mml-unsecure-message
11653 Remove security related MML tags from message.
11654
11655 @end table
11656
11657 @xref{Security, ,Security, message, Message Manual}, for more information.
11658
11659 @node Select Methods
11660 @chapter Select Methods
11661 @cindex foreign groups
11662 @cindex select methods
11663
11664 A @dfn{foreign group} is a group not read by the usual (or
11665 default) means.  It could be, for instance, a group from a different
11666 @sc{nntp} server, it could be a virtual group, or it could be your own
11667 personal mail group.
11668
11669 A foreign group (or any group, really) is specified by a @dfn{name} and
11670 a @dfn{select method}.  To take the latter first, a select method is a
11671 list where the first element says what back end to use (e.g. @code{nntp},
11672 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
11673 name}.  There may be additional elements in the select method, where the
11674 value may have special meaning for the back end in question.
11675
11676 One could say that a select method defines a @dfn{virtual server}---so
11677 we do just that (@pxref{Server Buffer}).
11678
11679 The @dfn{name} of the group is the name the back end will recognize the
11680 group as.
11681
11682 For instance, the group @samp{soc.motss} on the @sc{nntp} server
11683 @samp{some.where.edu} will have the name @samp{soc.motss} and select
11684 method @code{(nntp "some.where.edu")}.  Gnus will call this group
11685 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
11686 back end just knows this group as @samp{soc.motss}.
11687
11688 The different methods all have their peculiarities, of course.
11689
11690 @menu
11691 * Server Buffer::               Making and editing virtual servers.
11692 * Getting News::                Reading USENET news with Gnus.
11693 * Getting Mail::                Reading your personal mail with Gnus.
11694 * Browsing the Web::            Getting messages from a plethora of Web sources.
11695 * IMAP::                        Using Gnus as a @sc{imap} client.
11696 * Other Sources::               Reading directories, files, SOUP packets.
11697 * Combined Groups::             Combining groups into one group.
11698 * Gnus Unplugged::              Reading news and mail offline.
11699 @end menu
11700
11701
11702 @node Server Buffer
11703 @section Server Buffer
11704
11705 Traditionally, a @dfn{server} is a machine or a piece of software that
11706 one connects to, and then requests information from.  Gnus does not
11707 connect directly to any real servers, but does all transactions through
11708 one back end or other.  But that's just putting one layer more between
11709 the actual media and Gnus, so we might just as well say that each
11710 back end represents a virtual server.
11711
11712 For instance, the @code{nntp} back end may be used to connect to several
11713 different actual @sc{nntp} servers, or, perhaps, to many different ports
11714 on the same actual @sc{nntp} server.  You tell Gnus which back end to
11715 use, and what parameters to set by specifying a @dfn{select method}.
11716
11717 These select method specifications can sometimes become quite
11718 complicated---say, for instance, that you want to read from the
11719 @sc{nntp} server @samp{news.funet.fi} on port number 13, which
11720 hangs if queried for @sc{nov} headers and has a buggy select.  Ahem.
11721 Anyway, if you had to specify that for each group that used this
11722 server, that would be too much work, so Gnus offers a way of naming
11723 select methods, which is what you do in the server buffer.
11724
11725 To enter the server buffer, use the @kbd{^}
11726 (@code{gnus-group-enter-server-mode}) command in the group buffer.
11727
11728 @menu
11729 * Server Buffer Format::        You can customize the look of this buffer.
11730 * Server Commands::             Commands to manipulate servers.
11731 * Example Methods::             Examples server specifications.
11732 * Creating a Virtual Server::   An example session.
11733 * Server Variables::            Which variables to set.
11734 * Servers and Methods::         You can use server names as select methods.
11735 * Unavailable Servers::         Some servers you try to contact may be down.
11736 @end menu
11737
11738 @vindex gnus-server-mode-hook
11739 @code{gnus-server-mode-hook} is run when creating the server buffer.
11740
11741
11742 @node Server Buffer Format
11743 @subsection Server Buffer Format
11744 @cindex server buffer format
11745
11746 @vindex gnus-server-line-format
11747 You can change the look of the server buffer lines by changing the
11748 @code{gnus-server-line-format} variable.  This is a @code{format}-like
11749 variable, with some simple extensions:
11750
11751 @table @samp
11752
11753 @item h
11754 How the news is fetched---the back end name.
11755
11756 @item n
11757 The name of this server.
11758
11759 @item w
11760 Where the news is to be fetched from---the address.
11761
11762 @item s
11763 The opened/closed/denied status of the server.
11764 @end table
11765
11766 @vindex gnus-server-mode-line-format
11767 The mode line can also be customized by using the
11768 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
11769 Formatting}).  The following specs are understood:
11770
11771 @table @samp
11772 @item S
11773 Server name.
11774
11775 @item M
11776 Server method.
11777 @end table
11778
11779 Also @pxref{Formatting Variables}.
11780
11781
11782 @node Server Commands
11783 @subsection Server Commands
11784 @cindex server commands
11785
11786 @table @kbd
11787
11788 @item a
11789 @kindex a (Server)
11790 @findex gnus-server-add-server
11791 Add a new server (@code{gnus-server-add-server}).
11792
11793 @item e
11794 @kindex e (Server)
11795 @findex gnus-server-edit-server
11796 Edit a server (@code{gnus-server-edit-server}).
11797
11798 @item SPACE
11799 @kindex SPACE (Server)
11800 @findex gnus-server-read-server
11801 Browse the current server (@code{gnus-server-read-server}).
11802
11803 @item q
11804 @kindex q (Server)
11805 @findex gnus-server-exit
11806 Return to the group buffer (@code{gnus-server-exit}).
11807
11808 @item k
11809 @kindex k (Server)
11810 @findex gnus-server-kill-server
11811 Kill the current server (@code{gnus-server-kill-server}).
11812
11813 @item y
11814 @kindex y (Server)
11815 @findex gnus-server-yank-server
11816 Yank the previously killed server (@code{gnus-server-yank-server}).
11817
11818 @item c
11819 @kindex c (Server)
11820 @findex gnus-server-copy-server
11821 Copy the current server (@code{gnus-server-copy-server}).
11822
11823 @item l
11824 @kindex l (Server)
11825 @findex gnus-server-list-servers
11826 List all servers (@code{gnus-server-list-servers}).
11827
11828 @item s
11829 @kindex s (Server)
11830 @findex gnus-server-scan-server
11831 Request that the server scan its sources for new articles
11832 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
11833 servers.
11834
11835 @item g
11836 @kindex g (Server)
11837 @findex gnus-server-regenerate-server
11838 Request that the server regenerate all its data structures
11839 (@code{gnus-server-regenerate-server}).  This can be useful if you have
11840 a mail back end that has gotten out of sync.
11841
11842 @end table
11843
11844
11845 @node Example Methods
11846 @subsection Example Methods
11847
11848 Most select methods are pretty simple and self-explanatory:
11849
11850 @lisp
11851 (nntp "news.funet.fi")
11852 @end lisp
11853
11854 Reading directly from the spool is even simpler:
11855
11856 @lisp
11857 (nnspool "")
11858 @end lisp
11859
11860 As you can see, the first element in a select method is the name of the
11861 back end, and the second is the @dfn{address}, or @dfn{name}, if you
11862 will.
11863
11864 After these two elements, there may be an arbitrary number of
11865 @code{(@var{variable} @var{form})} pairs.
11866
11867 To go back to the first example---imagine that you want to read from
11868 port 15 on that machine.  This is what the select method should
11869 look like then:
11870
11871 @lisp
11872 (nntp "news.funet.fi" (nntp-port-number 15))
11873 @end lisp
11874
11875 You should read the documentation to each back end to find out what
11876 variables are relevant, but here's an @code{nnmh} example:
11877
11878 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
11879 you have two structures that you wish to access: One is your private
11880 mail spool, and the other is a public one.  Here's the possible spec for
11881 your private mail:
11882
11883 @lisp
11884 (nnmh "private" (nnmh-directory "~/private/mail/"))
11885 @end lisp
11886
11887 (This server is then called @samp{private}, but you may have guessed
11888 that.)
11889
11890 Here's the method for a public spool:
11891
11892 @lisp
11893 (nnmh "public"
11894       (nnmh-directory "/usr/information/spool/")
11895       (nnmh-get-new-mail nil))
11896 @end lisp
11897
11898 @cindex proxy
11899 @cindex firewall
11900
11901 If you are behind a firewall and only have access to the @sc{nntp}
11902 server from the firewall machine, you can instruct Gnus to @code{rlogin}
11903 on the firewall machine and telnet from there to the @sc{nntp} server.
11904 Doing this can be rather fiddly, but your virtual server definition
11905 should probably look something like this:
11906
11907 @lisp
11908 (nntp "firewall"
11909       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
11910       (nntp-via-address "the.firewall.machine")
11911       (nntp-address "the.real.nntp.host")
11912       (nntp-end-of-line "\n"))
11913 @end lisp
11914
11915 If you want to use the wonderful @code{ssh} program to provide a
11916 compressed connection over the modem line, you could add the following
11917 configuration to the example above:
11918
11919 @lisp
11920       (nntp-via-rlogin-command "ssh")
11921 @end lisp
11922
11923 See also @code{nntp-via-rlogin-command-switches}.
11924
11925 If you're behind a firewall, but have direct access to the outside world
11926 through a wrapper command like "runsocks", you could open a socksified
11927 telnet connection to the news server as follows:
11928
11929 @lisp
11930 (nntp "outside"
11931       (nntp-pre-command "runsocks")
11932       (nntp-open-connection-function nntp-open-via-telnet)
11933       (nntp-address "the.news.server")
11934       (nntp-end-of-line "\n"))
11935 @end lisp
11936
11937 This means that you have to have set up @code{ssh-agent} correctly to
11938 provide automatic authorization, of course.  And to get a compressed
11939 connection, you have to have the @samp{Compression} option in the
11940 @code{ssh} @file{config} file.
11941
11942
11943 @node Creating a Virtual Server
11944 @subsection Creating a Virtual Server
11945
11946 If you're saving lots of articles in the cache by using persistent
11947 articles, you may want to create a virtual server to read the cache.
11948
11949 First you need to add a new server.  The @kbd{a} command does that.  It
11950 would probably be best to use @code{nnspool} to read the cache.  You
11951 could also use @code{nnml} or @code{nnmh}, though.
11952
11953 Type @kbd{a nnspool RET cache RET}.
11954
11955 You should now have a brand new @code{nnspool} virtual server called
11956 @samp{cache}.  You now need to edit it to have the right definitions.
11957 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
11958 will contain the following:
11959
11960 @lisp
11961 (nnspool "cache")
11962 @end lisp
11963
11964 Change that to:
11965
11966 @lisp
11967 (nnspool "cache"
11968          (nnspool-spool-directory "~/News/cache/")
11969          (nnspool-nov-directory "~/News/cache/")
11970          (nnspool-active-file "~/News/cache/active"))
11971 @end lisp
11972
11973 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
11974 @kbd{RET} over this virtual server, you should be entered into a browse
11975 buffer, and you should be able to enter any of the groups displayed.
11976
11977
11978 @node Server Variables
11979 @subsection Server Variables
11980
11981 One sticky point when defining variables (both on back ends and in Emacs
11982 in general) is that some variables are typically initialized from other
11983 variables when the definition of the variables is being loaded.  If you
11984 change the "base" variable after the variables have been loaded, you
11985 won't change the "derived" variables.
11986
11987 This typically affects directory and file variables.  For instance,
11988 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
11989 directory variables are initialized from that variable, so
11990 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
11991 new virtual @code{nnml} server, it will @emph{not} suffice to set just
11992 @code{nnml-directory}---you have to explicitly set all the file
11993 variables to be what you want them to be.  For a complete list of
11994 variables for each back end, see each back end's section later in this
11995 manual, but here's an example @code{nnml} definition:
11996
11997 @lisp
11998 (nnml "public"
11999       (nnml-directory "~/my-mail/")
12000       (nnml-active-file "~/my-mail/active")
12001       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12002 @end lisp
12003
12004
12005 @node Servers and Methods
12006 @subsection Servers and Methods
12007
12008 Wherever you would normally use a select method
12009 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12010 when browsing a foreign server) you can use a virtual server name
12011 instead.  This could potentially save lots of typing.  And it's nice all
12012 over.
12013
12014
12015 @node Unavailable Servers
12016 @subsection Unavailable Servers
12017
12018 If a server seems to be unreachable, Gnus will mark that server as
12019 @code{denied}.  That means that any subsequent attempt to make contact
12020 with that server will just be ignored.  ``It can't be opened,'' Gnus
12021 will tell you, without making the least effort to see whether that is
12022 actually the case or not.
12023
12024 That might seem quite naughty, but it does make sense most of the time.
12025 Let's say you have 10 groups subscribed to on server
12026 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12027 away from you and the machine is quite slow, so it takes 1 minute just
12028 to find out that it refuses connection to you today.  If Gnus were to
12029 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12030 attempt to do that.  Once it has gotten a single ``connection refused'',
12031 it will regard that server as ``down''.
12032
12033 So, what happens if the machine was only feeling unwell temporarily?
12034 How do you test to see whether the machine has come up again?
12035
12036 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12037 with the following commands:
12038
12039 @table @kbd
12040
12041 @item O
12042 @kindex O (Server)
12043 @findex gnus-server-open-server
12044 Try to establish connection to the server on the current line
12045 (@code{gnus-server-open-server}).
12046
12047 @item C
12048 @kindex C (Server)
12049 @findex gnus-server-close-server
12050 Close the connection (if any) to the server
12051 (@code{gnus-server-close-server}).
12052
12053 @item D
12054 @kindex D (Server)
12055 @findex gnus-server-deny-server
12056 Mark the current server as unreachable
12057 (@code{gnus-server-deny-server}).
12058
12059 @item M-o
12060 @kindex M-o (Server)
12061 @findex gnus-server-open-all-servers
12062 Open the connections to all servers in the buffer
12063 (@code{gnus-server-open-all-servers}).
12064
12065 @item M-c
12066 @kindex M-c (Server)
12067 @findex gnus-server-close-all-servers
12068 Close the connections to all servers in the buffer
12069 (@code{gnus-server-close-all-servers}).
12070
12071 @item R
12072 @kindex R (Server)
12073 @findex gnus-server-remove-denials
12074 Remove all marks to whether Gnus was denied connection from any servers
12075 (@code{gnus-server-remove-denials}).
12076
12077 @item L
12078 @kindex L (Server)
12079 @findex gnus-server-offline-server
12080 Set server status to offline (@code{gnus-server-offline-server}).
12081
12082 @end table
12083
12084
12085 @node Getting News
12086 @section Getting News
12087 @cindex reading news
12088 @cindex news back ends
12089
12090 A newsreader is normally used for reading news.  Gnus currently provides
12091 only two methods of getting news---it can read from an @sc{nntp} server,
12092 or it can read from a local spool.
12093
12094 @menu
12095 * NNTP::                        Reading news from an @sc{nntp} server.
12096 * News Spool::                  Reading news from the local spool.
12097 @end menu
12098
12099
12100 @node NNTP
12101 @subsection NNTP
12102 @cindex nntp
12103
12104 Subscribing to a foreign group from an @sc{nntp} server is rather easy.
12105 You just specify @code{nntp} as method and the address of the @sc{nntp}
12106 server as the, uhm, address.
12107
12108 If the @sc{nntp} server is located at a non-standard port, setting the
12109 third element of the select method to this port number should allow you
12110 to connect to the right port.  You'll have to edit the group info for
12111 that (@pxref{Foreign Groups}).
12112
12113 The name of the foreign group can be the same as a native group.  In
12114 fact, you can subscribe to the same group from as many different servers
12115 you feel like.  There will be no name collisions.
12116
12117 The following variables can be used to create a virtual @code{nntp}
12118 server:
12119
12120 @table @code
12121
12122 @item nntp-server-opened-hook
12123 @vindex nntp-server-opened-hook
12124 @cindex @sc{mode reader}
12125 @cindex authinfo
12126 @cindex authentification
12127 @cindex nntp authentification
12128 @findex nntp-send-authinfo
12129 @findex nntp-send-mode-reader
12130 is run after a connection has been made.  It can be used to send
12131 commands to the @sc{nntp} server after it has been contacted.  By
12132 default it sends the command @code{MODE READER} to the server with the
12133 @code{nntp-send-mode-reader} function.  This function should always be
12134 present in this hook.
12135
12136 @item nntp-authinfo-function
12137 @vindex nntp-authinfo-function
12138 @findex nntp-send-authinfo
12139 @vindex nntp-authinfo-file
12140 This function will be used to send @samp{AUTHINFO} to the @sc{nntp}
12141 server.  The default function is @code{nntp-send-authinfo}, which looks
12142 through your @file{~/.authinfo} (or whatever you've set the
12143 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12144 are found, it will prompt you for a login name and a password.  The
12145 format of the @file{~/.authinfo} file is (almost) the same as the
12146 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12147 manual page, but here are the salient facts:
12148
12149 @enumerate
12150 @item
12151 The file contains one or more line, each of which define one server.
12152
12153 @item
12154 Each line may contain an arbitrary number of token/value pairs.
12155
12156 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12157 @samp{default}.  In addition Gnus introduces two new tokens, not present
12158 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12159 @samp{force}.  (This is the only way the @file{.authinfo} file format
12160 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12161 indicate what port on the server the credentials apply to and
12162 @samp{force} is explained below.
12163
12164 @end enumerate
12165
12166 Here's an example file:
12167
12168 @example
12169 machine news.uio.no login larsi password geheimnis
12170 machine nntp.ifi.uio.no login larsi force yes
12171 @end example
12172
12173 The token/value pairs may appear in any order; @samp{machine} doesn't
12174 have to be first, for instance.
12175
12176 In this example, both login name and password have been supplied for the
12177 former server, while the latter has only the login name listed, and the
12178 user will be prompted for the password.  The latter also has the
12179 @samp{force} tag, which means that the authinfo will be sent to the
12180 @var{nntp} server upon connection; the default (i.e., when there is not
12181 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12182 until the @var{nntp} server asks for it.
12183
12184 You can also add @samp{default} lines that will apply to all servers
12185 that don't have matching @samp{machine} lines.
12186
12187 @example
12188 default force yes
12189 @end example
12190
12191 This will force sending @samp{AUTHINFO} commands to all servers not
12192 previously mentioned.
12193
12194 Remember to not leave the @file{~/.authinfo} file world-readable.
12195
12196 @item nntp-server-action-alist
12197 @vindex nntp-server-action-alist
12198 This is a list of regexps to match on server types and actions to be
12199 taken when matches are made.  For instance, if you want Gnus to beep
12200 every time you connect to innd, you could say something like:
12201
12202 @lisp
12203 (setq nntp-server-action-alist
12204       '(("innd" (ding))))
12205 @end lisp
12206
12207 You probably don't want to do that, though.
12208
12209 The default value is
12210
12211 @lisp
12212 '(("nntpd 1\\.5\\.11t"
12213    (remove-hook 'nntp-server-opened-hook
12214                 'nntp-send-mode-reader)))
12215 @end lisp
12216
12217 This ensures that Gnus doesn't send the @code{MODE READER} command to
12218 nntpd 1.5.11t, since that command chokes that server, I've been told.
12219
12220 @item nntp-maximum-request
12221 @vindex nntp-maximum-request
12222 If the @sc{nntp} server doesn't support @sc{nov} headers, this back end
12223 will collect headers by sending a series of @code{head} commands.  To
12224 speed things up, the back end sends lots of these commands without
12225 waiting for reply, and then reads all the replies.  This is controlled
12226 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12227 your network is buggy, you should set this to 1.
12228
12229 @item nntp-connection-timeout
12230 @vindex nntp-connection-timeout
12231 If you have lots of foreign @code{nntp} groups that you connect to
12232 regularly, you're sure to have problems with @sc{nntp} servers not
12233 responding properly, or being too loaded to reply within reasonable
12234 time.  This is can lead to awkward problems, which can be helped
12235 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12236 that says how many seconds the @code{nntp} back end should wait for a
12237 connection before giving up.  If it is @code{nil}, which is the default,
12238 no timeouts are done.
12239
12240 @c @item nntp-command-timeout
12241 @c @vindex nntp-command-timeout
12242 @c @cindex PPP connections
12243 @c @cindex dynamic IP addresses
12244 @c If you're running Gnus on a machine that has a dynamically assigned
12245 @c address, Gnus may become confused.  If the address of your machine
12246 @c changes after connecting to the @sc{nntp} server, Gnus will simply sit
12247 @c waiting forever for replies from the server.  To help with this
12248 @c unfortunate problem, you can set this command to a number.  Gnus will
12249 @c then, if it sits waiting for a reply from the server longer than that
12250 @c number of seconds, shut down the connection, start a new one, and resend
12251 @c the command.  This should hopefully be transparent to the user.  A
12252 @c likely number is 30 seconds.
12253 @c
12254 @c @item nntp-retry-on-break
12255 @c @vindex nntp-retry-on-break
12256 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12257 @c hangs.  This will have much the same effect as the command timeout
12258 @c described above.
12259
12260 @item nntp-server-hook
12261 @vindex nntp-server-hook
12262 This hook is run as the last step when connecting to an @sc{nntp}
12263 server.
12264
12265 @item nntp-buggy-select
12266 @vindex nntp-buggy-select
12267 Set this to non-@code{nil} if your select routine is buggy.
12268
12269 @item nntp-nov-is-evil
12270 @vindex nntp-nov-is-evil
12271 If the @sc{nntp} server does not support @sc{nov}, you could set this
12272 variable to @code{t}, but @code{nntp} usually checks automatically whether @sc{nov}
12273 can be used.
12274
12275 @item nntp-xover-commands
12276 @vindex nntp-xover-commands
12277 @cindex nov
12278 @cindex XOVER
12279 List of strings used as commands to fetch @sc{nov} lines from a
12280 server.  The default value of this variable is @code{("XOVER"
12281 "XOVERVIEW")}.
12282
12283 @item nntp-nov-gap
12284 @vindex nntp-nov-gap
12285 @code{nntp} normally sends just one big request for @sc{nov} lines to
12286 the server.  The server responds with one huge list of lines.  However,
12287 if you have read articles 2-5000 in the group, and only want to read
12288 article 1 and 5001, that means that @code{nntp} will fetch 4999 @sc{nov}
12289 lines that you will not need.  This variable says how
12290 big a gap between two consecutive articles is allowed to be before the
12291 @code{XOVER} request is split into several request.  Note that if your
12292 network is fast, setting this variable to a really small number means
12293 that fetching will probably be slower.  If this variable is @code{nil},
12294 @code{nntp} will never split requests.  The default is 5.
12295
12296 @item nntp-prepare-server-hook
12297 @vindex nntp-prepare-server-hook
12298 A hook run before attempting to connect to an @sc{nntp} server.
12299
12300 @item nntp-warn-about-losing-connection
12301 @vindex nntp-warn-about-losing-connection
12302 If this variable is non-@code{nil}, some noise will be made when a
12303 server closes connection.
12304
12305 @item nntp-record-commands
12306 @vindex nntp-record-commands
12307 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12308 @sc{nntp} server (along with a timestamp) in the @samp{*nntp-log*}
12309 buffer.  This is useful if you are debugging a Gnus/@sc{nntp} connection
12310 that doesn't seem to work.
12311
12312 @item nntp-open-connection-function
12313 @vindex nntp-open-connection-function
12314 It is possible to customize how the connection to the nntp server will
12315 be opened.  If you specify an @code{nntp-open-connection-function}
12316 parameter, Gnus will use that function to establish the connection.
12317 Five pre-made functions are supplied.  These functions can be grouped in
12318 two categories: direct connection functions (three pre-made), and
12319 indirect ones (two pre-made).
12320
12321 @item nntp-prepare-post-hook
12322 @vindex nntp-prepare-post-hook
12323 A hook run just before posting an article.  If there is no
12324 @code{Message-ID} header in the article and the news server provides the
12325 recommended ID, it will be added to the article before running this
12326 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12327 inhibit Gnus to add a @code{Message-ID} header, you could say:
12328
12329 @lisp
12330 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12331 @end lisp
12332
12333 Note that not all servers support the recommended ID.  This works for
12334 INN versions 2.3.0 and later, for instance.
12335
12336 @item nntp-read-timeout
12337 @vindex nntp-read-timeout
12338 How long nntp should wait between checking for the end of output.
12339 Shorter values mean quicker response, but is more CPU intensive.  The
12340 default is 0.1 seconds.  If you have a slow line to the server (and
12341 don't like to see Emacs eat your available CPU power), you might set
12342 this to, say, 1.
12343
12344 @end table
12345
12346 @menu
12347 * Direct Functions::            Connecting directly to the server.
12348 * Indirect Functions::          Connecting indirectly to the server.
12349 * Common Variables::            Understood by several connection functions.
12350 @end menu
12351
12352
12353 @node Direct Functions
12354 @subsubsection Direct Functions
12355 @cindex direct connection functions
12356
12357 These functions are called direct because they open a direct connection
12358 between your machine and the @sc{nntp} server.  The behavior of these
12359 functions is also affected by commonly understood variables
12360 (@pxref{Common Variables}).
12361
12362 @table @code
12363 @findex nntp-open-network-stream
12364 @item nntp-open-network-stream
12365 This is the default, and simply connects to some port or other on the
12366 remote system.
12367
12368 @findex nntp-open-ssl-stream
12369 @item nntp-open-ssl-stream
12370 Opens a connection to a server over a @dfn{secure} channel.  To use
12371 this you must have OpenSSL (@uref{http://www.openssl.org}) or SSLeay
12372 installed (@uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL}, and you also
12373 need @file{ssl.el} (from the W3 distribution, for instance).  You then
12374 define a server as follows:
12375
12376 @lisp
12377 ;; Type `C-c C-c' after you've finished editing.
12378 ;;
12379 ;; "snews" is port 563 and is predefined in our /etc/services
12380 ;; however, openssl s_client -port doesn't like named ports
12381 ;;
12382 (nntp "snews.bar.com"
12383       (nntp-open-connection-function nntp-open-ssl-stream)
12384       (nntp-port-number 563)
12385       (nntp-address "snews.bar.com"))
12386 @end lisp
12387
12388 @findex nntp-open-telnet-stream
12389 @item nntp-open-telnet-stream
12390 Opens a connection to an @sc{nntp} server by simply @samp{telnet}'ing
12391 it.  You might wonder why this function exists, since we have the
12392 default @code{nntp-open-network-stream} which would do the job.  (One
12393 of) the reason(s) is that if you are behind a firewall but have direct
12394 connections to the outside world thanks to a command wrapper like
12395 @code{runsocks}, you can use it like this:
12396
12397 @lisp
12398 (nntp "socksified"
12399       (nntp-pre-command "runsocks")
12400       (nntp-open-connection-function nntp-open-telnet-stream)
12401       (nntp-address "the.news.server"))
12402 @end lisp
12403
12404 With the default method, you would need to wrap your whole Emacs
12405 session, which is not a good idea.
12406 @end table
12407
12408
12409 @node Indirect Functions
12410 @subsubsection Indirect Functions
12411 @cindex indirect connection functions
12412
12413 These functions are called indirect because they connect to an
12414 intermediate host before actually connecting to the @sc{nntp} server.
12415 All of these functions and related variables are also said to belong to
12416 the "via" family of connection: they're all prefixed with "via" to make
12417 things cleaner.  The behavior of these functions is also affected by
12418 commonly understood variables (@pxref{Common Variables}).
12419
12420 @table @code
12421 @item nntp-open-via-rlogin-and-telnet
12422 @findex nntp-open-via-rlogin-and-telnet
12423 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12424 to the real @sc{nntp} server from there.  This is useful for instance if
12425 you need to connect to a firewall machine first.
12426
12427 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12428
12429 @table @code
12430 @item nntp-via-rlogin-command
12431 @vindex nntp-via-rlogin-command
12432 Command used to log in on the intermediate host.  The default is
12433 @samp{rsh}, but @samp{ssh} is a popular alternative.
12434
12435 @item nntp-via-rlogin-command-switches
12436 @vindex nntp-via-rlogin-command-switches
12437 List of strings to be used as the switches to
12438 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12439 @samp{ssh} for `nntp-via-rlogin-command', you may set this to
12440 @samp{("-C")} in order to compress all data connections, otherwise set
12441 this to @samp{("-t")} or @samp{("-C" "-t")} if the telnet command
12442 requires a pseudo-tty allocation on an intermediate host.
12443 @end table
12444
12445 @item nntp-open-via-telnet-and-telnet
12446 @findex nntp-open-via-telnet-and-telnet
12447 Does essentially the same, but uses @samp{telnet} instead of
12448 @samp{rlogin} to connect to the intermediate host.
12449
12450 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12451
12452 @table @code
12453 @item nntp-via-telnet-command
12454 @vindex nntp-via-telnet-command
12455 Command used to @code{telnet} the intermediate host.  The default is
12456 @samp{telnet}.
12457
12458 @item nntp-via-telnet-switches
12459 @vindex nntp-via-telnet-switches
12460 List of strings to be used as the switches to the
12461 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12462
12463 @item nntp-via-user-password
12464 @vindex nntp-via-user-password
12465 Password to use when logging in on the intermediate host.
12466
12467 @item nntp-via-envuser
12468 @vindex nntp-via-envuser
12469 If non-@code{nil}, the intermediate @code{telnet} session (client and
12470 server both) will support the @code{ENVIRON} option and not prompt for
12471 login name. This works for Solaris @code{telnet}, for instance.
12472
12473 @item nntp-via-shell-prompt
12474 @vindex nntp-via-shell-prompt
12475 Regexp matching the shell prompt on the intermediate host.  The default
12476 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12477
12478 @end table
12479
12480 @end table
12481
12482
12483 Here are some additional variables that are understood by all the above
12484 functions:
12485
12486 @table @code
12487
12488 @item nntp-via-user-name
12489 @vindex nntp-via-user-name
12490 User name to use when connecting to the intermediate host.
12491
12492 @item nntp-via-address
12493 @vindex nntp-via-address
12494 Address of the intermediate host to connect to.
12495
12496 @end table
12497
12498
12499 @node Common Variables
12500 @subsubsection Common Variables
12501
12502 The following variables affect the behavior of all, or several of the
12503 pre-made connection functions. When not specified, all functions are
12504 affected.
12505
12506 @table @code
12507
12508 @item nntp-pre-command
12509 @vindex nntp-pre-command
12510 A command wrapper to use when connecting through a non native connection
12511 function (all except @code{nntp-open-network-stream} and
12512 @code{nntp-open-ssl-stream}.  This is where you would put a @samp{SOCKS}
12513 wrapper for instance.
12514
12515 @item nntp-address
12516 @vindex nntp-address
12517 The address of the @sc{nntp} server.
12518
12519 @item nntp-port-number
12520 @vindex nntp-port-number
12521 Port number to connect to the @sc{nntp} server.  The default is @samp{nntp}.
12522 If you use @sc{nntp} over @sc{ssl}, you may want to use integer ports rather
12523 than named ports (i.e, use @samp{563} instead of @samp{snews}), because
12524 external SSL tools may not work with named ports.
12525
12526 @item nntp-end-of-line
12527 @vindex nntp-end-of-line
12528 String to use as end-of-line marker when talking to the @sc{nntp}
12529 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12530 using a non native connection function.
12531
12532 @item nntp-telnet-command
12533 @vindex nntp-telnet-command
12534 Command to use when connecting to the @sc{nntp} server through
12535 @samp{telnet}.  This is NOT for an intermediate host.  This is just for
12536 the real @sc{nntp} server.  The default is @samp{telnet}.
12537
12538 @item nntp-telnet-switches
12539 @vindex nntp-telnet-switches
12540 A list of switches to pass to @code{nntp-telnet-command}.  The default
12541 is @samp{("-8")}.
12542
12543 @end table
12544
12545
12546 @node News Spool
12547 @subsection News Spool
12548 @cindex nnspool
12549 @cindex news spool
12550
12551 Subscribing to a foreign group from the local spool is extremely easy,
12552 and might be useful, for instance, to speed up reading groups that
12553 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
12554 instance.
12555
12556 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
12557 anything else) as the address.
12558
12559 If you have access to a local spool, you should probably use that as the
12560 native select method (@pxref{Finding the News}).  It is normally faster
12561 than using an @code{nntp} select method, but might not be.  It depends.
12562 You just have to try to find out what's best at your site.
12563
12564 @table @code
12565
12566 @item nnspool-inews-program
12567 @vindex nnspool-inews-program
12568 Program used to post an article.
12569
12570 @item nnspool-inews-switches
12571 @vindex nnspool-inews-switches
12572 Parameters given to the inews program when posting an article.
12573
12574 @item nnspool-spool-directory
12575 @vindex nnspool-spool-directory
12576 Where @code{nnspool} looks for the articles.  This is normally
12577 @file{/usr/spool/news/}.
12578
12579 @item nnspool-nov-directory
12580 @vindex nnspool-nov-directory
12581 Where @code{nnspool} will look for @sc{nov} files.  This is normally
12582 @file{/usr/spool/news/over.view/}.
12583
12584 @item nnspool-lib-dir
12585 @vindex nnspool-lib-dir
12586 Where the news lib dir is (@file{/usr/lib/news/} by default).
12587
12588 @item nnspool-active-file
12589 @vindex nnspool-active-file
12590 The name of the active file.
12591
12592 @item nnspool-newsgroups-file
12593 @vindex nnspool-newsgroups-file
12594 The name of the group descriptions file.
12595
12596 @item nnspool-history-file
12597 @vindex nnspool-history-file
12598 The name of the news history file.
12599
12600 @item nnspool-active-times-file
12601 @vindex nnspool-active-times-file
12602 The name of the active date file.
12603
12604 @item nnspool-nov-is-evil
12605 @vindex nnspool-nov-is-evil
12606 If non-@code{nil}, @code{nnspool} won't try to use any @sc{nov} files
12607 that it finds.
12608
12609 @item nnspool-sift-nov-with-sed
12610 @vindex nnspool-sift-nov-with-sed
12611 @cindex sed
12612 If non-@code{nil}, which is the default, use @code{sed} to get the
12613 relevant portion from the overview file.  If nil, @code{nnspool} will
12614 load the entire file into a buffer and process it there.
12615
12616 @end table
12617
12618
12619 @node Getting Mail
12620 @section Getting Mail
12621 @cindex reading mail
12622 @cindex mail
12623
12624 Reading mail with a newsreader---isn't that just plain WeIrD? But of
12625 course.
12626
12627 @menu
12628 * Mail in a Newsreader::        Important introductory notes.
12629 * Getting Started Reading Mail::  A simple cookbook example.
12630 * Splitting Mail::              How to create mail groups.
12631 * Mail Sources::                How to tell Gnus where to get mail from.
12632 * Mail Back End Variables::     Variables for customizing mail handling.
12633 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
12634 * Group Mail Splitting::        Use group customize to drive mail splitting.
12635 * Incorporating Old Mail::      What about the old mail you have?
12636 * Expiring Mail::               Getting rid of unwanted mail.
12637 * Washing Mail::                Removing gruft from the mail you get.
12638 * Duplicates::                  Dealing with duplicated mail.
12639 * Not Reading Mail::            Using mail back ends for reading other files.
12640 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
12641 @end menu
12642
12643
12644 @node Mail in a Newsreader
12645 @subsection Mail in a Newsreader
12646
12647 If you are used to traditional mail readers, but have decided to switch
12648 to reading mail with Gnus, you may find yourself experiencing something
12649 of a culture shock.
12650
12651 Gnus does not behave like traditional mail readers.  If you want to make
12652 it behave that way, you can, but it's an uphill battle.
12653
12654 Gnus, by default, handles all its groups using the same approach.  This
12655 approach is very newsreaderly---you enter a group, see the new/unread
12656 messages, and when you read the messages, they get marked as read, and
12657 you don't see them any more.  (Unless you explicitly ask for them.)
12658
12659 In particular, you do not do anything explicitly to delete messages.
12660
12661 Does this mean that all the messages that have been marked as read are
12662 deleted?  How awful!
12663
12664 But, no, it means that old messages are @dfn{expired} according to some
12665 scheme or other.  For news messages, the expire process is controlled by
12666 the news administrator; for mail, the expire process is controlled by
12667 you.  The expire process for mail is covered in depth in @pxref{Expiring
12668 Mail}.
12669
12670 What many Gnus users find, after using it a while for both news and
12671 mail, is that the transport mechanism has very little to do with how
12672 they want to treat a message.
12673
12674 Many people subscribe to several mailing lists.  These are transported
12675 via @sc{smtp}, and are therefore mail.  But we might go for weeks without
12676 answering, or even reading these messages very carefully.  We may not
12677 need to save them because if we should need to read one again, they are
12678 archived somewhere else.
12679
12680 Some people have local news groups which have only a handful of readers.
12681 These are transported via @sc{nntp}, and are therefore news.  But we may need
12682 to read and answer a large fraction of the messages very carefully in
12683 order to do our work.  And there may not be an archive, so we may need
12684 to save the interesting messages the same way we would personal mail.
12685
12686 The important distinction turns out to be not the transport mechanism,
12687 but other factors such as how interested we are in the subject matter,
12688 or how easy it is to retrieve the message if we need to read it again.
12689
12690 Gnus provides many options for sorting mail into ``groups'' which behave
12691 like newsgroups, and for treating each group (whether mail or news)
12692 differently.
12693
12694 Some users never get comfortable using the Gnus (ahem) paradigm and wish
12695 that Gnus should grow up and be a male, er, mail reader.  It is possible
12696 to whip Gnus into a more mailreaderly being, but, as said before, it's
12697 not easy.  People who prefer proper mail readers should try @sc{vm}
12698 instead, which is an excellent, and proper, mail reader.
12699
12700 I don't mean to scare anybody off, but I want to make it clear that you
12701 may be required to learn a new way of thinking about messages.  After
12702 you've been subjected to The Gnus Way, you will come to love it.  I can
12703 guarantee it.  (At least the guy who sold me the Emacs Subliminal
12704 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
12705 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
12706 You Do.)
12707
12708
12709 @node Getting Started Reading Mail
12710 @subsection Getting Started Reading Mail
12711
12712 It's quite easy to use Gnus to read your new mail.  You just plonk the
12713 mail back end of your choice into @code{gnus-secondary-select-methods},
12714 and things will happen automatically.
12715
12716 For instance, if you want to use @code{nnml} (which is a "one file per
12717 mail" back end), you could put the following in your @file{.gnus.el} file:
12718
12719 @lisp
12720 (setq gnus-secondary-select-methods '((nnml "")))
12721 @end lisp
12722
12723 Now, the next time you start Gnus, this back end will be queried for new
12724 articles, and it will move all the messages in your spool file to its
12725 directory, which is @code{~/Mail/} by default.  The new group that will
12726 be created (@samp{mail.misc}) will be subscribed, and you can read it
12727 like any other group.
12728
12729 You will probably want to split the mail into several groups, though:
12730
12731 @lisp
12732 (setq nnmail-split-methods
12733       '(("junk" "^From:.*Lars Ingebrigtsen")
12734         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
12735         ("other" "")))
12736 @end lisp
12737
12738 This will result in three new @code{nnml} mail groups being created:
12739 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
12740 mail that doesn't fit into the first two groups will be placed in the
12741 last group.
12742
12743 This should be sufficient for reading mail with Gnus.  You might want to
12744 give the other sections in this part of the manual a perusal, though.
12745 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
12746
12747
12748 @node Splitting Mail
12749 @subsection Splitting Mail
12750 @cindex splitting mail
12751 @cindex mail splitting
12752
12753 @vindex nnmail-split-methods
12754 The @code{nnmail-split-methods} variable says how the incoming mail is
12755 to be split into groups.
12756
12757 @lisp
12758 (setq nnmail-split-methods
12759   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
12760     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
12761     ("mail.other" "")))
12762 @end lisp
12763
12764 This variable is a list of lists, where the first element of each of
12765 these lists is the name of the mail group (they do not have to be called
12766 something beginning with @samp{mail}, by the way), and the second
12767 element is a regular expression used on the header of each mail to
12768 determine if it belongs in this mail group.  The first string may
12769 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
12770 insert sub-expressions from the matched text.  For instance:
12771
12772 @lisp
12773 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
12774 @end lisp
12775
12776 The second element can also be a function.  In that case, it will be
12777 called narrowed to the headers with the first element of the rule as the
12778 argument.  It should return a non-@code{nil} value if it thinks that the
12779 mail belongs in that group.
12780
12781 The last of these groups should always be a general one, and the regular
12782 expression should @emph{always} be @samp{} so that it matches any mails
12783 that haven't been matched by any of the other regexps.  (These rules are
12784 processed from the beginning of the alist toward the end.  The first
12785 rule to make a match will "win", unless you have crossposting enabled.
12786 In that case, all matching rules will "win".)
12787
12788 If you like to tinker with this yourself, you can set this variable to a
12789 function of your choice.  This function will be called without any
12790 arguments in a buffer narrowed to the headers of an incoming mail
12791 message.  The function should return a list of group names that it
12792 thinks should carry this mail message.
12793
12794 Note that the mail back ends are free to maul the poor, innocent,
12795 incoming headers all they want to.  They all add @code{Lines} headers;
12796 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
12797 @code{From<SPACE>} line to something else.
12798
12799 @vindex nnmail-crosspost
12800 The mail back ends all support cross-posting.  If several regexps match,
12801 the mail will be ``cross-posted'' to all those groups.
12802 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
12803 that no articles are crossposted to the general (@samp{}) group.
12804
12805 @vindex nnmail-crosspost-link-function
12806 @cindex crosspost
12807 @cindex links
12808 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
12809 the crossposted articles.  However, not all file systems support hard
12810 links.  If that's the case for you, set
12811 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
12812 variable is @code{add-name-to-file} by default.)
12813
12814 @kindex M-x nnmail-split-history
12815 @kindex nnmail-split-history
12816 If you wish to see where the previous mail split put the messages, you
12817 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
12818 where re-spooling messages would put the messages, you can use
12819 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
12820 Group Commands}).
12821
12822 @vindex nnmail-split-header-length-limit
12823 Header lines longer than the value of
12824 @code{nnmail-split-header-length-limit} are excluded from the split
12825 function.
12826
12827 @vindex nnmail-mail-splitting-charset
12828 @vindex nnmail-mail-splitting-decodes
12829 By default the splitting codes MIME decodes headers so you can match
12830 on non-ASCII strings.  The @code{nnmail-mail-splitting-charset}
12831 variable specifies the default charset for decoding.  The behaviour
12832 can be turned off completely by binding
12833 @code{nnmail-mail-splitting-decodes} to nil, which is useful if you
12834 want to match articles based on the raw header data.
12835
12836 @vindex nnmail-resplit-incoming
12837 By default, splitting is performed on all incoming messages.  If
12838 you specify a @code{directory} entry for the variable
12839 @code{mail-sources} @pxref{Mail Source Specifiers}, however, then
12840 splitting does @emph{not} happen by default.  You can set the variable
12841 @code{nnmail-resplit-incoming} to a non-nil value to make splitting
12842 happen even in this case.  (This variable has no effect on other kinds
12843 of entries.)
12844
12845 Gnus gives you all the opportunity you could possibly want for shooting
12846 yourself in the foot.  Let's say you create a group that will contain
12847 all the mail you get from your boss.  And then you accidentally
12848 unsubscribe from the group.  Gnus will still put all the mail from your
12849 boss in the unsubscribed group, and so, when your boss mails you ``Have
12850 that report ready by Monday or you're fired!'', you'll never see it and,
12851 come Tuesday, you'll still believe that you're gainfully employed while
12852 you really should be out collecting empty bottles to save up for next
12853 month's rent money.
12854
12855
12856 @node Mail Sources
12857 @subsection Mail Sources
12858
12859 Mail can be gotten from many different sources---the mail spool, from a
12860 POP mail server, from a procmail directory, or from a maildir, for
12861 instance.
12862
12863 @menu
12864 * Mail Source Specifiers::      How to specify what a mail source is.
12865 * Mail Source Customization::   Some variables that influence things.
12866 * Fetching Mail::               Using the mail source specifiers.
12867 @end menu
12868
12869
12870 @node Mail Source Specifiers
12871 @subsubsection Mail Source Specifiers
12872 @cindex POP
12873 @cindex mail server
12874 @cindex procmail
12875 @cindex mail spool
12876 @cindex mail source
12877
12878 You tell Gnus how to fetch mail by setting @code{mail-sources}
12879 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
12880
12881 Here's an example:
12882
12883 @lisp
12884 (pop :server "pop3.mailserver.com" :user "myname")
12885 @end lisp
12886
12887 As can be observed, a mail source specifier is a list where the first
12888 element is a @dfn{mail source type}, followed by an arbitrary number of
12889 @dfn{keywords}.  Keywords that are not explicitly specified are given
12890 default values.
12891
12892 The following mail source types are available:
12893
12894 @table @code
12895 @item file
12896 Get mail from a single file; typically from the mail spool.
12897
12898 Keywords:
12899
12900 @table @code
12901 @item :path
12902 The file name.  Defaults to the value of the @code{MAIL}
12903 environment variable or the value of @code{rmail-spool-directory}
12904 (usually something like @file{/usr/mail/spool/user-name}).
12905 @end table
12906
12907 An example file mail source:
12908
12909 @lisp
12910 (file :path "/usr/spool/mail/user-name")
12911 @end lisp
12912
12913 Or using the default file name:
12914
12915 @lisp
12916 (file)
12917 @end lisp
12918
12919 If the mail spool file is not located on the local machine, it's best to
12920 use POP or @sc{imap} or the like to fetch the mail.  You can not use ange-ftp
12921 file names here---it has no way to lock the mail spool while moving the
12922 mail.
12923
12924 If it's impossible to set up a proper server, you can use ssh instead.
12925
12926 @lisp
12927 (setq mail-sources
12928       '((file :prescript "ssh host bin/getmail >%t")))
12929 @end lisp
12930
12931 The @samp{getmail} script would look something like the following:
12932
12933 @example
12934 #!/bin/sh
12935 #  getmail - move mail from spool to stdout
12936 #  flu@@iki.fi
12937
12938 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
12939 TMP=$HOME/Mail/tmp
12940 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
12941 @end example
12942
12943 Alter this script to fit find the @samp{movemail} you want to use.
12944
12945
12946 @item directory
12947 @vindex nnmail-scan-directory-mail-source-once
12948 Get mail from several files in a directory.  This is typically used when
12949 you have procmail split the incoming mail into several files.  That is,
12950 there is a one-to-one correspondence between files in that directory and
12951 groups, so that mail from the file @file{foo.bar.spool} will be put in
12952 the group @code{foo.bar}.  (You can change the suffix to be used instead
12953 of @code{.spool}.)  Setting
12954 @code{nnmail-scan-directory-mail-source-once} to non-nil forces Gnus to
12955 scan the mail source only once.  This is particularly useful if you want
12956 to scan mail groups at a specified level.
12957
12958 @vindex nnmail-resplit-incoming
12959 There is also the variable @code{nnmail-resplit-incoming}, if you set
12960 that to a non-nil value, then the normal splitting process is applied
12961 to all the files from the directory, @ref{Splitting Mail}.
12962
12963 Keywords:
12964
12965 @table @code
12966 @item :path
12967 The name of the directory where the files are.  There is no default
12968 value.
12969
12970 @item :suffix
12971 Only files ending with this suffix are used.  The default is
12972 @samp{.spool}.
12973
12974 @item :predicate
12975 Only files that have this predicate return non-@code{nil} are returned.
12976 The default is @code{identity}.  This is used as an additional
12977 filter---only files that have the right suffix @emph{and} satisfy this
12978 predicate are considered.
12979
12980 @item :prescript
12981 @itemx :postscript
12982 Script run before/after fetching mail.
12983
12984 @end table
12985
12986 An example directory mail source:
12987
12988 @lisp
12989 (directory :path "/home/user-name/procmail-dir/"
12990            :suffix ".prcml")
12991 @end lisp
12992
12993 @item pop
12994 Get mail from a POP server.
12995
12996 Keywords:
12997
12998 @table @code
12999 @item :server
13000 The name of the POP server.  The default is taken from the
13001 @code{MAILHOST} environment variable.
13002
13003 @item :port
13004 The port number of the POP server.  This can be a number (eg,
13005 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13006 string, it should be a service name as listed in @file{/etc/services} on
13007 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13008 need to specify it as @samp{"pop-3"} instead.
13009
13010 @item :user
13011 The user name to give to the POP server.  The default is the login
13012 name.
13013
13014 @item :password
13015 The password to give to the POP server.  If not specified, the user is
13016 prompted.
13017
13018 @item :program
13019 The program to use to fetch mail from the POP server.  This should be
13020 a @code{format}-like string.  Here's an example:
13021
13022 @example
13023 fetchmail %u@@%s -P %p %t
13024 @end example
13025
13026 The valid format specifier characters are:
13027
13028 @table @samp
13029 @item t
13030 The name of the file the mail is to be moved to.  This must always be
13031 included in this string.
13032
13033 @item s
13034 The name of the server.
13035
13036 @item P
13037 The port number of the server.
13038
13039 @item u
13040 The user name to use.
13041
13042 @item p
13043 The password to use.
13044 @end table
13045
13046 The values used for these specs are taken from the values you give the
13047 corresponding keywords.
13048
13049 @item :prescript
13050 A script to be run before fetching the mail.  The syntax is the same as
13051 the @code{:program} keyword.  This can also be a function to be run.
13052
13053 @item :postscript
13054 A script to be run after fetching the mail.  The syntax is the same as
13055 the @code{:program} keyword.  This can also be a function to be run.
13056
13057 @item :function
13058 The function to use to fetch mail from the POP server.  The function is
13059 called with one parameter---the name of the file where the mail should
13060 be moved to.
13061
13062 @item :authentication
13063 This can be either the symbol @code{password} or the symbol @code{apop}
13064 and says what authentication scheme to use.  The default is
13065 @code{password}.
13066
13067 @end table
13068
13069 If the @code{:program} and @code{:function} keywords aren't specified,
13070 @code{pop3-movemail} will be used.
13071
13072 Here are some examples.  Fetch from the default POP server, using the
13073 default user name, and default fetcher:
13074
13075 @lisp
13076 (pop)
13077 @end lisp
13078
13079 Fetch from a named server with a named user and password:
13080
13081 @lisp
13082 (pop :server "my.pop.server"
13083      :user "user-name" :password "secret")
13084 @end lisp
13085
13086 Use @samp{movemail} to move the mail:
13087
13088 @lisp
13089 (pop :program "movemail po:%u %t %p")
13090 @end lisp
13091
13092 @item maildir
13093 Get mail from a maildir.  This is a type of mailbox that is supported by
13094 at least qmail and postfix, where each file in a special directory
13095 contains exactly one mail.
13096
13097 Keywords:
13098
13099 @table @code
13100 @item :path
13101 The name of the directory where the mails are stored.  The default is
13102 taken from the @code{MAILDIR} environment variable or
13103 @samp{~/Maildir/}.
13104 @item :subdirs
13105 The subdirectories of the Maildir.  The default is
13106 @samp{("new" "cur")}.
13107
13108 @c If you sometimes look at your mail through a pop3 daemon before fetching
13109 @c them with Gnus, you may also have to fetch your mails from the
13110 @c @code{cur} directory inside the maildir, like in the first example
13111 @c below.
13112
13113 You can also get mails from remote hosts (because maildirs don't suffer
13114 from locking problems).
13115
13116 @end table
13117
13118 Two example maildir mail sources:
13119
13120 @lisp
13121 (maildir :path "/home/user-name/Maildir/"
13122          :subdirs ("cur" "new"))
13123 @end lisp
13124
13125 @lisp
13126 (maildir :path "/user@@remotehost.org:~/Maildir/"
13127          :subdirs ("new"))
13128 @end lisp
13129
13130 @item imap
13131 Get mail from a @sc{imap} server.  If you don't want to use @sc{imap}
13132 as intended, as a network mail reading protocol (ie with nnimap), for
13133 some reason or other, Gnus let you treat it similar to a POP server
13134 and fetches articles from a given @sc{imap} mailbox.  @xref{IMAP}, for
13135 more information.
13136
13137 Note that for the Kerberos, GSSAPI, SSL/TLS and STARTTLS support you
13138 may need external programs and libraries, @xref{IMAP}.
13139
13140 Keywords:
13141
13142 @table @code
13143 @item :server
13144 The name of the @sc{imap} server.  The default is taken from the
13145 @code{MAILHOST} environment variable.
13146
13147 @item :port
13148 The port number of the @sc{imap} server.  The default is @samp{143}, or
13149 @samp{993} for SSL/TLS connections.
13150
13151 @item :user
13152 The user name to give to the @sc{imap} server.  The default is the login
13153 name.
13154
13155 @item :password
13156 The password to give to the @sc{imap} server.  If not specified, the user is
13157 prompted.
13158
13159 @item :stream
13160 What stream to use for connecting to the server, this is one of the
13161 symbols in @code{imap-stream-alist}.  Right now, this means
13162 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{ssl},
13163 @samp{shell} or the default @samp{network}.
13164
13165 @item :authentication
13166 Which authenticator to use for authenticating to the server, this is
13167 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13168 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13169 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13170
13171 @item :program
13172 When using the `shell' :stream, the contents of this variable is
13173 mapped into the `imap-shell-program' variable.  This should be a
13174 @code{format}-like string (or list of strings).  Here's an example:
13175
13176 @example
13177 ssh %s imapd
13178 @end example
13179
13180 The valid format specifier characters are:
13181
13182 @table @samp
13183 @item s
13184 The name of the server.
13185
13186 @item l
13187 User name from `imap-default-user'.
13188
13189 @item p
13190 The port number of the server.
13191 @end table
13192
13193 The values used for these specs are taken from the values you give the
13194 corresponding keywords.
13195
13196 @item :mailbox
13197 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13198 which normally is the mailbox which receive incoming mail.
13199
13200 @item :predicate
13201 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13202 UNDELETED}, is probably the best choice for most people, but if you
13203 sometimes peek in your mailbox with a @sc{imap} client and mark some
13204 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13205 Then all articles in the mailbox is fetched, no matter what.  For a
13206 complete list of predicates, see RFC 2060 section 6.4.4.
13207
13208 @item :fetchflag
13209 How to flag fetched articles on the server, the default @samp{\Deleted}
13210 will mark them as deleted, an alternative would be @samp{\Seen} which
13211 would simply mark them as read.  These are the two most likely choices,
13212 but more flags are defined in RFC 2060 section 2.3.2.
13213
13214 @item :dontexpunge
13215 If non-nil, don't remove all articles marked as deleted in the mailbox
13216 after finishing the fetch.
13217
13218 @end table
13219
13220 An example @sc{imap} mail source:
13221
13222 @lisp
13223 (imap :server "mail.mycorp.com"
13224       :stream kerberos4
13225       :fetchflag "\\Seen")
13226 @end lisp
13227
13228 @item webmail
13229 Get mail from a webmail server, such as @uref{www.hotmail.com},
13230 @uref{webmail.netscape.com}, @uref{www.netaddress.com},
13231 @uref{mail.yahoo..com}.
13232
13233 NOTE: Webmail largely depends cookies. A "one-line-cookie" patch is
13234 required for url "4.0pre.46".
13235
13236 WARNING: Mails may be lost.  NO WARRANTY.
13237
13238 Keywords:
13239
13240 @table @code
13241 @item :subtype
13242 The type of the webmail server.  The default is @code{hotmail}.  The
13243 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13244
13245 @item :user
13246 The user name to give to the webmail server.  The default is the login
13247 name.
13248
13249 @item :password
13250 The password to give to the webmail server.  If not specified, the user is
13251 prompted.
13252
13253 @item :dontexpunge
13254 If non-nil, only fetch unread articles and don't move them to trash
13255 folder after finishing the fetch.
13256
13257 @end table
13258
13259 An example webmail source:
13260
13261 @lisp
13262 (webmail :subtype 'hotmail
13263          :user "user-name"
13264          :password "secret")
13265 @end lisp
13266 @end table
13267
13268 @table @dfn
13269 @item Common Keywords
13270 Common keywords can be used in any type of mail source.
13271
13272 Keywords:
13273
13274 @table @code
13275 @item :plugged
13276 If non-nil, fetch the mail even when Gnus is unplugged.  If you use
13277 directory source to get mail, you can specify it as in this example:
13278
13279 @lisp
13280 (setq mail-sources
13281       '((directory :path "/home/pavel/.Spool/"
13282                    :suffix ""
13283                    :plugged t)))
13284 @end lisp
13285
13286 Gnus will then fetch your mail even when you are unplugged.  This is
13287 useful when you use local mail and news.
13288
13289 @end table
13290 @end table
13291
13292 @subsubsection Function Interface
13293
13294 Some of the above keywords specify a Lisp function to be executed.
13295 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13296 the value of the keyword while the function is executing.  For example,
13297 consider the following mail-source setting:
13298
13299 @lisp
13300 (setq mail-sources '((pop :user "jrl"
13301                           :server "pophost" :function fetchfunc)))
13302 @end lisp
13303
13304 While the function @code{fetchfunc} is executing, the symbol @code{user}
13305 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13306 @code{"pophost"}.  The symbols @code{port}, @code{password},
13307 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13308 and @code{authentication} are also bound (to their default values).
13309
13310 See above for a list of keywords for each type of mail source.
13311
13312
13313 @node Mail Source Customization
13314 @subsubsection Mail Source Customization
13315
13316 The following is a list of variables that influence how the mail is
13317 fetched.  You would normally not need to set or change any of these
13318 variables.
13319
13320 @table @code
13321 @item mail-source-crash-box
13322 @vindex mail-source-crash-box
13323 File where mail will be stored while processing it.  The default is
13324 @file{~/.emacs-mail-crash-box}.
13325
13326 @item mail-source-delete-incoming
13327 @vindex mail-source-delete-incoming
13328 If non-@code{nil}, delete incoming files after handling them.
13329
13330 @item mail-source-ignore-errors
13331 @vindex mail-source-ignore-errors
13332 If non-@code{nil}, ignore errors when reading mail from a mail source.
13333
13334 @item mail-source-directory
13335 @vindex mail-source-directory
13336 Directory where files (if any) will be stored.  The default is
13337 @file{~/Mail/}.  At present, the only thing this is used for is to say
13338 where the incoming files will be stored if the previous variable is
13339 @code{nil}.
13340
13341 @item mail-source-incoming-file-prefix
13342 @vindex mail-source-incoming-file-prefix
13343 Prefix for file name for storing incoming mail.  The default is
13344 @file{Incoming}, in which case files will end up with names like
13345 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13346 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13347
13348 @item mail-source-default-file-modes
13349 @vindex mail-source-default-file-modes
13350 All new mail files will get this file mode.  The default is 384.
13351
13352 @item mail-source-movemail-program
13353 @vindex mail-source-movemail-program
13354 If non-nil, name of program for fetching new mail.  If nil,
13355 @code{movemail} in @var{exec-directory}.
13356
13357 @end table
13358
13359
13360 @node Fetching Mail
13361 @subsubsection Fetching Mail
13362
13363 @vindex mail-sources
13364 @vindex nnmail-spool-file
13365 The way to actually tell Gnus where to get new mail from is to set
13366 @code{mail-sources} to a list of mail source specifiers
13367 (@pxref{Mail Source Specifiers}).
13368
13369 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13370 @code{nil}, the mail back ends will never attempt to fetch mail by
13371 themselves.
13372
13373 If you want to fetch mail both from your local spool as well as a POP
13374 mail server, you'd say something like:
13375
13376 @lisp
13377 (setq mail-sources
13378       '((file)
13379         (pop :server "pop3.mail.server"
13380              :password "secret")))
13381 @end lisp
13382
13383 Or, if you don't want to use any of the keyword defaults:
13384
13385 @lisp
13386 (setq mail-sources
13387       '((file :path "/var/spool/mail/user-name")
13388         (pop :server "pop3.mail.server"
13389              :user "user-name"
13390              :port "pop3"
13391              :password "secret")))
13392 @end lisp
13393
13394
13395 When you use a mail back end, Gnus will slurp all your mail from your
13396 inbox and plonk it down in your home directory.  Gnus doesn't move any
13397 mail if you're not using a mail back end---you have to do a lot of magic
13398 invocations first.  At the time when you have finished drawing the
13399 pentagram, lightened the candles, and sacrificed the goat, you really
13400 shouldn't be too surprised when Gnus moves your mail.
13401
13402
13403
13404 @node Mail Back End Variables
13405 @subsection Mail Back End Variables
13406
13407 These variables are (for the most part) pertinent to all the various
13408 mail back ends.
13409
13410 @table @code
13411 @vindex nnmail-read-incoming-hook
13412 @item nnmail-read-incoming-hook
13413 The mail back ends all call this hook after reading new mail.  You can
13414 use this hook to notify any mail watch programs, if you want to.
13415
13416 @vindex nnmail-split-hook
13417 @item nnmail-split-hook
13418 @findex gnus-article-decode-encoded-words
13419 @findex RFC 1522 decoding
13420 @findex RFC 2047 decoding
13421 Hook run in the buffer where the mail headers of each message is kept
13422 just before the splitting based on these headers is done.  The hook is
13423 free to modify the buffer contents in any way it sees fit---the buffer
13424 is discarded after the splitting has been done, and no changes performed
13425 in the buffer will show up in any files.
13426 @code{gnus-article-decode-encoded-words} is one likely function to add
13427 to this hook.
13428
13429 @vindex nnmail-pre-get-new-mail-hook
13430 @vindex nnmail-post-get-new-mail-hook
13431 @item nnmail-pre-get-new-mail-hook
13432 @itemx nnmail-post-get-new-mail-hook
13433 These are two useful hooks executed when treating new incoming
13434 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13435 starting to handle the new mail) and
13436 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13437 is done).  Here's and example of using these two hooks to change the
13438 default file modes the new mail files get:
13439
13440 @lisp
13441 (add-hook 'nnmail-pre-get-new-mail-hook
13442           (lambda () (set-default-file-modes 511)))
13443
13444 (add-hook 'nnmail-post-get-new-mail-hook
13445           (lambda () (set-default-file-modes 551)))
13446 @end lisp
13447
13448 @item nnmail-use-long-file-names
13449 @vindex nnmail-use-long-file-names
13450 If non-@code{nil}, the mail back ends will use long file and directory
13451 names.  Groups like @samp{mail.misc} will end up in directories
13452 (assuming use of @code{nnml} back end) or files (assuming use of
13453 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13454 the same group will end up in @file{mail/misc}.
13455
13456 @item nnmail-delete-file-function
13457 @vindex nnmail-delete-file-function
13458 @findex delete-file
13459 Function called to delete files.  It is @code{delete-file} by default.
13460
13461 @item nnmail-cache-accepted-message-ids
13462 @vindex nnmail-cache-accepted-message-ids
13463 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13464 the back end (via @code{Gcc}, for instance) into the mail duplication
13465 discovery cache.  The default is @code{nil}.
13466
13467 @item nnmail-cache-ignore-groups
13468 @vindex nnmail-cache-ignore-groups
13469 This can be a regular expression or a list of regular expressions.
13470 Group names that match any of the regular expressions will never be
13471 recorded in the @code{Message-ID} cache.
13472
13473 This can be useful, for example, when using Fancy Splitting
13474 (@pxref{Fancy Mail Splitting}) together with the function
13475 @code{nnmail-split-fancy-with-parent}.
13476
13477 @end table
13478
13479
13480 @node Fancy Mail Splitting
13481 @subsection Fancy Mail Splitting
13482 @cindex mail splitting
13483 @cindex fancy mail splitting
13484
13485 @vindex nnmail-split-fancy
13486 @findex nnmail-split-fancy
13487 If the rather simple, standard method for specifying how to split mail
13488 doesn't allow you to do what you want, you can set
13489 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13490 play with the @code{nnmail-split-fancy} variable.
13491
13492 Let's look at an example value of this variable first:
13493
13494 @lisp
13495 ;; Messages from the mailer daemon are not crossposted to any of
13496 ;; the ordinary groups.  Warnings are put in a separate group
13497 ;; from real errors.
13498 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13499                    "mail.misc"))
13500    ;; Non-error messages are crossposted to all relevant
13501    ;; groups, but we don't crosspost between the group for the
13502    ;; (ding) list and the group for other (ding) related mail.
13503    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13504          ("subject" "ding" "ding.misc"))
13505       ;; Other mailing lists...
13506       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13507       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13508       ;; Both lists below have the same suffix, so prevent
13509       ;; cross-posting to mkpkg.list of messages posted only to
13510       ;; the bugs- list, but allow cross-posting when the
13511       ;; message was really cross-posted.
13512       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13513       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13514       ;; People...
13515       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13516    ;; Unmatched mail goes to the catch all group.
13517    "misc.misc")
13518 @end lisp
13519
13520 This variable has the format of a @dfn{split}.  A split is a (possibly)
13521 recursive structure where each split may contain other splits.  Here are
13522 the five possible split syntaxes:
13523
13524 @enumerate
13525
13526 @item
13527 @samp{group}: If the split is a string, that will be taken as a group
13528 name.  Normal regexp match expansion will be done.  See below for
13529 examples.
13530
13531 @item
13532 @code{(@var{field} @var{value} @code{[-} @var{restrict}
13533 @code{[@dots{}]}@code{]} @var{split})}: If the split is a list, the
13534 first element of which is a string, then store the message as
13535 specified by @var{split}, if header @var{field} (a regexp) contains
13536 @var{value} (also a regexp).  If @var{restrict} (yet another regexp)
13537 matches some string after @var{field} and before the end of the
13538 matched @var{value}, the @var{split} is ignored.  If none of the
13539 @var{restrict} clauses match, @var{split} is processed.
13540
13541 @item
13542 @code{(| @var{split}@dots{})}: If the split is a list, and the first
13543 element is @code{|} (vertical bar), then process each @var{split} until
13544 one of them matches.  A @var{split} is said to match if it will cause
13545 the mail message to be stored in one or more groups.
13546
13547 @item
13548 @code{(& @var{split}@dots{})}: If the split is a list, and the first
13549 element is @code{&}, then process all @var{split}s in the list.
13550
13551 @item
13552 @code{junk}: If the split is the symbol @code{junk}, then don't save
13553 (i.e., delete) this message.  Use with extreme caution.
13554
13555 @item
13556 @code{(: @var{function} @var{arg1} @var{arg2} @dots{})}:  If the split is
13557 a list, and the first element is @code{:}, then the second element will
13558 be called as a function with @var{args} given as arguments.  The
13559 function should return a @var{split}.
13560
13561 @cindex body split
13562 For instance, the following function could be used to split based on the
13563 body of the messages:
13564
13565 @lisp
13566 (defun split-on-body ()
13567   (save-excursion
13568     (set-buffer " *nnmail incoming*")
13569     (goto-char (point-min))
13570     (when (re-search-forward "Some.*string" nil t)
13571       "string.group")))
13572 @end lisp
13573
13574 The @samp{" *nnmail incoming*"} is narrowed to the message in question
13575 when the @code{:} function is run.
13576
13577 @item
13578 @code{(! @var{func} @var{split})}: If the split is a list, and the first
13579 element is @code{!}, then SPLIT will be processed, and FUNC will be
13580 called as a function with the result of SPLIT as argument.  FUNC should
13581 return a split.
13582
13583 @item
13584 @code{nil}: If the split is @code{nil}, it is ignored.
13585
13586 @end enumerate
13587
13588 In these splits, @var{field} must match a complete field name.
13589 @var{value} must match a complete word according to the fundamental mode
13590 syntax table.  You can use @code{.*} in the regexps to match partial
13591 field names or words.  In other words, all @var{value}'s are wrapped in
13592 @samp{\<} and @samp{\>} pairs.
13593
13594 @vindex nnmail-split-abbrev-alist
13595 @var{field} and @var{value} can also be lisp symbols, in that case they
13596 are expanded as specified by the variable
13597 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells, where
13598 the @code{car} of a cell contains the key, and the @code{cdr} contains the associated
13599 value.
13600
13601 @vindex nnmail-split-fancy-syntax-table
13602 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
13603 when all this splitting is performed.
13604
13605 If you want to have Gnus create groups dynamically based on some
13606 information in the headers (i.e., do @code{replace-match}-like
13607 substitutions in the group names), you can say things like:
13608
13609 @example
13610 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
13611 @end example
13612
13613 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
13614 will be filed in @samp{mail.debian.foo}.
13615
13616 If the string contains the element @samp{\&}, then the previously
13617 matched string will be substituted.  Similarly, the elements @samp{\\1}
13618 up to @samp{\\9} will be substituted with the text matched by the
13619 groupings 1 through 9.
13620
13621 @findex nnmail-split-fancy-with-parent
13622 @code{nnmail-split-fancy-with-parent} is a function which allows you to
13623 split followups into the same groups their parents are in.  Sometimes
13624 you can't make splitting rules for all your mail.  For example, your
13625 boss might send you personal mail regarding different projects you are
13626 working on, and as you can't tell your boss to put a distinguishing
13627 string into the subject line, you have to resort to manually moving the
13628 messages into the right group.  With this function, you only have to do
13629 it once per thread.
13630
13631 To use this feature, you have to set @code{nnmail-treat-duplicates} and
13632 @code{nnmail-cache-accepted-message-ids} to a non-nil value.  And then
13633 you can include @code{nnmail-split-fancy-with-parent} using the colon
13634 feature, like so:
13635 @lisp
13636 (setq nnmail-treat-duplicates 'warn     ; or 'delete
13637       nnmail-cache-accepted-message-ids t
13638       nnmail-split-fancy
13639       '(| (: nnmail-split-fancy-with-parent)
13640           ;; other splits go here
13641         ))
13642 @end lisp
13643
13644 This feature works as follows: when @code{nnmail-treat-duplicates} is
13645 non-nil, Gnus records the message id of every message it sees in the
13646 file specified by the variable @code{nnmail-message-id-cache-file},
13647 together with the group it is in (the group is omitted for non-mail
13648 messages).  When mail splitting is invoked, the function
13649 @code{nnmail-split-fancy-with-parent} then looks at the References (and
13650 In-Reply-To) header of each message to split and searches the file
13651 specified by @code{nnmail-message-id-cache-file} for the message ids.
13652 When it has found a parent, it returns the corresponding group name
13653 unless the group name matches the regexp
13654 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is recommended
13655 that you set @code{nnmail-message-id-cache-length} to a somewhat higher
13656 number than the default so that the message ids are still in the cache.
13657 (A value of 5000 appears to create a file some 300 kBytes in size.)
13658 @vindex nnmail-cache-accepted-message-ids
13659 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
13660 also records the message ids of moved articles, so that the followup
13661 messages goes into the new group.
13662
13663 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
13664 want certain groups to be recorded in the cache.  For example, if all
13665 outgoing messages are written to an `outgoing' group, you could set
13666 @code{nnmail-cache-ignore-groups} to match that group name.
13667 Otherwise, answers to all your messages would end up in the
13668 `outgoing' group.
13669
13670
13671 @node Group Mail Splitting
13672 @subsection Group Mail Splitting
13673 @cindex mail splitting
13674 @cindex group mail splitting
13675
13676 @findex gnus-group-split
13677 If you subscribe to dozens of mailing lists but you don't want to
13678 maintain mail splitting rules manually, group mail splitting is for you.
13679 You just have to set @var{to-list} and/or @var{to-address} in group
13680 parameters or group customization and set @code{nnmail-split-methods} to
13681 @code{gnus-group-split}.  This splitting function will scan all groups
13682 for those parameters and split mail accordingly, i.e., messages posted
13683 from or to the addresses specified in the parameters @var{to-list} or
13684 @var{to-address} of a mail group will be stored in that group.
13685
13686 Sometimes, mailing lists have multiple addresses, and you may want mail
13687 splitting to recognize them all: just set the @var{extra-aliases} group
13688 parameter to the list of additional addresses and it's done.  If you'd
13689 rather use a regular expression, set @var{split-regexp}.
13690
13691 All these parameters in a group will be used to create an
13692 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
13693 the @var{value} is a single regular expression that matches
13694 @var{to-list}, @var{to-address}, all of @var{extra-aliases} and all
13695 matches of @var{split-regexp}, and the @var{split} is the name of the
13696 group.  @var{restrict}s are also supported: just set the
13697 @var{split-exclude} parameter to a list of regular expressions.
13698
13699 If you can't get the right split to be generated using all these
13700 parameters, or you just need something fancier, you can set the
13701 parameter @var{split-spec} to an @code{nnmail-split-fancy} split.  In
13702 this case, all other aforementioned parameters will be ignored by
13703 @code{gnus-group-split}.  In particular, @var{split-spec} may be set to
13704 @code{nil}, in which case the group will be ignored by
13705 @code{gnus-group-split}.
13706
13707 @vindex gnus-group-split-default-catch-all-group
13708 @code{gnus-group-split} will do cross-posting on all groups that match,
13709 by defining a single @code{&} fancy split containing one split for each
13710 group.  If a message doesn't match any split, it will be stored in the
13711 group named in @code{gnus-group-split-default-catch-all-group}, unless
13712 some group has @var{split-spec} set to @code{catch-all}, in which case
13713 that group is used as the catch-all group.  Even though this variable is
13714 often used just to name a group, it may also be set to an arbitrarily
13715 complex fancy split (after all, a group name is a fancy split), and this
13716 may be useful to split mail that doesn't go to any mailing list to
13717 personal mail folders.  Note that this fancy split is added as the last
13718 element of a @code{|} split list that also contains a @code{&} split
13719 with the rules extracted from group parameters.
13720
13721 It's time for an example.  Assume the following group parameters have
13722 been defined:
13723
13724 @example
13725 nnml:mail.bar:
13726 ((to-address . "bar@@femail.com")
13727  (split-regexp . ".*@@femail\\.com"))
13728 nnml:mail.foo:
13729 ((to-list . "foo@@nowhere.gov")
13730  (extra-aliases "foo@@localhost" "foo-redist@@home")
13731  (split-exclude "bugs-foo" "rambling-foo")
13732  (admin-address . "foo-request@@nowhere.gov"))
13733 nnml:mail.others:
13734 ((split-spec . catch-all))
13735 @end example
13736
13737 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
13738 behave as if @code{nnmail-split-fancy} had been selected and variable
13739 @code{nnmail-split-fancy} had been set as follows:
13740
13741 @lisp
13742 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
13743       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
13744            - "bugs-foo" - "rambling-foo" "mail.foo"))
13745    "mail.others")
13746 @end lisp
13747
13748 @findex gnus-group-split-fancy
13749 If you'd rather not use group splitting for all your mail groups, you
13750 may use it for only some of them, by using @code{nnmail-split-fancy}
13751 splits like this:
13752
13753 @lisp
13754 (: gnus-group-split-fancy GROUPS NO-CROSSPOST CATCH-ALL)
13755 @end lisp
13756
13757 @var{groups} may be a regular expression or a list of group names whose
13758 parameters will be scanned to generate the output split.
13759 @var{no-crosspost} can be used to disable cross-posting; in this case, a
13760 single @code{|} split will be output.  @var{catch-all} is the fallback
13761 fancy split, used like @var{gnus-group-split-default-catch-all-group}.
13762 If @var{catch-all} is @code{nil}, or if @var{split-regexp} matches the
13763 empty string in any selected group, no catch-all split will be issued.
13764 Otherwise, if some group has @var{split-spec} set to @code{catch-all},
13765 this group will override the value of the @var{catch-all} argument.
13766
13767 @findex gnus-group-split-setup
13768 Unfortunately, scanning all groups and their parameters can be quite
13769 slow, especially considering that it has to be done for every message.
13770 But don't despair!  The function @code{gnus-group-split-setup} can be
13771 used to enable @code{gnus-group-split} in a much more efficient way.  It
13772 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
13773 @code{nnmail-split-fancy} to the split produced by
13774 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
13775 scanned once, no matter how many messages are split.
13776
13777 @findex gnus-group-split-update
13778 However, if you change group parameters, you'd have to update
13779 @code{nnmail-split-fancy} manually.  You can do it by running
13780 @code{gnus-group-split-update}.  If you'd rather have it updated
13781 automatically, just tell @code{gnus-group-split-setup} to do it for
13782 you.  For example, add to your @file{.gnus.el}:
13783
13784 @lisp
13785 (gnus-group-split-setup AUTO-UPDATE CATCH-ALL)
13786 @end lisp
13787
13788 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
13789 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
13790 have to worry about updating @code{nnmail-split-fancy} again.  If you
13791 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
13792 @code{gnus-group-split-default-catch-all-group} will be set to its
13793 value.
13794
13795 @vindex gnus-group-split-updated-hook
13796 Because you may want to change @code{nnmail-split-fancy} after it is set
13797 by @code{gnus-group-split-update}, this function will run
13798 @code{gnus-group-split-updated-hook} just before finishing.
13799
13800 @node Incorporating Old Mail
13801 @subsection Incorporating Old Mail
13802 @cindex incorporating old mail
13803 @cindex import old mail
13804
13805 Most people have lots of old mail stored in various file formats.  If
13806 you have set up Gnus to read mail using one of the spiffy Gnus mail
13807 back ends, you'll probably wish to have that old mail incorporated into
13808 your mail groups.
13809
13810 Doing so can be quite easy.
13811
13812 To take an example: You're reading mail using @code{nnml}
13813 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
13814 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
13815 file filled with important, but old, mail.  You want to move it into
13816 your @code{nnml} groups.
13817
13818 Here's how:
13819
13820 @enumerate
13821 @item
13822 Go to the group buffer.
13823
13824 @item
13825 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
13826 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
13827
13828 @item
13829 Type @kbd{SPACE} to enter the newly created group.
13830
13831 @item
13832 Type @kbd{M P b} to process-mark all articles in this group's buffer
13833 (@pxref{Setting Process Marks}).
13834
13835 @item
13836 Type @kbd{B r} to respool all the process-marked articles, and answer
13837 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
13838 @end enumerate
13839
13840 All the mail messages in the mbox file will now also be spread out over
13841 all your @code{nnml} groups.  Try entering them and check whether things
13842 have gone without a glitch.  If things look ok, you may consider
13843 deleting the mbox file, but I wouldn't do that unless I was absolutely
13844 sure that all the mail has ended up where it should be.
13845
13846 Respooling is also a handy thing to do if you're switching from one mail
13847 back end to another.  Just respool all the mail in the old mail groups
13848 using the new mail back end.
13849
13850
13851 @node Expiring Mail
13852 @subsection Expiring Mail
13853 @cindex article expiry
13854
13855 Traditional mail readers have a tendency to remove mail articles when
13856 you mark them as read, in some way.  Gnus takes a fundamentally
13857 different approach to mail reading.
13858
13859 Gnus basically considers mail just to be news that has been received in
13860 a rather peculiar manner.  It does not think that it has the power to
13861 actually change the mail, or delete any mail messages.  If you enter a
13862 mail group, and mark articles as ``read'', or kill them in some other
13863 fashion, the mail articles will still exist on the system.  I repeat:
13864 Gnus will not delete your old, read mail.  Unless you ask it to, of
13865 course.
13866
13867 To make Gnus get rid of your unwanted mail, you have to mark the
13868 articles as @dfn{expirable}.  (With the default keybindings, this means
13869 that you have to type @kbd{E}.)  This does not mean that the articles
13870 will disappear right away, however.  In general, a mail article will be
13871 deleted from your system if, 1) it is marked as expirable, AND 2) it is
13872 more than one week old.  If you do not mark an article as expirable, it
13873 will remain on your system until hell freezes over.  This bears
13874 repeating one more time, with some spurious capitalizations: IF you do
13875 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
13876
13877 You do not have to mark articles as expirable by hand.  Gnus provides
13878 two features, called `auto-expire' and `total-expire', that can help you
13879 with this.  In a nutshell, `auto-expire' means that Gnus hits @kbd{E}
13880 for you when you select an article.  And `total-expire' means that Gnus
13881 considers all articles as expirable that are read.  So, in addition to
13882 the articles marked @samp{E}, also the articles marked @samp{r},
13883 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
13884 expirable.
13885
13886 When should either auto-expire or total-expire be used?  Most people
13887 who are subscribed to mailing lists split each list into its own group
13888 and then turn on auto-expire or total-expire for those groups.
13889 (@xref{Splitting Mail}, for more information on splitting each list
13890 into its own group.)
13891
13892 Which one is better, auto-expire or total-expire?  It's not easy to
13893 answer.  Generally speaking, auto-expire is probably faster.  Another
13894 advantage of auto-expire is that you get more marks to work with: for
13895 the articles that are supposed to stick around, you can still choose
13896 between tick and dormant and read marks.  But with total-expire, you
13897 only have dormant and ticked to choose from.  The advantage of
13898 total-expire is that it works well with adaptive scoring @pxref{Adaptive
13899 Scoring}.  Auto-expire works with normal scoring but not with adaptive
13900 scoring.
13901
13902 @vindex gnus-auto-expirable-newsgroups
13903 Groups that match the regular expression
13904 @code{gnus-auto-expirable-newsgroups} will have all articles that you
13905 read marked as expirable automatically.  All articles marked as
13906 expirable have an @samp{E} in the first column in the summary buffer.
13907
13908 By default, if you have auto expiry switched on, Gnus will mark all the
13909 articles you read as expirable, no matter if they were read or unread
13910 before.  To avoid having articles marked as read marked as expirable
13911 automatically, you can put something like the following in your
13912 @file{.gnus.el} file:
13913
13914 @vindex gnus-mark-article-hook
13915 @lisp
13916 (remove-hook 'gnus-mark-article-hook
13917              'gnus-summary-mark-read-and-unread-as-read)
13918 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
13919 @end lisp
13920
13921 Note that making a group auto-expirable doesn't mean that all read
13922 articles are expired---only the articles marked as expirable
13923 will be expired.  Also note that using the @kbd{d} command won't make
13924 articles expirable---only semi-automatic marking of articles as read will
13925 mark the articles as expirable in auto-expirable groups.
13926
13927 Let's say you subscribe to a couple of mailing lists, and you want the
13928 articles you have read to disappear after a while:
13929
13930 @lisp
13931 (setq gnus-auto-expirable-newsgroups
13932       "mail.nonsense-list\\|mail.nice-list")
13933 @end lisp
13934
13935 Another way to have auto-expiry happen is to have the element
13936 @code{auto-expire} in the group parameters of the group.
13937
13938 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
13939 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
13940 don't really mix very well.
13941
13942 @vindex nnmail-expiry-wait
13943 The @code{nnmail-expiry-wait} variable supplies the default time an
13944 expirable article has to live.  Gnus starts counting days from when the
13945 message @emph{arrived}, not from when it was sent.  The default is seven
13946 days.
13947
13948 Gnus also supplies a function that lets you fine-tune how long articles
13949 are to live, based on what group they are in.  Let's say you want to
13950 have one month expiry period in the @samp{mail.private} group, a one day
13951 expiry period in the @samp{mail.junk} group, and a six day expiry period
13952 everywhere else:
13953
13954 @vindex nnmail-expiry-wait-function
13955 @lisp
13956 (setq nnmail-expiry-wait-function
13957       (lambda (group)
13958        (cond ((string= group "mail.private")
13959                31)
13960              ((string= group "mail.junk")
13961                1)
13962              ((string= group "important")
13963                'never)
13964              (t
13965                6))))
13966 @end lisp
13967
13968 The group names this function is fed are ``unadorned'' group
13969 names---no @samp{nnml:} prefixes and the like.
13970
13971 The @code{nnmail-expiry-wait} variable and
13972 @code{nnmail-expiry-wait-function} function can either be a number (not
13973 necessarily an integer) or one of the symbols @code{immediate} or
13974 @code{never}.
13975
13976 You can also use the @code{expiry-wait} group parameter to selectively
13977 change the expiry period (@pxref{Group Parameters}).
13978
13979 @vindex nnmail-expiry-target
13980 The normal action taken when expiring articles is to delete them.
13981 However, in some circumstances it might make more sense to move them
13982 to other groups instead of deleting them.  The variable
13983 @code{nnmail-expiry-target} (and the @code{expiry-target} group
13984 parameter) controls this.  The variable supplies a default value for
13985 all groups, which can be overridden for specific groups by the group
13986 parameter.  default value is @code{delete}, but this can also be a
13987 string (which should be the name of the group the message should be
13988 moved to), or a function (which will be called in a buffer narrowed to
13989 the message in question, and with the name of the group being moved
13990 from as its parameter) which should return a target -- either a group
13991 name or @code{delete}.
13992
13993 Here's an example for specifying a group name:
13994 @lisp
13995 (setq nnmail-expiry-target "nnml:expired")
13996 @end lisp
13997
13998 @findex nnmail-fancy-expiry-target
13999 @vindex nnmail-fancy-expiry-targets
14000 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14001 expire mail to groups according to the variable
14002 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14003
14004 @lisp
14005  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14006        nnmail-fancy-expiry-targets
14007        '((to-from "boss" "nnfolder:Work")
14008          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14009          ("from" ".*" "nnfolder:Archive-%Y")))
14010 @end lisp
14011
14012 With this setup, any mail that has @code{IMPORTANT} in its Subject
14013 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14014 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}. If its
14015 From or To header contains the string @code{boss}, it will get expired
14016 to @code{nnfolder:Work}. All other mail will get expired to
14017 @code{nnfolder:Archive-YYYY}.
14018
14019 @vindex nnmail-keep-last-article
14020 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14021 expire the final article in a mail newsgroup.  This is to make life
14022 easier for procmail users.
14023
14024 @vindex gnus-total-expirable-newsgroups
14025 By the way: That line up there, about Gnus never expiring non-expirable
14026 articles, is a lie.  If you put @code{total-expire} in the group
14027 parameters, articles will not be marked as expirable, but all read
14028 articles will be put through the expiry process.  Use with extreme
14029 caution.  Even more dangerous is the
14030 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14031 this regexp will have all read articles put through the expiry process,
14032 which means that @emph{all} old mail articles in the groups in question
14033 will be deleted after a while.  Use with extreme caution, and don't come
14034 crying to me when you discover that the regexp you used matched the
14035 wrong group and all your important mail has disappeared.  Be a
14036 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14037 with!  So there!
14038
14039 Most people make most of their mail groups total-expirable, though.
14040
14041 @vindex gnus-inhibit-user-auto-expire
14042 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14043 commands will not mark an article as expirable, even if the group has
14044 auto-expire turned on.
14045
14046
14047 @node Washing Mail
14048 @subsection Washing Mail
14049 @cindex mail washing
14050 @cindex list server brain damage
14051 @cindex incoming mail treatment
14052
14053 Mailers and list servers are notorious for doing all sorts of really,
14054 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14055 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14056 end of all lines passing through our server, so let's do that!!!!1!''
14057 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14058 considered to be self-evident were not discussed.  So.  Here we are.
14059
14060 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14061 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14062 be shocked and dismayed by this, but I haven't got the energy.  It is to
14063 laugh.
14064
14065 Gnus provides a plethora of functions for washing articles while
14066 displaying them, but it might be nicer to do the filtering before
14067 storing the mail to disk.  For that purpose, we have three hooks and
14068 various functions that can be put in these hooks.
14069
14070 @table @code
14071 @item nnmail-prepare-incoming-hook
14072 @vindex nnmail-prepare-incoming-hook
14073 This hook is called before doing anything with the mail and is meant for
14074 grand, sweeping gestures.  It is called in a buffer that contains all
14075 the new, incoming mail.  Functions to be used include:
14076
14077 @table @code
14078 @item nnheader-ms-strip-cr
14079 @findex nnheader-ms-strip-cr
14080 Remove trailing carriage returns from each line.  This is default on
14081 Emacs running on MS machines.
14082
14083 @end table
14084
14085 @item nnmail-prepare-incoming-header-hook
14086 @vindex nnmail-prepare-incoming-header-hook
14087 This hook is called narrowed to each header.  It can be used when
14088 cleaning up the headers.  Functions that can be used include:
14089
14090 @table @code
14091 @item nnmail-remove-leading-whitespace
14092 @findex nnmail-remove-leading-whitespace
14093 Clear leading white space that ``helpful'' listservs have added to the
14094 headers to make them look nice.  Aaah.
14095
14096 (Note that this function works on both the header on the body of all
14097 messages, so it is a potentially dangerous function to use (if a body
14098 of a message contains something that looks like a header line).  So
14099 rather than fix the bug, it is of course the right solution to make it
14100 into a feature by documenting it.)
14101
14102 @item nnmail-remove-list-identifiers
14103 @findex nnmail-remove-list-identifiers
14104 Some list servers add an identifier---for example, @samp{(idm)}---to the
14105 beginning of all @code{Subject} headers.  I'm sure that's nice for
14106 people who use stone age mail readers.  This function will remove
14107 strings that match the @code{nnmail-list-identifiers} regexp, which can
14108 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14109 @code{\\(..\\)}.
14110
14111 For instance, if you want to remove the @samp{(idm)} and the
14112 @samp{nagnagnag} identifiers:
14113
14114 @lisp
14115 (setq nnmail-list-identifiers
14116       '("(idm)" "nagnagnag"))
14117 @end lisp
14118
14119 This can also be done non-destructively with
14120 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14121
14122 @item nnmail-remove-tabs
14123 @findex nnmail-remove-tabs
14124 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14125
14126 @item nnmail-fix-eudora-headers
14127 @findex nnmail-fix-eudora-headers
14128 @cindex Eudora
14129 Eudora produces broken @code{References} headers, but OK
14130 @code{In-Reply-To} headers.  This function will get rid of the
14131 @code{References} headers.
14132
14133 @end table
14134
14135 @item nnmail-prepare-incoming-message-hook
14136 @vindex nnmail-prepare-incoming-message-hook
14137 This hook is called narrowed to each message.  Functions to be used
14138 include:
14139
14140 @table @code
14141 @item article-de-quoted-unreadable
14142 @findex article-de-quoted-unreadable
14143 Decode Quoted Readable encoding.
14144
14145 @end table
14146 @end table
14147
14148
14149 @node Duplicates
14150 @subsection Duplicates
14151
14152 @vindex nnmail-treat-duplicates
14153 @vindex nnmail-message-id-cache-length
14154 @vindex nnmail-message-id-cache-file
14155 @cindex duplicate mails
14156 If you are a member of a couple of mailing lists, you will sometimes
14157 receive two copies of the same mail.  This can be quite annoying, so
14158 @code{nnmail} checks for and treats any duplicates it might find.  To do
14159 this, it keeps a cache of old @code{Message-ID}s---
14160 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14161 default.  The approximate maximum number of @code{Message-ID}s stored
14162 there is controlled by the @code{nnmail-message-id-cache-length}
14163 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14164 stored.) If all this sounds scary to you, you can set
14165 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14166 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14167 will insert a warning into the head of the mail saying that it thinks
14168 that this is a duplicate of a different message.
14169
14170 This variable can also be a function.  If that's the case, the function
14171 will be called from a buffer narrowed to the message in question with
14172 the @code{Message-ID} as a parameter.  The function must return either
14173 @code{nil}, @code{warn}, or @code{delete}.
14174
14175 You can turn this feature off completely by setting the variable to
14176 @code{nil}.
14177
14178 If you want all the duplicate mails to be put into a special
14179 @dfn{duplicates} group, you could do that using the normal mail split
14180 methods:
14181
14182 @lisp
14183 (setq nnmail-split-fancy
14184       '(| ;; Messages duplicates go to a separate group.
14185           ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14186           ;; Message from daemons, postmaster, and the like to another.
14187           (any mail "mail.misc")
14188           ;; Other rules.
14189           [ ... ] ))
14190 @end lisp
14191
14192 Or something like:
14193 @lisp
14194 (setq nnmail-split-methods
14195       '(("duplicates" "^Gnus-Warning:.*duplicate")
14196         ;; Other rules.
14197         [...]))
14198 @end lisp
14199
14200 Here's a neat feature: If you know that the recipient reads her mail
14201 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14202 @code{delete}, you can send her as many insults as you like, just by
14203 using a @code{Message-ID} of a mail that you know that she's already
14204 received.  Think of all the fun!  She'll never see any of it!  Whee!
14205
14206
14207 @node Not Reading Mail
14208 @subsection Not Reading Mail
14209
14210 If you start using any of the mail back ends, they have the annoying
14211 habit of assuming that you want to read mail with them.  This might not
14212 be unreasonable, but it might not be what you want.
14213
14214 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14215 @code{nil}, none of the back ends will ever attempt to read incoming
14216 mail, which should help.
14217
14218 @vindex nnbabyl-get-new-mail
14219 @vindex nnmbox-get-new-mail
14220 @vindex nnml-get-new-mail
14221 @vindex nnmh-get-new-mail
14222 @vindex nnfolder-get-new-mail
14223 This might be too much, if, for instance, you are reading mail quite
14224 happily with @code{nnml} and just want to peek at some old @sc{rmail}
14225 file you have stashed away with @code{nnbabyl}.  All back ends have
14226 variables called back-end-@code{get-new-mail}.  If you want to disable
14227 the @code{nnbabyl} mail reading, you edit the virtual server for the
14228 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14229
14230 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14231 narrowed to the article to be saved before saving it when reading
14232 incoming mail.
14233
14234
14235 @node Choosing a Mail Back End
14236 @subsection Choosing a Mail Back End
14237
14238 Gnus will read the mail spool when you activate a mail group.  The mail
14239 file is first copied to your home directory.  What happens after that
14240 depends on what format you want to store your mail in.
14241
14242 There are six different mail back ends in the standard Gnus, and more
14243 back ends are available separately.  The mail back end most people use
14244 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14245 Spool}).  You might notice that only five back ends are listed below;
14246 @code{nnmaildir}'s documentation has not yet been completely
14247 incorporated into this manual.  Until it is, you can find it at
14248 @uref{http://multivac.cwru.edu./nnmaildir/}.
14249
14250 @menu
14251 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14252 * Rmail Babyl::                 Emacs programs use the rmail babyl format.
14253 * Mail Spool::                  Store your mail in a private spool?
14254 * MH Spool::                    An mhspool-like back end.
14255 * Mail Folders::                Having one file for each group.
14256 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14257 @end menu
14258
14259
14260 @node Unix Mail Box
14261 @subsubsection Unix Mail Box
14262 @cindex nnmbox
14263 @cindex unix mail box
14264
14265 @vindex nnmbox-active-file
14266 @vindex nnmbox-mbox-file
14267 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14268 mail.  @code{nnmbox} will add extra headers to each mail article to say
14269 which group it belongs in.
14270
14271 Virtual server settings:
14272
14273 @table @code
14274 @item nnmbox-mbox-file
14275 @vindex nnmbox-mbox-file
14276 The name of the mail box in the user's home directory.  Default is
14277 @file{~/mbox}.
14278
14279 @item nnmbox-active-file
14280 @vindex nnmbox-active-file
14281 The name of the active file for the mail box.  Default is
14282 @file{~/.mbox-active}.
14283
14284 @item nnmbox-get-new-mail
14285 @vindex nnmbox-get-new-mail
14286 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14287 into groups.  Default is @code{t}.
14288 @end table
14289
14290
14291 @node Rmail Babyl
14292 @subsubsection Rmail Babyl
14293 @cindex nnbabyl
14294 @cindex rmail mbox
14295
14296 @vindex nnbabyl-active-file
14297 @vindex nnbabyl-mbox-file
14298 The @dfn{nnbabyl} back end will use a babyl mail box (aka. @dfn{rmail
14299 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14300 mail article to say which group it belongs in.
14301
14302 Virtual server settings:
14303
14304 @table @code
14305 @item nnbabyl-mbox-file
14306 @vindex nnbabyl-mbox-file
14307 The name of the rmail mbox file.  The default is @file{~/RMAIL}
14308
14309 @item nnbabyl-active-file
14310 @vindex nnbabyl-active-file
14311 The name of the active file for the rmail box.  The default is
14312 @file{~/.rmail-active}
14313
14314 @item nnbabyl-get-new-mail
14315 @vindex nnbabyl-get-new-mail
14316 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14317 @code{t}
14318 @end table
14319
14320
14321 @node Mail Spool
14322 @subsubsection Mail Spool
14323 @cindex nnml
14324 @cindex mail @sc{nov} spool
14325
14326 The @dfn{nnml} spool mail format isn't compatible with any other known
14327 format.  It should be used with some caution.
14328
14329 @vindex nnml-directory
14330 If you use this back end, Gnus will split all incoming mail into files,
14331 one file for each mail, and put the articles into the corresponding
14332 directories under the directory specified by the @code{nnml-directory}
14333 variable.  The default value is @file{~/Mail/}.
14334
14335 You do not have to create any directories beforehand; Gnus will take
14336 care of all that.
14337
14338 If you have a strict limit as to how many files you are allowed to store
14339 in your account, you should not use this back end.  As each mail gets its
14340 own file, you might very well occupy thousands of inodes within a few
14341 weeks.  If this is no problem for you, and it isn't a problem for you
14342 having your friendly systems administrator walking around, madly,
14343 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14344 know that this is probably the fastest format to use.  You do not have
14345 to trudge through a big mbox file just to read your new mail.
14346
14347 @code{nnml} is probably the slowest back end when it comes to article
14348 splitting.  It has to create lots of files, and it also generates
14349 @sc{nov} databases for the incoming mails.  This makes it possibly the
14350 fastest back end when it comes to reading mail.
14351
14352 @cindex self contained nnml servers
14353 @cindex marks
14354 When the marks file is used (which it is by default), @code{nnml}
14355 servers have the property that you may backup them using @code{tar} or
14356 similar, and later be able to restore them into Gnus (by adding the
14357 proper @code{nnml} server) and have all your marks be preserved.  Marks
14358 for a group is usually stored in the @code{.marks} file (but see
14359 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14360 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14361 to restore the group (after restoring the backup into the nnml
14362 directory).
14363
14364 If for some reason you believe your @file{.marks} files are screwed
14365 up, you can just delete them all.  Gnus will then correctly regenerate
14366 them next time it starts.
14367
14368 Virtual server settings:
14369
14370 @table @code
14371 @item nnml-directory
14372 @vindex nnml-directory
14373 All @code{nnml} directories will be placed under this directory.
14374 The default is the value of `message-directory' (whose default value is
14375 @file{~/Mail}).
14376
14377 @item nnml-active-file
14378 @vindex nnml-active-file
14379 The active file for the @code{nnml} server.  The default is
14380 @file{~/Mail/active"}.
14381
14382 @item nnml-newsgroups-file
14383 @vindex nnml-newsgroups-file
14384 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14385 Format}.  The default is @file{~/Mail/newsgroups"}.
14386
14387 @item nnml-get-new-mail
14388 @vindex nnml-get-new-mail
14389 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14390 @code{t}.
14391
14392 @item nnml-nov-is-evil
14393 @vindex nnml-nov-is-evil
14394 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14395 default is @code{nil}.
14396
14397 @item nnml-nov-file-name
14398 @vindex nnml-nov-file-name
14399 The name of the @sc{nov} files.  The default is @file{.overview}.
14400
14401 @item nnml-prepare-save-mail-hook
14402 @vindex nnml-prepare-save-mail-hook
14403 Hook run narrowed to an article before saving.
14404
14405 @item nnml-marks-is-evil
14406 @vindex nnml-marks-is-evil
14407 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14408 default is @code{nil}.
14409
14410 @item nnml-marks-file-name
14411 @vindex nnml-marks-file-name
14412 The name of the @dfn{marks} files.  The default is @file{.marks}.
14413
14414 @item nnml-use-compressed-files
14415 @vindex nnml-use-compressed-files
14416 If non-@code{nil}, @code{nnml} will allow using compressed message
14417 files.
14418
14419 @end table
14420
14421 @findex nnml-generate-nov-databases
14422 If your @code{nnml} groups and @sc{nov} files get totally out of whack,
14423 you can do a complete update by typing @kbd{M-x
14424 nnml-generate-nov-databases}.  This command will trawl through the
14425 entire @code{nnml} hierarchy, looking at each and every article, so it
14426 might take a while to complete.  A better interface to this
14427 functionality can be found in the server buffer (@pxref{Server
14428 Commands}).
14429
14430
14431 @node MH Spool
14432 @subsubsection MH Spool
14433 @cindex nnmh
14434 @cindex mh-e mail spool
14435
14436 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14437 @sc{nov} databases and it doesn't keep an active file or marks file.
14438 This makes @code{nnmh} a @emph{much} slower back end than @code{nnml},
14439 but it also makes it easier to write procmail scripts for.
14440
14441 Virtual server settings:
14442
14443 @table @code
14444 @item nnmh-directory
14445 @vindex nnmh-directory
14446 All @code{nnmh} directories will be located under this directory.  The
14447 default is the value of @code{message-directory} (whose default is
14448 @file{~/Mail})
14449
14450 @item nnmh-get-new-mail
14451 @vindex nnmh-get-new-mail
14452 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14453 @code{t}.
14454
14455 @item nnmh-be-safe
14456 @vindex nnmh-be-safe
14457 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14458 sure that the articles in the folder are actually what Gnus thinks they
14459 are.  It will check date stamps and stat everything in sight, so
14460 setting this to @code{t} will mean a serious slow-down.  If you never
14461 use anything but Gnus to read the @code{nnmh} articles, you do not have
14462 to set this variable to @code{t}.  The default is @code{nil}.
14463 @end table
14464
14465
14466 @node Mail Folders
14467 @subsubsection Mail Folders
14468 @cindex nnfolder
14469 @cindex mbox folders
14470 @cindex mail folders
14471
14472 @code{nnfolder} is a back end for storing each mail group in a separate
14473 file.  Each file is in the standard Un*x mbox format.  @code{nnfolder}
14474 will add extra headers to keep track of article numbers and arrival
14475 dates.
14476
14477 @cindex self contained nnfolder servers
14478 @cindex marks
14479 When the marks file is used (which it is by default), @code{nnfolder}
14480 servers have the property that you may backup them using @code{tar} or
14481 similar, and later be able to restore them into Gnus (by adding the
14482 proper @code{nnfolder} server) and have all your marks be preserved.
14483 Marks for a group is usually stored in a file named as the mbox file
14484 with @code{.mrk} concatenated to it (but see
14485 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder} directory.
14486 Individual @code{nnfolder} groups are also possible to backup, use
14487 @kbd{G m} to restore the group (after restoring the backup into the
14488 @code{nnfolder} directory).
14489
14490 Virtual server settings:
14491
14492 @table @code
14493 @item nnfolder-directory
14494 @vindex nnfolder-directory
14495 All the @code{nnfolder} mail boxes will be stored under this directory.
14496 The default is the value of @code{message-directory} (whose default is
14497 @file{~/Mail})
14498
14499 @item nnfolder-active-file
14500 @vindex nnfolder-active-file
14501 The name of the active file.  The default is @file{~/Mail/active}.
14502
14503 @item nnfolder-newsgroups-file
14504 @vindex nnfolder-newsgroups-file
14505 The name of the group descriptions file.  @xref{Newsgroups File
14506 Format}.  The default is @file{~/Mail/newsgroups"}
14507
14508 @item nnfolder-get-new-mail
14509 @vindex nnfolder-get-new-mail
14510 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The default
14511 is @code{t}
14512
14513 @item nnfolder-save-buffer-hook
14514 @vindex nnfolder-save-buffer-hook
14515 @cindex backup files
14516 Hook run before saving the folders.  Note that Emacs does the normal
14517 backup renaming of files even with the @code{nnfolder} buffers.  If you
14518 wish to switch this off, you could say something like the following in
14519 your @file{.emacs} file:
14520
14521 @lisp
14522 (defun turn-off-backup ()
14523   (set (make-local-variable 'backup-inhibited) t))
14524
14525 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
14526 @end lisp
14527
14528 @item nnfolder-delete-mail-hook
14529 @vindex nnfolder-delete-mail-hook
14530 Hook run in a buffer narrowed to the message that is to be deleted.
14531 This function can be used to copy the message to somewhere else, or to
14532 extract some information from it before removing it.
14533
14534 @item nnfolder-nov-is-evil
14535 @vindex nnfolder-nov-is-evil
14536 If non-@code{nil}, this back end will ignore any @sc{nov} files.  The
14537 default is @code{nil}.
14538
14539 @item nnfolder-nov-file-suffix
14540 @vindex nnfolder-nov-file-suffix
14541 The extension for @sc{nov} files.  The default is @file{.nov}.
14542
14543 @item nnfolder-nov-directory
14544 @vindex nnfolder-nov-directory
14545 The directory where the @sc{nov} files should be stored.  If nil,
14546 @code{nnfolder-directory} is used.
14547
14548 @item nnfolder-marks-is-evil
14549 @vindex nnfolder-marks-is-evil
14550 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14551 default is @code{nil}.
14552
14553 @item nnfolder-marks-file-suffix
14554 @vindex nnfolder-marks-file-suffix
14555 The extension for @sc{marks} files.  The default is @file{.mrk}.
14556
14557 @item nnfolder-marks-directory
14558 @vindex nnfolder-marks-directory
14559 The directory where the @sc{marks} files should be stored.  If nil,
14560 @code{nnfolder-directory} is used.
14561
14562 @end table
14563
14564
14565 @findex nnfolder-generate-active-file
14566 @kindex M-x nnfolder-generate-active-file
14567 If you have lots of @code{nnfolder}-like files you'd like to read with
14568 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
14569 command to make @code{nnfolder} aware of all likely files in
14570 @code{nnfolder-directory}.  This only works if you use long file names,
14571 though.
14572
14573 @node Comparing Mail Back Ends
14574 @subsubsection Comparing Mail Back Ends
14575
14576 First, just for terminology, the @dfn{back end} is the common word for a
14577 low-level access method---a transport, if you will, by which something
14578 is acquired.  The sense is that one's mail has to come from somewhere,
14579 and so selection of a suitable back end is required in order to get that
14580 mail within spitting distance of Gnus.
14581
14582 The same concept exists for Usenet itself: Though access to articles is
14583 typically done by @sc{nntp} these days, once upon a midnight dreary, everyone
14584 in the world got at Usenet by running a reader on the machine where the
14585 articles lay (the machine which today we call an @sc{nntp} server), and
14586 access was by the reader stepping into the articles' directory spool
14587 area directly.  One can still select between either the @code{nntp} or
14588 @code{nnspool} back ends, to select between these methods, if one happens
14589 actually to live on the server (or can see its spool directly, anyway,
14590 via NFS).
14591
14592 The goal in selecting a mail back end is to pick one which
14593 simultaneously represents a suitable way of dealing with the original
14594 format plus leaving mail in a form that is convenient to use in the
14595 future.  Here are some high and low points on each:
14596
14597 @table @code
14598 @item nnmbox
14599
14600 UNIX systems have historically had a single, very common, and well-
14601 defined format.  All messages arrive in a single @dfn{spool file}, and
14602 they are delineated by a line whose regular expression matches
14603 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
14604 to make it clear in this instance that this is not the RFC-specified
14605 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
14606 historically from the Unix environment, it is simplest if one does not
14607 mess a great deal with the original mailbox format, so if one chooses
14608 this back end, Gnus' primary activity in getting mail from the real spool
14609 area to Gnus' preferred directory is simply to copy it, with no
14610 (appreciable) format change in the process.  It is the ``dumbest'' way
14611 to move mail into availability in the Gnus environment.  This makes it
14612 fast to move into place, but slow to parse, when Gnus has to look at
14613 what's where.
14614
14615 @item nnbabyl
14616
14617 Once upon a time, there was the DEC-10 and DEC-20, running operating
14618 systems called TOPS and related things, and the usual (only?) mail
14619 reading environment was a thing called Babyl.  I don't know what format
14620 was used for mail landing on the system, but Babyl had its own internal
14621 format to which mail was converted, primarily involving creating a
14622 spool-file-like entity with a scheme for inserting Babyl-specific
14623 headers and status bits above the top of each message in the file.
14624 RMAIL was Emacs' first mail reader, it was written by Richard Stallman,
14625 and Stallman came out of that TOPS/Babyl environment, so he wrote RMAIL
14626 to understand the mail files folks already had in existence.  Gnus (and
14627 VM, for that matter) continue to support this format because it's
14628 perceived as having some good qualities in those mailer-specific
14629 headers/status bits stuff.  RMAIL itself still exists as well, of
14630 course, and is still maintained by Stallman.
14631
14632 Both of the above forms leave your mail in a single file on your
14633 file system, and they must parse that entire file each time you take a
14634 look at your mail.
14635
14636 @item nnml
14637
14638 @code{nnml} is the back end which smells the most as though you were
14639 actually operating with an @code{nnspool}-accessed Usenet system.  (In
14640 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
14641 lo these years ago.)  One's mail is taken from the original spool file,
14642 and is then cut up into individual message files, 1:1.  It maintains a
14643 Usenet-style active file (analogous to what one finds in an INN- or
14644 CNews-based news system in (for instance) @file{/var/lib/news/active},
14645 or what is returned via the @samp{NNTP LIST} verb) and also creates
14646 @dfn{overview} files for efficient group entry, as has been defined for
14647 @sc{nntp} servers for some years now.  It is slower in mail-splitting,
14648 due to the creation of lots of files, updates to the @code{nnml} active
14649 file, and additions to overview files on a per-message basis, but it is
14650 extremely fast on access because of what amounts to the indexing support
14651 provided by the active file and overviews.
14652
14653 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
14654 resource which defines available places in the file system to put new
14655 files.  Sysadmins take a dim view of heavy inode occupation within
14656 tight, shared file systems.  But if you live on a personal machine where
14657 the file system is your own and space is not at a premium, @code{nnml}
14658 wins big.
14659
14660 It is also problematic using this back end if you are living in a
14661 FAT16-based Windows world, since much space will be wasted on all these
14662 tiny files.
14663
14664 @item nnmh
14665
14666 The Rand MH mail-reading system has been around UNIX systems for a very
14667 long time; it operates by splitting one's spool file of messages into
14668 individual files, but with little or no indexing support -- @code{nnmh}
14669 is considered to be semantically equivalent to ``@code{nnml} without
14670 active file or overviews''.  This is arguably the worst choice, because
14671 one gets the slowness of individual file creation married to the
14672 slowness of access parsing when learning what's new in one's groups.
14673
14674 @item nnfolder
14675
14676 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
14677 method described above) on a per-group basis.  That is, @code{nnmbox}
14678 itself puts *all* one's mail in one file; @code{nnfolder} provides a
14679 little bit of optimization to this so that each of one's mail groups has
14680 a Unix mail box file.  It's faster than @code{nnmbox} because each group
14681 can be parsed separately, and still provides the simple Unix mail box
14682 format requiring minimal effort in moving the mail around.  In addition,
14683 it maintains an ``active'' file making it much faster for Gnus to figure
14684 out how many messages there are in each separate group.
14685
14686 If you have groups that are expected to have a massive amount of
14687 messages, @code{nnfolder} is not the best choice, but if you receive
14688 only a moderate amount of mail, @code{nnfolder} is probably the most
14689 friendly mail back end all over.
14690
14691 @item nnmaildir
14692
14693 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
14694 differences.  Each message is stored in a separate file, but the
14695 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
14696 also stores the equivalent of @code{nnml}'s overview files in one file
14697 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
14698 @code{df -i} to see how plentiful your inode supply is.)  If this slows
14699 you down or takes up very much space, consider switching to ReiserFS
14700 (@uref{http://www.namesys.com/}) or another non-block-structured
14701 file system.
14702
14703 Since maildirs don't require locking for delivery, the maildirs you use
14704 as groups can also be the maildirs your mail is directly delivered to.
14705 This means you can skip Gnus's mail splitting if your mail is already
14706 organized into different mailboxes during delivery.  A @code{directory}
14707 entry in @code{mail-sources} would have a similar effect, but would
14708 require one set of mailboxes for spooling deliveries (in mbox format,
14709 thus damaging message bodies), and another set to be used as groups (in
14710 whatever format you like).  A maildir has a built-in spool, in the
14711 @code{new/} subdirectory.  Beware that currently, mail moved from
14712 @code{new/} to @code{cur/} instead of via mail splitting will undergo
14713 treatment such as duplicate checking.
14714
14715 An article will not necessarily keep the same number across Gnus
14716 sessions; articles are renumbered starting from 1 for each Gnus session
14717 (more precisely, each time you open the @code{nnmaildir} server).  This
14718 way, you don't get gaps in your article number ranges, and when entering
14719 large groups, Gnus is likely to give a more accurate article count.  The
14720 price is that @code{nnmaildir} doesn't work with the cache or agent.
14721 This will probably be changed in the future.
14722
14723 @code{nnmaildir} stores article marks for a given group in the
14724 corresponding maildir, in a way designed so that it's easy to manipulate
14725 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
14726 else, and still have your marks.  @code{nnml} also stores marks, but
14727 it's not as easy to work with them from outside Gnus as with
14728 @code{nnmaildir}.
14729
14730 For configuring expiry and other things, @code{nnmaildir} uses group
14731 parameters slightly different from those of other mail back ends.
14732
14733 @code{nnmaildir} uses a significant amount of memory to speed things up.
14734 (It keeps in memory some of the things that @code{nnml} stores in files
14735 and that @code{nnmh} repeatedly parses out of message files.)  If this
14736 is a problem for you, you can set the @code{nov-cache-size} group
14737 parameter to something small (0 would probably not work, but 1 probably
14738 would) to make it use less memory.
14739
14740 Startup and shutdown are likely to be slower with @code{nnmaildir} than
14741 with other back ends.  Everything in between is likely to be faster,
14742 depending in part on your file system.
14743
14744 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
14745 to write an @code{nnmaildir}-derived back end.
14746
14747 @end table
14748
14749
14750 @node Browsing the Web
14751 @section Browsing the Web
14752 @cindex web
14753 @cindex browsing the web
14754 @cindex www
14755 @cindex http
14756
14757 Web-based discussion forums are getting more and more popular.  On many
14758 subjects, the web-based forums have become the most important forums,
14759 eclipsing the importance of mailing lists and news groups.  The reason
14760 is easy to understand---they are friendly to new users; you just point
14761 and click, and there's the discussion.  With mailing lists, you have to
14762 go through a cumbersome subscription procedure, and most people don't
14763 even know what a news group is.
14764
14765 The problem with this scenario is that web browsers are not very good at
14766 being newsreaders.  They do not keep track of what articles you've read;
14767 they do not allow you to score on subjects you're interested in; they do
14768 not allow off-line browsing; they require you to click around and drive
14769 you mad in the end.
14770
14771 So---if web browsers suck at reading discussion forums, why not use Gnus
14772 to do it instead?
14773
14774 Gnus has been getting a bit of a collection of back ends for providing
14775 interfaces to these sources.
14776
14777 @menu
14778 * Archiving Mail::              
14779 * Web Searches::                Creating groups from articles that match a string.
14780 * Slashdot::                    Reading the Slashdot comments.
14781 * Ultimate::                    The Ultimate Bulletin Board systems.
14782 * Web Archive::                 Reading mailing list archived on web.
14783 * RSS::                         Reading RDF site summary.
14784 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
14785 @end menu
14786
14787 All the web sources require Emacs/w3 and the url library to work.
14788
14789 The main caveat with all these web sources is that they probably won't
14790 work for a very long time.  Gleaning information from the @sc{html} data
14791 is guesswork at best, and when the layout is altered, the Gnus back end
14792 will fail.  If you have reasonably new versions of these back ends,
14793 though, you should be ok.
14794
14795 One thing all these Web methods have in common is that the Web sources
14796 are often down, unavailable or just plain too slow to be fun.  In those
14797 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
14798 Unplugged}) handle downloading articles, and then you can read them at
14799 leisure from your local disk.  No more World Wide Wait for you.
14800
14801 @node Archiving Mail
14802 @subsection Archiving Mail
14803 @cindex archiving mail
14804 @cindex backup of mail
14805
14806 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
14807 @code{nnmaildir}, now actually store the article marks with each group.
14808 For these servers, archiving and restoring a group while preserving
14809 marks is fairly simple.
14810
14811 (Preserving the group level and group parameters as well still
14812 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
14813 though.)
14814
14815 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
14816 server, take a recursive copy of the server directory.  There is no need
14817 to shut down Gnus, so archiving may be invoked by @code{cron} or
14818 similar.  You restore the data by restoring the directory tree, and
14819 adding a server definition pointing to that directory in Gnus. The
14820 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
14821 might interfere with overwriting data, so you may want to shut down Gnus
14822 before you restore the data.
14823
14824 It is also possible to archive individual @code{nnml},
14825 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
14826 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
14827 directory.  For @code{nnfolder} you need to copy both the base folder
14828 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
14829 this example). Restoring the group is done with @kbd{G m} from the Group
14830 buffer.  The last step makes Gnus notice the new directory.
14831 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
14832 is unnecessary in that case.
14833
14834 @node Web Searches
14835 @subsection Web Searches
14836 @cindex nnweb
14837 @cindex Google
14838 @cindex dejanews
14839 @cindex gmane
14840 @cindex Usenet searches
14841 @cindex searching the Usenet
14842
14843 It's, like, too neat to search the Usenet for articles that match a
14844 string, but it, like, totally @emph{sucks}, like, totally, to use one of
14845 those, like, Web browsers, and you, like, have to, rilly, like, look at
14846 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
14847 searches without having to use a browser.
14848
14849 The @code{nnweb} back end allows an easy interface to the mighty search
14850 engine.  You create an @code{nnweb} group, enter a search pattern, and
14851 then enter the group and read the articles like you would any normal
14852 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
14853 Groups}) will do this in an easy-to-use fashion.
14854
14855 @code{nnweb} groups don't really lend themselves to being solid
14856 groups---they have a very fleeting idea of article numbers.  In fact,
14857 each time you enter an @code{nnweb} group (not even changing the search
14858 pattern), you are likely to get the articles ordered in a different
14859 manner.  Not even using duplicate suppression (@pxref{Duplicate
14860 Suppression}) will help, since @code{nnweb} doesn't even know the
14861 @code{Message-ID} of the articles before reading them using some search
14862 engines (Google, for instance).  The only possible way to keep track
14863 of which articles you've read is by scoring on the @code{Date}
14864 header---mark all articles posted before the last date you read the
14865 group as read.
14866
14867 If the search engine changes its output substantially, @code{nnweb}
14868 won't be able to parse it and will fail.  One could hardly fault the Web
14869 providers if they were to do this---their @emph{raison d'être} is to
14870 make money off of advertisements, not to provide services to the
14871 community.  Since @code{nnweb} washes the ads off all the articles, one
14872 might think that the providers might be somewhat miffed.  We'll see.
14873
14874 You must have the @code{url} and @code{w3} package installed to be able
14875 to use @code{nnweb}.
14876
14877 Virtual server variables:
14878
14879 @table @code
14880 @item nnweb-type
14881 @vindex nnweb-type
14882 What search engine type is being used.  The currently supported types
14883 are @code{google}, @code{dejanews}, and @code{gmane}. Note that
14884 @code{dejanews} is an alias to @code{google}.
14885
14886 @item nnweb-search
14887 @vindex nnweb-search
14888 The search string to feed to the search engine.
14889
14890 @item nnweb-max-hits
14891 @vindex nnweb-max-hits
14892 Advisory maximum number of hits per search to display.  The default is
14893 999.
14894
14895 @item nnweb-type-definition
14896 @vindex nnweb-type-definition
14897 Type-to-definition alist.  This alist says what @code{nnweb} should do
14898 with the various search engine types.  The following elements must be
14899 present:
14900
14901 @table @code
14902 @item article
14903 Function to decode the article and provide something that Gnus
14904 understands.
14905
14906 @item map
14907 Function to create an article number to message header and URL alist.
14908
14909 @item search
14910 Function to send the search string to the search engine.
14911
14912 @item address
14913 The address the aforementioned function should send the search string
14914 to.
14915
14916 @item id
14917 Format string URL to fetch an article by @code{Message-ID}.
14918 @end table
14919
14920 @end table
14921
14922
14923 @node Slashdot
14924 @subsection Slashdot
14925 @cindex Slashdot
14926 @cindex nnslashdot
14927
14928 Slashdot (@uref{http://slashdot.org/}) is a popular news site, with
14929 lively discussion following the news articles.  @code{nnslashdot} will
14930 let you read this forum in a convenient manner.
14931
14932 The easiest way to read this source is to put something like the
14933 following in your @file{.gnus.el} file:
14934
14935 @lisp
14936 (setq gnus-secondary-select-methods
14937       '((nnslashdot "")))
14938 @end lisp
14939
14940 This will make Gnus query the @code{nnslashdot} back end for new comments
14941 and groups.  The @kbd{F} command will subscribe each new news article as
14942 a new Gnus group, and you can read the comments by entering these
14943 groups.  (Note that the default subscription method is to subscribe new
14944 groups as zombies.  Other methods are available (@pxref{Subscription
14945 Methods}).
14946
14947 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
14948 command is the most handy tool (@pxref{Foreign Groups}).
14949
14950 When following up to @code{nnslashdot} comments (or posting new
14951 comments), some light @sc{html}izations will be performed.  In
14952 particular, text quoted with @samp{> } will be quoted with
14953 @code{blockquote} instead, and signatures will have @code{br} added to
14954 the end of each line.  Other than that, you can just write @sc{html}
14955 directly into the message buffer.  Note that Slashdot filters out some
14956 @sc{html} forms.
14957
14958 The following variables can be altered to change its behavior:
14959
14960 @table @code
14961 @item nnslashdot-threaded
14962 Whether @code{nnslashdot} should display threaded groups or not.  The
14963 default is @code{t}.  To be able to display threads, @code{nnslashdot}
14964 has to retrieve absolutely all comments in a group upon entry.  If a
14965 threaded display is not required, @code{nnslashdot} will only retrieve
14966 the comments that are actually wanted by the user.  Threading is nicer,
14967 but much, much slower than unthreaded.
14968
14969 @item nnslashdot-login-name
14970 @vindex nnslashdot-login-name
14971 The login name to use when posting.
14972
14973 @item nnslashdot-password
14974 @vindex nnslashdot-password
14975 The password to use when posting.
14976
14977 @item nnslashdot-directory
14978 @vindex nnslashdot-directory
14979 Where @code{nnslashdot} will store its files.  The default is
14980 @samp{~/News/slashdot/}.
14981
14982 @item nnslashdot-active-url
14983 @vindex nnslashdot-active-url
14984 The @sc{url} format string that will be used to fetch the information on
14985 news articles and comments.  The default is
14986 @samp{http://slashdot.org/search.pl?section=&min=%d}.
14987
14988 @item nnslashdot-comments-url
14989 @vindex nnslashdot-comments-url
14990 The @sc{url} format string that will be used to fetch comments.  The
14991 default is
14992 @samp{http://slashdot.org/comments.pl?sid=%s&threshold=%d&commentsort=%d&mode=flat&startat=%d}.
14993
14994 @item nnslashdot-article-url
14995 @vindex nnslashdot-article-url
14996 The @sc{url} format string that will be used to fetch the news article.  The
14997 default is
14998 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
14999
15000 @item nnslashdot-threshold
15001 @vindex nnslashdot-threshold
15002 The score threshold.  The default is -1.
15003
15004 @item nnslashdot-group-number
15005 @vindex nnslashdot-group-number
15006 The number of old groups, in addition to the ten latest, to keep
15007 updated.  The default is 0.
15008
15009 @end table
15010
15011
15012
15013 @node Ultimate
15014 @subsection Ultimate
15015 @cindex nnultimate
15016 @cindex Ultimate Bulletin Board
15017
15018 The Ultimate Bulletin Board (@uref{http://www.ultimatebb.com/}) is
15019 probably the most popular Web bulletin board system used.  It has a
15020 quite regular and nice interface, and it's possible to get the
15021 information Gnus needs to keep groups updated.
15022
15023 The easiest way to get started with @code{nnultimate} is to say
15024 something like the following in the group buffer:  @kbd{B nnultimate RET
15025 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @sc{url}
15026 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15027 you're interested in; there's quite a list of them on the Ultimate web
15028 site.)  Then subscribe to the groups you're interested in from the
15029 server buffer, and read them from the group buffer.
15030
15031 The following @code{nnultimate} variables can be altered:
15032
15033 @table @code
15034 @item nnultimate-directory
15035 @vindex nnultimate-directory
15036 The directory where @code{nnultimate} stores its files.  The default is
15037 @samp{~/News/ultimate/}.
15038 @end table
15039
15040
15041 @node Web Archive
15042 @subsection Web Archive
15043 @cindex nnwarchive
15044 @cindex Web Archive
15045
15046 Some mailing lists only have archives on Web servers, such as
15047 @uref{http://www.egroups.com/} and
15048 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15049 interface, and it's possible to get the information Gnus needs to keep
15050 groups updated.
15051
15052 @findex gnus-group-make-warchive-group
15053 The easiest way to get started with @code{nnwarchive} is to say
15054 something like the following in the group buffer: @kbd{M-x
15055 gnus-group-make-warchive-group RET an_egroup RET egroups RET
15056 www.egroups.com RET your@@email.address RET}.  (Substitute the
15057 @sc{an_egroup} with the mailing list you subscribed, the
15058 @sc{your@@email.address} with your email address.), or to browse the
15059 back end by @kbd{B nnwarchive RET mail-archive RET}.
15060
15061 The following @code{nnwarchive} variables can be altered:
15062
15063 @table @code
15064 @item nnwarchive-directory
15065 @vindex nnwarchive-directory
15066 The directory where @code{nnwarchive} stores its files.  The default is
15067 @samp{~/News/warchive/}.
15068
15069 @item nnwarchive-login
15070 @vindex nnwarchive-login
15071 The account name on the web server.
15072
15073 @item nnwarchive-passwd
15074 @vindex nnwarchive-passwd
15075 The password for your account on the web server.
15076 @end table
15077
15078 @node RSS
15079 @subsection RSS
15080 @cindex nnrss
15081 @cindex RSS
15082
15083 Some sites have RDF site summary (RSS)
15084 @uref{http://purl.org/rss/1.0/spec}.  It has a quite regular and nice
15085 interface, and it's possible to get the information Gnus needs to keep
15086 groups updated.
15087
15088 The easiest way to get started with @code{nnrss} is to say something
15089 like the following in the group buffer: @kbd{B nnrss RET RET}, then
15090 subscribe groups.
15091
15092 The following @code{nnrss} variables can be altered:
15093
15094 @table @code
15095 @item nnrss-directory
15096 @vindex nnrss-directory
15097 The directory where @code{nnrss} stores its files.  The default is
15098 @samp{~/News/rss/}.
15099
15100 @end table
15101
15102 The following code may be helpful, if you want to show the description in
15103 the summary buffer.
15104
15105 @lisp
15106 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15107 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15108
15109 (defun gnus-user-format-function-X (header)
15110   (let ((descr
15111          (assq nnrss-description-field (mail-header-extra header))))
15112     (if descr (concat "\n\t" (cdr descr)) "")))
15113 @end lisp
15114
15115 The following code may be useful to open an nnrss url directly from the
15116 summary buffer.
15117 @lisp
15118 (require 'browse-url)
15119
15120 (defun browse-nnrss-url( arg )
15121   (interactive "p")
15122   (let ((url (assq nnrss-url-field
15123                    (mail-header-extra
15124                     (gnus-data-header
15125                      (assq (gnus-summary-article-number)
15126                            gnus-newsgroup-data))))))
15127     (if url
15128         (progn
15129           (browse-url (cdr url))
15130           (gnus-summary-mark-as-read-forward 1))
15131       (gnus-summary-scroll-up arg))))
15132
15133 (eval-after-load "gnus"
15134   #'(define-key gnus-summary-mode-map
15135       (kbd "<RET>") 'browse-nnrss-url))
15136 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15137 @end lisp
15138
15139 @node Customizing w3
15140 @subsection Customizing w3
15141 @cindex w3
15142 @cindex html
15143 @cindex url
15144 @cindex Netscape
15145
15146 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15147 pages.  Emacs/w3 is documented in its own manual, but there are some
15148 things that may be more relevant for Gnus users.
15149
15150 For instance, a common question is how to make Emacs/w3 follow links
15151 using the @code{browse-url} functions (which will call some external web
15152 browser like Netscape).  Here's one way:
15153
15154 @lisp
15155 (eval-after-load "w3"
15156   '(progn
15157     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15158     (defun w3-fetch (&optional url target)
15159       (interactive (list (w3-read-url-with-default)))
15160       (if (eq major-mode 'gnus-article-mode)
15161           (browse-url url)
15162         (w3-fetch-orig url target)))))
15163 @end lisp
15164
15165 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15166 @sc{html} in the Gnus article buffers will use @code{browse-url} to
15167 follow the link.
15168
15169
15170 @node IMAP
15171 @section IMAP
15172 @cindex nnimap
15173 @cindex @sc{imap}
15174
15175 @sc{imap} is a network protocol for reading mail (or news, or ...),
15176 think of it as a modernized @sc{nntp}.  Connecting to a @sc{imap}
15177 server is much similar to connecting to a news server, you just
15178 specify the network address of the server.
15179
15180 @sc{imap} has two properties.  First, @sc{imap} can do everything that
15181 POP can, it can hence be viewed as a POP++.  Secondly, @sc{imap} is a
15182 mail storage protocol, similar to @sc{nntp} being a news storage
15183 protocol -- however, @sc{imap} offers more features than @sc{nntp}
15184 because news is more or less read-only whereas mail is read-write.
15185
15186 If you want to use @sc{imap} as a POP++, use an imap entry in
15187 @code{mail-sources}.  With this, Gnus will fetch mails from the
15188 @sc{imap} server and store them on the local disk.  This is not the
15189 usage described in this section--@xref{Mail Sources}.
15190
15191 If you want to use @sc{imap} as a mail storage protocol, use an nnimap
15192 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15193 manipulate mails stored on the @sc{imap} server.  This is the kind of
15194 usage explained in this section.
15195
15196 A server configuration in @code{~/.gnus} with a few @sc{imap} servers
15197 might look something like the following. (Note that for SSL/TLS, you
15198 need external programs and libraries, see below.)
15199
15200 @lisp
15201 (setq gnus-secondary-select-methods
15202       '((nnimap "simpleserver") ; no special configuration
15203         ; perhaps a ssh port forwarded server:
15204         (nnimap "dolk"
15205                 (nnimap-address "localhost")
15206                 (nnimap-server-port 1430))
15207         ; a UW server running on localhost
15208         (nnimap "barbar"
15209                 (nnimap-server-port 143)
15210                 (nnimap-address "localhost")
15211                 (nnimap-list-pattern ("INBOX" "mail/*")))
15212         ; anonymous public cyrus server:
15213         (nnimap "cyrus.andrew.cmu.edu"
15214                 (nnimap-authenticator anonymous)
15215                 (nnimap-list-pattern "archive.*")
15216                 (nnimap-stream network))
15217         ; a ssl server on a non-standard port:
15218         (nnimap "vic20"
15219                 (nnimap-address "vic20.somewhere.com")
15220                 (nnimap-server-port 9930)
15221                 (nnimap-stream ssl))))
15222 @end lisp
15223
15224 After defining the new server, you can subscribe to groups on the
15225 server using normal Gnus commands such as @kbd{U} in the Group Buffer
15226 (@pxref{Subscription Commands}) or via the Server Buffer
15227 (@pxref{Server Buffer}).
15228
15229 The following variables can be used to create a virtual @code{nnimap}
15230 server:
15231
15232 @table @code
15233
15234 @item nnimap-address
15235 @vindex nnimap-address
15236
15237 The address of the remote @sc{imap} server.  Defaults to the virtual
15238 server name if not specified.
15239
15240 @item nnimap-server-port
15241 @vindex nnimap-server-port
15242 Port on server to contact.  Defaults to port 143, or 993 for SSL.
15243
15244 Note that this should be an integer, example server specification:
15245
15246 @lisp
15247 (nnimap "mail.server.com"
15248         (nnimap-server-port 4711))
15249 @end lisp
15250
15251 @item nnimap-list-pattern
15252 @vindex nnimap-list-pattern
15253 String or list of strings of mailboxes to limit available groups to.
15254 This is used when the server has very many mailboxes and you're only
15255 interested in a few -- some servers export your home directory via
15256 @sc{imap}, you'll probably want to limit the mailboxes to those in
15257 @file{~/Mail/*} then.
15258
15259 The string can also be a cons of REFERENCE and the string as above, what
15260 REFERENCE is used for is server specific, but on the University of
15261 Washington server it's a directory that will be concatenated with the
15262 mailbox.
15263
15264 Example server specification:
15265
15266 @lisp
15267 (nnimap "mail.server.com"
15268         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
15269                                ("~friend/Mail/" . "list/*"))))
15270 @end lisp
15271
15272 @item nnimap-stream
15273 @vindex nnimap-stream
15274 The type of stream used to connect to your server.  By default, nnimap
15275 will detect and automatically use all of the below, with the exception
15276 of SSL/TLS. (@sc{imap} over SSL/TLS is being replaced by STARTTLS, which
15277 can be automatically detected, but it's not widely deployed yet.)
15278
15279 Example server specification:
15280
15281 @lisp
15282 (nnimap "mail.server.com"
15283         (nnimap-stream ssl))
15284 @end lisp
15285
15286 Please note that the value of @code{nnimap-stream} is a symbol!
15287
15288 @itemize @bullet
15289 @item
15290 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5). Requires the
15291 @samp{imtest} program.
15292 @item
15293 @dfn{kerberos4:} Connect with Kerberos 4. Requires the @samp{imtest} program.
15294 @item
15295 @dfn{starttls:} Connect via the STARTTLS extension (similar to
15296 SSL).  Requires the external library @samp{starttls.el} and program
15297 @samp{starttls}.
15298 @item
15299 @dfn{ssl:} Connect through SSL.  Requires OpenSSL (the program
15300 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
15301 library @samp{ssl.el}.
15302 @item
15303 @dfn{shell:} Use a shell command to start @sc{imap} connection.
15304 @item
15305 @dfn{network:} Plain, TCP/IP network connection.
15306 @end itemize
15307
15308 @vindex imap-kerberos4-program
15309 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
15310 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
15311 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
15312 to make @code{imap.el} use a pty instead of a pipe when communicating
15313 with @samp{imtest}.  You will then suffer from a line length
15314 restrictions on @sc{imap} commands, which might make Gnus seem to hang
15315 indefinitely if you have many articles in a mailbox.  The variable
15316 @code{imap-kerberos4-program} contain parameters to pass to the imtest
15317 program.
15318
15319 @vindex imap-ssl-program
15320 For SSL connections, the OpenSSL program is available from
15321 @uref{http://www.openssl.org/}. OpenSSL was formerly known as SSLeay,
15322 and nnimap support it too - although the most recent versions of
15323 SSLeay, 0.9.x, are known to have serious bugs making it
15324 useless. Earlier versions, especially 0.8.x, of SSLeay are known to
15325 work. The variable @code{imap-ssl-program} contain parameters to pass
15326 to OpenSSL/SSLeay.  You also need @samp{ssl.el} (from the W3
15327 distribution, for instance).
15328
15329 @vindex imap-shell-program
15330 @vindex imap-shell-host
15331 For @sc{imap} connections using the @code{shell} stream, the variable
15332 @code{imap-shell-program} specify what program to call.
15333
15334 @item nnimap-authenticator
15335 @vindex nnimap-authenticator
15336
15337 The authenticator used to connect to the server.  By default, nnimap
15338 will use the most secure authenticator your server is capable of.
15339
15340 Example server specification:
15341
15342 @lisp
15343 (nnimap "mail.server.com"
15344         (nnimap-authenticator anonymous))
15345 @end lisp
15346
15347 Please note that the value of @code{nnimap-authenticator} is a symbol!
15348
15349 @itemize @bullet
15350 @item
15351 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication. Requires
15352 external program @code{imtest}.
15353 @item
15354 @dfn{kerberos4:} Kerberos 4 authentication. Requires external program
15355 @code{imtest}.
15356 @item
15357 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5. Requires
15358 external library @code{digest-md5.el}.
15359 @item
15360 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
15361 @item
15362 @dfn{login:} Plain-text username/password via LOGIN.
15363 @item
15364 @dfn{anonymous:} Login as `anonymous', supplying your email address as password.
15365 @end itemize
15366
15367 @item nnimap-expunge-on-close
15368 @cindex Expunging
15369 @vindex nnimap-expunge-on-close
15370 Unlike Parmenides the @sc{imap} designers has decided that things that
15371 doesn't exist actually does exist.  More specifically, @sc{imap} has
15372 this concept of marking articles @code{Deleted} which doesn't actually
15373 delete them, and this (marking them @code{Deleted}, that is) is what
15374 nnimap does when you delete a article in Gnus (with @kbd{B DEL} or
15375 similar).
15376
15377 Since the articles aren't really removed when we mark them with the
15378 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
15379 running in circles yet?
15380
15381 Traditionally, nnimap has removed all articles marked as @code{Deleted}
15382 when closing a mailbox but this is now configurable by this server
15383 variable.
15384
15385 The possible options are:
15386
15387 @table @code
15388
15389 @item always
15390 The default behavior, delete all articles marked as "Deleted" when
15391 closing a mailbox.
15392 @item never
15393 Never actually delete articles.  Currently there is no way of showing
15394 the articles marked for deletion in nnimap, but other @sc{imap} clients
15395 may allow you to do this.  If you ever want to run the EXPUNGE command
15396 manually, @xref{Expunging mailboxes}.
15397 @item ask
15398 When closing mailboxes, nnimap will ask if you wish to expunge deleted
15399 articles or not.
15400
15401 @end table
15402
15403 @item nnimap-importantize-dormant
15404 @vindex nnimap-importantize-dormant
15405
15406 If non-nil (the default), marks dormant articles as ticked (as well),
15407 for other @sc{imap} clients. Within Gnus, dormant articles will
15408 naturally still (only) be marked as dormant.  This is to make dormant
15409 articles stand out, just like ticked articles, in other @sc{imap}
15410 clients. (In other words, Gnus has two ``Tick'' marks and @sc{imap}
15411 has only one.)
15412
15413 Probably the only reason for frobing this would be if you're trying
15414 enable per-user persistant dormant flags, using something like:
15415
15416 @lisp
15417 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
15418         (format "gnus-dormant-%s" (user-login-name)))
15419 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
15420         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
15421 @end lisp
15422
15423 In this case, you would not want the per-user dormant flag showing up
15424 as ticked for other users.
15425
15426 @item nnimap-expunge-search-string
15427 @cindex Expunging
15428 @vindex nnimap-expunge-search-string
15429
15430 This variable contain the @sc{imap} search command sent to server when
15431 searching for articles eligible for expiring.  The default is
15432 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
15433 UID set and the second @code{%s} is replaced by a date.
15434
15435 Probably the only useful value to change this to is
15436 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
15437 messages instead of the internal article date. See section 6.4.4 of
15438 RFC 2060 for more information on valid strings.
15439
15440 @item nnimap-authinfo-file
15441 @vindex nnimap-authinfo-file
15442
15443 A file containing credentials used to log in on servers.  The format is
15444 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
15445 variable @code{nntp-authinfo-file} for exact syntax; also see
15446 @ref{NNTP}.
15447
15448 @end table
15449
15450 @menu
15451 * Splitting in IMAP::           Splitting mail with nnimap.
15452 * Expiring in IMAP::            Expiring mail with nnimap.
15453 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
15454 * Expunging mailboxes::         Equivalent of a "compress mailbox" button.
15455 * A note on namespaces::        How to (not) use IMAP namespace in Gnus.
15456 @end menu
15457
15458
15459
15460 @node Splitting in IMAP
15461 @subsection Splitting in IMAP
15462 @cindex splitting imap mail
15463
15464 Splitting is something Gnus users has loved and used for years, and now
15465 the rest of the world is catching up.  Yeah, dream on, not many
15466 @sc{imap} server has server side splitting and those that have splitting
15467 seem to use some non-standard protocol.  This means that @sc{imap}
15468 support for Gnus has to do it's own splitting.
15469
15470 And it does.
15471
15472 Here are the variables of interest:
15473
15474 @table @code
15475
15476 @item nnimap-split-crosspost
15477 @cindex splitting, crosspost
15478 @cindex crosspost
15479 @vindex nnimap-split-crosspost
15480
15481 If non-nil, do crossposting if several split methods match the mail.  If
15482 nil, the first match in @code{nnimap-split-rule} found will be used.
15483
15484 Nnmail equivalent: @code{nnmail-crosspost}.
15485
15486 @item nnimap-split-inbox
15487 @cindex splitting, inbox
15488 @cindex inbox
15489 @vindex nnimap-split-inbox
15490
15491 A string or a list of strings that gives the name(s) of @sc{imap}
15492 mailboxes to split from.  Defaults to nil, which means that splitting is
15493 disabled!
15494
15495 @lisp
15496 (setq nnimap-split-inbox
15497       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
15498 @end lisp
15499
15500 No nnmail equivalent.
15501
15502 @item nnimap-split-rule
15503 @cindex Splitting, rules
15504 @vindex nnimap-split-rule
15505
15506 New mail found in @code{nnimap-split-inbox} will be split according to
15507 this variable.
15508
15509 This variable contains a list of lists, where the first element in the
15510 sublist gives the name of the @sc{imap} mailbox to move articles
15511 matching the regexp in the second element in the sublist.  Got that?
15512 Neither did I, we need examples.
15513
15514 @lisp
15515 (setq nnimap-split-rule
15516       '(("INBOX.nnimap"
15517          "^Sender: owner-nnimap@@vic20.globalcom.se")
15518         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
15519         ("INBOX.private" "")))
15520 @end lisp
15521
15522 This will put all articles from the nnimap mailing list into mailbox
15523 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
15524 into INBOX.junk and everything else in INBOX.private.
15525
15526 The first string may contain `\\1' forms, like the ones used by
15527 replace-match to insert sub-expressions from the matched text.  For
15528 instance:
15529
15530 @lisp
15531 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
15532 @end lisp
15533
15534 The first element can also be the symbol @code{junk} to indicate that
15535 matching messages should simply be deleted.  Use with care.
15536
15537 The second element can also be a function.  In that case, it will be
15538 called with the first element of the rule as the argument, in a buffer
15539 containing the headers of the article.  It should return a non-nil value
15540 if it thinks that the mail belongs in that group.
15541
15542 Nnmail users might recollect that the last regexp had to be empty to
15543 match all articles (like in the example above).  This is not required in
15544 nnimap.  Articles not matching any of the regexps will not be moved out
15545 of your inbox.  (This might affect performance if you keep lots of
15546 unread articles in your inbox, since the splitting code would go over
15547 them every time you fetch new mail.)
15548
15549 These rules are processed from the beginning of the alist toward the
15550 end.  The first rule to make a match will "win", unless you have
15551 crossposting enabled.  In that case, all matching rules will "win".
15552
15553 This variable can also have a function as its value, the function will
15554 be called with the headers narrowed and should return a group where it
15555 thinks the article should be split to.  See @code{nnimap-split-fancy}.
15556
15557 The splitting code tries to create mailboxes if it needs to.
15558
15559 To allow for different split rules on different virtual servers, and
15560 even different split rules in different inboxes on the same server,
15561 the syntax of this variable have been extended along the lines of:
15562
15563 @lisp
15564 (setq nnimap-split-rule
15565       '(("my1server"    (".*"    (("ding"    "ding@@gnus.org")
15566                                   ("junk"    "From:.*Simon")))
15567         ("my2server"    ("INBOX" nnimap-split-fancy))
15568         ("my[34]server" (".*"    (("private" "To:.*Simon")
15569                                   ("junk"    my-junk-func)))))
15570 @end lisp
15571
15572 The virtual server name is in fact a regexp, so that the same rules
15573 may apply to several servers.  In the example, the servers
15574 @code{my3server} and @code{my4server} both use the same rules.
15575 Similarly, the inbox string is also a regexp.  The actual splitting
15576 rules are as before, either a function, or a list with group/regexp or
15577 group/function elements.
15578
15579 Nnmail equivalent: @code{nnmail-split-methods}.
15580
15581 @item nnimap-split-predicate
15582 @cindex splitting
15583 @vindex nnimap-split-predicate
15584
15585 Mail matching this predicate in @code{nnimap-split-inbox} will be
15586 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
15587
15588 This might be useful if you use another @sc{imap} client to read mail in
15589 your inbox but would like Gnus to split all articles in the inbox
15590 regardless of readedness. Then you might change this to
15591 @samp{UNDELETED}.
15592
15593 @item nnimap-split-fancy
15594 @cindex splitting, fancy
15595 @findex nnimap-split-fancy
15596 @vindex nnimap-split-fancy
15597
15598 It's possible to set @code{nnimap-split-rule} to
15599 @code{nnmail-split-fancy} if you want to use fancy
15600 splitting. @xref{Fancy Mail Splitting}.
15601
15602 However, to be able to have different fancy split rules for nnmail and
15603 nnimap back ends you can set @code{nnimap-split-rule} to
15604 @code{nnimap-split-fancy} and define the nnimap specific fancy split
15605 rule in @code{nnimap-split-fancy}.
15606
15607 Example:
15608
15609 @lisp
15610 (setq nnimap-split-rule 'nnimap-split-fancy
15611       nnimap-split-fancy ...)
15612 @end lisp
15613
15614 Nnmail equivalent: @code{nnmail-split-fancy}.
15615
15616 @item nnimap-split-download-body
15617 @findex nnimap-split-download-body
15618 @vindex nnimap-split-download-body
15619
15620 Set to non-nil to download entire articles during splitting.  This is
15621 generally not required, and will slow things down considerably.  You
15622 may need it if you want to use an advanced splitting function that
15623 analyses the body to split the article.
15624
15625 @end table
15626
15627 @node Expiring in IMAP
15628 @subsection Expiring in IMAP
15629 @cindex expiring imap mail
15630
15631 Even though @code{nnimap} is not a proper @code{nnmail} derived back
15632 end, it supports most features in regular expiring (@pxref{Expiring
15633 Mail}).  Unlike splitting in IMAP (@pxref{Splitting in IMAP}) it do
15634 not clone the @code{nnmail} variables (i.e., creating
15635 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
15636 follows below are the variables used by the @code{nnimap} expiry
15637 process.
15638
15639 A note on how the expire mark is stored on the @sc{imap} server is
15640 appropriate here as well.  The expire mark is translated into a
15641 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
15642 message.  This means that likely only Gnus will understand and treat
15643 the @code{gnus-expire} mark properly, although other clients may allow
15644 you to view client specific flags on the message.  It also means that
15645 your server must support permanent storage of client specific flags on
15646 messages.  Most do, fortunately.
15647
15648 @table @code
15649
15650 @item nnmail-expiry-wait
15651 @item nnmail-expiry-wait-function
15652
15653 These variables are fully supported.  The expire value can be a
15654 number, the symbol @var{immediate} or @var{never}.
15655
15656 @item nnmail-expiry-target
15657
15658 This variable is supported, and internally implemented by calling the
15659 @code{nnmail} functions that handle this.  It contains an optimization
15660 that if the destination is a IMAP group on the same server, the
15661 article is copied instead of appended (that is, uploaded again).
15662
15663 @end table
15664
15665 @node Editing IMAP ACLs
15666 @subsection Editing IMAP ACLs
15667 @cindex editing imap acls
15668 @cindex Access Control Lists
15669 @cindex Editing @sc{imap} ACLs
15670 @kindex G l
15671 @findex gnus-group-nnimap-edit-acl
15672
15673 ACL stands for Access Control List.  ACLs are used in @sc{imap} for
15674 limiting (or enabling) other users access to your mail boxes.  Not all
15675 @sc{imap} servers support this, this function will give an error if it
15676 doesn't.
15677
15678 To edit a ACL for a mailbox, type @kbd{G l}
15679 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with a ACL
15680 editing window with detailed instructions.
15681
15682 Some possible uses:
15683
15684 @itemize @bullet
15685 @item
15686 Giving "anyone" the "lrs" rights (lookup, read, keep seen/unseen flags)
15687 on your mailing list mailboxes enables other users on the same server to
15688 follow the list without subscribing to it.
15689 @item
15690 At least with the Cyrus server, you are required to give the user
15691 "anyone" posting ("p") capabilities to have "plussing" work (that is,
15692 mail sent to user+mailbox@@domain ending up in the @sc{imap} mailbox
15693 INBOX.mailbox).
15694 @end itemize
15695
15696 @node Expunging mailboxes
15697 @subsection Expunging mailboxes
15698 @cindex expunging
15699
15700 @cindex Expunge
15701 @cindex Manual expunging
15702 @kindex G x
15703 @findex gnus-group-nnimap-expunge
15704
15705 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
15706 you may want the option of expunging all deleted articles in a mailbox
15707 manually.  This is exactly what @kbd{G x} does.
15708
15709 Currently there is no way of showing deleted articles, you can just
15710 delete them.
15711
15712 @node A note on namespaces
15713 @subsection A note on namespaces
15714 @cindex IMAP namespace
15715 @cindex namespaces
15716
15717 The IMAP protocol has a concept called namespaces, described by the
15718 following text in the RFC:
15719
15720 @example
15721 5.1.2.  Mailbox Namespace Naming Convention
15722
15723    By convention, the first hierarchical element of any mailbox name
15724    which begins with "#" identifies the "namespace" of the remainder of
15725    the name.  This makes it possible to disambiguate between different
15726    types of mailbox stores, each of which have their own namespaces.
15727
15728       For example, implementations which offer access to USENET
15729       newsgroups MAY use the "#news" namespace to partition the USENET
15730       newsgroup namespace from that of other mailboxes.  Thus, the
15731       comp.mail.misc newsgroup would have an mailbox name of
15732       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
15733       to a different object (e.g. a user's private mailbox).
15734 @end example
15735
15736 While there is nothing in this text that warrants concern for the IMAP
15737 implementation in Gnus, some servers use namespace prefixes in a way
15738 that does not work with how Gnus uses mailbox names.
15739
15740 Specifically, University of Washington's IMAP server uses mailbox
15741 names like @code{#driver.mbx/read-mail} which are valid only in the
15742 @sc{create} and @sc{append} commands.  After the mailbox is created
15743 (or a messages is appended to a mailbox), it must be accessed without
15744 the namespace prefix, i.e @code{read-mail}.  Since Gnus do not make it
15745 possible for the user to guarantee that user entered mailbox names
15746 will only be used with the CREATE and APPEND commands, you should
15747 simply not use the namespace prefixed mailbox names in Gnus.
15748
15749 See the UoW @sc{imapd} documentation for the @code{#driver.*/} prefix
15750 for more information on how to use the prefixes.  They are a power
15751 tool and should be used only if you are sure what the effects are.
15752
15753 @node Other Sources
15754 @section Other Sources
15755
15756 Gnus can do more than just read news or mail.  The methods described
15757 below allow Gnus to view directories and files as if they were
15758 newsgroups.
15759
15760 @menu
15761 * Directory Groups::            You can read a directory as if it was a newsgroup.
15762 * Anything Groups::             Dired?  Who needs dired?
15763 * Document Groups::             Single files can be the basis of a group.
15764 * SOUP::                        Reading @sc{soup} packets ``offline''.
15765 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
15766 @end menu
15767
15768
15769 @node Directory Groups
15770 @subsection Directory Groups
15771 @cindex nndir
15772 @cindex directory groups
15773
15774 If you have a directory that has lots of articles in separate files in
15775 it, you might treat it as a newsgroup.  The files have to have numerical
15776 names, of course.
15777
15778 This might be an opportune moment to mention @code{ange-ftp} (and its
15779 successor @code{efs}), that most wonderful of all wonderful Emacs
15780 packages.  When I wrote @code{nndir}, I didn't think much about it---a
15781 back end to read directories.  Big deal.
15782
15783 @code{ange-ftp} changes that picture dramatically.  For instance, if you
15784 enter the @code{ange-ftp} file name
15785 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
15786 @code{ange-ftp} or @code{efs} will actually allow you to read this
15787 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
15788
15789 @code{nndir} will use @sc{nov} files if they are present.
15790
15791 @code{nndir} is a ``read-only'' back end---you can't delete or expire
15792 articles with this method.  You can use @code{nnmh} or @code{nnml} for
15793 whatever you use @code{nndir} for, so you could switch to any of those
15794 methods if you feel the need to have a non-read-only @code{nndir}.
15795
15796
15797 @node Anything Groups
15798 @subsection Anything Groups
15799 @cindex nneething
15800
15801 From the @code{nndir} back end (which reads a single spool-like
15802 directory), it's just a hop and a skip to @code{nneething}, which
15803 pretends that any arbitrary directory is a newsgroup.  Strange, but
15804 true.
15805
15806 When @code{nneething} is presented with a directory, it will scan this
15807 directory and assign article numbers to each file.  When you enter such
15808 a group, @code{nneething} must create ``headers'' that Gnus can use.
15809 After all, Gnus is a newsreader, in case you're forgetting.
15810 @code{nneething} does this in a two-step process.  First, it snoops each
15811 file in question.  If the file looks like an article (i.e., the first
15812 few lines look like headers), it will use this as the head.  If this is
15813 just some arbitrary file without a head (e.g. a C source file),
15814 @code{nneething} will cobble up a header out of thin air.  It will use
15815 file ownership, name and date and do whatever it can with these
15816 elements.
15817
15818 All this should happen automatically for you, and you will be presented
15819 with something that looks very much like a newsgroup.  Totally like a
15820 newsgroup, to be precise.  If you select an article, it will be displayed
15821 in the article buffer, just as usual.
15822
15823 If you select a line that represents a directory, Gnus will pop you into
15824 a new summary buffer for this @code{nneething} group.  And so on.  You can
15825 traverse the entire disk this way, if you feel like, but remember that
15826 Gnus is not dired, really, and does not intend to be, either.
15827
15828 There are two overall modes to this action---ephemeral or solid.  When
15829 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
15830 will not store information on what files you have read, and what files
15831 are new, and so on.  If you create a solid @code{nneething} group the
15832 normal way with @kbd{G m}, Gnus will store a mapping table between
15833 article numbers and file names, and you can treat this group like any
15834 other groups.  When you activate a solid @code{nneething} group, you will
15835 be told how many unread articles it contains, etc., etc.
15836
15837 Some variables:
15838
15839 @table @code
15840 @item nneething-map-file-directory
15841 @vindex nneething-map-file-directory
15842 All the mapping files for solid @code{nneething} groups will be stored
15843 in this directory, which defaults to @file{~/.nneething/}.
15844
15845 @item nneething-exclude-files
15846 @vindex nneething-exclude-files
15847 All files that match this regexp will be ignored.  Nice to use to exclude
15848 auto-save files and the like, which is what it does by default.
15849
15850 @item nneething-include-files
15851 @vindex nneething-include-files
15852 Regexp saying what files to include in the group.  If this variable is
15853 non-@code{nil}, only files matching this regexp will be included.
15854
15855 @item nneething-map-file
15856 @vindex nneething-map-file
15857 Name of the map files.
15858 @end table
15859
15860
15861 @node Document Groups
15862 @subsection Document Groups
15863 @cindex nndoc
15864 @cindex documentation group
15865 @cindex help group
15866
15867 @code{nndoc} is a cute little thing that will let you read a single file
15868 as a newsgroup.  Several files types are supported:
15869
15870 @table @code
15871 @cindex babyl
15872 @cindex rmail mbox
15873
15874 @item babyl
15875 The babyl (rmail) mail box.
15876 @cindex mbox
15877 @cindex Unix mbox
15878
15879 @item mbox
15880 The standard Unix mbox file.
15881
15882 @cindex MMDF mail box
15883 @item mmdf
15884 The MMDF mail box format.
15885
15886 @item news
15887 Several news articles appended into a file.
15888
15889 @item rnews
15890 @cindex rnews batch files
15891 The rnews batch transport format.
15892 @cindex forwarded messages
15893
15894 @item forward
15895 Forwarded articles.
15896
15897 @item nsmail
15898 Netscape mail boxes.
15899
15900 @item mime-parts
15901 @sc{mime} multipart messages.
15902
15903 @item standard-digest
15904 The standard (RFC 1153) digest format.
15905
15906 @item mime-digest
15907 A @sc{mime} digest of messages.
15908
15909 @item lanl-gov-announce
15910 Announcement messages from LANL Gov Announce.
15911
15912 @item rfc822-forward
15913 A message forwarded according to RFC822.
15914
15915 @item outlook
15916 The Outlook mail box.
15917
15918 @item oe-dbx
15919 The Outlook Express dbx mail box.
15920
15921 @item exim-bounce
15922 A bounce message from the Exim MTA.
15923
15924 @item forward
15925 A message forwarded according to informal rules.
15926
15927 @item rfc934
15928 An RFC934-forwarded message.
15929
15930 @item mailman
15931 A mailman digest.
15932
15933 @item clari-briefs
15934 A digest of Clarinet brief news items.
15935
15936 @item slack-digest
15937 Non-standard digest format---matches most things, but does it badly.
15938
15939 @item mail-in-mail
15940 The last resort.
15941 @end table
15942
15943 You can also use the special ``file type'' @code{guess}, which means
15944 that @code{nndoc} will try to guess what file type it is looking at.
15945 @code{digest} means that @code{nndoc} should guess what digest type the
15946 file is.
15947
15948 @code{nndoc} will not try to change the file or insert any extra headers into
15949 it---it will simply, like, let you use the file as the basis for a
15950 group.  And that's it.
15951
15952 If you have some old archived articles that you want to insert into your
15953 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
15954 that.  Say you have an old @file{RMAIL} file with mail that you now want
15955 to split into your new @code{nnml} groups.  You look at that file using
15956 @code{nndoc} (using the @kbd{G f} command in the group buffer
15957 (@pxref{Foreign Groups})), set the process mark on all the articles in
15958 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
15959 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
15960 file is now also stored in lots of @code{nnml} directories, and you can
15961 delete that pesky @file{RMAIL} file.  If you have the guts!
15962
15963 Virtual server variables:
15964
15965 @table @code
15966 @item nndoc-article-type
15967 @vindex nndoc-article-type
15968 This should be one of @code{mbox}, @code{babyl}, @code{digest},
15969 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
15970 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
15971 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
15972 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
15973
15974 @item nndoc-post-type
15975 @vindex nndoc-post-type
15976 This variable says whether Gnus is to consider the group a news group or
15977 a mail group.  There are two valid values:  @code{mail} (the default)
15978 and @code{news}.
15979 @end table
15980
15981 @menu
15982 * Document Server Internals::   How to add your own document types.
15983 @end menu
15984
15985
15986 @node Document Server Internals
15987 @subsubsection Document Server Internals
15988
15989 Adding new document types to be recognized by @code{nndoc} isn't
15990 difficult.  You just have to whip up a definition of what the document
15991 looks like, write a predicate function to recognize that document type,
15992 and then hook into @code{nndoc}.
15993
15994 First, here's an example document type definition:
15995
15996 @example
15997 (mmdf
15998  (article-begin .  "^\^A\^A\^A\^A\n")
15999  (body-end .  "^\^A\^A\^A\^A\n"))
16000 @end example
16001
16002 The definition is simply a unique @dfn{name} followed by a series of
16003 regexp pseudo-variable settings.  Below are the possible
16004 variables---don't be daunted by the number of variables; most document
16005 types can be defined with very few settings:
16006
16007 @table @code
16008 @item first-article
16009 If present, @code{nndoc} will skip past all text until it finds
16010 something that match this regexp.  All text before this will be
16011 totally ignored.
16012
16013 @item article-begin
16014 This setting has to be present in all document type definitions.  It
16015 says what the beginning of each article looks like.
16016
16017 @item head-begin-function
16018 If present, this should be a function that moves point to the head of
16019 the article.
16020
16021 @item nndoc-head-begin
16022 If present, this should be a regexp that matches the head of the
16023 article.
16024
16025 @item nndoc-head-end
16026 This should match the end of the head of the article.  It defaults to
16027 @samp{^$}---the empty line.
16028
16029 @item body-begin-function
16030 If present, this function should move point to the beginning of the body
16031 of the article.
16032
16033 @item body-begin
16034 This should match the beginning of the body of the article.  It defaults
16035 to @samp{^\n}.
16036
16037 @item body-end-function
16038 If present, this function should move point to the end of the body of
16039 the article.
16040
16041 @item body-end
16042 If present, this should match the end of the body of the article.
16043
16044 @item file-end
16045 If present, this should match the end of the file.  All text after this
16046 regexp will be totally ignored.
16047
16048 @end table
16049
16050 So, using these variables @code{nndoc} is able to dissect a document
16051 file into a series of articles, each with a head and a body.  However, a
16052 few more variables are needed since not all document types are all that
16053 news-like---variables needed to transform the head or the body into
16054 something that's palatable for Gnus:
16055
16056 @table @code
16057 @item prepare-body-function
16058 If present, this function will be called when requesting an article.  It
16059 will be called with point at the start of the body, and is useful if the
16060 document has encoded some parts of its contents.
16061
16062 @item article-transform-function
16063 If present, this function is called when requesting an article.  It's
16064 meant to be used for more wide-ranging transformation of both head and
16065 body of the article.
16066
16067 @item generate-head-function
16068 If present, this function is called to generate a head that Gnus can
16069 understand.  It is called with the article number as a parameter, and is
16070 expected to generate a nice head for the article in question.  It is
16071 called when requesting the headers of all articles.
16072
16073 @end table
16074
16075 Let's look at the most complicated example I can come up with---standard
16076 digests:
16077
16078 @example
16079 (standard-digest
16080  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16081  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16082  (prepare-body-function . nndoc-unquote-dashes)
16083  (body-end-function . nndoc-digest-body-end)
16084  (head-end . "^ ?$")
16085  (body-begin . "^ ?\n")
16086  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16087  (subtype digest guess))
16088 @end example
16089
16090 We see that all text before a 70-width line of dashes is ignored; all
16091 text after a line that starts with that @samp{^End of} is also ignored;
16092 each article begins with a 30-width line of dashes; the line separating
16093 the head from the body may contain a single space; and that the body is
16094 run through @code{nndoc-unquote-dashes} before being delivered.
16095
16096 To hook your own document definition into @code{nndoc}, use the
16097 @code{nndoc-add-type} function.  It takes two parameters---the first is
16098 the definition itself and the second (optional) parameter says where in
16099 the document type definition alist to put this definition.  The alist is
16100 traversed sequentially, and @code{nndoc-TYPE-type-p} is called for a given type @code{TYPE}.  So @code{nndoc-mmdf-type-p} is called to see whether a document
16101 is of @code{mmdf} type, and so on.  These type predicates should return
16102 @code{nil} if the document is not of the correct type; @code{t} if it is
16103 of the correct type; and a number if the document might be of the
16104 correct type.  A high number means high probability; a low number means
16105 low probability with @samp{0} being the lowest valid number.
16106
16107
16108 @node SOUP
16109 @subsection SOUP
16110 @cindex SOUP
16111 @cindex offline
16112
16113 In the PC world people often talk about ``offline'' newsreaders.  These
16114 are thingies that are combined reader/news transport monstrosities.
16115 With built-in modem programs.  Yecchh!
16116
16117 Of course, us Unix Weenie types of human beans use things like
16118 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16119 transport things like Ghod intended.  And then we just use normal
16120 newsreaders.
16121
16122 However, it can sometimes be convenient to do something that's a bit
16123 easier on the brain if you have a very slow modem, and you're not really
16124 that interested in doing things properly.
16125
16126 A file format called @sc{soup} has been developed for transporting news
16127 and mail from servers to home machines and back again.  It can be a bit
16128 fiddly.
16129
16130 First some terminology:
16131
16132 @table @dfn
16133
16134 @item server
16135 This is the machine that is connected to the outside world and where you
16136 get news and/or mail from.
16137
16138 @item home machine
16139 This is the machine that you want to do the actual reading and responding
16140 on.  It is typically not connected to the rest of the world in any way.
16141
16142 @item packet
16143 Something that contains messages and/or commands.  There are two kinds
16144 of packets:
16145
16146 @table @dfn
16147 @item message packets
16148 These are packets made at the server, and typically contain lots of
16149 messages for you to read.  These are called @file{SoupoutX.tgz} by
16150 default, where @var{x} is a number.
16151
16152 @item response packets
16153 These are packets made at the home machine, and typically contains
16154 replies that you've written.  These are called @file{SoupinX.tgz} by
16155 default, where @var{x} is a number.
16156
16157 @end table
16158
16159 @end table
16160
16161
16162 @enumerate
16163
16164 @item
16165 You log in on the server and create a @sc{soup} packet.  You can either
16166 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
16167 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
16168 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
16169
16170 @item
16171 You transfer the packet home.  Rail, boat, car or modem will do fine.
16172
16173 @item
16174 You put the packet in your home directory.
16175
16176 @item
16177 You fire up Gnus on your home machine using the @code{nnsoup} back end as
16178 the native or secondary server.
16179
16180 @item
16181 You read articles and mail and answer and followup to the things you
16182 want (@pxref{SOUP Replies}).
16183
16184 @item
16185 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
16186 packet.
16187
16188 @item
16189 You transfer this packet to the server.
16190
16191 @item
16192 You use Gnus to mail this packet out with the @kbd{G s s} command.
16193
16194 @item
16195 You then repeat until you die.
16196
16197 @end enumerate
16198
16199 So you basically have a bipartite system---you use @code{nnsoup} for
16200 reading and Gnus for packing/sending these @sc{soup} packets.
16201
16202 @menu
16203 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
16204 * SOUP Groups::                 A back end for reading @sc{soup} packets.
16205 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
16206 @end menu
16207
16208
16209 @node SOUP Commands
16210 @subsubsection SOUP Commands
16211
16212 These are commands for creating and manipulating @sc{soup} packets.
16213
16214 @table @kbd
16215 @item G s b
16216 @kindex G s b (Group)
16217 @findex gnus-group-brew-soup
16218 Pack all unread articles in the current group
16219 (@code{gnus-group-brew-soup}).  This command understands the
16220 process/prefix convention.
16221
16222 @item G s w
16223 @kindex G s w (Group)
16224 @findex gnus-soup-save-areas
16225 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
16226
16227 @item G s s
16228 @kindex G s s (Group)
16229 @findex gnus-soup-send-replies
16230 Send all replies from the replies packet
16231 (@code{gnus-soup-send-replies}).
16232
16233 @item G s p
16234 @kindex G s p (Group)
16235 @findex gnus-soup-pack-packet
16236 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
16237
16238 @item G s r
16239 @kindex G s r (Group)
16240 @findex nnsoup-pack-replies
16241 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
16242
16243 @item O s
16244 @kindex O s (Summary)
16245 @findex gnus-soup-add-article
16246 This summary-mode command adds the current article to a @sc{soup} packet
16247 (@code{gnus-soup-add-article}).  It understands the process/prefix
16248 convention (@pxref{Process/Prefix}).
16249
16250 @end table
16251
16252
16253 There are a few variables to customize where Gnus will put all these
16254 thingies:
16255
16256 @table @code
16257
16258 @item gnus-soup-directory
16259 @vindex gnus-soup-directory
16260 Directory where Gnus will save intermediate files while composing
16261 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
16262
16263 @item gnus-soup-replies-directory
16264 @vindex gnus-soup-replies-directory
16265 This is what Gnus will use as a temporary directory while sending our
16266 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
16267
16268 @item gnus-soup-prefix-file
16269 @vindex gnus-soup-prefix-file
16270 Name of the file where Gnus stores the last used prefix.  The default is
16271 @samp{gnus-prefix}.
16272
16273 @item gnus-soup-packer
16274 @vindex gnus-soup-packer
16275 A format string command for packing a @sc{soup} packet.  The default is
16276 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
16277
16278 @item gnus-soup-unpacker
16279 @vindex gnus-soup-unpacker
16280 Format string command for unpacking a @sc{soup} packet.  The default is
16281 @samp{gunzip -c %s | tar xvf -}.
16282
16283 @item gnus-soup-packet-directory
16284 @vindex gnus-soup-packet-directory
16285 Where Gnus will look for reply packets.  The default is @file{~/}.
16286
16287 @item gnus-soup-packet-regexp
16288 @vindex gnus-soup-packet-regexp
16289 Regular expression matching @sc{soup} reply packets in
16290 @code{gnus-soup-packet-directory}.
16291
16292 @end table
16293
16294
16295 @node SOUP Groups
16296 @subsubsection SOUP Groups
16297 @cindex nnsoup
16298
16299 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
16300 read incoming packets, unpack them, and put them in a directory where
16301 you can read them at leisure.
16302
16303 These are the variables you can use to customize its behavior:
16304
16305 @table @code
16306
16307 @item nnsoup-tmp-directory
16308 @vindex nnsoup-tmp-directory
16309 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
16310 directory.  (@file{/tmp/} by default.)
16311
16312 @item nnsoup-directory
16313 @vindex nnsoup-directory
16314 @code{nnsoup} then moves each message and index file to this directory.
16315 The default is @file{~/SOUP/}.
16316
16317 @item nnsoup-replies-directory
16318 @vindex nnsoup-replies-directory
16319 All replies will be stored in this directory before being packed into a
16320 reply packet.  The default is @file{~/SOUP/replies/"}.
16321
16322 @item nnsoup-replies-format-type
16323 @vindex nnsoup-replies-format-type
16324 The @sc{soup} format of the replies packets.  The default is @samp{?n}
16325 (rnews), and I don't think you should touch that variable.  I probably
16326 shouldn't even have documented it.  Drats!  Too late!
16327
16328 @item nnsoup-replies-index-type
16329 @vindex nnsoup-replies-index-type
16330 The index type of the replies packet.  The default is @samp{?n}, which
16331 means ``none''.  Don't fiddle with this one either!
16332
16333 @item nnsoup-active-file
16334 @vindex nnsoup-active-file
16335 Where @code{nnsoup} stores lots of information.  This is not an ``active
16336 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
16337 this file or mess it up in any way, you're dead.  The default is
16338 @file{~/SOUP/active}.
16339
16340 @item nnsoup-packer
16341 @vindex nnsoup-packer
16342 Format string command for packing a reply @sc{soup} packet.  The default
16343 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
16344
16345 @item nnsoup-unpacker
16346 @vindex nnsoup-unpacker
16347 Format string command for unpacking incoming @sc{soup} packets.  The
16348 default is @samp{gunzip -c %s | tar xvf -}.
16349
16350 @item nnsoup-packet-directory
16351 @vindex nnsoup-packet-directory
16352 Where @code{nnsoup} will look for incoming packets.  The default is
16353 @file{~/}.
16354
16355 @item nnsoup-packet-regexp
16356 @vindex nnsoup-packet-regexp
16357 Regular expression matching incoming @sc{soup} packets.  The default is
16358 @samp{Soupout}.
16359
16360 @item nnsoup-always-save
16361 @vindex nnsoup-always-save
16362 If non-@code{nil}, save the replies buffer after each posted message.
16363
16364 @end table
16365
16366
16367 @node SOUP Replies
16368 @subsubsection SOUP Replies
16369
16370 Just using @code{nnsoup} won't mean that your postings and mailings end
16371 up in @sc{soup} reply packets automagically.  You have to work a bit
16372 more for that to happen.
16373
16374 @findex nnsoup-set-variables
16375 The @code{nnsoup-set-variables} command will set the appropriate
16376 variables to ensure that all your followups and replies end up in the
16377 @sc{soup} system.
16378
16379 In specific, this is what it does:
16380
16381 @lisp
16382 (setq message-send-news-function 'nnsoup-request-post)
16383 (setq message-send-mail-function 'nnsoup-request-mail)
16384 @end lisp
16385
16386 And that's it, really.  If you only want news to go into the @sc{soup}
16387 system you just use the first line.  If you only want mail to be
16388 @sc{soup}ed you use the second.
16389
16390
16391 @node Mail-To-News Gateways
16392 @subsection Mail-To-News Gateways
16393 @cindex mail-to-news gateways
16394 @cindex gateways
16395
16396 If your local @code{nntp} server doesn't allow posting, for some reason
16397 or other, you can post using one of the numerous mail-to-news gateways.
16398 The @code{nngateway} back end provides the interface.
16399
16400 Note that you can't read anything from this back end---it can only be
16401 used to post with.
16402
16403 Server variables:
16404
16405 @table @code
16406 @item nngateway-address
16407 @vindex nngateway-address
16408 This is the address of the mail-to-news gateway.
16409
16410 @item nngateway-header-transformation
16411 @vindex nngateway-header-transformation
16412 News headers often have to be transformed in some odd way or other
16413 for the mail-to-news gateway to accept it.  This variable says what
16414 transformation should be called, and defaults to
16415 @code{nngateway-simple-header-transformation}.  The function is called
16416 narrowed to the headers to be transformed and with one parameter---the
16417 gateway address.
16418
16419 This default function just inserts a new @code{To} header based on the
16420 @code{Newsgroups} header and the gateway address.
16421 For instance, an article with this @code{Newsgroups} header:
16422
16423 @example
16424 Newsgroups: alt.religion.emacs
16425 @end example
16426
16427 will get this @code{To} header inserted:
16428
16429 @example
16430 To: alt-religion-emacs@@GATEWAY
16431 @end example
16432
16433 The following pre-defined functions exist:
16434
16435 @findex nngateway-simple-header-transformation
16436 @table @code
16437
16438 @item nngateway-simple-header-transformation
16439 Creates a @code{To} header that looks like
16440 @var{newsgroup}@@@code{nngateway-address}.
16441
16442 @findex nngateway-mail2news-header-transformation
16443
16444 @item nngateway-mail2news-header-transformation
16445 Creates a @code{To} header that looks like
16446 @code{nngateway-address}.
16447
16448 Here's an example:
16449
16450 @lisp
16451 (setq gnus-post-method
16452       '(nngateway
16453         "mail2news@@replay.com"
16454         (nngateway-header-transformation
16455          nngateway-mail2news-header-transformation)))
16456 @end lisp
16457
16458 @end table
16459
16460
16461 @end table
16462
16463 So, to use this, simply say something like:
16464
16465 @lisp
16466 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
16467 @end lisp
16468
16469
16470
16471 @node Combined Groups
16472 @section Combined Groups
16473
16474 Gnus allows combining a mixture of all the other group types into bigger
16475 groups.
16476
16477 @menu
16478 * Virtual Groups::              Combining articles from many groups.
16479 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
16480 @end menu
16481
16482
16483 @node Virtual Groups
16484 @subsection Virtual Groups
16485 @cindex nnvirtual
16486 @cindex virtual groups
16487 @cindex merging groups
16488
16489 An @dfn{nnvirtual group} is really nothing more than a collection of
16490 other groups.
16491
16492 For instance, if you are tired of reading many small groups, you can
16493 put them all in one big group, and then grow tired of reading one
16494 big, unwieldy group.  The joys of computing!
16495
16496 You specify @code{nnvirtual} as the method.  The address should be a
16497 regexp to match component groups.
16498
16499 All marks in the virtual group will stick to the articles in the
16500 component groups.  So if you tick an article in a virtual group, the
16501 article will also be ticked in the component group from whence it
16502 came.  (And vice versa---marks from the component groups will also be
16503 shown in the virtual group.). To create an empty virtual group, run
16504 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
16505 and edit the method regexp with @kbd{M-e}
16506 (@code{gnus-group-edit-group-method})
16507
16508 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
16509 newsgroups into one, big, happy newsgroup:
16510
16511 @lisp
16512 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
16513 @end lisp
16514
16515 The component groups can be native or foreign; everything should work
16516 smoothly, but if your computer explodes, it was probably my fault.
16517
16518 Collecting the same group from several servers might actually be a good
16519 idea if users have set the Distribution header to limit distribution.
16520 If you would like to read @samp{soc.motss} both from a server in Japan
16521 and a server in Norway, you could use the following as the group regexp:
16522
16523 @example
16524 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
16525 @end example
16526
16527 (Remember, though, that if you're creating the group with @kbd{G m}, you
16528 shouldn't double the backslashes, and you should leave off the quote
16529 characters at the beginning and the end of the string.)
16530
16531 This should work kinda smoothly---all articles from both groups should
16532 end up in this one, and there should be no duplicates.  Threading (and
16533 the rest) will still work as usual, but there might be problems with the
16534 sequence of articles.  Sorting on date might be an option here
16535 (@pxref{Selecting a Group}).
16536
16537 One limitation, however---all groups included in a virtual
16538 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
16539 zombie groups can't be component groups for @code{nnvirtual} groups.
16540
16541 @vindex nnvirtual-always-rescan
16542 If the @code{nnvirtual-always-rescan} is non-@code{nil},
16543 @code{nnvirtual} will always scan groups for unread articles when
16544 entering a virtual group.  If this variable is @code{nil} (which is the
16545 default) and you read articles in a component group after the virtual
16546 group has been activated, the read articles from the component group
16547 will show up when you enter the virtual group.  You'll also see this
16548 effect if you have two virtual groups that have a component group in
16549 common.  If that's the case, you should set this variable to @code{t}.
16550 Or you can just tap @code{M-g} on the virtual group every time before
16551 you enter it---it'll have much the same effect.
16552
16553 @code{nnvirtual} can have both mail and news groups as component groups.
16554 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
16555 has to ask the back end of the component group the article comes from
16556 whether it is a news or mail back end.  However, when you do a @kbd{^},
16557 there is typically no sure way for the component back end to know this,
16558 and in that case @code{nnvirtual} tells Gnus that the article came from a
16559 not-news back end.  (Just to be on the safe side.)
16560
16561 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
16562 line from the article you respond to in these cases.
16563
16564 @code{nnvirtual} groups do not inherit anything but articles and marks
16565 from component groups---group parameters, for instance, are not
16566 inherited.
16567
16568
16569 @node Kibozed Groups
16570 @subsection Kibozed Groups
16571 @cindex nnkiboze
16572 @cindex kibozing
16573
16574 @dfn{Kibozing} is defined by @sc{oed} as ``grepping through (parts of)
16575 the news feed''.  @code{nnkiboze} is a back end that will do this for
16576 you.  Oh joy!  Now you can grind any @sc{nntp} server down to a halt
16577 with useless requests!  Oh happiness!
16578
16579 @kindex G k (Group)
16580 To create a kibozed group, use the @kbd{G k} command in the group
16581 buffer.
16582
16583 The address field of the @code{nnkiboze} method is, as with
16584 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
16585 @code{nnkiboze} group.  That's where most similarities between @code{nnkiboze}
16586 and @code{nnvirtual} end.
16587
16588 In addition to this regexp detailing component groups, an @code{nnkiboze} group
16589 must have a score file to say what articles are to be included in
16590 the group (@pxref{Scoring}).
16591
16592 @kindex M-x nnkiboze-generate-groups
16593 @findex nnkiboze-generate-groups
16594 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
16595 @code{nnkiboze} groups you want to have.  This command will take time.  Lots of
16596 time.  Oodles and oodles of time.  Gnus has to fetch the headers from
16597 all the articles in all the component groups and run them through the
16598 scoring process to determine if there are any articles in the groups
16599 that are to be part of the @code{nnkiboze} groups.
16600
16601 Please limit the number of component groups by using restrictive
16602 regexps.  Otherwise your sysadmin may become annoyed with you, and the
16603 @sc{nntp} site may throw you off and never let you back in again.
16604 Stranger things have happened.
16605
16606 @code{nnkiboze} component groups do not have to be alive---they can be dead,
16607 and they can be foreign.  No restrictions.
16608
16609 @vindex nnkiboze-directory
16610 The generation of an @code{nnkiboze} group means writing two files in
16611 @code{nnkiboze-directory}, which is @file{~/News/} by default.  One
16612 contains the @sc{nov} header lines for all the articles in the group,
16613 and the other is an additional @file{.newsrc} file to store information
16614 on what groups have been searched through to find component articles.
16615
16616 Articles marked as read in the @code{nnkiboze} group will have
16617 their @sc{nov} lines removed from the @sc{nov} file.
16618
16619
16620 @node Gnus Unplugged
16621 @section Gnus Unplugged
16622 @cindex offline
16623 @cindex unplugged
16624 @cindex Agent
16625 @cindex Gnus Agent
16626 @cindex Gnus Unplugged
16627
16628 In olden times (ca. February '88), people used to run their newsreaders
16629 on big machines with permanent connections to the net.  News transport
16630 was dealt with by news servers, and all the newsreaders had to do was to
16631 read news.  Believe it or not.
16632
16633 Nowadays most people read news and mail at home, and use some sort of
16634 modem to connect to the net.  To avoid running up huge phone bills, it
16635 would be nice to have a way to slurp down all the news and mail, hang up
16636 the phone, read for several hours, and then upload any responses you
16637 have to make.  And then you repeat the procedure.
16638
16639 Of course, you can use news servers for doing this as well.  I've used
16640 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
16641 for some years, but doing that's a bore.  Moving the news server
16642 functionality up to the newsreader makes sense if you're the only person
16643 reading news on a machine.
16644
16645 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
16646 fact, you don't even have to configure anything.
16647
16648 Of course, to use it as such, you have to learn a few new commands.
16649
16650 @menu
16651 * Agent Basics::                How it all is supposed to work.
16652 * Agent Categories::            How to tell the Gnus Agent what to download.
16653 * Agent Commands::              New commands for all the buffers.
16654 * Agent as Cache::              The Agent is a big cache too.
16655 * Agent Expiry::                How to make old articles go away.
16656 * Agent Regeneration::          How to recover from lost connections and other accidents.
16657 * Agent and IMAP::              How to use the Agent with IMAP.
16658 * Outgoing Messages::           What happens when you post/mail something?
16659 * Agent Variables::             Customizing is fun.
16660 * Example Setup::               An example @file{.gnus.el} file for offline people.
16661 * Batching Agents::             How to fetch news from a @code{cron} job.
16662 * Agent Caveats::               What you think it'll do and what it does.
16663 @end menu
16664
16665
16666 @node Agent Basics
16667 @subsection Agent Basics
16668
16669 First, let's get some terminology out of the way.
16670
16671 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
16672 connection to the net (and notified the Agent that this is the case).
16673 When the connection to the net is up again (and Gnus knows this), the
16674 Agent is @dfn{plugged}.
16675
16676 The @dfn{local} machine is the one you're running on, and which isn't
16677 connected to the net continuously.
16678
16679 @dfn{Downloading} means fetching things from the net to your local
16680 machine.  @dfn{Uploading} is doing the opposite.
16681
16682 Let's take a typical Gnus session using the Agent.
16683
16684 @itemize @bullet
16685
16686 @item
16687 @findex gnus-unplugged
16688 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
16689 Agent in a disconnected state.  You can read all the news that you have
16690 already fetched while in this mode.
16691
16692 @item
16693 You then decide to see whether any new news has arrived.  You connect
16694 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
16695 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
16696 as usual.  To check for new mail in unplugged mode, see (@pxref{Mail
16697 Source Specifiers}).
16698
16699 @item
16700 You can then read the new news immediately, or you can download the news
16701 onto your local machine.  If you want to do the latter, you press @kbd{g}
16702 to check if there are any new news and then @kbd{J
16703 s} to fetch all the eligible articles in all the groups.  (To let Gnus
16704 know which articles you want to download, @pxref{Agent Categories}.)
16705
16706 @item
16707 After fetching the articles, you press @kbd{J j} to make Gnus become
16708 unplugged again, and you shut down the PPP thing (or whatever).  And
16709 then you read the news offline.
16710
16711 @item
16712 And then you go to step 2.
16713 @end itemize
16714
16715 Here are some things you should do the first time (or so) that you use
16716 the Agent.
16717
16718 @itemize @bullet
16719
16720 @item
16721 Decide which servers should be covered by the Agent.  If you have a mail
16722 back end, it would probably be nonsensical to have it covered by the
16723 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
16724 @kbd{J a} on the server (or servers) that you wish to have covered by the
16725 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
16726 added servers you do not wish to have covered by the Agent.  By default,
16727 all @code{nntp} and @code{nnimap} groups in @code{gnus-select-method} and
16728 @code{gnus-secondary-select-methods} are agentized.
16729
16730 @item
16731 Decide on download policy.  @xref{Agent Categories}.
16732
16733 @item
16734 Uhm... that's it.
16735 @end itemize
16736
16737
16738 @node Agent Categories
16739 @subsection Agent Categories
16740
16741 One of the main reasons to integrate the news transport layer into the
16742 newsreader is to allow greater control over what articles to download.
16743 There's not much point in downloading huge amounts of articles, just to
16744 find out that you're not interested in reading any of them.  It's better
16745 to be somewhat more conservative in choosing what to download, and then
16746 mark the articles for downloading manually if it should turn out that
16747 you're interested in the articles anyway.
16748
16749 The main way to control what is to be downloaded is to create a
16750 @dfn{category} and then assign some (or all) groups to this category.
16751 Groups that do not belong in any other category belong to the
16752 @code{default} category.  Gnus has its own buffer for creating and
16753 managing categories.
16754
16755 @menu
16756 * Category Syntax::             What a category looks like.
16757 * Category Buffer::             A buffer for maintaining categories.
16758 * Category Variables::          Customize'r'Us.
16759 @end menu
16760
16761
16762 @node Category Syntax
16763 @subsubsection Category Syntax
16764
16765 A category consists of two things.
16766
16767 @enumerate
16768 @item
16769 A predicate which (generally) gives a rough outline of which articles
16770 are eligible for downloading; and
16771
16772 @item
16773 a score rule which (generally) gives you a finer granularity when
16774 deciding what articles to download.  (Note that this @dfn{download
16775 score} is not necessarily related to normal scores.)
16776 @end enumerate
16777
16778 A predicate in its simplest form can be a single predicate such as
16779 @code{true} or @code{false}.  These two will download every available
16780 article or nothing respectively.  In the case of these two special
16781 predicates an additional score rule is superfluous.
16782
16783 Predicates of @code{high} or @code{low} download articles in respect of
16784 their scores in relationship to @code{gnus-agent-high-score} and
16785 @code{gnus-agent-low-score} as described below.
16786
16787 To gain even finer control of what is to be regarded eligible for
16788 download a predicate can consist of a number of predicates with logical
16789 operators sprinkled in between.
16790
16791 Perhaps some examples are in order.
16792
16793 Here's a simple predicate.  (It's the default predicate, in fact, used
16794 for all groups that don't belong to any other category.)
16795
16796 @lisp
16797 short
16798 @end lisp
16799
16800 Quite simple, eh?  This predicate is true if and only if the article is
16801 short (for some value of ``short'').
16802
16803 Here's a more complex predicate:
16804
16805 @lisp
16806 (or high
16807     (and
16808      (not low)
16809      (not long)))
16810 @end lisp
16811
16812 This means that an article should be downloaded if it has a high score,
16813 or if the score is not low and the article is not long.  You get the
16814 drift.
16815
16816 The available logical operators are @code{or}, @code{and} and
16817 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
16818 @samp{|}, @code{&} and @code{!} instead.)
16819
16820 The following predicates are pre-defined, but if none of these fit what
16821 you want to do, you can write your own.
16822
16823 @table @code
16824 @item short
16825 True iff the article is shorter than @code{gnus-agent-short-article}
16826 lines; default 100.
16827
16828 @item long
16829 True iff the article is longer than @code{gnus-agent-long-article}
16830 lines; default 200.
16831
16832 @item low
16833 True iff the article has a download score less than
16834 @code{gnus-agent-low-score}; default 0.
16835
16836 @item high
16837 True iff the article has a download score greater than
16838 @code{gnus-agent-high-score}; default 0.
16839
16840 @item spam
16841 True iff the Gnus Agent guesses that the article is spam.  The
16842 heuristics may change over time, but at present it just computes a
16843 checksum and sees whether articles match.
16844
16845 @item true
16846 Always true.
16847
16848 @item false
16849 Always false.
16850 @end table
16851
16852 If you want to create your own predicate function, here's what you have
16853 to know:  The functions are called with no parameters, but the
16854 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
16855 useful values.
16856
16857 For example, you could decide that you don't want to download articles
16858 that were posted more than a certain number of days ago (e.g. posted
16859 more than @code{gnus-agent-expire-days} ago) you might write a function
16860 something along the lines of the following:
16861
16862 @lisp
16863 (defun my-article-old-p ()
16864   "Say whether an article is old."
16865   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
16866      (- (time-to-days (current-time)) gnus-agent-expire-days)))
16867 @end lisp
16868
16869 with the predicate then defined as:
16870
16871 @lisp
16872 (not my-article-old-p)
16873 @end lisp
16874
16875 or you could append your predicate to the predefined
16876 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
16877 wherever.
16878
16879 @lisp
16880 (require 'gnus-agent)
16881 (setq  gnus-category-predicate-alist
16882   (append gnus-category-predicate-alist
16883          '((old . my-article-old-p))))
16884 @end lisp
16885
16886 and simply specify your predicate as:
16887
16888 @lisp
16889 (not old)
16890 @end lisp
16891
16892 If/when using something like the above, be aware that there are many
16893 misconfigured systems/mailers out there and so an article's date is not
16894 always a reliable indication of when it was posted.  Hell, some people
16895 just don't give a damn.
16896
16897 The above predicates apply to *all* the groups which belong to the
16898 category.  However, if you wish to have a specific predicate for an
16899 individual group within a category, or you're just too lazy to set up a
16900 new category, you can enter a group's individual predicate in it's group
16901 parameters like so:
16902
16903 @lisp
16904 (agent-predicate . short)
16905 @end lisp
16906
16907 This is the group parameter equivalent of the agent category default.
16908 Note that when specifying a single word predicate like this, the
16909 @code{agent-predicate} specification must be in dotted pair notation.
16910
16911 The equivalent of the longer example from above would be:
16912
16913 @lisp
16914 (agent-predicate or high (and (not low) (not long)))
16915 @end lisp
16916
16917 The outer parenthesis required in the category specification are not
16918 entered here as, not being in dotted pair notation, the value of the
16919 predicate is assumed to be a list.
16920
16921
16922 Now, the syntax of the download score is the same as the syntax of
16923 normal score files, except that all elements that require actually
16924 seeing the article itself are verboten.  This means that only the
16925 following headers can be scored on: @code{Subject}, @code{From},
16926 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
16927 @code{Lines}, and @code{Xref}.
16928
16929 As with predicates, the specification of the @code{download score rule}
16930 to use in respect of a group can be in either the category definition if
16931 it's to be applicable to all groups in therein, or a group's parameters
16932 if it's to be specific to that group.
16933
16934 In both of these places the @code{download score rule} can take one of
16935 three forms:
16936
16937 @enumerate
16938 @item
16939 Score rule
16940
16941 This has the same syntax as a normal gnus score file except only a
16942 subset of scoring keywords are available as mentioned above.
16943
16944 example:
16945
16946 @itemize @bullet
16947 @item
16948 Category specification
16949
16950 @lisp
16951 (("from"
16952        ("Lars Ingebrigtsen" 1000000 nil s))
16953 ("lines"
16954        (500 -100 nil <)))
16955 @end lisp
16956
16957 @item
16958 Group Parameter specification
16959
16960 @lisp
16961 (agent-score ("from"
16962                    ("Lars Ingebrigtsen" 1000000 nil s))
16963              ("lines"
16964                    (500 -100 nil <)))
16965 @end lisp
16966
16967 Again, note the omission of the outermost parenthesis here.
16968 @end itemize
16969
16970 @item
16971 Agent score file
16972
16973 These score files must *only* contain the permitted scoring keywords
16974 stated above.
16975
16976 example:
16977
16978 @itemize @bullet
16979 @item
16980 Category specification
16981
16982 @lisp
16983 ("~/News/agent.SCORE")
16984 @end lisp
16985
16986 or perhaps
16987
16988 @lisp
16989 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
16990 @end lisp
16991
16992 @item
16993 Group Parameter specification
16994
16995 @lisp
16996 (agent-score "~/News/agent.SCORE")
16997 @end lisp
16998
16999 Additional score files can be specified as above.  Need I say anything
17000 about parenthesis?
17001 @end itemize
17002
17003 @item
17004 Use @code{normal} score files
17005
17006 If you don't want to maintain two sets of scoring rules for a group, and
17007 your desired @code{downloading} criteria for a group are the same as your
17008 @code{reading} criteria then you can tell the agent to refer to your
17009 @code{normal} score files when deciding what to download.
17010
17011 These directives in either the category definition or a group's
17012 parameters will cause the agent to read in all the applicable score
17013 files for a group, *filtering out* those sections that do not
17014 relate to one of the permitted subset of scoring keywords.
17015
17016 @itemize @bullet
17017 @item
17018 Category Specification
17019
17020 @lisp
17021 file
17022 @end lisp
17023
17024 @item
17025 Group Parameter specification
17026
17027 @lisp
17028 (agent-score . file)
17029 @end lisp
17030 @end itemize
17031 @end enumerate
17032
17033 @node Category Buffer
17034 @subsubsection Category Buffer
17035
17036 You'd normally do all category maintenance from the category buffer.
17037 When you enter it for the first time (with the @kbd{J c} command from
17038 the group buffer), you'll only see the @code{default} category.
17039
17040 The following commands are available in this buffer:
17041
17042 @table @kbd
17043 @item q
17044 @kindex q (Category)
17045 @findex gnus-category-exit
17046 Return to the group buffer (@code{gnus-category-exit}).
17047
17048 @item k
17049 @kindex k (Category)
17050 @findex gnus-category-kill
17051 Kill the current category (@code{gnus-category-kill}).
17052
17053 @item c
17054 @kindex c (Category)
17055 @findex gnus-category-copy
17056 Copy the current category (@code{gnus-category-copy}).
17057
17058 @item a
17059 @kindex a (Category)
17060 @findex gnus-category-add
17061 Add a new category (@code{gnus-category-add}).
17062
17063 @item p
17064 @kindex p (Category)
17065 @findex gnus-category-edit-predicate
17066 Edit the predicate of the current category
17067 (@code{gnus-category-edit-predicate}).
17068
17069 @item g
17070 @kindex g (Category)
17071 @findex gnus-category-edit-groups
17072 Edit the list of groups belonging to the current category
17073 (@code{gnus-category-edit-groups}).
17074
17075 @item s
17076 @kindex s (Category)
17077 @findex gnus-category-edit-score
17078 Edit the download score rule of the current category
17079 (@code{gnus-category-edit-score}).
17080
17081 @item l
17082 @kindex l (Category)
17083 @findex gnus-category-list
17084 List all the categories (@code{gnus-category-list}).
17085 @end table
17086
17087
17088 @node Category Variables
17089 @subsubsection Category Variables
17090
17091 @table @code
17092 @item gnus-category-mode-hook
17093 @vindex gnus-category-mode-hook
17094 Hook run in category buffers.
17095
17096 @item gnus-category-line-format
17097 @vindex gnus-category-line-format
17098 Format of the lines in the category buffer (@pxref{Formatting
17099 Variables}).  Valid elements are:
17100
17101 @table @samp
17102 @item c
17103 The name of the category.
17104
17105 @item g
17106 The number of groups in the category.
17107 @end table
17108
17109 @item gnus-category-mode-line-format
17110 @vindex gnus-category-mode-line-format
17111 Format of the category mode line (@pxref{Mode Line Formatting}).
17112
17113 @item gnus-agent-short-article
17114 @vindex gnus-agent-short-article
17115 Articles that have fewer lines than this are short.  Default 100.
17116
17117 @item gnus-agent-long-article
17118 @vindex gnus-agent-long-article
17119 Articles that have more lines than this are long.  Default 200.
17120
17121 @item gnus-agent-low-score
17122 @vindex gnus-agent-low-score
17123 Articles that have a score lower than this have a low score.  Default
17124 0.
17125
17126 @item gnus-agent-high-score
17127 @vindex gnus-agent-high-score
17128 Articles that have a score higher than this have a high score.  Default
17129 0.
17130
17131 @end table
17132
17133
17134 @node Agent Commands
17135 @subsection Agent Commands
17136 @findex gnus-agent-toggle-plugged
17137 @kindex J j (Agent)
17138
17139 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
17140 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
17141 toggles the plugged/unplugged state of the Gnus Agent.
17142
17143
17144 @menu
17145 * Group Agent Commands::        Configure groups and fetch their contents.
17146 * Summary Agent Commands::      Manually select then fetch specific articles.
17147 * Server Agent Commands::       Select the servers that are supported by the agent.
17148 @end menu
17149
17150
17151
17152
17153 @node Group Agent Commands
17154 @subsubsection Group Agent Commands
17155
17156 @table @kbd
17157 @item J u
17158 @kindex J u (Agent Group)
17159 @findex gnus-agent-fetch-groups
17160 Fetch all eligible articles in the current group
17161 (@code{gnus-agent-fetch-groups}).
17162
17163 @item J c
17164 @kindex J c (Agent Group)
17165 @findex gnus-enter-category-buffer
17166 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
17167
17168 @item J s
17169 @kindex J s (Agent Group)
17170 @findex gnus-agent-fetch-session
17171 Fetch all eligible articles in all groups
17172 (@code{gnus-agent-fetch-session}).
17173
17174 @item J S
17175 @kindex J S (Agent Group)
17176 @findex gnus-group-send-queue
17177 Send all sendable messages in the queue group
17178 (@code{gnus-group-send-queue}).  @xref{Drafts}.
17179
17180 @item J a
17181 @kindex J a (Agent Group)
17182 @findex gnus-agent-add-group
17183 Add the current group to an Agent category
17184 (@code{gnus-agent-add-group}).  This command understands the
17185 process/prefix convention (@pxref{Process/Prefix}).
17186
17187 @item J r
17188 @kindex J r (Agent Group)
17189 @findex gnus-agent-remove-group
17190 Remove the current group from its category, if any
17191 (@code{gnus-agent-remove-group}).  This command understands the
17192 process/prefix convention (@pxref{Process/Prefix}).
17193
17194 @item J Y
17195 @kindex J Y (Agent Group)
17196 @findex gnus-agent-synchronize-flags
17197 Synchronize flags changed while unplugged with remote server, if any.
17198
17199
17200 @end table
17201
17202
17203 @node Summary Agent Commands
17204 @subsubsection Summary Agent Commands
17205
17206 @table @kbd
17207 @item J #
17208 @kindex J # (Agent Summary)
17209 @findex gnus-agent-mark-article
17210 Mark the article for downloading (@code{gnus-agent-mark-article}).
17211
17212 @item J M-#
17213 @kindex J M-# (Agent Summary)
17214 @findex gnus-agent-unmark-article
17215 Remove the downloading mark from the article
17216 (@code{gnus-agent-unmark-article}).
17217
17218 @cindex %
17219 @item @@
17220 @kindex @@ (Agent Summary)
17221 @findex gnus-agent-toggle-mark
17222 Toggle whether to download the article
17223 (@code{gnus-agent-toggle-mark}).  The dowload mark is @samp{%} by
17224 default. 
17225
17226 @item J c
17227 @kindex J c (Agent Summary)
17228 @findex gnus-agent-catchup
17229 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
17230
17231 @item J S
17232 @kindex J S (Agent Summary)
17233 @findex gnus-agent-fetch-group
17234 Download all eligible (See @pxref{Agent Categories}) articles in this group.
17235 (@code{gnus-agent-fetch-group}).
17236
17237 @item J s
17238 @kindex J s (Agent Summary)
17239 @findex gnus-agent-fetch-series
17240 Download all processable articles in this group.
17241 (@code{gnus-agent-fetch-series}).
17242
17243 @item J u
17244 @kindex J u (Agent Summary)
17245 @findex gnus-agent-summary-fetch-group
17246 Download all downloadable articles in the current group
17247 (@code{gnus-agent-summary-fetch-group}).
17248
17249 @end table
17250
17251
17252 @node Server Agent Commands
17253 @subsubsection Server Agent Commands
17254
17255 @table @kbd
17256 @item J a
17257 @kindex J a (Agent Server)
17258 @findex gnus-agent-add-server
17259 Add the current server to the list of servers covered by the Gnus Agent
17260 (@code{gnus-agent-add-server}).
17261
17262 @item J r
17263 @kindex J r (Agent Server)
17264 @findex gnus-agent-remove-server
17265 Remove the current server from the list of servers covered by the Gnus
17266 Agent (@code{gnus-agent-remove-server}).
17267
17268 @end table
17269
17270
17271 @node Agent as Cache
17272 @subsection Agent as Cache
17273
17274 When Gnus is plugged, it is not efficient to download headers or
17275 articles from the server again, if they are already stored in the
17276 Agent.  So, Gnus normally only downloads headers once, and stores them
17277 in the Agent.  These headers are later used when generating the summary
17278 buffer, regardless of whether you are plugged or unplugged.  Articles
17279 are not cached in the Agent by default though (that would potentially
17280 consume lots of disk space), but if you have already downloaded an
17281 article into the Agent, Gnus will not download the article from the
17282 server again but use the locally stored copy instead.
17283
17284 This behaviour can be controlled by @code{gnus-agent-cache}
17285 (@pxref{Agent Variables}).
17286
17287 @node Agent Expiry
17288 @subsection Agent Expiry
17289
17290 @vindex gnus-agent-expire-days
17291 @findex gnus-agent-expire
17292 @kindex M-x gnus-agent-expire
17293 @cindex Agent expiry
17294 @cindex Gnus Agent expiry
17295 @cindex expiry
17296
17297 @code{nnagent} doesn't handle expiry.  Instead, there's a special
17298 @code{gnus-agent-expire} command that will expire all read articles that
17299 are older than @code{gnus-agent-expire-days} days.  It can be run
17300 whenever you feel that you're running out of space.  It's not
17301 particularly fast or efficient, and it's not a particularly good idea to
17302 interrupt it (with @kbd{C-g} or anything else) once you've started it.
17303
17304 Note that other functions, e.g. @code{gnus-request-expire-articles},
17305 might run @code{gnus-agent-expire} for you to keep the agent 
17306 synchronized with the group.
17307
17308 @code{gnus-agent-expire-days} can also be a list of regexp/day pairs.
17309 The regexps will be matched against group names to allow differing
17310 expiry in different groups.
17311
17312 @lisp
17313 (setq gnus-agent-expire-days
17314       '(("alt\\." 7)
17315         (".*binary" 1)
17316         ("." 21)))
17317 @end lisp
17318
17319 If you use the list form, the last element must always be the default
17320 method---it must always match all groups. Also, for a regexp to match,
17321 it must match from the beginning of the group's name.
17322
17323 @vindex gnus-agent-expire-all
17324 If @code{gnus-agent-expire-all} is non-@code{nil}, this command will
17325 expire all articles---unread, read, ticked and dormant.  If @code{nil}
17326 (which is the default), only read articles are eligible for expiry, and
17327 unread, ticked and dormant articles will be kept indefinitely.
17328
17329 If you find that some articles eligible for expiry are never expired,
17330 perhaps some Gnus Agent files are corrupted.  There's a special
17331 @code{gnus-agent-regenerate} command to fix possible problems.
17332
17333 @node Agent Regeneration
17334 @subsection Agent Regeneration
17335
17336 @cindex Agent Regeneration
17337 @cindex Gnus Agent Regeneration
17338 @cindex regeneration
17339
17340 The local data structures used by @code{nnagent} may become corrupted
17341 due to certain exceptional conditions.  When this happens,
17342 @code{nnagent} functionality may degrade or even fail.  The solution
17343 to this problem is to repair the local data structures by removing all
17344 internal inconsistencies.
17345
17346 For example, if your connection to your server is lost while
17347 downloaded articles into the agent, the local data structures will not
17348 know about articles downloaded prior to the connection failure.
17349 Running @code{gnus-agent-regenerate} or
17350 @code{gnus-agent-regenerate-group} will update the data structures
17351 such that you don't need to download these articles a second time.
17352
17353 @findex gnus-agent-regenerate
17354 @kindex M-x gnus-agent-regenerate
17355 The command @code{gnus-agent-regenerate} will perform
17356 @code{gnus-agent-regenerate-group} on every agentized group.  While
17357 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
17358 recommended that you first close all summary buffers.
17359
17360 @findex gnus-agent-regenerate-group
17361 @kindex M-x gnus-agent-regenerate-group
17362 The command @code{gnus-agent-regenerate-group} uses the local copies
17363 of individual articles to repair the local NOV(header) database.  It
17364 then updates the internal data structures that document which articles
17365 are stored locally.  An optional argument will mark articles in the
17366 agent as unread.
17367
17368 @node Agent and IMAP
17369 @subsection Agent and IMAP
17370
17371 The Agent works with any Gnus back end, including nnimap.  However,
17372 since there are some conceptual differences between @sc{nntp} and
17373 @sc{imap}, this section (should) provide you with some information to
17374 make Gnus Agent work smoother as a @sc{imap} Disconnected Mode client.
17375
17376 The first thing to keep in mind is that all flags (read, ticked, etc)
17377 are kept on the @sc{imap} server, rather than in @file{.newsrc} as is the
17378 case for nntp.  Thus Gnus need to remember flag changes when
17379 disconnected, and synchronize these flags when you plug back in.
17380
17381 Gnus keeps track of flag changes when reading nnimap groups under the
17382 Agent.  When you plug back in, Gnus will check if you have any changed
17383 any flags and ask if you wish to synchronize these with the server.
17384 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
17385
17386 @vindex gnus-agent-synchronize-flags
17387 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
17388 never automatically synchronize flags.  If it is @code{ask}, which is
17389 the default, the Agent will check if you made any changes and if so
17390 ask if you wish to synchronize these when you re-connect.  If it has
17391 any other value, all flags will be synchronized automatically.
17392
17393 If you do not wish to synchronize flags automatically when you
17394 re-connect, you can do it manually with the
17395 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
17396 in the group buffer.
17397
17398 Some things are currently not implemented in the Agent that you'd might
17399 expect from a disconnected @sc{imap} client, including:
17400
17401 @itemize @bullet
17402
17403 @item
17404 Copying/moving articles into nnimap groups when unplugged.
17405
17406 @item
17407 Creating/deleting nnimap groups when unplugged.
17408
17409 @end itemize
17410
17411 Technical note: the synchronization algorithm does not work by "pushing"
17412 all local flags to the server, but rather incrementally update the
17413 server view of flags by changing only those flags that were changed by
17414 the user.  Thus, if you set one flag on a article, quit the group and
17415 re-select the group and remove the flag; the flag will be set and
17416 removed from the server when you "synchronize".  The queued flag
17417 operations can be found in the per-server @code{flags} file in the Agent
17418 directory.  It's emptied when you synchronize flags.
17419
17420
17421 @node Outgoing Messages
17422 @subsection Outgoing Messages
17423
17424 When Gnus is unplugged, all outgoing messages (both mail and news) are
17425 stored in the draft group ``queue'' (@pxref{Drafts}).  You can view
17426 them there after posting, and edit them at will.
17427
17428 When Gnus is plugged again, you can send the messages either from the
17429 draft group with the special commands available there, or you can use
17430 the @kbd{J S} command in the group buffer to send all the sendable
17431 messages in the draft group.
17432
17433
17434
17435 @node Agent Variables
17436 @subsection Agent Variables
17437
17438 @table @code
17439 @item gnus-agent-directory
17440 @vindex gnus-agent-directory
17441 Where the Gnus Agent will store its files.  The default is
17442 @file{~/News/agent/}.
17443
17444 @item gnus-agent-handle-level
17445 @vindex gnus-agent-handle-level
17446 Groups on levels (@pxref{Group Levels}) higher than this variable will
17447 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
17448 which means that only subscribed group will be considered by the Agent
17449 by default.
17450
17451 @item gnus-agent-plugged-hook
17452 @vindex gnus-agent-plugged-hook
17453 Hook run when connecting to the network.
17454
17455 @item gnus-agent-unplugged-hook
17456 @vindex gnus-agent-unplugged-hook
17457 Hook run when disconnecting from the network.
17458
17459 @item gnus-agent-fetched-hook
17460 @vindex gnus-agent-fetched-hook
17461 Hook run when after finishing fetching articles.
17462
17463 @item gnus-agent-cache
17464 @vindex gnus-agent-cache
17465 Variable to control whether use the locally stored @sc{nov} and
17466 articles when plugged, e.g. essentially using the Agent as a cache.
17467 The default is non-nil, which means to use the Agent as a cache.
17468
17469 @item gnus-agent-go-online
17470 @vindex gnus-agent-go-online
17471 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
17472 automatically switch offline servers into online status.  If it is
17473 @code{ask}, the default, the Agent will ask if you wish to switch
17474 offline servers into online status when you re-connect.  If it has any
17475 other value, all offline servers will be automatically switched into
17476 online status.
17477
17478 @item gnus-agent-mark-unread-after-downloaded
17479 @vindex gnus-agent-mark-unread-after-downloaded
17480 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
17481 mark articles as unread after downloading.  The default is t.
17482
17483 @item gnus-agent-consider-all-articles
17484 @vindex gnus-agent-consider-all-articles
17485 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
17486 agent will fetch all missing headers.  When @code{nil}, the agent will
17487 fetch only new headers. The default is @code{nil}.
17488
17489 @item gnus-agent-max-fetch-size
17490 @vindex gnus-agent-max-fetch-size
17491 The agent fetches articles into a temporary buffer prior to parsing
17492 them into individual files.  To avoid exceeding the max. buffer size,
17493 the agent alternates between fetching and parsing until all articles
17494 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
17495 limit to control how often the cycling occurs.  A large value improves
17496 performance.  A small value minimizes the time lost should the
17497 connection be lost while fetching (You may need to run
17498 @code{gnus-agent-regenerate-group} to update the group's state.
17499 However, all articles parsed prior to loosing the connection will be
17500 available while unplugged).
17501
17502 @item gnus-server-unopen-status
17503 @vindex gnus-server-unopen-status
17504 Perhaps not a Agent variable, but closely related to the Agent, this
17505 variable says what will happen if Gnus cannot open a server.  If the
17506 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
17507 whether to deny the server or whether to unplug the agent.  If the
17508 Agent is disabled, Gnus always simply deny the server.  Other choices
17509 for this variable include @code{denied} and @code{offline} the latter
17510 is only valid if the Agent is used.
17511
17512 @end table
17513
17514
17515 @node Example Setup
17516 @subsection Example Setup
17517
17518 If you don't want to read this manual, and you have a fairly standard
17519 setup, you may be able to use something like the following as your
17520 @file{.gnus.el} file to get started.
17521
17522 @lisp
17523 ;;; Define how Gnus is to fetch news.  We do this over @sc{nntp}
17524 ;;; from your ISP's server.
17525 (setq gnus-select-method '(nntp "news.your-isp.com"))
17526
17527 ;;; Define how Gnus is to read your mail.  We read mail from
17528 ;;; your ISP's POP server.
17529 (setq mail-sources '((pop :server "pop.your-isp.com")))
17530
17531 ;;; Say how Gnus is to store the mail.  We use nnml groups.
17532 (setq gnus-secondary-select-methods '((nnml "")))
17533
17534 ;;; Make Gnus into an offline newsreader.
17535 ;;; (gnus-agentize) ; The obsolete setting.
17536 ;;; (setq gnus-agent t) ; Now the default.
17537 @end lisp
17538
17539 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
17540 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
17541 gnus}.
17542
17543 If this is the first time you've run Gnus, you will be subscribed
17544 automatically to a few default newsgroups.  You'll probably want to
17545 subscribe to more groups, and to do that, you have to query the
17546 @sc{nntp} server for a complete list of groups with the @kbd{A A}
17547 command.  This usually takes quite a while, but you only have to do it
17548 once.
17549
17550 After reading and parsing a while, you'll be presented with a list of
17551 groups.  Subscribe to the ones you want to read with the @kbd{u}
17552 command.  @kbd{l} to make all the killed groups disappear after you've
17553 subscribe to all the groups you want to read.  (@kbd{A k} will bring
17554 back all the killed groups.)
17555
17556 You can now read the groups at once, or you can download the articles
17557 with the @kbd{J s} command.  And then read the rest of this manual to
17558 find out which of the other gazillion things you want to customize.
17559
17560
17561 @node Batching Agents
17562 @subsection Batching Agents
17563 @findex gnus-agent-batch
17564
17565 Having the Gnus Agent fetch articles (and post whatever messages you've
17566 written) is quite easy once you've gotten things set up properly.  The
17567 following shell script will do everything that is necessary:
17568
17569 You can run a complete batch command from the command line with the
17570 following incantation:
17571
17572 @example
17573 #!/bin/sh
17574 emacs -batch -l ~/.emacs -f -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
17575 @end example
17576
17577
17578 @node Agent Caveats
17579 @subsection Agent Caveats
17580
17581 The Gnus Agent doesn't seem to work like most other offline
17582 newsreaders.  Here are some common questions that some imaginary people
17583 may ask:
17584
17585 @table @dfn
17586 @item If I read an article while plugged, do they get entered into the Agent?
17587
17588 @strong{No}.  If you want this behaviour, add
17589 @code{gnus-agent-fetch-selected-article} to
17590 @code{gnus-select-article-hook}.
17591
17592 @item If I read an article while plugged, and the article already exists in the Agent, will it get downloaded once more?
17593
17594 @strong{No}, unless @code{gnus-agent-cache} is `nil'.
17595
17596 @end table
17597
17598 In short, when Gnus is unplugged, it only looks into the locally stored
17599 articles; when it's plugged, it talks to your ISP and may also use the
17600 locally stored articles.
17601
17602
17603 @node Scoring
17604 @chapter Scoring
17605 @cindex scoring
17606
17607 Other people use @dfn{kill files}, but we here at Gnus Towers like
17608 scoring better than killing, so we'd rather switch than fight.  They do
17609 something completely different as well, so sit up straight and pay
17610 attention!
17611
17612 @vindex gnus-summary-mark-below
17613 All articles have a default score (@code{gnus-summary-default-score}),
17614 which is 0 by default.  This score may be raised or lowered either
17615 interactively or by score files.  Articles that have a score lower than
17616 @code{gnus-summary-mark-below} are marked as read.
17617
17618 Gnus will read any @dfn{score files} that apply to the current group
17619 before generating the summary buffer.
17620
17621 There are several commands in the summary buffer that insert score
17622 entries based on the current article.  You can, for instance, ask Gnus to
17623 lower or increase the score of all articles with a certain subject.
17624
17625 There are two sorts of scoring entries: Permanent and temporary.
17626 Temporary score entries are self-expiring entries.  Any entries that are
17627 temporary and have not been used for, say, a week, will be removed
17628 silently to help keep the sizes of the score files down.
17629
17630 @menu
17631 * Summary Score Commands::      Adding score entries for the current group.
17632 * Group Score Commands::        General score commands.
17633 * Score Variables::             Customize your scoring.  (My, what terminology).
17634 * Score File Format::           What a score file may contain.
17635 * Score File Editing::          You can edit score files by hand as well.
17636 * Adaptive Scoring::            Big Sister Gnus knows what you read.
17637 * Home Score File::             How to say where new score entries are to go.
17638 * Followups To Yourself::       Having Gnus notice when people answer you.
17639 * Scoring On Other Headers::    Scoring on non-standard headers.
17640 * Scoring Tips::                How to score effectively.
17641 * Reverse Scoring::             That problem child of old is not problem.
17642 * Global Score Files::          Earth-spanning, ear-splitting score files.
17643 * Kill Files::                  They are still here, but they can be ignored.
17644 * Converting Kill Files::       Translating kill files to score files.
17645 * GroupLens::                   Getting predictions on what you like to read.
17646 * Advanced Scoring::            Using logical expressions to build score rules.
17647 * Score Decays::                It can be useful to let scores wither away.
17648 @end menu
17649
17650
17651 @node Summary Score Commands
17652 @section Summary Score Commands
17653 @cindex score commands
17654
17655 The score commands that alter score entries do not actually modify real
17656 score files.  That would be too inefficient.  Gnus maintains a cache of
17657 previously loaded score files, one of which is considered the
17658 @dfn{current score file alist}.  The score commands simply insert
17659 entries into this list, and upon group exit, this list is saved.
17660
17661 The current score file is by default the group's local score file, even
17662 if no such score file actually exists.  To insert score commands into
17663 some other score file (e.g. @file{all.SCORE}), you must first make this
17664 score file the current one.
17665
17666 General score commands that don't actually change the score file:
17667
17668 @table @kbd
17669
17670 @item V s
17671 @kindex V s (Summary)
17672 @findex gnus-summary-set-score
17673 Set the score of the current article (@code{gnus-summary-set-score}).
17674
17675 @item V S
17676 @kindex V S (Summary)
17677 @findex gnus-summary-current-score
17678 Display the score of the current article
17679 (@code{gnus-summary-current-score}).
17680
17681 @item V t
17682 @kindex V t (Summary)
17683 @findex gnus-score-find-trace
17684 Display all score rules that have been used on the current article
17685 (@code{gnus-score-find-trace}).
17686
17687 @item V w
17688 @kindex V w (Summary)
17689 @findex gnus-score-find-favourite-words
17690 List words used in scoring (@code{gnus-score-find-favourite-words}).
17691
17692 @item V R
17693 @kindex V R (Summary)
17694 @findex gnus-summary-rescore
17695 Run the current summary through the scoring process
17696 (@code{gnus-summary-rescore}).  This might be useful if you're playing
17697 around with your score files behind Gnus' back and want to see the
17698 effect you're having.
17699
17700 @item V c
17701 @kindex V c (Summary)
17702 @findex gnus-score-change-score-file
17703 Make a different score file the current
17704 (@code{gnus-score-change-score-file}).
17705
17706 @item V e
17707 @kindex V e (Summary)
17708 @findex gnus-score-edit-current-scores
17709 Edit the current score file (@code{gnus-score-edit-current-scores}).
17710 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
17711 File Editing}).
17712
17713 @item V f
17714 @kindex V f (Summary)
17715 @findex gnus-score-edit-file
17716 Edit a score file and make this score file the current one
17717 (@code{gnus-score-edit-file}).
17718
17719 @item V F
17720 @kindex V F (Summary)
17721 @findex gnus-score-flush-cache
17722 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
17723 after editing score files.
17724
17725 @item V C
17726 @kindex V C (Summary)
17727 @findex gnus-score-customize
17728 Customize a score file in a visually pleasing manner
17729 (@code{gnus-score-customize}).
17730
17731 @end table
17732
17733 The rest of these commands modify the local score file.
17734
17735 @table @kbd
17736
17737 @item V m
17738 @kindex V m (Summary)
17739 @findex gnus-score-set-mark-below
17740 Prompt for a score, and mark all articles with a score below this as
17741 read (@code{gnus-score-set-mark-below}).
17742
17743 @item V x
17744 @kindex V x (Summary)
17745 @findex gnus-score-set-expunge-below
17746 Prompt for a score, and add a score rule to the current score file to
17747 expunge all articles below this score
17748 (@code{gnus-score-set-expunge-below}).
17749 @end table
17750
17751 The keystrokes for actually making score entries follow a very regular
17752 pattern, so there's no need to list all the commands.  (Hundreds of
17753 them.)
17754
17755 @findex gnus-summary-increase-score
17756 @findex gnus-summary-lower-score
17757
17758 @enumerate
17759 @item
17760 The first key is either @kbd{I} (upper case i) for increasing the score
17761 or @kbd{L} for lowering the score.
17762 @item
17763 The second key says what header you want to score on.  The following
17764 keys are available:
17765 @table @kbd
17766
17767 @item a
17768 Score on the author name.
17769
17770 @item s
17771 Score on the subject line.
17772
17773 @item x
17774 Score on the @code{Xref} line---i.e., the cross-posting line.
17775
17776 @item r
17777 Score on the @code{References} line.
17778
17779 @item d
17780 Score on the date.
17781
17782 @item l
17783 Score on the number of lines.
17784
17785 @item i
17786 Score on the @code{Message-ID} header.
17787
17788 @item e
17789 Score on an "extra" header, that is, one of those in gnus-extra-headers,
17790 if your @sc{nntp} server tracks additional header data in overviews.
17791
17792 @item f
17793 Score on followups---this matches the author name, and adds scores to
17794 the followups to this author.  (Using this key leads to the creation of
17795 @file{ADAPT} files.)
17796
17797 @item b
17798 Score on the body.
17799
17800 @item h
17801 Score on the head.
17802
17803 @item t
17804 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
17805 files.)
17806
17807 @end table
17808
17809 @item
17810 The third key is the match type.  Which match types are valid depends on
17811 what headers you are scoring on.
17812
17813 @table @code
17814
17815 @item strings
17816
17817 @table @kbd
17818
17819 @item e
17820 Exact matching.
17821
17822 @item s
17823 Substring matching.
17824
17825 @item f
17826 Fuzzy matching (@pxref{Fuzzy Matching}).
17827
17828 @item r
17829 Regexp matching
17830 @end table
17831
17832 @item date
17833 @table @kbd
17834
17835 @item b
17836 Before date.
17837
17838 @item a
17839 After date.
17840
17841 @item n
17842 This date.
17843 @end table
17844
17845 @item number
17846 @table @kbd
17847
17848 @item <
17849 Less than number.
17850
17851 @item =
17852 Equal to number.
17853
17854 @item >
17855 Greater than number.
17856 @end table
17857 @end table
17858
17859 @item
17860 The fourth and usually final key says whether this is a temporary (i.e.,
17861 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
17862 or whether it is to be done immediately, without adding to the score
17863 file.
17864 @table @kbd
17865
17866 @item t
17867 Temporary score entry.
17868
17869 @item p
17870 Permanent score entry.
17871
17872 @item i
17873 Immediately scoring.
17874 @end table
17875
17876 @item
17877 If you are scoring on `e' (extra) headers, you will then be prompted for
17878 the header name on which you wish to score.  This must be a header named
17879 in gnus-extra-headers, and @samp{TAB} completion is available.
17880
17881 @end enumerate
17882
17883 So, let's say you want to increase the score on the current author with
17884 exact matching permanently: @kbd{I a e p}.  If you want to lower the
17885 score based on the subject line, using substring matching, and make a
17886 temporary score entry: @kbd{L s s t}.  Pretty easy.
17887
17888 To make things a bit more complicated, there are shortcuts.  If you use
17889 a capital letter on either the second or third keys, Gnus will use
17890 defaults for the remaining one or two keystrokes.  The defaults are
17891 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
17892 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
17893
17894 These functions take both the numerical prefix and the symbolic prefix
17895 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
17896 (or increase) the score of the article.  A symbolic prefix of @code{a}
17897 says to use the @file{all.SCORE} file for the command instead of the
17898 current score file.
17899
17900 @vindex gnus-score-mimic-keymap
17901 The @code{gnus-score-mimic-keymap} says whether these commands will
17902 pretend they are keymaps or not.
17903
17904
17905 @node Group Score Commands
17906 @section Group Score Commands
17907 @cindex group score commands
17908
17909 There aren't many of these as yet, I'm afraid.
17910
17911 @table @kbd
17912
17913 @item W f
17914 @kindex W f (Group)
17915 @findex gnus-score-flush-cache
17916 Gnus maintains a cache of score alists to avoid having to reload them
17917 all the time.  This command will flush the cache
17918 (@code{gnus-score-flush-cache}).
17919
17920 @end table
17921
17922 You can do scoring from the command line by saying something like:
17923
17924 @findex gnus-batch-score
17925 @cindex batch scoring
17926 @example
17927 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
17928 @end example
17929
17930
17931 @node Score Variables
17932 @section Score Variables
17933 @cindex score variables
17934
17935 @table @code
17936
17937 @item gnus-use-scoring
17938 @vindex gnus-use-scoring
17939 If @code{nil}, Gnus will not check for score files, and will not, in
17940 general, do any score-related work.  This is @code{t} by default.
17941
17942 @item gnus-kill-killed
17943 @vindex gnus-kill-killed
17944 If this variable is @code{nil}, Gnus will never apply score files to
17945 articles that have already been through the kill process.  While this
17946 may save you lots of time, it also means that if you apply a kill file
17947 to a group, and then change the kill file and want to run it over you
17948 group again to kill more articles, it won't work.  You have to set this
17949 variable to @code{t} to do that.  (It is @code{t} by default.)
17950
17951 @item gnus-kill-files-directory
17952 @vindex gnus-kill-files-directory
17953 All kill and score files will be stored in this directory, which is
17954 initialized from the @code{SAVEDIR} environment variable by default.
17955 This is @file{~/News/} by default.
17956
17957 @item gnus-score-file-suffix
17958 @vindex gnus-score-file-suffix
17959 Suffix to add to the group name to arrive at the score file name
17960 (@samp{SCORE} by default.)
17961
17962 @item gnus-score-uncacheable-files
17963 @vindex gnus-score-uncacheable-files
17964 @cindex score cache
17965 All score files are normally cached to avoid excessive re-loading of
17966 score files.  However, if this might make your Emacs grow big and
17967 bloated, so this regexp can be used to weed out score files unlikely to be needed again.  It would be a bad idea to deny caching of
17968 @file{all.SCORE}, while it might be a good idea to not cache
17969 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
17970 variable is @samp{ADAPT$} by default, so no adaptive score files will
17971 be cached.
17972
17973 @item gnus-save-score
17974 @vindex gnus-save-score
17975 If you have really complicated score files, and do lots of batch
17976 scoring, then you might set this variable to @code{t}.  This will make
17977 Gnus save the scores into the @file{.newsrc.eld} file.
17978
17979 If you do not set this to @code{t}, then manual scores (like those set
17980 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
17981 across group visits.
17982
17983 @item gnus-score-interactive-default-score
17984 @vindex gnus-score-interactive-default-score
17985 Score used by all the interactive raise/lower commands to raise/lower
17986 score with.  Default is 1000, which may seem excessive, but this is to
17987 ensure that the adaptive scoring scheme gets enough room to play with.
17988 We don't want the small changes from the adaptive scoring to overwrite
17989 manually entered data.
17990
17991 @item gnus-summary-default-score
17992 @vindex gnus-summary-default-score
17993 Default score of an article, which is 0 by default.
17994
17995 @item gnus-summary-expunge-below
17996 @vindex gnus-summary-expunge-below
17997 Don't display the summary lines of articles that have scores lower than
17998 this variable.  This is @code{nil} by default, which means that no
17999 articles will be hidden.  This variable is local to the summary buffers,
18000 and has to be set from @code{gnus-summary-mode-hook}.
18001
18002 @item gnus-score-over-mark
18003 @vindex gnus-score-over-mark
18004 Mark (in the third column) used for articles with a score over the
18005 default.  Default is @samp{+}.
18006
18007 @item gnus-score-below-mark
18008 @vindex gnus-score-below-mark
18009 Mark (in the third column) used for articles with a score below the
18010 default.  Default is @samp{-}.
18011
18012 @item gnus-score-find-score-files-function
18013 @vindex gnus-score-find-score-files-function
18014 Function used to find score files for the current group.  This function
18015 is called with the name of the group as the argument.
18016
18017 Predefined functions available are:
18018 @table @code
18019
18020 @item gnus-score-find-single
18021 @findex gnus-score-find-single
18022 Only apply the group's own score file.
18023
18024 @item gnus-score-find-bnews
18025 @findex gnus-score-find-bnews
18026 Apply all score files that match, using bnews syntax.  This is the
18027 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
18028 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
18029 @file{gnu.all.SCORE} would all apply.  In short, the instances of
18030 @samp{all} in the score file names are translated into @samp{.*}, and
18031 then a regexp match is done.
18032
18033 This means that if you have some score entries that you want to apply to
18034 all groups, then you put those entries in the @file{all.SCORE} file.
18035
18036 The score files are applied in a semi-random order, although Gnus will
18037 try to apply the more general score files before the more specific score
18038 files.  It does this by looking at the number of elements in the score
18039 file names---discarding the @samp{all} elements.
18040
18041 @item gnus-score-find-hierarchical
18042 @findex gnus-score-find-hierarchical
18043 Apply all score files from all the parent groups.  This means that you
18044 can't have score files like @file{all.SCORE}, but you can have
18045 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
18046 server.
18047
18048 @end table
18049 This variable can also be a list of functions.  In that case, all
18050 these functions will be called with the group name as argument, and
18051 all the returned lists of score files will be applied.  These
18052 functions can also return lists of lists of score alists directly.  In
18053 that case, the functions that return these non-file score alists
18054 should probably be placed before the ``real'' score file functions, to
18055 ensure that the last score file returned is the local score file.
18056 Phu.
18057
18058 For example, to do hierarchical scoring but use a non-server-specific
18059 overall score file, you could use the value
18060 @example
18061 (list (lambda (group) ("all.SCORE"))
18062       'gnus-score-find-hierarchical)
18063 @end example
18064
18065 @item gnus-score-expiry-days
18066 @vindex gnus-score-expiry-days
18067 This variable says how many days should pass before an unused score file
18068 entry is expired.  If this variable is @code{nil}, no score file entries
18069 are expired.  It's 7 by default.
18070
18071 @item gnus-update-score-entry-dates
18072 @vindex gnus-update-score-entry-dates
18073 If this variable is non-@code{nil}, temporary score entries that have
18074 been triggered (matched) will have their dates updated.  (This is how Gnus
18075 controls expiry---all non-matched-entries will become too old while
18076 matched entries will stay fresh and young.)  However, if you set this
18077 variable to @code{nil}, even matched entries will grow old and will
18078 have to face that oh-so grim reaper.
18079
18080 @item gnus-score-after-write-file-function
18081 @vindex gnus-score-after-write-file-function
18082 Function called with the name of the score file just written.
18083
18084 @item gnus-score-thread-simplify
18085 @vindex gnus-score-thread-simplify
18086 If this variable is non-@code{nil}, article subjects will be simplified
18087 for subject scoring purposes in the same manner as with
18088 threading---according to the current value of
18089 gnus-simplify-subject-functions.  If the scoring entry uses
18090 @code{substring} or @code{exact} matching, the match will also be
18091 simplified in this manner.
18092
18093 @end table
18094
18095
18096 @node Score File Format
18097 @section Score File Format
18098 @cindex score file format
18099
18100 A score file is an @code{emacs-lisp} file that normally contains just a
18101 single form.  Casual users are not expected to edit these files;
18102 everything can be changed from the summary buffer.
18103
18104 Anyway, if you'd like to dig into it yourself, here's an example:
18105
18106 @lisp
18107 (("from"
18108   ("Lars Ingebrigtsen" -10000)
18109   ("Per Abrahamsen")
18110   ("larsi\\|lmi" -50000 nil R))
18111  ("subject"
18112   ("Ding is Badd" nil 728373))
18113  ("xref"
18114   ("alt.politics" -1000 728372 s))
18115  ("lines"
18116   (2 -100 nil <))
18117  (mark 0)
18118  (expunge -1000)
18119  (mark-and-expunge -10)
18120  (read-only nil)
18121  (orphan -10)
18122  (adapt t)
18123  (files "/hom/larsi/News/gnu.SCORE")
18124  (exclude-files "all.SCORE")
18125  (local (gnus-newsgroup-auto-expire t)
18126         (gnus-summary-make-false-root empty))
18127  (eval (ding)))
18128 @end lisp
18129
18130 This example demonstrates most score file elements.  For a different
18131 approach, see @pxref{Advanced Scoring}.
18132
18133 Even though this looks much like lisp code, nothing here is actually
18134 @code{eval}ed.  The lisp reader is used to read this form, though, so it
18135 has to be valid syntactically, if not semantically.
18136
18137 Six keys are supported by this alist:
18138
18139 @table @code
18140
18141 @item STRING
18142 If the key is a string, it is the name of the header to perform the
18143 match on.  Scoring can only be performed on these eight headers:
18144 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
18145 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
18146 these headers, there are three strings to tell Gnus to fetch the entire
18147 article and do the match on larger parts of the article: @code{Body}
18148 will perform the match on the body of the article, @code{Head} will
18149 perform the match on the head of the article, and @code{All} will
18150 perform the match on the entire article.  Note that using any of these
18151 last three keys will slow down group entry @emph{considerably}.  The
18152 final ``header'' you can score on is @code{Followup}.  These score
18153 entries will result in new score entries being added for all follow-ups
18154 to articles that matches these score entries.
18155
18156 Following this key is a arbitrary number of score entries, where each
18157 score entry has one to four elements.
18158 @enumerate
18159
18160 @item
18161 The first element is the @dfn{match element}.  On most headers this will
18162 be a string, but on the Lines and Chars headers, this must be an
18163 integer.
18164
18165 @item
18166 If the second element is present, it should be a number---the @dfn{score
18167 element}.  This number should be an integer in the neginf to posinf
18168 interval.  This number is added to the score of the article if the match
18169 is successful.  If this element is not present, the
18170 @code{gnus-score-interactive-default-score} number will be used
18171 instead.  This is 1000 by default.
18172
18173 @item
18174 If the third element is present, it should be a number---the @dfn{date
18175 element}.  This date says when the last time this score entry matched,
18176 which provides a mechanism for expiring the score entries.  It this
18177 element is not present, the score entry is permanent.  The date is
18178 represented by the number of days since December 31, 1 BCE.
18179
18180 @item
18181 If the fourth element is present, it should be a symbol---the @dfn{type
18182 element}.  This element specifies what function should be used to see
18183 whether this score entry matches the article.  What match types that can
18184 be used depends on what header you wish to perform the match on.
18185 @table @dfn
18186
18187 @item From, Subject, References, Xref, Message-ID
18188 For most header types, there are the @code{r} and @code{R} (regexp), as
18189 well as @code{s} and @code{S} (substring) types, and @code{e} and
18190 @code{E} (exact match), and @code{w} (word match) types.  If this
18191 element is not present, Gnus will assume that substring matching should
18192 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
18193 that the matches will be done in a case-sensitive manner.  All these
18194 one-letter types are really just abbreviations for the @code{regexp},
18195 @code{string}, @code{exact}, and @code{word} types, which you can use
18196 instead, if you feel like.
18197
18198 @item Extra
18199 Just as for the standard string overview headers, if you are using
18200 gnus-extra-headers, you can score on these headers' values.  In this
18201 case, there is a 5th element in the score entry, being the name of the
18202 header to be scored.  The following entry is useful in your
18203 @file{all.SCORE} file in case of spam attacks from a single origin host,
18204 if your @sc{nntp} server tracks NNTP-Posting-Host in overviews:
18205
18206 @lisp
18207 ("111.222.333.444" -1000 nil s "NNTP-Posting-Host")
18208 @end lisp
18209
18210 @item Lines, Chars
18211 These two headers use different match types: @code{<}, @code{>},
18212 @code{=}, @code{>=} and @code{<=}.
18213
18214 These predicates are true if
18215
18216 @example
18217 (PREDICATE HEADER MATCH)
18218 @end example
18219
18220 evaluates to non-@code{nil}.  For instance, the advanced match
18221 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
18222 following form:
18223
18224 @lisp
18225 (< header-value 4)
18226 @end lisp
18227
18228 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
18229 the match, we get the score added if the article has less than 4 lines.
18230 (It's easy to get confused and think it's the other way around.  But
18231 it's not.  I think.)
18232
18233 When matching on @code{Lines}, be careful because some back ends (like
18234 @code{nndir}) do not generate @code{Lines} header, so every article ends
18235 up being marked as having 0 lines.  This can lead to strange results if
18236 you happen to lower score of the articles with few lines.
18237
18238 @item Date
18239 For the Date header we have three kinda silly match types:
18240 @code{before}, @code{at} and @code{after}.  I can't really imagine this
18241 ever being useful, but, like, it would feel kinda silly not to provide
18242 this function.  Just in case.  You never know.  Better safe than sorry.
18243 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
18244 sex on a first date.  (I have been told that at least one person, and I
18245 quote, ``found this function indispensable'', however.)
18246
18247 @cindex ISO8601
18248 @cindex date
18249 A more useful match type is @code{regexp}.  With it, you can match the
18250 date string using a regular expression.  The date is normalized to
18251 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
18252 you want to match all articles that have been posted on April 1st in
18253 every year, you could use @samp{....0401.........} as a match string,
18254 for instance.  (Note that the date is kept in its original time zone, so
18255 this will match articles that were posted when it was April 1st where
18256 the article was posted from.  Time zones are such wholesome fun for the
18257 whole family, eh?)
18258
18259 @item Head, Body, All
18260 These three match keys use the same match types as the @code{From} (etc)
18261 header uses.
18262
18263 @item Followup
18264 This match key is somewhat special, in that it will match the
18265 @code{From} header, and affect the score of not only the matching
18266 articles, but also all followups to the matching articles.  This allows
18267 you e.g. increase the score of followups to your own articles, or
18268 decrease the score of followups to the articles of some known
18269 trouble-maker.  Uses the same match types as the @code{From} header
18270 uses.  (Using this match key will lead to creation of @file{ADAPT}
18271 files.)
18272
18273 @item Thread
18274 This match key works along the same lines as the @code{Followup} match
18275 key.  If you say that you want to score on a (sub-)thread started by an
18276 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
18277 match.  This will add a new @samp{thread} match for each article that
18278 has @var{x} in its @code{References} header.  (These new @samp{thread}
18279 matches will use the @code{Message-ID}s of these matching articles.)
18280 This will ensure that you can raise/lower the score of an entire thread,
18281 even though some articles in the thread may not have complete
18282 @code{References} headers.  Note that using this may lead to
18283 undeterministic scores of the articles in the thread.  (Using this match
18284 key will lead to creation of @file{ADAPT} files.)
18285 @end table
18286 @end enumerate
18287
18288 @cindex Score File Atoms
18289 @item mark
18290 The value of this entry should be a number.  Any articles with a score
18291 lower than this number will be marked as read.
18292
18293 @item expunge
18294 The value of this entry should be a number.  Any articles with a score
18295 lower than this number will be removed from the summary buffer.
18296
18297 @item mark-and-expunge
18298 The value of this entry should be a number.  Any articles with a score
18299 lower than this number will be marked as read and removed from the
18300 summary buffer.
18301
18302 @item thread-mark-and-expunge
18303 The value of this entry should be a number.  All articles that belong to
18304 a thread that has a total score below this number will be marked as read
18305 and removed from the summary buffer.  @code{gnus-thread-score-function}
18306 says how to compute the total score for a thread.
18307
18308 @item files
18309 The value of this entry should be any number of file names.  These files
18310 are assumed to be score files as well, and will be loaded the same way
18311 this one was.
18312
18313 @item exclude-files
18314 The clue of this entry should be any number of files.  These files will
18315 not be loaded, even though they would normally be so, for some reason or
18316 other.
18317
18318 @item eval
18319 The value of this entry will be @code{eval}el.  This element will be
18320 ignored when handling global score files.
18321
18322 @item read-only
18323 Read-only score files will not be updated or saved.  Global score files
18324 should feature this atom (@pxref{Global Score Files}).  (Note:
18325 @dfn{Global} here really means @dfn{global}; not your personal
18326 apply-to-all-groups score files.)
18327
18328 @item orphan
18329 The value of this entry should be a number.  Articles that do not have
18330 parents will get this number added to their scores.  Imagine you follow
18331 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
18332 will only follow a few of the threads, also want to see any new threads.
18333
18334 You can do this with the following two score file entries:
18335
18336 @example
18337         (orphan -500)
18338         (mark-and-expunge -100)
18339 @end example
18340
18341 When you enter the group the first time, you will only see the new
18342 threads.  You then raise the score of the threads that you find
18343 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
18344 rest.  Next time you enter the group, you will see new articles in the
18345 interesting threads, plus any new threads.
18346
18347 I.e.---the orphan score atom is for high-volume groups where a few
18348 interesting threads which can't be found automatically by ordinary
18349 scoring rules exist.
18350
18351 @item adapt
18352 This entry controls the adaptive scoring.  If it is @code{t}, the
18353 default adaptive scoring rules will be used.  If it is @code{ignore}, no
18354 adaptive scoring will be performed on this group.  If it is a list, this
18355 list will be used as the adaptive scoring rules.  If it isn't present,
18356 or is something other than @code{t} or @code{ignore}, the default
18357 adaptive scoring rules will be used.  If you want to use adaptive
18358 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
18359 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
18360 not want adaptive scoring.  If you only want adaptive scoring in a few
18361 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
18362 insert @code{(adapt t)} in the score files of the groups where you want
18363 it.
18364
18365 @item adapt-file
18366 All adaptive score entries will go to the file named by this entry.  It
18367 will also be applied when entering the group.  This atom might be handy
18368 if you want to adapt on several groups at once, using the same adaptive
18369 file for a number of groups.
18370
18371 @item local
18372 @cindex local variables
18373 The value of this entry should be a list of @code{(VAR VALUE)} pairs.
18374 Each @var{var} will be made buffer-local to the current summary buffer,
18375 and set to the value specified.  This is a convenient, if somewhat
18376 strange, way of setting variables in some groups if you don't like hooks
18377 much.  Note that the @var{value} won't be evaluated.
18378 @end table
18379
18380
18381 @node Score File Editing
18382 @section Score File Editing
18383
18384 You normally enter all scoring commands from the summary buffer, but you
18385 might feel the urge to edit them by hand as well, so we've supplied you
18386 with a mode for that.
18387
18388 It's simply a slightly customized @code{emacs-lisp} mode, with these
18389 additional commands:
18390
18391 @table @kbd
18392
18393 @item C-c C-c
18394 @kindex C-c C-c (Score)
18395 @findex gnus-score-edit-done
18396 Save the changes you have made and return to the summary buffer
18397 (@code{gnus-score-edit-done}).
18398
18399 @item C-c C-d
18400 @kindex C-c C-d (Score)
18401 @findex gnus-score-edit-insert-date
18402 Insert the current date in numerical format
18403 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
18404 you were wondering.
18405
18406 @item C-c C-p
18407 @kindex C-c C-p (Score)
18408 @findex gnus-score-pretty-print
18409 The adaptive score files are saved in an unformatted fashion.  If you
18410 intend to read one of these files, you want to @dfn{pretty print} it
18411 first.  This command (@code{gnus-score-pretty-print}) does that for
18412 you.
18413
18414 @end table
18415
18416 Type @kbd{M-x gnus-score-mode} to use this mode.
18417
18418 @vindex gnus-score-mode-hook
18419 @code{gnus-score-menu-hook} is run in score mode buffers.
18420
18421 In the summary buffer you can use commands like @kbd{V f} and @kbd{V
18422 e} to begin editing score files.
18423
18424
18425 @node Adaptive Scoring
18426 @section Adaptive Scoring
18427 @cindex adaptive scoring
18428
18429 If all this scoring is getting you down, Gnus has a way of making it all
18430 happen automatically---as if by magic.  Or rather, as if by artificial
18431 stupidity, to be precise.
18432
18433 @vindex gnus-use-adaptive-scoring
18434 When you read an article, or mark an article as read, or kill an
18435 article, you leave marks behind.  On exit from the group, Gnus can sniff
18436 these marks and add score elements depending on what marks it finds.
18437 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
18438 @code{t} or @code{(line)}.  If you want score adaptively on separate
18439 words appearing in the subjects, you should set this variable to
18440 @code{(word)}.  If you want to use both adaptive methods, set this
18441 variable to @code{(word line)}.
18442
18443 @vindex gnus-default-adaptive-score-alist
18444 To give you complete control over the scoring process, you can customize
18445 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
18446 might look something like this:
18447
18448 @lisp
18449 (setq gnus-default-adaptive-score-alist
18450   '((gnus-unread-mark)
18451     (gnus-ticked-mark (from 4))
18452     (gnus-dormant-mark (from 5))
18453     (gnus-del-mark (from -4) (subject -1))
18454     (gnus-read-mark (from 4) (subject 2))
18455     (gnus-expirable-mark (from -1) (subject -1))
18456     (gnus-killed-mark (from -1) (subject -3))
18457     (gnus-kill-file-mark)
18458     (gnus-ancient-mark)
18459     (gnus-low-score-mark)
18460     (gnus-catchup-mark (from -1) (subject -1))))
18461 @end lisp
18462
18463 As you see, each element in this alist has a mark as a key (either a
18464 variable name or a ``real'' mark---a character).  Following this key is
18465 a arbitrary number of header/score pairs.  If there are no header/score
18466 pairs following the key, no adaptive scoring will be done on articles
18467 that have that key as the article mark.  For instance, articles with
18468 @code{gnus-unread-mark} in the example above will not get adaptive score
18469 entries.
18470
18471 Each article can have only one mark, so just a single of these rules
18472 will be applied to each article.
18473
18474 To take @code{gnus-del-mark} as an example---this alist says that all
18475 articles that have that mark (i.e., are marked with @samp{D}) will have a
18476 score entry added to lower based on the @code{From} header by -4, and
18477 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
18478
18479 If you have marked 10 articles with the same subject with
18480 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
18481 That means that that subject will get a score of ten times -1, which
18482 should be, unless I'm much mistaken, -10.
18483
18484 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
18485 the read articles will be marked with the @samp{E} mark.  This'll
18486 probably make adaptive scoring slightly impossible, so auto-expiring and
18487 adaptive scoring doesn't really mix very well.
18488
18489 The headers you can score on are @code{from}, @code{subject},
18490 @code{message-id}, @code{references}, @code{xref}, @code{lines},
18491 @code{chars} and @code{date}.  In addition, you can score on
18492 @code{followup}, which will create an adaptive score entry that matches
18493 on the @code{References} header using the @code{Message-ID} of the
18494 current article, thereby matching the following thread.
18495
18496 If you use this scheme, you should set the score file atom @code{mark}
18497 to something small---like -300, perhaps, to avoid having small random
18498 changes result in articles getting marked as read.
18499
18500 After using adaptive scoring for a week or so, Gnus should start to
18501 become properly trained and enhance the authors you like best, and kill
18502 the authors you like least, without you having to say so explicitly.
18503
18504 You can control what groups the adaptive scoring is to be performed on
18505 by using the score files (@pxref{Score File Format}).  This will also
18506 let you use different rules in different groups.
18507
18508 @vindex gnus-adaptive-file-suffix
18509 The adaptive score entries will be put into a file where the name is the
18510 group name with @code{gnus-adaptive-file-suffix} appended.  The default
18511 is @samp{ADAPT}.
18512
18513 @vindex gnus-score-exact-adapt-limit
18514 When doing adaptive scoring, substring or fuzzy matching would probably
18515 give you the best results in most cases.  However, if the header one
18516 matches is short, the possibility for false positives is great, so if
18517 the length of the match is less than
18518 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
18519 this variable is @code{nil}, exact matching will always be used to avoid
18520 this problem.
18521
18522 @vindex gnus-default-adaptive-word-score-alist
18523 As mentioned above, you can adapt either on individual words or entire
18524 headers.  If you adapt on words, the
18525 @code{gnus-default-adaptive-word-score-alist} variable says what score
18526 each instance of a word should add given a mark.
18527
18528 @lisp
18529 (setq gnus-default-adaptive-word-score-alist
18530       `((,gnus-read-mark . 30)
18531         (,gnus-catchup-mark . -10)
18532         (,gnus-killed-mark . -20)
18533         (,gnus-del-mark . -15)))
18534 @end lisp
18535
18536 This is the default value.  If you have adaption on words enabled, every
18537 word that appears in subjects of articles marked with
18538 @code{gnus-read-mark} will result in a score rule that increase the
18539 score with 30 points.
18540
18541 @vindex gnus-default-ignored-adaptive-words
18542 @vindex gnus-ignored-adaptive-words
18543 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
18544 will be ignored.  If you wish to add more words to be ignored, use the
18545 @code{gnus-ignored-adaptive-words} list instead.
18546
18547 @vindex gnus-adaptive-word-length-limit
18548 Some may feel that short words shouldn't count when doing adaptive
18549 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
18550 an integer.  Words shorter than this number will be ignored.  This
18551 variable defaults to @code{nil}.
18552
18553 @vindex gnus-adaptive-word-syntax-table
18554 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
18555 syntax table in effect.  It is similar to the standard syntax table, but
18556 it considers numbers to be non-word-constituent characters.
18557
18558 @vindex gnus-adaptive-word-minimum
18559 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
18560 word scoring process will never bring down the score of an article to
18561 below this number.  The default is @code{nil}.
18562
18563 @vindex gnus-adaptive-word-no-group-words
18564 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
18565 won't adaptively word score any of the words in the group name.  Useful
18566 for groups like @samp{comp.editors.emacs}, where most of the subject
18567 lines contain the word @samp{emacs}.
18568
18569 After using this scheme for a while, it might be nice to write a
18570 @code{gnus-psychoanalyze-user} command to go through the rules and see
18571 what words you like and what words you don't like.  Or perhaps not.
18572
18573 Note that the adaptive word scoring thing is highly experimental and is
18574 likely to change in the future.  Initial impressions seem to indicate
18575 that it's totally useless as it stands.  Some more work (involving more
18576 rigorous statistical methods) will have to be done to make this useful.
18577
18578
18579 @node Home Score File
18580 @section Home Score File
18581
18582 The score file where new score file entries will go is called the
18583 @dfn{home score file}.  This is normally (and by default) the score file
18584 for the group itself.  For instance, the home score file for
18585 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
18586
18587 However, this may not be what you want.  It is often convenient to share
18588 a common home score file among many groups---all @samp{emacs} groups
18589 could perhaps use the same home score file.
18590
18591 @vindex gnus-home-score-file
18592 The variable that controls this is @code{gnus-home-score-file}.  It can
18593 be:
18594
18595 @enumerate
18596 @item
18597 A string.  Then this file will be used as the home score file for all
18598 groups.
18599
18600 @item
18601 A function.  The result of this function will be used as the home score
18602 file.  The function will be called with the name of the group as the
18603 parameter.
18604
18605 @item
18606 A list.  The elements in this list can be:
18607
18608 @enumerate
18609 @item
18610 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
18611 group name, the @var{file-name} will be used as the home score file.
18612
18613 @item
18614 A function.  If the function returns non-nil, the result will be used as
18615 the home score file.
18616
18617 @item
18618 A string.  Use the string as the home score file.
18619 @end enumerate
18620
18621 The list will be traversed from the beginning towards the end looking
18622 for matches.
18623
18624 @end enumerate
18625
18626 So, if you want to use just a single score file, you could say:
18627
18628 @lisp
18629 (setq gnus-home-score-file
18630       "my-total-score-file.SCORE")
18631 @end lisp
18632
18633 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
18634 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
18635
18636 @findex gnus-hierarchial-home-score-file
18637 @lisp
18638 (setq gnus-home-score-file
18639       'gnus-hierarchial-home-score-file)
18640 @end lisp
18641
18642 This is a ready-made function provided for your convenience.
18643 Other functions include
18644
18645 @table @code
18646 @item gnus-current-home-score-file
18647 @findex gnus-current-home-score-file
18648 Return the ``current'' regular score file.  This will make scoring
18649 commands add entry to the ``innermost'' matching score file.
18650
18651 @end table
18652
18653 If you want to have one score file for the @samp{emacs} groups and
18654 another for the @samp{comp} groups, while letting all other groups use
18655 their own home score files:
18656
18657 @lisp
18658 (setq gnus-home-score-file
18659       ;; All groups that match the regexp "\\.emacs"
18660       '(("\\.emacs" "emacs.SCORE")
18661         ;; All the comp groups in one score file
18662         ("^comp" "comp.SCORE")))
18663 @end lisp
18664
18665 @vindex gnus-home-adapt-file
18666 @code{gnus-home-adapt-file} works exactly the same way as
18667 @code{gnus-home-score-file}, but says what the home adaptive score file
18668 is instead.  All new adaptive file entries will go into the file
18669 specified by this variable, and the same syntax is allowed.
18670
18671 In addition to using @code{gnus-home-score-file} and
18672 @code{gnus-home-adapt-file}, you can also use group parameters
18673 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
18674 Parameters}) to achieve much the same.  Group and topic parameters take
18675 precedence over this variable.
18676
18677
18678 @node Followups To Yourself
18679 @section Followups To Yourself
18680
18681 Gnus offers two commands for picking out the @code{Message-ID} header in
18682 the current buffer.  Gnus will then add a score rule that scores using
18683 this @code{Message-ID} on the @code{References} header of other
18684 articles.  This will, in effect, increase the score of all articles that
18685 respond to the article in the current buffer.  Quite useful if you want
18686 to easily note when people answer what you've said.
18687
18688 @table @code
18689
18690 @item gnus-score-followup-article
18691 @findex gnus-score-followup-article
18692 This will add a score to articles that directly follow up your own
18693 article.
18694
18695 @item gnus-score-followup-thread
18696 @findex gnus-score-followup-thread
18697 This will add a score to all articles that appear in a thread ``below''
18698 your own article.
18699 @end table
18700
18701 @vindex message-sent-hook
18702 These two functions are both primarily meant to be used in hooks like
18703 @code{message-sent-hook}, like this:
18704 @lisp
18705 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
18706 @end lisp
18707
18708
18709 If you look closely at your own @code{Message-ID}, you'll notice that
18710 the first two or three characters are always the same.  Here's two of
18711 mine:
18712
18713 @example
18714 <x6u3u47icf.fsf@@eyesore.no>
18715 <x6sp9o7ibw.fsf@@eyesore.no>
18716 @end example
18717
18718 So ``my'' ident on this machine is @samp{x6}.  This can be
18719 exploited---the following rule will raise the score on all followups to
18720 myself:
18721
18722 @lisp
18723 ("references"
18724  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
18725   1000 nil r))
18726 @end lisp
18727
18728 Whether it's the first two or first three characters that are ``yours''
18729 is system-dependent.
18730
18731
18732 @node Scoring On Other Headers
18733 @section Scoring On Other Headers
18734 @cindex scoring on other headers
18735
18736 Gnus is quite fast when scoring the ``traditional''
18737 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
18738 other headers requires writing a @code{head} scoring rule, which means
18739 that Gnus has to request every single article from the back end to find
18740 matches.  This takes a long time in big groups.
18741
18742 Now, there's not much you can do about this for news groups, but for
18743 mail groups, you have greater control.  In the @pxref{To From
18744 Newsgroups} section of the manual, it's explained in greater detail what
18745 this mechanism does, but here's a cookbook example for @code{nnml} on
18746 how to allow scoring on the @samp{To} and @samp{Cc} headers.
18747
18748 Put the following in your @file{.gnus.el} file.
18749
18750 @lisp
18751 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
18752       nnmail-extra-headers gnus-extra-headers)
18753 @end lisp
18754
18755 Restart Gnus and rebuild your @code{nnml} overview files with the
18756 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
18757 time if you have much mail.
18758
18759 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
18760 so: @kbd{I e s p To RET <your name> RET}.
18761
18762 See?  Simple.
18763
18764
18765 @node Scoring Tips
18766 @section Scoring Tips
18767 @cindex scoring tips
18768
18769 @table @dfn
18770
18771 @item Crossposts
18772 @cindex crossposts
18773 @cindex scoring crossposts
18774 If you want to lower the score of crossposts, the line to match on is
18775 the @code{Xref} header.
18776 @lisp
18777 ("xref" (" talk.politics.misc:" -1000))
18778 @end lisp
18779
18780 @item Multiple crossposts
18781 If you want to lower the score of articles that have been crossposted to
18782 more than, say, 3 groups:
18783 @lisp
18784 ("xref"
18785   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
18786    -1000 nil r))
18787 @end lisp
18788
18789 @item Matching on the body
18790 This is generally not a very good idea---it takes a very long time.
18791 Gnus actually has to fetch each individual article from the server.  But
18792 you might want to anyway, I guess.  Even though there are three match
18793 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
18794 and stick with it in each score file.  If you use any two, each article
18795 will be fetched @emph{twice}.  If you want to match a bit on the
18796 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
18797 the matches.
18798
18799 @item Marking as read
18800 You will probably want to mark articles that have scores below a certain
18801 number as read.  This is most easily achieved by putting the following
18802 in your @file{all.SCORE} file:
18803 @lisp
18804 ((mark -100))
18805 @end lisp
18806 You may also consider doing something similar with @code{expunge}.
18807
18808 @item Negated character classes
18809 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
18810 That will match newlines, which might lead to, well, The Unknown.  Say
18811 @code{[^abcd\n]*} instead.
18812 @end table
18813
18814
18815 @node Reverse Scoring
18816 @section Reverse Scoring
18817 @cindex reverse scoring
18818
18819 If you want to keep just articles that have @samp{Sex with Emacs} in the
18820 subject header, and expunge all other articles, you could put something
18821 like this in your score file:
18822
18823 @lisp
18824 (("subject"
18825   ("Sex with Emacs" 2))
18826  (mark 1)
18827  (expunge 1))
18828 @end lisp
18829
18830 So, you raise all articles that match @samp{Sex with Emacs} and mark the
18831 rest as read, and expunge them to boot.
18832
18833
18834 @node Global Score Files
18835 @section Global Score Files
18836 @cindex global score files
18837
18838 Sure, other newsreaders have ``global kill files''.  These are usually
18839 nothing more than a single kill file that applies to all groups, stored
18840 in the user's home directory.  Bah!  Puny, weak newsreaders!
18841
18842 What I'm talking about here are Global Score Files.  Score files from
18843 all over the world, from users everywhere, uniting all nations in one
18844 big, happy score file union!  Ange-score!  New and untested!
18845
18846 @vindex gnus-global-score-files
18847 All you have to do to use other people's score files is to set the
18848 @code{gnus-global-score-files} variable.  One entry for each score file,
18849 or each score file directory.  Gnus will decide by itself what score
18850 files are applicable to which group.
18851
18852 To use the score file
18853 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
18854 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
18855 say this:
18856
18857 @lisp
18858 (setq gnus-global-score-files
18859       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
18860         "/ftp@@ftp.some-where:/pub/score/"))
18861 @end lisp
18862
18863 @findex gnus-score-search-global-directories
18864 @noindent
18865 Simple, eh?  Directory names must end with a @samp{/}.  These
18866 directories are typically scanned only once during each Gnus session.
18867 If you feel the need to manually re-scan the remote directories, you can
18868 use the @code{gnus-score-search-global-directories} command.
18869
18870 Note that, at present, using this option will slow down group entry
18871 somewhat.  (That is---a lot.)
18872
18873 If you want to start maintaining score files for other people to use,
18874 just put your score file up for anonymous ftp and announce it to the
18875 world.  Become a retro-moderator!  Participate in the retro-moderator
18876 wars sure to ensue, where retro-moderators battle it out for the
18877 sympathy of the people, luring them to use their score files on false
18878 premises!  Yay!  The net is saved!
18879
18880 Here are some tips for the would-be retro-moderator, off the top of my
18881 head:
18882
18883 @itemize @bullet
18884
18885 @item
18886 Articles heavily crossposted are probably junk.
18887 @item
18888 To lower a single inappropriate article, lower by @code{Message-ID}.
18889 @item
18890 Particularly brilliant authors can be raised on a permanent basis.
18891 @item
18892 Authors that repeatedly post off-charter for the group can safely be
18893 lowered out of existence.
18894 @item
18895 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
18896 articles completely.
18897
18898 @item
18899 Use expiring score entries to keep the size of the file down.  You
18900 should probably have a long expiry period, though, as some sites keep
18901 old articles for a long time.
18902 @end itemize
18903
18904 ... I wonder whether other newsreaders will support global score files
18905 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
18906 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
18907 holding our breath yet?
18908
18909
18910 @node Kill Files
18911 @section Kill Files
18912 @cindex kill files
18913
18914 Gnus still supports those pesky old kill files.  In fact, the kill file
18915 entries can now be expiring, which is something I wrote before Daniel
18916 Quinlan thought of doing score files, so I've left the code in there.
18917
18918 In short, kill processing is a lot slower (and I do mean @emph{a lot})
18919 than score processing, so it might be a good idea to rewrite your kill
18920 files into score files.
18921
18922 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
18923 forms into this file, which means that you can use kill files as some
18924 sort of primitive hook function to be run on group entry, even though
18925 that isn't a very good idea.
18926
18927 Normal kill files look like this:
18928
18929 @lisp
18930 (gnus-kill "From" "Lars Ingebrigtsen")
18931 (gnus-kill "Subject" "ding")
18932 (gnus-expunge "X")
18933 @end lisp
18934
18935 This will mark every article written by me as read, and remove the
18936 marked articles from the summary buffer.  Very useful, you'll agree.
18937
18938 Other programs use a totally different kill file syntax.  If Gnus
18939 encounters what looks like a @code{rn} kill file, it will take a stab at
18940 interpreting it.
18941
18942 Two summary functions for editing a GNUS kill file:
18943
18944 @table @kbd
18945
18946 @item M-k
18947 @kindex M-k (Summary)
18948 @findex gnus-summary-edit-local-kill
18949 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
18950
18951 @item M-K
18952 @kindex M-K (Summary)
18953 @findex gnus-summary-edit-global-kill
18954 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
18955 @end table
18956
18957 Two group mode functions for editing the kill files:
18958
18959 @table @kbd
18960
18961 @item M-k
18962 @kindex M-k (Group)
18963 @findex gnus-group-edit-local-kill
18964 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
18965
18966 @item M-K
18967 @kindex M-K (Group)
18968 @findex gnus-group-edit-global-kill
18969 Edit the general kill file (@code{gnus-group-edit-global-kill}).
18970 @end table
18971
18972 Kill file variables:
18973
18974 @table @code
18975 @item gnus-kill-file-name
18976 @vindex gnus-kill-file-name
18977 A kill file for the group @samp{soc.motss} is normally called
18978 @file{soc.motss.KILL}.  The suffix appended to the group name to get
18979 this file name is detailed by the @code{gnus-kill-file-name} variable.
18980 The ``global'' kill file (not in the score file sense of ``global'', of
18981 course) is just called @file{KILL}.
18982
18983 @vindex gnus-kill-save-kill-file
18984 @item gnus-kill-save-kill-file
18985 If this variable is non-@code{nil}, Gnus will save the
18986 kill file after processing, which is necessary if you use expiring
18987 kills.
18988
18989 @item gnus-apply-kill-hook
18990 @vindex gnus-apply-kill-hook
18991 @findex gnus-apply-kill-file-unless-scored
18992 @findex gnus-apply-kill-file
18993 A hook called to apply kill files to a group.  It is
18994 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
18995 kill file if you have a score file for the same group, you can set this
18996 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
18997 kill files to be processed, you should set this variable to @code{nil}.
18998
18999 @item gnus-kill-file-mode-hook
19000 @vindex gnus-kill-file-mode-hook
19001 A hook called in kill-file mode buffers.
19002
19003 @end table
19004
19005
19006 @node Converting Kill Files
19007 @section Converting Kill Files
19008 @cindex kill files
19009 @cindex converting kill files
19010
19011 If you have loads of old kill files, you may want to convert them into
19012 score files.  If they are ``regular'', you can use
19013 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
19014 by hand.
19015
19016 The kill to score conversion package isn't included in Gnus by default.
19017 You can fetch it from
19018 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
19019
19020 If your old kill files are very complex---if they contain more
19021 non-@code{gnus-kill} forms than not, you'll have to convert them by
19022 hand.  Or just let them be as they are.  Gnus will still use them as
19023 before.
19024
19025
19026 @node GroupLens
19027 @section GroupLens
19028 @cindex GroupLens
19029
19030 GroupLens (@uref{http://www.cs.umn.edu/Research/GroupLens/}) is a
19031 collaborative filtering system that helps you work together with other
19032 people to find the quality news articles out of the huge volume of
19033 news articles generated every day.
19034
19035 To accomplish this the GroupLens system combines your opinions about
19036 articles you have already read with the opinions of others who have done
19037 likewise and gives you a personalized prediction for each unread news
19038 article.  Think of GroupLens as a matchmaker.  GroupLens watches how you
19039 rate articles, and finds other people that rate articles the same way.
19040 Once it has found some people you agree with it tells you, in the form
19041 of a prediction, what they thought of the article.  You can use this
19042 prediction to help you decide whether or not you want to read the
19043 article.
19044
19045 @sc{Note:} Unfortunately the GroupLens system seems to have shut down,
19046 so this section is mostly of historical interest.
19047
19048 @menu
19049 * Using GroupLens::             How to make Gnus use GroupLens.
19050 * Rating Articles::             Letting GroupLens know how you rate articles.
19051 * Displaying Predictions::      Displaying predictions given by GroupLens.
19052 * GroupLens Variables::         Customizing GroupLens.
19053 @end menu
19054
19055
19056 @node Using GroupLens
19057 @subsection Using GroupLens
19058
19059 To use GroupLens you must register a pseudonym with your local Better
19060 Bit Bureau (BBB).
19061 @uref{http://www.cs.umn.edu/Research/GroupLens/bbb.html} is the only
19062 better bit in town at the moment.
19063
19064 Once you have registered you'll need to set a couple of variables.
19065
19066 @table @code
19067
19068 @item gnus-use-grouplens
19069 @vindex gnus-use-grouplens
19070 Setting this variable to a non-@code{nil} value will make Gnus hook into
19071 all the relevant GroupLens functions.
19072
19073 @item grouplens-pseudonym
19074 @vindex grouplens-pseudonym
19075 This variable should be set to the pseudonym you got when registering
19076 with the Better Bit Bureau.
19077
19078 @item grouplens-newsgroups
19079 @vindex grouplens-newsgroups
19080 A list of groups that you want to get GroupLens predictions for.
19081
19082 @end table
19083
19084 That's the minimum of what you need to get up and running with GroupLens.
19085 Once you've registered, GroupLens will start giving you scores for
19086 articles based on the average of what other people think.  But, to get
19087 the real benefit of GroupLens you need to start rating articles
19088 yourself.  Then the scores GroupLens gives you will be personalized for
19089 you, based on how the people you usually agree with have already rated.
19090
19091
19092 @node Rating Articles
19093 @subsection Rating Articles
19094
19095 In GroupLens, an article is rated on a scale from 1 to 5, inclusive.
19096 Where 1 means something like this article is a waste of bandwidth and 5
19097 means that the article was really good.  The basic question to ask
19098 yourself is, "on a scale from 1 to 5 would I like to see more articles
19099 like this one?"
19100
19101 There are four ways to enter a rating for an article in GroupLens.
19102
19103 @table @kbd
19104
19105 @item r
19106 @kindex r (GroupLens)
19107 @findex bbb-summary-rate-article
19108 This function will prompt you for a rating on a scale of one to five.
19109
19110 @item k
19111 @kindex k (GroupLens)
19112 @findex grouplens-score-thread
19113 This function will prompt you for a rating, and rate all the articles in
19114 the thread.  This is really useful for some of those long running giant
19115 threads in rec.humor.
19116
19117 @end table
19118
19119 The next two commands, @kbd{n} and @kbd{,} take a numerical prefix to be
19120 the score of the article you're reading.
19121
19122 @table @kbd
19123
19124 @item 1-5 n
19125 @kindex n (GroupLens)
19126 @findex grouplens-next-unread-article
19127 Rate the article and go to the next unread article.
19128
19129 @item 1-5 ,
19130 @kindex , (GroupLens)
19131 @findex grouplens-best-unread-article
19132 Rate the article and go to the next unread article with the highest score.
19133
19134 @end table
19135
19136 If you want to give the current article a score of 4 and then go to the
19137 next article, just type @kbd{4 n}.
19138
19139
19140 @node Displaying Predictions
19141 @subsection Displaying Predictions
19142
19143 GroupLens makes a prediction for you about how much you will like a
19144 news article.  The predictions from GroupLens are on a scale from 1 to
19145 5, where 1 is the worst and 5 is the best.  You can use the predictions
19146 from GroupLens in one of three ways controlled by the variable
19147 @code{gnus-grouplens-override-scoring}.
19148
19149 @vindex gnus-grouplens-override-scoring
19150 There are three ways to display predictions in grouplens.  You may
19151 choose to have the GroupLens scores contribute to, or override the
19152 regular gnus scoring mechanism.  override is the default; however, some
19153 people prefer to see the Gnus scores plus the grouplens scores.  To get
19154 the separate scoring behavior you need to set
19155 @code{gnus-grouplens-override-scoring} to @code{'separate}.  To have the
19156 GroupLens predictions combined with the grouplens scores set it to
19157 @code{'override} and to combine the scores set
19158 @code{gnus-grouplens-override-scoring} to @code{'combine}.  When you use
19159 the combine option you will also want to set the values for
19160 @code{grouplens-prediction-offset} and
19161 @code{grouplens-score-scale-factor}.
19162
19163 @vindex grouplens-prediction-display
19164 In either case, GroupLens gives you a few choices for how you would like
19165 to see your predictions displayed.  The display of predictions is
19166 controlled by the @code{grouplens-prediction-display} variable.
19167
19168 The following are valid values for that variable.
19169
19170 @table @code
19171 @item prediction-spot
19172 The higher the prediction, the further to the right an @samp{*} is
19173 displayed.
19174
19175 @item confidence-interval
19176 A numeric confidence interval.
19177
19178 @item prediction-bar
19179 The higher the prediction, the longer the bar.
19180
19181 @item confidence-bar
19182 Numerical confidence.
19183
19184 @item confidence-spot
19185 The spot gets bigger with more confidence.
19186
19187 @item prediction-num
19188 Plain-old numeric value.
19189
19190 @item confidence-plus-minus
19191 Prediction +/- confidence.
19192
19193 @end table
19194
19195
19196 @node GroupLens Variables
19197 @subsection GroupLens Variables
19198
19199 @table @code
19200
19201 @item gnus-summary-grouplens-line-format
19202 The summary line format used in GroupLens-enhanced summary buffers.  It
19203 accepts the same specs as the normal summary line format (@pxref{Summary
19204 Buffer Lines}).  The default is @samp{%U%R%z%l%I%(%[%4L: %-23,23n%]%)
19205 %s\n}.
19206
19207 @item grouplens-bbb-host
19208 Host running the bbbd server.  @samp{grouplens.cs.umn.edu} is the
19209 default.
19210
19211 @item grouplens-bbb-port
19212 Port of the host running the bbbd server.  The default is 9000.
19213
19214 @item grouplens-score-offset
19215 Offset the prediction by this value.  In other words, subtract the
19216 prediction value by this number to arrive at the effective score.  The
19217 default is 0.
19218
19219 @item grouplens-score-scale-factor
19220 This variable allows the user to magnify the effect of GroupLens scores.
19221 The scale factor is applied after the offset.  The default is 1.
19222
19223 @end table
19224
19225
19226 @node Advanced Scoring
19227 @section Advanced Scoring
19228
19229 Scoring on Subjects and From headers is nice enough, but what if you're
19230 really interested in what a person has to say only when she's talking
19231 about a particular subject?  Or what if you really don't want to
19232 read what person A has to say when she's following up to person B, but
19233 want to read what she says when she's following up to person C?
19234
19235 By using advanced scoring rules you may create arbitrarily complex
19236 scoring patterns.
19237
19238 @menu
19239 * Advanced Scoring Syntax::     A definition.
19240 * Advanced Scoring Examples::   What they look like.
19241 * Advanced Scoring Tips::       Getting the most out of it.
19242 @end menu
19243
19244
19245 @node Advanced Scoring Syntax
19246 @subsection Advanced Scoring Syntax
19247
19248 Ordinary scoring rules have a string as the first element in the rule.
19249 Advanced scoring rules have a list as the first element.  The second
19250 element is the score to be applied if the first element evaluated to a
19251 non-@code{nil} value.
19252
19253 These lists may consist of three logical operators, one redirection
19254 operator, and various match operators.
19255
19256 Logical operators:
19257
19258 @table @code
19259 @item &
19260 @itemx and
19261 This logical operator will evaluate each of its arguments until it finds
19262 one that evaluates to @code{false}, and then it'll stop.  If all arguments
19263 evaluate to @code{true} values, then this operator will return
19264 @code{true}.
19265
19266 @item |
19267 @itemx or
19268 This logical operator will evaluate each of its arguments until it finds
19269 one that evaluates to @code{true}.  If no arguments are @code{true},
19270 then this operator will return @code{false}.
19271
19272 @item !
19273 @itemx not
19274 @itemx Â¬
19275 This logical operator only takes a single argument.  It returns the
19276 logical negation of the value of its argument.
19277
19278 @end table
19279
19280 There is an @dfn{indirection operator} that will make its arguments
19281 apply to the ancestors of the current article being scored.  For
19282 instance, @code{1-} will make score rules apply to the parent of the
19283 current article.  @code{2-} will make score rules apply to the
19284 grandparent of the current article.  Alternatively, you can write
19285 @code{^^}, where the number of @code{^}s (carets) says how far back into
19286 the ancestry you want to go.
19287
19288 Finally, we have the match operators.  These are the ones that do the
19289 real work.  Match operators are header name strings followed by a match
19290 and a match type.  A typical match operator looks like @samp{("from"
19291 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
19292 simple scoring, and the match types are also the same.
19293
19294
19295 @node Advanced Scoring Examples
19296 @subsection Advanced Scoring Examples
19297
19298 Please note that the following examples are score file rules.  To
19299 make a complete score file from them, surround them with another pair
19300 of parentheses.
19301
19302 Let's say you want to increase the score of articles written by Lars
19303 when he's talking about Gnus:
19304
19305 @example
19306 ((&
19307   ("from" "Lars Ingebrigtsen")
19308   ("subject" "Gnus"))
19309  1000)
19310 @end example
19311
19312 Quite simple, huh?
19313
19314 When he writes long articles, he sometimes has something nice to say:
19315
19316 @example
19317 ((&
19318   ("from" "Lars Ingebrigtsen")
19319   (|
19320    ("subject" "Gnus")
19321    ("lines" 100 >)))
19322  1000)
19323 @end example
19324
19325 However, when he responds to things written by Reig Eigil Logge, you
19326 really don't want to read what he's written:
19327
19328 @example
19329 ((&
19330   ("from" "Lars Ingebrigtsen")
19331   (1- ("from" "Reig Eigir Logge")))
19332  -100000)
19333 @end example
19334
19335 Everybody that follows up Redmondo when he writes about disappearing
19336 socks should have their scores raised, but only when they talk about
19337 white socks.  However, when Lars talks about socks, it's usually not
19338 very interesting:
19339
19340 @example
19341 ((&
19342   (1-
19343    (&
19344     ("from" "redmondo@@.*no" r)
19345     ("body" "disappearing.*socks" t)))
19346   (! ("from" "Lars Ingebrigtsen"))
19347   ("body" "white.*socks"))
19348  1000)
19349 @end example
19350
19351 The possibilities are endless.
19352
19353
19354 @node Advanced Scoring Tips
19355 @subsection Advanced Scoring Tips
19356
19357 The @code{&} and @code{|} logical operators do short-circuit logic.
19358 That is, they stop processing their arguments when it's clear what the
19359 result of the operation will be.  For instance, if one of the arguments
19360 of an @code{&} evaluates to @code{false}, there's no point in evaluating
19361 the rest of the arguments.  This means that you should put slow matches
19362 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
19363 @samp{subject}) first.
19364
19365 The indirection arguments (@code{1-} and so on) will make their
19366 arguments work on previous generations of the thread.  If you say
19367 something like:
19368
19369 @example
19370 ...
19371 (1-
19372  (1-
19373   ("from" "lars")))
19374 ...
19375 @end example
19376
19377 Then that means "score on the from header of the grandparent of the
19378 current article".  An indirection is quite fast, but it's better to say:
19379
19380 @example
19381 (1-
19382  (&
19383   ("from" "Lars")
19384   ("subject" "Gnus")))
19385 @end example
19386
19387 than it is to say:
19388
19389 @example
19390 (&
19391  (1- ("from" "Lars"))
19392  (1- ("subject" "Gnus")))
19393 @end example
19394
19395
19396 @node Score Decays
19397 @section Score Decays
19398 @cindex score decays
19399 @cindex decays
19400
19401 You may find that your scores have a tendency to grow without
19402 bounds, especially if you're using adaptive scoring.  If scores get too
19403 big, they lose all meaning---they simply max out and it's difficult to
19404 use them in any sensible way.
19405
19406 @vindex gnus-decay-scores
19407 @findex gnus-decay-score
19408 @vindex gnus-decay-score-function
19409 Gnus provides a mechanism for decaying scores to help with this problem.
19410 When score files are loaded and @code{gnus-decay-scores} is
19411 non-@code{nil}, Gnus will run the score files through the decaying
19412 mechanism thereby lowering the scores of all non-permanent score rules.
19413 The decay itself if performed by the @code{gnus-decay-score-function}
19414 function, which is @code{gnus-decay-score} by default.  Here's the
19415 definition of that function:
19416
19417 @lisp
19418 (defun gnus-decay-score (score)
19419   "Decay SCORE.
19420 This is done according to `gnus-score-decay-constant'
19421 and `gnus-score-decay-scale'."
19422   (floor
19423    (- score
19424       (* (if (< score 0) 1 -1)
19425          (min (abs score)
19426               (max gnus-score-decay-constant
19427                    (* (abs score)
19428                       gnus-score-decay-scale)))))))
19429 @end lisp
19430
19431 @vindex gnus-score-decay-scale
19432 @vindex gnus-score-decay-constant
19433 @code{gnus-score-decay-constant} is 3 by default and
19434 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
19435
19436 @enumerate
19437 @item
19438 Scores between -3 and 3 will be set to 0 when this function is called.
19439
19440 @item
19441 Scores with magnitudes between 3 and 60 will be shrunk by 3.
19442
19443 @item
19444 Scores with magnitudes greater than 60 will be shrunk by 5% of the
19445 score.
19446 @end enumerate
19447
19448 If you don't like this decay function, write your own.  It is called
19449 with the score to be decayed as its only parameter, and it should return
19450 the new score, which should be an integer.
19451
19452 Gnus will try to decay scores once a day.  If you haven't run Gnus for
19453 four days, Gnus will decay the scores four times, for instance.
19454
19455 @iftex
19456 @iflatex
19457 @chapter Message
19458 @include message.texi
19459 @chapter Emacs MIME
19460 @include emacs-mime.texi
19461 @chapter Sieve
19462 @include sieve.texi
19463 @chapter PGG
19464 @include pgg.texi
19465 @end iflatex
19466 @end iftex
19467
19468 @node Various
19469 @chapter Various
19470
19471 @menu
19472 * Process/Prefix::              A convention used by many treatment commands.
19473 * Interactive::                 Making Gnus ask you many questions.
19474 * Symbolic Prefixes::           How to supply some Gnus functions with options.
19475 * Formatting Variables::        You can specify what buffers should look like.
19476 * Window Layout::               Configuring the Gnus buffer windows.
19477 * Faces and Fonts::             How to change how faces look.
19478 * Compilation::                 How to speed Gnus up.
19479 * Mode Lines::                  Displaying information in the mode lines.
19480 * Highlighting and Menus::      Making buffers look all nice and cozy.
19481 * Buttons::                     Get tendinitis in ten easy steps!
19482 * Daemons::                     Gnus can do things behind your back.
19483 * NoCeM::                       How to avoid spam and other fatty foods.
19484 * Undo::                        Some actions can be undone.
19485 * Predicate Specifiers::        Specifying predicates.
19486 * Moderation::                  What to do if you're a moderator.
19487 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
19488 * Fuzzy Matching::              What's the big fuzz?
19489 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
19490 * Various Various::             Things that are really various.
19491 @end menu
19492
19493
19494 @node Process/Prefix
19495 @section Process/Prefix
19496 @cindex process/prefix convention
19497
19498 Many functions, among them functions for moving, decoding and saving
19499 articles, use what is known as the @dfn{Process/Prefix convention}.
19500
19501 This is a method for figuring out what articles the user wants the
19502 command to be performed on.
19503
19504 It goes like this:
19505
19506 If the numeric prefix is N, perform the operation on the next N
19507 articles, starting with the current one.  If the numeric prefix is
19508 negative, perform the operation on the previous N articles, starting
19509 with the current one.
19510
19511 @vindex transient-mark-mode
19512 If @code{transient-mark-mode} in non-@code{nil} and the region is
19513 active, all articles in the region will be worked upon.
19514
19515 If there is no numeric prefix, but some articles are marked with the
19516 process mark, perform the operation on the articles marked with
19517 the process mark.
19518
19519 If there is neither a numeric prefix nor any articles marked with the
19520 process mark, just perform the operation on the current article.
19521
19522 Quite simple, really, but it needs to be made clear so that surprises
19523 are avoided.
19524
19525 Commands that react to the process mark will push the current list of
19526 process marked articles onto a stack and will then clear all process
19527 marked articles.  You can restore the previous configuration with the
19528 @kbd{M P y} command (@pxref{Setting Process Marks}).
19529
19530 @vindex gnus-summary-goto-unread
19531 One thing that seems to shock & horrify lots of people is that, for
19532 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
19533 Since each @kbd{d} (which marks the current article as read) by default
19534 goes to the next unread article after marking, this means that @kbd{3 d}
19535 will mark the next three unread articles as read, no matter what the
19536 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
19537 @code{nil} for a more straightforward action.
19538
19539 Many commands do not use the process/prefix convention.  All commands
19540 that do explicitly say so in this manual.  To apply the process/prefix
19541 convention to commands that do not use it, you can use the @kbd{M-&}
19542 command.  For instance, to mark all the articles in the group as
19543 expirable, you could say `M P b M-& E'.
19544
19545
19546 @node Interactive
19547 @section Interactive
19548 @cindex interaction
19549
19550 @table @code
19551
19552 @item gnus-novice-user
19553 @vindex gnus-novice-user
19554 If this variable is non-@code{nil}, you are either a newcomer to the
19555 World of Usenet, or you are very cautious, which is a nice thing to be,
19556 really.  You will be given questions of the type ``Are you sure you want
19557 to do this?'' before doing anything dangerous.  This is @code{t} by
19558 default.
19559
19560 @item gnus-expert-user
19561 @vindex gnus-expert-user
19562 If this variable is non-@code{nil}, you will seldom be asked any
19563 questions by Gnus.  It will simply assume you know what you're doing, no
19564 matter how strange.
19565
19566 @item gnus-interactive-catchup
19567 @vindex gnus-interactive-catchup
19568 Require confirmation before catching up a group if non-@code{nil}.  It
19569 is @code{t} by default.
19570
19571 @item gnus-interactive-exit
19572 @vindex gnus-interactive-exit
19573 Require confirmation before exiting Gnus.  This variable is @code{t} by
19574 default.
19575 @end table
19576
19577
19578 @node Symbolic Prefixes
19579 @section Symbolic Prefixes
19580 @cindex symbolic prefixes
19581
19582 Quite a lot of Emacs commands react to the (numeric) prefix.  For
19583 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
19584 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
19585 rule of 900 to the current article.
19586
19587 This is all nice and well, but what if you want to give a command some
19588 additional information?  Well, what most commands do is interpret the
19589 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
19590 doesn't want a backup file to be created when saving the current buffer,
19591 for instance.  But what if you want to save without making a backup
19592 file, and you want Emacs to flash lights and play a nice tune at the
19593 same time?  You can't, and you're probably perfectly happy that way.
19594
19595 @kindex M-i (Summary)
19596 @findex gnus-symbolic-argument
19597 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
19598 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
19599 character typed in is the value.  You can stack as many @kbd{M-i}
19600 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
19601 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
19602 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
19603 @code{b}''.  You get the drift.
19604
19605 Typing in symbolic prefixes to commands that don't accept them doesn't
19606 hurt, but it doesn't do any good either.  Currently not many Gnus
19607 functions make use of the symbolic prefix.
19608
19609 If you're interested in how Gnus implements this, @pxref{Extended
19610 Interactive}.
19611
19612
19613 @node Formatting Variables
19614 @section Formatting Variables
19615 @cindex formatting variables
19616
19617 Throughout this manual you've probably noticed lots of variables called
19618 things like @code{gnus-group-line-format} and
19619 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
19620 output lines in the various buffers.  There's quite a lot of them.
19621 Fortunately, they all use the same syntax, so there's not that much to
19622 be annoyed by.
19623
19624 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
19625 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
19626 lots of percentages everywhere.
19627
19628 @menu
19629 * Formatting Basics::           A formatting variable is basically a format string.
19630 * Mode Line Formatting::        Some rules about mode line formatting variables.
19631 * Advanced Formatting::         Modifying output in various ways.
19632 * User-Defined Specs::          Having Gnus call your own functions.
19633 * Formatting Fonts::            Making the formatting look colorful and nice.
19634 * Positioning Point::           Moving point to a position after an operation.
19635 * Tabulation::                  Tabulating your output.
19636 * Wide Characters::             Dealing with wide characters.
19637 @end menu
19638
19639 Currently Gnus uses the following formatting variables:
19640 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
19641 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
19642 @code{gnus-group-mode-line-format},
19643 @code{gnus-summary-mode-line-format},
19644 @code{gnus-article-mode-line-format},
19645 @code{gnus-server-mode-line-format}, and
19646 @code{gnus-summary-pick-line-format}.
19647
19648 All these format variables can also be arbitrary elisp forms.  In that
19649 case, they will be @code{eval}ed to insert the required lines.
19650
19651 @kindex M-x gnus-update-format
19652 @findex gnus-update-format
19653 Gnus includes a command to help you while creating your own format
19654 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
19655 update the spec in question and pop you to a buffer where you can
19656 examine the resulting lisp code to be run to generate the line.
19657
19658
19659
19660 @node Formatting Basics
19661 @subsection Formatting Basics
19662
19663 Each @samp{%} element will be replaced by some string or other when the
19664 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
19665 spec, and pad with spaces to get a 5-character field''.
19666
19667 As with normal C and Emacs Lisp formatting strings, the numerical
19668 modifier between the @samp{%} and the formatting type character will
19669 @dfn{pad} the output so that it is always at least that long.
19670 @samp{%5y} will make the field always (at least) five characters wide by
19671 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
19672 the right instead.
19673
19674 You may also wish to limit the length of the field to protect against
19675 particularly wide values.  For that you can say @samp{%4,6y}, which
19676 means that the field will never be more than 6 characters wide and never
19677 less than 4 characters wide.
19678
19679 Also Gnus supports some extended format specifications, such as
19680 @samp{%&user-date;}.
19681
19682
19683 @node Mode Line Formatting
19684 @subsection Mode Line Formatting
19685
19686 Mode line formatting variables (e.g.,
19687 @code{gnus-summary-mode-line-format}) follow the same rules as other,
19688 buffer line oriented formatting variables (@pxref{Formatting Basics})
19689 with the following two differences:
19690
19691 @enumerate
19692
19693 @item
19694 There must be no newline (@samp{\n}) at the end.
19695
19696 @item
19697 The special @samp{%%b} spec can be used to display the buffer name.
19698 Well, it's no spec at all, really---@samp{%%} is just a way to quote
19699 @samp{%} to allow it to pass through the formatting machinery unmangled,
19700 so that Emacs receives @samp{%b}, which is something the Emacs mode line
19701 display interprets to mean ``show the buffer name''.  For a full list of
19702 mode line specs Emacs understands, see the documentation of the
19703 @code{mode-line-format} variable.
19704
19705 @end enumerate
19706
19707
19708 @node Advanced Formatting
19709 @subsection Advanced Formatting
19710
19711 It is frequently useful to post-process the fields in some way.
19712 Padding, limiting, cutting off parts and suppressing certain values can
19713 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
19714 look like @samp{%~(cut 3)~(ignore "0")y}.
19715
19716 These are the valid modifiers:
19717
19718 @table @code
19719 @item pad
19720 @itemx pad-left
19721 Pad the field to the left with spaces until it reaches the required
19722 length.
19723
19724 @item pad-right
19725 Pad the field to the right with spaces until it reaches the required
19726 length.
19727
19728 @item max
19729 @itemx max-left
19730 Cut off characters from the left until it reaches the specified length.
19731
19732 @item max-right
19733 Cut off characters from the right until it reaches the specified
19734 length.
19735
19736 @item cut
19737 @itemx cut-left
19738 Cut off the specified number of characters from the left.
19739
19740 @item cut-right
19741 Cut off the specified number of characters from the right.
19742
19743 @item ignore
19744 Return an empty string if the field is equal to the specified value.
19745
19746 @item form
19747 Use the specified form as the field value when the @samp{@@} spec is
19748 used.
19749
19750 Here's an example:
19751
19752 @lisp
19753 "~(form (current-time-string))@@"
19754 @end lisp
19755
19756 @end table
19757
19758 Let's take an example.  The @samp{%o} spec in the summary mode lines
19759 will return a date in compact ISO8601 format---@samp{19960809T230410}.
19760 This is quite a mouthful, so we want to shave off the century number and
19761 the time, leaving us with a six-character date.  That would be
19762 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
19763 maxing, and we need the padding to ensure that the date is never less
19764 than 6 characters to make it look nice in columns.)
19765
19766 Ignoring is done first; then cutting; then maxing; and then as the very
19767 last operation, padding.
19768
19769 If you use lots of these advanced thingies, you'll find that Gnus gets
19770 quite slow.  This can be helped enormously by running @kbd{M-x
19771 gnus-compile} when you are satisfied with the look of your lines.
19772 @xref{Compilation}.
19773
19774
19775 @node User-Defined Specs
19776 @subsection User-Defined Specs
19777
19778 All the specs allow for inserting user defined specifiers---@samp{u}.
19779 The next character in the format string should be a letter.  Gnus
19780 will call the function @code{gnus-user-format-function-}@samp{X}, where
19781 @samp{X} is the letter following @samp{%u}.  The function will be passed
19782 a single parameter---what the parameter means depends on what buffer
19783 it's being called from.  The function should return a string, which will
19784 be inserted into the buffer just like information from any other
19785 specifier.  This function may also be called with dummy values, so it
19786 should protect against that.
19787
19788 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
19789 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
19790
19791 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
19792 much the same without defining new functions.  Here's an example:
19793 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
19794 given here will be evaluated to yield the current line number, and then
19795 inserted.
19796
19797
19798 @node Formatting Fonts
19799 @subsection Formatting Fonts
19800
19801 There are specs for highlighting, and these are shared by all the format
19802 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
19803 the special @code{mouse-face} property set, which means that it will be
19804 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
19805 over it.
19806
19807 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
19808 normal faces set using @code{gnus-face-0}, which is @code{bold} by
19809 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
19810 and so on.  Create as many faces as you wish.  The same goes for the
19811 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
19812 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
19813
19814 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
19815 special @code{balloon-help} property set to @code{gnus-balloon-face-0}.
19816 If you say @samp{%1<<}, you'll get @code{gnus-balloon-face-1} and so on.
19817 The @code{gnus-balloon-face-*} variables should be either strings or
19818 symbols naming functions that return a string.  When the mouse passes
19819 over text with this property set, a balloon window will appear and
19820 display the string.  Please refer to @ref{(emacs)Help Echo} (in GNU
19821 Emacs) or the doc string of @code{balloon-help-mode} (in XEmacs) for
19822 more information on this.  (For technical reasons, the guillemets have
19823 been approximated as @samp{<<} and @samp{>>} in this paragraph.)
19824
19825 Here's an alternative recipe for the group buffer:
19826
19827 @lisp
19828 ;; Create three face types.
19829 (setq gnus-face-1 'bold)
19830 (setq gnus-face-3 'italic)
19831
19832 ;; We want the article count to be in
19833 ;; a bold and green face.  So we create
19834 ;; a new face called `my-green-bold'.
19835 (copy-face 'bold 'my-green-bold)
19836 ;; Set the color.
19837 (set-face-foreground 'my-green-bold "ForestGreen")
19838 (setq gnus-face-2 'my-green-bold)
19839
19840 ;; Set the new & fancy format.
19841 (setq gnus-group-line-format
19842       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
19843 @end lisp
19844
19845 I'm sure you'll be able to use this scheme to create totally unreadable
19846 and extremely vulgar displays.  Have fun!
19847
19848 Note that the @samp{%(} specs (and friends) do not make any sense on the
19849 mode-line variables.
19850
19851 @node Positioning Point
19852 @subsection Positioning Point
19853
19854 Gnus usually moves point to a pre-defined place on each line in most
19855 buffers.  By default, point move to the first colon character on the
19856 line.  You can customize this behaviour in three different ways.
19857
19858 You can move the colon character to somewhere else on the line.
19859
19860 @findex gnus-goto-colon
19861 You can redefine the function that moves the point to the colon.  The
19862 function is called @code{gnus-goto-colon}.
19863
19864 But perhaps the most convenient way to deal with this, if you don't want
19865 to have a colon in your line, is to use the @samp{%*} specifier.  If you
19866 put a @samp{%*} somewhere in your format line definition, Gnus will
19867 place point there.
19868
19869
19870 @node Tabulation
19871 @subsection Tabulation
19872
19873 You can usually line up your displays by padding and cutting your
19874 strings.  However, when combining various strings of different size, it
19875 can often be more convenient to just output the strings, and then worry
19876 about lining up the following text afterwards.
19877
19878 To do that, Gnus supplies tabulator specs--@samp{%=}.  There are two
19879 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
19880
19881 @samp{%50=} will insert space characters to pad the line up to column
19882 50.  If the text is already past column 50, nothing will be inserted.
19883 This is the soft tabulator.
19884
19885 @samp{%-50=} will insert space characters to pad the line up to column
19886 50.  If the text is already past column 50, the excess text past column
19887 50 will be removed.  This is the hard tabulator.
19888
19889
19890 @node Wide Characters
19891 @subsection Wide Characters
19892
19893 Proportional fonts in most countries have characters of the same width.
19894 Some countries, however, use Latin characters mixed with wider
19895 characters---most notable East Asian countries.
19896
19897 The problem is that when formatting, Gnus assumes that if a string is 10
19898 characters wide, it'll be 10 Latin characters wide on the screen.  In
19899 these countries, that's not true.
19900
19901 @vindex gnus-use-correct-string-widths
19902 To help fix this, you can set @code{gnus-use-correct-string-widths} to
19903 @code{t}.  This makes buffer generation slower, but the results will be
19904 prettier.  The default value under XEmacs is @code{t} but @code{nil}
19905 for Emacs.
19906
19907
19908 @node Window Layout
19909 @section Window Layout
19910 @cindex window layout
19911
19912 No, there's nothing here about X, so be quiet.
19913
19914 @vindex gnus-use-full-window
19915 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
19916 other windows and occupy the entire Emacs screen by itself.  It is
19917 @code{t} by default.
19918
19919 Setting this variable to @code{nil} kinda works, but there are
19920 glitches.  Use at your own peril.
19921
19922 @vindex gnus-buffer-configuration
19923 @code{gnus-buffer-configuration} describes how much space each Gnus
19924 buffer should be given.  Here's an excerpt of this variable:
19925
19926 @lisp
19927 ((group (vertical 1.0 (group 1.0 point)
19928                       (if gnus-carpal (group-carpal 4))))
19929  (article (vertical 1.0 (summary 0.25 point)
19930                         (article 1.0))))
19931 @end lisp
19932
19933 This is an alist.  The @dfn{key} is a symbol that names some action or
19934 other.  For instance, when displaying the group buffer, the window
19935 configuration function will use @code{group} as the key.  A full list of
19936 possible names is listed below.
19937
19938 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
19939 should occupy.  To take the @code{article} split as an example -
19940
19941 @lisp
19942 (article (vertical 1.0 (summary 0.25 point)
19943                        (article 1.0)))
19944 @end lisp
19945
19946 This @dfn{split} says that the summary buffer should occupy 25% of upper
19947 half of the screen, and that it is placed over the article buffer.  As
19948 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
19949 reaching for that calculator there).  However, the special number
19950 @code{1.0} is used to signal that this buffer should soak up all the
19951 rest of the space available after the rest of the buffers have taken
19952 whatever they need.  There should be only one buffer with the @code{1.0}
19953 size spec per split.
19954
19955 Point will be put in the buffer that has the optional third element
19956 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
19957 split where the tag @code{frame-focus} is a member (i.e. is the third or
19958 fourth element in the list, depending on whether the @code{point} tag is
19959 present) gets focus.
19960
19961 Here's a more complicated example:
19962
19963 @lisp
19964 (article (vertical 1.0 (group 4)
19965                        (summary 0.25 point)
19966                        (if gnus-carpal (summary-carpal 4))
19967                        (article 1.0)))
19968 @end lisp
19969
19970 If the size spec is an integer instead of a floating point number,
19971 then that number will be used to say how many lines a buffer should
19972 occupy, not a percentage.
19973
19974 If the @dfn{split} looks like something that can be @code{eval}ed (to be
19975 precise---if the @code{car} of the split is a function or a subr), this
19976 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
19977 be used as a split.  This means that there will be three buffers if
19978 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
19979 is non-@code{nil}.
19980
19981 Not complicated enough for you?  Well, try this on for size:
19982
19983 @lisp
19984 (article (horizontal 1.0
19985              (vertical 0.5
19986                  (group 1.0)
19987                  (gnus-carpal 4))
19988              (vertical 1.0
19989                  (summary 0.25 point)
19990                  (summary-carpal 4)
19991                  (article 1.0))))
19992 @end lisp
19993
19994 Whoops.  Two buffers with the mystery 100% tag.  And what's that
19995 @code{horizontal} thingie?
19996
19997 If the first element in one of the split is @code{horizontal}, Gnus will
19998 split the window horizontally, giving you two windows side-by-side.
19999 Inside each of these strips you may carry on all you like in the normal
20000 fashion.  The number following @code{horizontal} says what percentage of
20001 the screen is to be given to this strip.
20002
20003 For each split, there @emph{must} be one element that has the 100% tag.
20004 The splitting is never accurate, and this buffer will eat any leftover
20005 lines from the splits.
20006
20007 To be slightly more formal, here's a definition of what a valid split
20008 may look like:
20009
20010 @example
20011 split      = frame | horizontal | vertical | buffer | form
20012 frame      = "(frame " size *split ")"
20013 horizontal = "(horizontal " size *split ")"
20014 vertical   = "(vertical " size *split ")"
20015 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20016 size       = number | frame-params
20017 buf-name   = group | article | summary ...
20018 @end example
20019
20020 The limitations are that the @code{frame} split can only appear as the
20021 top-level split.  @var{form} should be an Emacs Lisp form that should
20022 return a valid split.  We see that each split is fully recursive, and
20023 may contain any number of @code{vertical} and @code{horizontal} splits.
20024
20025 @vindex gnus-window-min-width
20026 @vindex gnus-window-min-height
20027 @cindex window height
20028 @cindex window width
20029 Finding the right sizes can be a bit complicated.  No window may be less
20030 than @code{gnus-window-min-height} (default 1) characters high, and all
20031 windows must be at least @code{gnus-window-min-width} (default 1)
20032 characters wide.  Gnus will try to enforce this before applying the
20033 splits.  If you want to use the normal Emacs window width/height limit,
20034 you can just set these two variables to @code{nil}.
20035
20036 If you're not familiar with Emacs terminology, @code{horizontal} and
20037 @code{vertical} splits may work the opposite way of what you'd expect.
20038 Windows inside a @code{horizontal} split are shown side-by-side, and
20039 windows within a @code{vertical} split are shown above each other.
20040
20041 @findex gnus-configure-frame
20042 If you want to experiment with window placement, a good tip is to call
20043 @code{gnus-configure-frame} directly with a split.  This is the function
20044 that does all the real work when splitting buffers.  Below is a pretty
20045 nonsensical configuration with 5 windows; two for the group buffer and
20046 three for the article buffer.  (I said it was nonsensical.)  If you
20047 @code{eval} the statement below, you can get an idea of how that would
20048 look straight away, without going through the normal Gnus channels.
20049 Play with it until you're satisfied, and then use
20050 @code{gnus-add-configuration} to add your new creation to the buffer
20051 configuration list.
20052
20053 @lisp
20054 (gnus-configure-frame
20055  '(horizontal 1.0
20056     (vertical 10
20057       (group 1.0)
20058       (article 0.3 point))
20059     (vertical 1.0
20060       (article 1.0)
20061       (horizontal 4
20062         (group 1.0)
20063         (article 10)))))
20064 @end lisp
20065
20066 You might want to have several frames as well.  No prob---just use the
20067 @code{frame} split:
20068
20069 @lisp
20070 (gnus-configure-frame
20071  '(frame 1.0
20072          (vertical 1.0
20073                    (summary 0.25 point frame-focus)
20074                    (article 1.0))
20075          (vertical ((height . 5) (width . 15)
20076                     (user-position . t)
20077                     (left . -1) (top . 1))
20078                    (picon 1.0))))
20079
20080 @end lisp
20081
20082 This split will result in the familiar summary/article window
20083 configuration in the first (or ``main'') frame, while a small additional
20084 frame will be created where picons will be shown.  As you can see,
20085 instead of the normal @code{1.0} top-level spec, each additional split
20086 should have a frame parameter alist as the size spec.
20087 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
20088 Reference Manual}.  Under XEmacs, a frame property list will be
20089 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
20090 is such a plist.
20091 The list of all possible keys for @code{gnus-buffer-configuration} can
20092 be found in its default value.
20093
20094 Note that the @code{message} key is used for both
20095 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
20096 it is desirable to distinguish between the two, something like this
20097 might be used:
20098
20099 @lisp
20100 (message (horizontal 1.0
20101                      (vertical 1.0 (message 1.0 point))
20102                      (vertical 0.24
20103                                (if (buffer-live-p gnus-summary-buffer)
20104                                    '(summary 0.5))
20105                                (group 1.0))))
20106 @end lisp
20107
20108 One common desire for a multiple frame split is to have a separate frame
20109 for composing mail and news while leaving the original frame intact.  To
20110 accomplish that, something like the following can be done:
20111
20112 @lisp
20113 (message
20114   (frame 1.0
20115          (if (not (buffer-live-p gnus-summary-buffer))
20116              (car (cdr (assoc 'group gnus-buffer-configuration)))
20117            (car (cdr (assoc 'summary gnus-buffer-configuration))))
20118          (vertical ((user-position . t) (top . 1) (left . 1)
20119                     (name . "Message"))
20120                    (message 1.0 point))))
20121 @end lisp
20122
20123 @findex gnus-add-configuration
20124 Since the @code{gnus-buffer-configuration} variable is so long and
20125 complicated, there's a function you can use to ease changing the config
20126 of a single setting: @code{gnus-add-configuration}.  If, for instance,
20127 you want to change the @code{article} setting, you could say:
20128
20129 @lisp
20130 (gnus-add-configuration
20131  '(article (vertical 1.0
20132                (group 4)
20133                (summary .25 point)
20134                (article 1.0))))
20135 @end lisp
20136
20137 You'd typically stick these @code{gnus-add-configuration} calls in your
20138 @file{.gnus.el} file or in some startup hook---they should be run after
20139 Gnus has been loaded.
20140
20141 @vindex gnus-always-force-window-configuration
20142 If all windows mentioned in the configuration are already visible, Gnus
20143 won't change the window configuration.  If you always want to force the
20144 ``right'' window configuration, you can set
20145 @code{gnus-always-force-window-configuration} to non-@code{nil}.
20146
20147 If you're using tree displays (@pxref{Tree Display}), and the tree
20148 window is displayed vertically next to another window, you may also want
20149 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
20150 windows resized.
20151
20152 @subsection Example Window Configurations
20153
20154 @itemize @bullet
20155 @item
20156 Narrow left hand side occupied by group buffer.  Right hand side split
20157 between summary buffer (top one-sixth) and article buffer (bottom).
20158
20159 @ifinfo
20160 @example
20161 +---+---------+
20162 | G | Summary |
20163 | r +---------+
20164 | o |         |
20165 | u | Article |
20166 | p |         |
20167 +---+---------+
20168 @end example
20169 @end ifinfo
20170
20171 @lisp
20172 (gnus-add-configuration
20173  '(article
20174    (horizontal 1.0
20175                (vertical 25 (group 1.0))
20176                (vertical 1.0
20177                          (summary 0.16 point)
20178                          (article 1.0)))))
20179
20180 (gnus-add-configuration
20181  '(summary
20182    (horizontal 1.0
20183                (vertical 25 (group 1.0))
20184                (vertical 1.0 (summary 1.0 point)))))
20185 @end lisp
20186
20187 @end itemize
20188
20189
20190 @node Faces and Fonts
20191 @section Faces and Fonts
20192 @cindex faces
20193 @cindex fonts
20194 @cindex colors
20195
20196 Fiddling with fonts and faces used to be very difficult, but these days
20197 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
20198 the face you want to alter, and alter it via the standard Customize
20199 interface.
20200
20201
20202 @node Compilation
20203 @section Compilation
20204 @cindex compilation
20205 @cindex byte-compilation
20206
20207 @findex gnus-compile
20208
20209 Remember all those line format specification variables?
20210 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
20211 on.  Now, Gnus will of course heed whatever these variables are, but,
20212 unfortunately, changing them will mean a quite significant slow-down.
20213 (The default values of these variables have byte-compiled functions
20214 associated with them, while the user-generated versions do not, of
20215 course.)
20216
20217 To help with this, you can run @kbd{M-x gnus-compile} after you've
20218 fiddled around with the variables and feel that you're (kind of)
20219 satisfied.  This will result in the new specs being byte-compiled, and
20220 you'll get top speed again.  Gnus will save these compiled specs in the
20221 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
20222 this function, though---you should compile them yourself by sticking
20223 them into the @file{.gnus.el} file and byte-compiling that file.)
20224
20225
20226 @node Mode Lines
20227 @section Mode Lines
20228 @cindex mode lines
20229
20230 @vindex gnus-updated-mode-lines
20231 @code{gnus-updated-mode-lines} says what buffers should keep their mode
20232 lines updated.  It is a list of symbols.  Supported symbols include
20233 @code{group}, @code{article}, @code{summary}, @code{server},
20234 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
20235 Gnus will keep that mode line updated with information that may be
20236 pertinent.  If this variable is @code{nil}, screen refresh may be
20237 quicker.
20238
20239 @cindex display-time
20240
20241 @vindex gnus-mode-non-string-length
20242 By default, Gnus displays information on the current article in the mode
20243 lines of the summary and article buffers.  The information Gnus wishes
20244 to display (e.g. the subject of the article) is often longer than the
20245 mode lines, and therefore have to be cut off at some point.  The
20246 @code{gnus-mode-non-string-length} variable says how long the other
20247 elements on the line is (i.e., the non-info part).  If you put
20248 additional elements on the mode line (e.g. a clock), you should modify
20249 this variable:
20250
20251 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
20252 @lisp
20253 (add-hook 'display-time-hook
20254           (lambda () (setq gnus-mode-non-string-length
20255                            (+ 21
20256                               (if line-number-mode 5 0)
20257                               (if column-number-mode 4 0)
20258                               (length display-time-string)))))
20259 @end lisp
20260
20261 If this variable is @code{nil} (which is the default), the mode line
20262 strings won't be chopped off, and they won't be padded either.  Note
20263 that the default is unlikely to be desirable, as even the percentage
20264 complete in the buffer may be crowded off the mode line; the user should
20265 configure this variable appropriately for her configuration.
20266
20267
20268 @node Highlighting and Menus
20269 @section Highlighting and Menus
20270 @cindex visual
20271 @cindex highlighting
20272 @cindex menus
20273
20274 @vindex gnus-visual
20275 The @code{gnus-visual} variable controls most of the Gnus-prettifying
20276 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
20277 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
20278 file.
20279
20280 This variable can be a list of visual properties that are enabled.  The
20281 following elements are valid, and are all included by default:
20282
20283 @table @code
20284 @item group-highlight
20285 Do highlights in the group buffer.
20286 @item summary-highlight
20287 Do highlights in the summary buffer.
20288 @item article-highlight
20289 Do highlights in the article buffer.
20290 @item highlight
20291 Turn on highlighting in all buffers.
20292 @item group-menu
20293 Create menus in the group buffer.
20294 @item summary-menu
20295 Create menus in the summary buffers.
20296 @item article-menu
20297 Create menus in the article buffer.
20298 @item browse-menu
20299 Create menus in the browse buffer.
20300 @item server-menu
20301 Create menus in the server buffer.
20302 @item score-menu
20303 Create menus in the score buffers.
20304 @item menu
20305 Create menus in all buffers.
20306 @end table
20307
20308 So if you only want highlighting in the article buffer and menus in all
20309 buffers, you could say something like:
20310
20311 @lisp
20312 (setq gnus-visual '(article-highlight menu))
20313 @end lisp
20314
20315 If you want highlighting only and no menus whatsoever, you'd say:
20316
20317 @lisp
20318 (setq gnus-visual '(highlight))
20319 @end lisp
20320
20321 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
20322 in all Gnus buffers.
20323
20324 Other general variables that influence the look of all buffers include:
20325
20326 @table @code
20327 @item gnus-mouse-face
20328 @vindex gnus-mouse-face
20329 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
20330 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
20331
20332 @end table
20333
20334 There are hooks associated with the creation of all the different menus:
20335
20336 @table @code
20337
20338 @item gnus-article-menu-hook
20339 @vindex gnus-article-menu-hook
20340 Hook called after creating the article mode menu.
20341
20342 @item gnus-group-menu-hook
20343 @vindex gnus-group-menu-hook
20344 Hook called after creating the group mode menu.
20345
20346 @item gnus-summary-menu-hook
20347 @vindex gnus-summary-menu-hook
20348 Hook called after creating the summary mode menu.
20349
20350 @item gnus-server-menu-hook
20351 @vindex gnus-server-menu-hook
20352 Hook called after creating the server mode menu.
20353
20354 @item gnus-browse-menu-hook
20355 @vindex gnus-browse-menu-hook
20356 Hook called after creating the browse mode menu.
20357
20358 @item gnus-score-menu-hook
20359 @vindex gnus-score-menu-hook
20360 Hook called after creating the score mode menu.
20361
20362 @end table
20363
20364
20365 @node Buttons
20366 @section Buttons
20367 @cindex buttons
20368 @cindex mouse
20369 @cindex click
20370
20371 Those new-fangled @dfn{mouse} contraptions is very popular with the
20372 young, hep kids who don't want to learn the proper way to do things
20373 these days.  Why, I remember way back in the summer of '89, when I was
20374 using Emacs on a Tops 20 system.  Three hundred users on one single
20375 machine, and every user was running Simula compilers.  Bah!
20376
20377 Right.
20378
20379 @vindex gnus-carpal
20380 Well, you can make Gnus display bufferfuls of buttons you can click to
20381 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
20382 really.  Tell the chiropractor I sent you.
20383
20384
20385 @table @code
20386
20387 @item gnus-carpal-mode-hook
20388 @vindex gnus-carpal-mode-hook
20389 Hook run in all carpal mode buffers.
20390
20391 @item gnus-carpal-button-face
20392 @vindex gnus-carpal-button-face
20393 Face used on buttons.
20394
20395 @item gnus-carpal-header-face
20396 @vindex gnus-carpal-header-face
20397 Face used on carpal buffer headers.
20398
20399 @item gnus-carpal-group-buffer-buttons
20400 @vindex gnus-carpal-group-buffer-buttons
20401 Buttons in the group buffer.
20402
20403 @item gnus-carpal-summary-buffer-buttons
20404 @vindex gnus-carpal-summary-buffer-buttons
20405 Buttons in the summary buffer.
20406
20407 @item gnus-carpal-server-buffer-buttons
20408 @vindex gnus-carpal-server-buffer-buttons
20409 Buttons in the server buffer.
20410
20411 @item gnus-carpal-browse-buffer-buttons
20412 @vindex gnus-carpal-browse-buffer-buttons
20413 Buttons in the browse buffer.
20414 @end table
20415
20416 All the @code{buttons} variables are lists.  The elements in these list
20417 are either cons cells where the @code{car} contains a text to be displayed and
20418 the @code{cdr} contains a function symbol, or a simple string.
20419
20420
20421 @node Daemons
20422 @section Daemons
20423 @cindex demons
20424 @cindex daemons
20425
20426 Gnus, being larger than any program ever written (allegedly), does lots
20427 of strange stuff that you may wish to have done while you're not
20428 present.  For instance, you may want it to check for new mail once in a
20429 while.  Or you may want it to close down all connections to all servers
20430 when you leave Emacs idle.  And stuff like that.
20431
20432 Gnus will let you do stuff like that by defining various
20433 @dfn{handlers}.  Each handler consists of three elements:  A
20434 @var{function}, a @var{time}, and an @var{idle} parameter.
20435
20436 Here's an example of a handler that closes connections when Emacs has
20437 been idle for thirty minutes:
20438
20439 @lisp
20440 (gnus-demon-close-connections nil 30)
20441 @end lisp
20442
20443 Here's a handler that scans for PGP headers every hour when Emacs is
20444 idle:
20445
20446 @lisp
20447 (gnus-demon-scan-pgp 60 t)
20448 @end lisp
20449
20450 This @var{time} parameter and than @var{idle} parameter work together
20451 in a strange, but wonderful fashion.  Basically, if @var{idle} is
20452 @code{nil}, then the function will be called every @var{time} minutes.
20453
20454 If @var{idle} is @code{t}, then the function will be called after
20455 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
20456 the function will never be called.  But once Emacs goes idle, the
20457 function will be called every @var{time} minutes.
20458
20459 If @var{idle} is a number and @var{time} is a number, the function will
20460 be called every @var{time} minutes only when Emacs has been idle for
20461 @var{idle} minutes.
20462
20463 If @var{idle} is a number and @var{time} is @code{nil}, the function
20464 will be called once every time Emacs has been idle for @var{idle}
20465 minutes.
20466
20467 And if @var{time} is a string, it should look like @samp{07:31}, and
20468 the function will then be called once every day somewhere near that
20469 time.  Modified by the @var{idle} parameter, of course.
20470
20471 @vindex gnus-demon-timestep
20472 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
20473 seconds.  This is 60 by default.  If you change that variable,
20474 all the timings in the handlers will be affected.)
20475
20476 So, if you want to add a handler, you could put something like this in
20477 your @file{.gnus.el} file:
20478
20479 @findex gnus-demon-add-handler
20480 @lisp
20481 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
20482 @end lisp
20483
20484 @findex gnus-demon-add-nocem
20485 @findex gnus-demon-add-scanmail
20486 @findex gnus-demon-add-rescan
20487 @findex gnus-demon-add-scan-timestamps
20488 @findex gnus-demon-add-disconnection
20489 Some ready-made functions to do this have been created:
20490 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
20491 @code{gnus-demon-add-nntp-close-connection},
20492 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
20493 @code{gnus-demon-add-scanmail}.  Just put those functions in your
20494 @file{.gnus.el} if you want those abilities.
20495
20496 @findex gnus-demon-init
20497 @findex gnus-demon-cancel
20498 @vindex gnus-demon-handlers
20499 If you add handlers to @code{gnus-demon-handlers} directly, you should
20500 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
20501 daemons, you can use the @code{gnus-demon-cancel} function.
20502
20503 Note that adding daemons can be pretty naughty if you over do it.  Adding
20504 functions that scan all news and mail from all servers every two seconds
20505 is a sure-fire way of getting booted off any respectable system.  So
20506 behave.
20507
20508
20509 @node NoCeM
20510 @section NoCeM
20511 @cindex nocem
20512 @cindex spam
20513
20514 @dfn{Spamming} is posting the same article lots and lots of times.
20515 Spamming is bad.  Spamming is evil.
20516
20517 Spamming is usually canceled within a day or so by various anti-spamming
20518 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
20519 NoCeM is pronounced ``no see-'em'', and means what the name
20520 implies---these are messages that make the offending articles, like, go
20521 away.
20522
20523 What use are these NoCeM messages if the articles are canceled anyway?
20524 Some sites do not honor cancel messages and some sites just honor cancels
20525 from a select few people.  Then you may wish to make use of the NoCeM
20526 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
20527
20528 Gnus can read and parse the messages in this group automatically, and
20529 this will make spam disappear.
20530
20531 There are some variables to customize, of course:
20532
20533 @table @code
20534 @item gnus-use-nocem
20535 @vindex gnus-use-nocem
20536 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
20537 by default.
20538
20539 @item gnus-nocem-groups
20540 @vindex gnus-nocem-groups
20541 Gnus will look for NoCeM messages in the groups in this list.  The
20542 default is @code{("news.lists.filters" "news.admin.net-abuse.bulletins"
20543 "alt.nocem.misc" "news.admin.net-abuse.announce")}.
20544
20545 @item gnus-nocem-issuers
20546 @vindex gnus-nocem-issuers
20547 There are many people issuing NoCeM messages.  This list says what
20548 people you want to listen to.  The default is @code{("Automoose-1"
20549 "clewis@@ferret.ocunix.on.ca" "cosmo.roadkill" "SpamHippo"
20550 "hweede@@snafu.de")}; fine, upstanding citizens all of them.
20551
20552 Known despammers that you can put in this list are listed at
20553 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
20554
20555 You do not have to heed NoCeM messages from all these people---just the
20556 ones you want to listen to.  You also don't have to accept all NoCeM
20557 messages from the people you like.  Each NoCeM message has a @dfn{type}
20558 header that gives the message a (more or less, usually less) rigorous
20559 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
20560 @samp{binary}, and @samp{troll}.  To specify this, you have to use
20561 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
20562 Each condition is either a string (which is a regexp that matches types
20563 you want to use) or a list on the form @code{(not @var{string})}, where
20564 @var{string} is a regexp that matches types you don't want to use.
20565
20566 For instance, if you want all NoCeM messages from Chris Lewis except his
20567 @samp{troll} messages, you'd say:
20568
20569 @lisp
20570 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
20571 @end lisp
20572
20573 On the other hand, if you just want nothing but his @samp{spam} and
20574 @samp{spew} messages, you'd say:
20575
20576 @lisp
20577 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
20578 @end lisp
20579
20580 The specs are applied left-to-right.
20581
20582
20583 @item gnus-nocem-verifyer
20584 @vindex gnus-nocem-verifyer
20585 @findex mc-verify
20586 This should be a function for verifying that the NoCeM issuer is who she
20587 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
20588 function.  If this is too slow and you don't care for verification
20589 (which may be dangerous), you can set this variable to @code{nil}.
20590
20591 If you want signed NoCeM messages to be verified and unsigned messages
20592 not to be verified (but used anyway), you could do something like:
20593
20594 @lisp
20595 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
20596
20597 (defun my-gnus-mc-verify ()
20598   (not (eq 'forged
20599            (ignore-errors
20600              (if (mc-verify)
20601                  t
20602                'forged)))))
20603 @end lisp
20604
20605 This might be dangerous, though.
20606
20607 @item gnus-nocem-directory
20608 @vindex gnus-nocem-directory
20609 This is where Gnus will store its NoCeM cache files.  The default is
20610 @file{~/News/NoCeM/}.
20611
20612 @item gnus-nocem-expiry-wait
20613 @vindex gnus-nocem-expiry-wait
20614 The number of days before removing old NoCeM entries from the cache.
20615 The default is 15.  If you make it shorter Gnus will be faster, but you
20616 might then see old spam.
20617
20618 @item gnus-nocem-check-from
20619 @vindex gnus-nocem-check-from
20620 Non-@code{nil} means check for valid issuers in message bodies.
20621 Otherwise don't bother fetching articles unless their author matches a
20622 valid issuer; that is much faster if you are selective about the
20623 issuers.
20624
20625 @item gnus-nocem-check-article-limit
20626 @vindex gnus-nocem-check-article-limit
20627 If non-@code{nil}, the maximum number of articles to check in any NoCeM
20628 group.  NoCeM groups can be huge and very slow to process.
20629
20630 @end table
20631
20632 Using NoCeM could potentially be a memory hog.  If you have many living
20633 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
20634 big.  If this is a problem, you should kill off all (or most) of your
20635 unsubscribed groups (@pxref{Subscription Commands}).
20636
20637
20638 @node Undo
20639 @section Undo
20640 @cindex undo
20641
20642 It is very useful to be able to undo actions one has done.  In normal
20643 Emacs buffers, it's easy enough---you just push the @code{undo} button.
20644 In Gnus buffers, however, it isn't that simple.
20645
20646 The things Gnus displays in its buffer is of no value whatsoever to
20647 Gnus---it's all just data designed to look nice to the user.
20648 Killing a group in the group buffer with @kbd{C-k} makes the line
20649 disappear, but that's just a side-effect of the real action---the
20650 removal of the group in question from the internal Gnus structures.
20651 Undoing something like that can't be done by the normal Emacs
20652 @code{undo} function.
20653
20654 Gnus tries to remedy this somewhat by keeping track of what the user
20655 does and coming up with actions that would reverse the actions the user
20656 takes.  When the user then presses the @code{undo} key, Gnus will run
20657 the code to reverse the previous action, or the previous actions.
20658 However, not all actions are easily reversible, so Gnus currently offers
20659 a few key functions to be undoable.  These include killing groups,
20660 yanking groups, and changing the list of read articles of groups.
20661 That's it, really.  More functions may be added in the future, but each
20662 added function means an increase in data to be stored, so Gnus will
20663 never be totally undoable.
20664
20665 @findex gnus-undo-mode
20666 @vindex gnus-use-undo
20667 @findex gnus-undo
20668 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
20669 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
20670 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
20671 command, which should feel kinda like the normal Emacs @code{undo}
20672 command.
20673
20674
20675 @node Predicate Specifiers
20676 @section Predicate Specifiers
20677 @cindex predicate specifiers
20678
20679 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
20680 form that allows flexible specification of predicates without having
20681 to type all that much.
20682
20683 These specifiers are lists consisting of functions, symbols and lists.
20684
20685 Here's an example:
20686
20687 @lisp
20688 (or gnus-article-unseen-p
20689     gnus-article-unread-p)
20690 @end lisp
20691
20692 The available symbols are @code{or}, @code{and} and @code{not}.  The
20693 functions all take one parameter.
20694
20695 @findex gnus-make-predicate
20696 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
20697 to create a function that can be called.  This input parameter to this
20698 function will be passed along to all the functions in the predicate
20699 specifier.
20700
20701
20702 @node Moderation
20703 @section Moderation
20704 @cindex moderation
20705
20706 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
20707 It is not included in the standard Gnus package.  Write a mail to
20708 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
20709 get a copy.
20710
20711 The moderation package is implemented as a minor mode for summary
20712 buffers.  Put
20713
20714 @lisp
20715 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
20716 @end lisp
20717
20718 in your @file{.gnus.el} file.
20719
20720 If you are the moderator of @samp{rec.zoofle}, this is how it's
20721 supposed to work:
20722
20723 @enumerate
20724 @item
20725 You split your incoming mail by matching on
20726 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
20727 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
20728
20729 @item
20730 You enter that group once in a while and post articles using the @kbd{e}
20731 (edit-and-post) or @kbd{s} (just send unedited) commands.
20732
20733 @item
20734 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
20735 articles that weren't approved by you, you can cancel them with the
20736 @kbd{c} command.
20737 @end enumerate
20738
20739 To use moderation mode in these two groups, say:
20740
20741 @lisp
20742 (setq gnus-moderated-list
20743       "^nnml:rec.zoofle$\\|^rec.zoofle$")
20744 @end lisp
20745
20746
20747 @node Image Enhancements
20748 @section Image Enhancements
20749
20750 XEmacs, as well as Emacs 21, is able to display pictures and stuff, so
20751 Gnus has taken advantage of that.
20752
20753 @menu
20754 * Picons::                      How to display pictures of what you're reading.
20755 * Smileys::                     Show all those happy faces the way they were meant to be shown.
20756 * X-Face::                      Display a funky, teensy black-and-white image.
20757 * XVarious::                    Other XEmacsy Gnusey variables.
20758 @end menu
20759
20760
20761 @node Picons
20762 @subsection Picons
20763
20764 @iftex
20765 @iflatex
20766 \include{picons}
20767 @end iflatex
20768 @end iftex
20769
20770 So@dots{}  You want to slow down your news reader even more!  This is a
20771 good way to do so.  Its also a great way to impress people staring
20772 over your shoulder as you read news.
20773
20774 What are Picons?  To quote directly from the Picons Web site:
20775
20776 @iftex
20777 @iflatex
20778 \margindex{}
20779 @end iflatex
20780 @end iftex
20781
20782 @quotation
20783 @dfn{Picons} is short for ``personal icons''.  They're small,
20784 constrained images used to represent users and domains on the net,
20785 organized into databases so that the appropriate image for a given
20786 e-mail address can be found.  Besides users and domains, there are picon
20787 databases for Usenet newsgroups and weather forecasts.  The picons are
20788 in either monochrome @code{XBM} format or color @code{XPM} and
20789 @code{GIF} formats.
20790 @end quotation
20791
20792 @vindex gnus-picon-databases
20793 For instructions on obtaining and installing the picons databases,
20794 point your Web browser at
20795 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
20796
20797 If you are using Debian GNU/Linux, saying @samp{apt-get install
20798 picons.*} will install the picons where Gnus can find them.
20799
20800 To enable displaying picons, simply make sure that
20801 @code{gnus-picon-databases} points to the directory containing the
20802 Picons databases.
20803
20804 The following variables offer control over where things are located.
20805
20806 @table @code
20807
20808 @item gnus-picon-databases
20809 @vindex gnus-picon-databases
20810 The location of the picons database.  This is a list of directories
20811 containing the @file{news}, @file{domains}, @file{users} (and so on)
20812 subdirectories.  Defaults to @code{("/usr/lib/picon"
20813 "/usr/local/faces")}.
20814
20815 @item gnus-picon-news-directories
20816 @vindex gnus-picon-news-directories
20817 List of subdirectories to search in @code{gnus-picon-databases} for
20818 newsgroups faces.  @code{("news")} is the default.
20819
20820 @item gnus-picon-user-directories
20821 @vindex gnus-picon-user-directories
20822 List of subdirectories to search in @code{gnus-picon-databases} for user
20823 faces.  @code{("users" "usenix" "local" "misc")} is the default.
20824
20825 @item gnus-picon-domain-directories
20826 @vindex gnus-picon-domain-directories
20827 List of subdirectories to search in @code{gnus-picon-databases} for
20828 domain name faces.  Defaults to @code{("domains")}.  Some people may
20829 want to add @samp{"unknown"} to this list.
20830
20831 @item gnus-picon-file-types
20832 @vindex gnus-picon-file-types
20833 Ordered list of suffixes on picon file names to try.  Defaults to
20834 @code{("xpm" "gif" "xbm")} minus those not builtin your Emacs.
20835
20836 @end table
20837
20838 @node Smileys
20839 @subsection Smileys
20840 @cindex smileys
20841
20842 @iftex
20843 @iflatex
20844 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
20845 \input{smiley}
20846 @end iflatex
20847 @end iftex
20848
20849 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
20850 currently the only package that uses Smiley, it is documented here.
20851
20852 In short---to use Smiley in Gnus, put the following in your
20853 @file{.gnus.el} file:
20854
20855 @lisp
20856 (setq gnus-treat-display-smileys t)
20857 @end lisp
20858
20859 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
20860 the like---to pictures and displays those instead of the text smiley
20861 faces.  The conversion is controlled by a list of regexps that matches
20862 text and maps that to file names.
20863
20864 @vindex smiley-regexp-alist
20865 The alist used is specified by the @code{smiley-regexp-alist}
20866 variable.  The first item in each element is the regexp to be matched;
20867 the second element is the regexp match group that is to be replaced by
20868 the picture; and the third element is the name of the file to be
20869 displayed.
20870
20871 The following variables customize where Smiley will look for these
20872 files:
20873
20874 @table @code
20875
20876 @item smiley-data-directory
20877 @vindex smiley-data-directory
20878 Where Smiley will look for smiley faces files.
20879
20880 @item gnus-smiley-file-types
20881 @vindex gnus-smiley-file-types
20882 List of suffixes on smiley file names to try.
20883
20884 @end table
20885
20886
20887 @node X-Face
20888 @subsection X-Face
20889 @cindex x-face
20890
20891 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
20892 depth) image that's supposed to represent the author of the message.
20893 It seems to be supported by an ever-growing number of mail and news
20894 readers.
20895
20896 @cindex x-face
20897 @findex gnus-article-display-x-face
20898 @findex gnus-article-x-face-command
20899 @vindex gnus-article-x-face-command
20900 @vindex gnus-article-x-face-too-ugly
20901 @iftex
20902 @iflatex
20903 \include{xface}
20904 @end iflatex
20905 @end iftex
20906 @c @anchor{X-Face}
20907
20908 Decoding an @code{X-Face} header either requires an Emacs that has
20909 @samp{compface} support (which most XEmacs versions has), or that you
20910 have @samp{compface} installed on your system.  If either is true,
20911 Gnus will default to displaying @code{X-Face} headers.
20912
20913 The variable that controls this is the
20914 @code{gnus-article-x-face-command} variable.  If this variable is a
20915 string, this string will be executed in a sub-shell.  If it is a
20916 function, this function will be called with the face as the argument.
20917 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
20918 the @code{From} header, the face will not be shown.
20919
20920 The default action under Emacs 20 is to fork off the @code{display}
20921 program@footnote{@code{display} is from the ImageMagick package.  For
20922 the @code{uncompface} and @code{icontopbm} programs look for a package
20923 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
20924 view the face.
20925
20926 Under XEmacs or Emacs 21+ with suitable image support, the default
20927 action is to display the face before the @code{From} header.  (It's
20928 nicer if XEmacs has been compiled with @code{X-Face} support---that
20929 will make display somewhat faster.  If there's no native @code{X-Face}
20930 support, Gnus will try to convert the @code{X-Face} header using
20931 external programs from the @code{pbmplus} package and
20932 friends.@footnote{On a GNU/Linux system look for packages with names
20933 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
20934
20935 (NOTE: @code{x-face} is used in the variable/function names, not
20936 @code{xface}).
20937
20938 Gnus provides a few convenience functions and variables to allow
20939 easier insertion of X-Face headers in outgoing messages.
20940
20941 @findex gnus-random-x-face
20942 @vindex gnus-convert-pbm-to-x-face-command
20943 @vindex gnus-x-face-directory
20944 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
20945 @code{gnus-x-face-directory} and picks one at random, and then
20946 converts it to the X-Face format by using the
20947 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
20948 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
20949 header data as a string.
20950
20951 @findex gnus-insert-random-x-face-header
20952 @code{gnus-insert-random-x-face-header} calls
20953 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
20954 randomly generated data.
20955
20956 @findex gnus-x-face-from-file
20957 @vindex gnus-convert-image-to-x-face-command
20958 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
20959 converts the file to X-Face format by using the
20960 @code{gnus-convert-image-to-x-face-command} shell command.
20961
20962 Here's how you would typically use the first function.  Put something
20963 like the following in your @file{.gnus.el} file:
20964
20965 @lisp
20966 (setq message-required-news-headers
20967       (nconc message-required-news-headers
20968              (list '(X-Face . gnus-random-x-face))))
20969 @end lisp
20970
20971 Using the last function would be something like this:
20972
20973 @lisp
20974 (setq message-required-news-headers
20975       (nconc message-required-news-headers
20976              (list '(X-Face . (lambda ()
20977                                 (gnus-x-face-from-file
20978                                  "~/My-face.gif"))))))
20979 @end lisp
20980
20981
20982 @node XVarious
20983 @subsection Various XEmacs Variables
20984
20985 @table @code
20986 @item gnus-xmas-glyph-directory
20987 @vindex gnus-xmas-glyph-directory
20988 This is where Gnus will look for pictures.  Gnus will normally
20989 auto-detect this directory, but you may set it manually if you have an
20990 unusual directory structure.
20991
20992 @item gnus-xmas-logo-color-alist
20993 @vindex gnus-xmas-logo-color-alist
20994 This is an alist where the key is a type symbol and the values are the
20995 foreground and background color of the splash page glyph.
20996
20997 @item gnus-xmas-logo-color-style
20998 @vindex gnus-xmas-logo-color-style
20999 This is the key used to look up the color in the alist described above.
21000 Valid values include @code{flame}, @code{pine}, @code{moss},
21001 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
21002 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
21003
21004 @item gnus-xmas-modeline-glyph
21005 @vindex gnus-xmas-modeline-glyph
21006 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
21007 default.
21008
21009 @end table
21010
21011 @subsubsection Toolbar
21012
21013 @table @code
21014
21015 @item gnus-use-toolbar
21016 @vindex gnus-use-toolbar
21017 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
21018 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
21019 @code{right-toolbar}, or @code{left-toolbar}.
21020
21021 @item gnus-group-toolbar
21022 @vindex gnus-group-toolbar
21023 The toolbar in the group buffer.
21024
21025 @item gnus-summary-toolbar
21026 @vindex gnus-summary-toolbar
21027 The toolbar in the summary buffer.
21028
21029 @item gnus-summary-mail-toolbar
21030 @vindex gnus-summary-mail-toolbar
21031 The toolbar in the summary buffer of mail groups.
21032
21033 @end table
21034
21035 @iftex
21036 @iflatex
21037 \margindex{}
21038 @end iflatex
21039 @end iftex
21040
21041
21042 @node Fuzzy Matching
21043 @section Fuzzy Matching
21044 @cindex fuzzy matching
21045
21046 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
21047 things like scoring, thread gathering and thread comparison.
21048
21049 As opposed to regular expression matching, fuzzy matching is very fuzzy.
21050 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
21051 means, and the implementation has changed over time.
21052
21053 Basically, it tries to remove all noise from lines before comparing.
21054 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
21055 out of the strings before comparing the results.  This often leads to
21056 adequate results---even when faced with strings generated by text
21057 manglers masquerading as newsreaders.
21058
21059
21060 @node Thwarting Email Spam
21061 @section Thwarting Email Spam
21062 @cindex email spam
21063 @cindex spam
21064 @cindex UCE
21065 @cindex unsolicited commercial email
21066
21067 In these last days of the Usenet, commercial vultures are hanging about
21068 and grepping through news like crazy to find email addresses they can
21069 foist off their scams and products to.  As a reaction to this, many
21070 people have started putting nonsense addresses into their @code{From}
21071 lines.  I think this is counterproductive---it makes it difficult for
21072 people to send you legitimate mail in response to things you write, as
21073 well as making it difficult to see who wrote what.  This rewriting may
21074 perhaps be a bigger menace than the unsolicited commercial email itself
21075 in the end.
21076
21077 The biggest problem I have with email spam is that it comes in under
21078 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
21079 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
21080 mail group, only to find two pyramid schemes, seven advertisements
21081 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
21082 and one mail asking me to repent and find some god.
21083
21084 This is annoying.  Here's what you can do about it.
21085
21086 @menu
21087 * The problem of spam::         Some background, and some solutions
21088 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
21089 * SpamAssassin::                How to use external anti-spam tools.
21090 * Hashcash::                    Reduce spam by burning CPU time.
21091 * Filtering Spam Using The Spam ELisp Package::  
21092 * Filtering Spam Using Statistics with spam-stat::  
21093 @end menu
21094
21095 @node The problem of spam
21096 @subsection The problem of spam
21097 @cindex email spam
21098 @cindex spam filtering approaches
21099 @cindex filtering approaches, spam
21100 @cindex UCE
21101 @cindex unsolicited commercial email
21102
21103 First, some background on spam.
21104
21105 If you have access to e-mail, you are familiar with spam (technically
21106 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it exists
21107 because e-mail delivery is very cheap compared to paper mail, so only
21108 a very small percentage of people need to respond to an UCE to make it
21109 worthwhile to the advertiser.  Ironically, one of the most common
21110 spams is the one offering a database of e-mail addresses for further
21111 spamming.  Senders of spam are usually called @emph{spammers}, but terms like
21112 @emph{vermin}, @emph{scum}, and @emph{morons} are in common use as well.
21113
21114 Spam comes from a wide variety of sources.  It is simply impossible to
21115 dispose of all spam without discarding useful messages.  A good
21116 example is the TMDA system, which requires senders
21117 unknown to you to confirm themselves as legitimate senders before
21118 their e-mail can reach you.  Without getting into the technical side
21119 of TMDA, a downside is clearly that e-mail from legitimate sources may
21120 be discarded if those sources can't or won't confirm themselves
21121 through the TMDA system.  Another problem with TMDA is that it
21122 requires its users to have a basic understanding of e-mail delivery
21123 and processing.
21124
21125 The simplest approach to filtering spam is filtering.  If you get 200
21126 spam messages per day from @samp{random-address@@vmadmin.com}, you
21127 block @samp{vmadmin.com}.  If you get 200 messages about
21128 @samp{VIAGRA}, you discard all messages with @samp{VIAGRA} in the
21129 message.  This, unfortunately, is a great way to discard legitimate
21130 e-mail.  For instance, the very informative and useful RISKS digest
21131 has been blocked by overzealous mail filters because it
21132 @strong{contained} words that were common in spam messages.
21133 Nevertheless, in isolated cases, with great care, direct filtering of
21134 mail can be useful.
21135
21136 Another approach to filtering e-mail is the distributed spam
21137 processing, for instance DCC implements such a system.  In essence,
21138 @code{N} systems around the world agree that a machine @samp{X} in
21139 China, Ghana, or California is sending out spam e-mail, and these
21140 @code{N} systems enter @samp{X} or the spam e-mail from @samp{X} into
21141 a database.  The criteria for spam detection vary - it may be the
21142 number of messages sent, the content of the messages, and so on.  When
21143 a user of the distributed processing system wants to find out if a
21144 message is spam, he consults one of those @code{N} systems.
21145
21146 Distributed spam processing works very well against spammers that send
21147 a large number of messages at once, but it requires the user to set up
21148 fairly complicated checks.  There are commercial and free distributed
21149 spam processing systems.  Distributed spam processing has its risks as
21150 well.  For instance legitimate e-mail senders have been accused of
21151 sending spam, and their web sites have been shut down for some time
21152 because of the incident.
21153
21154 The statistical approach to spam filtering is also popular.  It is
21155 based on a statistical analysis of previous spam messages.  Usually
21156 the analysis is a simple word frequency count, with perhaps pairs of
21157 words or 3-word combinations thrown into the mix.  Statistical
21158 analysis of spam works very well in most of the cases, but it can
21159 classify legitimate e-mail as spam in some cases.  It takes time to
21160 run the analysis, the full message must be analyzed, and the user has
21161 to store the database of spam analyses.
21162
21163 @node Anti-Spam Basics
21164 @subsection Anti-Spam Basics
21165 @cindex email spam
21166 @cindex spam
21167 @cindex UCE
21168 @cindex unsolicited commercial email
21169
21170 One way of dealing with spam is having Gnus split out all spam into a
21171 @samp{spam} mail group (@pxref{Splitting Mail}).
21172
21173 First, pick one (1) valid mail address that you can be reached at, and
21174 put it in your @code{From} header of all your news articles.  (I've
21175 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
21176 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
21177 sysadmin whether your sendmail installation accepts keywords in the local
21178 part of the mail address.)
21179
21180 @lisp
21181 (setq message-default-news-headers
21182       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
21183 @end lisp
21184
21185 Then put the following split rule in @code{nnmail-split-fancy}
21186 (@pxref{Fancy Mail Splitting}):
21187
21188 @lisp
21189 (
21190  ...
21191  (to "larsi@@trym.ifi.uio.no"
21192       (| ("subject" "re:.*" "misc")
21193          ("references" ".*@@.*" "misc")
21194          "spam"))
21195  ...
21196 )
21197 @end lisp
21198
21199 This says that all mail to this address is suspect, but if it has a
21200 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
21201 header, it's probably ok.  All the rest goes to the @samp{spam} group.
21202 (This idea probably comes from Tim Pierce.)
21203
21204 In addition, many mail spammers talk directly to your @sc{smtp} server
21205 and do not include your email address explicitly in the @code{To}
21206 header.  Why they do this is unknown---perhaps it's to thwart this
21207 thwarting scheme?  In any case, this is trivial to deal with---you just
21208 put anything not addressed to you in the @samp{spam} group by ending
21209 your fancy split rule in this way:
21210
21211 @lisp
21212 (
21213  ...
21214  (to "larsi" "misc")
21215  "spam")
21216 @end lisp
21217
21218 In my experience, this will sort virtually everything into the right
21219 group.  You still have to check the @samp{spam} group from time to time to
21220 check for legitimate mail, though.  If you feel like being a good net
21221 citizen, you can even send off complaints to the proper authorities on
21222 each unsolicited commercial email---at your leisure.
21223
21224 If you are also a lazy net citizen, you will probably prefer complaining
21225 automatically with the @file{gnus-junk.el} package, available FOR FREE
21226 at @* @uref{http://stud2.tuwien.ac.at/~e9426626/gnus-junk.html}.
21227 Since most e-mail spam is sent automatically, this may reconcile the
21228 cosmic balance somewhat.
21229
21230 This works for me.  It allows people an easy way to contact me (they can
21231 just press @kbd{r} in the usual way), and I'm not bothered at all with
21232 spam.  It's a win-win situation.  Forging @code{From} headers to point
21233 to non-existent domains is yucky, in my opinion.
21234
21235
21236
21237 @node SpamAssassin
21238 @subsection SpamAssassin, Vipul's Razor, DCC, etc
21239 @cindex SpamAssassin
21240 @cindex Vipul's Razor
21241 @cindex DCC
21242
21243 The days where the hints in the previous section was sufficient in
21244 avoiding spam is coming to an end.  There are many tools out there
21245 that claim to reduce the amount of spam you get.  This section could
21246 easily become outdated fast, as new products replace old, but
21247 fortunately most of these tools seem to have similar interfaces.  Even
21248 though this section will use SpamAssassin as an example, it should be
21249 easy to adapt it to most other tools.
21250
21251 If the tool you are using is not installed on the mail server, you
21252 need to invoke it yourself.  Ideas on how to use the
21253 @code{:postscript} mail source parameter (@pxref{Mail Source
21254 Specifiers}) follows.
21255
21256 @lisp
21257 (setq mail-sources
21258       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
21259         (pop :user "jrl"
21260              :server "pophost"
21261              :postscript "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
21262 @end lisp
21263
21264 Once you managed to process your incoming spool somehow, thus making
21265 the mail contain e.g. a header indicating it is spam, you are ready to
21266 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
21267
21268 @lisp
21269 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
21270                              ...))
21271 @end lisp
21272
21273 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
21274
21275 @lisp
21276 (setq nnmail-split-methods 'nnmail-split-fancy
21277       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
21278                              ...))
21279 @end lisp
21280
21281 Some people might not like the idea of piping the mail through various
21282 programs using a @code{:prescript} (if some program is buggy, you
21283 might lose all mail).  If you are one of them, another solution is to
21284 call the external tools during splitting.  Example fancy split method:
21285
21286 @lisp
21287 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
21288                              ...))
21289 (defun kevin-spamassassin ()
21290   (save-excursion
21291     (let ((buf (or (get-buffer " *nnmail incoming*")
21292                    (get-buffer " *nnml move*"))))
21293       (if (not buf)
21294           (progn (message "Oops, cannot find message buffer") nil)
21295         (set-buffer buf)
21296         (if (eq 1 (call-process-region (point-min) (point-max)
21297                                        "spamc" nil nil nil "-c"))
21298             "spam")))))
21299 @end lisp
21300
21301 That is about it.  As some spam is likely to get through anyway, you
21302 might want to have a nifty function to call when you happen to read
21303 spam.  And here is the nifty function:
21304
21305 @lisp
21306  (defun my-gnus-raze-spam ()
21307   "Submit SPAM to Vipul's Razor, then mark it as expirable."
21308   (interactive)
21309   (gnus-summary-show-raw-article)
21310   (gnus-summary-save-in-pipe "razor-report -f -d")
21311   (gnus-summary-mark-as-expirable 1))
21312 @end lisp
21313
21314 @node Hashcash
21315 @subsection Hashcash
21316 @cindex hashcash
21317
21318 A novel technique to fight spam is to require senders to do something
21319 costly for each message they send.  This has the obvious drawback that
21320 you cannot rely on that everyone in the world uses this technique,
21321 since it is not part of the Internet standards, but it may be useful
21322 in smaller communities.
21323
21324 While the tools in the previous section work well in practice, they
21325 work only because the tools are constantly maintained and updated as
21326 new form of spam appears.  This means that a small percentage of spam
21327 will always get through.  It also means that somewhere, someone needs
21328 to read lots of spam to update these tools.  Hashcash avoids that, but
21329 instead requires that everyone you communicate with supports the
21330 scheme.  You can view the two approaches as pragmatic vs dogmatic.
21331 The approaches have their own advantages and disadvantages, but as
21332 often in the real world, a combination of them is stronger than either
21333 one of them separately.
21334
21335 @cindex X-Hashcash
21336 The ``something costly'' is to burn CPU time, more specifically to
21337 compute a hash collision up to a certain number of bits.  The
21338 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
21339 header. For more details, and for the external application
21340 @code{hashcash} you need to install to use this feature, see
21341 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
21342 information can be found at @uref{http://www.camram.org/}.
21343
21344 If you wish to call hashcash for each message you send, say something
21345 like:
21346
21347 @lisp
21348 (require 'hashcash)
21349 (add-hook 'message-send-hook 'mail-add-payment)
21350 @end lisp
21351
21352 The @code{hashcash.el} library can be found at
21353 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}, or in the Gnus
21354 development contrib directory.
21355
21356 You will need to set up some additional variables as well:
21357
21358 @table @code
21359
21360 @item hashcash-default-payment
21361 @vindex hashcash-default-payment
21362 This variable indicates the default number of bits the hash collision
21363 should consist of.  By default this is 0, meaning nothing will be
21364 done.  Suggested useful values include 17 to 29.
21365
21366 @item hashcash-payment-alist
21367 @vindex hashcash-payment-alist
21368 Some receivers may require you to spend burn more CPU time than the
21369 default.  This variable contains a list of @samp{(ADDR AMOUNT)} cells,
21370 where ADDR is the receiver (email address or newsgroup) and AMOUNT is
21371 the number of bits in the collision that is needed.  It can also
21372 contain @samp{(ADDR STRING AMOUNT)} cells, where the STRING is the
21373 string to use (normally the email address or newsgroup name is used).
21374
21375 @item hashcash
21376 @vindex hashcash
21377 Where the @code{hashcash} binary is installed.
21378
21379 @end table
21380
21381 Currently there is no built in functionality in Gnus to verify
21382 hashcash cookies, it is expected that this is performed by your hand
21383 customized mail filtering scripts.  Improvements in this area would be
21384 a useful contribution, however.
21385
21386 @node Filtering Spam Using The Spam ELisp Package
21387 @subsection Filtering Spam Using The Spam ELisp Package
21388 @cindex spam filtering
21389 @cindex spam
21390
21391 The idea behind @code{spam.el} is to have a control center for spam detection
21392 and filtering in Gnus.  To that end, @code{spam.el} does two things: it
21393 filters incoming mail, and it analyzes mail known to be spam or ham.
21394 @emph{Ham} is the name used throughout @code{spam.el} to indicate
21395 non-spam messages.
21396
21397 So, what happens when you load @code{spam.el}?  First of all, you get
21398 the following keyboard commands:
21399
21400 @table @kbd
21401
21402 @item M-d
21403 @itemx M s x
21404 @itemx S x
21405 @kindex M-d
21406 @kindex S x
21407 @kindex M s x
21408 @findex gnus-summary-mark-as-spam
21409 @code{gnus-summary-mark-as-spam}.
21410
21411 Mark current article as spam, showing it with the @samp{$} mark.
21412 Whenever you see a spam article, make sure to mark its summary line
21413 with @kbd{M-d} before leaving the group.  This is done automatically
21414 for unread articles in @emph{spam} groups.
21415
21416 @item M s t
21417 @itemx S t
21418 @kindex M s t
21419 @kindex S t
21420 @findex spam-bogofilter-score
21421 @code{spam-bogofilter-score}.
21422
21423 You must have Bogofilter installed for that command to work properly.
21424
21425 @xref{Bogofilter}.
21426
21427 @end table
21428
21429 Also, when you load @code{spam.el}, you will be able to customize its
21430 variables.  Try @code{customize-group} on the @samp{spam} variable
21431 group.
21432
21433 The concepts of ham processors and spam processors are very important.
21434 Ham processors and spam processors for a group can be set with the
21435 @code{spam-process} group parameter, or the
21436 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
21437 mail known to be non-spam (@emph{ham}) and process it in some way so
21438 that later similar mail will also be considered non-spam.  Spam
21439 processors take mail known to be spam and process it so similar spam
21440 will be detected later.
21441
21442 Gnus learns from the spam you get.  You have to collect your spam in
21443 one or more spam groups, and set or customize the variable
21444 @code{spam-junk-mailgroups} as appropriate.  You can also declare
21445 groups to contain spam by setting their group parameter
21446 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
21447 by customizing the corresponding variable
21448 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
21449 parameter and the @code{gnus-spam-newsgroup-contents} variable can
21450 also be used to declare groups as @emph{ham} groups if you set their
21451 classification to @code{gnus-group-spam-classification-ham}.  If
21452 groups are not classified by means of @code{spam-junk-mailgroups},
21453 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
21454 considered @emph{unclassified}.  All groups are unclassified by
21455 default.
21456
21457 In spam groups, all messages are considered to be spam by default:
21458 they get the @samp{$} mark when you enter the group.  You must review
21459 these messages from time to time and remove the @samp{$} mark for
21460 every message that is not spam after all.  To remove the @samp{$}
21461 mark, you can use @kbd{M-u} to "unread" the article, or @kbd{d} for
21462 declaring it read the non-spam way.  When you leave a group, all
21463 spam-marked (@samp{$}) articles are sent to a spam processor which
21464 will study them as spam samples.
21465
21466 Messages may also be deleted in various other ways, and unless
21467 @code{spam-ham-marks} gets overridden below, marks @samp{R} and
21468 @samp{r} for default read or explicit delete, marks @samp{X} and
21469 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
21470 low scores, are all considered to be associated with articles which
21471 are not spam.  This assumption might be false, in particular if you
21472 use kill files or score files as means for detecting genuine spam, you
21473 should then adjust the @code{spam-ham-marks} variable.
21474
21475 @defvar spam-ham-marks
21476 You can customize this variable to be the list of marks you want to
21477 consider ham.  By default, the list contains the deleted, read,
21478 killed, kill-filed, and low-score marks.
21479 @end defvar
21480
21481 @defvar spam-spam-marks
21482 You can customize this variable to be the list of marks you want to
21483 consider spam.  By default, the list contains only the spam mark.
21484 @end defvar
21485
21486 When you leave @emph{any} group, regardless of its
21487 @code{spam-contents} classification, all spam-marked articles are sent
21488 to a spam processor, which will study these as spam samples.  If you
21489 explicit kill a lot, you might sometimes end up with articles marked
21490 @samp{K} which you never saw, and which might accidentally contain
21491 spam.  Best is to make sure that real spam is marked with @samp{$},
21492 and nothing else.
21493
21494 When you leave a @emph{spam} group, all spam-marked articles are
21495 marked as expired after processing with the spam processor.  This is
21496 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
21497 @strong{ham} articles in a spam group will be moved to a location
21498 determined by either the @code{ham-process-destination} group
21499 parameter or a match in the @code{gnus-ham-process-destinations}
21500 variable, which is a list of regular expressions matched with group
21501 names (it's easiest to customize this variable with
21502 @code{customize-variable gnus-ham-process-destinations}).  The ultimate
21503 location is a group name.  If the @code{ham-process-destination}
21504 parameter is not set, spam articles are only expired.
21505
21506 When you leave a @emph{ham} group, all ham-marked articles are sent to
21507 a ham processor, which will study these as non-spam samples.
21508
21509 When you leave a @emph{ham} or @emph{unclassified} group, all
21510 @strong{spam} articles are moved to a location determined by either
21511 the @code{spam-process-destination} group parameter or a match in the
21512 @code{gnus-spam-process-destinations} variable, which is a list of
21513 regular expressions matched with group names (it's easiest to
21514 customize this variable with @code{customize-variable
21515 gnus-spam-process-destinations}).  The ultimate location is a group
21516 name.  If the @code{spam-process-destination} parameter is not set,
21517 the spam articles are only expired.
21518
21519 To use the @code{spam.el} facilities for incoming mail filtering, you
21520 must add the following to your fancy split list
21521 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
21522
21523 @example
21524 (: spam-split)
21525 @end example
21526
21527 Note that the fancy split may be called @code{nnmail-split-fancy} or
21528 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
21529 nnimap back ends to retrieve your mail.
21530
21531 The @code{spam-split} function will process incoming mail and send the
21532 mail considered to be spam into the group name given by the variable
21533 @code{spam-split-group}.  By default that group name is @samp{spam},
21534 but you can customize it.
21535
21536 @emph{Note for IMAP users}
21537
21538 The boolean variable @code{nnimap-split-download-body} needs to be
21539 set, if you want to split based on the whole message instead of just
21540 the headers.  By default, the nnimap backend will only retrieve the
21541 message headers.  If you use spam-check-bogofilter, spam-check-ifile,
21542 or spam-check-stat (the splitters that can benefit from the full
21543 message body), you should set this variable.  It is not set by default
21544 because it will slow IMAP down.
21545
21546 @xref{Splitting in IMAP}.
21547
21548 @emph{TODO: Currently, spam.el only supports insertion of articles
21549 into a backend.  There is no way to tell spam.el that an article is no
21550 longer spam or ham.}
21551
21552 @emph{TODO: spam.el needs to provide a uniform way of training all the
21553 statistical databases.  Some have that functionality built-in, others
21554 don't.}
21555
21556 The following are the methods you can use to control the behavior of
21557 @code{spam-split} and their corresponding spam and ham processors:
21558
21559 @menu
21560 * Blacklists and Whitelists::   
21561 * BBDB Whitelists::             
21562 * Blackholes::                  
21563 * Regular Expressions Header Matching::  
21564 * Bogofilter::                  
21565 * ifile spam filtering::        
21566 * spam-stat spam filtering::    
21567 * Extending the spam elisp package::  
21568 @end menu
21569
21570 @node Blacklists and Whitelists
21571 @subsubsection Blacklists and Whitelists
21572 @cindex spam filtering
21573 @cindex whitelists, spam filtering
21574 @cindex blacklists, spam filtering
21575 @cindex spam
21576
21577 @defvar spam-use-blacklist
21578
21579 Set this variable to @code{t} if you want to use blacklists when
21580 splitting incoming mail.  Messages whose senders are in the blacklist
21581 will be sent to the @code{spam-split-group}.  This is an explicit
21582 filter, meaning that it acts only on mail senders @emph{declared} to
21583 be spammers.
21584
21585 @end defvar
21586
21587 @defvar spam-use-whitelist
21588
21589 Set this variable to @code{t} if you want to use whitelists when
21590 splitting incoming mail.  Messages whose senders are not in the
21591 whitelist will be sent to the next spam-split rule.  This is an
21592 explicit filter, meaning that unless someone is in the whitelist, their
21593 messages are not assumed to be spam or ham.
21594
21595 @end defvar
21596
21597 @defvar spam-use-whitelist-exclusive
21598
21599 Set this variable to @code{t} if you want to use whitelists as an
21600 implicit filter, meaning that every message will be considered spam
21601 unless the sender is in the whitelist.  Use with care.
21602
21603 @end defvar
21604
21605 @defvar gnus-group-spam-exit-processor-blacklist
21606
21607 Add this symbol to a group's @code{spam-process} parameter by
21608 customizing the group parameters or the
21609 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21610 added to a group's @code{spam-process} parameter, the senders of
21611 spam-marked articles will be added to the blacklist.
21612
21613 @end defvar
21614
21615 @defvar gnus-group-ham-exit-processor-whitelist
21616
21617 Add this symbol to a group's @code{spam-process} parameter by
21618 customizing the group parameters or the
21619 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21620 added to a group's @code{spam-process} parameter, the senders of
21621 ham-marked articles in @emph{ham} groups will be added to the
21622 whitelist.  Note that this ham processor has no effect in @emph{spam}
21623 or @emph{unclassified} groups.
21624
21625 @end defvar
21626
21627 Blacklists are lists of regular expressions matching addresses you
21628 consider to be spam senders.  For instance, to block mail from any
21629 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
21630 blacklist.  You start out with an empty blacklist.  Blacklist entries
21631 use the Emacs regular expression syntax.
21632
21633 Conversely, whitelists tell Gnus what addresses are considered
21634 legitimate.  All messages from whitelisted addresses are considered
21635 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
21636 Emacs regular expression syntax.
21637
21638 The blacklist and whitelist file locations can be customized with the
21639 @code{spam-directory} variable (@file{~/News/spam} by default), or
21640 the @code{spam-whitelist} and @code{spam-blacklist} variables
21641 directly.  The whitelist and blacklist files will by default be in the
21642 @code{spam-directory} directory, named @file{whitelist} and
21643 @file{blacklist} respectively.
21644
21645 @node BBDB Whitelists
21646 @subsubsection BBDB Whitelists
21647 @cindex spam filtering
21648 @cindex BBDB whitelists, spam filtering
21649 @cindex BBDB, spam filtering
21650 @cindex spam
21651
21652 @defvar spam-use-BBDB
21653
21654 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
21655 Whitelists}), but uses the BBDB as the source of whitelisted
21656 addresses, without regular expressions.  You must have the BBDB loaded
21657 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
21658 not in the BBDB will be sent to the next spam-split rule.  This is an
21659 explicit filter, meaning that unless someone is in the BBDB, their
21660 messages are not assumed to be spam or ham.
21661
21662 @end defvar
21663
21664 @defvar spam-use-BBDB-exclusive
21665
21666 Set this variable to @code{t} if you want to use the BBDB as an
21667 implicit filter, meaning that every message will be considered spam
21668 unless the sender is in the BBDB.  Use with care.  Only sender
21669 addresses in the BBDB will be allowed through; all others will be
21670 classified as spammers.
21671
21672 @end defvar
21673
21674 @defvar gnus-group-ham-exit-processor-BBDB
21675
21676 Add this symbol to a group's @code{spam-process} parameter by
21677 customizing the group parameters or the
21678 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21679 added to a group's @code{spam-process} parameter, the senders of
21680 ham-marked articles in @emph{ham} groups will be added to the
21681 BBDB.  Note that this ham processor has no effect in @emph{spam}
21682 or @emph{unclassified} groups.
21683
21684 @end defvar
21685
21686 @node Blackholes
21687 @subsubsection Blackholes
21688 @cindex spam filtering
21689 @cindex blackholes, spam filtering
21690 @cindex spam
21691
21692 @defvar spam-use-blackholes
21693
21694 This option is disabled by default.  You can let Gnus consult the
21695 blackhole-type distributed spam processing systems (DCC, for instance)
21696 when you set this option.  The variable @code{spam-blackhole-servers}
21697 holds the list of blackhole servers Gnus will consult.  The current
21698 list is fairly comprehensive, but make sure to let us know if it
21699 contains outdated servers.
21700
21701 The blackhole check uses the @code{dig.el} package, but you can tell
21702 @code{spam.el} to use @code{dns.el} instead for better performance if
21703 you set @code{spam-use-dig} to nil.  It is not recommended at this
21704 time to set @code{spam-use-dig} to nil despite the possible
21705 performance improvements, because some users may be unable to use it,
21706 but you can try it and see if it works for you.
21707
21708 @end defvar
21709
21710 @defvar spam-blackhole-servers
21711
21712 The list of servers to consult for blackhole checks.
21713
21714 @end defvar
21715
21716 @defvar spam-blackhole-good-server-regex
21717
21718 A regular expression for IPs that should not be checked against the
21719 blackhole server list.  When set to nil, it has no effect.
21720
21721 @end defvar
21722
21723 @defvar spam-use-dig
21724
21725 Use the @code{dig.el} package instead of the @code{dns.el} package.
21726 The default setting of @code{t} is recommended.
21727
21728 @end defvar
21729
21730 Blackhole checks are done only on incoming mail.  There is no spam or
21731 ham processor for blackholes.
21732
21733 @node Regular Expressions Header Matching
21734 @subsubsection Regular Expressions Header Matching
21735 @cindex spam filtering
21736 @cindex regular expressions header matching, spam filtering
21737 @cindex spam
21738
21739 @defvar spam-use-regex-headers
21740
21741 This option is disabled by default.  You can let Gnus check the
21742 message headers against lists of regular expressions when you set this
21743 option.  The variables @code{spam-regex-headers-spam} and
21744 @code{spam-regex-headers-ham} hold the list of regular expressions.
21745 Gnus will check against the message headers to determine if the
21746 message is spam or ham, respectively.
21747
21748 @end defvar
21749
21750 @defvar spam-regex-headers-spam
21751
21752 The list of regular expressions that, when matched in the headers of
21753 the message, positively identify it as spam.
21754
21755 @end defvar
21756
21757 @defvar spam-regex-headers-ham
21758
21759 The list of regular expressions that, when matched in the headers of
21760 the message, positively identify it as ham.
21761
21762 @end defvar
21763
21764 Regular expression header checks are done only on incoming mail.
21765 There is no specific spam or ham processor for regular expressions.
21766
21767 @node Bogofilter
21768 @subsubsection Bogofilter
21769 @cindex spam filtering
21770 @cindex bogofilter, spam filtering
21771 @cindex spam
21772
21773 @defvar spam-use-bogofilter
21774
21775 Set this variable if you want @code{spam-split} to use Eric Raymond's
21776 speedy Bogofilter.
21777
21778 With a minimum of care for associating the @samp{$} mark for spam
21779 articles only, Bogofilter training all gets fairly automatic.  You
21780 should do this until you get a few hundreds of articles in each
21781 category, spam or not.  The command @kbd{S t} in summary mode, either
21782 for debugging or for curiosity, shows the @emph{spamicity} score of
21783 the current article (between 0.0 and 1.0).
21784
21785 Bogofilter determines if a message is spam based on an internal
21786 threshold, set at compilation time.  That threshold can't be
21787 customized.
21788
21789 If the @code{bogofilter} executable is not in your path, Bogofilter
21790 processing will be turned off.
21791
21792 You should not enable this if you use @code{spam-use-bogofilter-headers}.
21793
21794 @end defvar
21795
21796 @defvar spam-use-bogofilter-headers
21797
21798 Set this variable if you want @code{spam-split} to use Eric Raymond's
21799 speedy Bogofilter, looking only at the message headers.  It works
21800 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
21801 must be in the message already.  Normally you would do this with a
21802 procmail recipe or something similar; consult the Bogofilter
21803 installation documents for details.
21804
21805 You should not enable this if you use @code{spam-use-bogofilter}.
21806
21807 @end defvar
21808
21809 @defvar gnus-group-spam-exit-processor-bogofilter
21810 Add this symbol to a group's @code{spam-process} parameter by
21811 customizing the group parameters or the
21812 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21813 added to a group's @code{spam-process} parameter, spam-marked articles
21814 will be added to the Bogofilter spam database.
21815 @end defvar
21816
21817 @defvar gnus-group-ham-exit-processor-bogofilter
21818 Add this symbol to a group's @code{spam-process} parameter by
21819 customizing the group parameters or the
21820 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21821 added to a group's @code{spam-process} parameter, the ham-marked
21822 articles in @emph{ham} groups will be added to the Bogofilter database
21823 of non-spam messages.  Note that this ham processor has no effect in
21824 @emph{spam} or @emph{unclassified} groups.
21825 @end defvar
21826
21827 @defvar spam-bogofilter-database-directory
21828
21829 This is the directory where Bogofilter will store its databases.  It
21830 is not specified by default, so Bogofilter will use its own default
21831 database directory.
21832
21833 @end defvar
21834
21835 The Bogofilter mail classifier is similar to ifile in intent and
21836 purpose.  A ham and a spam processor are provided, plus the
21837 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
21838 variables to indicate to spam-split that Bogofilter should either be
21839 used, or has already been used on the article.  The 0.9.2.1 version of
21840 Bogofilter was used to test this functionality.
21841
21842 @node ifile spam filtering
21843 @subsubsection ifile spam filtering
21844 @cindex spam filtering
21845 @cindex ifile, spam filtering
21846 @cindex spam
21847
21848 @defvar spam-use-ifile
21849
21850 Enable this variable if you want @code{spam-split} to use ifile, a
21851 statistical analyzer similar to Bogofilter.
21852
21853 @end defvar
21854
21855 @defvar spam-ifile-all-categories
21856
21857 Enable this variable if you want @code{spam-use-ifile} to give you all
21858 the ifile categories, not just spam/non-spam.  If you use this, make
21859 sure you train ifile as described in its documentation.
21860
21861 @end defvar
21862
21863 @defvar spam-ifile-spam-category
21864
21865 This is the category of spam messages as far as ifile is concerned.
21866 The actual string used is irrelevant, but you probably want to leave
21867 the default value of @samp{spam}.
21868 @end defvar
21869
21870 @defvar spam-ifile-database-path
21871
21872 This is the filename for the ifile database.  It is not specified by
21873 default, so ifile will use its own default database name.
21874
21875 @end defvar
21876
21877 The ifile mail classifier is similar to Bogofilter in intent and
21878 purpose.  A ham and a spam processor are provided, plus the
21879 @code{spam-use-ifile} variable to indicate to spam-split that ifile
21880 should be used.  The 1.2.1 version of ifile was used to test this
21881 functionality.
21882
21883 @node spam-stat spam filtering
21884 @subsubsection spam-stat spam filtering
21885 @cindex spam filtering
21886 @cindex spam-stat, spam filtering
21887 @cindex spam-stat
21888 @cindex spam
21889
21890 @xref{Filtering Spam Using Statistics with spam-stat}.
21891
21892 @defvar spam-use-stat
21893
21894 Enable this variable if you want @code{spam-split} to use
21895 spam-stat.el, an Emacs Lisp statistical analyzer.
21896
21897 @end defvar
21898
21899 @defvar gnus-group-spam-exit-processor-stat
21900 Add this symbol to a group's @code{spam-process} parameter by
21901 customizing the group parameters or the
21902 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21903 added to a group's @code{spam-process} parameter, the spam-marked
21904 articles will be added to the spam-stat database of spam messages.
21905 @end defvar
21906
21907 @defvar gnus-group-ham-exit-processor-stat
21908 Add this symbol to a group's @code{spam-process} parameter by
21909 customizing the group parameters or the
21910 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
21911 added to a group's @code{spam-process} parameter, the ham-marked
21912 articles in @emph{ham} groups will be added to the spam-stat database
21913 of non-spam messages.  Note that this ham processor has no effect in
21914 @emph{spam} or @emph{unclassified} groups.
21915 @end defvar
21916
21917 This enables spam.el to cooperate with spam-stat.el.  spam-stat.el
21918 provides an internal (Lisp-only) spam database, which unlike ifile or
21919 Bogofilter does not require external programs.  A spam and a ham
21920 processor, and the @code{spam-use-stat} variable for @code{spam-split}
21921 are provided.
21922
21923 @node Extending the spam elisp package
21924 @subsubsection Extending the spam elisp package
21925 @cindex spam filtering
21926 @cindex spam elisp package, extending
21927 @cindex extending the spam elisp package
21928
21929 Say you want to add a new back end called blackbox.  For filtering
21930 incoming mail, provide the following:
21931
21932 @enumerate
21933
21934 @item
21935 code
21936
21937 @example
21938 (defvar spam-use-blackbox nil
21939   "True if blackbox should be used.")
21940 @end example
21941
21942 Add
21943 @example
21944     (spam-use-blackbox   . spam-check-blackbox)
21945 @end example
21946 to @code{spam-list-of-checks}.
21947
21948 @item
21949 functionality
21950
21951 Write the @code{spam-check-blackbox} function.  It should return
21952 @samp{nil} or @code{spam-split-group}.  See the existing
21953 @code{spam-check-*} functions for examples of what you can do.
21954 @end enumerate
21955
21956 For processing spam and ham messages, provide the following:
21957
21958 @enumerate
21959
21960 @item
21961 code 
21962
21963 Note you don't have to provide a spam or a ham processor.  Only
21964 provide them if Blackbox supports spam or ham processing.
21965
21966 @example
21967 (defvar gnus-group-spam-exit-processor-blackbox "blackbox"
21968   "The Blackbox summary exit spam processor.
21969 Only applicable to spam groups.")
21970
21971 (defvar gnus-group-ham-exit-processor-blackbox "blackbox"
21972   "The whitelist summary exit ham processor.
21973 Only applicable to non-spam (unclassified and ham) groups.")
21974
21975 @end example
21976
21977 @item
21978 functionality
21979
21980 @example
21981 (defun spam-blackbox-register-spam-routine ()
21982   (spam-generic-register-routine
21983    ;; the spam function
21984    (lambda (article)
21985      (let ((from (spam-fetch-field-from-fast article)))
21986        (when (stringp from)
21987            (blackbox-do-something-with-this-spammer from))))
21988    ;; the ham function
21989    nil))
21990
21991 (defun spam-blackbox-register-ham-routine ()
21992   (spam-generic-register-routine
21993    ;; the spam function
21994    nil
21995    ;; the ham function
21996    (lambda (article)
21997      (let ((from (spam-fetch-field-from-fast article)))
21998        (when (stringp from)
21999            (blackbox-do-something-with-this-ham-sender from))))))
22000 @end example
22001
22002 Write the @code{blackbox-do-something-with-this-ham-sender} and
22003 @code{blackbox-do-something-with-this-spammer} functions.  You can add
22004 more complex code than fetching the message sender, but keep in mind
22005 that retrieving the whole message takes significantly longer than the
22006 sender through @code{spam-fetch-field-from-fast}, because the message
22007 senders are kept in memory by Gnus.
22008
22009 @end enumerate
22010
22011
22012 @node Filtering Spam Using Statistics with spam-stat
22013 @subsection Filtering Spam Using Statistics with spam-stat
22014 @cindex Paul Graham
22015 @cindex Graham, Paul
22016 @cindex naive Bayesian spam filtering
22017 @cindex Bayesian spam filtering, naive
22018 @cindex spam filtering, naive Bayesian
22019
22020 Paul Graham has written an excellent essay about spam filtering using
22021 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
22022 Spam}.  In it he describes the inherent deficiency of rule-based
22023 filtering as used by SpamAssassin, for example: Somebody has to write
22024 the rules, and everybody else has to install these rules.  You are
22025 always late.  It would be much better, he argues, to filter mail based
22026 on whether it somehow resembles spam or non-spam.  One way to measure
22027 this is word distribution.  He then goes on to describe a solution
22028 that checks whether a new mail resembles any of your other spam mails
22029 or not.
22030
22031 The basic idea is this:  Create a two collections of your mail, one
22032 with spam, one with non-spam.  Count how often each word appears in
22033 either collection, weight this by the total number of mails in the
22034 collections, and store this information in a dictionary.  For every
22035 word in a new mail, determine its probability to belong to a spam or a
22036 non-spam mail.  Use the 15 most conspicuous words, compute the total
22037 probability of the mail being spam.  If this probability is higher
22038 than a certain threshold, the mail is considered to be spam.
22039
22040 Gnus supports this kind of filtering.  But it needs some setting up.
22041 First, you need two collections of your mail, one with spam, one with
22042 non-spam.  Then you need to create a dictionary using these two
22043 collections, and save it.  And last but not least, you need to use
22044 this dictionary in your fancy mail splitting rules.
22045
22046 @menu
22047 * Creating a spam-stat dictionary::  
22048 * Splitting mail using spam-stat::  
22049 * Low-level interface to the spam-stat dictionary::  
22050 @end menu
22051
22052 @node Creating a spam-stat dictionary
22053 @subsubsection Creating a spam-stat dictionary
22054
22055 Before you can begin to filter spam based on statistics, you must
22056 create these statistics based on two mail collections, one with spam,
22057 one with non-spam.  These statistics are then stored in a dictionary
22058 for later use.  In order for these statistics to be meaningful, you
22059 need several hundred emails in both collections.
22060
22061 Gnus currently supports only the nnml back end for automated dictionary
22062 creation.  The nnml back end stores all mails in a directory, one file
22063 per mail.  Use the following:
22064
22065 @defun spam-stat-process-spam-directory
22066 Create spam statistics for every file in this directory.  Every file
22067 is treated as one spam mail.
22068 @end defun
22069
22070 @defun spam-stat-process-non-spam-directory
22071 Create non-spam statistics for every file in this directory.  Every
22072 file is treated as one non-spam mail.
22073 @end defun
22074
22075 Usually you would call @code{spam-stat-process-spam-directory} on a
22076 directory such as @file{~/Mail/mail/spam} (this usually corresponds
22077 the the group @samp{nnml:mail.spam}), and you would call
22078 @code{spam-stat-process-non-spam-directory} on a directory such as
22079 @file{~/Mail/mail/misc} (this usually corresponds the the group
22080 @samp{nnml:mail.misc}).
22081
22082 When you are using IMAP, you won't have the mails available locally,
22083 so that will not work.  One solution is to use the Gnus Agent to cache
22084 the articles.  Then you can use directories such as
22085 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
22086 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
22087
22088 @defvar spam-stat
22089 This variable holds the hash-table with all the statistics -- the
22090 dictionary we have been talking about.  For every word in either
22091 collection, this hash-table stores a vector describing how often the
22092 word appeared in spam and often it appeared in non-spam mails.
22093 @end defvar
22094
22095 If you want to regenerate the statistics from scratch, you need to
22096 reset the dictionary.
22097
22098 @defun spam-stat-reset
22099 Reset the @code{spam-stat} hash-table, deleting all the statistics.
22100 @end defun
22101
22102 When you are done, you must save the dictionary.  The dictionary may
22103 be rather large.  If you will not update the dictionary incrementally
22104 (instead, you will recreate it once a month, for example), then you
22105 can reduce the size of the dictionary by deleting all words that did
22106 not appear often enough or that do not clearly belong to only spam or
22107 only non-spam mails.
22108
22109 @defun spam-stat-reduce-size
22110 Reduce the size of the dictionary.  Use this only if you do not want
22111 to update the dictionary incrementally.
22112 @end defun
22113
22114 @defun spam-stat-save
22115 Save the dictionary.
22116 @end defun
22117
22118 @defvar spam-stat-file
22119 The filename used to store the dictionary.  This defaults to
22120 @file{~/.spam-stat.el}.
22121 @end defvar
22122
22123 @node Splitting mail using spam-stat
22124 @subsubsection Splitting mail using spam-stat
22125
22126 In order to use @code{spam-stat} to split your mail, you need to add the
22127 following to your @file{~/.gnus} file:
22128
22129 @example
22130 (require 'spam-stat)
22131 (spam-stat-load)
22132 @end example
22133
22134 This will load the necessary Gnus code, and the dictionary you
22135 created.
22136
22137 Next, you need to adapt your fancy splitting rules:  You need to
22138 determine how to use @code{spam-stat}.  The following examples are for
22139 the nnml back end.  Using the nnimap back end works just as well.  Just
22140 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
22141
22142 In the simplest case, you only have two groups, @samp{mail.misc} and
22143 @samp{mail.spam}.  The following expression says that mail is either
22144 spam or it should go into @samp{mail.misc}.  If it is spam, then
22145 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
22146
22147 @example
22148 (setq nnmail-split-fancy
22149       `(| (: spam-stat-split-fancy)
22150           "mail.misc"))
22151 @end example
22152
22153 @defvar spam-stat-split-fancy-spam-group
22154 The group to use for spam.  Default is @samp{mail.spam}.
22155 @end defvar
22156
22157 If you also filter mail with specific subjects into other groups, use
22158 the following expression.  Only mails not matching the regular
22159 expression are considered potential spam.
22160
22161 @example
22162 (setq nnmail-split-fancy
22163       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
22164           (: spam-stat-split-fancy)
22165           "mail.misc"))
22166 @end example
22167
22168 If you want to filter for spam first, then you must be careful when
22169 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
22170 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
22171 non-spam, therefore both should be in your collection of non-spam
22172 mails, when creating the dictionary!
22173
22174 @example
22175 (setq nnmail-split-fancy
22176       `(| (: spam-stat-split-fancy)
22177           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22178           "mail.misc"))
22179 @end example
22180
22181 You can combine this with traditional filtering.  Here, we move all
22182 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
22183 @code{spam-stat-split-fancy} will never see them, the mails in
22184 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
22185 nor in your collection of non-spam mails, when creating the
22186 dictionary!
22187
22188 @example
22189 (setq nnmail-split-fancy
22190       `(| ("Content-Type" "text/html" "mail.spam.filtered")
22191           (: spam-stat-split-fancy)
22192           ("Subject" "\\bspam-stat\\b" "mail.emacs")
22193           "mail.misc"))
22194 @end example
22195
22196
22197 @node Low-level interface to the spam-stat dictionary
22198 @subsubsection Low-level interface to the spam-stat dictionary
22199
22200 The main interface to using @code{spam-stat}, are the following functions:
22201
22202 @defun spam-stat-buffer-is-spam
22203 Called in a buffer, that buffer is considered to be a new spam mail.
22204 Use this for new mail that has not been processed before.
22205 @end defun
22206
22207 @defun spam-stat-buffer-is-no-spam
22208 Called in a buffer, that buffer is considered to be a new non-spam
22209 mail.  Use this for new mail that has not been processed before.
22210 @end defun
22211
22212 @defun spam-stat-buffer-change-to-spam
22213 Called in a buffer, that buffer is no longer considered to be normal
22214 mail but spam.  Use this to change the status of a mail that has
22215 already been processed as non-spam.
22216 @end defun
22217
22218 @defun spam-stat-buffer-change-to-non-spam
22219 Called in a buffer, that buffer is no longer considered to be spam but
22220 normal mail.  Use this to change the status of a mail that has already
22221 been processed as spam.
22222 @end defun
22223
22224 @defun spam-stat-save
22225 Save the hash table to the file.  The filename used is stored in the
22226 variable @code{spam-stat-file}.
22227 @end defun
22228
22229 @defun spam-stat-load
22230 Load the hash table from a file.  The filename used is stored in the
22231 variable @code{spam-stat-file}.
22232 @end defun
22233
22234 @defun spam-stat-score-word
22235 Return the spam score for a word.
22236 @end defun
22237
22238 @defun spam-stat-score-buffer
22239 Return the spam score for a buffer.
22240 @end defun
22241
22242 @defun spam-stat-split-fancy
22243 Use this function for fancy mail splitting.  Add the rule @samp{(:
22244 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
22245 @end defun
22246
22247 Make sure you load the dictionary before using it.  This requires the
22248 following in your @file{~/.gnus} file:
22249
22250 @example
22251 (require 'spam-stat)
22252 (spam-stat-load)
22253 @end example
22254
22255 Typical test will involve calls to the following functions:
22256
22257 @example
22258 Reset: (setq spam-stat (make-hash-table :test 'equal))
22259 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22260 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22261 Save table: (spam-stat-save)
22262 File size: (nth 7 (file-attributes spam-stat-file))
22263 Number of words: (hash-table-count spam-stat)
22264 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22265 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22266 Reduce table size: (spam-stat-reduce-size)
22267 Save table: (spam-stat-save)
22268 File size: (nth 7 (file-attributes spam-stat-file))
22269 Number of words: (hash-table-count spam-stat)
22270 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
22271 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
22272 @end example
22273
22274 Here is how you would create your dictionary:
22275
22276 @example
22277 Reset: (setq spam-stat (make-hash-table :test 'equal))
22278 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
22279 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
22280 Repeat for any other non-spam group you need...
22281 Reduce table size: (spam-stat-reduce-size)
22282 Save table: (spam-stat-save)
22283 @end example
22284
22285 @node Various Various
22286 @section Various Various
22287 @cindex mode lines
22288 @cindex highlights
22289
22290 @table @code
22291
22292 @item gnus-home-directory
22293 @vindex gnus-home-directory
22294 All Gnus file and directory variables will be initialized from this
22295 variable, which defaults to @file{~/}.
22296
22297 @item gnus-directory
22298 @vindex gnus-directory
22299 Most Gnus storage file and directory variables will be initialized from
22300 this variable, which defaults to the @samp{SAVEDIR} environment
22301 variable, or @file{~/News/} if that variable isn't set.
22302
22303 Note that Gnus is mostly loaded when the @file{.gnus.el} file is read.
22304 This means that other directory variables that are initialized from this
22305 variable won't be set properly if you set this variable in
22306 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
22307
22308 @item gnus-default-directory
22309 @vindex gnus-default-directory
22310 Not related to the above variable at all---this variable says what the
22311 default directory of all Gnus buffers should be.  If you issue commands
22312 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
22313 default directory.  If this variable is @code{nil} (which is the
22314 default), the default directory will be the default directory of the
22315 buffer you were in when you started Gnus.
22316
22317 @item gnus-verbose
22318 @vindex gnus-verbose
22319 This variable is an integer between zero and ten.  The higher the value,
22320 the more messages will be displayed.  If this variable is zero, Gnus
22321 will never flash any messages, if it is seven (which is the default),
22322 most important messages will be shown, and if it is ten, Gnus won't ever
22323 shut up, but will flash so many messages it will make your head swim.
22324
22325 @item gnus-verbose-backends
22326 @vindex gnus-verbose-backends
22327 This variable works the same way as @code{gnus-verbose}, but it applies
22328 to the Gnus back ends instead of Gnus proper.
22329
22330 @item nnheader-max-head-length
22331 @vindex nnheader-max-head-length
22332 When the back ends read straight heads of articles, they all try to read
22333 as little as possible.  This variable (default 4096) specifies
22334 the absolute max length the back ends will try to read before giving up
22335 on finding a separator line between the head and the body.  If this
22336 variable is @code{nil}, there is no upper read bound.  If it is
22337 @code{t}, the back ends won't try to read the articles piece by piece,
22338 but read the entire articles.  This makes sense with some versions of
22339 @code{ange-ftp} or @code{efs}.
22340
22341 @item nnheader-head-chop-length
22342 @vindex nnheader-head-chop-length
22343 This variable (default 2048) says how big a piece of each article to
22344 read when doing the operation described above.
22345
22346 @item nnheader-file-name-translation-alist
22347 @vindex nnheader-file-name-translation-alist
22348 @cindex file names
22349 @cindex invalid characters in file names
22350 @cindex characters in file names
22351 This is an alist that says how to translate characters in file names.
22352 For instance, if @samp{:} is invalid as a file character in file names
22353 on your system (you OS/2 user you), you could say something like:
22354
22355 @lisp
22356 (setq nnheader-file-name-translation-alist
22357       '((?: . ?_)))
22358 @end lisp
22359
22360 In fact, this is the default value for this variable on OS/2 and MS
22361 Windows (phooey) systems.
22362
22363 @item gnus-hidden-properties
22364 @vindex gnus-hidden-properties
22365 This is a list of properties to use to hide ``invisible'' text.  It is
22366 @code{(invisible t intangible t)} by default on most systems, which
22367 makes invisible text invisible and intangible.
22368
22369 @item gnus-parse-headers-hook
22370 @vindex gnus-parse-headers-hook
22371 A hook called before parsing headers.  It can be used, for instance, to
22372 gather statistics on the headers fetched, or perhaps you'd like to prune
22373 some headers.  I don't see why you'd want that, though.
22374
22375 @item gnus-shell-command-separator
22376 @vindex gnus-shell-command-separator
22377 String used to separate two shell commands.  The default is @samp{;}.
22378
22379 @item gnus-invalid-group-regexp
22380 @vindex gnus-invalid-group-regexp
22381
22382 Regexp to match ``invalid'' group names when querying user for a group
22383 name.  The default value catches some @strong{really} invalid group
22384 names who could possibly mess up Gnus internally (like allowing
22385 @samp{:} in a group name, which is normally used to delimit method and
22386 group).
22387
22388 @sc{imap} users might want to allow @samp{/} in group names though.
22389
22390
22391 @end table
22392
22393 @node The End
22394 @chapter The End
22395
22396 Well, that's the manual---you can get on with your life now.  Keep in
22397 touch.  Say hello to your cats from me.
22398
22399 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
22400
22401 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
22402
22403 @quotation
22404 @strong{Te Deum}
22405
22406 @sp 1
22407 Not because of victories @*
22408 I sing,@*
22409 having none,@*
22410 but for the common sunshine,@*
22411 the breeze,@*
22412 the largess of the spring.
22413
22414 @sp 1
22415 Not for victory@*
22416 but for the day's work done@*
22417 as well as I was able;@*
22418 not for a seat upon the dais@*
22419 but at the common table.@*
22420 @end quotation
22421
22422
22423 @node Appendices
22424 @chapter Appendices
22425
22426 @menu
22427 * XEmacs::                      Requirements for installing under XEmacs.
22428 * History::                     How Gnus got where it is today.
22429 * On Writing Manuals::          Why this is not a beginner's guide.
22430 * Terminology::                 We use really difficult, like, words here.
22431 * Customization::               Tailoring Gnus to your needs.
22432 * Troubleshooting::             What you might try if things do not work.
22433 * Gnus Reference Guide::        Rilly, rilly technical stuff.
22434 * Emacs for Heathens::          A short introduction to Emacsian terms.
22435 * Frequently Asked Questions::
22436 @end menu
22437
22438
22439 @node XEmacs
22440 @section XEmacs
22441 @cindex XEmacs
22442 @cindex Installing under XEmacs
22443
22444 XEmacs is distributed as a collection of packages.  You should install
22445 whatever packages the Gnus XEmacs package requires.  The current
22446 requirements are @samp{gnus}, @samp{w3}, @samp{mh-e},
22447 @samp{mailcrypt}, @samp{rmail}, @samp{eterm}, @samp{mail-lib},
22448 @samp{xemacs-base}, @samp{sh-script} and @samp{fsf-compat}.  The
22449 @samp{misc-games} package is required for Morse decoding.
22450
22451
22452 @node History
22453 @section History
22454
22455 @cindex history
22456 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
22457 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
22458
22459 If you want to investigate the person responsible for this outrage,
22460 you can point your (feh!) web browser to
22461 @uref{http://quimby.gnus.org/}.  This is also the primary
22462 distribution point for the new and spiffy versions of Gnus, and is
22463 known as The Site That Destroys Newsrcs And Drives People Mad.
22464
22465 During the first extended alpha period of development, the new Gnus was
22466 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
22467 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
22468 (Besides, the ``Gnus'' in this abbreviation should probably be
22469 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
22470 appropriate name, don't you think?)
22471
22472 In any case, after spending all that energy on coming up with a new and
22473 spunky name, we decided that the name was @emph{too} spunky, so we
22474 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
22475 ``@sc{gnus}''.  New vs. old.
22476
22477 @menu
22478 * Gnus Versions::               What Gnus versions have been released.
22479 * Other Gnus Versions::         Other Gnus versions that also have been released.
22480 * Why?::                        What's the point of Gnus?
22481 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
22482 * Conformity::                  Gnus tries to conform to all standards.
22483 * Emacsen::                     Gnus can be run on a few modern Emacsen.
22484 * Gnus Development::            How Gnus is developed.
22485 * Contributors::                Oodles of people.
22486 * New Features::                Pointers to some of the new stuff in Gnus.
22487 @end menu
22488
22489
22490 @node Gnus Versions
22491 @subsection Gnus Versions
22492 @cindex ding Gnus
22493 @cindex September Gnus
22494 @cindex Red Gnus
22495 @cindex Quassia Gnus
22496 @cindex Pterodactyl Gnus
22497 @cindex Oort Gnus
22498 @cindex No Gnus
22499
22500 The first ``proper'' release of Gnus 5 was done in November 1995 when it
22501 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
22502 plus 15 Gnus 5.0 releases).
22503
22504 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
22505 releases)) was released under the name ``Gnus 5.2'' (40 releases).
22506
22507 On July 28th 1996 work on Red Gnus was begun, and it was released on
22508 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
22509
22510 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
22511 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
22512
22513 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
22514 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
22515 1999.
22516
22517 On the 26th of October 2000, Oort Gnus was begun.
22518
22519 If you happen upon a version of Gnus that has a prefixed name --
22520 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
22521 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
22522 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
22523 run.  Walk away, calmly, until you're out of its reach.  Find a proper
22524 released version of Gnus and snuggle up to that instead.
22525
22526
22527 @node Other Gnus Versions
22528 @subsection Other Gnus Versions
22529 @cindex Semi-gnus
22530
22531 In addition to the versions of Gnus which have had their releases
22532 coordinated by Lars, one major development has been Semi-gnus from
22533 Japan.  It's based on a library called @sc{semi}, which provides
22534 @sc{mime} capabilities.
22535
22536 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
22537 Collectively, they are called ``Semi-gnus'', and different strains are
22538 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
22539 @sc{mime} and multilingualization things, especially important for
22540 Japanese users.
22541
22542
22543 @node Why?
22544 @subsection Why?
22545
22546 What's the point of Gnus?
22547
22548 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
22549 newsreader, that lets you do anything you can think of.  That was my
22550 original motivation, but while working on Gnus, it has become clear to
22551 me that this generation of newsreaders really belong in the stone age.
22552 Newsreaders haven't developed much since the infancy of the net.  If the
22553 volume continues to rise with the current rate of increase, all current
22554 newsreaders will be pretty much useless.  How do you deal with
22555 newsgroups that have thousands of new articles each day?  How do you
22556 keep track of millions of people who post?
22557
22558 Gnus offers no real solutions to these questions, but I would very much
22559 like to see Gnus being used as a testing ground for new methods of
22560 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
22561 to separate the newsreader from the back ends, Gnus now offers a simple
22562 interface for anybody who wants to write new back ends for fetching mail
22563 and news from different sources.  I have added hooks for customizations
22564 everywhere I could imagine it being useful.  By doing so, I'm inviting
22565 every one of you to explore and invent.
22566
22567 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
22568 @kbd{C-u 100 M-x all-hail-xemacs}.
22569
22570
22571 @node Compatibility
22572 @subsection Compatibility
22573
22574 @cindex compatibility
22575 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
22576 bindings have been kept.  More key bindings have been added, of course,
22577 but only in one or two obscure cases have old bindings been changed.
22578
22579 Our motto is:
22580 @quotation
22581 @cartouche
22582 @center In a cloud bones of steel.
22583 @end cartouche
22584 @end quotation
22585
22586 All commands have kept their names.  Some internal functions have changed
22587 their names.
22588
22589 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
22590 Articles}.
22591
22592 One major compatibility question is the presence of several summary
22593 buffers.  All variables relevant while reading a group are
22594 buffer-local to the summary buffer they belong in.  Although many
22595 important variables have their values copied into their global
22596 counterparts whenever a command is executed in the summary buffer, this
22597 change might lead to incorrect values being used unless you are careful.
22598
22599 All code that relies on knowledge of @sc{gnus} internals will probably
22600 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
22601 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
22602 maintains a hash table that points to the entries in this alist (which
22603 speeds up many functions), and changing the alist directly will lead to
22604 peculiar results.
22605
22606 @cindex hilit19
22607 @cindex highlighting
22608 Old hilit19 code does not work at all.  In fact, you should probably
22609 remove all hilit code from all Gnus hooks
22610 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
22611 Gnus provides various integrated functions for highlighting.  These are
22612 faster and more accurate.  To make life easier for everybody, Gnus will
22613 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
22614 Away!
22615
22616 Packages like @code{expire-kill} will no longer work.  As a matter of
22617 fact, you should probably remove all old @sc{gnus} packages (and other
22618 code) when you start using Gnus.  More likely than not, Gnus already
22619 does what you have written code to make @sc{gnus} do.  (Snicker.)
22620
22621 Even though old methods of doing things are still supported, only the
22622 new methods are documented in this manual.  If you detect a new method of
22623 doing something while reading this manual, that does not mean you have
22624 to stop doing it the old way.
22625
22626 Gnus understands all @sc{gnus} startup files.
22627
22628 @kindex M-x gnus-bug
22629 @findex gnus-bug
22630 @cindex reporting bugs
22631 @cindex bugs
22632 Overall, a casual user who hasn't written much code that depends on
22633 @sc{gnus} internals should suffer no problems.  If problems occur,
22634 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
22635
22636 @vindex gnus-bug-create-help-buffer
22637 If you are in the habit of sending bug reports @emph{very} often, you
22638 may find the helpful help buffer annoying after a while.  If so, set
22639 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
22640 up at you.
22641
22642
22643 @node Conformity
22644 @subsection Conformity
22645
22646 No rebels without a clue here, ma'am.  We conform to all standards known
22647 to (wo)man.  Except for those standards and/or conventions we disagree
22648 with, of course.
22649
22650 @table @strong
22651
22652 @item RFC (2)822
22653 @cindex RFC 822
22654 @cindex RFC 2822
22655 There are no known breaches of this standard.
22656
22657 @item RFC 1036
22658 @cindex RFC 1036
22659 There are no known breaches of this standard, either.
22660
22661 @item Son-of-RFC 1036
22662 @cindex Son-of-RFC 1036
22663 We do have some breaches to this one.
22664
22665 @table @emph
22666
22667 @item X-Newsreader
22668 @itemx User-Agent
22669 These are considered to be ``vanity headers'', while I consider them
22670 to be consumer information.  After seeing so many badly formatted
22671 articles coming from @code{tin} and @code{Netscape} I know not to use
22672 either of those for posting articles.  I would not have known that if
22673 it wasn't for the @code{X-Newsreader} header.
22674 @end table
22675
22676 @item USEFOR
22677 @cindex USEFOR
22678 USEFOR is an IETF working group writing a successor to RFC 1036, based
22679 on Son-of-RFC 1036.  They have produced a number of drafts proposing
22680 various changes to the format of news articles.  The Gnus towers will
22681 look into implementing the changes when the draft is accepted as an RFC.
22682
22683 @item MIME - RFC 2045-2049 etc
22684 @cindex MIME
22685 All the various @sc{mime} RFCs are supported.
22686
22687 @item Disposition Notifications - RFC 2298
22688 Message Mode is able to request notifications from the receiver.
22689
22690 @item PGP - RFC 1991 and RFC 2440
22691 @cindex RFC 1991
22692 @cindex RFC 2440
22693 RFC 1991 is the original PGP message specification, published as a
22694 Information RFC.  RFC 2440 was the follow-up, now called Open PGP, and
22695 put on the Standards Track.  Both document a non-@sc{mime} aware PGP
22696 format.  Gnus supports both encoding (signing and encryption) and
22697 decoding (verification and decryption).
22698
22699 @item PGP/MIME - RFC 2015/3156
22700 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
22701 1991) describes the @sc{mime}-wrapping around the RF 1991/2440 format.
22702 Gnus supports both encoding and decoding.
22703
22704 @item S/MIME - RFC 2633
22705 RFC 2633 describes the @sc{s/mime} format.
22706
22707 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
22708 RFC 1730 is @sc{imap} version 4, updated somewhat by RFC 2060 (@sc{imap} 4
22709 revision 1).  RFC 2195 describes CRAM-MD5 authentication for @sc{imap}. RFC
22710 2086 describes access control lists (ACLs) for @sc{imap}. RFC 2359
22711 describes a @sc{imap} protocol enhancement.  RFC 2595 describes the proper
22712 TLS integration (STARTTLS) with @sc{imap}.  RFC 1731 describes the
22713 GSSAPI/Kerberos4 mechanisms for @sc{imap}.
22714
22715 @end table
22716
22717 If you ever notice Gnus acting non-compliant with regards to the texts
22718 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
22719 know.
22720
22721
22722 @node Emacsen
22723 @subsection Emacsen
22724 @cindex Emacsen
22725 @cindex XEmacs
22726 @cindex Mule
22727 @cindex Emacs
22728
22729 Gnus should work on :
22730
22731 @itemize @bullet
22732
22733 @item
22734 Emacs 20.3 and up.
22735
22736 @item
22737 XEmacs 20.4 and up.
22738
22739 @end itemize
22740
22741 This Gnus version will absolutely not work on any Emacsen older than
22742 that.  Not reliably, at least.  Older versions of Gnus may work on older
22743 Emacs versions.
22744
22745 There are some vague differences between Gnus on the various
22746 platforms---XEmacs features more graphics (a logo and a toolbar)---but
22747 other than that, things should look pretty much the same under all
22748 Emacsen.
22749
22750
22751 @node Gnus Development
22752 @subsection Gnus Development
22753
22754 Gnus is developed in a two-phased cycle.  The first phase involves much
22755 discussion on the @samp{ding@@gnus.org} mailing list, where people
22756 propose changes and new features, post patches and new back ends.  This
22757 phase is called the @dfn{alpha} phase, since the Gnusae released in this
22758 phase are @dfn{alpha releases}, or (perhaps more commonly in other
22759 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
22760 unstable and should not be used by casual users.  Gnus alpha releases
22761 have names like ``Red Gnus'' and ``Quassia Gnus''.
22762
22763 After futzing around for 50-100 alpha releases, Gnus is declared
22764 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
22765 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
22766 supposed to be able to use these, and these are mostly discussed on the
22767 @samp{gnu.emacs.gnus} newsgroup.
22768
22769 @cindex Incoming*
22770 @vindex mail-source-delete-incoming
22771 Some variable defaults differ between alpha Gnusae and released Gnusae.
22772 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
22773 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
22774 lossage of mail if an alpha release hiccups while handling the mail.
22775
22776 The division of discussion between the ding mailing list and the Gnus
22777 newsgroup is not purely based on publicity concerns.  It's true that
22778 having people write about the horrible things that an alpha Gnus release
22779 can do (sometimes) in a public forum may scare people off, but more
22780 importantly, talking about new experimental features that have been
22781 introduced may confuse casual users.  New features are frequently
22782 introduced, fiddled with, and judged to be found wanting, and then
22783 either discarded or totally rewritten.  People reading the mailing list
22784 usually keep up with these rapid changes, while people on the newsgroup
22785 can't be assumed to do so.
22786
22787
22788
22789 @node Contributors
22790 @subsection Contributors
22791 @cindex contributors
22792
22793 The new Gnus version couldn't have been done without the help of all the
22794 people on the (ding) mailing list.  Every day for over a year I have
22795 gotten billions of nice bug reports from them, filling me with joy,
22796 every single one of them.  Smooches.  The people on the list have been
22797 tried beyond endurance, what with my ``oh, that's a neat idea <type
22798 type>, yup, I'll release it right away <ship off> no wait, that doesn't
22799 work at all <type type>, yup, I'll ship that one off right away <ship
22800 off> no, wait, that absolutely does not work'' policy for releases.
22801 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
22802 ``worser''? ``much worser''?  ``worsest''?)
22803
22804 I would like to take this opportunity to thank the Academy for...  oops,
22805 wrong show.
22806
22807 @itemize @bullet
22808
22809 @item
22810 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
22811
22812 @item
22813 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
22814 nnwarchive and many, many other things connected with @sc{mime} and
22815 other types of en/decoding, as well as general bug fixing, new
22816 functionality and stuff.
22817
22818 @item
22819 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
22820 well as numerous other things).
22821
22822 @item
22823 Luis Fernandes---design and graphics.
22824
22825 @item
22826 Joe Reiss---creator of the smiley faces.
22827
22828 @item
22829 Justin Sheehy--the FAQ maintainer.
22830
22831 @item
22832 Erik Naggum---help, ideas, support, code and stuff.
22833
22834 @item
22835 Wes Hardaker---@file{gnus-picon.el} and the manual section on
22836 @dfn{picons} (@pxref{Picons}).
22837
22838 @item
22839 Kim-Minh Kaplan---further work on the picon code.
22840
22841 @item
22842 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section
22843 (@pxref{GroupLens}).
22844
22845 @item
22846 Sudish Joseph---innumerable bug fixes.
22847
22848 @item
22849 Ilja Weis---@file{gnus-topic.el}.
22850
22851 @item
22852 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
22853
22854 @item
22855 Vladimir Alexiev---the refcard and reference booklets.
22856
22857 @item
22858 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
22859 distribution by Felix Lee and JWZ.
22860
22861 @item
22862 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
22863
22864 @item
22865 Peter Mutsaers---orphan article scoring code.
22866
22867 @item
22868 Ken Raeburn---POP mail support.
22869
22870 @item
22871 Hallvard B Furuseth---various bits and pieces, especially dealing with
22872 .newsrc files.
22873
22874 @item
22875 Brian Edmonds---@file{gnus-bbdb.el}.
22876
22877 @item
22878 David Moore---rewrite of @file{nnvirtual.el} and many other things.
22879
22880 @item
22881 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
22882
22883 @item
22884 François Pinard---many, many interesting and thorough bug reports, as
22885 well as autoconf support.
22886
22887 @end itemize
22888
22889 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
22890 Borges, and Jost Krieger proof-reading parts of the manual.
22891
22892 The following people have contributed many patches and suggestions:
22893
22894 Christopher Davis,
22895 Andrew Eskilsson,
22896 Kai Grossjohann,
22897 David KÃ¥gedal,
22898 Richard Pieri,
22899 Fabrice Popineau,
22900 Daniel Quinlan,
22901 Jason L. Tibbitts, III,
22902 and
22903 Jack Vinson.
22904
22905 Also thanks to the following for patches and stuff:
22906
22907 Jari Aalto,
22908 Adrian Aichner,
22909 Vladimir Alexiev,
22910 Russ Allbery,
22911 Peter Arius,
22912 Matt Armstrong,
22913 Marc Auslander,
22914 Miles Bader,
22915 Alexei V. Barantsev,
22916 Frank Bennett,
22917 Robert Bihlmeyer,
22918 Chris Bone,
22919 Mark Borges,
22920 Mark Boyns,
22921 Lance A. Brown,
22922 Rob Browning,
22923 Kees de Bruin,
22924 Martin Buchholz,
22925 Joe Buehler,
22926 Kevin Buhr,
22927 Alastair Burt,
22928 Joao Cachopo,
22929 Zlatko Calusic,
22930 Massimo Campostrini,
22931 Castor,
22932 David Charlap,
22933 Dan Christensen,
22934 Kevin Christian,
22935 Jae-you Chung, @c ?
22936 James H. Cloos, Jr.,
22937 Laura Conrad,
22938 Michael R. Cook,
22939 Glenn Coombs,
22940 Andrew J. Cosgriff,
22941 Neil Crellin,
22942 Frank D. Cringle,
22943 Geoffrey T. Dairiki,
22944 Andre Deparade,
22945 Ulrik Dickow,
22946 Dave Disser,
22947 Rui-Tao Dong, @c ?
22948 Joev Dubach,
22949 Michael Welsh Duggan,
22950 Dave Edmondson,
22951 Paul Eggert,
22952 Mark W. Eichin,
22953 Karl Eichwalder,
22954 Enami Tsugutomo, @c Enami
22955 Michael Ernst,
22956 Luc Van Eycken,
22957 Sam Falkner,
22958 Nelson Jose dos Santos Ferreira,
22959 Sigbjorn Finne,
22960 Sven Fischer,
22961 Paul Fisher,
22962 Decklin Foster,
22963 Gary D. Foster,
22964 Paul Franklin,
22965 Guy Geens,
22966 Arne Georg Gleditsch,
22967 David S. Goldberg,
22968 Michelangelo Grigni,
22969 Dale Hagglund,
22970 D. Hall,
22971 Magnus Hammerin,
22972 Kenichi Handa, @c Handa
22973 Raja R. Harinath,
22974 Yoshiki Hayashi, @c ?
22975 P. E. Jareth Hein,
22976 Hisashige Kenji, @c Hisashige
22977 Scott Hofmann,
22978 Marc Horowitz,
22979 Gunnar Horrigmo,
22980 Richard Hoskins,
22981 Brad Howes,
22982 Miguel de Icaza,
22983 François Felix Ingrand,
22984 Tatsuya Ichikawa, @c ?
22985 Ishikawa Ichiro, @c Ishikawa
22986 Lee Iverson,
22987 Iwamuro Motonori, @c Iwamuro
22988 Rajappa Iyer,
22989 Andreas Jaeger,
22990 Adam P. Jenkins,
22991 Randell Jesup,
22992 Fred Johansen,
22993 Gareth Jones,
22994 Simon Josefsson,
22995 Greg Klanderman,
22996 Karl Kleinpaste,
22997 Michael Klingbeil,
22998 Peter Skov Knudsen,
22999 Shuhei Kobayashi, @c Kobayashi
23000 Petr Konecny,
23001 Koseki Yoshinori, @c Koseki
23002 Thor Kristoffersen,
23003 Jens Lautenbacher,
23004 Martin Larose,
23005 Seokchan Lee, @c Lee
23006 Joerg Lenneis,
23007 Carsten Leonhardt,
23008 James LewisMoss,
23009 Christian Limpach,
23010 Markus Linnala,
23011 Dave Love,
23012 Mike McEwan,
23013 Tonny Madsen,
23014 Shlomo Mahlab,
23015 Nat Makarevitch,
23016 Istvan Marko,
23017 David Martin,
23018 Jason R. Mastaler,
23019 Gordon Matzigkeit,
23020 Timo Metzemakers,
23021 Richard Mlynarik,
23022 Lantz Moore,
23023 Morioka Tomohiko, @c Morioka
23024 Erik Toubro Nielsen,
23025 Hrvoje Niksic,
23026 Andy Norman,
23027 Fred Oberhauser,
23028 C. R. Oldham,
23029 Alexandre Oliva,
23030 Ken Olstad,
23031 Masaharu Onishi, @c Onishi
23032 Hideki Ono, @c Ono
23033 Ettore Perazzoli,
23034 William Perry,
23035 Stephen Peters,
23036 Jens-Ulrik Holger Petersen,
23037 Ulrich Pfeifer,
23038 Matt Pharr,
23039 Andy Piper,
23040 John McClary Prevost,
23041 Bill Pringlemeir,
23042 Mike Pullen,
23043 Jim Radford,
23044 Colin Rafferty,
23045 Lasse Rasinen,
23046 Lars Balker Rasmussen,
23047 Joe Reiss,
23048 Renaud Rioboo,
23049 Roland B. Roberts,
23050 Bart Robinson,
23051 Christian von Roques,
23052 Markus Rost,
23053 Jason Rumney,
23054 Wolfgang Rupprecht,
23055 Jay Sachs,
23056 Dewey M. Sasser,
23057 Conrad Sauerwald,
23058 Loren Schall,
23059 Dan Schmidt,
23060 Ralph Schleicher,
23061 Philippe Schnoebelen,
23062 Andreas Schwab,
23063 Randal L. Schwartz,
23064 Danny Siu,
23065 Matt Simmons,
23066 Paul D. Smith,
23067 Jeff Sparkes,
23068 Toby Speight,
23069 Michael Sperber,
23070 Darren Stalder,
23071 Richard Stallman,
23072 Greg Stark,
23073 Sam Steingold,
23074 Paul Stevenson,
23075 Jonas Steverud,
23076 Paul Stodghill,
23077 Kiyokazu Suto, @c Suto
23078 Kurt Swanson,
23079 Samuel Tardieu,
23080 Teddy,
23081 Chuck Thompson,
23082 Tozawa Akihiko, @c Tozawa
23083 Philippe Troin,
23084 James Troup,
23085 Trung Tran-Duc,
23086 Jack Twilley,
23087 Aaron M. Ucko,
23088 Aki Vehtari,
23089 Didier Verna,
23090 Vladimir Volovich,
23091 Jan Vroonhof,
23092 Stefan Waldherr,
23093 Pete Ware,
23094 Barry A. Warsaw,
23095 Christoph Wedler,
23096 Joe Wells,
23097 Lee Willis,
23098 Katsumi Yamaoka @c Yamaoka
23099 and
23100 Lloyd Zusman.
23101
23102
23103 For a full overview of what each person has done, the ChangeLogs
23104 included in the Gnus alpha distributions should give ample reading
23105 (550kB and counting).
23106
23107 Apologies to everybody that I've forgotten, of which there are many, I'm
23108 sure.
23109
23110 Gee, that's quite a list of people.  I guess that must mean that there
23111 actually are people who are using Gnus.  Who'd'a thunk it!
23112
23113
23114 @node New Features
23115 @subsection New Features
23116 @cindex new features
23117
23118 @menu
23119 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
23120 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
23121 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
23122 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
23123 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
23124 @end menu
23125
23126 These lists are, of course, just @emph{short} overviews of the
23127 @emph{most} important new features.  No, really.  There are tons more.
23128 Yes, we have feeping creaturism in full effect.
23129
23130 @node ding Gnus
23131 @subsubsection (ding) Gnus
23132
23133 New features in Gnus 5.0/5.1:
23134
23135 @itemize @bullet
23136
23137 @item
23138 The look of all buffers can be changed by setting format-like variables
23139 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
23140
23141 @item
23142 Local spool and several @sc{nntp} servers can be used at once
23143 (@pxref{Select Methods}).
23144
23145 @item
23146 You can combine groups into virtual groups (@pxref{Virtual Groups}).
23147
23148 @item
23149 You can read a number of different mail formats (@pxref{Getting Mail}).
23150 All the mail back ends implement a convenient mail expiry scheme
23151 (@pxref{Expiring Mail}).
23152
23153 @item
23154 Gnus can use various strategies for gathering threads that have lost
23155 their roots (thereby gathering loose sub-threads into one thread) or it
23156 can go back and retrieve enough headers to build a complete thread
23157 (@pxref{Customizing Threading}).
23158
23159 @item
23160 Killed groups can be displayed in the group buffer, and you can read
23161 them as well (@pxref{Listing Groups}).
23162
23163 @item
23164 Gnus can do partial group updates---you do not have to retrieve the
23165 entire active file just to check for new articles in a few groups
23166 (@pxref{The Active File}).
23167
23168 @item
23169 Gnus implements a sliding scale of subscribedness to groups
23170 (@pxref{Group Levels}).
23171
23172 @item
23173 You can score articles according to any number of criteria
23174 (@pxref{Scoring}).  You can even get Gnus to find out how to score
23175 articles for you (@pxref{Adaptive Scoring}).
23176
23177 @item
23178 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
23179 manner, so it should be difficult to lose much data on what you have
23180 read if your machine should go down (@pxref{Auto Save}).
23181
23182 @item
23183 Gnus now has its own startup file (@file{.gnus.el}) to avoid cluttering up
23184 the @file{.emacs} file.
23185
23186 @item
23187 You can set the process mark on both groups and articles and perform
23188 operations on all the marked items (@pxref{Process/Prefix}).
23189
23190 @item
23191 You can grep through a subset of groups and create a group from the
23192 results (@pxref{Kibozed Groups}).
23193
23194 @item
23195 You can list subsets of groups according to, well, anything
23196 (@pxref{Listing Groups}).
23197
23198 @item
23199 You can browse foreign servers and subscribe to groups from those
23200 servers (@pxref{Browse Foreign Server}).
23201
23202 @item
23203 Gnus can fetch articles, asynchronously, on a second connection to the
23204 server (@pxref{Asynchronous Fetching}).
23205
23206 @item
23207 You can cache articles locally (@pxref{Article Caching}).
23208
23209 @item
23210 The uudecode functions have been expanded and generalized
23211 (@pxref{Decoding Articles}).
23212
23213 @item
23214 You can still post uuencoded articles, which was a little-known feature
23215 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
23216
23217 @item
23218 Fetching parents (and other articles) now actually works without
23219 glitches (@pxref{Finding the Parent}).
23220
23221 @item
23222 Gnus can fetch FAQs and group descriptions (@pxref{Group Information}).
23223
23224 @item
23225 Digests (and other files) can be used as the basis for groups
23226 (@pxref{Document Groups}).
23227
23228 @item
23229 Articles can be highlighted and customized (@pxref{Customizing
23230 Articles}).
23231
23232 @item
23233 URLs and other external references can be buttonized (@pxref{Article
23234 Buttons}).
23235
23236 @item
23237 You can do lots of strange stuff with the Gnus window & frame
23238 configuration (@pxref{Window Layout}).
23239
23240 @item
23241 You can click on buttons instead of using the keyboard
23242 (@pxref{Buttons}).
23243
23244 @end itemize
23245
23246
23247 @node September Gnus
23248 @subsubsection September Gnus
23249
23250 @iftex
23251 @iflatex
23252 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
23253 @end iflatex
23254 @end iftex
23255
23256 New features in Gnus 5.2/5.3:
23257
23258 @itemize @bullet
23259
23260 @item
23261 A new message composition mode is used.  All old customization variables
23262 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
23263 now obsolete.
23264
23265 @item
23266 Gnus is now able to generate @dfn{sparse} threads---threads where
23267 missing articles are represented by empty nodes (@pxref{Customizing
23268 Threading}).
23269
23270 @lisp
23271 (setq gnus-build-sparse-threads 'some)
23272 @end lisp
23273
23274 @item
23275 Outgoing articles are stored on a special archive server
23276 (@pxref{Archived Messages}).
23277
23278 @item
23279 Partial thread regeneration now happens when articles are
23280 referred.
23281
23282 @item
23283 Gnus can make use of GroupLens predictions (@pxref{GroupLens}).
23284
23285 @item
23286 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
23287
23288 @item
23289 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
23290
23291 @lisp
23292 (setq gnus-use-trees t)
23293 @end lisp
23294
23295 @item
23296 An @code{nn}-like pick-and-read minor mode is available for the summary
23297 buffers (@pxref{Pick and Read}).
23298
23299 @lisp
23300 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
23301 @end lisp
23302
23303 @item
23304 In binary groups you can use a special binary minor mode (@pxref{Binary
23305 Groups}).
23306
23307 @item
23308 Groups can be grouped in a folding topic hierarchy (@pxref{Group
23309 Topics}).
23310
23311 @lisp
23312 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
23313 @end lisp
23314
23315 @item
23316 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
23317
23318 @item
23319 Groups can now have a score, and bubbling based on entry frequency
23320 is possible (@pxref{Group Score}).
23321
23322 @lisp
23323 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
23324 @end lisp
23325
23326 @item
23327 Groups can be process-marked, and commands can be performed on
23328 groups of groups (@pxref{Marking Groups}).
23329
23330 @item
23331 Caching is possible in virtual groups.
23332
23333 @item
23334 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
23335 news batches, ClariNet briefs collections, and just about everything
23336 else (@pxref{Document Groups}).
23337
23338 @item
23339 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
23340 (@pxref{SOUP}).
23341
23342 @item
23343 The Gnus cache is much faster.
23344
23345 @item
23346 Groups can be sorted according to many criteria (@pxref{Sorting
23347 Groups}).
23348
23349 @item
23350 New group parameters have been introduced to set list-addresses and
23351 expiry times (@pxref{Group Parameters}).
23352
23353 @item
23354 All formatting specs allow specifying faces to be used
23355 (@pxref{Formatting Fonts}).
23356
23357 @item
23358 There are several more commands for setting/removing/acting on process
23359 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
23360
23361 @item
23362 The summary buffer can be limited to show parts of the available
23363 articles based on a wide range of criteria.  These commands have been
23364 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
23365
23366 @item
23367 Articles can be made persistent with the @kbd{*} command
23368 (@pxref{Persistent Articles}).
23369
23370 @item
23371 All functions for hiding article elements are now toggles.
23372
23373 @item
23374 Article headers can be buttonized (@pxref{Article Washing}).
23375
23376 @item
23377 All mail back ends support fetching articles by @code{Message-ID}.
23378
23379 @item
23380 Duplicate mail can now be treated properly (@pxref{Duplicates}).
23381
23382 @item
23383 All summary mode commands are available directly from the article
23384 buffer (@pxref{Article Keymap}).
23385
23386 @item
23387 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
23388 Layout}).
23389
23390 @item
23391 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
23392 @iftex
23393 @iflatex
23394 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
23395 @end iflatex
23396 @end iftex
23397
23398 @item
23399 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
23400
23401 @lisp
23402 (setq gnus-use-nocem t)
23403 @end lisp
23404
23405 @item
23406 Groups can be made permanently visible (@pxref{Listing Groups}).
23407
23408 @lisp
23409 (setq gnus-permanently-visible-groups "^nnml:")
23410 @end lisp
23411
23412 @item
23413 Many new hooks have been introduced to make customizing easier.
23414
23415 @item
23416 Gnus respects the @code{Mail-Copies-To} header.
23417
23418 @item
23419 Threads can be gathered by looking at the @code{References} header
23420 (@pxref{Customizing Threading}).
23421
23422 @lisp
23423 (setq gnus-summary-thread-gathering-function
23424       'gnus-gather-threads-by-references)
23425 @end lisp
23426
23427 @item
23428 Read articles can be stored in a special backlog buffer to avoid
23429 refetching (@pxref{Article Backlog}).
23430
23431 @lisp
23432 (setq gnus-keep-backlog 50)
23433 @end lisp
23434
23435 @item
23436 A clean copy of the current article is always stored in a separate
23437 buffer to allow easier treatment.
23438
23439 @item
23440 Gnus can suggest where to save articles (@pxref{Saving Articles}).
23441
23442 @item
23443 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
23444 Articles}).
23445
23446 @lisp
23447 (setq gnus-prompt-before-saving t)
23448 @end lisp
23449
23450 @item
23451 @code{gnus-uu} can view decoded files asynchronously while fetching
23452 articles (@pxref{Other Decode Variables}).
23453
23454 @lisp
23455 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
23456 @end lisp
23457
23458 @item
23459 Filling in the article buffer now works properly on cited text
23460 (@pxref{Article Washing}).
23461
23462 @item
23463 Hiding cited text adds buttons to toggle hiding, and how much
23464 cited text to hide is now customizable (@pxref{Article Hiding}).
23465
23466 @lisp
23467 (setq gnus-cited-lines-visible 2)
23468 @end lisp
23469
23470 @item
23471 Boring headers can be hidden (@pxref{Article Hiding}).
23472
23473 @item
23474 Default scoring values can now be set from the menu bar.
23475
23476 @item
23477 Further syntax checking of outgoing articles have been added.
23478
23479 @end itemize
23480
23481
23482 @node Red Gnus
23483 @subsubsection Red Gnus
23484
23485 New features in Gnus 5.4/5.5:
23486
23487 @iftex
23488 @iflatex
23489 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
23490 @end iflatex
23491 @end iftex
23492
23493 @itemize @bullet
23494
23495 @item
23496 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
23497
23498 @item
23499 Article prefetching functionality has been moved up into
23500 Gnus (@pxref{Asynchronous Fetching}).
23501
23502 @item
23503 Scoring can now be performed with logical operators like @code{and},
23504 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
23505 Scoring}).
23506
23507 @item
23508 Article washing status can be displayed in the
23509 article mode line (@pxref{Misc Article}).
23510
23511 @item
23512 @file{gnus.el} has been split into many smaller files.
23513
23514 @item
23515 Suppression of duplicate articles based on Message-ID can be done
23516 (@pxref{Duplicate Suppression}).
23517
23518 @lisp
23519 (setq gnus-suppress-duplicates t)
23520 @end lisp
23521
23522 @item
23523 New variables for specifying what score and adapt files are to be
23524 considered home score and adapt files (@pxref{Home Score File}) have
23525 been added.
23526
23527 @item
23528 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
23529 Server Internals}).
23530
23531 @item
23532 Groups can inherit group parameters from parent topics (@pxref{Topic
23533 Parameters}).
23534
23535 @item
23536 Article editing has been revamped and is now actually usable.
23537
23538 @item
23539 Signatures can be recognized in more intelligent fashions
23540 (@pxref{Article Signature}).
23541
23542 @item
23543 Summary pick mode has been made to look more @code{nn}-like.  Line
23544 numbers are displayed and the @kbd{.} command can be used to pick
23545 articles (@code{Pick and Read}).
23546
23547 @item
23548 Commands for moving the @file{.newsrc.eld} from one server to
23549 another have been added (@pxref{Changing Servers}).
23550
23551 @item
23552 There's a way now to specify that ``uninteresting'' fields be suppressed
23553 when generating lines in buffers (@pxref{Advanced Formatting}).
23554
23555 @item
23556 Several commands in the group buffer can be undone with @kbd{C-M-_}
23557 (@pxref{Undo}).
23558
23559 @item
23560 Scoring can be done on words using the new score type @code{w}
23561 (@pxref{Score File Format}).
23562
23563 @item
23564 Adaptive scoring can be done on a Subject word-by-word basis
23565 (@pxref{Adaptive Scoring}).
23566
23567 @lisp
23568 (setq gnus-use-adaptive-scoring '(word))
23569 @end lisp
23570
23571 @item
23572 Scores can be decayed (@pxref{Score Decays}).
23573
23574 @lisp
23575 (setq gnus-decay-scores t)
23576 @end lisp
23577
23578 @item
23579 Scoring can be performed using a regexp on the Date header.  The Date is
23580 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
23581
23582 @item
23583 A new command has been added to remove all data on articles from
23584 the native server (@pxref{Changing Servers}).
23585
23586 @item
23587 A new command for reading collections of documents
23588 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
23589 (@pxref{Really Various Summary Commands}).
23590
23591 @item
23592 Process mark sets can be pushed and popped (@pxref{Setting Process
23593 Marks}).
23594
23595 @item
23596 A new mail-to-news back end makes it possible to post even when the @sc{nntp}
23597 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
23598
23599 @item
23600 A new back end for reading searches from Web search engines
23601 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
23602 (@pxref{Web Searches}).
23603
23604 @item
23605 Groups inside topics can now be sorted using the standard sorting
23606 functions, and each topic can be sorted independently (@pxref{Topic
23607 Sorting}).
23608
23609 @item
23610 Subsets of the groups can be sorted independently (@code{Sorting
23611 Groups}).
23612
23613 @item
23614 Cached articles can be pulled into the groups (@pxref{Summary Generation
23615 Commands}).
23616 @iftex
23617 @iflatex
23618 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
23619 @end iflatex
23620 @end iftex
23621
23622 @item
23623 Score files are now applied in a more reliable order (@pxref{Score
23624 Variables}).
23625
23626 @item
23627 Reports on where mail messages end up can be generated (@pxref{Splitting
23628 Mail}).
23629
23630 @item
23631 More hooks and functions have been added to remove junk from incoming
23632 mail before saving the mail (@pxref{Washing Mail}).
23633
23634 @item
23635 Emphasized text can be properly fontisized:
23636
23637 @end itemize
23638
23639
23640 @node Quassia Gnus
23641 @subsubsection Quassia Gnus
23642
23643 New features in Gnus 5.6:
23644
23645 @itemize @bullet
23646
23647 @item
23648 New functionality for using Gnus as an offline newsreader has been
23649 added.  A plethora of new commands and modes have been added.  See
23650 @pxref{Gnus Unplugged} for the full story.
23651
23652 @item
23653  The @code{nndraft} back end has returned, but works differently than
23654 before.  All Message buffers are now also articles in the @code{nndraft}
23655 group, which is created automatically.
23656
23657 @item
23658 @code{gnus-alter-header-function} can now be used to alter header
23659 values.
23660
23661 @item
23662  @code{gnus-summary-goto-article} now accept Message-ID's.
23663
23664 @item
23665  A new Message command for deleting text in the body of a message
23666 outside the region: @kbd{C-c C-v}.
23667
23668 @item
23669  You can now post to component group in @code{nnvirtual} groups with
23670 @kbd{C-u C-c C-c}.
23671
23672 @item
23673  @code{nntp-rlogin-program}---new variable to ease customization.
23674
23675 @item
23676  @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
23677 re-highlighting of the article buffer.
23678
23679 @item
23680  New element in @code{gnus-boring-article-headers}---@code{long-to}.
23681
23682 @item
23683  @kbd{M-i} symbolic prefix command.  See the section "Symbolic
23684 Prefixes" in the Gnus manual for details.
23685
23686 @item
23687  @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
23688 @kbd{a} to add the score rule to the "all.SCORE" file.
23689
23690 @item
23691  @code{gnus-simplify-subject-functions} variable to allow greater
23692 control over simplification.
23693
23694 @item
23695  @kbd{A T}---new command for fetching the current thread.
23696
23697 @item
23698  @kbd{/ T}---new command for including the current thread in the
23699 limit.
23700
23701 @item
23702  @kbd{M-RET} is a new Message command for breaking cited text.
23703
23704 @item
23705  @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
23706
23707 @item
23708  The @code{custom-face-lookup} function has been removed.
23709 If you used this function in your initialization files, you must
23710 rewrite them to use @code{face-spec-set} instead.
23711
23712 @item
23713  Canceling now uses the current select method.  Symbolic prefix
23714 @kbd{a} forces normal posting method.
23715
23716 @item
23717  New command to translate M******** sm*rtq**t*s into proper
23718 text---@kbd{W d}.
23719
23720 @item
23721  For easier debugging of @code{nntp}, you can set
23722 @code{nntp-record-commands} to a non-@code{nil} value.
23723
23724 @item
23725  @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
23726 controlling where and how to send @sc{authinfo} to @sc{nntp} servers.
23727
23728 @item
23729  A command for editing group parameters from the summary buffer
23730 has been added.
23731
23732 @item
23733  A history of where mails have been split is available.
23734
23735 @item
23736  A new article date command has been added---@code{article-date-iso8601}.
23737
23738 @item
23739  Subjects can be simplified when threading by setting
23740 @code{gnus-score-thread-simplify}.
23741
23742 @item
23743  A new function for citing in Message has been
23744 added---@code{message-cite-original-without-signature}.
23745
23746 @item
23747  @code{article-strip-all-blank-lines}---new article command.
23748
23749 @item
23750  A new Message command to kill to the end of the article has
23751 been added.
23752
23753 @item
23754  A minimum adaptive score can be specified by using the
23755 @code{gnus-adaptive-word-minimum} variable.
23756
23757 @item
23758  The "lapsed date" article header can be kept continually
23759 updated by the @code{gnus-start-date-timer} command.
23760
23761 @item
23762  Web listserv archives can be read with the @code{nnlistserv} back end.
23763
23764 @item
23765  Old dejanews archives can now be read by @code{nnweb}.
23766
23767 @end itemize
23768
23769 @node Pterodactyl Gnus
23770 @subsubsection Pterodactyl Gnus
23771
23772 New features in Gnus 5.8:
23773
23774 @itemize @bullet
23775
23776 @item
23777 The mail-fetching functions have changed.  See the manual for the
23778 many details.  In particular, all procmail fetching variables are gone.
23779
23780 If you used procmail like in
23781
23782 @lisp
23783 (setq nnmail-use-procmail t)
23784 (setq nnmail-spool-file 'procmail)
23785 (setq nnmail-procmail-directory "~/mail/incoming/")
23786 (setq nnmail-procmail-suffix "\\.in")
23787 @end lisp
23788
23789 this now has changed to
23790
23791 @lisp
23792 (setq mail-sources
23793       '((directory :path "~/mail/incoming/"
23794                    :suffix ".in")))
23795 @end lisp
23796
23797 More information is available in the info doc at Select Methods ->
23798 Getting Mail -> Mail Sources
23799
23800 @item
23801 Gnus is now a @sc{mime}-capable reader.  This affects many parts of
23802 Gnus, and adds a slew of new commands.  See the manual for details.
23803
23804 @item
23805 Gnus has also been multilingualized.  This also affects too
23806 many parts of Gnus to summarize here, and adds many new variables.
23807
23808 @item
23809 @code{gnus-auto-select-first} can now be a function to be
23810 called to position point.
23811
23812 @item
23813 The user can now decide which extra headers should be included in
23814 summary buffers and @sc{nov} files.
23815
23816 @item
23817 @code{gnus-article-display-hook} has been removed.  Instead, a number
23818 of variables starting with @code{gnus-treat-} have been added.
23819
23820 @item
23821 The Gnus posting styles have been redone again and now works in a
23822 subtly different manner.
23823
23824 @item
23825 New web-based back ends have been added: @code{nnslashdot},
23826 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
23827 again, to keep up with ever-changing layouts.
23828
23829 @item
23830 Gnus can now read @sc{imap} mail via @code{nnimap}.
23831
23832 @end itemize
23833
23834 @iftex
23835
23836 @page
23837 @node The Manual
23838 @section The Manual
23839 @cindex colophon
23840 @cindex manual
23841
23842 This manual was generated from a TeXinfo file and then run through
23843 either @code{texi2dvi}
23844 @iflatex
23845 or my own home-brewed TeXinfo to \LaTeX\ transformer,
23846 and then run through @code{latex} and @code{dvips}
23847 @end iflatex
23848 to get what you hold in your hands now.
23849
23850 The following conventions have been used:
23851
23852 @enumerate
23853
23854 @item
23855 This is a @samp{string}
23856
23857 @item
23858 This is a @kbd{keystroke}
23859
23860 @item
23861 This is a @file{file}
23862
23863 @item
23864 This is a @code{symbol}
23865
23866 @end enumerate
23867
23868 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
23869 mean:
23870
23871 @lisp
23872 (setq flargnoze "yes")
23873 @end lisp
23874
23875 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
23876
23877 @lisp
23878 (setq flumphel 'yes)
23879 @end lisp
23880
23881 @samp{yes} and @code{yes} are two @emph{very} different things---don't
23882 ever get them confused.
23883
23884 @iflatex
23885 @c @head
23886 Of course, everything in this manual is of vital interest, so you should
23887 read it all.  Several times.  However, if you feel like skimming the
23888 manual, look for that gnu head you should see in the margin over
23889 there---it means that what's being discussed is of more importance than
23890 the rest of the stuff.  (On the other hand, if everything is infinitely
23891 important, how can anything be more important than that?  Just one more
23892 of the mysteries of this world, I guess.)
23893 @end iflatex
23894
23895 @end iftex
23896
23897
23898 @node On Writing Manuals
23899 @section On Writing Manuals
23900
23901 I guess most manuals are written after-the-fact; documenting a program
23902 that's already there.  This is not how this manual is written.  When
23903 implementing something, I write the manual entry for that something
23904 straight away.  I then see that it's difficult to explain the
23905 functionality, so I write how it's supposed to be, and then I change the
23906 implementation.  Writing the documentation and writing the code goes
23907 hand in hand.
23908
23909 This, of course, means that this manual has no, or little, flow.  It
23910 documents absolutely everything in Gnus, but often not where you're
23911 looking for it.  It is a reference manual, and not a guide to how to get
23912 started with Gnus.
23913
23914 That would be a totally different book, that should be written using the
23915 reference manual as source material.  It would look quite differently.
23916
23917
23918 @page
23919 @node Terminology
23920 @section Terminology
23921
23922 @cindex terminology
23923 @table @dfn
23924
23925 @item news
23926 @cindex news
23927 This is what you are supposed to use this thing for---reading news.
23928 News is generally fetched from a nearby @sc{nntp} server, and is
23929 generally publicly available to everybody.  If you post news, the entire
23930 world is likely to read just what you have written, and they'll all
23931 snigger mischievously.  Behind your back.
23932
23933 @item mail
23934 @cindex mail
23935 Everything that's delivered to you personally is mail.  Some news/mail
23936 readers (like Gnus) blur the distinction between mail and news, but
23937 there is a difference.  Mail is private.  News is public.  Mailing is
23938 not posting, and replying is not following up.
23939
23940 @item reply
23941 @cindex reply
23942 Send a mail to the person who has written what you are reading.
23943
23944 @item follow up
23945 @cindex follow up
23946 Post an article to the current newsgroup responding to the article you
23947 are reading.
23948
23949 @item back end
23950 @cindex back end
23951 Gnus considers mail and news to be mostly the same, really.  The only
23952 difference is how to access the actual articles.  News articles are
23953 commonly fetched via the protocol NNTP, whereas mail messages could be
23954 read from a file on the local disk.  The internal architecture of Gnus
23955 thus comprises a `front end' and a number of `back ends'.  Internally,
23956 when you enter a group (by hitting @key{RET}, say), you thereby invoke
23957 a function in the front end in Gnus.  The front end then `talks' to a
23958 back end and says things like ``Give me the list of articles in the foo
23959 group'' or ``Show me article number 4711''.
23960
23961 So a back end mainly defines either a protocol (the @code{nntp} back end
23962 accesses news via NNTP, the @code{nnimap} back end accesses mail via
23963 IMAP) or a file format and directory layout (the @code{nnspool} back end
23964 accesses news via the common `spool directory' format, the @code{nnml}
23965 back end access mail via a file format and directory layout that's
23966 quite similar).
23967
23968 Gnus does not handle the underlying media, so to speak---this is all
23969 done by the back ends.  A back end is a collection of functions to
23970 access the articles.
23971
23972 However, sometimes the term `back end' is also used where `server'
23973 would have been more appropriate.  And then there is the term `select
23974 method' which can mean either.  The Gnus terminology can be quite
23975 confusing.
23976
23977 @item native
23978 @cindex native
23979 Gnus will always use one method (and back end) as the @dfn{native}, or
23980 default, way of getting news.
23981
23982 @item foreign
23983 @cindex foreign
23984 You can also have any number of foreign groups active at the same time.
23985 These are groups that use non-native non-secondary back ends for getting
23986 news.
23987
23988 @item secondary
23989 @cindex secondary
23990 Secondary back ends are somewhere half-way between being native and being
23991 foreign, but they mostly act like they are native.
23992
23993 @item article
23994 @cindex article
23995 A message that has been posted as news.
23996
23997 @item mail message
23998 @cindex mail message
23999 A message that has been mailed.
24000
24001 @item message
24002 @cindex message
24003 A mail message or news article
24004
24005 @item head
24006 @cindex head
24007 The top part of a message, where administrative information (etc.) is
24008 put.
24009
24010 @item body
24011 @cindex body
24012 The rest of an article.  Everything not in the head is in the
24013 body.
24014
24015 @item header
24016 @cindex header
24017 A line from the head of an article.
24018
24019 @item headers
24020 @cindex headers
24021 A collection of such lines, or a collection of heads.  Or even a
24022 collection of @sc{nov} lines.
24023
24024 @item @sc{nov}
24025 @cindex nov
24026 When Gnus enters a group, it asks the back end for the headers of all
24027 unread articles in the group.  Most servers support the News OverView
24028 format, which is more compact and much faster to read and parse than the
24029 normal @sc{head} format.
24030
24031 @item level
24032 @cindex levels
24033 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
24034 that have a lower level are ``more'' subscribed than the groups with a
24035 higher level.  In fact, groups on levels 1-5 are considered
24036 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
24037 are @dfn{killed}.  Commands for listing groups and scanning for new
24038 articles will all use the numeric prefix as @dfn{working level}.
24039
24040 @item killed groups
24041 @cindex killed groups
24042 No information on killed groups is stored or updated, which makes killed
24043 groups much easier to handle than subscribed groups.
24044
24045 @item zombie groups
24046 @cindex zombie groups
24047 Just like killed groups, only slightly less dead.
24048
24049 @item active file
24050 @cindex active file
24051 The news server has to keep track of what articles it carries, and what
24052 groups exist.  All this information in stored in the active file, which
24053 is rather large, as you might surmise.
24054
24055 @item bogus groups
24056 @cindex bogus groups
24057 A group that exists in the @file{.newsrc} file, but isn't known to the
24058 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
24059 This means that the group probably doesn't exist (any more).
24060
24061 @item activating
24062 @cindex activating groups
24063 The act of asking the server for info on a group and computing the
24064 number of unread articles is called @dfn{activating the group}.
24065 Un-activated groups are listed with @samp{*} in the group buffer.
24066
24067 @item server
24068 @cindex server
24069 A machine one can connect to and get news (or mail) from.
24070
24071 @item select method
24072 @cindex select method
24073 A structure that specifies the back end, the server and the virtual
24074 server settings.
24075
24076 @item virtual server
24077 @cindex virtual server
24078 A named select method.  Since a select method defines all there is to
24079 know about connecting to a (physical) server, taking the thing as a
24080 whole is a virtual server.
24081
24082 @item washing
24083 @cindex washing
24084 Taking a buffer and running it through a filter of some sort.  The
24085 result will (more often than not) be cleaner and more pleasing than the
24086 original.
24087
24088 @item ephemeral groups
24089 @cindex ephemeral groups
24090 Most groups store data on what articles you have read.  @dfn{Ephemeral}
24091 groups are groups that will have no data stored---when you exit the
24092 group, it'll disappear into the aether.
24093
24094 @item solid groups
24095 @cindex solid groups
24096 This is the opposite of ephemeral groups.  All groups listed in the
24097 group buffer are solid groups.
24098
24099 @item sparse articles
24100 @cindex sparse articles
24101 These are article placeholders shown in the summary buffer when
24102 @code{gnus-build-sparse-threads} has been switched on.
24103
24104 @item threading
24105 @cindex threading
24106 To put responses to articles directly after the articles they respond
24107 to---in a hierarchical fashion.
24108
24109 @item root
24110 @cindex root
24111 @cindex thread root
24112 The first article in a thread is the root.  It is the ancestor of all
24113 articles in the thread.
24114
24115 @item parent
24116 @cindex parent
24117 An article that has responses.
24118
24119 @item child
24120 @cindex child
24121 An article that responds to a different article---its parent.
24122
24123 @item digest
24124 @cindex digest
24125 A collection of messages in one file.  The most common digest format is
24126 specified by RFC 1153.
24127
24128 @end table
24129
24130
24131 @page
24132 @node Customization
24133 @section Customization
24134 @cindex general customization
24135
24136 All variables are properly documented elsewhere in this manual.  This
24137 section is designed to give general pointers on how to customize Gnus
24138 for some quite common situations.
24139
24140 @menu
24141 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
24142 * Slow Terminal Connection::    You run a remote Emacs.
24143 * Little Disk Space::           You feel that having large setup files is icky.
24144 * Slow Machine::                You feel like buying a faster machine.
24145 @end menu
24146
24147
24148 @node Slow/Expensive Connection
24149 @subsection Slow/Expensive NNTP Connection
24150
24151 If you run Emacs on a machine locally, and get your news from a machine
24152 over some very thin strings, you want to cut down on the amount of data
24153 Gnus has to get from the @sc{nntp} server.
24154
24155 @table @code
24156
24157 @item gnus-read-active-file
24158 Set this to @code{nil}, which will inhibit Gnus from requesting the
24159 entire active file from the server.  This file is often v.  large.  You
24160 also have to set @code{gnus-check-new-newsgroups} and
24161 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
24162 doesn't suddenly decide to fetch the active file anyway.
24163
24164 @item gnus-nov-is-evil
24165 This one has to be @code{nil}.  If not, grabbing article headers from
24166 the @sc{nntp} server will not be very fast.  Not all @sc{nntp} servers
24167 support @sc{xover}; Gnus will detect this by itself.
24168 @end table
24169
24170
24171 @node Slow Terminal Connection
24172 @subsection Slow Terminal Connection
24173
24174 Let's say you use your home computer for dialing up the system that runs
24175 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
24176 possible) the amount of data sent over the wires.
24177
24178 @table @code
24179
24180 @item gnus-auto-center-summary
24181 Set this to @code{nil} to inhibit Gnus from re-centering the summary
24182 buffer all the time.  If it is @code{vertical}, do only vertical
24183 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
24184 horizontal and vertical recentering.
24185
24186 @item gnus-visible-headers
24187 Cut down on the headers included in the articles to the
24188 minimum.  You can, in fact, make do without them altogether---most of the
24189 useful data is in the summary buffer, anyway.  Set this variable to
24190 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
24191
24192 Set this hook to all the available hiding commands:
24193 @lisp
24194 (setq gnus-treat-hide-headers 'head
24195       gnus-treat-hide-signature t
24196       gnus-treat-hide-citation t)
24197 @end lisp
24198
24199 @item gnus-use-full-window
24200 By setting this to @code{nil}, you can make all the windows smaller.
24201 While this doesn't really cut down much generally, it means that you
24202 have to see smaller portions of articles before deciding that you didn't
24203 want to read them anyway.
24204
24205 @item gnus-thread-hide-subtree
24206 If this is non-@code{nil}, all threads in the summary buffer will be
24207 hidden initially.
24208
24209
24210 @item gnus-updated-mode-lines
24211 If this is @code{nil}, Gnus will not put information in the buffer mode
24212 lines, which might save some time.
24213 @end table
24214
24215
24216 @node Little Disk Space
24217 @subsection Little Disk Space
24218 @cindex disk space
24219
24220 The startup files can get rather large, so you may want to cut their
24221 sizes a bit if you are running out of space.
24222
24223 @table @code
24224
24225 @item gnus-save-newsrc-file
24226 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
24227 only save @file{.newsrc.eld}.  This means that you will not be able to
24228 use any other newsreaders than Gnus.  This variable is @code{t} by
24229 default.
24230
24231 @item gnus-read-newsrc-file
24232 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
24233 only read @file{.newsrc.eld}.  This means that you will not be able to
24234 use any other newsreaders than Gnus.  This variable is @code{t} by
24235 default.
24236
24237 @item gnus-save-killed-list
24238 If this is @code{nil}, Gnus will not save the list of dead groups.  You
24239 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
24240 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
24241 variable to @code{nil}.  This variable is @code{t} by default.
24242
24243 @end table
24244
24245
24246 @node Slow Machine
24247 @subsection Slow Machine
24248 @cindex slow machine
24249
24250 If you have a slow machine, or are just really impatient, there are a
24251 few things you can do to make Gnus run faster.
24252
24253 Set @code{gnus-check-new-newsgroups} and
24254 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
24255
24256 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
24257 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
24258 summary buffer faster.
24259
24260
24261 @page
24262 @node Troubleshooting
24263 @section Troubleshooting
24264 @cindex troubleshooting
24265
24266 Gnus works @emph{so} well straight out of the box---I can't imagine any
24267 problems, really.
24268
24269 Ahem.
24270
24271 @enumerate
24272
24273 @item
24274 Make sure your computer is switched on.
24275
24276 @item
24277 Make sure that you really load the current Gnus version.  If you have
24278 been running @sc{gnus}, you need to exit Emacs and start it up again before
24279 Gnus will work.
24280
24281 @item
24282 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
24283 like @samp{Gnus v5.46; nntp 4.0} you have the right files loaded.  If,
24284 on the other hand, you get something like @samp{NNTP 3.x} or @samp{nntp
24285 flee}, you have some old @file{.el} files lying around.  Delete these.
24286
24287 @item
24288 Read the help group (@kbd{G h} in the group buffer) for a FAQ and a
24289 how-to.
24290
24291 @item
24292 @vindex max-lisp-eval-depth
24293 Gnus works on many recursive structures, and in some extreme (and very
24294 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
24295 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
24296 something like that.
24297 @end enumerate
24298
24299 If all else fails, report the problem as a bug.
24300
24301 @cindex bugs
24302 @cindex reporting bugs
24303
24304 @kindex M-x gnus-bug
24305 @findex gnus-bug
24306 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
24307 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
24308 me the backtrace.  I will fix bugs, but I can only fix them if you send
24309 me a precise description as to how to reproduce the bug.
24310
24311 You really can never be too detailed in a bug report.  Always use the
24312 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
24313 a 10Kb mail each time you use it, and even if you have sent me your
24314 environment 500 times before.  I don't care.  I want the full info each
24315 time.
24316
24317 It is also important to remember that I have no memory whatsoever.  If
24318 you send a bug report, and I send you a reply, and then you just send
24319 back ``No, it's not! Moron!'', I will have no idea what you are
24320 insulting me about.  Always over-explain everything.  It's much easier
24321 for all of us---if I don't have all the information I need, I will just
24322 mail you and ask for more info, and everything takes more time.
24323
24324 If the problem you're seeing is very visual, and you can't quite explain
24325 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
24326 it somewhere it can be reached, and include the URL of the picture in
24327 the bug report.
24328
24329 @cindex patches
24330 If you would like to contribute a patch to fix bugs or make
24331 improvements, please produce the patch using @samp{diff -u}.
24332
24333 @cindex edebug
24334 If you want to debug your problem further before reporting, possibly
24335 in order to solve the problem yourself and send a patch, you can use
24336 edebug.  Debugging lisp code is documented in the Elisp manual
24337 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
24338 Lisp Reference Manual}).  To get you started with edebug, consider if
24339 you discover some weird behaviour when pressing @kbd{c}, the first
24340 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
24341 the documentation buffer that leads you to the function definition,
24342 then press @kbd{M-x edebug-defun RET} with point inside that function,
24343 return to Gnus and press @kbd{c} to invoke the code.  You will be
24344 placed in the lisp buffer and can single step using @kbd{SPC} and
24345 evaluate expressions using @kbd{M-:} or inspect variables using
24346 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
24347 @kbd{c} or @kbd{g}.
24348
24349 @cindex elp
24350 @cindex profile
24351 @cindex slow
24352 Sometimes, a problem do not directly generate a elisp error but
24353 manifests itself by causing Gnus to be very slow.  In these cases, you
24354 can use @kbd{M-x toggle-debug-on-quit} and press C-j when things are
24355 slow, and then try to analyze the backtrace (repeating the procedure
24356 helps isolating the real problem areas).  A fancier approach is to use
24357 the elisp profiler, ELP.  The profiler is (or should be) fully
24358 documented elsewhere, but to get you started there are a few steps
24359 that need to be followed.  First, instrument the part of Gnus you are
24360 interested in for profiling, e.g. @kbd{M-x elp-instrument-package RET
24361 gnus} or @kbd{M-x elp-instrument-packagre RET message}.  Then perform
24362 the operation that is slow and press @kbd{M-x elp-results}.  You will
24363 then see which operations that takes time, and can debug them further.
24364 If the entire operation takes much longer than the time spent in the
24365 slowest function in the profiler output, you probably profiled the
24366 wrong part of Gnus.  To reset profiling statistics, use @kbd{M-x
24367 elp-reset-all}.  @kbd{M-x elp-restore-all} is supposed to remove
24368 profiling, but given the complexities and dynamic code generation in
24369 Gnus, it might not always work perfectly.
24370
24371 If you just need help, you are better off asking on
24372 @samp{gnu.emacs.gnus}.  I'm not very helpful.
24373
24374 @cindex gnu.emacs.gnus
24375 @cindex ding mailing list
24376 You can also ask on the ding mailing list---@samp{ding@@gnus.org}.
24377 Write to @samp{ding-request@@gnus.org} to subscribe.
24378
24379
24380 @page
24381 @node Gnus Reference Guide
24382 @section Gnus Reference Guide
24383
24384 It is my hope that other people will figure out smart stuff that Gnus
24385 can do, and that other people will write those smart things as well.  To
24386 facilitate that I thought it would be a good idea to describe the inner
24387 workings of Gnus.  And some of the not-so-inner workings, while I'm at
24388 it.
24389
24390 You can never expect the internals of a program not to change, but I
24391 will be defining (in some details) the interface between Gnus and its
24392 back ends (this is written in stone), the format of the score files
24393 (ditto), data structures (some are less likely to change than others)
24394 and general methods of operation.
24395
24396 @menu
24397 * Gnus Utility Functions::      Common functions and variable to use.
24398 * Back End Interface::          How Gnus communicates with the servers.
24399 * Score File Syntax::           A BNF definition of the score file standard.
24400 * Headers::                     How Gnus stores headers internally.
24401 * Ranges::                      A handy format for storing mucho numbers.
24402 * Group Info::                  The group info format.
24403 * Extended Interactive::        Symbolic prefixes and stuff.
24404 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
24405 * Various File Formats::        Formats of files that Gnus use.
24406 @end menu
24407
24408
24409 @node Gnus Utility Functions
24410 @subsection Gnus Utility Functions
24411 @cindex Gnus utility functions
24412 @cindex utility functions
24413 @cindex functions
24414 @cindex internal variables
24415
24416 When writing small functions to be run from hooks (and stuff), it's
24417 vital to have access to the Gnus internal functions and variables.
24418 Below is a list of the most common ones.
24419
24420 @table @code
24421
24422 @item gnus-newsgroup-name
24423 @vindex gnus-newsgroup-name
24424 This variable holds the name of the current newsgroup.
24425
24426 @item gnus-find-method-for-group
24427 @findex gnus-find-method-for-group
24428 A function that returns the select method for @var{group}.
24429
24430 @item gnus-group-real-name
24431 @findex gnus-group-real-name
24432 Takes a full (prefixed) Gnus group name, and returns the unprefixed
24433 name.
24434
24435 @item gnus-group-prefixed-name
24436 @findex gnus-group-prefixed-name
24437 Takes an unprefixed group name and a select method, and returns the full
24438 (prefixed) Gnus group name.
24439
24440 @item gnus-get-info
24441 @findex gnus-get-info
24442 Returns the group info list for @var{group}.
24443
24444 @item gnus-group-unread
24445 @findex gnus-group-unread
24446 The number of unread articles in @var{group}, or @code{t} if that is
24447 unknown.
24448
24449 @item gnus-active
24450 @findex gnus-active
24451 The active entry for @var{group}.
24452
24453 @item gnus-set-active
24454 @findex gnus-set-active
24455 Set the active entry for @var{group}.
24456
24457 @item gnus-add-current-to-buffer-list
24458 @findex gnus-add-current-to-buffer-list
24459 Adds the current buffer to the list of buffers to be killed on Gnus
24460 exit.
24461
24462 @item gnus-continuum-version
24463 @findex gnus-continuum-version
24464 Takes a Gnus version string as a parameter and returns a floating point
24465 number.  Earlier versions will always get a lower number than later
24466 versions.
24467
24468 @item gnus-group-read-only-p
24469 @findex gnus-group-read-only-p
24470 Says whether @var{group} is read-only or not.
24471
24472 @item gnus-news-group-p
24473 @findex gnus-news-group-p
24474 Says whether @var{group} came from a news back end.
24475
24476 @item gnus-ephemeral-group-p
24477 @findex gnus-ephemeral-group-p
24478 Says whether @var{group} is ephemeral or not.
24479
24480 @item gnus-server-to-method
24481 @findex gnus-server-to-method
24482 Returns the select method corresponding to @var{server}.
24483
24484 @item gnus-server-equal
24485 @findex gnus-server-equal
24486 Says whether two virtual servers are equal.
24487
24488 @item gnus-group-native-p
24489 @findex gnus-group-native-p
24490 Says whether @var{group} is native or not.
24491
24492 @item gnus-group-secondary-p
24493 @findex gnus-group-secondary-p
24494 Says whether @var{group} is secondary or not.
24495
24496 @item gnus-group-foreign-p
24497 @findex gnus-group-foreign-p
24498 Says whether @var{group} is foreign or not.
24499
24500 @item group-group-find-parameter
24501 @findex group-group-find-parameter
24502 Returns the parameter list of @var{group}.  If given a second parameter,
24503 returns the value of that parameter for @var{group}.
24504
24505 @item gnus-group-set-parameter
24506 @findex gnus-group-set-parameter
24507 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
24508
24509 @item gnus-narrow-to-body
24510 @findex gnus-narrow-to-body
24511 Narrows the current buffer to the body of the article.
24512
24513 @item gnus-check-backend-function
24514 @findex gnus-check-backend-function
24515 Takes two parameters, @var{function} and @var{group}.  If the back end
24516 @var{group} comes from supports @var{function}, return non-@code{nil}.
24517
24518 @lisp
24519 (gnus-check-backend-function "request-scan" "nnml:misc")
24520 @result{} t
24521 @end lisp
24522
24523 @item gnus-read-method
24524 @findex gnus-read-method
24525 Prompts the user for a select method.
24526
24527 @end table
24528
24529
24530 @node Back End Interface
24531 @subsection Back End Interface
24532
24533 Gnus doesn't know anything about @sc{nntp}, spools, mail or virtual
24534 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
24535 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
24536 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
24537 examples of the latter we have @code{nntp-port-number} and
24538 @code{nnmbox-directory}.
24539
24540 When Gnus asks for information from a back end---say @code{nntp}---on
24541 something, it will normally include a virtual server name in the
24542 function parameters.  (If not, the back end should use the ``current''
24543 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
24544 server as its only (optional) parameter.  If this virtual server hasn't
24545 been opened, the function should fail.
24546
24547 Note that a virtual server name has no relation to some physical server
24548 name.  Take this example:
24549
24550 @lisp
24551 (nntp "odd-one"
24552       (nntp-address "ifi.uio.no")
24553       (nntp-port-number 4324))
24554 @end lisp
24555
24556 Here the virtual server name is @samp{odd-one} while the name of
24557 the physical server is @samp{ifi.uio.no}.
24558
24559 The back ends should be able to switch between several virtual servers.
24560 The standard back ends implement this by keeping an alist of virtual
24561 server environments that they pull down/push up when needed.
24562
24563 There are two groups of interface functions: @dfn{required functions},
24564 which must be present, and @dfn{optional functions}, which Gnus will
24565 always check for presence before attempting to call 'em.
24566
24567 All these functions are expected to return data in the buffer
24568 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
24569 unfortunately named, but we'll have to live with it.  When I talk about
24570 @dfn{resulting data}, I always refer to the data in that buffer.  When I
24571 talk about @dfn{return value}, I talk about the function value returned by
24572 the function call.  Functions that fail should return @code{nil} as the
24573 return value.
24574
24575 Some back ends could be said to be @dfn{server-forming} back ends, and
24576 some might be said not to be.  The latter are back ends that generally
24577 only operate on one group at a time, and have no concept of ``server''
24578 -- they have a group, and they deliver info on that group and nothing
24579 more.
24580
24581 Gnus identifies each message by way of group name and article number.  A
24582 few remarks about these article numbers might be useful.  First of all,
24583 the numbers are positive integers.  Secondly, it is normally not
24584 possible for later articles to `re-use' older article numbers without
24585 confusing Gnus.  That is, if a group has ever contained a message
24586 numbered 42, then no other message may get that number, or Gnus will get
24587 mightily confused.@footnote{See the function
24588 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
24589 Third, article numbers must be assigned in order of arrival in the
24590 group; this is not necessarily the same as the date of the message.
24591
24592 The previous paragraph already mentions all the `hard' restrictions that
24593 article numbers must fulfill.  But it seems that it might be useful to
24594 assign @emph{consecutive} article numbers, for Gnus gets quite confused
24595 if there are holes in the article numbering sequence.  However, due to
24596 the `no-reuse' restriction, holes cannot be avoided altogether.  It's
24597 also useful for the article numbers to start at 1 to avoid running out
24598 of numbers as long as possible.
24599
24600 Note that by convention, backends are named @code{nnsomething}, but
24601 Gnus also comes with some @code{nnnotbackends}, such as
24602 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
24603
24604 In the examples and definitions I will refer to the imaginary back end
24605 @code{nnchoke}.
24606
24607 @cindex @code{nnchoke}
24608
24609 @menu
24610 * Required Back End Functions::  Functions that must be implemented.
24611 * Optional Back End Functions::  Functions that need not be implemented.
24612 * Error Messaging::             How to get messages and report errors.
24613 * Writing New Back Ends::       Extending old back ends.
24614 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
24615 * Mail-like Back Ends::         Some tips on mail back ends.
24616 @end menu
24617
24618
24619 @node Required Back End Functions
24620 @subsubsection Required Back End Functions
24621
24622 @table @code
24623
24624 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
24625
24626 @var{articles} is either a range of article numbers or a list of
24627 @code{Message-ID}s.  Current back ends do not fully support either---only
24628 sequences (lists) of article numbers, and most back ends do not support
24629 retrieval of @code{Message-ID}s.  But they should try for both.
24630
24631 The result data should either be HEADs or @sc{nov} lines, and the result
24632 value should either be @code{headers} or @code{nov} to reflect this.
24633 This might later be expanded to @code{various}, which will be a mixture
24634 of HEADs and @sc{nov} lines, but this is currently not supported by Gnus.
24635
24636 If @var{fetch-old} is non-@code{nil} it says to try fetching "extra
24637 headers", in some meaning of the word.  This is generally done by
24638 fetching (at most) @var{fetch-old} extra headers less than the smallest
24639 article number in @code{articles}, and filling the gaps as well.  The
24640 presence of this parameter can be ignored if the back end finds it
24641 cumbersome to follow the request.  If this is non-@code{nil} and not a
24642 number, do maximum fetches.
24643
24644 Here's an example HEAD:
24645
24646 @example
24647 221 1056 Article retrieved.
24648 Path: ifi.uio.no!sturles
24649 From: sturles@@ifi.uio.no (Sturle Sunde)
24650 Newsgroups: ifi.discussion
24651 Subject: Re: Something very droll
24652 Date: 27 Oct 1994 14:02:57 +0100
24653 Organization: Dept. of Informatics, University of Oslo, Norway
24654 Lines: 26
24655 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
24656 References: <38jdmq$4qu@@visbur.ifi.uio.no>
24657 NNTP-Posting-Host: holmenkollen.ifi.uio.no
24658 .
24659 @end example
24660
24661 So a @code{headers} return value would imply that there's a number of
24662 these in the data buffer.
24663
24664 Here's a BNF definition of such a buffer:
24665
24666 @example
24667 headers        = *head
24668 head           = error / valid-head
24669 error-message  = [ "4" / "5" ] 2number " " <error message> eol
24670 valid-head     = valid-message *header "." eol
24671 valid-message  = "221 " <number> " Article retrieved." eol
24672 header         = <text> eol
24673 @end example
24674
24675 If the return value is @code{nov}, the data buffer should contain
24676 @dfn{network overview database} lines.  These are basically fields
24677 separated by tabs.
24678
24679 @example
24680 nov-buffer = *nov-line
24681 nov-line   = 8*9 [ field <TAB> ] eol
24682 field      = <text except TAB>
24683 @end example
24684
24685 For a closer look at what should be in those fields,
24686 @pxref{Headers}.
24687
24688
24689 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
24690
24691 @var{server} is here the virtual server name.  @var{definitions} is a
24692 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
24693
24694 If the server can't be opened, no error should be signaled.  The back end
24695 may then choose to refuse further attempts at connecting to this
24696 server.  In fact, it should do so.
24697
24698 If the server is opened already, this function should return a
24699 non-@code{nil} value.  There should be no data returned.
24700
24701
24702 @item (nnchoke-close-server &optional SERVER)
24703
24704 Close connection to @var{server} and free all resources connected
24705 to it.  Return @code{nil} if the server couldn't be closed for some
24706 reason.
24707
24708 There should be no data returned.
24709
24710
24711 @item (nnchoke-request-close)
24712
24713 Close connection to all servers and free all resources that the back end
24714 have reserved.  All buffers that have been created by that back end
24715 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
24716 function is generally only called when Gnus is shutting down.
24717
24718 There should be no data returned.
24719
24720
24721 @item (nnchoke-server-opened &optional SERVER)
24722
24723 If @var{server} is the current virtual server, and the connection to the
24724 physical server is alive, then this function should return a
24725 non-@code{nil} vlue.  This function should under no circumstances
24726 attempt to reconnect to a server we have lost connection to.
24727
24728 There should be no data returned.
24729
24730
24731 @item (nnchoke-status-message &optional SERVER)
24732
24733 This function should return the last error message from @var{server}.
24734
24735 There should be no data returned.
24736
24737
24738 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
24739
24740 The result data from this function should be the article specified by
24741 @var{article}.  This might either be a @code{Message-ID} or a number.
24742 It is optional whether to implement retrieval by @code{Message-ID}, but
24743 it would be nice if that were possible.
24744
24745 If @var{to-buffer} is non-@code{nil}, the result data should be returned
24746 in this buffer instead of the normal data buffer.  This is to make it
24747 possible to avoid copying large amounts of data from one buffer to
24748 another, while Gnus mainly requests articles to be inserted directly
24749 into its article buffer.
24750
24751 If it is at all possible, this function should return a cons cell where
24752 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
24753 the article number.  This will enable Gnus to find out what the real
24754 group and article numbers are when fetching articles by
24755 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
24756 on successful article retrieval.
24757
24758
24759 @item (nnchoke-request-group GROUP &optional SERVER FAST)
24760
24761 Get data on @var{group}.  This function also has the side effect of
24762 making @var{group} the current group.
24763
24764 If @var{fast}, don't bother to return useful data, just make @var{group}
24765 the current group.
24766
24767 Here's an example of some result data and a definition of the same:
24768
24769 @example
24770 211 56 1000 1059 ifi.discussion
24771 @end example
24772
24773 The first number is the status, which should be 211.  Next is the
24774 total number of articles in the group, the lowest article number, the
24775 highest article number, and finally the group name.  Note that the total
24776 number of articles may be less than one might think while just
24777 considering the highest and lowest article numbers, but some articles
24778 may have been canceled.  Gnus just discards the total-number, so
24779 whether one should take the bother to generate it properly (if that is a
24780 problem) is left as an exercise to the reader.  If the group contains no
24781 articles, the lowest article number should be reported as 1 and the
24782 highest as 0.
24783
24784 @example
24785 group-status = [ error / info ] eol
24786 error        = [ "4" / "5" ] 2<number> " " <Error message>
24787 info         = "211 " 3* [ <number> " " ] <string>
24788 @end example
24789
24790
24791 @item (nnchoke-close-group GROUP &optional SERVER)
24792
24793 Close @var{group} and free any resources connected to it.  This will be
24794 a no-op on most back ends.
24795
24796 There should be no data returned.
24797
24798
24799 @item (nnchoke-request-list &optional SERVER)
24800
24801 Return a list of all groups available on @var{server}.  And that means
24802 @emph{all}.
24803
24804 Here's an example from a server that only carries two groups:
24805
24806 @example
24807 ifi.test 0000002200 0000002000 y
24808 ifi.discussion 3324 3300 n
24809 @end example
24810
24811 On each line we have a group name, then the highest article number in
24812 that group, the lowest article number, and finally a flag.  If the group
24813 contains no articles, the lowest article number should be reported as 1
24814 and the highest as 0.
24815
24816 @example
24817 active-file = *active-line
24818 active-line = name " " <number> " " <number> " " flags eol
24819 name        = <string>
24820 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
24821 @end example
24822
24823 The flag says whether the group is read-only (@samp{n}), is moderated
24824 (@samp{m}), is dead (@samp{x}), is aliased to some other group
24825 (@samp{=other-group}) or none of the above (@samp{y}).
24826
24827
24828 @item (nnchoke-request-post &optional SERVER)
24829
24830 This function should post the current buffer.  It might return whether
24831 the posting was successful or not, but that's not required.  If, for
24832 instance, the posting is done asynchronously, it has generally not been
24833 completed by the time this function concludes.  In that case, this
24834 function should set up some kind of sentinel to beep the user loud and
24835 clear if the posting could not be completed.
24836
24837 There should be no result data from this function.
24838
24839 @end table
24840
24841
24842 @node Optional Back End Functions
24843 @subsubsection Optional Back End Functions
24844
24845 @table @code
24846
24847 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
24848
24849 @var{groups} is a list of groups, and this function should request data
24850 on all those groups.  How it does it is of no concern to Gnus, but it
24851 should attempt to do this in a speedy fashion.
24852
24853 The return value of this function can be either @code{active} or
24854 @code{group}, which says what the format of the result data is.  The
24855 former is in the same format as the data from
24856 @code{nnchoke-request-list}, while the latter is a buffer full of lines
24857 in the same format as @code{nnchoke-request-group} gives.
24858
24859 @example
24860 group-buffer = *active-line / *group-status
24861 @end example
24862
24863
24864 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
24865
24866 A Gnus group info (@pxref{Group Info}) is handed to the back end for
24867 alterations.  This comes in handy if the back end really carries all the
24868 information (as is the case with virtual and imap groups).  This
24869 function should destructively alter the info to suit its needs, and
24870 should return a non-nil value.
24871
24872 There should be no result data from this function.
24873
24874
24875 @item (nnchoke-request-type GROUP &optional ARTICLE)
24876
24877 When the user issues commands for ``sending news'' (@kbd{F} in the
24878 summary buffer, for instance), Gnus has to know whether the article the
24879 user is following up on is news or mail.  This function should return
24880 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
24881 is mail and @code{unknown} if the type can't be decided.  (The
24882 @var{article} parameter is necessary in @code{nnvirtual} groups which
24883 might very well combine mail groups and news groups.)  Both @var{group}
24884 and @var{article} may be @code{nil}.
24885
24886 There should be no result data from this function.
24887
24888
24889 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
24890
24891 Set/remove/add marks on articles.  Normally Gnus handles the article
24892 marks (such as read, ticked, expired etc) internally, and store them in
24893 @file{~/.newsrc.eld}.  Some back ends (such as @sc{imap}) however carry
24894 all information about the articles on the server, so Gnus need to
24895 propagate the mark information to the server.
24896
24897 @var{action} is a list of mark setting requests, having this format:
24898
24899 @example
24900 (RANGE ACTION MARK)
24901 @end example
24902
24903 @var{range} is a range of articles you wish to update marks on.
24904 @var{action} is @code{add} or @code{del}, used to add marks or remove
24905 marks (preserving all marks not mentioned).  @var{mark} is a list of
24906 marks; where each mark is a symbol.  Currently used marks are
24907 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
24908 @code{dormant}, @code{save}, @code{download}, @code{unsend},
24909 @code{forward} and @code{recent}, but your back end should, if
24910 possible, not limit itself to these.
24911
24912 Given contradictory actions, the last action in the list should be the
24913 effective one.  That is, if your action contains a request to add the
24914 @code{tick} mark on article 1 and, later in the list, a request to
24915 remove the mark on the same article, the mark should in fact be removed.
24916
24917 An example action list:
24918
24919 @example
24920 (((5 12 30) 'del '(tick))
24921  ((10 . 90) 'add '(read expire))
24922  ((92 94) 'del '(read)))
24923 @end example
24924
24925 The function should return a range of articles it wasn't able to set the
24926 mark on (currently not used for anything).
24927
24928 There should be no result data from this function.
24929
24930 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
24931
24932 If the user tries to set a mark that the back end doesn't like, this
24933 function may change the mark.  Gnus will use whatever this function
24934 returns as the mark for @var{article} instead of the original
24935 @var{mark}.  If the back end doesn't care, it must return the original
24936 @var{mark}, and not @code{nil} or any other type of garbage.
24937
24938 The only use for this I can see is what @code{nnvirtual} does with
24939 it---if a component group is auto-expirable, marking an article as read
24940 in the virtual group should result in the article being marked as
24941 expirable.
24942
24943 There should be no result data from this function.
24944
24945
24946 @item (nnchoke-request-scan &optional GROUP SERVER)
24947
24948 This function may be called at any time (by Gnus or anything else) to
24949 request that the back end check for incoming articles, in one way or
24950 another.  A mail back end will typically read the spool file or query the
24951 POP server when this function is invoked.  The @var{group} doesn't have
24952 to be heeded---if the back end decides that it is too much work just
24953 scanning for a single group, it may do a total scan of all groups.  It
24954 would be nice, however, to keep things local if that's practical.
24955
24956 There should be no result data from this function.
24957
24958
24959 @item (nnchoke-request-group-description GROUP &optional SERVER)
24960
24961 The result data from this function should be a description of
24962 @var{group}.
24963
24964 @example
24965 description-line = name <TAB> description eol
24966 name             = <string>
24967 description      = <text>
24968 @end example
24969
24970 @item (nnchoke-request-list-newsgroups &optional SERVER)
24971
24972 The result data from this function should be the description of all
24973 groups available on the server.
24974
24975 @example
24976 description-buffer = *description-line
24977 @end example
24978
24979
24980 @item (nnchoke-request-newgroups DATE &optional SERVER)
24981
24982 The result data from this function should be all groups that were
24983 created after @samp{date}, which is in normal human-readable date format
24984 (i.e., the date format used in mail and news headers, and returned by
24985 the function @code{message-make-date} by default).  The data should be
24986 in the active buffer format.
24987
24988 It is okay for this function to return `too many' groups; some back ends
24989 might find it cheaper to return the full list of groups, rather than
24990 just the new groups.  But don't do this for back ends with many groups.
24991 Normally, if the user creates the groups herself, there won't be too
24992 many groups, so @code{nnml} and the like are probably safe.  But for
24993 back ends like @code{nntp}, where the groups have been created by the
24994 server, it is quite likely that there can be many groups.
24995
24996
24997 @item (nnchoke-request-create-group GROUP &optional SERVER)
24998
24999 This function should create an empty group with name @var{group}.
25000
25001 There should be no return data.
25002
25003
25004 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
25005
25006 This function should run the expiry process on all articles in the
25007 @var{articles} range (which is currently a simple list of article
25008 numbers.)  It is left up to the back end to decide how old articles
25009 should be before they are removed by this function.  If @var{force} is
25010 non-@code{nil}, all @var{articles} should be deleted, no matter how new
25011 they are.
25012
25013 This function should return a list of articles that it did not/was not
25014 able to delete.
25015
25016 There should be no result data returned.
25017
25018
25019 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM
25020 &optional LAST)
25021
25022 This function should move @var{article} (which is a number) from
25023 @var{group} by calling @var{accept-form}.
25024
25025 This function should ready the article in question for moving by
25026 removing any header lines it has added to the article, and generally
25027 should ``tidy up'' the article.  Then it should @code{eval}
25028 @var{accept-form} in the buffer where the ``tidy'' article is.  This
25029 will do the actual copying.  If this @code{eval} returns a
25030 non-@code{nil} value, the article should be removed.
25031
25032 If @var{last} is @code{nil}, that means that there is a high likelihood
25033 that there will be more requests issued shortly, so that allows some
25034 optimizations.
25035
25036 The function should return a cons where the @code{car} is the group name and
25037 the @code{cdr} is the article number that the article was entered as.
25038
25039 There should be no data returned.
25040
25041
25042 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
25043
25044 This function takes the current buffer and inserts it into @var{group}.
25045 If @var{last} in @code{nil}, that means that there will be more calls to
25046 this function in short order.
25047
25048 The function should return a cons where the @code{car} is the group name and
25049 the @code{cdr} is the article number that the article was entered as.
25050
25051 The group should exist before the backend is asked to accept the
25052 article for that group.
25053
25054 There should be no data returned.
25055
25056
25057 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
25058
25059 This function should remove @var{article} (which is a number) from
25060 @var{group} and insert @var{buffer} there instead.
25061
25062 There should be no data returned.
25063
25064
25065 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
25066
25067 This function should delete @var{group}.  If @var{force}, it should
25068 really delete all the articles in the group, and then delete the group
25069 itself.  (If there is such a thing as ``the group itself''.)
25070
25071 There should be no data returned.
25072
25073
25074 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
25075
25076 This function should rename @var{group} into @var{new-name}.  All
25077 articles in @var{group} should move to @var{new-name}.
25078
25079 There should be no data returned.
25080
25081 @end table
25082
25083
25084 @node Error Messaging
25085 @subsubsection Error Messaging
25086
25087 @findex nnheader-report
25088 @findex nnheader-get-report
25089 The back ends should use the function @code{nnheader-report} to report
25090 error conditions---they should not raise errors when they aren't able to
25091 perform a request.  The first argument to this function is the back end
25092 symbol, and the rest are interpreted as arguments to @code{format} if
25093 there are multiple of them, or just a string if there is one of them.
25094 This function must always returns @code{nil}.
25095
25096 @lisp
25097 (nnheader-report 'nnchoke "You did something totally bogus")
25098
25099 (nnheader-report 'nnchoke "Could not request group %s" group)
25100 @end lisp
25101
25102 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
25103 @code{nil} back from a server, and this function returns the most
25104 recently reported message for the back end in question.  This function
25105 takes one argument---the server symbol.
25106
25107 Internally, these functions access @var{back-end}@code{-status-string},
25108 so the @code{nnchoke} back end will have its error message stored in
25109 @code{nnchoke-status-string}.
25110
25111
25112 @node Writing New Back Ends
25113 @subsubsection Writing New Back Ends
25114
25115 Many back ends are quite similar.  @code{nnml} is just like
25116 @code{nnspool}, but it allows you to edit the articles on the server.
25117 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
25118 and it doesn't maintain overview databases.  @code{nndir} is just like
25119 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
25120 editing articles.
25121
25122 It would make sense if it were possible to ``inherit'' functions from
25123 back ends when writing new back ends.  And, indeed, you can do that if you
25124 want to.  (You don't have to if you don't want to, of course.)
25125
25126 All the back ends declare their public variables and functions by using a
25127 package called @code{nnoo}.
25128
25129 To inherit functions from other back ends (and allow other back ends to
25130 inherit functions from the current back end), you should use the
25131 following macros:
25132
25133 @table @code
25134
25135 @item nnoo-declare
25136 This macro declares the first parameter to be a child of the subsequent
25137 parameters.  For instance:
25138
25139 @lisp
25140 (nnoo-declare nndir
25141   nnml nnmh)
25142 @end lisp
25143
25144 @code{nndir} has declared here that it intends to inherit functions from
25145 both @code{nnml} and @code{nnmh}.
25146
25147 @item defvoo
25148 This macro is equivalent to @code{defvar}, but registers the variable as
25149 a public server variable.  Most state-oriented variables should be
25150 declared with @code{defvoo} instead of @code{defvar}.
25151
25152 In addition to the normal @code{defvar} parameters, it takes a list of
25153 variables in the parent back ends to map the variable to when executing
25154 a function in those back ends.
25155
25156 @lisp
25157 (defvoo nndir-directory nil
25158   "Where nndir will look for groups."
25159   nnml-current-directory nnmh-current-directory)
25160 @end lisp
25161
25162 This means that @code{nnml-current-directory} will be set to
25163 @code{nndir-directory} when an @code{nnml} function is called on behalf
25164 of @code{nndir}.  (The same with @code{nnmh}.)
25165
25166 @item nnoo-define-basics
25167 This macro defines some common functions that almost all back ends should
25168 have.
25169
25170 @example
25171 (nnoo-define-basics nndir)
25172 @end example
25173
25174 @item deffoo
25175 This macro is just like @code{defun} and takes the same parameters.  In
25176 addition to doing the normal @code{defun} things, it registers the
25177 function as being public so that other back ends can inherit it.
25178
25179 @item nnoo-map-functions
25180 This macro allows mapping of functions from the current back end to
25181 functions from the parent back ends.
25182
25183 @example
25184 (nnoo-map-functions nndir
25185   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25186   (nnmh-request-article 0 nndir-current-group 0 0))
25187 @end example
25188
25189 This means that when @code{nndir-retrieve-headers} is called, the first,
25190 third, and fourth parameters will be passed on to
25191 @code{nnml-retrieve-headers}, while the second parameter is set to the
25192 value of @code{nndir-current-group}.
25193
25194 @item nnoo-import
25195 This macro allows importing functions from back ends.  It should be the
25196 last thing in the source file, since it will only define functions that
25197 haven't already been defined.
25198
25199 @example
25200 (nnoo-import nndir
25201   (nnmh
25202    nnmh-request-list
25203    nnmh-request-newgroups)
25204   (nnml))
25205 @end example
25206
25207 This means that calls to @code{nndir-request-list} should just be passed
25208 on to @code{nnmh-request-list}, while all public functions from
25209 @code{nnml} that haven't been defined in @code{nndir} yet should be
25210 defined now.
25211
25212 @end table
25213
25214 Below is a slightly shortened version of the @code{nndir} back end.
25215
25216 @lisp
25217 ;;; nndir.el --- single directory newsgroup access for Gnus
25218 ;; Copyright (C) 1995,96 Free Software Foundation, Inc.
25219
25220 ;;; Code:
25221
25222 (require 'nnheader)
25223 (require 'nnmh)
25224 (require 'nnml)
25225 (require 'nnoo)
25226 (eval-when-compile (require 'cl))
25227
25228 (nnoo-declare nndir
25229   nnml nnmh)
25230
25231 (defvoo nndir-directory nil
25232   "Where nndir will look for groups."
25233   nnml-current-directory nnmh-current-directory)
25234
25235 (defvoo nndir-nov-is-evil nil
25236   "*Non-nil means that nndir will never retrieve NOV headers."
25237   nnml-nov-is-evil)
25238
25239 (defvoo nndir-current-group ""
25240   nil
25241   nnml-current-group nnmh-current-group)
25242 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
25243 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
25244
25245 (defvoo nndir-status-string "" nil nnmh-status-string)
25246 (defconst nndir-version "nndir 1.0")
25247
25248 ;;; Interface functions.
25249
25250 (nnoo-define-basics nndir)
25251
25252 (deffoo nndir-open-server (server &optional defs)
25253   (setq nndir-directory
25254         (or (cadr (assq 'nndir-directory defs))
25255             server))
25256   (unless (assq 'nndir-directory defs)
25257     (push `(nndir-directory ,server) defs))
25258   (push `(nndir-current-group
25259           ,(file-name-nondirectory
25260             (directory-file-name nndir-directory)))
25261         defs)
25262   (push `(nndir-top-directory
25263           ,(file-name-directory (directory-file-name nndir-directory)))
25264         defs)
25265   (nnoo-change-server 'nndir server defs))
25266
25267 (nnoo-map-functions nndir
25268   (nnml-retrieve-headers 0 nndir-current-group 0 0)
25269   (nnmh-request-article 0 nndir-current-group 0 0)
25270   (nnmh-request-group nndir-current-group 0 0)
25271   (nnmh-close-group nndir-current-group 0))
25272
25273 (nnoo-import nndir
25274   (nnmh
25275    nnmh-status-message
25276    nnmh-request-list
25277    nnmh-request-newgroups))
25278
25279 (provide 'nndir)
25280 @end lisp
25281
25282
25283 @node Hooking New Back Ends Into Gnus
25284 @subsubsection Hooking New Back Ends Into Gnus
25285
25286 @vindex gnus-valid-select-methods
25287 @findex gnus-declare-backend
25288 Having Gnus start using your new back end is rather easy---you just
25289 declare it with the @code{gnus-declare-backend} functions.  This will
25290 enter the back end into the @code{gnus-valid-select-methods} variable.
25291
25292 @code{gnus-declare-backend} takes two parameters---the back end name and
25293 an arbitrary number of @dfn{abilities}.
25294
25295 Here's an example:
25296
25297 @lisp
25298 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
25299 @end lisp
25300
25301 The above line would then go in the @file{nnchoke.el} file.
25302
25303 The abilities can be:
25304
25305 @table @code
25306 @item mail
25307 This is a mailish back end---followups should (probably) go via mail.
25308 @item post
25309 This is a newsish back end---followups should (probably) go via news.
25310 @item post-mail
25311 This back end supports both mail and news.
25312 @item none
25313 This is neither a post nor mail back end---it's something completely
25314 different.
25315 @item respool
25316 It supports respooling---or rather, it is able to modify its source
25317 articles and groups.
25318 @item address
25319 The name of the server should be in the virtual server name.  This is
25320 true for almost all back ends.
25321 @item prompt-address
25322 The user should be prompted for an address when doing commands like
25323 @kbd{B} in the group buffer.  This is true for back ends like
25324 @code{nntp}, but not @code{nnmbox}, for instance.
25325 @end table
25326
25327
25328 @node Mail-like Back Ends
25329 @subsubsection Mail-like Back Ends
25330
25331 One of the things that separate the mail back ends from the rest of the
25332 back ends is the heavy dependence by most of the mail back ends on
25333 common functions in @file{nnmail.el}.  For instance, here's the
25334 definition of @code{nnml-request-scan}:
25335
25336 @lisp
25337 (deffoo nnml-request-scan (&optional group server)
25338   (setq nnml-article-file-alist nil)
25339   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
25340 @end lisp
25341
25342 It simply calls @code{nnmail-get-new-mail} with a few parameters,
25343 and @code{nnmail} takes care of all the moving and splitting of the
25344 mail.
25345
25346 This function takes four parameters.
25347
25348 @table @var
25349 @item method
25350 This should be a symbol to designate which back end is responsible for
25351 the call.
25352
25353 @item exit-function
25354 This function should be called after the splitting has been performed.
25355
25356 @item temp-directory
25357 Where the temporary files should be stored.
25358
25359 @item group
25360 This optional argument should be a group name if the splitting is to be
25361 performed for one group only.
25362 @end table
25363
25364 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
25365 save each article.  @var{back-end}@code{-active-number} will be called to
25366 find the article number assigned to this article.
25367
25368 The function also uses the following variables:
25369 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
25370 this back end); and @var{back-end}@code{-group-alist} and
25371 @var{back-end}@code{-active-file} to generate the new active file.
25372 @var{back-end}@code{-group-alist} should be a group-active alist, like
25373 this:
25374
25375 @example
25376 (("a-group" (1 . 10))
25377  ("some-group" (34 . 39)))
25378 @end example
25379
25380
25381 @node Score File Syntax
25382 @subsection Score File Syntax
25383
25384 Score files are meant to be easily parseable, but yet extremely
25385 mallable.   It was decided that something that had the same read syntax
25386 as an Emacs Lisp list would fit that spec.
25387
25388 Here's a typical score file:
25389
25390 @lisp
25391 (("summary"
25392   ("win95" -10000 nil s)
25393   ("Gnus"))
25394  ("from"
25395   ("Lars" -1000))
25396  (mark -100))
25397 @end lisp
25398
25399 BNF definition of a score file:
25400
25401 @example
25402 score-file      = "" / "(" *element ")"
25403 element         = rule / atom
25404 rule            = string-rule / number-rule / date-rule
25405 string-rule     = "(" quote string-header quote space *string-match ")"
25406 number-rule     = "(" quote number-header quote space *number-match ")"
25407 date-rule       = "(" quote date-header quote space *date-match ")"
25408 quote           = <ascii 34>
25409 string-header   = "subject" / "from" / "references" / "message-id" /
25410                   "xref" / "body" / "head" / "all" / "followup"
25411 number-header   = "lines" / "chars"
25412 date-header     = "date"
25413 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
25414                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
25415 score           = "nil" / <integer>
25416 date            = "nil" / <natural number>
25417 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
25418                   "r" / "regex" / "R" / "Regex" /
25419                   "e" / "exact" / "E" / "Exact" /
25420                   "f" / "fuzzy" / "F" / "Fuzzy"
25421 number-match    = "(" <integer> [ "" / [ space score [ "" /
25422                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
25423 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
25424 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
25425                   space date [ "" / [ space date-match-t ] ] ] ] ")"
25426 date-match-t    = "nil" / "at" / "before" / "after"
25427 atom            = "(" [ required-atom / optional-atom ] ")"
25428 required-atom   = mark / expunge / mark-and-expunge / files /
25429                   exclude-files / read-only / touched
25430 optional-atom   = adapt / local / eval
25431 mark            = "mark" space nil-or-number
25432 nil-or-number   = "nil" / <integer>
25433 expunge         = "expunge" space nil-or-number
25434 mark-and-expunge = "mark-and-expunge" space nil-or-number
25435 files           = "files" *[ space <string> ]
25436 exclude-files   = "exclude-files" *[ space <string> ]
25437 read-only       = "read-only" [ space "nil" / space "t" ]
25438 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
25439 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
25440 local           = "local" *[ space "(" <string> space <form> ")" ]
25441 eval            = "eval" space <form>
25442 space           = *[ " " / <TAB> / <NEWLINE> ]
25443 @end example
25444
25445 Any unrecognized elements in a score file should be ignored, but not
25446 discarded.
25447
25448 As you can see, white space is needed, but the type and amount of white
25449 space is irrelevant.  This means that formatting of the score file is
25450 left up to the programmer---if it's simpler to just spew it all out on
25451 one looong line, then that's ok.
25452
25453 The meaning of the various atoms are explained elsewhere in this
25454 manual (@pxref{Score File Format}).
25455
25456
25457 @node Headers
25458 @subsection Headers
25459
25460 Internally Gnus uses a format for storing article headers that
25461 corresponds to the @sc{nov} format in a mysterious fashion.  One could
25462 almost suspect that the author looked at the @sc{nov} specification and
25463 just shamelessly @emph{stole} the entire thing, and one would be right.
25464
25465 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
25466 RFC 1036 to talk about lines in the head of an article (e.g.,
25467 @code{From}).  It is used by many people as a synonym for
25468 ``head''---``the header and the body''.  (That should be avoided, in my
25469 opinion.)  And Gnus uses a format internally that it calls ``header'',
25470 which is what I'm talking about here.  This is a 9-element vector,
25471 basically, with each header (ouch) having one slot.
25472
25473 These slots are, in order: @code{number}, @code{subject}, @code{from},
25474 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
25475 @code{xref}, and @code{extra}.  There are macros for accessing and
25476 setting these slots---they all have predictable names beginning with
25477 @code{mail-header-} and @code{mail-header-set-}, respectively.
25478
25479 All these slots contain strings, except the @code{extra} slot, which
25480 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
25481
25482
25483 @node Ranges
25484 @subsection Ranges
25485
25486 @sc{gnus} introduced a concept that I found so useful that I've started
25487 using it a lot and have elaborated on it greatly.
25488
25489 The question is simple: If you have a large amount of objects that are
25490 identified by numbers (say, articles, to take a @emph{wild} example)
25491 that you want to qualify as being ``included'', a normal sequence isn't
25492 very useful.  (A 200,000 length sequence is a bit long-winded.)
25493
25494 The solution is as simple as the question: You just collapse the
25495 sequence.
25496
25497 @example
25498 (1 2 3 4 5 6 10 11 12)
25499 @end example
25500
25501 is transformed into
25502
25503 @example
25504 ((1 . 6) (10 . 12))
25505 @end example
25506
25507 To avoid having those nasty @samp{(13 . 13)} elements to denote a
25508 lonesome object, a @samp{13} is a valid element:
25509
25510 @example
25511 ((1 . 6) 7 (10 . 12))
25512 @end example
25513
25514 This means that comparing two ranges to find out whether they are equal
25515 is slightly tricky:
25516
25517 @example
25518 ((1 . 5) 7 8 (10 . 12))
25519 @end example
25520
25521 and
25522
25523 @example
25524 ((1 . 5) (7 . 8) (10 . 12))
25525 @end example
25526
25527 are equal.  In fact, any non-descending list is a range:
25528
25529 @example
25530 (1 2 3 4 5)
25531 @end example
25532
25533 is a perfectly valid range, although a pretty long-winded one.  This is
25534 also valid:
25535
25536 @example
25537 (1 . 5)
25538 @end example
25539
25540 and is equal to the previous range.
25541
25542 Here's a BNF definition of ranges.  Of course, one must remember the
25543 semantic requirement that the numbers are non-descending.  (Any number
25544 of repetition of the same number is allowed, but apt to disappear in
25545 range handling.)
25546
25547 @example
25548 range           = simple-range / normal-range
25549 simple-range    = "(" number " . " number ")"
25550 normal-range    = "(" start-contents ")"
25551 contents        = "" / simple-range *[ " " contents ] /
25552                   number *[ " " contents ]
25553 @end example
25554
25555 Gnus currently uses ranges to keep track of read articles and article
25556 marks.  I plan on implementing a number of range operators in C if The
25557 Powers That Be are willing to let me.  (I haven't asked yet, because I
25558 need to do some more thinking on what operators I need to make life
25559 totally range-based without ever having to convert back to normal
25560 sequences.)
25561
25562
25563 @node Group Info
25564 @subsection Group Info
25565
25566 Gnus stores all permanent info on groups in a @dfn{group info} list.
25567 This list is from three to six elements (or more) long and exhaustively
25568 describes the group.
25569
25570 Here are two example group infos; one is a very simple group while the
25571 second is a more complex one:
25572
25573 @example
25574 ("no.group" 5 ((1 . 54324)))
25575
25576 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
25577                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
25578                 (nnml "")
25579                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
25580 @end example
25581
25582 The first element is the @dfn{group name}---as Gnus knows the group,
25583 anyway.  The second element is the @dfn{subscription level}, which
25584 normally is a small integer.  (It can also be the @dfn{rank}, which is a
25585 cons cell where the @code{car} is the level and the @code{cdr} is the
25586 score.)  The third element is a list of ranges of read articles.  The
25587 fourth element is a list of lists of article marks of various kinds.
25588 The fifth element is the select method (or virtual server, if you like).
25589 The sixth element is a list of @dfn{group parameters}, which is what
25590 this section is about.
25591
25592 Any of the last three elements may be missing if they are not required.
25593 In fact, the vast majority of groups will normally only have the first
25594 three elements, which saves quite a lot of cons cells.
25595
25596 Here's a BNF definition of the group info format:
25597
25598 @example
25599 info          = "(" group space ralevel space read
25600                 [ "" / [ space marks-list [ "" / [ space method [ "" /
25601                 space parameters ] ] ] ] ] ")"
25602 group         = quote <string> quote
25603 ralevel       = rank / level
25604 level         = <integer in the range of 1 to inf>
25605 rank          = "(" level "." score ")"
25606 score         = <integer in the range of 1 to inf>
25607 read          = range
25608 marks-lists   = nil / "(" *marks ")"
25609 marks         = "(" <string> range ")"
25610 method        = "(" <string> *elisp-forms ")"
25611 parameters    = "(" *elisp-forms ")"
25612 @end example
25613
25614 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
25615 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
25616 in pseudo-BNF.
25617
25618 If you have a Gnus info and want to access the elements, Gnus offers a
25619 series of macros for getting/setting these elements.
25620
25621 @table @code
25622 @item gnus-info-group
25623 @itemx gnus-info-set-group
25624 @findex gnus-info-group
25625 @findex gnus-info-set-group
25626 Get/set the group name.
25627
25628 @item gnus-info-rank
25629 @itemx gnus-info-set-rank
25630 @findex gnus-info-rank
25631 @findex gnus-info-set-rank
25632 Get/set the group rank (@pxref{Group Score}).
25633
25634 @item gnus-info-level
25635 @itemx gnus-info-set-level
25636 @findex gnus-info-level
25637 @findex gnus-info-set-level
25638 Get/set the group level.
25639
25640 @item gnus-info-score
25641 @itemx gnus-info-set-score
25642 @findex gnus-info-score
25643 @findex gnus-info-set-score
25644 Get/set the group score (@pxref{Group Score}).
25645
25646 @item gnus-info-read
25647 @itemx gnus-info-set-read
25648 @findex gnus-info-read
25649 @findex gnus-info-set-read
25650 Get/set the ranges of read articles.
25651
25652 @item gnus-info-marks
25653 @itemx gnus-info-set-marks
25654 @findex gnus-info-marks
25655 @findex gnus-info-set-marks
25656 Get/set the lists of ranges of marked articles.
25657
25658 @item gnus-info-method
25659 @itemx gnus-info-set-method
25660 @findex gnus-info-method
25661 @findex gnus-info-set-method
25662 Get/set the group select method.
25663
25664 @item gnus-info-params
25665 @itemx gnus-info-set-params
25666 @findex gnus-info-params
25667 @findex gnus-info-set-params
25668 Get/set the group parameters.
25669 @end table
25670
25671 All the getter functions take one parameter---the info list.  The setter
25672 functions take two parameters---the info list and the new value.
25673
25674 The last three elements in the group info aren't mandatory, so it may be
25675 necessary to extend the group info before setting the element.  If this
25676 is necessary, you can just pass on a non-@code{nil} third parameter to
25677 the three final setter functions to have this happen automatically.
25678
25679
25680 @node Extended Interactive
25681 @subsection Extended Interactive
25682 @cindex interactive
25683 @findex gnus-interactive
25684
25685 Gnus extends the standard Emacs @code{interactive} specification
25686 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
25687 Prefixes}).  Here's an example of how this is used:
25688
25689 @lisp
25690 (defun gnus-summary-increase-score (&optional score symp)
25691   (interactive (gnus-interactive "P\ny"))
25692   ...
25693   )
25694 @end lisp
25695
25696 The best thing to do would have been to implement
25697 @code{gnus-interactive} as a macro which would have returned an
25698 @code{interactive} form, but this isn't possible since Emacs checks
25699 whether a function is interactive or not by simply doing an @code{assq}
25700 on the lambda form.  So, instead we have @code{gnus-interactive}
25701 function that takes a string and returns values that are usable to
25702 @code{interactive}.
25703
25704 This function accepts (almost) all normal @code{interactive} specs, but
25705 adds a few more.
25706
25707 @table @samp
25708 @item y
25709 @vindex gnus-current-prefix-symbol
25710 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
25711 variable.
25712
25713 @item Y
25714 @vindex gnus-current-prefix-symbols
25715 A list of the current symbolic prefixes---the
25716 @code{gnus-current-prefix-symbol} variable.
25717
25718 @item A
25719 The current article number---the @code{gnus-summary-article-number}
25720 function.
25721
25722 @item H
25723 The current article header---the @code{gnus-summary-article-header}
25724 function.
25725
25726 @item g
25727 The current group name---the @code{gnus-group-group-name}
25728 function.
25729
25730 @end table
25731
25732
25733 @node Emacs/XEmacs Code
25734 @subsection Emacs/XEmacs Code
25735 @cindex XEmacs
25736 @cindex Emacsen
25737
25738 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
25739 platforms must be the primary one.  I chose Emacs.  Not because I don't
25740 like XEmacs or Mule, but because it comes first alphabetically.
25741
25742 This means that Gnus will byte-compile under Emacs with nary a warning,
25743 while XEmacs will pump out gigabytes of warnings while byte-compiling.
25744 As I use byte-compilation warnings to help me root out trivial errors in
25745 Gnus, that's very useful.
25746
25747 I've also consistently used Emacs function interfaces, but have used
25748 Gnusey aliases for the functions.  To take an example:  Emacs defines a
25749 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
25750 function.  I then define a function called @code{gnus-run-at-time} that
25751 takes the same parameters as the Emacs @code{run-at-time}.  When running
25752 Gnus under Emacs, the former function is just an alias for the latter.
25753 However, when running under XEmacs, the former is an alias for the
25754 following function:
25755
25756 @lisp
25757 (defun gnus-xmas-run-at-time (time repeat function &rest args)
25758   (start-itimer
25759    "gnus-run-at-time"
25760    `(lambda ()
25761       (,function ,@@args))
25762    time repeat))
25763 @end lisp
25764
25765 This sort of thing has been done for bunches of functions.  Gnus does
25766 not redefine any native Emacs functions while running under XEmacs---it
25767 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
25768 all over.
25769
25770 In the cases where the XEmacs function interface was obviously cleaner,
25771 I used it instead.  For example @code{gnus-region-active-p} is an alias
25772 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
25773
25774 Of course, I could have chosen XEmacs as my native platform and done
25775 mapping functions the other way around.  But I didn't.  The performance
25776 hit these indirections impose on Gnus under XEmacs should be slight.
25777
25778
25779 @node Various File Formats
25780 @subsection Various File Formats
25781
25782 @menu
25783 * Active File Format::          Information on articles and groups available.
25784 * Newsgroups File Format::      Group descriptions.
25785 @end menu
25786
25787
25788 @node Active File Format
25789 @subsubsection Active File Format
25790
25791 The active file lists all groups available on the server in
25792 question.  It also lists the highest and lowest current article numbers
25793 in each group.
25794
25795 Here's an excerpt from a typical active file:
25796
25797 @example
25798 soc.motss 296030 293865 y
25799 alt.binaries.pictures.fractals 3922 3913 n
25800 comp.sources.unix 1605 1593 m
25801 comp.binaries.ibm.pc 5097 5089 y
25802 no.general 1000 900 y
25803 @end example
25804
25805 Here's a pseudo-BNF definition of this file:
25806
25807 @example
25808 active      = *group-line
25809 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
25810 group       = <non-white-space string>
25811 spc         = " "
25812 high-number = <non-negative integer>
25813 low-number  = <positive integer>
25814 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
25815 @end example
25816
25817 For a full description of this file, see the manual pages for
25818 @samp{innd}, in particular @samp{active(5)}.
25819
25820
25821 @node Newsgroups File Format
25822 @subsubsection Newsgroups File Format
25823
25824 The newsgroups file lists groups along with their descriptions.  Not all
25825 groups on the server have to be listed,  and not all groups in the file
25826 have to exist on the server.  The file is meant purely as information to
25827 the user.
25828
25829 The format is quite simple; a group name, a tab, and the description.
25830 Here's the definition:
25831
25832 @example
25833 newsgroups    = *line
25834 line          = group tab description <NEWLINE>
25835 group         = <non-white-space string>
25836 tab           = <TAB>
25837 description   = <string>
25838 @end example
25839
25840
25841 @page
25842 @node Emacs for Heathens
25843 @section Emacs for Heathens
25844
25845 Believe it or not, but some people who use Gnus haven't really used
25846 Emacs much before they embarked on their journey on the Gnus Love Boat.
25847 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
25848 region'', and ``set @code{gnus-flargblossen} to an alist where the key
25849 is a regexp that is used for matching on the group name'' are magical
25850 phrases with little or no meaning, then this appendix is for you.  If
25851 you are already familiar with Emacs, just ignore this and go fondle your
25852 cat instead.
25853
25854 @menu
25855 * Keystrokes::                  Entering text and executing commands.
25856 * Emacs Lisp::                  The built-in Emacs programming language.
25857 @end menu
25858
25859
25860 @node Keystrokes
25861 @subsection Keystrokes
25862
25863 @itemize @bullet
25864 @item
25865 Q: What is an experienced Emacs user?
25866
25867 @item
25868 A: A person who wishes that the terminal had pedals.
25869 @end itemize
25870
25871 Yes, when you use Emacs, you are apt to use the control key, the shift
25872 key and the meta key a lot.  This is very annoying to some people
25873 (notably @code{vi}le users), and the rest of us just love the hell out
25874 of it.  Just give up and submit.  Emacs really does stand for
25875 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
25876 may have heard from other disreputable sources (like the Emacs author).
25877
25878 The shift keys are normally located near your pinky fingers, and are
25879 normally used to get capital letters and stuff.  You probably use it all
25880 the time.  The control key is normally marked ``CTRL'' or something like
25881 that.  The meta key is, funnily enough, never marked as such on any
25882 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
25883 which is the meta key on this keyboard.  It's usually located somewhere
25884 to the left hand side of the keyboard, usually on the bottom row.
25885
25886 Now, us Emacs people don't say ``press the meta-control-m key'',
25887 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
25888 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
25889 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
25890 down the control key, and hold it down while you press @kbd{k}''.
25891 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
25892 the control key and then press @kbd{k}''.  Simple, ay?
25893
25894 This is somewhat complicated by the fact that not all keyboards have a
25895 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
25896 means ``press escape, release escape, press @kbd{k}''.  That's much more
25897 work than if you have a meta key, so if that's the case, I respectfully
25898 suggest you get a real keyboard with a meta key.  You can't live without
25899 it.
25900
25901
25902
25903 @node Emacs Lisp
25904 @subsection Emacs Lisp
25905
25906 Emacs is the King of Editors because it's really a Lisp interpreter.
25907 Each and every key you tap runs some Emacs Lisp code snippet, and since
25908 Emacs Lisp is an interpreted language, that means that you can configure
25909 any key to run any arbitrary code.  You just, like, do it.
25910
25911 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
25912 functions.  (These are byte-compiled for speed, but it's still
25913 interpreted.)  If you decide that you don't like the way Gnus does
25914 certain things, it's trivial to have it do something a different way.
25915 (Well, at least if you know how to write Lisp code.)  However, that's
25916 beyond the scope of this manual, so we are simply going to talk about
25917 some common constructs that you normally use in your @file{.emacs} file
25918 to customize Gnus.
25919
25920 If you want to set the variable @code{gnus-florgbnize} to four (4), you
25921 write the following:
25922
25923 @lisp
25924 (setq gnus-florgbnize 4)
25925 @end lisp
25926
25927 This function (really ``special form'') @code{setq} is the one that can
25928 set a variable to some value.  This is really all you need to know.  Now
25929 you can go and fill your @file{.emacs} file with lots of these to change
25930 how Gnus works.
25931
25932 If you have put that thing in your @file{.emacs} file, it will be read
25933 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
25934 start Emacs.  If you want to change the variable right away, simply say
25935 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
25936 previous ``form'', which is a simple @code{setq} statement here.
25937
25938 Go ahead---just try it, if you're located at your Emacs.  After you
25939 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
25940 is the return value of the form you @code{eval}ed.
25941
25942 Some pitfalls:
25943
25944 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
25945 that means:
25946
25947 @lisp
25948 (setq gnus-read-active-file 'some)
25949 @end lisp
25950
25951 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
25952 @samp{nntp.ifi.uio.no}'', that means:
25953
25954 @lisp
25955 (setq gnus-nntp-server "nntp.ifi.uio.no")
25956 @end lisp
25957
25958 So be careful not to mix up strings (the latter) with symbols (the
25959 former).  The manual is unambiguous, but it can be confusing.
25960
25961 @page
25962 @include gnus-faq.texi
25963
25964 @node Index
25965 @chapter Index
25966 @printindex cp
25967
25968 @node Key Index
25969 @chapter Key Index
25970 @printindex ky
25971
25972 @summarycontents
25973 @contents
25974 @bye
25975
25976 @iftex
25977 @iflatex
25978 \end{document}
25979 @end iflatex
25980 @end iftex
25981
25982 @c Local Variables:
25983 @c mode: texinfo
25984 @c coding: iso-8859-1
25985 @c End:
25986 % LocalWords:  BNF mucho detailmenu cindex kindex kbd
25987 % LocalWords:  findex Gnusae vindex dfn dfn samp nntp setq nnspool nntpserver
25988 % LocalWords:  nnmbox newusers Blllrph NEWGROUPS dingnusdingnusdingnus
25989 % LocalWords:  pre fab rec comp nnslashdot regex ga ga sci nnml nnbabyl nnmh
25990 % LocalWords:  nnfolder emph looong eld newsreaders defun init elc pxref