Synch to No Gnus 200403220925.
[elisp/gnus.git-] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle T-gnus 6.17 Manual
5 @syncodeindex fn cp
6 @syncodeindex vr cp
7 @syncodeindex pg cp
8 @dircategory Emacs
9 @direntry
10 * Gnus: (gnus).         The newsreader Gnus.
11 @end direntry
12 @documentencoding ISO-8859-1
13 @iftex
14 @finalout
15 @end iftex
16 @setchapternewpage odd
17
18 @iftex
19 @iflatex
20 \documentclass[twoside,a4paper,openright,11pt]{book}
21 \usepackage[latin1]{inputenc}
22 \usepackage{pagestyle}
23 \usepackage{epsfig}
24 \usepackage{pixidx}
25 \input{gnusconfig.tex}
26
27 \ifx\pdfoutput\undefined
28 \else
29 \usepackage[pdftex,bookmarks,colorlinks=true]{hyperref}
30 \usepackage{thumbpdf}
31 \pdfcompresslevel=9
32 \fi
33
34 \makeindex
35 \begin{document}
36
37 \newcommand{\gnusversionname}{T-gnus v6.17}
38 \newcommand{\gnuschaptername}{}
39 \newcommand{\gnussectionname}{}
40
41 \newcommand{\gnusbackslash}{/}
42
43 \newcommand{\gnusref}[1]{``#1'' on page \pageref{#1}}
44 \ifx\pdfoutput\undefined
45 \newcommand{\gnusuref}[1]{\gnustt{#1}}
46 \else
47 \newcommand{\gnusuref}[1]{\href{#1}{\gnustt{#1}}}
48 \fi
49 \newcommand{\gnusxref}[1]{See ``#1'' on page \pageref{#1}}
50 \newcommand{\gnuspxref}[1]{see ``#1'' on page \pageref{#1}}
51
52 \newcommand{\gnuskindex}[1]{\index{#1}}
53 \newcommand{\gnusindex}[1]{\index{#1}}
54
55 \newcommand{\gnustt}[1]{{\gnusselectttfont{}#1}}
56 \newcommand{\gnuscode}[1]{\gnustt{#1}}
57 \newcommand{\gnusasis}[1]{\gnustt{#1}}
58 \newcommand{\gnusurl}[1]{\gnustt{#1}}
59 \newcommand{\gnuscommand}[1]{\gnustt{#1}}
60 \newcommand{\gnusenv}[1]{\gnustt{#1}}
61 \newcommand{\gnussamp}[1]{``{\fontencoding{OT1}\gnusselectttfont{}#1}''}
62 \newcommand{\gnuslisp}[1]{\gnustt{#1}}
63 \newcommand{\gnuskbd}[1]{`\gnustt{#1}'}
64 \newcommand{\gnuskey}[1]{`\gnustt{#1}'}
65 \newcommand{\gnusfile}[1]{`\gnustt{#1}'}
66 \newcommand{\gnusdfn}[1]{\textit{#1}}
67 \newcommand{\gnusi}[1]{\textit{#1}}
68 \newcommand{\gnusr}[1]{\textrm{#1}}
69 \newcommand{\gnusstrong}[1]{\textbf{#1}}
70 \newcommand{\gnusemph}[1]{\textit{#1}}
71 \newcommand{\gnusvar}[1]{{\fontsize{10pt}{10}\selectfont\textsl{\textsf{#1}}}}
72 \newcommand{\gnussc}[1]{\textsc{#1}}
73 \newcommand{\gnustitle}[1]{{\huge\textbf{#1}}}
74 \newcommand{\gnusversion}[1]{{\small\textit{#1}}}
75 \newcommand{\gnusauthor}[1]{{\large\textbf{#1}}}
76 \newcommand{\gnusresult}[1]{\gnustt{=> #1}}
77 \newcommand{\gnusacronym}[1]{\textsc{#1}}
78 \newcommand{\gnusemail}[1]{\textit{#1}}
79
80 \newcommand{\gnusbullet}{{${\bullet}$}}
81 \newcommand{\gnusdollar}{\$}
82 \newcommand{\gnusampersand}{\&}
83 \newcommand{\gnuspercent}{\%}
84 \newcommand{\gnushash}{\#}
85 \newcommand{\gnushat}{\symbol{"5E}}
86 \newcommand{\gnusunderline}{\symbol{"5F}}
87 \newcommand{\gnusnot}{$\neg$}
88 \newcommand{\gnustilde}{\symbol{"7E}}
89 \newcommand{\gnusless}{{$<$}}
90 \newcommand{\gnusgreater}{{$>$}}
91 \newcommand{\gnusbraceleft}{{$>$}}
92 \newcommand{\gnusbraceright}{{$>$}}
93
94 \newcommand{\gnushead}{\raisebox{-1cm}{\epsfig{figure=ps/gnus-head,height=1cm}}}
95 \newcommand{\gnusinteresting}{
96 \marginpar[\mbox{}\hfill\gnushead]{\gnushead}
97 }
98
99 \newcommand{\gnuscleardoublepage}{\ifodd\count0\mbox{}\clearpage\thispagestyle{empty}\mbox{}\clearpage\else\clearpage\fi}
100
101 \newcommand{\gnuspagechapter}[1]{
102 {\mbox{}}
103 }
104
105 \newdimen{\gnusdimen}
106 \gnusdimen 0pt
107
108 \newcommand{\gnuschapter}[2]{
109 \gnuscleardoublepage
110 \ifdim \gnusdimen = 0pt\setcounter{page}{1}\pagestyle{gnus}\pagenumbering{arabic} \gnusdimen 1pt\fi
111 \chapter{#2}
112 \renewcommand{\gnussectionname}{}
113 \renewcommand{\gnuschaptername}{#2}
114 \thispagestyle{empty}
115 \hspace*{-2cm}
116 \begin{picture}(500,500)(0,0)
117 \put(480,350){\makebox(0,0)[tr]{#1}}
118 \put(40,300){\makebox(500,50)[bl]{{\Huge\bf{#2}}}}
119 \end{picture}
120 \clearpage
121 }
122
123 \newcommand{\gnusfigure}[3]{
124 \begin{figure}
125 \mbox{}\ifodd\count0\hspace*{-0.8cm}\else\hspace*{-3cm}\fi\begin{picture}(440,#2)
126 #3
127 \end{picture}
128 \caption{#1}
129 \end{figure}
130 }
131
132 \newcommand{\gnusicon}[1]{
133 \marginpar[\mbox{}\hfill\raisebox{-1.5cm}{\epsfig{figure=ps/#1-up,height=1.5cm}}]{\raisebox{-1cm}{\epsfig{figure=ps/#1-up,height=1cm}}}
134 }
135
136 \newcommand{\gnuspicon}[1]{
137 \margindex{\epsfig{figure=#1,width=2cm}}
138 }
139
140 \newcommand{\gnusxface}[2]{
141 \margindex{\epsfig{figure=#1,width=1cm}\epsfig{figure=#2,width=1cm}}
142 }
143
144 \newcommand{\gnussmiley}[2]{
145 \margindex{\makebox[2cm]{\hfill\epsfig{figure=#1,width=0.5cm}\hfill\epsfig{figure=#2,width=0.5cm}\hfill}}
146 }
147
148 \newcommand{\gnusitemx}[1]{\mbox{}\vspace*{-\itemsep}\vspace*{-\parsep}\item#1}
149
150 \newcommand{\gnussection}[1]{
151 \renewcommand{\gnussectionname}{#1}
152 \section{#1}
153 }
154
155 \newenvironment{codelist}%
156 {\begin{list}{}{
157 }
158 }{\end{list}}
159
160 \newenvironment{asislist}%
161 {\begin{list}{}{
162 }
163 }{\end{list}}
164
165 \newenvironment{kbdlist}%
166 {\begin{list}{}{
167 \labelwidth=0cm
168 }
169 }{\end{list}}
170
171 \newenvironment{dfnlist}%
172 {\begin{list}{}{
173 }
174 }{\end{list}}
175
176 \newenvironment{stronglist}%
177 {\begin{list}{}{
178 }
179 }{\end{list}}
180
181 \newenvironment{samplist}%
182 {\begin{list}{}{
183 }
184 }{\end{list}}
185
186 \newenvironment{varlist}%
187 {\begin{list}{}{
188 }
189 }{\end{list}}
190
191 \newenvironment{emphlist}%
192 {\begin{list}{}{
193 }
194 }{\end{list}}
195
196 \newlength\gnusheadtextwidth
197 \setlength{\gnusheadtextwidth}{\headtextwidth}
198 \addtolength{\gnusheadtextwidth}{1cm}
199
200 \newpagestyle{gnuspreamble}%
201 {
202 {
203 \ifodd\count0
204 {
205 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\mbox{}}\textbf{\hfill\roman{page}}}
206 }
207 \else
208 {
209 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\roman{page}\hfill\mbox{}}}
210 }
211 }
212 \fi
213 }
214 }
215 {
216 \ifodd\count0
217 \mbox{} \hfill
218 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
219 \else
220 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
221 \hfill \mbox{}
222 \fi
223 }
224
225 \newpagestyle{gnusindex}%
226 {
227 {
228 \ifodd\count0
229 {
230 \hspace*{-0.23cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\gnuschaptername\hfill\arabic{page}}}}
231 }
232 \else
233 {
234 \hspace*{-3.25cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}
235 }
236 \fi
237 }
238 }
239 {
240 \ifodd\count0
241 \mbox{} \hfill
242 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
243 \else
244 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
245 \hfill \mbox{}
246 \fi
247 }
248
249 \newpagestyle{gnus}%
250 {
251 {
252 \ifodd\count0
253 {
254 \makebox[12cm]{\hspace*{3.1cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{chapter}.\arabic{section}} \textbf{\gnussectionname\hfill\arabic{page}}}}}
255 }
256 \else
257 {
258 \makebox[12cm]{\hspace*{-2.95cm}\underline{\makebox[\gnusheadtextwidth]{\textbf{\arabic{page}\hfill\gnuschaptername}}}}
259 }
260 \fi
261 }
262 }
263 {
264 \ifodd\count0
265 \mbox{} \hfill
266 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
267 \else
268 \raisebox{-0.5cm}{\epsfig{figure=ps/gnus-big-logo,height=1cm}}
269 \hfill \mbox{}
270 \fi
271 }
272
273 \pagenumbering{roman}
274 \pagestyle{gnuspreamble}
275
276 @end iflatex
277 @end iftex
278
279 @iftex
280 @iflatex
281 \begin{titlepage}
282 {
283
284 %\addtolength{\oddsidemargin}{-5cm}
285 %\addtolength{\evensidemargin}{-5cm}
286 \parindent=0cm
287 \addtolength{\textheight}{2cm}
288
289 \gnustitle{\gnustitlename}\hfill\gnusversion{\gnusversionname}\\
290 \rule{15cm}{1mm}\\
291 \vfill
292 \hspace*{0cm}\epsfig{figure=ps/gnus-big-logo,height=15cm}
293 \vfill
294 \rule{15cm}{1mm}\\
295 \gnusauthor{by Lars Magne Ingebrigtsen}
296 \newpage
297 }
298
299 \mbox{}
300 \vfill
301
302 \thispagestyle{empty}
303
304 Copyright \copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
305 2002, 2003, 2004
306 Free Software Foundation, Inc.
307
308
309 Permission is granted to copy, distribute and/or modify this document
310 under the terms of the GNU Free Documentation License, Version 1.1 or
311 any later version published by the Free Software Foundation; with no
312 Invariant Sections, with the Front-Cover texts being ``A GNU
313 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
314 license is included in the section entitled ``GNU Free Documentation
315 License'' in the Emacs manual.
316
317 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
318 this GNU Manual, like GNU software.  Copies published by the Free
319 Software Foundation raise funds for GNU development.''
320
321 This document is part of a collection distributed under the GNU Free
322 Documentation License.  If you want to distribute this document
323 separately from the collection, you can do so by adding a copy of the
324 license to the document, as described in section 6 of the license.
325 \newpage
326 \end{titlepage}
327 @end iflatex
328 @end iftex
329
330 @ifnottex
331
332 This file documents gnus, the GNU Emacs newsreader.
333
334 Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004
335         Free Software Foundation, Inc.
336
337 Permission is granted to copy, distribute and/or modify this document
338 under the terms of the GNU Free Documentation License, Version 1.1 or
339 any later version published by the Free Software Foundation; with the
340 Invariant Sections being none, with the Front-Cover texts being ``A GNU
341 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
342 license is included in the section entitled ``GNU Free Documentation
343 License'' in the Emacs manual.
344
345 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
346 this GNU Manual, like GNU software.  Copies published by the Free
347 Software Foundation raise funds for GNU development.''
348
349 This document is part of a collection distributed under the GNU Free
350 Documentation License.  If you want to distribute this document
351 separately from the collection, you can do so by adding a copy of the
352 license to the document, as described in section 6 of the license.
353 @end ifnottex
354
355 @tex
356
357 @titlepage
358 @title T-gnus 6.17 Manual
359
360 @author by Lars Magne Ingebrigtsen
361 @page
362
363 @vskip 0pt plus 1filll
364 Copyright @copyright{} 1995, 1996, 1997, 1998, 1999, 2000, 2001,
365 2002, 2003, 2004
366         Free Software Foundation, Inc.
367
368 Permission is granted to copy, distribute and/or modify this document
369 under the terms of the GNU Free Documentation License, Version 1.1 or
370 any later version published by the Free Software Foundation; with no
371 Invariant Sections, with the Front-Cover texts being ``A GNU
372 Manual'', and with the Back-Cover Texts as in (a) below.  A copy of the
373 license is included in the section entitled ``GNU Free Documentation
374 License'' in the Emacs manual.
375
376 (a) The FSF's Back-Cover Text is: ``You have freedom to copy and modify
377 this GNU Manual, like GNU software.  Copies published by the Free
378 Software Foundation raise funds for GNU development.''
379
380 This document is part of a collection distributed under the GNU Free
381 Documentation License.  If you want to distribute this document
382 separately from the collection, you can do so by adding a copy of the
383 license to the document, as described in section 6 of the license.
384
385 @end titlepage
386 @page
387
388 @end tex
389
390
391 @node Top
392 @top The gnus Newsreader
393
394 @ifinfo
395
396 You can read news (and mail) from within Emacs by using T-gnus.  The news
397 can be gotten by any nefarious means you can think of---@acronym{NNTP}, local
398 spool or your mbox file.  All at the same time, if you want to push your
399 luck.
400
401 T-gnus provides @acronym{MIME} features based on @acronym{SEMI} API.  So
402 T-gnus supports your right to read strange messages including big images
403 or other various kinds of formats.  T-gnus also supports
404 internationalization/localization and multiscript features based on MULE
405 API.  So T-gnus does not discriminate various language communities.  Oh,
406 if you are a Klingon, please wait Unicode Next Generation.
407
408 This manual corresponds to T-gnus 6.17.
409
410 @end ifinfo
411
412 @iftex
413
414 @iflatex
415 \tableofcontents
416 \gnuscleardoublepage
417 @end iflatex
418
419 Gnus is the advanced, self-documenting, customizable, extensible
420 unreal-time newsreader for GNU Emacs.
421
422 Oops.  That sounds oddly familiar, so let's start over again to avoid
423 being accused of plagiarism:
424
425 Gnus is a message-reading laboratory.  It will let you look at just
426 about anything as if it were a newsgroup.  You can read mail with it,
427 you can browse directories with it, you can @code{ftp} with it---you
428 can even read news with it!
429
430 Gnus tries to empower people who read news the same way Emacs empowers
431 people who edit text.  Gnus sets no limits to what the user should be
432 allowed to do.  Users are encouraged to extend gnus to make it behave
433 like they want it to behave.  A program should not control people;
434 people should be empowered to do what they want by using (or abusing)
435 the program.
436
437 @end iftex
438
439 @menu
440 * Starting Up::                 Finding news can be a pain.
441 * Group Buffer::                Selecting, subscribing and killing groups.
442 * Summary Buffer::              Reading, saving and posting articles.
443 * Article Buffer::              Displaying and handling articles.
444 * Composing Messages::          Information on sending mail and news.
445 * Select Methods::              Gnus reads all messages from various select methods.
446 * Scoring::                     Assigning values to articles.
447 * Various::                     General purpose settings.
448 * The End::                     Farewell and goodbye.
449 * Appendices::                  Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
450 * Index::                       Variable, function and concept index.
451 * Key Index::                   Key Index.
452
453 Other related manuals
454
455 * Message:(message).            Composing messages.
456 * Emacs-MIME:(emacs-mime).      Composing messages; @acronym{MIME}-specific parts.
457 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
458 * PGG:(pgg).                    @acronym{PGP/MIME} with Gnus.
459 * SASL:(sasl).                  @acronym{SASL} authentication in Emacs.
460
461 @detailmenu
462  --- The Detailed Node Listing ---
463
464 Starting Gnus
465
466 * Finding the News::            Choosing a method for getting news.
467 * The First Time::              What does Gnus do the first time you start it?
468 * The Server is Down::          How can I read my mail then?
469 * Slave Gnusae::                You can have more than one Gnus active at a time.
470 * Fetching a Group::            Starting Gnus just to read a group.
471 * New Groups::                  What is Gnus supposed to do with new groups?
472 * Changing Servers::            You may want to move from one server to another.
473 * Startup Files::               Those pesky startup files---@file{.newsrc}.
474 * Auto Save::                   Recovering from a crash.
475 * The Active File::             Reading the active file over a slow line Takes Time.
476 * Startup Variables::           Other variables you might change.
477
478 New Groups
479
480 * Checking New Groups::         Determining what groups are new.
481 * Subscription Methods::        What Gnus should do with new groups.
482 * Filtering New Groups::        Making Gnus ignore certain new groups.
483
484 Group Buffer
485
486 * Group Buffer Format::         Information listed and how you can change it.
487 * Group Maneuvering::           Commands for moving in the group buffer.
488 * Selecting a Group::           Actually reading news.
489 * Subscription Commands::       Unsubscribing, killing, subscribing.
490 * Group Data::                  Changing the info for a group.
491 * Group Levels::                Levels? What are those, then?
492 * Group Score::                 A mechanism for finding out what groups you like.
493 * Marking Groups::              You can mark groups for later processing.
494 * Foreign Groups::              Creating and editing groups.
495 * Group Parameters::            Each group may have different parameters set.
496 * Listing Groups::              Gnus can list various subsets of the groups.
497 * Sorting Groups::              Re-arrange the group order.
498 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
499 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
500 * Exiting Gnus::                Stop reading news and get some work done.
501 * Group Topics::                A folding group mode divided into topics.
502 * Misc Group Stuff::            Other stuff that you can to do.
503
504 Group Buffer Format
505
506 * Group Line Specification::    Deciding how the group buffer is to look.
507 * Group Mode Line Specification::  The group buffer mode line.
508 * Group Highlighting::          Having nice colors in the group buffer.
509
510 Group Topics
511
512 * Topic Commands::              Interactive E-Z commands.
513 * Topic Variables::             How to customize the topics the Lisp Way.
514 * Topic Sorting::               Sorting each topic individually.
515 * Topic Topology::              A map of the world.
516 * Topic Parameters::            Parameters that apply to all groups in a topic.
517
518 Misc Group Stuff
519
520 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
521 * Group Information::           Information and help on groups and Gnus.
522 * Group Timestamp::             Making Gnus keep track of when you last read a group.
523 * File Commands::               Reading and writing the Gnus files.
524 * Sieve Commands::              Managing Sieve scripts.
525
526 Summary Buffer
527
528 * Summary Buffer Format::       Deciding how the summary buffer is to look.
529 * Summary Maneuvering::         Moving around the summary buffer.
530 * Choosing Articles::           Reading articles.
531 * Paging the Article::          Scrolling the current article.
532 * Reply Followup and Post::     Posting articles.
533 * Delayed Articles::            Send articles at a later time.
534 * Marking Articles::            Marking articles as read, expirable, etc.
535 * Limiting::                    You can limit the summary buffer.
536 * Threading::                   How threads are made.
537 * Sorting the Summary Buffer::  How articles and threads are sorted.
538 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
539 * Article Caching::             You may store articles in a cache.
540 * Persistent Articles::         Making articles expiry-resistant.
541 * Article Backlog::             Having already read articles hang around.
542 * Saving Articles::             Ways of customizing article saving.
543 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
544 * Article Treatment::           The article buffer can be mangled at will.
545 * MIME Commands::               Doing MIMEy things with the articles.
546 * Charsets::                    Character set issues.
547 * Article Commands::            Doing various things with the article buffer.
548 * Summary Sorting::             Sorting the summary buffer in various ways.
549 * Finding the Parent::          No child support? Get the parent.
550 * Alternative Approaches::      Reading using non-default summaries.
551 * Tree Display::                A more visual display of threads.
552 * Mail Group Commands::         Some commands can only be used in mail groups.
553 * Various Summary Stuff::       What didn't fit anywhere else.
554 * Exiting the Summary Buffer::  Returning to the Group buffer,
555                                 or reselecting the current group.
556 * Crosspost Handling::          How crossposted articles are dealt with.
557 * Duplicate Suppression::       An alternative when crosspost handling fails.
558 * Security::                    Decrypt and Verify.
559 * Mailing List::                Mailing list minor mode.
560
561 Summary Buffer Format
562
563 * Summary Buffer Lines::        You can specify how summary lines should look.
564 * To From Newsgroups::          How to not display your own name.
565 * Summary Buffer Mode Line::    You can say how the mode line should look.
566 * Summary Highlighting::        Making the summary buffer all pretty and nice.
567
568 Choosing Articles
569
570 * Choosing Commands::           Commands for choosing articles.
571 * Choosing Variables::          Variables that influence these commands.
572
573 Reply, Followup and Post
574
575 * Summary Mail Commands::       Sending mail.
576 * Summary Post Commands::       Sending news.
577 * Summary Message Commands::    Other Message-related commands.
578 * Canceling and Superseding::
579
580 Marking Articles
581
582 * Unread Articles::             Marks for unread articles.
583 * Read Articles::               Marks for read articles.
584 * Other Marks::                 Marks that do not affect readedness.
585
586 Marking Articles
587
588 * Setting Marks::             How to set and remove marks.
589 * Generic Marking Commands::  How to customize the marking.
590 * Setting Process Marks::     How to mark articles for later processing.
591
592 Threading
593
594 * Customizing Threading::       Variables you can change to affect the threading.
595 * Thread Commands::             Thread based commands in the summary buffer.
596
597 Customizing Threading
598
599 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
600 * Filling In Threads::          Making the threads displayed look fuller.
601 * More Threading::              Even more variables for fiddling with threads.
602 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
603
604 Decoding Articles
605
606 * Uuencoded Articles::          Uudecode articles.
607 * Shell Archives::              Unshar articles.
608 * PostScript Files::            Split PostScript.
609 * Other Files::                 Plain save and binhex.
610 * Decoding Variables::          Variables for a happy decoding.
611 * Viewing Files::               You want to look at the result of the decoding?
612
613 Decoding Variables
614
615 * Rule Variables::              Variables that say how a file is to be viewed.
616 * Other Decode Variables::      Other decode variables.
617 * Uuencoding and Posting::      Variables for customizing uuencoding.
618
619 Article Treatment
620
621 * Article Highlighting::        You want to make the article look like fruit salad.
622 * Article Fontisizing::         Making emphasized text look nice.
623 * Article Hiding::              You also want to make certain info go away.
624 * Article Washing::             Lots of way-neat functions to make life better.
625 * Article Header::              Doing various header transformations.
626 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
627 * Article Button Levels::       Controlling appearance of buttons.
628 * Article Date::                Grumble, UT!
629 * Article Display::             Display various stuff---X-Face, Picons, Smileys
630 * Article Signature::           What is a signature?
631 * Article Miscellanea::         Various other stuff.
632
633 Alternative Approaches
634
635 * Pick and Read::               First mark articles and then read them.
636 * Binary Groups::               Auto-decode all articles.
637
638 Various Summary Stuff
639
640 * Summary Group Information::   Information oriented commands.
641 * Searching for Articles::      Multiple article commands.
642 * Summary Generation Commands::
643 * Really Various Summary Commands::  Those pesky non-conformant commands.
644
645 Article Buffer
646
647 * Hiding Headers::              Deciding what headers should be displayed.
648 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
649 * Customizing Articles::        Tailoring the look of the articles.
650 * Article Keymap::              Keystrokes available in the article buffer.
651 * Misc Article::                Other stuff.
652
653 Composing Messages
654
655 * Mail::                        Mailing and replying.
656 * Posting Server::              What server should you post and mail via?
657 * POP before SMTP::             You cannot send a mail unless you read a mail.
658 * Mail and Post::               Mailing and posting at the same time.
659 * Archived Messages::           Where Gnus stores the messages you've sent.
660 * Posting Styles::              An easier way to specify who you are.
661 * Drafts::                      Postponing messages and rejected messages.
662 * Rejected Articles::           What happens if the server doesn't like your article?
663 * Signing and encrypting::      How to compose secure messages.
664
665 Select Methods
666
667 * Server Buffer::               Making and editing virtual servers.
668 * Getting News::                Reading USENET news with Gnus.
669 * Getting Mail::                Reading your personal mail with Gnus.
670 * Browsing the Web::            Getting messages from a plethora of Web sources.
671 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
672 * Other Sources::               Reading directories, files, SOUP packets.
673 * Combined Groups::             Combining groups into one group.
674 * Gnus Unplugged::              Reading news and mail offline.
675
676 Server Buffer
677
678 * Server Buffer Format::        You can customize the look of this buffer.
679 * Server Commands::             Commands to manipulate servers.
680 * Example Methods::             Examples server specifications.
681 * Creating a Virtual Server::   An example session.
682 * Server Variables::            Which variables to set.
683 * Servers and Methods::         You can use server names as select methods.
684 * Unavailable Servers::         Some servers you try to contact may be down.
685
686 Getting News
687
688 * NNTP::                        Reading news from an @acronym{NNTP} server.
689 * News Spool::                  Reading news from the local spool.
690
691 @acronym{NNTP}
692
693 * Direct Functions::            Connecting directly to the server.
694 * Indirect Functions::          Connecting indirectly to the server.
695 * Common Variables::            Understood by several connection functions.
696
697 Getting Mail
698
699 * Mail in a Newsreader::        Important introductory notes.
700 * Getting Started Reading Mail::  A simple cookbook example.
701 * Splitting Mail::              How to create mail groups.
702 * Mail Sources::                How to tell Gnus where to get mail from.
703 * Mail Back End Variables::     Variables for customizing mail handling.
704 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
705 * Group Mail Splitting::        Use group customize to drive mail splitting.
706 * Incorporating Old Mail::      What about the old mail you have?
707 * Expiring Mail::               Getting rid of unwanted mail.
708 * Washing Mail::                Removing cruft from the mail you get.
709 * Duplicates::                  Dealing with duplicated mail.
710 * Not Reading Mail::            Using mail back ends for reading other files.
711 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
712
713 Mail Sources
714
715 * Mail Source Specifiers::      How to specify what a mail source is.
716 * Mail Source Customization::   Some variables that influence things.
717 * Fetching Mail::               Using the mail source specifiers.
718
719 Choosing a Mail Back End
720
721 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
722 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
723 * Mail Spool::                  Store your mail in a private spool?
724 * MH Spool::                    An mhspool-like back end.
725 * Maildir::                     Another one-file-per-message format.
726 * Mail Folders::                Having one file for each group.
727 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
728
729 Browsing the Web
730
731 * Archiving Mail::
732 * Web Searches::                Creating groups from articles that match a string.
733 * Slashdot::                    Reading the Slashdot comments.
734 * Ultimate::                    The Ultimate Bulletin Board systems.
735 * Web Archive::                 Reading mailing list archived on web.
736 * RSS::                         Reading RDF site summary.
737 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
738
739 @acronym{IMAP}
740
741 * Splitting in IMAP::           Splitting mail with nnimap.
742 * Expiring in IMAP::            Expiring mail with nnimap.
743 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
744 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
745 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
746 * Debugging IMAP::              What to do when things don't work.
747
748 Other Sources
749
750 * Directory Groups::            You can read a directory as if it was a newsgroup.
751 * Anything Groups::             Dired?  Who needs dired?
752 * Document Groups::             Single files can be the basis of a group.
753 * SOUP::                        Reading @sc{soup} packets ``offline''.
754 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
755
756 Document Groups
757
758 * Document Server Internals::   How to add your own document types.
759
760 SOUP
761
762 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
763 * SOUP Groups::                 A back end for reading @sc{soup} packets.
764 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
765
766 Combined Groups
767
768 * Virtual Groups::              Combining articles from many groups.
769 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
770
771 Gnus Unplugged
772
773 * Agent Basics::                How it all is supposed to work.
774 * Agent Categories::            How to tell the Gnus Agent what to download.
775 * Agent Commands::              New commands for all the buffers.
776 * Agent Visuals::               Ways that the agent may effect your summary buffer.
777 * Agent as Cache::              The Agent is a big cache too.
778 * Agent Expiry::                How to make old articles go away.
779 * Agent Regeneration::          How to recover from lost connections and other accidents.
780 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
781 * Outgoing Messages::           What happens when you post/mail something?
782 * Agent Variables::             Customizing is fun.
783 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
784 * Batching Agents::             How to fetch news from a @code{cron} job.
785 * Agent Caveats::               What you think it'll do and what it does.
786
787 Agent Categories
788
789 * Category Syntax::             What a category looks like.
790 * Category Buffer::             A buffer for maintaining categories.
791 * Category Variables::          Customize'r'Us.
792
793 Agent Commands
794
795 * Group Agent Commands::        Configure groups and fetch their contents.
796 * Summary Agent Commands::      Manually select then fetch specific articles.
797 * Server Agent Commands::       Select the servers that are supported by the agent.
798
799 Scoring
800
801 * Summary Score Commands::      Adding score entries for the current group.
802 * Group Score Commands::        General score commands.
803 * Score Variables::             Customize your scoring.  (My, what terminology).
804 * Score File Format::           What a score file may contain.
805 * Score File Editing::          You can edit score files by hand as well.
806 * Adaptive Scoring::            Big Sister Gnus knows what you read.
807 * Home Score File::             How to say where new score entries are to go.
808 * Followups To Yourself::       Having Gnus notice when people answer you.
809 * Scoring On Other Headers::    Scoring on non-standard headers.
810 * Scoring Tips::                How to score effectively.
811 * Reverse Scoring::             That problem child of old is not problem.
812 * Global Score Files::          Earth-spanning, ear-splitting score files.
813 * Kill Files::                  They are still here, but they can be ignored.
814 * Converting Kill Files::       Translating kill files to score files.
815 * Advanced Scoring::            Using logical expressions to build score rules.
816 * Score Decays::                It can be useful to let scores wither away.
817
818 Advanced Scoring
819
820 * Advanced Scoring Syntax::     A definition.
821 * Advanced Scoring Examples::   What they look like.
822 * Advanced Scoring Tips::       Getting the most out of it.
823
824 Various
825
826 * Process/Prefix::              A convention used by many treatment commands.
827 * Interactive::                 Making Gnus ask you many questions.
828 * Symbolic Prefixes::           How to supply some Gnus functions with options.
829 * Formatting Variables::        You can specify what buffers should look like.
830 * Window Layout::               Configuring the Gnus buffer windows.
831 * Faces and Fonts::             How to change how faces look.
832 * Compilation::                 How to speed Gnus up.
833 * Mode Lines::                  Displaying information in the mode lines.
834 * Highlighting and Menus::      Making buffers look all nice and cozy.
835 * Buttons::                     Get tendinitis in ten easy steps!
836 * Daemons::                     Gnus can do things behind your back.
837 * NoCeM::                       How to avoid spam and other fatty foods.
838 * Undo::                        Some actions can be undone.
839 * Predicate Specifiers::        Specifying predicates.
840 * Moderation::                  What to do if you're a moderator.
841 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
842 * Fuzzy Matching::              What's the big fuzz?
843 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
844 * Other modes::                 Interaction with other modes.
845 * Various Various::             Things that are really various.
846
847 Formatting Variables
848
849 * Formatting Basics::           A formatting variable is basically a format string.
850 * Mode Line Formatting::        Some rules about mode line formatting variables.
851 * Advanced Formatting::         Modifying output in various ways.
852 * User-Defined Specs::          Having Gnus call your own functions.
853 * Formatting Fonts::            Making the formatting look colorful and nice.
854 * Positioning Point::           Moving point to a position after an operation.
855 * Tabulation::                  Tabulating your output.
856 * Wide Characters::             Dealing with wide characters.
857
858 Image Enhancements
859
860 * X-Face::                      Display a funky, teensy black-and-white image.
861 * Face::                        Display a funkier, teensier colored image.
862 * Smileys::                     Show all those happy faces the way they were meant to be shown.
863 * Picons::                      How to display pictures of what you're reading.
864 * XVarious::                    Other XEmacsy Gnusey variables.
865
866 Thwarting Email Spam
867
868 * The problem of spam::         Some background, and some solutions
869 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
870 * SpamAssassin::                How to use external anti-spam tools.
871 * Hashcash::                    Reduce spam by burning CPU time.
872 * Filtering Spam Using The Spam ELisp Package::
873 * Filtering Spam Using Statistics with spam-stat::
874
875 Filtering Spam Using The Spam ELisp Package
876
877 * Spam ELisp Package Sequence of Events::  
878 * Spam ELisp Package Filtering of Incoming Mail::  
879 * Spam ELisp Package Global Variables::  
880 * Spam ELisp Package Configuration Examples::  
881 * Blacklists and Whitelists::   
882 * BBDB Whitelists::             
883 * Gmane Spam Reporting::        
884 * Anti-spam Hashcash Payments::  
885 * Blackholes::                  
886 * Regular Expressions Header Matching::  
887 * Bogofilter::                  
888 * ifile spam filtering::        
889 * spam-stat spam filtering::    
890 * SpamOracle::                  
891 * Extending the Spam ELisp package::  
892
893 Filtering Spam Using Statistics with spam-stat
894
895 * Creating a spam-stat dictionary::
896 * Splitting mail using spam-stat::
897 * Low-level interface to the spam-stat dictionary::
898
899 Appendices
900
901 * XEmacs::                      Requirements for installing under XEmacs.
902 * History::                     How Gnus got where it is today.
903 * On Writing Manuals::          Why this is not a beginner's guide.
904 * Terminology::                 We use really difficult, like, words here.
905 * Customization::               Tailoring Gnus to your needs.
906 * Troubleshooting::             What you might try if things do not work.
907 * Gnus Reference Guide::        Rilly, rilly technical stuff.
908 * Emacs for Heathens::          A short introduction to Emacsian terms.
909 * Frequently Asked Questions::  The Gnus FAQ
910
911 History
912
913 * Gnus Versions::               What Gnus versions have been released.
914 * Other Gnus Versions::         Other Gnus versions that also have been released.
915 * Why?::                        What's the point of Gnus?
916 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
917 * Conformity::                  Gnus tries to conform to all standards.
918 * Emacsen::                     Gnus can be run on a few modern Emacsen.
919 * Gnus Development::            How Gnus is developed.
920 * Contributors::                Oodles of people.
921 * New Features::                Pointers to some of the new stuff in Gnus.
922
923 New Features
924
925 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
926 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
927 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
928 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
929 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
930 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
931 * No Gnus::                     Lars, FIXME!
932
933 Customization
934
935 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
936 * Slow Terminal Connection::    You run a remote Emacs.
937 * Little Disk Space::           You feel that having large setup files is icky.
938 * Slow Machine::                You feel like buying a faster machine.
939
940 Gnus Reference Guide
941
942 * Gnus Utility Functions::      Common functions and variable to use.
943 * Back End Interface::          How Gnus communicates with the servers.
944 * Score File Syntax::           A BNF definition of the score file standard.
945 * Headers::                     How Gnus stores headers internally.
946 * Ranges::                      A handy format for storing mucho numbers.
947 * Group Info::                  The group info format.
948 * Extended Interactive::        Symbolic prefixes and stuff.
949 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
950 * Various File Formats::        Formats of files that Gnus use.
951
952 Back End Interface
953
954 * Required Back End Functions::  Functions that must be implemented.
955 * Optional Back End Functions::  Functions that need not be implemented.
956 * Error Messaging::             How to get messages and report errors.
957 * Writing New Back Ends::       Extending old back ends.
958 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
959 * Mail-like Back Ends::         Some tips on mail back ends.
960
961 Various File Formats
962
963 * Active File Format::          Information on articles and groups available.
964 * Newsgroups File Format::      Group descriptions.
965
966 Emacs for Heathens
967
968 * Keystrokes::                  Entering text and executing commands.
969 * Emacs Lisp::                  The built-in Emacs programming language.
970
971 @end detailmenu
972 @end menu
973
974 @node Starting Up
975 @chapter Starting gnus
976 @cindex starting up
977
978 @kindex M-x gnus
979 @findex gnus
980 If your system administrator has set things up properly, starting gnus
981 and reading news is extremely easy---you just type @kbd{M-x gnus} in
982 your Emacs.
983
984 @findex gnus-other-frame
985 @kindex M-x gnus-other-frame
986 If you want to start gnus in a different frame, you can use the command
987 @kbd{M-x gnus-other-frame} instead.
988
989 If things do not go smoothly at startup, you have to twiddle some
990 variables in your @file{~/.gnus.el} file.  This file is similar to
991 @file{~/.emacs}, but is read when Gnus starts.
992
993 If you puzzle at any terms used in this manual, please refer to the
994 terminology section (@pxref{Terminology}).
995
996 @menu
997 * Finding the News::            Choosing a method for getting news.
998 * The First Time::              What does Gnus do the first time you start it?
999 * The Server is Down::          How can I read my mail then?
1000 * Slave Gnusae::                You can have more than one Gnus active at a time.
1001 * Fetching a Group::            Starting Gnus just to read a group.
1002 * New Groups::                  What is Gnus supposed to do with new groups?
1003 * Changing Servers::            You may want to move from one server to another.
1004 * Startup Files::               Those pesky startup files---@file{.newsrc}.
1005 * Auto Save::                   Recovering from a crash.
1006 * The Active File::             Reading the active file over a slow line Takes Time.
1007 * Startup Variables::           Other variables you might change.
1008 @end menu
1009
1010
1011 @node Finding the News
1012 @section Finding the News
1013 @cindex finding news
1014
1015 @vindex gnus-select-method
1016 @c @head
1017 The @code{gnus-select-method} variable says where gnus should look for
1018 news.  This variable should be a list where the first element says
1019 @dfn{how} and the second element says @dfn{where}.  This method is your
1020 native method.  All groups not fetched with this method are
1021 foreign groups.
1022
1023 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1024 you want to get your daily dosage of news from, you'd say:
1025
1026 @lisp
1027 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1028 @end lisp
1029
1030 If you want to read directly from the local spool, say:
1031
1032 @lisp
1033 (setq gnus-select-method '(nnspool ""))
1034 @end lisp
1035
1036 If you can use a local spool, you probably should, as it will almost
1037 certainly be much faster.  But do not use the local spool if your
1038 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1039
1040 @vindex gnus-nntpserver-file
1041 @cindex NNTPSERVER
1042 @cindex @acronym{NNTP} server
1043 If this variable is not set, gnus will take a look at the
1044 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1045 gnus will see whether @code{gnus-nntpserver-file}
1046 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1047 If that fails as well, gnus will try to use the machine running Emacs
1048 as an @acronym{NNTP} server.  That's a long shot, though.
1049
1050 @vindex gnus-nntp-server
1051 If @code{gnus-nntp-server} is set, this variable will override
1052 @code{gnus-select-method}.  You should therefore set
1053 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1054
1055 @vindex gnus-secondary-servers
1056 @vindex gnus-nntp-server
1057 You can also make gnus prompt you interactively for the name of an
1058 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1059 (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers
1060 in the @code{gnus-secondary-servers} list (if any).  You can also just
1061 type in the name of any server you feel like visiting.  (Note that this
1062 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1063 gnus} later in the same Emacs session, Gnus will contact the same
1064 server.)
1065
1066 @findex gnus-group-browse-foreign-server
1067 @kindex B (Group)
1068 However, if you use one @acronym{NNTP} server regularly and are just
1069 interested in a couple of groups from a different server, you would be
1070 better served by using the @kbd{B} command in the group buffer.  It will
1071 let you have a look at what groups are available, and you can subscribe
1072 to any of the groups you want to.  This also makes @file{.newsrc}
1073 maintenance much tidier.  @xref{Foreign Groups}.
1074
1075 @vindex gnus-secondary-select-methods
1076 @c @head
1077 A slightly different approach to foreign groups is to set the
1078 @code{gnus-secondary-select-methods} variable.  The select methods
1079 listed in this variable are in many ways just as native as the
1080 @code{gnus-select-method} server.  They will also be queried for active
1081 files during startup (if that's required), and new newsgroups that
1082 appear on these servers will be subscribed (or not) just as native
1083 groups are.
1084
1085 For instance, if you use the @code{nnmbox} back end to read your mail,
1086 you would typically set this variable to
1087
1088 @lisp
1089 (setq gnus-secondary-select-methods '((nnmbox "")))
1090 @end lisp
1091
1092
1093 @node The First Time
1094 @section The First Time
1095 @cindex first time usage
1096
1097 If no startup files exist, gnus will try to determine what groups should
1098 be subscribed by default.
1099
1100 @vindex gnus-default-subscribed-newsgroups
1101 If the variable @code{gnus-default-subscribed-newsgroups} is set, gnus
1102 will subscribe you to just those groups in that list, leaving the rest
1103 killed.  Your system administrator should have set this variable to
1104 something useful.
1105
1106 Since she hasn't, gnus will just subscribe you to a few arbitrarily
1107 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1108 here as @dfn{whatever Lars thinks you should read}.)
1109
1110 You'll also be subscribed to the gnus documentation group, which should
1111 help you with most common problems.
1112
1113 If @code{gnus-default-subscribed-newsgroups} is @code{t}, gnus will just
1114 use the normal functions for handling new groups, and not do anything
1115 special.
1116
1117
1118 @node The Server is Down
1119 @section The Server is Down
1120 @cindex server errors
1121
1122 If the default server is down, gnus will understandably have some
1123 problems starting.  However, if you have some mail groups in addition to
1124 the news groups, you may want to start gnus anyway.
1125
1126 Gnus, being the trusting sort of program, will ask whether to proceed
1127 without a native select method if that server can't be contacted.  This
1128 will happen whether the server doesn't actually exist (i.e., you have
1129 given the wrong address) or the server has just momentarily taken ill
1130 for some reason or other.  If you decide to continue and have no foreign
1131 groups, you'll find it difficult to actually do anything in the group
1132 buffer.  But, hey, that's your problem.  Blllrph!
1133
1134 @findex gnus-no-server
1135 @kindex M-x gnus-no-server
1136 @c @head
1137 If you know that the server is definitely down, or you just want to read
1138 your mail without bothering with the server at all, you can use the
1139 @code{gnus-no-server} command to start gnus.  That might come in handy
1140 if you're in a hurry as well.  This command will not attempt to contact
1141 your primary server---instead, it will just activate all groups on level
1142 1 and 2.  (You should preferably keep no native groups on those two
1143 levels.) Also @pxref{Group Levels}.
1144
1145
1146 @node Slave Gnusae
1147 @section Slave Gnusae
1148 @cindex slave
1149
1150 You might want to run more than one Emacs with more than one gnus at the
1151 same time.  If you are using different @file{.newsrc} files (e.g., if you
1152 are using the two different gnusae to read from two different servers),
1153 that is no problem whatsoever.  You just do it.
1154
1155 The problem appears when you want to run two Gnusae that use the same
1156 @file{.newsrc} file.
1157
1158 To work around that problem some, we here at the Think-Tank at the gnus
1159 Towers have come up with a new concept: @dfn{Masters} and
1160 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1161 taken out a copyright on those words.  If you wish to use those words in
1162 conjunction with each other, you have to send $1 per usage instance to
1163 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1164 Applications}) will be much more expensive, of course.)
1165
1166 @findex gnus-slave
1167 Anyway, you start one gnus up the normal way with @kbd{M-x gnus} (or
1168 however you do it).  Each subsequent slave gnusae should be started with
1169 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1170 files, but instead save @dfn{slave files} that contain information only
1171 on what groups have been read in the slave session.  When a master gnus
1172 starts, it will read (and delete) these slave files, incorporating all
1173 information from them.  (The slave files will be read in the sequence
1174 they were created, so the latest changes will have precedence.)
1175
1176 Information from the slave files has, of course, precedence over the
1177 information in the normal (i.e., master) @file{.newsrc} file.
1178
1179 If the @file{.newsrc*} files have not been saved in the master when the
1180 slave starts, you may be prompted as to whether to read an auto-save
1181 file.  If you answer ``yes'', the unsaved changes to the master will be
1182 incorporated into the slave.  If you answer ``no'', the slave may see some
1183 messages as unread that have been read in the master.
1184
1185 @node Fetching a Group
1186 @section Fetching a Group
1187 @cindex fetching a group
1188
1189 @findex gnus-fetch-group
1190 It is sometimes convenient to be able to just say ``I want to read this
1191 group and I don't care whether gnus has been started or not''.  This is
1192 perhaps more useful for people who write code than for users, but the
1193 command @code{gnus-fetch-group} provides this functionality in any case.
1194 It takes the group name as a parameter.
1195
1196
1197 @node New Groups
1198 @section New Groups
1199 @cindex new groups
1200 @cindex subscription
1201
1202 @vindex gnus-check-new-newsgroups
1203 If you are satisfied that you really never want to see any new groups,
1204 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1205 also save you some time at startup.  Even if this variable is
1206 @code{nil}, you can always subscribe to the new groups just by pressing
1207 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1208 is @code{ask-server} by default.  If you set this variable to
1209 @code{always}, then Gnus will query the back ends for new groups even
1210 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1211
1212 @menu
1213 * Checking New Groups::         Determining what groups are new.
1214 * Subscription Methods::        What Gnus should do with new groups.
1215 * Filtering New Groups::        Making Gnus ignore certain new groups.
1216 @end menu
1217
1218
1219 @node Checking New Groups
1220 @subsection Checking New Groups
1221
1222 Gnus normally determines whether a group is new or not by comparing the
1223 list of groups from the active file(s) with the lists of subscribed and
1224 dead groups.  This isn't a particularly fast method.  If
1225 @code{gnus-check-new-newsgroups} is @code{ask-server}, gnus will ask the
1226 server for new groups since the last time.  This is both faster and
1227 cheaper.  This also means that you can get rid of the list of killed
1228 groups altogether, so you may set @code{gnus-save-killed-list} to
1229 @code{nil}, which will save time both at startup, at exit, and all over.
1230 Saves disk space, too.  Why isn't this the default, then?
1231 Unfortunately, not all servers support this command.
1232
1233 I bet I know what you're thinking now: How do I find out whether my
1234 server supports @code{ask-server}?  No?  Good, because I don't have a
1235 fail-safe answer.  I would suggest just setting this variable to
1236 @code{ask-server} and see whether any new groups appear within the next
1237 few days.  If any do, then it works.  If none do, then it doesn't
1238 work.  I could write a function to make gnus guess whether the server
1239 supports @code{ask-server}, but it would just be a guess.  So I won't.
1240 You could @code{telnet} to the server and say @code{HELP} and see
1241 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1242 it does, then it might work.  (But there are servers that lists
1243 @samp{NEWGROUPS} without supporting the function properly.)
1244
1245 This variable can also be a list of select methods.  If so, gnus will
1246 issue an @code{ask-server} command to each of the select methods, and
1247 subscribe them (or not) using the normal methods.  This might be handy
1248 if you are monitoring a few servers for new groups.  A side effect is
1249 that startup will take much longer, so you can meditate while waiting.
1250 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1251
1252
1253 @node Subscription Methods
1254 @subsection Subscription Methods
1255
1256 @vindex gnus-subscribe-newsgroup-method
1257 What gnus does when it encounters a new group is determined by the
1258 @code{gnus-subscribe-newsgroup-method} variable.
1259
1260 This variable should contain a function.  This function will be called
1261 with the name of the new group as the only parameter.
1262
1263 Some handy pre-fab functions are:
1264
1265 @table @code
1266
1267 @item gnus-subscribe-zombies
1268 @vindex gnus-subscribe-zombies
1269 Make all new groups zombies.  This is the default.  You can browse the
1270 zombies later (with @kbd{A z}) and either kill them all off properly
1271 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1272
1273 @item gnus-subscribe-randomly
1274 @vindex gnus-subscribe-randomly
1275 Subscribe all new groups in arbitrary order.  This really means that all
1276 new groups will be added at ``the top'' of the group buffer.
1277
1278 @item gnus-subscribe-alphabetically
1279 @vindex gnus-subscribe-alphabetically
1280 Subscribe all new groups in alphabetical order.
1281
1282 @item gnus-subscribe-hierarchically
1283 @vindex gnus-subscribe-hierarchically
1284 Subscribe all new groups hierarchically.  The difference between this
1285 function and @code{gnus-subscribe-alphabetically} is slight.
1286 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1287 alphabetical fashion, while this function will enter groups into its
1288 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1289 @samp{comp} hierarchy, this function will not mess that configuration
1290 up.  Or something like that.
1291
1292 @item gnus-subscribe-interactively
1293 @vindex gnus-subscribe-interactively
1294 Subscribe new groups interactively.  This means that gnus will ask
1295 you about @strong{all} new groups.  The groups you choose to subscribe
1296 to will be subscribed hierarchically.
1297
1298 @item gnus-subscribe-killed
1299 @vindex gnus-subscribe-killed
1300 Kill all new groups.
1301
1302 @item gnus-subscribe-topics
1303 @vindex gnus-subscribe-topics
1304 Put the groups into the topic that has a matching @code{subscribe} topic
1305 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1306 topic parameter that looks like
1307
1308 @example
1309 "nnslashdot"
1310 @end example
1311
1312 will mean that all groups that match that regex will be subscribed under
1313 that topic.
1314
1315 If no topics match the groups, the groups will be subscribed in the
1316 top-level topic.
1317
1318 @end table
1319
1320 @vindex gnus-subscribe-hierarchical-interactive
1321 A closely related variable is
1322 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1323 mouthful.)  If this variable is non-@code{nil}, gnus will ask you in a
1324 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1325 will ask you for each sub-hierarchy whether you want to descend the
1326 hierarchy or not.
1327
1328 One common mistake is to set the variable a few paragraphs above
1329 (@code{gnus-subscribe-newsgroup-method}) to
1330 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1331 will not work.  This is ga-ga.  So don't do it.
1332
1333
1334 @node Filtering New Groups
1335 @subsection Filtering New Groups
1336
1337 A nice and portable way to control which new newsgroups should be
1338 subscribed (or ignored) is to put an @dfn{options} line at the start of
1339 the @file{.newsrc} file.  Here's an example:
1340
1341 @example
1342 options -n !alt.all !rec.all sci.all
1343 @end example
1344
1345 @vindex gnus-subscribe-options-newsgroup-method
1346 This line obviously belongs to a serious-minded intellectual scientific
1347 person (or she may just be plain old boring), because it says that all
1348 groups that have names beginning with @samp{alt} and @samp{rec} should
1349 be ignored, and all groups with names beginning with @samp{sci} should
1350 be subscribed.  Gnus will not use the normal subscription method for
1351 subscribing these groups.
1352 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1353 variable defaults to @code{gnus-subscribe-alphabetically}.
1354
1355 @vindex gnus-options-not-subscribe
1356 @vindex gnus-options-subscribe
1357 If you don't want to mess with your @file{.newsrc} file, you can just
1358 set the two variables @code{gnus-options-subscribe} and
1359 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1360 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1361 and if the new group matches the former, it will be unconditionally
1362 subscribed, and if it matches the latter, it will be ignored.
1363
1364 @vindex gnus-auto-subscribed-groups
1365 Yet another variable that meddles here is
1366 @code{gnus-auto-subscribed-groups}.  It works exactly like
1367 @code{gnus-options-subscribe}, and is therefore really superfluous,
1368 but I thought it would be nice to have two of these.  This variable is
1369 more meant for setting some ground rules, while the other variable is
1370 used more for user fiddling.  By default this variable makes all new
1371 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1372 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1373 subscribed.  If you don't like that, just set this variable to
1374 @code{nil}.
1375
1376 New groups that match this regexp are subscribed using
1377 @code{gnus-subscribe-options-newsgroup-method}.
1378
1379
1380 @node Changing Servers
1381 @section Changing Servers
1382 @cindex changing servers
1383
1384 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1385 This happens very rarely, but perhaps you change jobs, or one server is
1386 very flaky and you want to use another.
1387
1388 Changing the server is pretty easy, right?  You just change
1389 @code{gnus-select-method} to point to the new server?
1390
1391 @emph{Wrong!}
1392
1393 Article numbers are not (in any way) kept synchronized between different
1394 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1395 you have read is by keeping track of article numbers.  So when you
1396 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1397 worthless.
1398
1399 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1400 file from one server to another.  They all have one thing in
1401 common---they take a looong time to run.  You don't want to use these
1402 functions more than absolutely necessary.
1403
1404 @kindex M-x gnus-change-server
1405 @findex gnus-change-server
1406 If you have access to both servers, Gnus can request the headers for all
1407 the articles you have read and compare @code{Message-ID}s and map the
1408 article numbers of the read articles and article marks.  The @kbd{M-x
1409 gnus-change-server} command will do this for all your native groups.  It
1410 will prompt for the method you want to move to.
1411
1412 @kindex M-x gnus-group-move-group-to-server
1413 @findex gnus-group-move-group-to-server
1414 You can also move individual groups with the @kbd{M-x
1415 gnus-group-move-group-to-server} command.  This is useful if you want to
1416 move a (foreign) group from one server to another.
1417
1418 @kindex M-x gnus-group-clear-data-on-native-groups
1419 @findex gnus-group-clear-data-on-native-groups
1420 If you don't have access to both the old and new server, all your marks
1421 and read ranges have become worthless.  You can use the @kbd{M-x
1422 gnus-group-clear-data-on-native-groups} command to clear out all data
1423 that you have on your native groups.  Use with caution.
1424
1425 @kindex M-x gnus-group-clear-data
1426 @findex gnus-group-clear-data
1427 Clear the data from the current group only---nix out marks and the
1428 list of read articles (@code{gnus-group-clear-data}).
1429
1430 After changing servers, you @strong{must} move the cache hierarchy away,
1431 since the cached articles will have wrong article numbers, which will
1432 affect which articles Gnus thinks are read.
1433 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1434 to have it done automatically; for @code{gnus-group-clear-data}, you
1435 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1436 cache for all groups).
1437
1438
1439 @node Startup Files
1440 @section Startup Files
1441 @cindex startup files
1442 @cindex .newsrc
1443 @cindex .newsrc.el
1444 @cindex .newsrc.eld
1445
1446 Now, you all know about the @file{.newsrc} file.  All subscription
1447 information is traditionally stored in this file.
1448
1449 Things got a bit more complicated with @sc{gnus}.  In addition to
1450 keeping the @file{.newsrc} file updated, it also used a file called
1451 @file{.newsrc.el} for storing all the information that didn't fit into
1452 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1453 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1454 files was the most recently saved, which enabled people to swap between
1455 @sc{gnus} and other newsreaders.
1456
1457 That was kinda silly, so Gnus went one better: In addition to the
1458 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1459 @file{.newsrc.eld}.  It will read whichever of these files that are most
1460 recent, but it will never write a @file{.newsrc.el} file.  You should
1461 never delete the @file{.newsrc.eld} file---it contains much information
1462 not stored in the @file{.newsrc} file.
1463
1464 @vindex gnus-save-newsrc-file
1465 @vindex gnus-read-newsrc-file
1466 You can turn off writing the @file{.newsrc} file by setting
1467 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1468 the file and save some space, as well as exiting from gnus faster.
1469 However, this will make it impossible to use other newsreaders than
1470 gnus.  But hey, who would want to, right?  Similarly, setting
1471 @code{gnus-read-newsrc-file} to @code{nil} makes gnus ignore the
1472 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1473 convenient if you have a tendency to use Netscape once in a while.
1474
1475 @vindex gnus-save-killed-list
1476 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1477 will not save the list of killed groups to the startup file.  This will
1478 save both time (when starting and quitting) and space (on disk).  It
1479 will also mean that Gnus has no record of what groups are new or old,
1480 so the automatic new groups subscription methods become meaningless.
1481 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1482 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1483 Groups}).  This variable can also be a regular expression.  If that's
1484 the case, remove all groups that do not match this regexp before
1485 saving.  This can be useful in certain obscure situations that involve
1486 several servers where not all servers support @code{ask-server}.
1487
1488 @vindex gnus-startup-file
1489 @vindex gnus-backup-startup-file
1490 @vindex version-control
1491 The @code{gnus-startup-file} variable says where the startup files are.
1492 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1493 file being whatever that one is, with a @samp{.eld} appended.
1494 If you want version control for this file, set
1495 @code{gnus-backup-startup-file}.  It respects the same values as the
1496 @code{version-control} variable.
1497
1498 @vindex gnus-save-newsrc-hook
1499 @vindex gnus-save-quick-newsrc-hook
1500 @vindex gnus-save-standard-newsrc-hook
1501 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1502 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1503 saving the @file{.newsrc.eld} file, and
1504 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1505 @file{.newsrc} file.  The latter two are commonly used to turn version
1506 control on or off.  Version control is on by default when saving the
1507 startup files.  If you want to turn backup creation off, say something like:
1508
1509 @lisp
1510 (defun turn-off-backup ()
1511   (set (make-local-variable 'backup-inhibited) t))
1512
1513 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1514 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1515 @end lisp
1516
1517 @vindex gnus-init-file
1518 @vindex gnus-site-init-file
1519 When gnus starts, it will read the @code{gnus-site-init-file}
1520 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1521 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1522 and can be used to avoid cluttering your @file{~/.emacs} and
1523 @file{site-init} files with gnus stuff.  Gnus will also check for files
1524 with the same names as these, but with @file{.elc} and @file{.el}
1525 suffixes.  In other words, if you have set @code{gnus-init-file} to
1526 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1527 and finally @file{~/.gnus} (in this order).
1528
1529
1530
1531 @node Auto Save
1532 @section Auto Save
1533 @cindex dribble file
1534 @cindex auto-save
1535
1536 Whenever you do something that changes the gnus data (reading articles,
1537 catching up, killing/subscribing groups), the change is added to a
1538 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1539 Emacs way.  If your Emacs should crash before you have saved the
1540 @file{.newsrc} files, all changes you have made can be recovered from
1541 this file.
1542
1543 If gnus detects this file at startup, it will ask the user whether to
1544 read it.  The auto save file is deleted whenever the real startup file is
1545 saved.
1546
1547 @vindex gnus-use-dribble-file
1548 If @code{gnus-use-dribble-file} is @code{nil}, gnus won't create and
1549 maintain a dribble buffer.  The default is @code{t}.
1550
1551 @vindex gnus-dribble-directory
1552 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1553 this variable is @code{nil}, which it is by default, gnus will dribble
1554 into the directory where the @file{.newsrc} file is located.  (This is
1555 normally the user's home directory.)  The dribble file will get the same
1556 file permissions as the @file{.newsrc} file.
1557
1558 @vindex gnus-always-read-dribble-file
1559 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1560 read the dribble file on startup without querying the user.
1561
1562
1563 @node The Active File
1564 @section The Active File
1565 @cindex active file
1566 @cindex ignored groups
1567
1568 When gnus starts, or indeed whenever it tries to determine whether new
1569 articles have arrived, it reads the active file.  This is a very large
1570 file that lists all the active groups and articles on the server.
1571
1572 @vindex gnus-ignored-newsgroups
1573 Before examining the active file, gnus deletes all lines that match the
1574 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1575 any groups with bogus names, but you can use this variable to make gnus
1576 ignore hierarchies you aren't ever interested in.  However, this is not
1577 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1578 Groups} for an overview of other variables that can be used instead.
1579
1580 @c This variable is
1581 @c @code{nil} by default, and will slow down active file handling somewhat
1582 @c if you set it to anything else.
1583
1584 @vindex gnus-read-active-file
1585 @c @head
1586 The active file can be rather Huge, so if you have a slow network, you
1587 can set @code{gnus-read-active-file} to @code{nil} to prevent gnus from
1588 reading the active file.  This variable is @code{some} by default.
1589
1590 Gnus will try to make do by getting information just on the groups that
1591 you actually subscribe to.
1592
1593 Note that if you subscribe to lots and lots of groups, setting this
1594 variable to @code{nil} will probably make gnus slower, not faster.  At
1595 present, having this variable @code{nil} will slow gnus down
1596 considerably, unless you read news over a 2400 baud modem.
1597
1598 This variable can also have the value @code{some}.  Gnus will then
1599 attempt to read active info only on the subscribed groups.  On some
1600 servers this is quite fast (on sparkling, brand new INN servers that
1601 support the @code{LIST ACTIVE group} command), on others this isn't fast
1602 at all.  In any case, @code{some} should be faster than @code{nil}, and
1603 is certainly faster than @code{t} over slow lines.
1604
1605 Some news servers (old versions of Leafnode and old versions of INN, for
1606 instance) do not support the @code{LIST ACTIVE group}.  For these
1607 servers, @code{nil} is probably the most efficient value for this
1608 variable.
1609
1610 If this variable is @code{nil}, gnus will ask for group info in total
1611 lock-step, which isn't very fast.  If it is @code{some} and you use an
1612 @acronym{NNTP} server, gnus will pump out commands as fast as it can, and
1613 read all the replies in one swoop.  This will normally result in better
1614 performance, but if the server does not support the aforementioned
1615 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1616
1617 If you think that starting up Gnus takes too long, try all the three
1618 different values for this variable and see what works best for you.
1619
1620 In any case, if you use @code{some} or @code{nil}, you should definitely
1621 kill all groups that you aren't interested in to speed things up.
1622
1623 Note that this variable also affects active file retrieval from
1624 secondary select methods.
1625
1626
1627 @node Startup Variables
1628 @section Startup Variables
1629
1630 @table @code
1631
1632 @item gnus-load-hook
1633 @vindex gnus-load-hook
1634 A hook run while gnus is being loaded.  Note that this hook will
1635 normally be run just once in each Emacs session, no matter how many
1636 times you start gnus.
1637
1638 @item gnus-before-startup-hook
1639 @vindex gnus-before-startup-hook
1640 A hook run after starting up gnus successfully.
1641
1642 @item gnus-startup-hook
1643 @vindex gnus-startup-hook
1644 A hook run as the very last thing after starting up gnus
1645
1646 @item gnus-started-hook
1647 @vindex gnus-started-hook
1648 A hook that is run as the very last thing after starting up gnus
1649 successfully.
1650
1651 @item gnus-setup-news-hook
1652 @vindex gnus-setup-news-hook
1653 A hook that is run after reading the @file{.newsrc} file(s), but before
1654 generating the group buffer.
1655
1656 @item gnus-check-bogus-newsgroups
1657 @vindex gnus-check-bogus-newsgroups
1658 If non-@code{nil}, gnus will check for and delete all bogus groups at
1659 startup.  A @dfn{bogus group} is a group that you have in your
1660 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1661 bogus groups can take quite a while, so to save time and resources it's
1662 best to leave this option off, and do the checking for bogus groups once
1663 in a while from the group buffer instead (@pxref{Group Maintenance}).
1664
1665 @item gnus-inhibit-startup-message
1666 @vindex gnus-inhibit-startup-message
1667 If non-@code{nil}, the startup message won't be displayed.  That way,
1668 your boss might not notice as easily that you are reading news instead
1669 of doing your job.  Note that this variable is used before
1670 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1671
1672 @item gnus-no-groups-message
1673 @vindex gnus-no-groups-message
1674 Message displayed by gnus when no groups are available.
1675
1676 @item gnus-play-startup-jingle
1677 @vindex gnus-play-startup-jingle
1678 If non-@code{nil}, play the gnus jingle at startup.
1679
1680 @item gnus-startup-jingle
1681 @vindex gnus-startup-jingle
1682 Jingle to be played if the above variable is non-@code{nil}.  The
1683 default is @samp{Tuxedomoon.Jingle4.au}.
1684
1685 @end table
1686
1687
1688 @node Group Buffer
1689 @chapter Group Buffer
1690 @cindex group buffer
1691
1692 @c Alex Schroeder suggests to rearrange this as follows:
1693 @c
1694 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1695 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1696 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1697 @c   7. Group Score, 8. Group Buffer Format
1698 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1699 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1700 @c <kensanata> First, "Gnus considers groups... (default 9)."
1701 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1702 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1703 @c <kensanata> Then expand the next paragraph or add some more to it.
1704 @c    This short one sentence explains levels 1 and 2, therefore I understand
1705 @c    that I should keep important news at 3 and boring news at 4.
1706 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1707 @c    Maybe keep those that you don't want to read temporarily at 6,
1708 @c    those that you never want to read at 8, those that offend your
1709 @c    human rights at 9...
1710
1711
1712 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1713 is the first buffer shown when gnus starts, and will never be killed as
1714 long as gnus is active.
1715
1716 @iftex
1717 @iflatex
1718 \gnusfigure{The Group Buffer}{320}{
1719 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1720 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1721 \put(120,38){\vector(1,2){10}}
1722 \put(40,60){\makebox(0,0)[r]{Mode line}}
1723 \put(40,58){\vector(1,0){30}}
1724 \put(200,28){\makebox(0,0)[t]{Native select method}}
1725 \put(200,26){\vector(-1,2){15}}
1726 }
1727 @end iflatex
1728 @end iftex
1729
1730 @menu
1731 * Group Buffer Format::         Information listed and how you can change it.
1732 * Group Maneuvering::           Commands for moving in the group buffer.
1733 * Selecting a Group::           Actually reading news.
1734 * Subscription Commands::       Unsubscribing, killing, subscribing.
1735 * Group Data::                  Changing the info for a group.
1736 * Group Levels::                Levels? What are those, then?
1737 * Group Score::                 A mechanism for finding out what groups you like.
1738 * Marking Groups::              You can mark groups for later processing.
1739 * Foreign Groups::              Creating and editing groups.
1740 * Group Parameters::            Each group may have different parameters set.
1741 * Listing Groups::              Gnus can list various subsets of the groups.
1742 * Sorting Groups::              Re-arrange the group order.
1743 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1744 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1745 * Exiting Gnus::                Stop reading news and get some work done.
1746 * Group Topics::                A folding group mode divided into topics.
1747 * Misc Group Stuff::            Other stuff that you can to do.
1748 @end menu
1749
1750
1751 @node Group Buffer Format
1752 @section Group Buffer Format
1753
1754 @menu
1755 * Group Line Specification::    Deciding how the group buffer is to look.
1756 * Group Mode Line Specification::  The group buffer mode line.
1757 * Group Highlighting::          Having nice colors in the group buffer.
1758 @end menu
1759
1760
1761 @node Group Line Specification
1762 @subsection Group Line Specification
1763 @cindex group buffer format
1764
1765 The default format of the group buffer is nice and dull, but you can
1766 make it as exciting and ugly as you feel like.
1767
1768 Here's a couple of example group lines:
1769
1770 @example
1771      25: news.announce.newusers
1772  *    0: alt.fan.andrea-dworkin
1773 @end example
1774
1775 Quite simple, huh?
1776
1777 You can see that there are 25 unread articles in
1778 @samp{news.announce.newusers}.  There are no unread articles, but some
1779 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1780 asterisk at the beginning of the line?).
1781
1782 @vindex gnus-group-line-format
1783 You can change that format to whatever you want by fiddling with the
1784 @code{gnus-group-line-format} variable.  This variable works along the
1785 lines of a @code{format} specification, which is pretty much the same as
1786 a @code{printf} specifications, for those of you who use (feh!) C.
1787 @xref{Formatting Variables}.
1788
1789 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1790
1791 There should always be a colon on the line; the cursor always moves to
1792 the colon after performing an operation.  @xref{Positioning
1793 Point}.  Nothing else is required---not even the group name.  All
1794 displayed text is just window dressing, and is never examined by Gnus.
1795 Gnus stores all real information it needs using text properties.
1796
1797 (Note that if you make a really strange, wonderful, spreadsheet-like
1798 layout, everybody will believe you are hard at work with the accounting
1799 instead of wasting time reading news.)
1800
1801 Here's a list of all available format characters:
1802
1803 @table @samp
1804
1805 @item M
1806 An asterisk if the group only has marked articles.
1807
1808 @item S
1809 Whether the group is subscribed.
1810
1811 @item L
1812 Level of subscribedness.
1813
1814 @item N
1815 Number of unread articles.
1816
1817 @item I
1818 Number of dormant articles.
1819
1820 @item T
1821 Number of ticked articles.
1822
1823 @item R
1824 Number of read articles.
1825
1826 @item U
1827 Number of unseen articles.
1828
1829 @item t
1830 Estimated total number of articles.  (This is really @var{max-number}
1831 minus @var{min-number} plus 1.)
1832
1833 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1834 efficient access to @var{max-number} and @var{min-number} but getting
1835 the true unread message count is not possible efficiently.  For
1836 hysterical raisins, even the mail back ends, where the true number of
1837 unread messages might be available efficiently, use the same limited
1838 interface.  To remove this restriction from Gnus means that the back
1839 end interface has to be changed, which is not an easy job.  If you
1840 want to work on this, please contact the Gnus mailing list.
1841
1842 @item y
1843 Number of unread, unticked, non-dormant articles.
1844
1845 @item i
1846 Number of ticked and dormant articles.
1847
1848 @item g
1849 Full group name.
1850
1851 @item G
1852 Group name.
1853
1854 @item C
1855 Group comment (@pxref{Group Parameters}) or group name if there is no
1856 comment element in the group parameters.
1857
1858 @item D
1859 Newsgroup description.  You need to read the group descriptions
1860 before these will appear, and to do that, you either have to set
1861 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1862 command.
1863
1864 @item o
1865 @samp{m} if moderated.
1866
1867 @item O
1868 @samp{(m)} if moderated.
1869
1870 @item s
1871 Select method.
1872
1873 @item B
1874 If the summary buffer for the group is open or not.
1875
1876 @item n
1877 Select from where.
1878
1879 @item z
1880 A string that looks like @samp{<%s:%n>} if a foreign select method is
1881 used.
1882
1883 @item P
1884 Indentation based on the level of the topic (@pxref{Group Topics}).
1885
1886 @item c
1887 @vindex gnus-group-uncollapsed-levels
1888 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1889 variable says how many levels to leave at the end of the group name.
1890 The default is 1---this will mean that group names like
1891 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1892
1893 @item m
1894 @vindex gnus-new-mail-mark
1895 @cindex %
1896 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1897 the group lately.
1898
1899 @item p
1900 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1901
1902 @item d
1903 A string that says when you last read the group (@pxref{Group
1904 Timestamp}).
1905
1906 @item u
1907 User defined specifier.  The next character in the format string should
1908 be a letter.  Gnus will call the function
1909 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1910 following @samp{%u}.  The function will be passed a single dummy
1911 parameter as argument.  The function should return a string, which will
1912 be inserted into the buffer just like information from any other
1913 specifier.
1914 @end table
1915
1916 @cindex *
1917 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1918 if no info is available---for instance, if it is a non-activated foreign
1919 group, or a bogus native group.
1920
1921
1922 @node Group Mode Line Specification
1923 @subsection Group Mode Line Specification
1924 @cindex group mode line
1925
1926 @vindex gnus-group-mode-line-format
1927 The mode line can be changed by setting
1928 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1929 doesn't understand that many format specifiers:
1930
1931 @table @samp
1932 @item S
1933 The native news server.
1934 @item M
1935 The native select method.
1936 @end table
1937
1938
1939 @node Group Highlighting
1940 @subsection Group Highlighting
1941 @cindex highlighting
1942 @cindex group highlighting
1943
1944 @vindex gnus-group-highlight
1945 Highlighting in the group buffer is controlled by the
1946 @code{gnus-group-highlight} variable.  This is an alist with elements
1947 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1948 something non-@code{nil}, the @var{face} will be used on the line.
1949
1950 Here's an example value for this variable that might look nice if the
1951 background is dark:
1952
1953 @lisp
1954 (cond (window-system
1955        (setq custom-background-mode 'light)
1956        (defface my-group-face-1
1957          '((t (:foreground "Red" :bold t))) "First group face")
1958        (defface my-group-face-2
1959          '((t (:foreground "DarkSeaGreen4" :bold t)))
1960          "Second group face")
1961        (defface my-group-face-3
1962          '((t (:foreground "Green4" :bold t))) "Third group face")
1963        (defface my-group-face-4
1964          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1965        (defface my-group-face-5
1966          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1967
1968 (setq gnus-group-highlight
1969       '(((> unread 200) . my-group-face-1)
1970         ((and (< level 3) (zerop unread)) . my-group-face-2)
1971         ((< level 3) . my-group-face-3)
1972         ((zerop unread) . my-group-face-4)
1973         (t . my-group-face-5)))
1974 @end lisp
1975
1976 Also @pxref{Faces and Fonts}.
1977
1978 Variables that are dynamically bound when the forms are evaluated
1979 include:
1980
1981 @table @code
1982 @item group
1983 The group name.
1984 @item unread
1985 The number of unread articles in the group.
1986 @item method
1987 The select method.
1988 @item mailp
1989 Whether the group is a mail group.
1990 @item level
1991 The level of the group.
1992 @item score
1993 The score of the group.
1994 @item ticked
1995 The number of ticked articles in the group.
1996 @item total
1997 The total number of articles in the group.  Or rather,
1998 @var{max-number} minus @var{min-number} plus one.
1999 @item topic
2000 When using the topic minor mode, this variable is bound to the current
2001 topic being inserted.
2002 @end table
2003
2004 When the forms are @code{eval}ed, point is at the beginning of the line
2005 of the group in question, so you can use many of the normal gnus
2006 functions for snarfing info on the group.
2007
2008 @vindex gnus-group-update-hook
2009 @findex gnus-group-highlight-line
2010 @code{gnus-group-update-hook} is called when a group line is changed.
2011 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2012 calls @code{gnus-group-highlight-line} by default.
2013
2014
2015 @node Group Maneuvering
2016 @section Group Maneuvering
2017 @cindex group movement
2018
2019 All movement commands understand the numeric prefix and will behave as
2020 expected, hopefully.
2021
2022 @table @kbd
2023
2024 @item n
2025 @kindex n (Group)
2026 @findex gnus-group-next-unread-group
2027 Go to the next group that has unread articles
2028 (@code{gnus-group-next-unread-group}).
2029
2030 @item p
2031 @itemx DEL
2032 @kindex DEL (Group)
2033 @kindex p (Group)
2034 @findex gnus-group-prev-unread-group
2035 Go to the previous group that has unread articles
2036 (@code{gnus-group-prev-unread-group}).
2037
2038 @item N
2039 @kindex N (Group)
2040 @findex gnus-group-next-group
2041 Go to the next group (@code{gnus-group-next-group}).
2042
2043 @item P
2044 @kindex P (Group)
2045 @findex gnus-group-prev-group
2046 Go to the previous group (@code{gnus-group-prev-group}).
2047
2048 @item M-n
2049 @kindex M-n (Group)
2050 @findex gnus-group-next-unread-group-same-level
2051 Go to the next unread group on the same (or lower) level
2052 (@code{gnus-group-next-unread-group-same-level}).
2053
2054 @item M-p
2055 @kindex M-p (Group)
2056 @findex gnus-group-prev-unread-group-same-level
2057 Go to the previous unread group on the same (or lower) level
2058 (@code{gnus-group-prev-unread-group-same-level}).
2059 @end table
2060
2061 Three commands for jumping to groups:
2062
2063 @table @kbd
2064
2065 @item j
2066 @kindex j (Group)
2067 @findex gnus-group-jump-to-group
2068 Jump to a group (and make it visible if it isn't already)
2069 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2070 like living groups.
2071
2072 @item ,
2073 @kindex , (Group)
2074 @findex gnus-group-best-unread-group
2075 Jump to the unread group with the lowest level
2076 (@code{gnus-group-best-unread-group}).
2077
2078 @item .
2079 @kindex . (Group)
2080 @findex gnus-group-first-unread-group
2081 Jump to the first group with unread articles
2082 (@code{gnus-group-first-unread-group}).
2083 @end table
2084
2085 @vindex gnus-group-goto-unread
2086 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2087 commands will move to the next group, not the next unread group.  Even
2088 the commands that say they move to the next unread group.  The default
2089 is @code{t}.
2090
2091
2092 @node Selecting a Group
2093 @section Selecting a Group
2094 @cindex group selection
2095
2096 @table @kbd
2097
2098 @item SPACE
2099 @kindex SPACE (Group)
2100 @findex gnus-group-read-group
2101 Select the current group, switch to the summary buffer and display the
2102 first unread article (@code{gnus-group-read-group}).  If there are no
2103 unread articles in the group, or if you give a non-numerical prefix to
2104 this command, gnus will offer to fetch all the old articles in this
2105 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2106 determines the number of articles Gnus will fetch.  If @var{n} is
2107 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2108 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2109
2110 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2111 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2112 - 4 2 SPC} fetches the 42 oldest ones.
2113
2114 When you are in the group (in the Summary buffer), you can type
2115 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2116 ones.
2117
2118 @item RET
2119 @kindex RET (Group)
2120 @findex gnus-group-select-group
2121 Select the current group and switch to the summary buffer
2122 (@code{gnus-group-select-group}).  Takes the same arguments as
2123 @code{gnus-group-read-group}---the only difference is that this command
2124 does not display the first unread article automatically upon group
2125 entry.
2126
2127 @item M-RET
2128 @kindex M-RET (Group)
2129 @findex gnus-group-quick-select-group
2130 This does the same as the command above, but tries to do it with the
2131 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2132 scoring/killing will be performed, there will be no highlights and no
2133 expunging.  This might be useful if you're in a real hurry and have to
2134 enter some humongous group.  If you give a 0 prefix to this command
2135 (i.e., @kbd{0 M-RET}), gnus won't even generate the summary buffer,
2136 which is useful if you want to toggle threading before generating the
2137 summary buffer (@pxref{Summary Generation Commands}).
2138
2139 @item M-SPACE
2140 @kindex M-SPACE (Group)
2141 @findex gnus-group-visible-select-group
2142 This is yet one more command that does the same as the @kbd{RET}
2143 command, but this one does it without expunging and hiding dormants
2144 (@code{gnus-group-visible-select-group}).
2145
2146 @item C-M-RET
2147 @kindex C-M-RET (Group)
2148 @findex gnus-group-select-group-ephemerally
2149 Finally, this command selects the current group ephemerally without
2150 doing any processing of its contents
2151 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2152 turned off.  Everything you do in the group after selecting it in this
2153 manner will have no permanent effects.
2154
2155 @end table
2156
2157 @vindex gnus-large-newsgroup
2158 The @code{gnus-large-newsgroup} variable says what Gnus should
2159 consider to be a big group.  If it is @code{nil}, no groups are
2160 considered big.  The default value is 200.  If the group has more
2161 (unread and/or ticked) articles than this, gnus will query the user
2162 before entering the group.  The user can then specify how many
2163 articles should be fetched from the server.  If the user specifies a
2164 negative number (@var{-n}), the @var{n} oldest articles will be
2165 fetched.  If it is positive, the @var{n} articles that have arrived
2166 most recently will be fetched.
2167
2168 @vindex gnus-large-ephemeral-newsgroup
2169 @code{gnus-large-ephemeral-newsgroup} is the same as
2170 @code{gnus-large-newsgroup}, but is only used for ephemeral
2171 newsgroups.
2172
2173 @vindex gnus-select-group-hook
2174 @vindex gnus-auto-select-first
2175 @vindex gnus-auto-select-subject
2176 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2177 automatically when entering a group with the @kbd{SPACE} command.
2178 Which article this is is controlled by the
2179 @code{gnus-auto-select-subject} variable.  Valid values for this
2180 variable is:
2181
2182 @table @code
2183
2184 @item unread
2185 Place point on the subject line of the first unread article.
2186
2187 @item first
2188 Place point on the subject line of the first article.
2189
2190 @item unseen
2191 Place point on the subject line of the first unseen article.
2192
2193 @item unseen-or-unread
2194 Place point on the subject line of the first unseen article, and if
2195 there is no such article, place point on the subject line of the first
2196 unread article.
2197
2198 @item best
2199 Place point on the subject line of the highest-scored unread article.
2200
2201 @end table
2202
2203 This variable can also be a function.  In that case, that function
2204 will be called to place point on a subject line.
2205
2206 If you want to prevent automatic selection in some group (say, in a
2207 binary group with Huge articles) you can set the
2208 @code{gnus-auto-select-first} variable to @code{nil} in
2209 @code{gnus-select-group-hook}, which is called when a group is
2210 selected.
2211
2212
2213 @node Subscription Commands
2214 @section Subscription Commands
2215 @cindex subscription
2216
2217 @table @kbd
2218
2219 @item S t
2220 @itemx u
2221 @kindex S t (Group)
2222 @kindex u (Group)
2223 @findex gnus-group-unsubscribe-current-group
2224 @c @icon{gnus-group-unsubscribe}
2225 Toggle subscription to the current group
2226 (@code{gnus-group-unsubscribe-current-group}).
2227
2228 @item S s
2229 @itemx U
2230 @kindex S s (Group)
2231 @kindex U (Group)
2232 @findex gnus-group-unsubscribe-group
2233 Prompt for a group to subscribe, and then subscribe it.  If it was
2234 subscribed already, unsubscribe it instead
2235 (@code{gnus-group-unsubscribe-group}).
2236
2237 @item S k
2238 @itemx C-k
2239 @kindex S k (Group)
2240 @kindex C-k (Group)
2241 @findex gnus-group-kill-group
2242 @c @icon{gnus-group-kill-group}
2243 Kill the current group (@code{gnus-group-kill-group}).
2244
2245 @item S y
2246 @itemx C-y
2247 @kindex S y (Group)
2248 @kindex C-y (Group)
2249 @findex gnus-group-yank-group
2250 Yank the last killed group (@code{gnus-group-yank-group}).
2251
2252 @item C-x C-t
2253 @kindex C-x C-t (Group)
2254 @findex gnus-group-transpose-groups
2255 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2256 really a subscription command, but you can use it instead of a
2257 kill-and-yank sequence sometimes.
2258
2259 @item S w
2260 @itemx C-w
2261 @kindex S w (Group)
2262 @kindex C-w (Group)
2263 @findex gnus-group-kill-region
2264 Kill all groups in the region (@code{gnus-group-kill-region}).
2265
2266 @item S z
2267 @kindex S z (Group)
2268 @findex gnus-group-kill-all-zombies
2269 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2270
2271 @item S C-k
2272 @kindex S C-k (Group)
2273 @findex gnus-group-kill-level
2274 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2275 These groups can't be yanked back after killing, so this command should
2276 be used with some caution.  The only time where this command comes in
2277 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2278 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2279 kill off all unsubscribed groups that do not have message numbers in the
2280 @file{.newsrc} file.
2281
2282 @end table
2283
2284 Also @pxref{Group Levels}.
2285
2286
2287 @node Group Data
2288 @section Group Data
2289
2290 @table @kbd
2291
2292 @item c
2293 @kindex c (Group)
2294 @findex gnus-group-catchup-current
2295 @vindex gnus-group-catchup-group-hook
2296 @c @icon{gnus-group-catchup-current}
2297 Mark all unticked articles in this group as read
2298 (@code{gnus-group-catchup-current}).
2299 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2300 the group buffer.
2301
2302 @item C
2303 @kindex C (Group)
2304 @findex gnus-group-catchup-current-all
2305 Mark all articles in this group, even the ticked ones, as read
2306 (@code{gnus-group-catchup-current-all}).
2307
2308 @item M-c
2309 @kindex M-c (Group)
2310 @findex gnus-group-clear-data
2311 Clear the data from the current group---nix out marks and the list of
2312 read articles (@code{gnus-group-clear-data}).
2313
2314 @item M-x gnus-group-clear-data-on-native-groups
2315 @kindex M-x gnus-group-clear-data-on-native-groups
2316 @findex gnus-group-clear-data-on-native-groups
2317 If you have switched from one @acronym{NNTP} server to another, all your marks
2318 and read ranges have become worthless.  You can use this command to
2319 clear out all data that you have on your native groups.  Use with
2320 caution.
2321
2322 @end table
2323
2324
2325 @node Group Levels
2326 @section Group Levels
2327 @cindex group level
2328 @cindex level
2329
2330 All groups have a level of @dfn{subscribedness}.  For instance, if a
2331 group is on level 2, it is more subscribed than a group on level 5.  You
2332 can ask gnus to just list groups on a given level or lower
2333 (@pxref{Listing Groups}), or to just check for new articles in groups on
2334 a given level or lower (@pxref{Scanning New Messages}).
2335
2336 Remember:  The higher the level of the group, the less important it is.
2337
2338 @table @kbd
2339
2340 @item S l
2341 @kindex S l (Group)
2342 @findex gnus-group-set-current-level
2343 Set the level of the current group.  If a numeric prefix is given, the
2344 next @var{n} groups will have their levels set.  The user will be
2345 prompted for a level.
2346 @end table
2347
2348 @vindex gnus-level-killed
2349 @vindex gnus-level-zombie
2350 @vindex gnus-level-unsubscribed
2351 @vindex gnus-level-subscribed
2352 Gnus considers groups from levels 1 to
2353 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2354 @code{gnus-level-subscribed} (exclusive) and
2355 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2356 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2357 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2358 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2359 same, but zombie and killed groups have no information on what articles
2360 you have read, etc, stored.  This distinction between dead and living
2361 groups isn't done because it is nice or clever, it is done purely for
2362 reasons of efficiency.
2363
2364 It is recommended that you keep all your mail groups (if any) on quite
2365 low levels (e.g. 1 or 2).
2366
2367 Maybe the following description of the default behavior of Gnus helps to
2368 understand what these levels are all about.  By default, Gnus shows you
2369 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2370 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2371 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2372 groups are hidden, in a way.
2373
2374 Zombie and killed groups are similar to unsubscribed groups in that they
2375 are hidden by default.  But they are different from subscribed and
2376 unsubscribed groups in that Gnus doesn't ask the news server for
2377 information (number of messages, number of unread messages) on zombie
2378 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2379 aren't interested in.  If most groups are killed, Gnus is faster.
2380
2381 Why does Gnus distinguish between zombie and killed groups?  Well, when
2382 a new group arrives on the server, Gnus by default makes it a zombie
2383 group.  This means that you are normally not bothered with new groups,
2384 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2385 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2386 list of killed groups.)
2387
2388 If you want to play with the level variables, you should show some care.
2389 Set them once, and don't touch them ever again.  Better yet, don't touch
2390 them at all unless you know exactly what you're doing.
2391
2392 @vindex gnus-level-default-unsubscribed
2393 @vindex gnus-level-default-subscribed
2394 Two closely related variables are @code{gnus-level-default-subscribed}
2395 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2396 which are the levels that new groups will be put on if they are
2397 (un)subscribed.  These two variables should, of course, be inside the
2398 relevant valid ranges.
2399
2400 @vindex gnus-keep-same-level
2401 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2402 will only move to groups of the same level (or lower).  In
2403 particular, going from the last article in one group to the next group
2404 will go to the next group of the same level (or lower).  This might be
2405 handy if you want to read the most important groups before you read the
2406 rest.
2407
2408 If this variable is @code{best}, Gnus will make the next newsgroup the
2409 one with the best level.
2410
2411 @vindex gnus-group-default-list-level
2412 All groups with a level less than or equal to
2413 @code{gnus-group-default-list-level} will be listed in the group buffer
2414 by default.
2415
2416 @vindex gnus-group-list-inactive-groups
2417 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2418 groups will be listed along with the unread groups.  This variable is
2419 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2420 listed.
2421
2422 @vindex gnus-group-use-permanent-levels
2423 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2424 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2425 use this level as the ``work'' level.
2426
2427 @vindex gnus-activate-level
2428 Gnus will normally just activate (i. e., query the server about) groups
2429 on level @code{gnus-activate-level} or less.  If you don't want to
2430 activate unsubscribed groups, for instance, you might set this variable
2431 to 5.  The default is 6.
2432
2433
2434 @node Group Score
2435 @section Group Score
2436 @cindex group score
2437 @cindex group rank
2438 @cindex rank
2439
2440 You would normally keep important groups on high levels, but that scheme
2441 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2442 group buffer according to how often you read groups, perhaps?  Within
2443 reason?
2444
2445 This is what @dfn{group score} is for.  You can have Gnus assign a score
2446 to each group through the mechanism described below.  You can then sort
2447 the group buffer based on this score.  Alternatively, you can sort on
2448 score and then level.  (Taken together, the level and the score is
2449 called the @dfn{rank} of the group.  A group that is on level 4 and has
2450 a score of 1 has a higher rank than a group on level 5 that has a score
2451 of 300.  (The level is the most significant part and the score is the
2452 least significant part.))
2453
2454 @findex gnus-summary-bubble-group
2455 If you want groups you read often to get higher scores than groups you
2456 read seldom you can add the @code{gnus-summary-bubble-group} function to
2457 the @code{gnus-summary-exit-hook} hook.  This will result (after
2458 sorting) in a bubbling sort of action.  If you want to see that in
2459 action after each summary exit, you can add
2460 @code{gnus-group-sort-groups-by-rank} or
2461 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2462 slow things down somewhat.
2463
2464
2465 @node Marking Groups
2466 @section Marking Groups
2467 @cindex marking groups
2468
2469 If you want to perform some command on several groups, and they appear
2470 subsequently in the group buffer, you would normally just give a
2471 numerical prefix to the command.  Most group commands will then do your
2472 bidding on those groups.
2473
2474 However, if the groups are not in sequential order, you can still
2475 perform a command on several groups.  You simply mark the groups first
2476 with the process mark and then execute the command.
2477
2478 @table @kbd
2479
2480 @item #
2481 @kindex # (Group)
2482 @itemx M m
2483 @kindex M m (Group)
2484 @findex gnus-group-mark-group
2485 Set the mark on the current group (@code{gnus-group-mark-group}).
2486
2487 @item M-#
2488 @kindex M-# (Group)
2489 @itemx M u
2490 @kindex M u (Group)
2491 @findex gnus-group-unmark-group
2492 Remove the mark from the current group
2493 (@code{gnus-group-unmark-group}).
2494
2495 @item M U
2496 @kindex M U (Group)
2497 @findex gnus-group-unmark-all-groups
2498 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2499
2500 @item M w
2501 @kindex M w (Group)
2502 @findex gnus-group-mark-region
2503 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2504
2505 @item M b
2506 @kindex M b (Group)
2507 @findex gnus-group-mark-buffer
2508 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2509
2510 @item M r
2511 @kindex M r (Group)
2512 @findex gnus-group-mark-regexp
2513 Mark all groups that match some regular expression
2514 (@code{gnus-group-mark-regexp}).
2515 @end table
2516
2517 Also @pxref{Process/Prefix}.
2518
2519 @findex gnus-group-universal-argument
2520 If you want to execute some command on all groups that have been marked
2521 with the process mark, you can use the @kbd{M-&}
2522 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2523 the command to be executed.
2524
2525
2526 @node Foreign Groups
2527 @section Foreign Groups
2528 @cindex foreign groups
2529
2530 Below are some group mode commands for making and editing general foreign
2531 groups, as well as commands to ease the creation of a few
2532 special-purpose groups.  All these commands insert the newly created
2533 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2534 consulted.
2535
2536 @table @kbd
2537
2538 @item G m
2539 @kindex G m (Group)
2540 @findex gnus-group-make-group
2541 @cindex making groups
2542 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2543 for a name, a method and possibly an @dfn{address}.  For an easier way
2544 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2545
2546 @item G M
2547 @kindex G M (Group)
2548 @findex gnus-group-read-ephemeral-group
2549 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2550 will prompt you for a name, a method and an @dfn{address}.
2551
2552 @item G r
2553 @kindex G r (Group)
2554 @findex gnus-group-rename-group
2555 @cindex renaming groups
2556 Rename the current group to something else
2557 (@code{gnus-group-rename-group}).  This is valid only on some
2558 groups---mail groups mostly.  This command might very well be quite slow
2559 on some back ends.
2560
2561 @item G c
2562 @kindex G c (Group)
2563 @cindex customizing
2564 @findex gnus-group-customize
2565 Customize the group parameters (@code{gnus-group-customize}).
2566
2567 @item G e
2568 @kindex G e (Group)
2569 @findex gnus-group-edit-group-method
2570 @cindex renaming groups
2571 Enter a buffer where you can edit the select method of the current
2572 group (@code{gnus-group-edit-group-method}).
2573
2574 @item G p
2575 @kindex G p (Group)
2576 @findex gnus-group-edit-group-parameters
2577 Enter a buffer where you can edit the group parameters
2578 (@code{gnus-group-edit-group-parameters}).
2579
2580 @item G E
2581 @kindex G E (Group)
2582 @findex gnus-group-edit-group
2583 Enter a buffer where you can edit the group info
2584 (@code{gnus-group-edit-group}).
2585
2586 @item G d
2587 @kindex G d (Group)
2588 @findex gnus-group-make-directory-group
2589 @cindex nndir
2590 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2591 for a directory name (@code{gnus-group-make-directory-group}).
2592
2593 @item G h
2594 @kindex G h (Group)
2595 @cindex help group
2596 @findex gnus-group-make-help-group
2597 Make the gnus help group (@code{gnus-group-make-help-group}).
2598
2599 @item G a
2600 @kindex G a (Group)
2601 @cindex (ding) archive
2602 @cindex archive group
2603 @findex gnus-group-make-archive-group
2604 @vindex gnus-group-archive-directory
2605 @vindex gnus-group-recent-archive-directory
2606 Make a gnus archive group (@code{gnus-group-make-archive-group}).  By
2607 default a group pointing to the most recent articles will be created
2608 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2609 group will be created from @code{gnus-group-archive-directory}.
2610
2611 @item G k
2612 @kindex G k (Group)
2613 @findex gnus-group-make-kiboze-group
2614 @cindex nnkiboze
2615 Make a kiboze group.  You will be prompted for a name, for a regexp to
2616 match groups to be ``included'' in the kiboze group, and a series of
2617 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2618 @xref{Kibozed Groups}.
2619
2620 @item G D
2621 @kindex G D (Group)
2622 @findex gnus-group-enter-directory
2623 @cindex nneething
2624 Read an arbitrary directory as if it were a newsgroup with the
2625 @code{nneething} back end (@code{gnus-group-enter-directory}).
2626 @xref{Anything Groups}.
2627
2628 @item G f
2629 @kindex G f (Group)
2630 @findex gnus-group-make-doc-group
2631 @cindex ClariNet Briefs
2632 @cindex nndoc
2633 Make a group based on some file or other
2634 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2635 command, you will be prompted for a file name and a file type.
2636 Currently supported types are @code{mbox}, @code{babyl},
2637 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2638 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2639 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2640 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2641 you run this command without a prefix, Gnus will guess at the file
2642 type.  @xref{Document Groups}.
2643
2644 @item G u
2645 @kindex G u (Group)
2646 @vindex gnus-useful-groups
2647 @findex gnus-group-make-useful-group
2648 Create one of the groups mentioned in @code{gnus-useful-groups}
2649 (@code{gnus-group-make-useful-group}).
2650
2651 @item G w
2652 @kindex G w (Group)
2653 @findex gnus-group-make-web-group
2654 @cindex Google
2655 @cindex nnweb
2656 @cindex gmane
2657 Make an ephemeral group based on a web search
2658 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2659 command, make a solid group instead.  You will be prompted for the
2660 search engine type and the search string.  Valid search engine types
2661 include @code{google}, @code{dejanews}, and @code{gmane}.
2662 @xref{Web Searches}.
2663
2664 If you use the @code{google} search engine, you can limit the search
2665 to a particular group by using a match string like
2666 @samp{shaving group:alt.sysadmin.recovery}.
2667
2668 @item G R
2669 @kindex G R (Group)
2670 @findex gnus-group-make-rss-group
2671 Make a group based on an @acronym{RSS} feed
2672 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2673 @xref{RSS}.
2674
2675 @item G DEL
2676 @kindex G DEL (Group)
2677 @findex gnus-group-delete-group
2678 This function will delete the current group
2679 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2680 actually delete all the articles in the group, and forcibly remove the
2681 group itself from the face of the Earth.  Use a prefix only if you are
2682 absolutely sure of what you are doing.  This command can't be used on
2683 read-only groups (like @code{nntp} groups), though.
2684
2685 @item G V
2686 @kindex G V (Group)
2687 @findex gnus-group-make-empty-virtual
2688 Make a new, fresh, empty @code{nnvirtual} group
2689 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2690
2691 @item G v
2692 @kindex G v (Group)
2693 @findex gnus-group-add-to-virtual
2694 Add the current group to an @code{nnvirtual} group
2695 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2696 @end table
2697
2698 @xref{Select Methods}, for more information on the various select
2699 methods.
2700
2701 @vindex gnus-activate-foreign-newsgroups
2702 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2703 gnus will check all foreign groups with this level or lower at startup.
2704 This might take quite a while, especially if you subscribe to lots of
2705 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2706 @code{gnus-activate-level} also affects activation of foreign
2707 newsgroups.
2708
2709
2710 @node Group Parameters
2711 @section Group Parameters
2712 @cindex group parameters
2713
2714 The group parameters store information local to a particular group.
2715 Here's an example group parameter list:
2716
2717 @example
2718 ((to-address . "ding@@gnus.org")
2719  (auto-expire . t))
2720 @end example
2721
2722 We see that each element consists of a ``dotted pair''---the thing before
2723 the dot is the key, while the thing after the dot is the value.  All the
2724 parameters have this form @emph{except} local variable specs, which are
2725 not dotted pairs, but proper lists.
2726
2727 Some parameters have correspondent customizable variables, each of which
2728 is an alist of regexps and values.
2729
2730 The following group parameters can be used:
2731
2732 @table @code
2733 @item to-address
2734 @cindex to-address
2735 Address used by when doing followups and new posts.
2736
2737 @example
2738 (to-address . "some@@where.com")
2739 @end example
2740
2741 This is primarily useful in mail groups that represent closed mailing
2742 lists---mailing lists where it's expected that everybody that writes to
2743 the mailing list is subscribed to it.  Since using this parameter
2744 ensures that the mail only goes to the mailing list itself, it means
2745 that members won't receive two copies of your followups.
2746
2747 Using @code{to-address} will actually work whether the group is foreign
2748 or not.  Let's say there's a group on the server that is called
2749 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2750 the articles from a mail-to-news gateway.  Posting directly to this
2751 group is therefore impossible---you have to send mail to the mailing
2752 list address instead.
2753
2754 See also @code{gnus-parameter-to-address-alist}.
2755
2756 @item to-list
2757 @cindex to-list
2758 Address used when doing @kbd{a} in that group.
2759
2760 @example
2761 (to-list . "some@@where.com")
2762 @end example
2763
2764 It is totally ignored
2765 when doing a followup---except that if it is present in a news group,
2766 you'll get mail group semantics when doing @kbd{f}.
2767
2768 If you do an @kbd{a} command in a mail group and you have neither a
2769 @code{to-list} group parameter nor a @code{to-address} group parameter,
2770 then a @code{to-list} group parameter will be added automatically upon
2771 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2772 @vindex gnus-add-to-list
2773
2774 @findex gnus-mailing-list-mode
2775 @cindex mail list groups
2776 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2777 entering summary buffer.
2778
2779 See also @code{gnus-parameter-to-list-alist}.
2780
2781 @anchor{subscribed}
2782 @item subscribed
2783 @cindex subscribed
2784 @cindex Mail-Followup-To
2785 @findex gnus-find-subscribed-addresses
2786 If this parameter is set to @code{t}, Gnus will consider the
2787 to-address and to-list parameters for this group as addresses of
2788 mailing lists you are subscribed to.  Giving Gnus this information is
2789 (only) a first step in getting it to generate correct Mail-Followup-To
2790 headers for your posts to these lists.  The second step is to put the
2791 following in your @file{.gnus.el}
2792
2793 @lisp
2794 (setq message-subscribed-address-functions
2795       '(gnus-find-subscribed-addresses))
2796 @end lisp
2797
2798 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2799 a complete treatment of available MFT support.
2800
2801 @item visible
2802 @cindex visible
2803 If the group parameter list has the element @code{(visible . t)},
2804 that group will always be visible in the Group buffer, regardless
2805 of whether it has any unread articles.
2806
2807 @item broken-reply-to
2808 @cindex broken-reply-to
2809 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2810 headers in this group are to be ignored, and for the header to be hidden
2811 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2812 can be useful if you're reading a mailing list group where the listserv
2813 has inserted @code{Reply-To} headers that point back to the listserv
2814 itself.  That is broken behavior.  So there!
2815
2816 @item to-group
2817 @cindex to-group
2818 Elements like @code{(to-group . "some.group.name")} means that all
2819 posts in that group will be sent to @code{some.group.name}.
2820
2821 @item newsgroup
2822 @cindex newsgroup
2823 If you have @code{(newsgroup . t)} in the group parameter list, gnus
2824 will treat all responses as if they were responses to news articles.
2825 This can be useful if you have a mail group that's really a mirror of a
2826 news group.
2827
2828 @item gcc-self
2829 @cindex gcc-self
2830 If @code{(gcc-self . t)} is present in the group parameter list, newly
2831 composed messages will be @code{Gcc}'d to the current group.  If
2832 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2833 generated, if @code{(gcc-self . "string")} is present, this string will
2834 be inserted literally as a @code{gcc} header.  This parameter takes
2835 precedence over any default @code{Gcc} rules as described later
2836 (@pxref{Archived Messages}).
2837
2838 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2839 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2840 doesn't accept articles.
2841
2842 @item auto-expire
2843 @cindex auto-expire
2844 If the group parameter has an element that looks like @code{(auto-expire
2845 . t)}, all articles read will be marked as expirable.  For an
2846 alternative approach, @pxref{Expiring Mail}.
2847
2848 See also @code{gnus-auto-expirable-newsgroups}.
2849
2850 @item total-expire
2851 @cindex total-expire
2852 If the group parameter has an element that looks like
2853 @code{(total-expire . t)}, all read articles will be put through the
2854 expiry process, even if they are not marked as expirable.  Use with
2855 caution.  Unread, ticked and dormant articles are not eligible for
2856 expiry.
2857
2858 See also @code{gnus-total-expirable-newsgroups}.
2859
2860 @item expiry-wait
2861 @cindex expiry-wait
2862 @vindex nnmail-expiry-wait-function
2863 If the group parameter has an element that looks like
2864 @code{(expiry-wait . 10)}, this value will override any
2865 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2866 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2867 can either be a number of days (not necessarily an integer) or the
2868 symbols @code{never} or @code{immediate}.
2869
2870 @item expiry-target
2871 @cindex expiry-target
2872 Where expired messages end up.  This parameter overrides
2873 @code{nnmail-expiry-target}.
2874
2875 @item score-file
2876 @cindex score file group parameter
2877 Elements that look like @code{(score-file . "file")} will make
2878 @file{file} into the current score file for the group in question.  All
2879 interactive score entries will be put into this file.
2880
2881 @item adapt-file
2882 @cindex adapt file group parameter
2883 Elements that look like @code{(adapt-file . "file")} will make
2884 @file{file} into the current adaptive file for the group in question.
2885 All adaptive score entries will be put into this file.
2886
2887 @item admin-address
2888 @cindex admin-address
2889 When unsubscribing from a mailing list you should never send the
2890 unsubscription notice to the mailing list itself.  Instead, you'd send
2891 messages to the administrative address.  This parameter allows you to
2892 put the admin address somewhere convenient.
2893
2894 @item display
2895 @cindex display
2896 Elements that look like @code{(display . MODE)} say which articles to
2897 display on entering the group.  Valid values are:
2898
2899 @table @code
2900 @item all
2901 Display all articles, both read and unread.
2902
2903 @item an integer
2904 Display the last @var{integer} articles in the group.  This is the same as
2905 entering the group with @kbd{C-u @var{integer}}.
2906
2907 @item default
2908 Display the default visible articles, which normally includes unread and
2909 ticked articles.
2910
2911 @item an array
2912 Display articles that satisfy a predicate.
2913
2914 Here are some examples:
2915
2916 @table @code
2917 @item [unread]
2918 Display only unread articles.
2919
2920 @item [not expire]
2921 Display everything except expirable articles.
2922
2923 @item [and (not reply) (not expire)]
2924 Display everything except expirable and articles you've already
2925 responded to.
2926 @end table
2927
2928 The available operators are @code{not}, @code{and} and @code{or}.
2929 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2930 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2931 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2932 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2933
2934 @end table
2935
2936 The @code{display} parameter works by limiting the summary buffer to
2937 the subset specified.  You can pop the limit by using the @kbd{/ w}
2938 command (@pxref{Limiting}).
2939
2940 @item comment
2941 @cindex comment
2942 Elements that look like @code{(comment . "This is a comment")} are
2943 arbitrary comments on the group.  You can display comments in the
2944 group line (@pxref{Group Line Specification}).
2945
2946 @item charset
2947 @cindex charset
2948 Elements that look like @code{(charset . iso-8859-1)} will make
2949 @code{iso-8859-1} the default charset; that is, the charset that will be
2950 used for all articles that do not specify a charset.
2951
2952 See also @code{gnus-group-charset-alist}.
2953
2954 @item ignored-charsets
2955 @cindex ignored-charset
2956 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2957 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2958 default charset will be used for decoding articles.
2959
2960 See also @code{gnus-group-ignored-charsets-alist}.
2961
2962 @item posting-style
2963 @cindex posting-style
2964 You can store additional posting style information for this group
2965 here (@pxref{Posting Styles}).  The format is that of an entry in the
2966 @code{gnus-posting-styles} alist, except that there's no regexp matching
2967 the group name (of course).  Style elements in this group parameter will
2968 take precedence over the ones found in @code{gnus-posting-styles}.
2969
2970 For instance, if you want a funky name and signature in this group only,
2971 instead of hacking @code{gnus-posting-styles}, you could put something
2972 like this in the group parameters:
2973
2974 @example
2975 (posting-style
2976   (name "Funky Name")
2977   ("X-My-Header" "Funky Value")
2978   (signature "Funky Signature"))
2979 @end example
2980
2981 @item post-method
2982 @cindex post-method
2983 If it is set, the value is used as the method for posting message
2984 instead of @code{gnus-post-method}.
2985
2986 @item banner
2987 @cindex banner
2988 An item like @code{(banner . @var{regexp})} causes any part of an article
2989 that matches the regular expression @var{regexp} to be stripped.  Instead of
2990 @var{regexp}, you can also use the symbol @code{signature} which strips the
2991 last signature or any of the elements of the alist
2992 @code{gnus-article-banner-alist}.
2993
2994 @item sieve
2995 @cindex sieve
2996 This parameter contains a Sieve test that should match incoming mail
2997 that should be placed in this group.  From this group parameter, a
2998 Sieve @samp{IF} control structure is generated, having the test as the
2999 condition and @samp{fileinto "group.name";} as the body.
3000
3001 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
3002 address "sender" "sieve-admin@@extundo.com")} group parameter, when
3003 translating the group parameter into a Sieve script (@pxref{Sieve
3004 Commands}) the following Sieve code is generated:
3005
3006 @example
3007 if address \"sender\" \"sieve-admin@@extundo.com\" @{
3008         fileinto \"INBOX.list.sieve\";
3009 @}
3010 @end example
3011
3012 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
3013 Top, sieve, Emacs Sieve}.
3014
3015 @item (agent parameters)
3016 If the agent has been enabled, you can set any of the its parameters
3017 to control the behavior of the agent in individual groups. See Agent
3018 Parameters in @ref{Category Syntax}.  Most users will choose to set
3019 agent parameters in either an agent category or group topic to
3020 minimize the configuration effort.
3021
3022 @item (@var{variable} @var{form})
3023 You can use the group parameters to set variables local to the group you
3024 are entering.  If you want to turn threading off in @samp{news.answers},
3025 you could put @code{(gnus-show-threads nil)} in the group parameters of
3026 that group.  @code{gnus-show-threads} will be made into a local variable
3027 in the summary buffer you enter, and the form @code{nil} will be
3028 @code{eval}ed there.
3029
3030 Note that this feature sets the variable locally to the summary buffer.
3031 But some variables are evaluated in the article buffer, or in the
3032 message buffer (of a reply or followup or otherwise newly created
3033 message).  As a workaround, it might help to add the variable in
3034 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3035 Stuff}.  So if you want to set @code{message-from-style} via the group
3036 parameters, then you may need the following statement elsewhere in your
3037 @file{~/.gnus} file:
3038
3039 @lisp
3040 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3041 @end lisp
3042
3043 @vindex gnus-list-identifiers
3044 A use for this feature is to remove a mailing list identifier tag in
3045 the subject fields of articles.  E.g. if the news group
3046
3047 @example
3048 nntp+news.gnus.org:gmane.text.docbook.apps
3049 @end example
3050
3051 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3052 tag can be removed from the article subjects in the summary buffer for
3053 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3054 into the group parameters for the group.
3055
3056 This can also be used as a group-specific hook function, if you'd like.
3057 If you want to hear a beep when you enter a group, you could put
3058 something like @code{(dummy-variable (ding))} in the parameters of that
3059 group.  @code{dummy-variable} will be set to the result of the
3060 @code{(ding)} form, but who cares?
3061
3062 @end table
3063
3064 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3065 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3066 presents you with a Customize-like interface.  The latter helps avoid
3067 silly Lisp errors.)  You might also be interested in reading about topic
3068 parameters (@pxref{Topic Parameters}).
3069
3070 @vindex gnus-parameters
3071 Group parameters can be set via the @code{gnus-parameters} variable too.
3072 But some variables, such as @code{visible}, have no effect.  For
3073 example:
3074
3075 @lisp
3076 (setq gnus-parameters
3077       '(("mail\\..*"
3078          (gnus-show-threads nil)
3079          (gnus-use-scoring nil)
3080          (gnus-summary-line-format
3081           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3082          (gcc-self . t)
3083          (display . all))
3084
3085         ("^nnimap:\\(foo.bar\\)$"
3086          (to-group . "\\1"))
3087
3088         ("mail\\.me"
3089          (gnus-use-scoring  t))
3090
3091         ("list\\..*"
3092          (total-expire . t)
3093          (broken-reply-to . t))))
3094 @end lisp
3095
3096 String value of parameters will be subjected to regexp substitution, as
3097 the @code{to-group} example shows.
3098
3099
3100 @node Listing Groups
3101 @section Listing Groups
3102 @cindex group listing
3103
3104 These commands all list various slices of the groups available.
3105
3106 @table @kbd
3107
3108 @item l
3109 @itemx A s
3110 @kindex A s (Group)
3111 @kindex l (Group)
3112 @findex gnus-group-list-groups
3113 List all groups that have unread articles
3114 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3115 command will list only groups of level ARG and lower.  By default, it
3116 only lists groups of level five (i.e.,
3117 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3118 groups).
3119
3120 @item L
3121 @itemx A u
3122 @kindex A u (Group)
3123 @kindex L (Group)
3124 @findex gnus-group-list-all-groups
3125 List all groups, whether they have unread articles or not
3126 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3127 this command will list only groups of level ARG and lower.  By default,
3128 it lists groups of level seven or lower (i.e., just subscribed and
3129 unsubscribed groups).
3130
3131 @item A l
3132 @kindex A l (Group)
3133 @findex gnus-group-list-level
3134 List all unread groups on a specific level
3135 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3136 with no unread articles.
3137
3138 @item A k
3139 @kindex A k (Group)
3140 @findex gnus-group-list-killed
3141 List all killed groups (@code{gnus-group-list-killed}).  If given a
3142 prefix argument, really list all groups that are available, but aren't
3143 currently (un)subscribed.  This could entail reading the active file
3144 from the server.
3145
3146 @item A z
3147 @kindex A z (Group)
3148 @findex gnus-group-list-zombies
3149 List all zombie groups (@code{gnus-group-list-zombies}).
3150
3151 @item A m
3152 @kindex A m (Group)
3153 @findex gnus-group-list-matching
3154 List all unread, subscribed groups with names that match a regexp
3155 (@code{gnus-group-list-matching}).
3156
3157 @item A M
3158 @kindex A M (Group)
3159 @findex gnus-group-list-all-matching
3160 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3161
3162 @item A A
3163 @kindex A A (Group)
3164 @findex gnus-group-list-active
3165 List absolutely all groups in the active file(s) of the
3166 server(s) you are connected to (@code{gnus-group-list-active}).  This
3167 might very well take quite a while.  It might actually be a better idea
3168 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3169 thing to match on.  Also note that this command may list groups that
3170 don't exist (yet)---these will be listed as if they were killed groups.
3171 Take the output with some grains of salt.
3172
3173 @item A a
3174 @kindex A a (Group)
3175 @findex gnus-group-apropos
3176 List all groups that have names that match a regexp
3177 (@code{gnus-group-apropos}).
3178
3179 @item A d
3180 @kindex A d (Group)
3181 @findex gnus-group-description-apropos
3182 List all groups that have names or descriptions that match a regexp
3183 (@code{gnus-group-description-apropos}).
3184
3185 @item A c
3186 @kindex A c (Group)
3187 @findex gnus-group-list-cached
3188 List all groups with cached articles (@code{gnus-group-list-cached}).
3189
3190 @item A ?
3191 @kindex A ? (Group)
3192 @findex gnus-group-list-dormant
3193 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3194
3195 @item A /
3196 @kindex A / (Group)
3197 @findex gnus-group-list-limit
3198 List groups limited within the current selection
3199 (@code{gnus-group-list-limit}).
3200
3201 @item A f
3202 @kindex A f (Group)
3203 @findex gnus-group-list-flush
3204 Flush groups from the current selection (@code{gnus-group-list-flush}).
3205
3206 @item A p
3207 @kindex A p (Group)
3208 @findex gnus-group-list-plus
3209 List groups plus the current selection (@code{gnus-group-list-plus}).
3210
3211 @end table
3212
3213 @vindex gnus-permanently-visible-groups
3214 @cindex visible group parameter
3215 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3216 always be shown, whether they have unread articles or not.  You can also
3217 add the @code{visible} element to the group parameters in question to
3218 get the same effect.
3219
3220 @vindex gnus-list-groups-with-ticked-articles
3221 Groups that have just ticked articles in it are normally listed in the
3222 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3223 @code{nil}, these groups will be treated just like totally empty
3224 groups.  It is @code{t} by default.
3225
3226
3227 @node Sorting Groups
3228 @section Sorting Groups
3229 @cindex sorting groups
3230
3231 @kindex C-c C-s (Group)
3232 @findex gnus-group-sort-groups
3233 @vindex gnus-group-sort-function
3234 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3235 group buffer according to the function(s) given by the
3236 @code{gnus-group-sort-function} variable.  Available sorting functions
3237 include:
3238
3239 @table @code
3240
3241 @item gnus-group-sort-by-alphabet
3242 @findex gnus-group-sort-by-alphabet
3243 Sort the group names alphabetically.  This is the default.
3244
3245 @item gnus-group-sort-by-real-name
3246 @findex gnus-group-sort-by-real-name
3247 Sort the group alphabetically on the real (unprefixed) group names.
3248
3249 @item gnus-group-sort-by-level
3250 @findex gnus-group-sort-by-level
3251 Sort by group level.
3252
3253 @item gnus-group-sort-by-score
3254 @findex gnus-group-sort-by-score
3255 Sort by group score.  @xref{Group Score}.
3256
3257 @item gnus-group-sort-by-rank
3258 @findex gnus-group-sort-by-rank
3259 Sort by group score and then the group level.  The level and the score
3260 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3261
3262 @item gnus-group-sort-by-unread
3263 @findex gnus-group-sort-by-unread
3264 Sort by number of unread articles.
3265
3266 @item gnus-group-sort-by-method
3267 @findex gnus-group-sort-by-method
3268 Sort alphabetically on the select method.
3269
3270 @item gnus-group-sort-by-server
3271 @findex gnus-group-sort-by-server
3272 Sort alphabetically on the Gnus server name.
3273
3274
3275 @end table
3276
3277 @code{gnus-group-sort-function} can also be a list of sorting
3278 functions.  In that case, the most significant sort key function must be
3279 the last one.
3280
3281
3282 There are also a number of commands for sorting directly according to
3283 some sorting criteria:
3284
3285 @table @kbd
3286 @item G S a
3287 @kindex G S a (Group)
3288 @findex gnus-group-sort-groups-by-alphabet
3289 Sort the group buffer alphabetically by group name
3290 (@code{gnus-group-sort-groups-by-alphabet}).
3291
3292 @item G S u
3293 @kindex G S u (Group)
3294 @findex gnus-group-sort-groups-by-unread
3295 Sort the group buffer by the number of unread articles
3296 (@code{gnus-group-sort-groups-by-unread}).
3297
3298 @item G S l
3299 @kindex G S l (Group)
3300 @findex gnus-group-sort-groups-by-level
3301 Sort the group buffer by group level
3302 (@code{gnus-group-sort-groups-by-level}).
3303
3304 @item G S v
3305 @kindex G S v (Group)
3306 @findex gnus-group-sort-groups-by-score
3307 Sort the group buffer by group score
3308 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3309
3310 @item G S r
3311 @kindex G S r (Group)
3312 @findex gnus-group-sort-groups-by-rank
3313 Sort the group buffer by group rank
3314 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3315
3316 @item G S m
3317 @kindex G S m (Group)
3318 @findex gnus-group-sort-groups-by-method
3319 Sort the group buffer alphabetically by back end name@*
3320 (@code{gnus-group-sort-groups-by-method}).
3321
3322 @item G S n
3323 @kindex G S n (Group)
3324 @findex gnus-group-sort-groups-by-real-name
3325 Sort the group buffer alphabetically by real (unprefixed) group name
3326 (@code{gnus-group-sort-groups-by-real-name}).
3327
3328 @end table
3329
3330 All the commands below obey the process/prefix convention
3331 (@pxref{Process/Prefix}).
3332
3333 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3334 commands will sort in reverse order.
3335
3336 You can also sort a subset of the groups:
3337
3338 @table @kbd
3339 @item G P a
3340 @kindex G P a (Group)
3341 @findex gnus-group-sort-selected-groups-by-alphabet
3342 Sort the groups alphabetically by group name
3343 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3344
3345 @item G P u
3346 @kindex G P u (Group)
3347 @findex gnus-group-sort-selected-groups-by-unread
3348 Sort the groups by the number of unread articles
3349 (@code{gnus-group-sort-selected-groups-by-unread}).
3350
3351 @item G P l
3352 @kindex G P l (Group)
3353 @findex gnus-group-sort-selected-groups-by-level
3354 Sort the groups by group level
3355 (@code{gnus-group-sort-selected-groups-by-level}).
3356
3357 @item G P v
3358 @kindex G P v (Group)
3359 @findex gnus-group-sort-selected-groups-by-score
3360 Sort the groups by group score
3361 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3362
3363 @item G P r
3364 @kindex G P r (Group)
3365 @findex gnus-group-sort-selected-groups-by-rank
3366 Sort the groups by group rank
3367 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3368
3369 @item G P m
3370 @kindex G P m (Group)
3371 @findex gnus-group-sort-selected-groups-by-method
3372 Sort the groups alphabetically by back end name@*
3373 (@code{gnus-group-sort-selected-groups-by-method}).
3374
3375 @item G P n
3376 @kindex G P n (Group)
3377 @findex gnus-group-sort-selected-groups-by-real-name
3378 Sort the groups alphabetically by real (unprefixed) group name
3379 (@code{gnus-group-sort-selected-groups-by-real-name}).
3380
3381 @item G P s
3382 @kindex G P s (Group)
3383 @findex gnus-group-sort-selected-groups
3384 Sort the groups according to @code{gnus-group-sort-function}.
3385
3386 @end table
3387
3388 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3389 move groups around.
3390
3391
3392 @node Group Maintenance
3393 @section Group Maintenance
3394 @cindex bogus groups
3395
3396 @table @kbd
3397 @item b
3398 @kindex b (Group)
3399 @findex gnus-group-check-bogus-groups
3400 Find bogus groups and delete them
3401 (@code{gnus-group-check-bogus-groups}).
3402
3403 @item F
3404 @kindex F (Group)
3405 @findex gnus-group-find-new-groups
3406 Find new groups and process them (@code{gnus-group-find-new-groups}).
3407 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3408 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3409 to query the server for new groups, and subscribe the new groups as
3410 zombies.
3411
3412 @item C-c C-x
3413 @kindex C-c C-x (Group)
3414 @findex gnus-group-expire-articles
3415 Run all expirable articles in the current group through the expiry
3416 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3417 all expirable articles in the group that have been around for a while.
3418 (@pxref{Expiring Mail}).
3419
3420 @item C-c C-M-x
3421 @kindex C-c C-M-x (Group)
3422 @findex gnus-group-expire-all-groups
3423 Run all expirable articles in all groups through the expiry process
3424 (@code{gnus-group-expire-all-groups}).
3425
3426 @end table
3427
3428
3429 @node Browse Foreign Server
3430 @section Browse Foreign Server
3431 @cindex foreign servers
3432 @cindex browsing servers
3433
3434 @table @kbd
3435 @item B
3436 @kindex B (Group)
3437 @findex gnus-group-browse-foreign-server
3438 You will be queried for a select method and a server name.  Gnus will
3439 then attempt to contact this server and let you browse the groups there
3440 (@code{gnus-group-browse-foreign-server}).
3441 @end table
3442
3443 @findex gnus-browse-mode
3444 A new buffer with a list of available groups will appear.  This buffer
3445 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3446 a lot) like a normal group buffer.
3447
3448 Here's a list of keystrokes available in the browse mode:
3449
3450 @table @kbd
3451 @item n
3452 @kindex n (Browse)
3453 @findex gnus-group-next-group
3454 Go to the next group (@code{gnus-group-next-group}).
3455
3456 @item p
3457 @kindex p (Browse)
3458 @findex gnus-group-prev-group
3459 Go to the previous group (@code{gnus-group-prev-group}).
3460
3461 @item SPACE
3462 @kindex SPACE (Browse)
3463 @findex gnus-browse-read-group
3464 Enter the current group and display the first article
3465 (@code{gnus-browse-read-group}).
3466
3467 @item RET
3468 @kindex RET (Browse)
3469 @findex gnus-browse-select-group
3470 Enter the current group (@code{gnus-browse-select-group}).
3471
3472 @item u
3473 @kindex u (Browse)
3474 @findex gnus-browse-unsubscribe-current-group
3475 Unsubscribe to the current group, or, as will be the case here,
3476 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3477
3478 @item l
3479 @itemx q
3480 @kindex q (Browse)
3481 @kindex l (Browse)
3482 @findex gnus-browse-exit
3483 Exit browse mode (@code{gnus-browse-exit}).
3484
3485 @item d
3486 @kindex d (Browse)
3487 @findex gnus-browse-describe-group
3488 Describe the current group (@code{gnus-browse-describe-group}).
3489
3490 @item ?
3491 @kindex ? (Browse)
3492 @findex gnus-browse-describe-briefly
3493 Describe browse mode briefly (well, there's not much to describe, is
3494 there) (@code{gnus-browse-describe-briefly}).
3495 @end table
3496
3497
3498 @node Exiting Gnus
3499 @section Exiting gnus
3500 @cindex exiting gnus
3501
3502 Yes, gnus is ex(c)iting.
3503
3504 @table @kbd
3505 @item z
3506 @kindex z (Group)
3507 @findex gnus-group-suspend
3508 Suspend gnus (@code{gnus-group-suspend}).  This doesn't really exit gnus,
3509 but it kills all buffers except the Group buffer.  I'm not sure why this
3510 is a gain, but then who am I to judge?
3511
3512 @item q
3513 @kindex q (Group)
3514 @findex gnus-group-exit
3515 @c @icon{gnus-group-exit}
3516 Quit gnus (@code{gnus-group-exit}).
3517
3518 @item Q
3519 @kindex Q (Group)
3520 @findex gnus-group-quit
3521 Quit gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3522 The dribble file will be saved, though (@pxref{Auto Save}).
3523 @end table
3524
3525 @vindex gnus-exit-gnus-hook
3526 @vindex gnus-suspend-gnus-hook
3527 @vindex gnus-after-exiting-gnus-hook
3528 @code{gnus-suspend-gnus-hook} is called when you suspend gnus and
3529 @code{gnus-exit-gnus-hook} is called when you quit gnus, while
3530 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3531 exiting gnus.
3532
3533 Note:
3534
3535 @quotation
3536 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3537 numbly heavy and herself fall into a hazy trance as the boy sitting
3538 behind her drew repeated lines with his pencil across the back of her
3539 plastic chair.
3540 @end quotation
3541
3542
3543 @node Group Topics
3544 @section Group Topics
3545 @cindex topics
3546
3547 If you read lots and lots of groups, it might be convenient to group
3548 them hierarchically according to topics.  You put your Emacs groups over
3549 here, your sex groups over there, and the rest (what, two groups or so?)
3550 you put in some misc section that you never bother with anyway.  You can
3551 even group the Emacs sex groups as a sub-topic to either the Emacs
3552 groups or the sex groups---or both!  Go wild!
3553
3554 @iftex
3555 @iflatex
3556 \gnusfigure{Group Topics}{400}{
3557 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3558 }
3559 @end iflatex
3560 @end iftex
3561
3562 Here's an example:
3563
3564 @example
3565 Gnus
3566   Emacs -- I wuw it!
3567      3: comp.emacs
3568      2: alt.religion.emacs
3569     Naughty Emacs
3570      452: alt.sex.emacs
3571        0: comp.talk.emacs.recovery
3572   Misc
3573      8: comp.binaries.fractals
3574     13: comp.sources.unix
3575 @end example
3576
3577 @findex gnus-topic-mode
3578 @kindex t (Group)
3579 To get this @emph{fab} functionality you simply turn on (ooh!) the
3580 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3581 is a toggling command.)
3582
3583 Go ahead, just try it.  I'll still be here when you get back.  La de
3584 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3585 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3586 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3587 Hot and bothered?
3588
3589 If you want this permanently enabled, you should add that minor mode to
3590 the hook for the group mode.  Put the following line in your
3591 @file{~/.gnus.el} file:
3592
3593 @lisp
3594 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3595 @end lisp
3596
3597 @menu
3598 * Topic Commands::              Interactive E-Z commands.
3599 * Topic Variables::             How to customize the topics the Lisp Way.
3600 * Topic Sorting::               Sorting each topic individually.
3601 * Topic Topology::              A map of the world.
3602 * Topic Parameters::            Parameters that apply to all groups in a topic.
3603 @end menu
3604
3605
3606 @node Topic Commands
3607 @subsection Topic Commands
3608 @cindex topic commands
3609
3610 When the topic minor mode is turned on, a new @kbd{T} submap will be
3611 available.  In addition, a few of the standard keys change their
3612 definitions slightly.
3613
3614 In general, the following kinds of operations are possible on topics.
3615 First of all, you want to create topics.  Secondly, you want to put
3616 groups in topics and to move them around until you have an order you
3617 like.  The third kind of operation is to show/hide parts of the whole
3618 shebang.  You might want to hide a topic including its subtopics and
3619 groups, to get a better overview of the other groups.
3620
3621 Here is a list of the basic keys that you might need to set up topics
3622 the way you like.
3623
3624 @table @kbd
3625
3626 @item T n
3627 @kindex T n (Topic)
3628 @findex gnus-topic-create-topic
3629 Prompt for a new topic name and create it
3630 (@code{gnus-topic-create-topic}).
3631
3632 @item T TAB
3633 @itemx TAB
3634 @kindex T TAB (Topic)
3635 @kindex TAB (Topic)
3636 @findex gnus-topic-indent
3637 ``Indent'' the current topic so that it becomes a sub-topic of the
3638 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3639 ``un-indent'' the topic instead.
3640
3641 @item M-TAB
3642 @kindex M-TAB (Topic)
3643 @findex gnus-topic-unindent
3644 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3645 parent of its current parent (@code{gnus-topic-unindent}).
3646
3647 @end table
3648
3649 The following two keys can be used to move groups and topics around.
3650 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3651 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3652 kill and yank rather than cut and paste.
3653
3654 @table @kbd
3655
3656 @item C-k
3657 @kindex C-k (Topic)
3658 @findex gnus-topic-kill-group
3659 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3660 topic will be removed along with the topic.
3661
3662 @item C-y
3663 @kindex C-y (Topic)
3664 @findex gnus-topic-yank-group
3665 Yank the previously killed group or topic
3666 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3667 before all groups.
3668
3669 So, to move a topic to the beginning of the list of topics, just hit
3670 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3671 move the cursor to the beginning of the buffer (just below the ``Gnus''
3672 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3673 paste.  Like I said -- E-Z.
3674
3675 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3676 you can move topics around as well as groups.
3677
3678 @end table
3679
3680 After setting up the topics the way you like them, you might wish to
3681 hide a topic, or to show it again.  That's why we have the following
3682 key.
3683
3684 @table @kbd
3685
3686 @item RET
3687 @kindex RET (Topic)
3688 @findex gnus-topic-select-group
3689 @itemx SPACE
3690 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3691 When you perform this command on a group, you'll enter the group, as
3692 usual.  When done on a topic line, the topic will be folded (if it was
3693 visible) or unfolded (if it was folded already).  So it's basically a
3694 toggling command on topics.  In addition, if you give a numerical
3695 prefix, group on that level (and lower) will be displayed.
3696
3697 @end table
3698
3699 Now for a list of other commands, in no particular order.
3700
3701 @table @kbd
3702
3703 @item T m
3704 @kindex T m (Topic)
3705 @findex gnus-topic-move-group
3706 Move the current group to some other topic
3707 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3708 convention (@pxref{Process/Prefix}).
3709
3710 @item T j
3711 @kindex T j (Topic)
3712 @findex gnus-topic-jump-to-topic
3713 Go to a topic (@code{gnus-topic-jump-to-topic}).
3714
3715 @item T c
3716 @kindex T c (Topic)
3717 @findex gnus-topic-copy-group
3718 Copy the current group to some other topic
3719 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3720 convention (@pxref{Process/Prefix}).
3721
3722 @item T h
3723 @kindex T h (Topic)
3724 @findex gnus-topic-hide-topic
3725 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3726 a prefix, hide the topic permanently.
3727
3728 @item T s
3729 @kindex T s (Topic)
3730 @findex gnus-topic-show-topic
3731 Show the current topic (@code{gnus-topic-show-topic}).  If given
3732 a prefix, show the topic permanently.
3733
3734 @item T D
3735 @kindex T D (Topic)
3736 @findex gnus-topic-remove-group
3737 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3738 This command is mainly useful if you have the same group in several
3739 topics and wish to remove it from one of the topics.  You may also
3740 remove a group from all topics, but in that case, Gnus will add it to
3741 the root topic the next time you start Gnus.  In fact, all new groups
3742 (which, naturally, don't belong to any topic) will show up in the root
3743 topic.
3744
3745 This command uses the process/prefix convention
3746 (@pxref{Process/Prefix}).
3747
3748 @item T M
3749 @kindex T M (Topic)
3750 @findex gnus-topic-move-matching
3751 Move all groups that match some regular expression to a topic
3752 (@code{gnus-topic-move-matching}).
3753
3754 @item T C
3755 @kindex T C (Topic)
3756 @findex gnus-topic-copy-matching
3757 Copy all groups that match some regular expression to a topic
3758 (@code{gnus-topic-copy-matching}).
3759
3760 @item T H
3761 @kindex T H (Topic)
3762 @findex gnus-topic-toggle-display-empty-topics
3763 Toggle hiding empty topics
3764 (@code{gnus-topic-toggle-display-empty-topics}).
3765
3766 @item T #
3767 @kindex T # (Topic)
3768 @findex gnus-topic-mark-topic
3769 Mark all groups in the current topic with the process mark
3770 (@code{gnus-topic-mark-topic}).  This command works recursively on
3771 sub-topics unless given a prefix.
3772
3773 @item T M-#
3774 @kindex T M-# (Topic)
3775 @findex gnus-topic-unmark-topic
3776 Remove the process mark from all groups in the current topic
3777 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3778 sub-topics unless given a prefix.
3779
3780 @item C-c C-x
3781 @kindex C-c C-x (Topic)
3782 @findex gnus-topic-expire-articles
3783 Run all expirable articles in the current group or topic through the
3784 expiry process (if any)
3785 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3786
3787 @item T r
3788 @kindex T r (Topic)
3789 @findex gnus-topic-rename
3790 Rename a topic (@code{gnus-topic-rename}).
3791
3792 @item T DEL
3793 @kindex T DEL (Topic)
3794 @findex gnus-topic-delete
3795 Delete an empty topic (@code{gnus-topic-delete}).
3796
3797 @item A T
3798 @kindex A T (Topic)
3799 @findex gnus-topic-list-active
3800 List all groups that gnus knows about in a topics-ified way
3801 (@code{gnus-topic-list-active}).
3802
3803 @item T M-n
3804 @kindex T M-n (Topic)
3805 @findex gnus-topic-goto-next-topic
3806 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3807
3808 @item T M-p
3809 @kindex T M-p (Topic)
3810 @findex gnus-topic-goto-previous-topic
3811 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3812
3813 @item G p
3814 @kindex G p (Topic)
3815 @findex gnus-topic-edit-parameters
3816 @cindex group parameters
3817 @cindex topic parameters
3818 @cindex parameters
3819 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3820 @xref{Topic Parameters}.
3821
3822 @end table
3823
3824
3825 @node Topic Variables
3826 @subsection Topic Variables
3827 @cindex topic variables
3828
3829 The previous section told you how to tell Gnus which topics to display.
3830 This section explains how to tell Gnus what to display about each topic.
3831
3832 @vindex gnus-topic-line-format
3833 The topic lines themselves are created according to the
3834 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3835 Valid elements are:
3836
3837 @table @samp
3838 @item i
3839 Indentation.
3840 @item n
3841 Topic name.
3842 @item v
3843 Visibility.
3844 @item l
3845 Level.
3846 @item g
3847 Number of groups in the topic.
3848 @item a
3849 Number of unread articles in the topic.
3850 @item A
3851 Number of unread articles in the topic and all its subtopics.
3852 @end table
3853
3854 @vindex gnus-topic-indent-level
3855 Each sub-topic (and the groups in the sub-topics) will be indented with
3856 @code{gnus-topic-indent-level} times the topic level number of spaces.
3857 The default is 2.
3858
3859 @vindex gnus-topic-mode-hook
3860 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3861
3862 @vindex gnus-topic-display-empty-topics
3863 The @code{gnus-topic-display-empty-topics} says whether to display even
3864 topics that have no unread articles in them.  The default is @code{t}.
3865
3866
3867 @node Topic Sorting
3868 @subsection Topic Sorting
3869 @cindex topic sorting
3870
3871 You can sort the groups in each topic individually with the following
3872 commands:
3873
3874
3875 @table @kbd
3876 @item T S a
3877 @kindex T S a (Topic)
3878 @findex gnus-topic-sort-groups-by-alphabet
3879 Sort the current topic alphabetically by group name
3880 (@code{gnus-topic-sort-groups-by-alphabet}).
3881
3882 @item T S u
3883 @kindex T S u (Topic)
3884 @findex gnus-topic-sort-groups-by-unread
3885 Sort the current topic by the number of unread articles
3886 (@code{gnus-topic-sort-groups-by-unread}).
3887
3888 @item T S l
3889 @kindex T S l (Topic)
3890 @findex gnus-topic-sort-groups-by-level
3891 Sort the current topic by group level
3892 (@code{gnus-topic-sort-groups-by-level}).
3893
3894 @item T S v
3895 @kindex T S v (Topic)
3896 @findex gnus-topic-sort-groups-by-score
3897 Sort the current topic by group score
3898 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3899
3900 @item T S r
3901 @kindex T S r (Topic)
3902 @findex gnus-topic-sort-groups-by-rank
3903 Sort the current topic by group rank
3904 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3905
3906 @item T S m
3907 @kindex T S m (Topic)
3908 @findex gnus-topic-sort-groups-by-method
3909 Sort the current topic alphabetically by back end name
3910 (@code{gnus-topic-sort-groups-by-method}).
3911
3912 @item T S e
3913 @kindex T S e (Topic)
3914 @findex gnus-topic-sort-groups-by-server
3915 Sort the current topic alphabetically by server name
3916 (@code{gnus-topic-sort-groups-by-server}).
3917
3918 @item T S s
3919 @kindex T S s (Topic)
3920 @findex gnus-topic-sort-groups
3921 Sort the current topic according to the function(s) given by the
3922 @code{gnus-group-sort-function} variable
3923 (@code{gnus-topic-sort-groups}).
3924
3925 @end table
3926
3927 When given a prefix argument, all these commands will sort in reverse
3928 order.  @xref{Sorting Groups}, for more information about group
3929 sorting.
3930
3931
3932 @node Topic Topology
3933 @subsection Topic Topology
3934 @cindex topic topology
3935 @cindex topology
3936
3937 So, let's have a look at an example group buffer:
3938
3939 @example
3940 @group
3941 Gnus
3942   Emacs -- I wuw it!
3943      3: comp.emacs
3944      2: alt.religion.emacs
3945     Naughty Emacs
3946      452: alt.sex.emacs
3947        0: comp.talk.emacs.recovery
3948   Misc
3949      8: comp.binaries.fractals
3950     13: comp.sources.unix
3951 @end group
3952 @end example
3953
3954 So, here we have one top-level topic (@samp{Gnus}), two topics under
3955 that, and one sub-topic under one of the sub-topics.  (There is always
3956 just one (1) top-level topic).  This topology can be expressed as
3957 follows:
3958
3959 @lisp
3960 (("Gnus" visible)
3961  (("Emacs -- I wuw it!" visible)
3962   (("Naughty Emacs" visible)))
3963  (("Misc" visible)))
3964 @end lisp
3965
3966 @vindex gnus-topic-topology
3967 This is in fact how the variable @code{gnus-topic-topology} would look
3968 for the display above.  That variable is saved in the @file{.newsrc.eld}
3969 file, and shouldn't be messed with manually---unless you really want
3970 to.  Since this variable is read from the @file{.newsrc.eld} file,
3971 setting it in any other startup files will have no effect.
3972
3973 This topology shows what topics are sub-topics of what topics (right),
3974 and which topics are visible.  Two settings are currently
3975 allowed---@code{visible} and @code{invisible}.
3976
3977
3978 @node Topic Parameters
3979 @subsection Topic Parameters
3980 @cindex topic parameters
3981
3982 All groups in a topic will inherit group parameters from the parent
3983 (and ancestor) topic parameters.  All valid group parameters are valid
3984 topic parameters (@pxref{Group Parameters}).  When the agent is
3985 enabled, all agent parameters (See Agent Parameters in @ref{Category
3986 Syntax}) are also valid topic parameters.
3987
3988 In addition, the following parameters are only valid as topic
3989 parameters:
3990
3991 @table @code
3992 @item subscribe
3993 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3994 @code{subscribe} topic parameter says what groups go in what topic.  Its
3995 value should be a regexp to match the groups that should go in that
3996 topic.
3997
3998 @item subscribe-level
3999 When subscribing new groups by topic (see the @code{subscribe} parameter),
4000 the group will be subscribed with the level specified in the
4001 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4002
4003 @end table
4004
4005 Group parameters (of course) override topic parameters, and topic
4006 parameters in sub-topics override topic parameters in super-topics.  You
4007 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4008 verb, although you may feel free to disagree with me here.)
4009
4010 @example
4011 @group
4012 Gnus
4013   Emacs
4014      3: comp.emacs
4015      2: alt.religion.emacs
4016    452: alt.sex.emacs
4017     Relief
4018      452: alt.sex.emacs
4019        0: comp.talk.emacs.recovery
4020   Misc
4021      8: comp.binaries.fractals
4022     13: comp.sources.unix
4023    452: alt.sex.emacs
4024 @end group   
4025 @end example
4026
4027 The @samp{Emacs} topic has the topic parameter @code{(score-file
4028 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4029 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4030 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4031 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4032 . "religion.SCORE")}.
4033
4034 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4035 will get the @file{relief.SCORE} home score file.  If you enter the same
4036 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4037 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4038 get the @file{religion.SCORE} home score file.
4039
4040 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4041 there are some problems, especially with the @code{total-expiry}
4042 parameter.  Say you have a mail group in two topics; one with
4043 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4044 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4045 of these topics you mean to expire articles from, so anything may
4046 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4047 happens.  You just have to be careful if you do stuff like that.
4048
4049
4050 @node Misc Group Stuff
4051 @section Misc Group Stuff
4052
4053 @menu
4054 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4055 * Group Information::           Information and help on groups and Gnus.
4056 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4057 * File Commands::               Reading and writing the Gnus files.
4058 * Sieve Commands::              Managing Sieve scripts.
4059 @end menu
4060
4061 @table @kbd
4062
4063 @item ^
4064 @kindex ^ (Group)
4065 @findex gnus-group-enter-server-mode
4066 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4067 @xref{Server Buffer}.
4068
4069 @item a
4070 @kindex a (Group)
4071 @findex gnus-group-post-news
4072 Start composing a message (a news by default)
4073 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4074 under the point.  If the prefix is 1, prompt for a group to post to.
4075 Contrary to what the name of this function suggests, the prepared
4076 article might be a mail instead of a news, if a mail group is specified
4077 with the prefix argument.  @xref{Composing Messages}.
4078
4079 @item m
4080 @kindex m (Group)
4081 @findex gnus-group-mail
4082 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4083 use the posting style of the group under the point.  If the prefix is 1,
4084 prompt for a group name to find the posting style.
4085 @xref{Composing Messages}.
4086
4087 @item i
4088 @kindex i (Group)
4089 @findex gnus-group-news
4090 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4091 post to the group under the point.  If the prefix is 1, prompt
4092 for group to post to.  @xref{Composing Messages}.
4093
4094 This function actually prepares a news even when using mail groups.
4095 This is useful for ``posting'' messages to mail groups without actually
4096 sending them over the network: they're just saved directly to the group
4097 in question.  The corresponding back end must have a request-post method
4098 for this to work though.
4099
4100 @end table
4101
4102 Variables for the group buffer:
4103
4104 @table @code
4105
4106 @item gnus-group-mode-hook
4107 @vindex gnus-group-mode-hook
4108 is called after the group buffer has been
4109 created.
4110
4111 @item gnus-group-prepare-hook
4112 @vindex gnus-group-prepare-hook
4113 is called after the group buffer is
4114 generated.  It may be used to modify the buffer in some strange,
4115 unnatural way.
4116
4117 @item gnus-group-prepared-hook
4118 @vindex gnus-group-prepare-hook
4119 is called as the very last thing after the group buffer has been
4120 generated.  It may be used to move point around, for instance.
4121
4122 @item gnus-permanently-visible-groups
4123 @vindex gnus-permanently-visible-groups
4124 Groups matching this regexp will always be listed in the group buffer,
4125 whether they are empty or not.
4126
4127 @item gnus-group-name-charset-method-alist
4128 @vindex gnus-group-name-charset-method-alist
4129 An alist of method and the charset for group names.  It is used to show
4130 non-@acronym{ASCII} group names.
4131
4132 For example:
4133 @lisp
4134 (setq gnus-group-name-charset-method-alist
4135     '(((nntp "news.com.cn") . cn-gb-2312)))
4136 @end lisp
4137
4138 @item gnus-group-name-charset-group-alist
4139 @cindex UTF-8 group names
4140 @vindex gnus-group-name-charset-group-alist
4141 An alist of regexp of group name and the charset for group names.  It
4142 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4143 utf-8))} is the default value if UTF-8 is supported, otherwise the
4144 default is @code{nil}.
4145
4146 For example:
4147 @lisp
4148 (setq gnus-group-name-charset-group-alist
4149     '(("\\.com\\.cn:" . cn-gb-2312)))
4150 @end lisp
4151
4152 @end table
4153
4154 @node Scanning New Messages
4155 @subsection Scanning New Messages
4156 @cindex new messages
4157 @cindex scanning new news
4158
4159 @table @kbd
4160
4161 @item g
4162 @kindex g (Group)
4163 @findex gnus-group-get-new-news
4164 @c @icon{gnus-group-get-new-news}
4165 Check the server(s) for new articles.  If the numerical prefix is used,
4166 this command will check only groups of level @var{arg} and lower
4167 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4168 command will force a total re-reading of the active file(s) from the
4169 back end(s).
4170
4171 @item M-g
4172 @kindex M-g (Group)
4173 @findex gnus-group-get-new-news-this-group
4174 @vindex gnus-goto-next-group-when-activating
4175 @c @icon{gnus-group-get-new-news-this-group}
4176 Check whether new articles have arrived in the current group
4177 (@code{gnus-group-get-new-news-this-group}).
4178 @code{gnus-goto-next-group-when-activating} says whether this command is
4179 to move point to the next group or not.  It is @code{t} by default.
4180
4181 @findex gnus-activate-all-groups
4182 @cindex activating groups
4183 @item C-c M-g
4184 @kindex C-c M-g (Group)
4185 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4186
4187 @item R
4188 @kindex R (Group)
4189 @cindex restarting
4190 @findex gnus-group-restart
4191 Restart gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4192 file(s), closes the connection to all servers, clears up all run-time
4193 gnus variables, and then starts gnus all over again.
4194
4195 @end table
4196
4197 @vindex gnus-get-new-news-hook
4198 @code{gnus-get-new-news-hook} is run just before checking for new news.
4199
4200 @vindex gnus-after-getting-new-news-hook
4201 @code{gnus-after-getting-new-news-hook} is run after checking for new
4202 news.
4203
4204
4205 @node Group Information
4206 @subsection Group Information
4207 @cindex group information
4208 @cindex information on groups
4209
4210 @table @kbd
4211
4212
4213 @item H f
4214 @kindex H f (Group)
4215 @findex gnus-group-fetch-faq
4216 @vindex gnus-group-faq-directory
4217 @cindex FAQ
4218 @cindex ange-ftp
4219 Try to fetch the @acronym{FAQ} for the current group
4220 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4221 from @code{gnus-group-faq-directory}, which is usually a directory on
4222 a remote machine.  This variable can also be a list of directories.
4223 In that case, giving a prefix to this command will allow you to choose
4224 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4225 used for fetching the file.
4226
4227 If fetching from the first site is unsuccessful, gnus will attempt to go
4228 through @code{gnus-group-faq-directory} and try to open them one by one.
4229
4230 @item H c
4231 @kindex H c (Group)
4232 @findex gnus-group-fetch-charter
4233 @vindex gnus-group-charter-alist
4234 @cindex charter
4235 Try to open the charter for the current group in a web browser
4236 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4237 prefix argument.
4238
4239 Gnus will use @code{gnus-group-charter-alist} to find the location of
4240 the charter.  If no location is known, Gnus will fetch the control
4241 messages for the group, which in some cases includes the charter.
4242
4243 @item H C
4244 @kindex H C (Group)
4245 @findex gnus-group-fetch-control
4246 @vindex gnus-group-fetch-control-use-browse-url
4247 @cindex control message
4248 Fetch the control messages for the group from the archive at
4249 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4250 group if given a prefix argument.
4251
4252 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4253 Gnus will open the control messages in a browser using
4254 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4255 and displayed in an ephemeral group.
4256
4257 Note that the control messages are compressed.  To use this command
4258 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4259 Files, ,Compressed Files, emacs, The Emacs Manual}).
4260
4261 @item H d
4262 @itemx C-c C-d
4263 @c @icon{gnus-group-describe-group}
4264 @kindex H d (Group)
4265 @kindex C-c C-d (Group)
4266 @cindex describing groups
4267 @cindex group description
4268 @findex gnus-group-describe-group
4269 Describe the current group (@code{gnus-group-describe-group}).  If given
4270 a prefix, force Gnus to re-read the description from the server.
4271
4272 @item M-d
4273 @kindex M-d (Group)
4274 @findex gnus-group-describe-all-groups
4275 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4276 prefix, force gnus to re-read the description file from the server.
4277
4278 @item H v
4279 @itemx V
4280 @kindex V (Group)
4281 @kindex H v (Group)
4282 @cindex version
4283 @findex gnus-version
4284 Display current gnus version numbers (@code{gnus-version}).
4285
4286 @item ?
4287 @kindex ? (Group)
4288 @findex gnus-group-describe-briefly
4289 Give a very short help message (@code{gnus-group-describe-briefly}).
4290
4291 @item C-c C-i
4292 @kindex C-c C-i (Group)
4293 @cindex info
4294 @cindex manual
4295 @findex gnus-info-find-node
4296 Go to the gnus info node (@code{gnus-info-find-node}).
4297 @end table
4298
4299
4300 @node Group Timestamp
4301 @subsection Group Timestamp
4302 @cindex timestamps
4303 @cindex group timestamps
4304
4305 It can be convenient to let gnus keep track of when you last read a
4306 group.  To set the ball rolling, you should add
4307 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4308
4309 @lisp
4310 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4311 @end lisp
4312
4313 After doing this, each time you enter a group, it'll be recorded.
4314
4315 This information can be displayed in various ways---the easiest is to
4316 use the @samp{%d} spec in the group line format:
4317
4318 @lisp
4319 (setq gnus-group-line-format
4320       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4321 @end lisp
4322
4323 This will result in lines looking like:
4324
4325 @example
4326 *        0: mail.ding                                19961002T012943
4327          0: custom                                   19961002T012713
4328 @end example
4329
4330 As you can see, the date is displayed in compact ISO 8601 format.  This
4331 may be a bit too much, so to just display the date, you could say
4332 something like:
4333
4334 @lisp
4335 (setq gnus-group-line-format
4336       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4337 @end lisp
4338
4339 If you would like greater control of the time format, you can use a
4340 user-defined format spec.  Something like the following should do the
4341 trick:
4342
4343 @lisp
4344 (setq gnus-group-line-format
4345       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4346 (defun gnus-user-format-function-d (headers)
4347   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4348     (if time
4349         (format-time-string "%b %d  %H:%M" time)
4350       "")))
4351 @end lisp
4352
4353
4354 @node File Commands
4355 @subsection File Commands
4356 @cindex file commands
4357
4358 @table @kbd
4359
4360 @item r
4361 @kindex r (Group)
4362 @findex gnus-group-read-init-file
4363 @vindex gnus-init-file
4364 @cindex reading init file
4365 Re-read the init file (@code{gnus-init-file}, which defaults to
4366 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4367
4368 @item s
4369 @kindex s (Group)
4370 @findex gnus-group-save-newsrc
4371 @cindex saving .newsrc
4372 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4373 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4374 file(s) whether Gnus thinks it is necessary or not.
4375
4376 @c @item Z
4377 @c @kindex Z (Group)
4378 @c @findex gnus-group-clear-dribble
4379 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4380
4381 @end table
4382
4383
4384 @node Sieve Commands
4385 @subsection Sieve Commands
4386 @cindex group sieve commands
4387
4388 Sieve is a server-side mail filtering language.  In Gnus you can use
4389 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4390 sieve rules that should apply to each group.  Gnus provides two
4391 commands to translate all these group parameters into a proper Sieve
4392 script that can be transfered to the server somehow.
4393
4394 @vindex gnus-sieve-file
4395 @vindex gnus-sieve-region-start
4396 @vindex gnus-sieve-region-end
4397 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4398 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4399 between two delimiters, @code{gnus-sieve-region-start} and
4400 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4401 outside these delimiters that will not be removed the next time you
4402 regenerate the Sieve script.
4403
4404 @vindex gnus-sieve-crosspost
4405 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4406 is generated.  If it is non-@code{nil} (the default) articles is
4407 placed in all groups that have matching rules, otherwise the article
4408 is only placed in the group with the first matching rule.  For
4409 example, the group parameter @samp{(sieve address "sender"
4410 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4411 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4412 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4413 except that the line containing the call to @code{stop} is removed.)
4414
4415 @example
4416 if address "sender" "owner-ding@@hpc.uh.edu" @{
4417         fileinto "INBOX.ding";
4418         stop;
4419 @}
4420 @end example
4421
4422 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4423
4424 @table @kbd
4425
4426 @item D g
4427 @kindex D g (Group)
4428 @findex gnus-sieve-generate
4429 @vindex gnus-sieve-file
4430 @cindex generating sieve script
4431 Regenerate a Sieve script from the @code{sieve} group parameters and
4432 put you into the @code{gnus-sieve-file} without saving it.
4433
4434 @item D u
4435 @kindex D u (Group)
4436 @findex gnus-sieve-update
4437 @vindex gnus-sieve-file
4438 @cindex updating sieve script
4439 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4440 @code{sieve} group parameters, save the file and upload it to the
4441 server using the @code{sieveshell} program.
4442
4443 @end table
4444
4445
4446 @node Summary Buffer
4447 @chapter Summary Buffer
4448 @cindex summary buffer
4449
4450 A line for each article is displayed in the summary buffer.  You can
4451 move around, read articles, post articles and reply to articles.
4452
4453 The most common way to a summary buffer is to select a group from the
4454 group buffer (@pxref{Selecting a Group}).
4455
4456 You can have as many summary buffers open as you wish.
4457
4458 @menu
4459 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4460 * Summary Maneuvering::         Moving around the summary buffer.
4461 * Choosing Articles::           Reading articles.
4462 * Paging the Article::          Scrolling the current article.
4463 * Reply Followup and Post::     Posting articles.
4464 * Delayed Articles::            Send articles at a later time.
4465 * Marking Articles::            Marking articles as read, expirable, etc.
4466 * Limiting::                    You can limit the summary buffer.
4467 * Threading::                   How threads are made.
4468 * Sorting the Summary Buffer::  How articles and threads are sorted.
4469 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4470 * Article Caching::             You may store articles in a cache.
4471 * Persistent Articles::         Making articles expiry-resistant.
4472 * Article Backlog::             Having already read articles hang around.
4473 * Saving Articles::             Ways of customizing article saving.
4474 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4475 * Article Treatment::           The article buffer can be mangled at will.
4476 * MIME Commands::               Doing MIMEy things with the articles.
4477 * Charsets::                    Character set issues.
4478 * Article Commands::            Doing various things with the article buffer.
4479 * Summary Sorting::             Sorting the summary buffer in various ways.
4480 * Finding the Parent::          No child support? Get the parent.
4481 * Alternative Approaches::      Reading using non-default summaries.
4482 * Tree Display::                A more visual display of threads.
4483 * Mail Group Commands::         Some commands can only be used in mail groups.
4484 * Various Summary Stuff::       What didn't fit anywhere else.
4485 * Exiting the Summary Buffer::  Returning to the Group buffer,
4486                                 or reselecting the current group.
4487 * Crosspost Handling::          How crossposted articles are dealt with.
4488 * Duplicate Suppression::       An alternative when crosspost handling fails.
4489 * Security::                    Decrypt and Verify.
4490 * Mailing List::                Mailing list minor mode.
4491 @end menu
4492
4493
4494 @node Summary Buffer Format
4495 @section Summary Buffer Format
4496 @cindex summary buffer format
4497
4498 @iftex
4499 @iflatex
4500 \gnusfigure{The Summary Buffer}{180}{
4501 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4502 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4503 }
4504 @end iflatex
4505 @end iftex
4506
4507 @menu
4508 * Summary Buffer Lines::        You can specify how summary lines should look.
4509 * To From Newsgroups::          How to not display your own name.
4510 * Summary Buffer Mode Line::    You can say how the mode line should look.
4511 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4512 @end menu
4513
4514 @findex mail-extract-address-components
4515 @findex gnus-extract-address-components
4516 @vindex gnus-extract-address-components
4517 Gnus will use the value of the @code{gnus-extract-address-components}
4518 variable as a function for getting the name and address parts of a
4519 @code{From} header.  Three pre-defined functions exist:
4520 @code{gnus-extract-address-components}, which is the default, quite
4521 fast, and too simplistic solution;
4522 @code{mail-extract-address-components}, which works nicely, but is
4523 slower; and @code{std11-extract-address-components}, which works very
4524 nicely, but is slower.  The default function will return the wrong
4525 answer in 5% of the cases.  If this is unacceptable to you, use the
4526 other function instead:
4527
4528 @lisp
4529 (setq gnus-extract-address-components
4530       'mail-extract-address-components)
4531 @end lisp
4532
4533 @vindex gnus-summary-same-subject
4534 @code{gnus-summary-same-subject} is a string indicating that the current
4535 article has the same subject as the previous.  This string will be used
4536 with those specs that require it.  The default is @code{""}.
4537
4538
4539 @node Summary Buffer Lines
4540 @subsection Summary Buffer Lines
4541
4542 @vindex gnus-summary-line-format
4543 You can change the format of the lines in the summary buffer by changing
4544 the @code{gnus-summary-line-format} variable.  It works along the same
4545 lines as a normal @code{format} string, with some extensions
4546 (@pxref{Formatting Variables}).
4547
4548 There should always be a colon or a point position marker on the line;
4549 the cursor always moves to the point position marker or the colon after
4550 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4551 possible to change this.  Just write a new function
4552 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4553 @xref{Positioning Point}.
4554
4555 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4556
4557 The following format specification characters and extended format
4558 specification(s) are understood:
4559
4560 @table @samp
4561 @item N
4562 Article number.
4563 @item S
4564 Subject string.  List identifiers stripped,
4565 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4566 @item s
4567 Subject if the article is the root of the thread or the previous article
4568 had a different subject, @code{gnus-summary-same-subject} otherwise.
4569 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4570 @item F
4571 Full @code{From} header.
4572 @item n
4573 The name (from the @code{From} header).
4574 @item f
4575 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4576 From Newsgroups}).
4577 @item a
4578 The name (from the @code{From} header).  This differs from the @code{n}
4579 spec in that it uses the function designated by the
4580 @code{gnus-extract-address-components} variable, which is slower, but
4581 may be more thorough.
4582 @item A
4583 The address (from the @code{From} header).  This works the same way as
4584 the @code{a} spec.
4585 @item L
4586 Number of lines in the article.
4587 @item c
4588 Number of characters in the article.  This specifier is not supported
4589 in some methods (like nnfolder).
4590 @item k
4591 Pretty-printed version of the number of characters in the article;
4592 for example, @samp{1.2k} or @samp{0.4M}.
4593 @item I
4594 Indentation based on thread level (@pxref{Customizing Threading}).
4595 @item B
4596 A complex trn-style thread tree, showing response-connecting trace
4597 lines.  A thread could be drawn like this:
4598
4599 @example
4600 >
4601 +->
4602 | +->
4603 | | \->
4604 | |   \->
4605 | \->
4606 +->
4607 \->
4608 @end example
4609
4610 You can customize the appearance with the following options.  Note
4611 that it is possible to make the thread display look really neat by
4612 replacing the default @acronym{ASCII} characters with graphic
4613 line-drawing glyphs.
4614 @table @code
4615 @item gnus-sum-thread-tree-root
4616 @vindex gnus-sum-thread-tree-root
4617 Used for the root of a thread.  If @code{nil}, use subject
4618 instead.  The default is @samp{> }.
4619
4620 @item gnus-sum-thread-tree-false-root
4621 @vindex gnus-sum-thread-tree-false-root
4622 Used for the false root of a thread (@pxref{Loose Threads}).  If
4623 @code{nil}, use subject instead.  The default is @samp{> }.
4624
4625 @item gnus-sum-thread-tree-single-indent
4626 @vindex gnus-sum-thread-tree-single-indent
4627 Used for a thread with just one message.  If @code{nil}, use subject
4628 instead.  The default is @samp{}.
4629
4630 @item gnus-sum-thread-tree-vertical
4631 @vindex gnus-sum-thread-tree-vertical
4632 Used for drawing a vertical line.  The default is @samp{| }.
4633
4634 @item gnus-sum-thread-tree-indent
4635 @vindex gnus-sum-thread-tree-indent
4636 Used for indenting.  The default is @samp{  }.
4637
4638 @item gnus-sum-thread-tree-leaf-with-other
4639 @vindex gnus-sum-thread-tree-leaf-with-other
4640 Used for a leaf with brothers.  The default is @samp{+-> }.
4641
4642 @item gnus-sum-thread-tree-single-leaf
4643 @vindex gnus-sum-thread-tree-single-leaf
4644 Used for a leaf without brothers.  The default is @samp{\-> }
4645
4646 @end table
4647
4648 @item T
4649 Nothing if the article is a root and lots of spaces if it isn't (it
4650 pushes everything after it off the screen).
4651 @item [
4652 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4653 for adopted articles (@pxref{Customizing Threading}).
4654 @item ]
4655 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4656 for adopted articles.
4657 @item >
4658 One space for each thread level.
4659 @item <
4660 Twenty minus thread level spaces.
4661 @item U
4662 Unread.  @xref{Read Articles}.
4663
4664 @item R
4665 This misleadingly named specifier is the @dfn{secondary mark}.  This
4666 mark will say whether the article has been replied to, has been cached,
4667 or has been saved.  @xref{Other Marks}.
4668
4669 @item i
4670 Score as a number (@pxref{Scoring}).
4671 @item z
4672 @vindex gnus-summary-zcore-fuzz
4673 Zcore, @samp{+} if above the default level and @samp{-} if below the
4674 default level.  If the difference between
4675 @code{gnus-summary-default-score} and the score is less than
4676 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4677 @item V
4678 Total thread score.
4679 @item x
4680 @code{Xref}.
4681 @item D
4682 @code{Date}.
4683 @item d
4684 The @code{Date} in @code{DD-MMM} format.
4685 @item o
4686 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4687 @item M
4688 @code{Message-ID}.
4689 @item r
4690 @code{References}.
4691 @item t
4692 Number of articles in the current sub-thread.  Using this spec will slow
4693 down summary buffer generation somewhat.
4694 @item e
4695 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4696 article has any children.
4697 @item P
4698 The line number.
4699 @item O
4700 Download mark.
4701 @item &user-date;
4702 Age sensitive date format.  Various date format is defined in
4703 @code{gnus-user-date-format-alist}.
4704 @item u
4705 User defined specifier.  The next character in the format string should
4706 be a letter.  Gnus will call the function
4707 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4708 following @samp{%u}.  The function will be passed the current header as
4709 argument.  The function should return a string, which will be inserted
4710 into the summary just like information from any other summary specifier.
4711 @end table
4712
4713 Text between @samp{%(} and @samp{%)} will be highlighted with
4714 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4715 There can only be one such area.
4716
4717 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4718 have to be handled with care.  For reasons of efficiency, gnus will
4719 compute what column these characters will end up in, and ``hard-code''
4720 that.  This means that it is invalid to have these specs after a
4721 variable-length spec.  Well, you might not be arrested, but your summary
4722 buffer will look strange, which is bad enough.
4723
4724 The smart choice is to have these specs as far to the left as possible.
4725 (Isn't that the case with everything, though?  But I digress.)
4726
4727 This restriction may disappear in later versions of gnus.
4728
4729
4730 @node To From Newsgroups
4731 @subsection To From Newsgroups
4732 @cindex To
4733 @cindex Newsgroups
4734
4735 In some groups (particularly in archive groups), the @code{From} header
4736 isn't very interesting, since all the articles there are written by
4737 you.  To display the information in the @code{To} or @code{Newsgroups}
4738 headers instead, you need to decide three things: What information to
4739 gather; where to display it; and when to display it.
4740
4741 @enumerate
4742 @item
4743 @vindex gnus-extra-headers
4744 The reading of extra header information is controlled by the
4745 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4746 instance:
4747
4748 @lisp
4749 (setq gnus-extra-headers
4750       '(To Newsgroups X-Newsreader))
4751 @end lisp
4752
4753 This will result in Gnus trying to obtain these three headers, and
4754 storing it in header structures for later easy retrieval.
4755
4756 @item
4757 @findex gnus-extra-header
4758 The value of these extra headers can be accessed via the
4759 @code{gnus-extra-header} function.  Here's a format line spec that will
4760 access the @code{X-Newsreader} header:
4761
4762 @example
4763 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4764 @end example
4765
4766 @item
4767 @vindex gnus-ignored-from-addresses
4768 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4769 summary line spec returns the @code{To}, @code{Newsreader} or
4770 @code{From} header.  If this regexp matches the contents of the
4771 @code{From} header, the value of the @code{To} or @code{Newsreader}
4772 headers are used instead.
4773
4774 @end enumerate
4775
4776 @vindex nnmail-extra-headers
4777 A related variable is @code{nnmail-extra-headers}, which controls when
4778 to include extra headers when generating overview (@acronym{NOV}) files.
4779 If you have old overview files, you should regenerate them after
4780 changing this variable, by entering the server buffer using @kbd{^},
4781 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4782 regeneration.
4783
4784 @vindex gnus-summary-line-format
4785 You also have to instruct Gnus to display the data by changing the
4786 @code{%n} spec to the @code{%f} spec in the
4787 @code{gnus-summary-line-format} variable.
4788
4789 In summary, you'd typically put something like the following in
4790 @file{~/.gnus.el}:
4791
4792 @lisp
4793 (setq gnus-extra-headers
4794       '(To Newsgroups))
4795 (setq nnmail-extra-headers gnus-extra-headers)
4796 (setq gnus-summary-line-format
4797       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4798 (setq gnus-ignored-from-addresses
4799       "Your Name Here")
4800 @end lisp
4801
4802 (The values listed above are the default values in Gnus.  Alter them
4803 to fit your needs.)
4804
4805 A note for news server administrators, or for users who wish to try to
4806 convince their news server administrator to provide some additional
4807 support:
4808
4809 The above is mostly useful for mail groups, where you have control over
4810 the @acronym{NOV} files that are created.  However, if you can persuade your
4811 nntp admin to add (in the usual implementation, notably INN):
4812
4813 @example
4814 Newsgroups:full
4815 @end example
4816
4817 to the end of her @file{overview.fmt} file, then you can use that just
4818 as you would the extra headers from the mail groups.
4819
4820
4821 @node Summary Buffer Mode Line
4822 @subsection Summary Buffer Mode Line
4823
4824 @vindex gnus-summary-mode-line-format
4825 You can also change the format of the summary mode bar (@pxref{Mode Line
4826 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4827 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4828
4829 Here are the elements you can play with:
4830
4831 @table @samp
4832 @item G
4833 Group name.
4834 @item p
4835 Unprefixed group name.
4836 @item A
4837 Current article number.
4838 @item z
4839 Current article score.
4840 @item V
4841 Gnus version.
4842 @item U
4843 Number of unread articles in this group.
4844 @item e
4845 Number of unread articles in this group that aren't displayed in the
4846 summary buffer.
4847 @item Z
4848 A string with the number of unread and unselected articles represented
4849 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4850 articles, and just as @samp{<%U more>} if there are just unread articles
4851 and no unselected ones.
4852 @item g
4853 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4854 shortened to @samp{r.a.anime}.
4855 @item S
4856 Subject of the current article.
4857 @item u
4858 User-defined spec (@pxref{User-Defined Specs}).
4859 @item s
4860 Name of the current score file (@pxref{Scoring}).
4861 @item d
4862 Number of dormant articles (@pxref{Unread Articles}).
4863 @item t
4864 Number of ticked articles (@pxref{Unread Articles}).
4865 @item r
4866 Number of articles that have been marked as read in this session.
4867 @item E
4868 Number of articles expunged by the score files.
4869 @end table
4870
4871
4872 @node Summary Highlighting
4873 @subsection Summary Highlighting
4874
4875 @table @code
4876
4877 @item gnus-visual-mark-article-hook
4878 @vindex gnus-visual-mark-article-hook
4879 This hook is run after selecting an article.  It is meant to be used for
4880 highlighting the article in some way.  It is not run if
4881 @code{gnus-visual} is @code{nil}.
4882
4883 @item gnus-summary-update-hook
4884 @vindex gnus-summary-update-hook
4885 This hook is called when a summary line is changed.  It is not run if
4886 @code{gnus-visual} is @code{nil}.
4887
4888 @item gnus-summary-selected-face
4889 @vindex gnus-summary-selected-face
4890 This is the face (or @dfn{font} as some people call it) used to
4891 highlight the current article in the summary buffer.
4892
4893 @item gnus-summary-highlight
4894 @vindex gnus-summary-highlight
4895 Summary lines are highlighted according to this variable, which is a
4896 list where the elements are of the format @code{(@var{form}
4897 . @var{face})}.  If you would, for instance, like ticked articles to be
4898 italic and high-scored articles to be bold, you could set this variable
4899 to something like
4900 @lisp
4901 (((eq mark gnus-ticked-mark) . italic)
4902  ((> score default) . bold))
4903 @end lisp
4904 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4905 @var{face} will be applied to the line.
4906 @end table
4907
4908
4909 @node Summary Maneuvering
4910 @section Summary Maneuvering
4911 @cindex summary movement
4912
4913 All the straight movement commands understand the numeric prefix and
4914 behave pretty much as you'd expect.
4915
4916 None of these commands select articles.
4917
4918 @table @kbd
4919 @item G M-n
4920 @itemx M-n
4921 @kindex M-n (Summary)
4922 @kindex G M-n (Summary)
4923 @findex gnus-summary-next-unread-subject
4924 Go to the next summary line of an unread article
4925 (@code{gnus-summary-next-unread-subject}).
4926
4927 @item G M-p
4928 @itemx M-p
4929 @kindex M-p (Summary)
4930 @kindex G M-p (Summary)
4931 @findex gnus-summary-prev-unread-subject
4932 Go to the previous summary line of an unread article
4933 (@code{gnus-summary-prev-unread-subject}).
4934
4935 @item G g
4936 @kindex G g (Summary)
4937 @findex gnus-summary-goto-subject
4938 Ask for an article number and then go to the summary line of that article
4939 without displaying the article (@code{gnus-summary-goto-subject}).
4940 @end table
4941
4942 If gnus asks you to press a key to confirm going to the next group, you
4943 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4944 buffer, searching for the next group to read without actually returning
4945 to the group buffer.
4946
4947 Variables related to summary movement:
4948
4949 @table @code
4950
4951 @vindex gnus-auto-select-next
4952 @item gnus-auto-select-next
4953 If you issue one of the movement commands (like @kbd{n}) and there are
4954 no more unread articles after the current one, gnus will offer to go to
4955 the next group.  If this variable is @code{t} and the next group is
4956 empty, gnus will exit summary mode and return to the group buffer.  If
4957 this variable is neither @code{t} nor @code{nil}, gnus will select the
4958 next group with unread articles.  As a special case, if this variable
4959 is @code{quietly}, Gnus will select the next group without asking for
4960 confirmation.  If this variable is @code{almost-quietly}, the same
4961 will happen only if you are located on the last article in the group.
4962 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4963 command will go to the next group without confirmation.  Also
4964 @pxref{Group Levels}.
4965
4966 @item gnus-auto-select-same
4967 @vindex gnus-auto-select-same
4968 If non-@code{nil}, all the movement commands will try to go to the next
4969 article with the same subject as the current.  (@dfn{Same} here might
4970 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4971 for details (@pxref{Customizing Threading}).)  If there are no more
4972 articles with the same subject, go to the first unread article.
4973
4974 This variable is not particularly useful if you use a threaded display.
4975
4976 @item gnus-summary-check-current
4977 @vindex gnus-summary-check-current
4978 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4979 to the next (or previous) article if the current article is unread.
4980 Instead, they will choose the current article.
4981
4982 @item gnus-auto-center-summary
4983 @vindex gnus-auto-center-summary
4984 If non-@code{nil}, gnus will keep the point in the summary buffer
4985 centered at all times.  This makes things quite tidy, but if you have a
4986 slow network connection, or simply do not like this un-Emacsism, you can
4987 set this variable to @code{nil} to get the normal Emacs scrolling
4988 action.  This will also inhibit horizontal re-centering of the summary
4989 buffer, which might make it more inconvenient to read extremely long
4990 threads.
4991
4992 This variable can also be a number.  In that case, center the window at
4993 the given number of lines from the top.
4994
4995 @end table
4996
4997
4998 @node Choosing Articles
4999 @section Choosing Articles
5000 @cindex selecting articles
5001
5002 @menu
5003 * Choosing Commands::           Commands for choosing articles.
5004 * Choosing Variables::          Variables that influence these commands.
5005 @end menu
5006
5007
5008 @node Choosing Commands
5009 @subsection Choosing Commands
5010
5011 None of the following movement commands understand the numeric prefix,
5012 and they all select and display an article.
5013
5014 If you want to fetch new articles or redisplay the group, see
5015 @ref{Exiting the Summary Buffer}.
5016
5017 @table @kbd
5018 @item SPACE
5019 @kindex SPACE (Summary)
5020 @findex gnus-summary-next-page
5021 Select the current article, or, if that one's read already, the next
5022 unread article (@code{gnus-summary-next-page}).
5023
5024 If you have an article window open already and you press @kbd{SPACE}
5025 again, the article will be scrolled.  This lets you conveniently
5026 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5027
5028 @item G n
5029 @itemx n
5030 @kindex n (Summary)
5031 @kindex G n (Summary)
5032 @findex gnus-summary-next-unread-article
5033 @c @icon{gnus-summary-next-unread}
5034 Go to next unread article (@code{gnus-summary-next-unread-article}).
5035
5036 @item G p
5037 @itemx p
5038 @kindex p (Summary)
5039 @findex gnus-summary-prev-unread-article
5040 @c @icon{gnus-summary-prev-unread}
5041 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5042
5043 @item G N
5044 @itemx N
5045 @kindex N (Summary)
5046 @kindex G N (Summary)
5047 @findex gnus-summary-next-article
5048 Go to the next article (@code{gnus-summary-next-article}).
5049
5050 @item G P
5051 @itemx P
5052 @kindex P (Summary)
5053 @kindex G P (Summary)
5054 @findex gnus-summary-prev-article
5055 Go to the previous article (@code{gnus-summary-prev-article}).
5056
5057 @item G C-n
5058 @kindex G C-n (Summary)
5059 @findex gnus-summary-next-same-subject
5060 Go to the next article with the same subject
5061 (@code{gnus-summary-next-same-subject}).
5062
5063 @item G C-p
5064 @kindex G C-p (Summary)
5065 @findex gnus-summary-prev-same-subject
5066 Go to the previous article with the same subject
5067 (@code{gnus-summary-prev-same-subject}).
5068
5069 @item G f
5070 @itemx .
5071 @kindex G f  (Summary)
5072 @kindex .  (Summary)
5073 @findex gnus-summary-first-unread-article
5074 Go to the first unread article
5075 (@code{gnus-summary-first-unread-article}).
5076
5077 @item G b
5078 @itemx ,
5079 @kindex G b (Summary)
5080 @kindex , (Summary)
5081 @findex gnus-summary-best-unread-article
5082 Go to the unread article with the highest score
5083 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5084 go to the first unread article that has a score over the default score.
5085
5086 @item G l
5087 @itemx l
5088 @kindex l (Summary)
5089 @kindex G l (Summary)
5090 @findex gnus-summary-goto-last-article
5091 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5092
5093 @item G o
5094 @kindex G o (Summary)
5095 @findex gnus-summary-pop-article
5096 @cindex history
5097 @cindex article history
5098 Pop an article off the summary history and go to this article
5099 (@code{gnus-summary-pop-article}).  This command differs from the
5100 command above in that you can pop as many previous articles off the
5101 history as you like, while @kbd{l} toggles the two last read articles.
5102 For a somewhat related issue (if you use these commands a lot),
5103 @pxref{Article Backlog}.
5104
5105 @item G j
5106 @itemx j
5107 @kindex j (Summary)
5108 @kindex G j (Summary)
5109 @findex gnus-summary-goto-article
5110 Ask for an article number or @code{Message-ID}, and then go to that
5111 article (@code{gnus-summary-goto-article}).
5112
5113 @end table
5114
5115
5116 @node Choosing Variables
5117 @subsection Choosing Variables
5118
5119 Some variables relevant for moving and selecting articles:
5120
5121 @table @code
5122 @item gnus-auto-extend-newsgroup
5123 @vindex gnus-auto-extend-newsgroup
5124 All the movement commands will try to go to the previous (or next)
5125 article, even if that article isn't displayed in the Summary buffer if
5126 this variable is non-@code{nil}.  Gnus will then fetch the article from
5127 the server and display it in the article buffer.
5128
5129 @item gnus-select-article-hook
5130 @vindex gnus-select-article-hook
5131 This hook is called whenever an article is selected.  By default it
5132 exposes any threads hidden under the selected article.  If you would
5133 like each article to be saved in the Agent as you read it, putting
5134 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5135
5136 @item gnus-mark-article-hook
5137 @vindex gnus-mark-article-hook
5138 @findex gnus-summary-mark-unread-as-read
5139 @findex gnus-summary-mark-read-and-unread-as-read
5140 @findex gnus-unread-mark
5141 This hook is called whenever an article is selected.  It is intended to
5142 be used for marking articles as read.  The default value is
5143 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5144 mark of almost any article you read to @code{gnus-unread-mark}.  The
5145 only articles not affected by this function are ticked, dormant, and
5146 expirable articles.  If you'd instead like to just have unread articles
5147 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5148 instead.  It will leave marks like @code{gnus-low-score-mark},
5149 @code{gnus-del-mark} (and so on) alone.
5150
5151 @end table
5152
5153
5154 @node Paging the Article
5155 @section Scrolling the Article
5156 @cindex article scrolling
5157
5158 @table @kbd
5159
5160 @item SPACE
5161 @kindex SPACE (Summary)
5162 @findex gnus-summary-next-page
5163 Pressing @kbd{SPACE} will scroll the current article forward one page,
5164 or, if you have come to the end of the current article, will choose the
5165 next article (@code{gnus-summary-next-page}).
5166
5167 @vindex gnus-article-boring-faces
5168 @vindex gnus-article-skip-boring
5169 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5170 the article consists only of citations and signature, then it will be
5171 skipped; the next article will be shown instead.  You can customize
5172 what is considered uninteresting with
5173 @code{gnus-article-boring-faces}.  You can manually view the article's
5174 pages, no matter how boring, using @kbd{C-M-v}.
5175
5176 @item DEL
5177 @kindex DEL (Summary)
5178 @findex gnus-summary-prev-page
5179 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5180
5181 @item RET
5182 @kindex RET (Summary)
5183 @findex gnus-summary-scroll-up
5184 Scroll the current article one line forward
5185 (@code{gnus-summary-scroll-up}).
5186
5187 @item M-RET
5188 @kindex M-RET (Summary)
5189 @findex gnus-summary-scroll-down
5190 Scroll the current article one line backward
5191 (@code{gnus-summary-scroll-down}).
5192
5193 @item A g
5194 @itemx g
5195 @kindex A g (Summary)
5196 @kindex g (Summary)
5197 @findex gnus-summary-show-article
5198 @vindex gnus-summary-show-article-charset-alist
5199 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5200 given a prefix, fetch the current article, but don't run any of the
5201 article treatment functions.  This will give you a ``raw'' article, just
5202 the way it came from the server.
5203
5204 If given a numerical prefix, you can do semi-manual charset stuff.
5205 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5206 encoded in the @code{cn-gb-2312} charset.  If you have
5207
5208 @lisp
5209 (setq gnus-summary-show-article-charset-alist
5210       '((1 . cn-gb-2312)
5211         (2 . big5)))
5212 @end lisp
5213
5214 then you can say @kbd{C-u 1 g} to get the same effect.
5215
5216 @item A <
5217 @itemx <
5218 @kindex < (Summary)
5219 @kindex A < (Summary)
5220 @findex gnus-summary-beginning-of-article
5221 Scroll to the beginning of the article
5222 (@code{gnus-summary-beginning-of-article}).
5223
5224 @item A >
5225 @itemx >
5226 @kindex > (Summary)
5227 @kindex A > (Summary)
5228 @findex gnus-summary-end-of-article
5229 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5230
5231 @item A s
5232 @itemx s
5233 @kindex A s (Summary)
5234 @kindex s (Summary)
5235 @findex gnus-summary-isearch-article
5236 Perform an isearch in the article buffer
5237 (@code{gnus-summary-isearch-article}).
5238
5239 @item h
5240 @kindex h (Summary)
5241 @findex gnus-summary-select-article-buffer
5242 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5243
5244 @end table
5245
5246
5247 @node Reply Followup and Post
5248 @section Reply, Followup and Post
5249
5250 @menu
5251 * Summary Mail Commands::       Sending mail.
5252 * Summary Post Commands::       Sending news.
5253 * Summary Message Commands::    Other Message-related commands.
5254 * Canceling and Superseding::
5255 @end menu
5256
5257
5258 @node Summary Mail Commands
5259 @subsection Summary Mail Commands
5260 @cindex mail
5261 @cindex composing mail
5262
5263 Commands for composing a mail message:
5264
5265 @table @kbd
5266
5267 @item S r
5268 @itemx r
5269 @kindex S r (Summary)
5270 @kindex r (Summary)
5271 @findex gnus-summary-reply
5272 @c @icon{gnus-summary-mail-reply}
5273 @c @icon{gnus-summary-reply}
5274 Mail a reply to the author of the current article
5275 (@code{gnus-summary-reply}).
5276
5277 @item S R
5278 @itemx R
5279 @kindex R (Summary)
5280 @kindex S R (Summary)
5281 @findex gnus-summary-reply-with-original
5282 @c @icon{gnus-summary-reply-with-original}
5283 Mail a reply to the author of the current article and include the
5284 original message (@code{gnus-summary-reply-with-original}).  This
5285 command uses the process/prefix convention.
5286
5287 @item S w
5288 @kindex S w (Summary)
5289 @findex gnus-summary-wide-reply
5290 Mail a wide reply to the author of the current article
5291 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5292 goes out to all people listed in the @code{To}, @code{From} (or
5293 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5294 present, that's used instead.
5295
5296 @item S W
5297 @kindex S W (Summary)
5298 @findex gnus-summary-wide-reply-with-original
5299 Mail a wide reply to the current article and include the original
5300 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5301 the process/prefix convention.
5302
5303 @item S v
5304 @kindex S v (Summary)
5305 @findex gnus-summary-very-wide-reply
5306 Mail a very wide reply to the author of the current article
5307 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5308 that goes out to all people listed in the @code{To}, @code{From} (or
5309 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5310 articles.  This command uses the process/prefix convention.
5311
5312 @item S V
5313 @kindex S V (Summary)
5314 @findex gnus-summary-very-wide-reply-with-original
5315 Mail a very wide reply to the author of the current article and include the
5316 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5317 command uses the process/prefix convention.
5318
5319 @item S B r
5320 @kindex S B r (Summary)
5321 @findex gnus-summary-reply-broken-reply-to
5322 Mail a reply to the author of the current article but ignore the
5323 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5324 If you need this because a mailing list incorrectly sets a
5325 @code{Reply-To} header pointing to the list, you probably want to set
5326 the @code{broken-reply-to} group parameter instead, so things will work
5327 correctly.  @xref{Group Parameters}.
5328
5329 @item S B R
5330 @kindex S B R (Summary)
5331 @findex gnus-summary-reply-broken-reply-to-with-original
5332 Mail a reply to the author of the current article and include the
5333 original message but ignore the @code{Reply-To} field
5334 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5335
5336 @item S o m
5337 @itemx C-c C-f
5338 @kindex S o m (Summary)
5339 @kindex C-c C-f (Summary)
5340 @findex gnus-summary-mail-forward
5341 @c @icon{gnus-summary-mail-forward}
5342 Forward the current article to some other person
5343 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
5344 headers of the forwarded article.
5345
5346 @item S m
5347 @itemx m
5348 @kindex m (Summary)
5349 @kindex S m (Summary)
5350 @findex gnus-summary-mail-other-window
5351 @c @icon{gnus-summary-mail-originate}
5352 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5353 the posting style of the current group.  If given a prefix, disable that.
5354 If the prefix is 1, prompt for a group name to find the posting style.
5355
5356 @item S i
5357 @itemx i
5358 @kindex i (Summary)
5359 @kindex S i (Summary)
5360 @findex gnus-summary-news-other-window
5361 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5362 post to the current group.  If given a prefix, disable that.  If the
5363 prefix is 1, prompt for a group to post to.
5364
5365 This function actually prepares a news even when using mail groups.
5366 This is useful for ``posting'' messages to mail groups without actually
5367 sending them over the network: they're just saved directly to the group
5368 in question.  The corresponding back end must have a request-post method
5369 for this to work though.
5370
5371 @item S D b
5372 @kindex S D b (Summary)
5373 @findex gnus-summary-resend-bounced-mail
5374 @cindex bouncing mail
5375 If you have sent a mail, but the mail was bounced back to you for some
5376 reason (wrong address, transient failure), you can use this command to
5377 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5378 will be popped into a mail buffer where you can edit the headers before
5379 sending the mail off again.  If you give a prefix to this command, and
5380 the bounced mail is a reply to some other mail, gnus will try to fetch
5381 that mail and display it for easy perusal of its headers.  This might
5382 very well fail, though.
5383
5384 @item S D r
5385 @kindex S D r (Summary)
5386 @findex gnus-summary-resend-message
5387 Not to be confused with the previous command,
5388 @code{gnus-summary-resend-message} will prompt you for an address to
5389 send the current message off to, and then send it to that place.  The
5390 headers of the message won't be altered---but lots of headers that say
5391 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5392 means that you actually send a mail to someone that has a @code{To}
5393 header that (probably) points to yourself.  This will confuse people.
5394 So, natcherly you'll only do that if you're really eVIl.
5395
5396 This command is mainly used if you have several accounts and want to
5397 ship a mail to a different account of yours.  (If you're both
5398 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5399 to the @code{root} account, you may want to resend it to
5400 @code{postmaster}.  Ordnung muss sein!
5401
5402 This command understands the process/prefix convention
5403 (@pxref{Process/Prefix}).
5404
5405 @item S D e
5406 @kindex S D e (Summary)
5407 @findex gnus-summary-resend-message-edit
5408
5409 Like the previous command, but will allow you to edit the message as
5410 if it were a new message before resending.
5411
5412 @item S O m
5413 @kindex S O m (Summary)
5414 @findex gnus-summary-digest-mail-forward
5415 Digest the current series (@pxref{Decoding Articles}) and forward the
5416 result using mail (@code{gnus-summary-digest-mail-forward}).  This
5417 command uses the process/prefix convention (@pxref{Process/Prefix}).
5418
5419 @item S M-c
5420 @kindex S M-c (Summary)
5421 @findex gnus-summary-mail-crosspost-complaint
5422 @cindex crossposting
5423 @cindex excessive crossposting
5424 Send a complaint about excessive crossposting to the author of the
5425 current article (@code{gnus-summary-mail-crosspost-complaint}).
5426
5427 @findex gnus-crosspost-complaint
5428 This command is provided as a way to fight back against the current
5429 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5430 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5431 command understands the process/prefix convention
5432 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5433
5434 @end table
5435
5436 Also @xref{Header Commands, ,Header Commands, message, The Message
5437 Manual}, for more information.
5438
5439
5440 @node Summary Post Commands
5441 @subsection Summary Post Commands
5442 @cindex post
5443 @cindex composing news
5444
5445 Commands for posting a news article:
5446
5447 @table @kbd
5448 @item S p
5449 @itemx a
5450 @kindex a (Summary)
5451 @kindex S p (Summary)
5452 @findex gnus-summary-post-news
5453 @c @icon{gnus-summary-post-news}
5454 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5455 default, post to the current group.  If given a prefix, disable that.
5456 If the prefix is 1, prompt for another group instead.
5457
5458 @item S f
5459 @itemx f
5460 @kindex f (Summary)
5461 @kindex S f (Summary)
5462 @findex gnus-summary-followup
5463 @c @icon{gnus-summary-followup}
5464 Post a followup to the current article (@code{gnus-summary-followup}).
5465
5466 @item S F
5467 @itemx F
5468 @kindex S F (Summary)
5469 @kindex F (Summary)
5470 @c @icon{gnus-summary-followup-with-original}
5471 @findex gnus-summary-followup-with-original
5472 Post a followup to the current article and include the original message
5473 (@code{gnus-summary-followup-with-original}).  This command uses the
5474 process/prefix convention.
5475
5476 @item S n
5477 @kindex S n (Summary)
5478 @findex gnus-summary-followup-to-mail
5479 Post a followup to the current article via news, even if you got the
5480 message through mail (@code{gnus-summary-followup-to-mail}).
5481
5482 @item S N
5483 @kindex S N (Summary)
5484 @findex gnus-summary-followup-to-mail-with-original
5485 Post a followup to the current article via news, even if you got the
5486 message through mail and include the original message
5487 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5488 the process/prefix convention.
5489
5490 @item S o p
5491 @kindex S o p (Summary)
5492 @findex gnus-summary-post-forward
5493 Forward the current article to a newsgroup
5494 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
5495 headers of the forwarded article.
5496
5497 @item S O p
5498 @kindex S O p (Summary)
5499 @findex gnus-summary-digest-post-forward
5500 @cindex digests
5501 @cindex making digests
5502 Digest the current series and forward the result to a newsgroup
5503 (@code{gnus-summary-digest-post-forward}).  This command uses the
5504 process/prefix convention.
5505
5506 @item S u
5507 @kindex S u (Summary)
5508 @findex gnus-uu-post-news
5509 @c @icon{gnus-uu-post-news}
5510 Uuencode a file, split it into parts, and post it as a series
5511 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5512 @end table
5513
5514 Also @xref{Header Commands, ,Header Commands, message, The Message
5515 Manual}, for more information.
5516
5517
5518 @node Summary Message Commands
5519 @subsection Summary Message Commands
5520
5521 @table @kbd
5522 @item S y
5523 @kindex S y (Summary)
5524 @findex gnus-summary-yank-message
5525 Yank the current article into an already existing Message composition
5526 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5527 what message buffer you want to yank into, and understands the
5528 process/prefix convention (@pxref{Process/Prefix}).
5529
5530 @end table
5531
5532
5533 @node Canceling and Superseding
5534 @subsection Canceling Articles
5535 @cindex canceling articles
5536 @cindex superseding articles
5537
5538 Have you ever written something, and then decided that you really,
5539 really, really wish you hadn't posted that?
5540
5541 Well, you can't cancel mail, but you can cancel posts.
5542
5543 @findex gnus-summary-cancel-article
5544 @kindex C (Summary)
5545 @c @icon{gnus-summary-cancel-article}
5546 Find the article you wish to cancel (you can only cancel your own
5547 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5548 c} (@code{gnus-summary-cancel-article}).  Your article will be
5549 canceled---machines all over the world will be deleting your article.
5550 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5551
5552 Be aware, however, that not all sites honor cancels, so your article may
5553 live on here and there, while most sites will delete the article in
5554 question.
5555
5556 Gnus will use the ``current'' select method when canceling.  If you
5557 want to use the standard posting method, use the @samp{a} symbolic
5558 prefix (@pxref{Symbolic Prefixes}).
5559
5560 Gnus ensures that only you can cancel your own messages using a
5561 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5562 message, Message Manual}).
5563
5564 If you discover that you have made some mistakes and want to do some
5565 corrections, you can post a @dfn{superseding} article that will replace
5566 your original article.
5567
5568 @findex gnus-summary-supersede-article
5569 @kindex S (Summary)
5570 Go to the original article and press @kbd{S s}
5571 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5572 where you can edit the article all you want before sending it off the
5573 usual way.
5574
5575 The same goes for superseding as for canceling, only more so: Some
5576 sites do not honor superseding.  On those sites, it will appear that you
5577 have posted almost the same article twice.
5578
5579 If you have just posted the article, and change your mind right away,
5580 there is a trick you can use to cancel/supersede the article without
5581 waiting for the article to appear on your site first.  You simply return
5582 to the post buffer (which is called @code{*sent ...*}).  There you will
5583 find the article you just posted, with all the headers intact.  Change
5584 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5585 header by substituting one of those words for the word
5586 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5587 you would do normally.  The previous article will be
5588 canceled/superseded.
5589
5590 Just remember, kids: There is no 'c' in 'supersede'.
5591
5592 @node Delayed Articles
5593 @section Delayed Articles
5594 @cindex delayed sending
5595 @cindex send delayed
5596
5597 Sometimes, you might wish to delay the sending of a message.  For
5598 example, you might wish to arrange for a message to turn up just in time
5599 to remind your about the birthday of your Significant Other.  For this,
5600 there is the @code{gnus-delay} package.  Setup is simple:
5601
5602 @lisp
5603 (gnus-delay-initialize)
5604 @end lisp
5605
5606 @findex gnus-delay-article
5607 Normally, to send a message you use the @kbd{C-c C-c} command from
5608 Message mode.  To delay a message, use @kbd{C-c C-j}
5609 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5610 message should be delayed.  Possible answers are:
5611
5612 @itemize @bullet
5613 @item
5614 A time span.  Consists of an integer and a letter.  For example,
5615 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5616 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5617 (months) and @code{Y} (years).
5618
5619 @item
5620 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5621 delayed until that day, at a specific time (eight o'clock by default).
5622 See also @code{gnus-delay-default-hour}.
5623
5624 @item
5625 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5626 stuff.  The deadline will be at that time today, except if that time has
5627 already passed, then it's at the given time tomorrow.  So if it's ten
5628 o'clock in the morning and you specify @code{11:15}, then the deadline
5629 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5630 that means a time tomorrow.
5631 @end itemize
5632
5633 The action of the @code{gnus-delay-article} command is influenced by a
5634 couple of variables:
5635
5636 @table @code
5637 @item gnus-delay-default-hour
5638 @vindex gnus-delay-default-hour
5639 When you specify a specific date, the message will be due on that hour
5640 on the given date.  Possible values are integers 0 through 23.
5641
5642 @item gnus-delay-default-delay
5643 @vindex gnus-delay-default-delay
5644 This is a string and gives the default delay.  It can be of any of the
5645 formats described above.
5646
5647 @item gnus-delay-group
5648 @vindex gnus-delay-group
5649 Delayed articles will be kept in this group on the drafts server until
5650 they are due.  You probably don't need to change this.  The default
5651 value is @code{"delayed"}.
5652
5653 @item gnus-delay-header
5654 @vindex gnus-delay-header
5655 The deadline for each article will be stored in a header.  This variable
5656 is a string and gives the header name.  You probably don't need to
5657 change this.  The default value is @code{"X-Gnus-Delayed"}.
5658 @end table
5659
5660 The way delaying works is like this: when you use the
5661 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5662 calculates the deadline of the message and stores it in the
5663 @code{X-Gnus-Delayed} header and puts the message in the
5664 @code{nndraft:delayed} group.
5665
5666 @findex gnus-delay-send-queue
5667 And whenever you get new news, Gnus looks through the group for articles
5668 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5669 function for this.  By default, this function is added to the hook
5670 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5671 Maybe you want to use the demon to send drafts?  Just tell the demon to
5672 execute the @code{gnus-delay-send-queue} function.
5673
5674 @table @code
5675 @item gnus-delay-initialize
5676 @findex gnus-delay-initialize
5677
5678 By default, this function installs @code{gnus-delay-send-queue} in
5679 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5680 argument @code{no-check}.  If it is non-@code{nil},
5681 @code{gnus-get-new-news-hook} is not changed.  The optional first
5682 argument is ignored.
5683
5684 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5685 Presumably, you want to use the demon for sending due delayed articles.
5686 Just don't forget to set that up :-)
5687 @end table
5688
5689
5690 @node Marking Articles
5691 @section Marking Articles
5692 @cindex article marking
5693 @cindex article ticking
5694 @cindex marks
5695
5696 There are several marks you can set on an article.
5697
5698 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5699 neologism ohoy!) of the article.  Alphabetic marks generally mean
5700 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5701
5702 In addition, you also have marks that do not affect readedness.
5703
5704 @menu
5705 * Unread Articles::             Marks for unread articles.
5706 * Read Articles::               Marks for read articles.
5707 * Other Marks::                 Marks that do not affect readedness.
5708 @end menu
5709
5710 @ifinfo
5711 There's a plethora of commands for manipulating these marks:
5712 @end ifinfo
5713
5714 @menu
5715 * Setting Marks::             How to set and remove marks.
5716 * Generic Marking Commands::  How to customize the marking.
5717 * Setting Process Marks::     How to mark articles for later processing.
5718 @end menu
5719
5720
5721 @node Unread Articles
5722 @subsection Unread Articles
5723
5724 The following marks mark articles as (kinda) unread, in one form or
5725 other.
5726
5727 @table @samp
5728 @item !
5729 @vindex gnus-ticked-mark
5730 Marked as ticked (@code{gnus-ticked-mark}).
5731
5732 @dfn{Ticked articles} are articles that will remain visible always.  If
5733 you see an article that you find interesting, or you want to put off
5734 reading it, or replying to it, until sometime later, you'd typically
5735 tick it.  However, articles can be expired (from news servers by the
5736 news server software, Gnus itself never expires ticked messages), so if
5737 you want to keep an article forever, you'll have to make it persistent
5738 (@pxref{Persistent Articles}).
5739
5740 @item ?
5741 @vindex gnus-dormant-mark
5742 Marked as dormant (@code{gnus-dormant-mark}).
5743
5744 @dfn{Dormant articles} will only appear in the summary buffer if there
5745 are followups to it.  If you want to see them even if they don't have
5746 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5747 Otherwise (except for the visibility issue), they are just like ticked
5748 messages.
5749
5750 @item SPACE
5751 @vindex gnus-unread-mark
5752 Marked as unread (@code{gnus-unread-mark}).
5753
5754 @dfn{Unread articles} are articles that haven't been read at all yet.
5755 @end table
5756
5757
5758 @node Read Articles
5759 @subsection Read Articles
5760 @cindex expirable mark
5761
5762 All the following marks mark articles as read.
5763
5764 @table @samp
5765
5766 @item r
5767 @vindex gnus-del-mark
5768 These are articles that the user has marked as read with the @kbd{d}
5769 command manually, more or less (@code{gnus-del-mark}).
5770
5771 @item R
5772 @vindex gnus-read-mark
5773 Articles that have actually been read (@code{gnus-read-mark}).
5774
5775 @item O
5776 @vindex gnus-ancient-mark
5777 Articles that were marked as read in previous sessions and are now
5778 @dfn{old} (@code{gnus-ancient-mark}).
5779
5780 @item K
5781 @vindex gnus-killed-mark
5782 Marked as killed (@code{gnus-killed-mark}).
5783
5784 @item X
5785 @vindex gnus-kill-file-mark
5786 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5787
5788 @item Y
5789 @vindex gnus-low-score-mark
5790 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5791
5792 @item C
5793 @vindex gnus-catchup-mark
5794 Marked as read by a catchup (@code{gnus-catchup-mark}).
5795
5796 @item G
5797 @vindex gnus-canceled-mark
5798 Canceled article (@code{gnus-canceled-mark})
5799
5800 @item F
5801 @vindex gnus-souped-mark
5802 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5803
5804 @item Q
5805 @vindex gnus-sparse-mark
5806 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5807 Threading}.
5808
5809 @item M
5810 @vindex gnus-duplicate-mark
5811 Article marked as read by duplicate suppression
5812 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5813
5814 @end table
5815
5816 All these marks just mean that the article is marked as read, really.
5817 They are interpreted differently when doing adaptive scoring, though.
5818
5819 One more special mark, though:
5820
5821 @table @samp
5822 @item E
5823 @vindex gnus-expirable-mark
5824 Marked as expirable (@code{gnus-expirable-mark}).
5825
5826 Marking articles as @dfn{expirable} (or have them marked as such
5827 automatically) doesn't make much sense in normal groups---a user doesn't
5828 control expiring of news articles, but in mail groups, for instance,
5829 articles marked as @dfn{expirable} can be deleted by gnus at
5830 any time.
5831 @end table
5832
5833
5834 @node Other Marks
5835 @subsection Other Marks
5836 @cindex process mark
5837 @cindex bookmarks
5838
5839 There are some marks that have nothing to do with whether the article is
5840 read or not.
5841
5842 @itemize @bullet
5843
5844 @item
5845 You can set a bookmark in the current article.  Say you are reading a
5846 long thesis on cats' urinary tracts, and have to go home for dinner
5847 before you've finished reading the thesis.  You can then set a bookmark
5848 in the article, and gnus will jump to this bookmark the next time it
5849 encounters the article.  @xref{Setting Marks}.
5850
5851 @item
5852 @vindex gnus-replied-mark
5853 All articles that you have replied to or made a followup to (i.e., have
5854 answered) will be marked with an @samp{A} in the second column
5855 (@code{gnus-replied-mark}).
5856
5857 @item
5858 @vindex gnus-forwarded-mark
5859 All articles that you have forwarded will be marked with an @samp{F} in
5860 the second column (@code{gnus-forwarded-mark}).
5861
5862 @item
5863 @vindex gnus-cached-mark
5864 Articles stored in the article cache will be marked with an @samp{*} in
5865 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5866
5867 @item
5868 @vindex gnus-saved-mark
5869 Articles ``saved'' (in some manner or other; not necessarily
5870 religiously) are marked with an @samp{S} in the second column
5871 (@code{gnus-saved-mark}).
5872
5873 @item
5874 @vindex gnus-recent-mark
5875 Articles that according to the server haven't been shown to the user
5876 before are marked with a @samp{N} in the second column
5877 (@code{gnus-recent-mark}).  Note that not all servers support this
5878 mark, in which case it simply never appears.  Compare with
5879 @code{gnus-unseen-mark}.
5880
5881 @item
5882 @vindex gnus-unseen-mark
5883 Articles that haven't been seen before in Gnus by the user are marked
5884 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5885 Compare with @code{gnus-recent-mark}.
5886
5887 @item
5888 @vindex gnus-downloaded-mark
5889 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5890 downloaded for unplugged (offline) viewing.  If you are using the
5891 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5892 (The variable @code{gnus-downloaded-mark} controls which character to
5893 use.)
5894
5895 @item
5896 @vindex gnus-undownloaded-mark
5897 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5898 not have been downloaded.  Such articles cannot be viewed while you
5899 are unplugged (offline).  If you are using the @samp{%O} spec, these
5900 articles get the @samp{-} mark in that spec.  (The variable
5901 @code{gnus-undownloaded-mark} controls which character to use.)
5902
5903 @item
5904 @vindex gnus-downloadable-mark
5905 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5906 automatically, but it is also possible to explicitly mark articles for
5907 download, even if they would not be downloaded automatically.  Such
5908 explicitly-marked articles get the @samp{%} mark in the first column.
5909 (The variable @code{gnus-downloadable-mark} controls which character to
5910 use.)
5911
5912 @item
5913 @vindex gnus-not-empty-thread-mark
5914 @vindex gnus-empty-thread-mark
5915 If the @samp{%e} spec is used, the presence of threads or not will be
5916 marked with @code{gnus-not-empty-thread-mark} and
5917 @code{gnus-empty-thread-mark} in the third column, respectively.
5918
5919 @item
5920 @vindex gnus-process-mark
5921 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5922 variety of commands react to the presence of the process mark.  For
5923 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5924 all articles that have been marked with the process mark.  Articles
5925 marked with the process mark have a @samp{#} in the second column.
5926
5927 @end itemize
5928
5929 You might have noticed that most of these ``non-readedness'' marks
5930 appear in the second column by default.  So if you have a cached, saved,
5931 replied article that you have process-marked, what will that look like?
5932
5933 Nothing much.  The precedence rules go as follows: process -> cache ->
5934 replied -> saved.  So if the article is in the cache and is replied,
5935 you'll only see the cache mark and not the replied mark.
5936
5937
5938 @node Setting Marks
5939 @subsection Setting Marks
5940 @cindex setting marks
5941
5942 All the marking commands understand the numeric prefix.
5943
5944 @table @kbd
5945 @item M c
5946 @itemx M-u
5947 @kindex M c (Summary)
5948 @kindex M-u (Summary)
5949 @findex gnus-summary-clear-mark-forward
5950 @cindex mark as unread
5951 Clear all readedness-marks from the current article
5952 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5953 article as unread.
5954
5955 @item M t
5956 @itemx !
5957 @kindex ! (Summary)
5958 @kindex M t (Summary)
5959 @findex gnus-summary-tick-article-forward
5960 Tick the current article (@code{gnus-summary-tick-article-forward}).
5961 @xref{Article Caching}.
5962
5963 @item M ?
5964 @itemx ?
5965 @kindex ? (Summary)
5966 @kindex M ? (Summary)
5967 @findex gnus-summary-mark-as-dormant
5968 Mark the current article as dormant
5969 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5970
5971 @item M d
5972 @itemx d
5973 @kindex M d (Summary)
5974 @kindex d (Summary)
5975 @findex gnus-summary-mark-as-read-forward
5976 Mark the current article as read
5977 (@code{gnus-summary-mark-as-read-forward}).
5978
5979 @item D
5980 @kindex D (Summary)
5981 @findex gnus-summary-mark-as-read-backward
5982 Mark the current article as read and move point to the previous line
5983 (@code{gnus-summary-mark-as-read-backward}).
5984
5985 @item M k
5986 @itemx k
5987 @kindex k (Summary)
5988 @kindex M k (Summary)
5989 @findex gnus-summary-kill-same-subject-and-select
5990 Mark all articles that have the same subject as the current one as read,
5991 and then select the next unread article
5992 (@code{gnus-summary-kill-same-subject-and-select}).
5993
5994 @item M K
5995 @itemx C-k
5996 @kindex M K (Summary)
5997 @kindex C-k (Summary)
5998 @findex gnus-summary-kill-same-subject
5999 Mark all articles that have the same subject as the current one as read
6000 (@code{gnus-summary-kill-same-subject}).
6001
6002 @item M C
6003 @kindex M C (Summary)
6004 @findex gnus-summary-catchup
6005 @c @icon{gnus-summary-catchup}
6006 Mark all unread articles as read (@code{gnus-summary-catchup}).
6007
6008 @item M C-c
6009 @kindex M C-c (Summary)
6010 @findex gnus-summary-catchup-all
6011 Mark all articles in the group as read---even the ticked and dormant
6012 articles (@code{gnus-summary-catchup-all}).
6013
6014 @item M H
6015 @kindex M H (Summary)
6016 @findex gnus-summary-catchup-to-here
6017 Catchup the current group to point (before the point)
6018 (@code{gnus-summary-catchup-to-here}).
6019
6020 @item M h
6021 @kindex M h (Summary)
6022 @findex gnus-summary-catchup-from-here
6023 Catchup the current group from point (after the point)
6024 (@code{gnus-summary-catchup-from-here}).
6025
6026 @item C-w
6027 @kindex C-w (Summary)
6028 @findex gnus-summary-mark-region-as-read
6029 Mark all articles between point and mark as read
6030 (@code{gnus-summary-mark-region-as-read}).
6031
6032 @item M V k
6033 @kindex M V k (Summary)
6034 @findex gnus-summary-kill-below
6035 Kill all articles with scores below the default score (or below the
6036 numeric prefix) (@code{gnus-summary-kill-below}).
6037
6038 @item M e
6039 @itemx E
6040 @kindex M e (Summary)
6041 @kindex E (Summary)
6042 @findex gnus-summary-mark-as-expirable
6043 Mark the current article as expirable
6044 (@code{gnus-summary-mark-as-expirable}).
6045
6046 @item M b
6047 @kindex M b (Summary)
6048 @findex gnus-summary-set-bookmark
6049 Set a bookmark in the current article
6050 (@code{gnus-summary-set-bookmark}).
6051
6052 @item M B
6053 @kindex M B (Summary)
6054 @findex gnus-summary-remove-bookmark
6055 Remove the bookmark from the current article
6056 (@code{gnus-summary-remove-bookmark}).
6057
6058 @item M V c
6059 @kindex M V c (Summary)
6060 @findex gnus-summary-clear-above
6061 Clear all marks from articles with scores over the default score (or
6062 over the numeric prefix) (@code{gnus-summary-clear-above}).
6063
6064 @item M V u
6065 @kindex M V u (Summary)
6066 @findex gnus-summary-tick-above
6067 Tick all articles with scores over the default score (or over the
6068 numeric prefix) (@code{gnus-summary-tick-above}).
6069
6070 @item M V m
6071 @kindex M V m (Summary)
6072 @findex gnus-summary-mark-above
6073 Prompt for a mark, and mark all articles with scores over the default
6074 score (or over the numeric prefix) with this mark
6075 (@code{gnus-summary-clear-above}).
6076 @end table
6077
6078 @vindex gnus-summary-goto-unread
6079 The @code{gnus-summary-goto-unread} variable controls what action should
6080 be taken after setting a mark.  If non-@code{nil}, point will move to
6081 the next/previous unread article.  If @code{nil}, point will just move
6082 one line up or down.  As a special case, if this variable is
6083 @code{never}, all the marking commands as well as other commands (like
6084 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6085 The default is @code{t}.
6086
6087
6088 @node Generic Marking Commands
6089 @subsection Generic Marking Commands
6090
6091 Some people would like the command that ticks an article (@kbd{!}) go to
6092 the next article.  Others would like it to go to the next unread
6093 article.  Yet others would like it to stay on the current article.  And
6094 even though I haven't heard of anybody wanting it to go to the
6095 previous (unread) article, I'm sure there are people that want that as
6096 well.
6097
6098 Multiply these five behaviors with five different marking commands, and
6099 you get a potentially complex set of variable to control what each
6100 command should do.
6101
6102 To sidestep that mess, Gnus provides commands that do all these
6103 different things.  They can be found on the @kbd{M M} map in the summary
6104 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6105 to list in this manual.
6106
6107 While you can use these commands directly, most users would prefer
6108 altering the summary mode keymap.  For instance, if you would like the
6109 @kbd{!} command to go to the next article instead of the next unread
6110 article, you could say something like:
6111
6112 @lisp
6113 @group
6114 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6115 (defun my-alter-summary-map ()
6116   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6117 @end group
6118 @end lisp
6119
6120 @noindent
6121 or
6122
6123 @lisp
6124 (defun my-alter-summary-map ()
6125   (local-set-key "!" "MM!n"))
6126 @end lisp
6127
6128
6129 @node Setting Process Marks
6130 @subsection Setting Process Marks
6131 @cindex setting process marks
6132
6133 Process marks are displayed as @code{#} in the summary buffer, and are
6134 used for marking articles in such a way that other commands will
6135 process these articles.  For instance, if you process mark four
6136 articles and then use the @kbd{*} command, Gnus will enter these four
6137 commands into the cache.  For more information,
6138 @pxref{Process/Prefix}.
6139
6140 @table @kbd
6141
6142 @item M P p
6143 @itemx #
6144 @kindex # (Summary)
6145 @kindex M P p (Summary)
6146 @findex gnus-summary-mark-as-processable
6147 Mark the current article with the process mark
6148 (@code{gnus-summary-mark-as-processable}).
6149 @findex gnus-summary-unmark-as-processable
6150
6151 @item M P u
6152 @itemx M-#
6153 @kindex M P u (Summary)
6154 @kindex M-# (Summary)
6155 Remove the process mark, if any, from the current article
6156 (@code{gnus-summary-unmark-as-processable}).
6157
6158 @item M P U
6159 @kindex M P U (Summary)
6160 @findex gnus-summary-unmark-all-processable
6161 Remove the process mark from all articles
6162 (@code{gnus-summary-unmark-all-processable}).
6163
6164 @item M P i
6165 @kindex M P i (Summary)
6166 @findex gnus-uu-invert-processable
6167 Invert the list of process marked articles
6168 (@code{gnus-uu-invert-processable}).
6169
6170 @item M P R
6171 @kindex M P R (Summary)
6172 @findex gnus-uu-mark-by-regexp
6173 Mark articles that have a @code{Subject} header that matches a regular
6174 expression (@code{gnus-uu-mark-by-regexp}).
6175
6176 @item M P G
6177 @kindex M P G (Summary)
6178 @findex gnus-uu-unmark-by-regexp
6179 Unmark articles that have a @code{Subject} header that matches a regular
6180 expression (@code{gnus-uu-unmark-by-regexp}).
6181
6182 @item M P r
6183 @kindex M P r (Summary)
6184 @findex gnus-uu-mark-region
6185 Mark articles in region (@code{gnus-uu-mark-region}).
6186
6187 @item M P g
6188 @kindex M P g (Summary)
6189 @findex gnus-uu-unmark-region
6190 Unmark articles in region (@code{gnus-uu-unmark-region}).
6191
6192 @item M P t
6193 @kindex M P t (Summary)
6194 @findex gnus-uu-mark-thread
6195 Mark all articles in the current (sub)thread
6196 (@code{gnus-uu-mark-thread}).
6197
6198 @item M P T
6199 @kindex M P T (Summary)
6200 @findex gnus-uu-unmark-thread
6201 Unmark all articles in the current (sub)thread
6202 (@code{gnus-uu-unmark-thread}).
6203
6204 @item M P v
6205 @kindex M P v (Summary)
6206 @findex gnus-uu-mark-over
6207 Mark all articles that have a score above the prefix argument
6208 (@code{gnus-uu-mark-over}).
6209
6210 @item M P s
6211 @kindex M P s (Summary)
6212 @findex gnus-uu-mark-series
6213 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6214
6215 @item M P S
6216 @kindex M P S (Summary)
6217 @findex gnus-uu-mark-sparse
6218 Mark all series that have already had some articles marked
6219 (@code{gnus-uu-mark-sparse}).
6220
6221 @item M P a
6222 @kindex M P a (Summary)
6223 @findex gnus-uu-mark-all
6224 Mark all articles in series order (@code{gnus-uu-mark-series}).
6225
6226 @item M P b
6227 @kindex M P b (Summary)
6228 @findex gnus-uu-mark-buffer
6229 Mark all articles in the buffer in the order they appear
6230 (@code{gnus-uu-mark-buffer}).
6231
6232 @item M P k
6233 @kindex M P k (Summary)
6234 @findex gnus-summary-kill-process-mark
6235 Push the current process mark set onto the stack and unmark all articles
6236 (@code{gnus-summary-kill-process-mark}).
6237
6238 @item M P y
6239 @kindex M P y (Summary)
6240 @findex gnus-summary-yank-process-mark
6241 Pop the previous process mark set from the stack and restore it
6242 (@code{gnus-summary-yank-process-mark}).
6243
6244 @item M P w
6245 @kindex M P w (Summary)
6246 @findex gnus-summary-save-process-mark
6247 Push the current process mark set onto the stack
6248 (@code{gnus-summary-save-process-mark}).
6249
6250 @end table
6251
6252 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6253 set process marks based on article body contents.
6254
6255
6256 @node Limiting
6257 @section Limiting
6258 @cindex limiting
6259
6260 It can be convenient to limit the summary buffer to just show some
6261 subset of the articles currently in the group.  The effect most limit
6262 commands have is to remove a few (or many) articles from the summary
6263 buffer.
6264
6265 All limiting commands work on subsets of the articles already fetched
6266 from the servers.  None of these commands query the server for
6267 additional articles.
6268
6269 @table @kbd
6270
6271 @item / /
6272 @itemx / s
6273 @kindex / / (Summary)
6274 @findex gnus-summary-limit-to-subject
6275 Limit the summary buffer to articles that match some subject
6276 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6277 matching articles.
6278
6279 @item / a
6280 @kindex / a (Summary)
6281 @findex gnus-summary-limit-to-author
6282 Limit the summary buffer to articles that match some author
6283 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6284 matching articles.
6285
6286 @item / x
6287 @kindex / x (Summary)
6288 @findex gnus-summary-limit-to-extra
6289 Limit the summary buffer to articles that match one of the ``extra''
6290 headers (@pxref{To From Newsgroups})
6291 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6292 matching articles.
6293
6294 @item / u
6295 @itemx x
6296 @kindex / u (Summary)
6297 @kindex x (Summary)
6298 @findex gnus-summary-limit-to-unread
6299 Limit the summary buffer to articles not marked as read
6300 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6301 buffer to articles strictly unread.  This means that ticked and
6302 dormant articles will also be excluded.
6303
6304 @item / m
6305 @kindex / m (Summary)
6306 @findex gnus-summary-limit-to-marks
6307 Ask for a mark and then limit to all articles that have been marked
6308 with that mark (@code{gnus-summary-limit-to-marks}).
6309
6310 @item / t
6311 @kindex / t (Summary)
6312 @findex gnus-summary-limit-to-age
6313 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6314 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6315 articles younger than that number of days.
6316
6317 @item / n
6318 @kindex / n (Summary)
6319 @findex gnus-summary-limit-to-articles
6320 Limit the summary buffer to the current article
6321 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6322 convention (@pxref{Process/Prefix}).
6323
6324 @item / w
6325 @kindex / w (Summary)
6326 @findex gnus-summary-pop-limit
6327 Pop the previous limit off the stack and restore it
6328 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6329 the stack.
6330
6331 @item / .
6332 @kindex / . (Summary)
6333 @findex gnus-summary-limit-to-unseen
6334 Limit the summary buffer to the unseen articles
6335 (@code{gnus-summary-limit-to-unseen}).
6336
6337 @item / v
6338 @kindex / v (Summary)
6339 @findex gnus-summary-limit-to-score
6340 Limit the summary buffer to articles that have a score at or above some
6341 score (@code{gnus-summary-limit-to-score}).
6342
6343 @item / p
6344 @kindex / p (Summary)
6345 @findex gnus-summary-limit-to-display-predicate
6346 Limit the summary buffer to articles that satisfy the @code{display}
6347 group parameter predicate
6348 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6349 Parameters}, for more on this predicate.
6350
6351 @item / r
6352 @kindex / r (Summary)
6353 @findex gnus-summary-limit-to-replied
6354 Limit the summary buffer to replied articles
6355 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6356 replied articles.
6357
6358 @item / E
6359 @itemx M S
6360 @kindex M S (Summary)
6361 @kindex / E (Summary)
6362 @findex gnus-summary-limit-include-expunged
6363 Include all expunged articles in the limit
6364 (@code{gnus-summary-limit-include-expunged}).
6365
6366 @item / D
6367 @kindex / D (Summary)
6368 @findex gnus-summary-limit-include-dormant
6369 Include all dormant articles in the limit
6370 (@code{gnus-summary-limit-include-dormant}).
6371
6372 @item / *
6373 @kindex / * (Summary)
6374 @findex gnus-summary-limit-include-cached
6375 Include all cached articles in the limit
6376 (@code{gnus-summary-limit-include-cached}).
6377
6378 @item / d
6379 @kindex / d (Summary)
6380 @findex gnus-summary-limit-exclude-dormant
6381 Exclude all dormant articles from the limit
6382 (@code{gnus-summary-limit-exclude-dormant}).
6383
6384 @item / M
6385 @kindex / M (Summary)
6386 @findex gnus-summary-limit-exclude-marks
6387 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6388
6389 @item / T
6390 @kindex / T (Summary)
6391 @findex gnus-summary-limit-include-thread
6392 Include all the articles in the current thread in the limit.
6393
6394 @item / c
6395 @kindex / c (Summary)
6396 @findex gnus-summary-limit-exclude-childless-dormant
6397 Exclude all dormant articles that have no children from the limit@*
6398 (@code{gnus-summary-limit-exclude-childless-dormant}).
6399
6400 @item / C
6401 @kindex / C (Summary)
6402 @findex gnus-summary-limit-mark-excluded-as-read
6403 Mark all excluded unread articles as read
6404 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6405 also mark excluded ticked and dormant articles as read.
6406
6407 @item / N
6408 @kindex / N (Summary)
6409 @findex gnus-summary-insert-new-articles
6410 Insert all new articles in the summary buffer.  It scans for new emails
6411 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6412
6413 @item / o
6414 @kindex / o (Summary)
6415 @findex gnus-summary-insert-old-articles
6416 Insert all old articles in the summary buffer.  If given a numbered
6417 prefix, fetch this number of articles.
6418
6419 @end table
6420
6421
6422 @node Threading
6423 @section Threading
6424 @cindex threading
6425 @cindex article threading
6426
6427 Gnus threads articles by default.  @dfn{To thread} is to put responses
6428 to articles directly after the articles they respond to---in a
6429 hierarchical fashion.
6430
6431 Threading is done by looking at the @code{References} headers of the
6432 articles.  In a perfect world, this would be enough to build pretty
6433 trees, but unfortunately, the @code{References} header is often broken
6434 or simply missing.  Weird news propagation exacerbates the problem,
6435 so one has to employ other heuristics to get pleasing results.  A
6436 plethora of approaches exists, as detailed in horrible detail in
6437 @ref{Customizing Threading}.
6438
6439 First, a quick overview of the concepts:
6440
6441 @table @dfn
6442 @item root
6443 The top-most article in a thread; the first article in the thread.
6444
6445 @item thread
6446 A tree-like article structure.
6447
6448 @item sub-thread
6449 A small(er) section of this tree-like structure.
6450
6451 @item loose threads
6452 Threads often lose their roots due to article expiry, or due to the root
6453 already having been read in a previous session, and not displayed in the
6454 summary buffer.  We then typically have many sub-threads that really
6455 belong to one thread, but are without connecting roots.  These are
6456 called loose threads.
6457
6458 @item thread gathering
6459 An attempt to gather loose threads into bigger threads.
6460
6461 @item sparse threads
6462 A thread where the missing articles have been ``guessed'' at, and are
6463 displayed as empty lines in the summary buffer.
6464
6465 @end table
6466
6467
6468 @menu
6469 * Customizing Threading::       Variables you can change to affect the threading.
6470 * Thread Commands::             Thread based commands in the summary buffer.
6471 @end menu
6472
6473
6474 @node Customizing Threading
6475 @subsection Customizing Threading
6476 @cindex customizing threading
6477
6478 @menu
6479 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6480 * Filling In Threads::          Making the threads displayed look fuller.
6481 * More Threading::              Even more variables for fiddling with threads.
6482 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6483 @end menu
6484
6485
6486 @node Loose Threads
6487 @subsubsection Loose Threads
6488 @cindex <
6489 @cindex >
6490 @cindex loose threads
6491
6492 @table @code
6493 @item gnus-summary-make-false-root
6494 @vindex gnus-summary-make-false-root
6495 If non-@code{nil}, gnus will gather all loose subtrees into one big tree
6496 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6497 Yup.)  Loose subtrees occur when the real root has expired, or you've
6498 read or killed the root in a previous session.
6499
6500 When there is no real root of a thread, gnus will have to fudge
6501 something.  This variable says what fudging method gnus should use.
6502 There are four possible values:
6503
6504 @iftex
6505 @iflatex
6506 \gnusfigure{The Summary Buffer}{390}{
6507 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6508 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6509 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6510 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6511 }
6512 @end iflatex
6513 @end iftex
6514
6515 @cindex adopting articles
6516
6517 @table @code
6518
6519 @item adopt
6520 Gnus will make the first of the orphaned articles the parent.  This
6521 parent will adopt all the other articles.  The adopted articles will be
6522 marked as such by pointy brackets (@samp{<>}) instead of the standard
6523 square brackets (@samp{[]}).  This is the default method.
6524
6525 @item dummy
6526 @vindex gnus-summary-dummy-line-format
6527 @vindex gnus-summary-make-false-root-always
6528 Gnus will create a dummy summary line that will pretend to be the
6529 parent.  This dummy line does not correspond to any real article, so
6530 selecting it will just select the first real article after the dummy
6531 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6532 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6533 which is the subject of the article.  @xref{Formatting Variables}.
6534 If you want all threads to have a dummy root, even the non-gathered
6535 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6536
6537 @item empty
6538 Gnus won't actually make any article the parent, but simply leave the
6539 subject field of all orphans except the first empty.  (Actually, it will
6540 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6541 Buffer Format}).)
6542
6543 @item none
6544 Don't make any article parent at all.  Just gather the threads and
6545 display them after one another.
6546
6547 @item nil
6548 Don't gather loose threads.
6549 @end table
6550
6551 @item gnus-summary-gather-subject-limit
6552 @vindex gnus-summary-gather-subject-limit
6553 Loose threads are gathered by comparing subjects of articles.  If this
6554 variable is @code{nil}, gnus requires an exact match between the
6555 subjects of the loose threads before gathering them into one big
6556 super-thread.  This might be too strict a requirement, what with the
6557 presence of stupid newsreaders that chop off long subject lines.  If
6558 you think so, set this variable to, say, 20 to require that only the
6559 first 20 characters of the subjects have to match.  If you set this
6560 variable to a really low number, you'll find that gnus will gather
6561 everything in sight into one thread, which isn't very helpful.
6562
6563 @cindex fuzzy article gathering
6564 If you set this variable to the special value @code{fuzzy}, gnus will
6565 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6566 Matching}).
6567
6568 @item gnus-simplify-subject-fuzzy-regexp
6569 @vindex gnus-simplify-subject-fuzzy-regexp
6570 This can either be a regular expression or list of regular expressions
6571 that match strings that will be removed from subjects if fuzzy subject
6572 simplification is used.
6573
6574 @item gnus-simplify-ignored-prefixes
6575 @vindex gnus-simplify-ignored-prefixes
6576 If you set @code{gnus-summary-gather-subject-limit} to something as low
6577 as 10, you might consider setting this variable to something sensible:
6578
6579 @c Written by Michael Ernst <mernst@cs.rice.edu>
6580 @lisp
6581 (setq gnus-simplify-ignored-prefixes
6582       (concat
6583        "\\`\\[?\\("
6584        (mapconcat
6585         'identity
6586         '("looking"
6587           "wanted" "followup" "summary\\( of\\)?"
6588           "help" "query" "problem" "question"
6589           "answer" "reference" "announce"
6590           "How can I" "How to" "Comparison of"
6591           ;; ...
6592           )
6593         "\\|")
6594        "\\)\\s *\\("
6595        (mapconcat 'identity
6596                   '("for" "for reference" "with" "about")
6597                   "\\|")
6598        "\\)?\\]?:?[ \t]*"))
6599 @end lisp
6600
6601 All words that match this regexp will be removed before comparing two
6602 subjects.
6603
6604 @item gnus-simplify-subject-functions
6605 @vindex gnus-simplify-subject-functions
6606 If non-@code{nil}, this variable overrides
6607 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6608 list of functions to apply to the @code{Subject} string iteratively to
6609 arrive at the simplified version of the string.
6610
6611 Useful functions to put in this list include:
6612
6613 @table @code
6614 @item gnus-simplify-subject-re
6615 @findex gnus-simplify-subject-re
6616 Strip the leading @samp{Re:}.
6617
6618 @item gnus-simplify-subject-fuzzy
6619 @findex gnus-simplify-subject-fuzzy
6620 Simplify fuzzily.
6621
6622 @item gnus-simplify-whitespace
6623 @findex gnus-simplify-whitespace
6624 Remove excessive whitespace.
6625
6626 @item gnus-simplify-all-whitespace
6627 @findex gnus-simplify-all-whitespace
6628 Remove all whitespace.
6629 @end table
6630
6631 You may also write your own functions, of course.
6632
6633
6634 @item gnus-summary-gather-exclude-subject
6635 @vindex gnus-summary-gather-exclude-subject
6636 Since loose thread gathering is done on subjects only, that might lead
6637 to many false hits, especially with certain common subjects like
6638 @samp{} and @samp{(none)}.  To make the situation slightly better,
6639 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6640 what subjects should be excluded from the gathering process.@*
6641 The default is @samp{^ *$\\|^(none)$}.
6642
6643 @item gnus-summary-thread-gathering-function
6644 @vindex gnus-summary-thread-gathering-function
6645 Gnus gathers threads by looking at @code{Subject} headers.  This means
6646 that totally unrelated articles may end up in the same ``thread'', which
6647 is confusing.  An alternate approach is to look at all the
6648 @code{Message-ID}s in all the @code{References} headers to find matches.
6649 This will ensure that no gathered threads ever include unrelated
6650 articles, but it also means that people who have posted with broken
6651 newsreaders won't be gathered properly.  The choice is yours---plague or
6652 cholera:
6653
6654 @table @code
6655 @item gnus-gather-threads-by-subject
6656 @findex gnus-gather-threads-by-subject
6657 This function is the default gathering function and looks at
6658 @code{Subject}s exclusively.
6659
6660 @item gnus-gather-threads-by-references
6661 @findex gnus-gather-threads-by-references
6662 This function looks at @code{References} headers exclusively.
6663 @end table
6664
6665 If you want to test gathering by @code{References}, you could say
6666 something like:
6667
6668 @lisp
6669 (setq gnus-summary-thread-gathering-function
6670       'gnus-gather-threads-by-references)
6671 @end lisp
6672
6673 @end table
6674
6675
6676 @node Filling In Threads
6677 @subsubsection Filling In Threads
6678
6679 @table @code
6680 @item gnus-fetch-old-headers
6681 @vindex gnus-fetch-old-headers
6682 If non-@code{nil}, gnus will attempt to build old threads by fetching
6683 more old headers---headers to articles marked as read.  If you would
6684 like to display as few summary lines as possible, but still connect as
6685 many loose threads as possible, you should set this variable to
6686 @code{some} or a number.  If you set it to a number, no more than that
6687 number of extra old headers will be fetched.  In either case, fetching
6688 old headers only works if the back end you are using carries overview
6689 files---this would normally be @code{nntp}, @code{nnspool},
6690 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6691 the thread has been expired by the server, there's not much Gnus can
6692 do about that.
6693
6694 This variable can also be set to @code{invisible}.  This won't have any
6695 visible effects, but is useful if you use the @kbd{A T} command a lot
6696 (@pxref{Finding the Parent}).
6697
6698 @item gnus-fetch-old-ephemeral-headers
6699 @vindex gnus-fetch-old-ephemeral-headers
6700 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6701 newsgroups.
6702
6703 @item gnus-build-sparse-threads
6704 @vindex gnus-build-sparse-threads
6705 Fetching old headers can be slow.  A low-rent similar effect can be
6706 gotten by setting this variable to @code{some}.  Gnus will then look at
6707 the complete @code{References} headers of all articles and try to string
6708 together articles that belong in the same thread.  This will leave
6709 @dfn{gaps} in the threading display where gnus guesses that an article
6710 is missing from the thread.  (These gaps appear like normal summary
6711 lines.  If you select a gap, gnus will try to fetch the article in
6712 question.)  If this variable is @code{t}, gnus will display all these
6713 ``gaps'' without regard for whether they are useful for completing the
6714 thread or not.  Finally, if this variable is @code{more}, gnus won't cut
6715 off sparse leaf nodes that don't lead anywhere.  This variable is
6716 @code{nil} by default.
6717
6718 @item gnus-read-all-available-headers
6719 @vindex gnus-read-all-available-headers
6720 This is a rather obscure variable that few will find useful.  It's
6721 intended for those non-news newsgroups where the back end has to fetch
6722 quite a lot to present the summary buffer, and where it's impossible to
6723 go back to parents of articles.  This is mostly the case in the
6724 web-based groups, like the @code{nnultimate} groups.
6725
6726 If you don't use those, then it's safe to leave this as the default
6727 @code{nil}.  If you want to use this variable, it should be a regexp
6728 that matches the group name, or @code{t} for all groups.
6729
6730 @end table
6731
6732
6733 @node More Threading
6734 @subsubsection More Threading
6735
6736 @table @code
6737 @item gnus-show-threads
6738 @vindex gnus-show-threads
6739 If this variable is @code{nil}, no threading will be done, and all of
6740 the rest of the variables here will have no effect.  Turning threading
6741 off will speed group selection up a bit, but it is sure to make reading
6742 slower and more awkward.
6743
6744 @item gnus-thread-hide-subtree
6745 @vindex gnus-thread-hide-subtree
6746 If non-@code{nil}, all threads will be hidden when the summary buffer is
6747 generated.
6748
6749 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6750 Available predicates are @code{gnus-article-unread-p} and
6751 @code{gnus-article-unseen-p}.
6752
6753 Here's an example:
6754
6755 @lisp
6756 (setq gnus-thread-hide-subtree
6757       '(or gnus-article-unread-p
6758            gnus-article-unseen-p))
6759 @end lisp
6760
6761 (It's a pretty nonsensical example, since all unseen articles are also
6762 unread, but you get my drift.)
6763
6764
6765 @item gnus-thread-expunge-below
6766 @vindex gnus-thread-expunge-below
6767 All threads that have a total score (as defined by
6768 @code{gnus-thread-score-function}) less than this number will be
6769 expunged.  This variable is @code{nil} by default, which means that no
6770 threads are expunged.
6771
6772 @item gnus-thread-hide-killed
6773 @vindex gnus-thread-hide-killed
6774 if you kill a thread and this variable is non-@code{nil}, the subtree
6775 will be hidden.
6776
6777 @item gnus-thread-ignore-subject
6778 @vindex gnus-thread-ignore-subject
6779 Sometimes somebody changes the subject in the middle of a thread.  If
6780 this variable is non-@code{nil}, which is the default, the subject
6781 change is ignored.  If it is @code{nil}, a change in the subject will
6782 result in a new thread.
6783
6784 @item gnus-thread-indent-level
6785 @vindex gnus-thread-indent-level
6786 This is a number that says how much each sub-thread should be indented.
6787 The default is 4.
6788
6789 @item gnus-sort-gathered-threads-function
6790 @vindex gnus-sort-gathered-threads-function
6791 Sometimes, particularly with mailing lists, the order in which mails
6792 arrive locally is not necessarily the same as the order in which they
6793 arrived on the mailing list.  Consequently, when sorting sub-threads
6794 using the default @code{gnus-thread-sort-by-number}, responses can end
6795 up appearing before the article to which they are responding to.
6796 Setting this variable to an alternate value
6797 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6798 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6799 more logical sub-thread ordering in such instances.
6800
6801 @end table
6802
6803
6804 @node Low-Level Threading
6805 @subsubsection Low-Level Threading
6806
6807 @table @code
6808
6809 @item gnus-parse-headers-hook
6810 @vindex gnus-parse-headers-hook
6811 Hook run before parsing any headers.  The default value is
6812 @code{(gnus-set-summary-default-charset)}, which sets up local value of
6813 @code{default-mime-charset} in summary buffer based on variable
6814 @code{gnus-newsgroup-default-charset-alist}.
6815
6816 @item gnus-alter-header-function
6817 @vindex gnus-alter-header-function
6818 If non-@code{nil}, this function will be called to allow alteration of
6819 article header structures.  The function is called with one parameter,
6820 the article header vector, which it may alter in any way.  For instance,
6821 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6822 in systematic ways (by adding prefixes and such), you can use this
6823 variable to un-scramble the @code{Message-ID}s so that they are more
6824 meaningful.  Here's one example:
6825
6826 @lisp
6827 (setq gnus-alter-header-function 'my-alter-message-id)
6828
6829 (defun my-alter-message-id (header)
6830   (let ((id (mail-header-id header)))
6831     (when (string-match
6832            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6833       (mail-header-set-id
6834        (concat (match-string 1 id) "@@" (match-string 2 id))
6835        header))))
6836 @end lisp
6837
6838 @end table
6839
6840
6841 @node Thread Commands
6842 @subsection Thread Commands
6843 @cindex thread commands
6844
6845 @table @kbd
6846
6847 @item T k
6848 @itemx C-M-k
6849 @kindex T k (Summary)
6850 @kindex C-M-k (Summary)
6851 @findex gnus-summary-kill-thread
6852 Mark all articles in the current (sub-)thread as read
6853 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6854 remove all marks instead.  If the prefix argument is negative, tick
6855 articles instead.
6856
6857 @item T l
6858 @itemx C-M-l
6859 @kindex T l (Summary)
6860 @kindex C-M-l (Summary)
6861 @findex gnus-summary-lower-thread
6862 Lower the score of the current (sub-)thread
6863 (@code{gnus-summary-lower-thread}).
6864
6865 @item T i
6866 @kindex T i (Summary)
6867 @findex gnus-summary-raise-thread
6868 Increase the score of the current (sub-)thread
6869 (@code{gnus-summary-raise-thread}).
6870
6871 @item T #
6872 @kindex T # (Summary)
6873 @findex gnus-uu-mark-thread
6874 Set the process mark on the current (sub-)thread
6875 (@code{gnus-uu-mark-thread}).
6876
6877 @item T M-#
6878 @kindex T M-# (Summary)
6879 @findex gnus-uu-unmark-thread
6880 Remove the process mark from the current (sub-)thread
6881 (@code{gnus-uu-unmark-thread}).
6882
6883 @item T T
6884 @kindex T T (Summary)
6885 @findex gnus-summary-toggle-threads
6886 Toggle threading (@code{gnus-summary-toggle-threads}).
6887
6888 @item T s
6889 @kindex T s (Summary)
6890 @findex gnus-summary-show-thread
6891 Expose the (sub-)thread hidden under the current article, if any@*
6892 (@code{gnus-summary-show-thread}).
6893
6894 @item T h
6895 @kindex T h (Summary)
6896 @findex gnus-summary-hide-thread
6897 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6898
6899 @item T S
6900 @kindex T S (Summary)
6901 @findex gnus-summary-show-all-threads
6902 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6903
6904 @item T H
6905 @kindex T H (Summary)
6906 @findex gnus-summary-hide-all-threads
6907 Hide all threads (@code{gnus-summary-hide-all-threads}).
6908
6909 @item T t
6910 @kindex T t (Summary)
6911 @findex gnus-summary-rethread-current
6912 Re-thread the current article's thread
6913 (@code{gnus-summary-rethread-current}).  This works even when the
6914 summary buffer is otherwise unthreaded.
6915
6916 @item T ^
6917 @kindex T ^ (Summary)
6918 @findex gnus-summary-reparent-thread
6919 Make the current article the child of the marked (or previous) article
6920 (@code{gnus-summary-reparent-thread}).
6921
6922 @end table
6923
6924 The following commands are thread movement commands.  They all
6925 understand the numeric prefix.
6926
6927 @table @kbd
6928
6929 @item T n
6930 @kindex T n (Summary)
6931 @itemx C-M-f
6932 @kindex C-M-n (Summary)
6933 @itemx M-down
6934 @kindex M-down (Summary)
6935 @findex gnus-summary-next-thread
6936 Go to the next thread (@code{gnus-summary-next-thread}).
6937
6938 @item T p
6939 @kindex T p (Summary)
6940 @itemx C-M-b
6941 @kindex C-M-p (Summary)
6942 @itemx M-up
6943 @kindex M-up (Summary)
6944 @findex gnus-summary-prev-thread
6945 Go to the previous thread (@code{gnus-summary-prev-thread}).
6946
6947 @item T d
6948 @kindex T d (Summary)
6949 @findex gnus-summary-down-thread
6950 Descend the thread (@code{gnus-summary-down-thread}).
6951
6952 @item T u
6953 @kindex T u (Summary)
6954 @findex gnus-summary-up-thread
6955 Ascend the thread (@code{gnus-summary-up-thread}).
6956
6957 @item T o
6958 @kindex T o (Summary)
6959 @findex gnus-summary-top-thread
6960 Go to the top of the thread (@code{gnus-summary-top-thread}).
6961 @end table
6962
6963 @vindex gnus-thread-operation-ignore-subject
6964 If you ignore subject while threading, you'll naturally end up with
6965 threads that have several different subjects in them.  If you then issue
6966 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6967 wish to kill the entire thread, but just those parts of the thread that
6968 have the same subject as the current article.  If you like this idea,
6969 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6970 is non-@code{nil} (which it is by default), subjects will be ignored
6971 when doing thread commands.  If this variable is @code{nil}, articles in
6972 the same thread with different subjects will not be included in the
6973 operation in question.  If this variable is @code{fuzzy}, only articles
6974 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6975 Matching}).
6976
6977
6978 @node Sorting the Summary Buffer
6979 @section Sorting the Summary Buffer
6980
6981 @findex gnus-thread-sort-by-total-score
6982 @findex gnus-thread-sort-by-date
6983 @findex gnus-thread-sort-by-score
6984 @findex gnus-thread-sort-by-subject
6985 @findex gnus-thread-sort-by-author
6986 @findex gnus-thread-sort-by-number
6987 @findex gnus-thread-sort-by-random
6988 @vindex gnus-thread-sort-functions
6989 @findex gnus-thread-sort-by-most-recent-number
6990 @findex gnus-thread-sort-by-most-recent-date
6991 If you are using a threaded summary display, you can sort the threads by
6992 setting @code{gnus-thread-sort-functions}, which can be either a single
6993 function, a list of functions, or a list containing functions and
6994 @code{(not some-function)} elements.
6995
6996 By default, sorting is done on article numbers.  Ready-made sorting
6997 predicate functions include @code{gnus-thread-sort-by-number},
6998 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
6999 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
7000 @code{gnus-thread-sort-by-most-recent-number},
7001 @code{gnus-thread-sort-by-most-recent-date},
7002 @code{gnus-thread-sort-by-random} and
7003 @code{gnus-thread-sort-by-total-score}.
7004
7005 Each function takes two threads and returns non-@code{nil} if the first
7006 thread should be sorted before the other.  Note that sorting really is
7007 normally done by looking only at the roots of each thread.
7008
7009 If you use more than one function, the primary sort key should be the
7010 last function in the list.  You should probably always include
7011 @code{gnus-thread-sort-by-number} in the list of sorting
7012 functions---preferably first.  This will ensure that threads that are
7013 equal with respect to the other sort criteria will be displayed in
7014 ascending article order.
7015
7016 If you would like to sort by reverse score, then by subject, and finally
7017 by number, you could do something like:
7018
7019 @lisp
7020 (setq gnus-thread-sort-functions
7021       '(gnus-thread-sort-by-number
7022         gnus-thread-sort-by-subject
7023         (not gnus-thread-sort-by-total-score)))
7024 @end lisp
7025
7026 The threads that have highest score will be displayed first in the
7027 summary buffer.  When threads have the same score, they will be sorted
7028 alphabetically.  The threads that have the same score and the same
7029 subject will be sorted by number, which is (normally) the sequence in
7030 which the articles arrived.
7031
7032 If you want to sort by score and then reverse arrival order, you could
7033 say something like:
7034
7035 @lisp
7036 (setq gnus-thread-sort-functions
7037       '((lambda (t1 t2)
7038           (not (gnus-thread-sort-by-number t1 t2)))
7039         gnus-thread-sort-by-score))
7040 @end lisp
7041
7042 @vindex gnus-thread-score-function
7043 The function in the @code{gnus-thread-score-function} variable (default
7044 @code{+}) is used for calculating the total score of a thread.  Useful
7045 functions might be @code{max}, @code{min}, or squared means, or whatever
7046 tickles your fancy.
7047
7048 @findex gnus-article-sort-functions
7049 @findex gnus-article-sort-by-date
7050 @findex gnus-article-sort-by-score
7051 @findex gnus-article-sort-by-subject
7052 @findex gnus-article-sort-by-author
7053 @findex gnus-article-sort-by-random
7054 @findex gnus-article-sort-by-number
7055 If you are using an unthreaded display for some strange reason or
7056 other, you have to fiddle with the @code{gnus-article-sort-functions}
7057 variable.  It is very similar to the
7058 @code{gnus-thread-sort-functions}, except that it uses slightly
7059 different functions for article comparison.  Available sorting
7060 predicate functions are @code{gnus-article-sort-by-number},
7061 @code{gnus-article-sort-by-author},
7062 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7063 @code{gnus-article-sort-by-random}, and
7064 @code{gnus-article-sort-by-score}.
7065
7066 If you want to sort an unthreaded summary display by subject, you could
7067 say something like:
7068
7069 @lisp
7070 (setq gnus-article-sort-functions
7071       '(gnus-article-sort-by-number
7072         gnus-article-sort-by-subject))
7073 @end lisp
7074
7075
7076
7077 @node Asynchronous Fetching
7078 @section Asynchronous Article Fetching
7079 @cindex asynchronous article fetching
7080 @cindex article pre-fetch
7081 @cindex pre-fetch
7082
7083 If you read your news from an @acronym{NNTP} server that's far away, the
7084 network latencies may make reading articles a chore.  You have to wait
7085 for a while after pressing @kbd{n} to go to the next article before the
7086 article appears.  Why can't gnus just go ahead and fetch the article
7087 while you are reading the previous one?  Why not, indeed.
7088
7089 First, some caveats.  There are some pitfalls to using asynchronous
7090 article fetching, especially the way gnus does it.
7091
7092 Let's say you are reading article 1, which is short, and article 2 is
7093 quite long, and you are not interested in reading that.  Gnus does not
7094 know this, so it goes ahead and fetches article 2.  You decide to read
7095 article 3, but since gnus is in the process of fetching article 2, the
7096 connection is blocked.
7097
7098 To avoid these situations, gnus will open two (count 'em two)
7099 connections to the server.  Some people may think this isn't a very nice
7100 thing to do, but I don't see any real alternatives.  Setting up that
7101 extra connection takes some time, so gnus startup will be slower.
7102
7103 Gnus will fetch more articles than you will read.  This will mean that
7104 the link between your machine and the @acronym{NNTP} server will become more
7105 loaded than if you didn't use article pre-fetch.  The server itself will
7106 also become more loaded---both with the extra article requests, and the
7107 extra connection.
7108
7109 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7110 you really want to.
7111
7112 @vindex gnus-asynchronous
7113 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7114 happen automatically.
7115
7116 @vindex gnus-use-article-prefetch
7117 You can control how many articles are to be pre-fetched by setting
7118 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7119 that when you read an article in the group, the back end will pre-fetch
7120 the next 30 articles.  If this variable is @code{t}, the back end will
7121 pre-fetch all the articles it can without bound.  If it is
7122 @code{nil}, no pre-fetching will be done.
7123
7124 @vindex gnus-async-prefetch-article-p
7125 @findex gnus-async-read-p
7126 There are probably some articles that you don't want to pre-fetch---read
7127 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7128 variable controls whether an article is to be pre-fetched.  This
7129 function should return non-@code{nil} when the article in question is
7130 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7131 returns @code{nil} on read articles.  The function is called with an
7132 article data structure as the only parameter.
7133
7134 If, for instance, you wish to pre-fetch only unread articles shorter
7135 than 100 lines, you could say something like:
7136
7137 @lisp
7138 (defun my-async-short-unread-p (data)
7139   "Return non-nil for short, unread articles."
7140   (and (gnus-data-unread-p data)
7141        (< (mail-header-lines (gnus-data-header data))
7142           100)))
7143
7144 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7145 @end lisp
7146
7147 These functions will be called many, many times, so they should
7148 preferably be short and sweet to avoid slowing down gnus too much.
7149 It's probably a good idea to byte-compile things like this.
7150
7151 @vindex gnus-prefetched-article-deletion-strategy
7152 Articles have to be removed from the asynch buffer sooner or later.  The
7153 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7154 articles.  This is a list that may contain the following elements:
7155
7156 @table @code
7157 @item read
7158 Remove articles when they are read.
7159
7160 @item exit
7161 Remove articles when exiting the group.
7162 @end table
7163
7164 The default value is @code{(read exit)}.
7165
7166 @c @vindex gnus-use-header-prefetch
7167 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7168 @c from the next group.
7169
7170
7171 @node Article Caching
7172 @section Article Caching
7173 @cindex article caching
7174 @cindex caching
7175
7176 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7177 consider turning article caching on.  Each article will then be stored
7178 locally under your home directory.  As you may surmise, this could
7179 potentially use @emph{huge} amounts of disk space, as well as eat up all
7180 your inodes so fast it will make your head swim.  In vodka.
7181
7182 Used carefully, though, it could be just an easier way to save articles.
7183
7184 @vindex gnus-use-long-file-name
7185 @vindex gnus-cache-directory
7186 @vindex gnus-use-cache
7187 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7188 all articles ticked or marked as dormant will then be copied
7189 over to your local cache (@code{gnus-cache-directory}).  Whether this
7190 cache is flat or hierarchical is controlled by the
7191 @code{gnus-use-long-file-name} variable, as usual.
7192
7193 When re-selecting a ticked or dormant article, it will be fetched from the
7194 cache instead of from the server.  As articles in your cache will never
7195 expire, this might serve as a method of saving articles while still
7196 keeping them where they belong.  Just mark all articles you want to save
7197 as dormant, and don't worry.
7198
7199 When an article is marked as read, is it removed from the cache.
7200
7201 @vindex gnus-cache-remove-articles
7202 @vindex gnus-cache-enter-articles
7203 The entering/removal of articles from the cache is controlled by the
7204 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7205 variables.  Both are lists of symbols.  The first is @code{(ticked
7206 dormant)} by default, meaning that ticked and dormant articles will be
7207 put in the cache.  The latter is @code{(read)} by default, meaning that
7208 articles marked as read are removed from the cache.  Possibly
7209 symbols in these two lists are @code{ticked}, @code{dormant},
7210 @code{unread} and @code{read}.
7211
7212 @findex gnus-jog-cache
7213 So where does the massive article-fetching and storing come into the
7214 picture?  The @code{gnus-jog-cache} command will go through all
7215 subscribed newsgroups, request all unread articles, score them, and
7216 store them in the cache.  You should only ever, ever ever ever, use this
7217 command if 1) your connection to the @acronym{NNTP} server is really, really,
7218 really slow and 2) you have a really, really, really huge disk.
7219 Seriously.  One way to cut down on the number of articles downloaded is
7220 to score unwanted articles down and have them marked as read.  They will
7221 not then be downloaded by this command.
7222
7223 @vindex gnus-uncacheable-groups
7224 @vindex gnus-cacheable-groups
7225 It is likely that you do not want caching on all groups.  For instance,
7226 if your @code{nnml} mail is located under your home directory, it makes no
7227 sense to cache it somewhere else under your home directory.  Unless you
7228 feel that it's neat to use twice as much space.
7229
7230 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7231 regexp of groups to cache, @samp{^nntp} for instance, or set the
7232 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7233 Both variables are @code{nil} by default.  If a group matches both
7234 variables, the group is not cached.
7235
7236 @findex gnus-cache-generate-nov-databases
7237 @findex gnus-cache-generate-active
7238 @vindex gnus-cache-active-file
7239 The cache stores information on what articles it contains in its active
7240 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7241 of the cache) becomes all messed up for some reason or other, gnus
7242 offers two functions that will try to set things right.  @kbd{M-x
7243 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7244 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7245 file.
7246
7247 @findex gnus-cache-move-cache
7248 @code{gnus-cache-move-cache} will move your whole
7249 @code{gnus-cache-directory} to some other location.  You get asked to
7250 where, isn't that cool?
7251
7252 @node Persistent Articles
7253 @section Persistent Articles
7254 @cindex persistent articles
7255
7256 Closely related to article caching, we have @dfn{persistent articles}.
7257 In fact, it's just a different way of looking at caching, and much more
7258 useful in my opinion.
7259
7260 Say you're reading a newsgroup, and you happen on to some valuable gem
7261 that you want to keep and treasure forever.  You'd normally just save it
7262 (using one of the many saving commands) in some file.  The problem with
7263 that is that it's just, well, yucky.  Ideally you'd prefer just having
7264 the article remain in the group where you found it forever; untouched by
7265 the expiry going on at the news server.
7266
7267 This is what a @dfn{persistent article} is---an article that just won't
7268 be deleted.  It's implemented using the normal cache functions, but
7269 you use two explicit commands for managing persistent articles:
7270
7271 @table @kbd
7272
7273 @item *
7274 @kindex * (Summary)
7275 @findex gnus-cache-enter-article
7276 Make the current article persistent (@code{gnus-cache-enter-article}).
7277
7278 @item M-*
7279 @kindex M-* (Summary)
7280 @findex gnus-cache-remove-article
7281 Remove the current article from the persistent articles
7282 (@code{gnus-cache-remove-article}).  This will normally delete the
7283 article.
7284 @end table
7285
7286 Both these commands understand the process/prefix convention.
7287
7288 To avoid having all ticked articles (and stuff) entered into the cache,
7289 you should set @code{gnus-use-cache} to @code{passive} if you're just
7290 interested in persistent articles:
7291
7292 @lisp
7293 (setq gnus-use-cache 'passive)
7294 @end lisp
7295
7296
7297 @node Article Backlog
7298 @section Article Backlog
7299 @cindex backlog
7300 @cindex article backlog
7301
7302 If you have a slow connection, but the idea of using caching seems
7303 unappealing to you (and it is, really), you can help the situation some
7304 by switching on the @dfn{backlog}.  This is where gnus will buffer
7305 already read articles so that it doesn't have to re-fetch articles
7306 you've already read.  This only helps if you are in the habit of
7307 re-selecting articles you've recently read, of course.  If you never do
7308 that, turning the backlog on will slow gnus down a little bit, and
7309 increase memory usage some.
7310
7311 @vindex gnus-keep-backlog
7312 If you set @code{gnus-keep-backlog} to a number @var{n}, gnus will store
7313 at most @var{n} old articles in a buffer for later re-fetching.  If this
7314 variable is non-@code{nil} and is not a number, gnus will store
7315 @emph{all} read articles, which means that your Emacs will grow without
7316 bound before exploding and taking your machine down with you.  I put
7317 that in there just to keep y'all on your toes.
7318
7319 The default value is 20.
7320
7321
7322 @node Saving Articles
7323 @section Saving Articles
7324 @cindex saving articles
7325
7326 Gnus can save articles in a number of ways.  Below is the documentation
7327 for saving articles in a fairly straight-forward fashion (i.e., little
7328 processing of the article is done before it is saved).  For a different
7329 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7330 (@pxref{Decoding Articles}).
7331
7332 For the commands listed here, the target is a file.  If you want to
7333 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7334 command (@pxref{Mail Group Commands}).
7335
7336 @vindex gnus-save-all-headers
7337 If @code{gnus-save-all-headers} is non-@code{nil}, gnus will not delete
7338 unwanted headers before saving the article.
7339
7340 @vindex gnus-saved-headers
7341 If the preceding variable is @code{nil}, all headers that match the
7342 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7343 deleted before saving.
7344
7345 @table @kbd
7346
7347 @item O o
7348 @itemx o
7349 @kindex O o (Summary)
7350 @kindex o (Summary)
7351 @findex gnus-summary-save-article
7352 @c @icon{gnus-summary-save-article}
7353 Save the current article using the default article saver
7354 (@code{gnus-summary-save-article}).
7355
7356 @item O m
7357 @kindex O m (Summary)
7358 @findex gnus-summary-save-article-mail
7359 Save the current article in mail format
7360 (@code{gnus-summary-save-article-mail}).
7361
7362 @item O r
7363 @kindex O r (Summary)
7364 @findex gnus-summary-save-article-rmail
7365 Save the current article in Rmail format
7366 (@code{gnus-summary-save-article-rmail}).
7367
7368 @item O f
7369 @kindex O f (Summary)
7370 @findex gnus-summary-save-article-file
7371 @c @icon{gnus-summary-save-article-file}
7372 Save the current article in plain file format
7373 (@code{gnus-summary-save-article-file}).
7374
7375 @item O F
7376 @kindex O F (Summary)
7377 @findex gnus-summary-write-article-file
7378 Write the current article in plain file format, overwriting any previous
7379 file contents (@code{gnus-summary-write-article-file}).
7380
7381 @item O b
7382 @kindex O b (Summary)
7383 @findex gnus-summary-save-article-body-file
7384 Save the current article body in plain file format
7385 (@code{gnus-summary-save-article-body-file}).
7386
7387 @item O h
7388 @kindex O h (Summary)
7389 @findex gnus-summary-save-article-folder
7390 Save the current article in mh folder format
7391 (@code{gnus-summary-save-article-folder}).
7392
7393 @item O v
7394 @kindex O v (Summary)
7395 @findex gnus-summary-save-article-vm
7396 Save the current article in a VM folder
7397 (@code{gnus-summary-save-article-vm}).
7398
7399 @item O p
7400 @itemx |
7401 @kindex O p (Summary)
7402 @kindex | (Summary)
7403 @findex gnus-summary-pipe-output
7404 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7405 the current article to a process (@code{gnus-summary-pipe-output}).
7406 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7407 complete headers in the piped output.
7408
7409 @item O P
7410 @kindex O P (Summary)
7411 @findex gnus-summary-muttprint
7412 @vindex gnus-summary-muttprint-program
7413 Save the current article into muttprint.  That is, print it using the
7414 external program @uref{http://muttprint.sourceforge.net/,
7415 Muttprint}.  The program name and options to use is controlled by the
7416 variable @code{gnus-summary-muttprint-program}.
7417 (@code{gnus-summary-muttprint}).
7418
7419 @end table
7420
7421 @vindex gnus-prompt-before-saving
7422 All these commands use the process/prefix convention
7423 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7424 functions, you might get tired of being prompted for files to save each
7425 and every article in.  The prompting action is controlled by
7426 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7427 default, giving you that excessive prompting action you know and
7428 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7429 just once for each series of articles you save.  If you like to really
7430 have Gnus do all your thinking for you, you can even set this variable
7431 to @code{nil}, which means that you will never be prompted for files to
7432 save articles in.  Gnus will simply save all the articles in the default
7433 files.
7434
7435
7436 @vindex gnus-default-article-saver
7437 You can customize the @code{gnus-default-article-saver} variable to make
7438 gnus do what you want it to.  You can use any of the six ready-made
7439 functions below, or you can create your own.
7440
7441 @table @code
7442
7443 @item gnus-summary-save-in-rmail
7444 @findex gnus-summary-save-in-rmail
7445 @vindex gnus-rmail-save-name
7446 @findex gnus-plain-save-name
7447 This is the default format, @dfn{Babyl}.  Uses the function in the
7448 @code{gnus-rmail-save-name} variable to get a file name to save the
7449 article in.  The default is @code{gnus-plain-save-name}.
7450
7451 @item gnus-summary-save-in-mail
7452 @findex gnus-summary-save-in-mail
7453 @vindex gnus-mail-save-name
7454 Save in a Unix mail (mbox) file.  Uses the function in the
7455 @code{gnus-mail-save-name} variable to get a file name to save the
7456 article in.  The default is @code{gnus-plain-save-name}.
7457
7458 @item gnus-summary-save-in-file
7459 @findex gnus-summary-save-in-file
7460 @vindex gnus-file-save-name
7461 @findex gnus-numeric-save-name
7462 Append the article straight to an ordinary file.  Uses the function in
7463 the @code{gnus-file-save-name} variable to get a file name to save the
7464 article in.  The default is @code{gnus-numeric-save-name}.
7465
7466 @item gnus-summary-write-to-file
7467 @findex gnus-summary-write-to-file
7468 Write the article straight to an ordinary file.  The file is
7469 overwritten if it exists.  Uses the function in the
7470 @code{gnus-file-save-name} variable to get a file name to save the
7471 article in.  The default is @code{gnus-numeric-save-name}.
7472
7473 @item gnus-summary-save-body-in-file
7474 @findex gnus-summary-save-body-in-file
7475 Append the article body to an ordinary file.  Uses the function in the
7476 @code{gnus-file-save-name} variable to get a file name to save the
7477 article in.  The default is @code{gnus-numeric-save-name}.
7478
7479 @item gnus-summary-save-in-folder
7480 @findex gnus-summary-save-in-folder
7481 @findex gnus-folder-save-name
7482 @findex gnus-Folder-save-name
7483 @vindex gnus-folder-save-name
7484 @cindex rcvstore
7485 @cindex MH folders
7486 Save the article to an MH folder using @code{rcvstore} from the MH
7487 library.  Uses the function in the @code{gnus-folder-save-name} variable
7488 to get a file name to save the article in.  The default is
7489 @code{gnus-folder-save-name}, but you can also use
7490 @code{gnus-Folder-save-name}, which creates capitalized names.
7491
7492 @item gnus-summary-save-in-vm
7493 @findex gnus-summary-save-in-vm
7494 Save the article in a VM folder.  You have to have the VM mail
7495 reader to use this setting.
7496 @end table
7497
7498 @vindex gnus-article-save-directory
7499 All of these functions, except for the last one, will save the article
7500 in the @code{gnus-article-save-directory}, which is initialized from the
7501 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7502 default.
7503
7504 As you can see above, the functions use different functions to find a
7505 suitable name of a file to save the article in.  Below is a list of
7506 available functions that generate names:
7507
7508 @table @code
7509
7510 @item gnus-Numeric-save-name
7511 @findex gnus-Numeric-save-name
7512 File names like @file{~/News/Alt.andrea-dworkin/45}.
7513
7514 @item gnus-numeric-save-name
7515 @findex gnus-numeric-save-name
7516 File names like @file{~/News/alt.andrea-dworkin/45}.
7517
7518 @item gnus-Plain-save-name
7519 @findex gnus-Plain-save-name
7520 File names like @file{~/News/Alt.andrea-dworkin}.
7521
7522 @item gnus-plain-save-name
7523 @findex gnus-plain-save-name
7524 File names like @file{~/News/alt.andrea-dworkin}.
7525
7526 @item gnus-sender-save-name
7527 @findex gnus-sender-save-name
7528 File names like @file{~/News/larsi}.
7529 @end table
7530
7531 @vindex gnus-split-methods
7532 You can have gnus suggest where to save articles by plonking a regexp into
7533 the @code{gnus-split-methods} alist.  For instance, if you would like to
7534 save articles related to gnus in the file @file{gnus-stuff}, and articles
7535 related to VM in @file{vm-stuff}, you could set this variable to something
7536 like:
7537
7538 @lisp
7539 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7540  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7541  (my-choosing-function "../other-dir/my-stuff")
7542  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7543 @end lisp
7544
7545 We see that this is a list where each element is a list that has two
7546 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7547 a string (in which case it is used as a regexp to match on the article
7548 head); it can be a symbol (which will be called as a function with the
7549 group name as a parameter); or it can be a list (which will be
7550 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7551 the @dfn{file} will be used as a default prompt.  In addition, the
7552 result of the operation itself will be used if the function or form
7553 called returns a string or a list of strings.
7554
7555 You basically end up with a list of file names that might be used when
7556 saving the current article.  (All ``matches'' will be used.)  You will
7557 then be prompted for what you really want to use as a name, with file
7558 name completion over the results from applying this variable.
7559
7560 This variable is @code{((gnus-article-archive-name))} by default, which
7561 means that gnus will look at the articles it saves for an
7562 @code{Archive-name} line and use that as a suggestion for the file
7563 name.
7564
7565 Here's an example function to clean up file names somewhat.  If you have
7566 lots of mail groups called things like
7567 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7568 these group names before creating the file name to save to.  The
7569 following will do just that:
7570
7571 @lisp
7572 (defun my-save-name (group)
7573   (when (string-match "^nnml:mail." group)
7574     (substring group (match-end 0))))
7575
7576 (setq gnus-split-methods
7577       '((gnus-article-archive-name)
7578         (my-save-name)))
7579 @end lisp
7580
7581
7582 @vindex gnus-use-long-file-name
7583 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7584 @code{nil}, all the preceding functions will replace all periods
7585 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7586 the functions will generate hierarchies of directories instead of having
7587 all the files in the top level directory
7588 (@file{~/News/alt/andrea-dworkin} instead of
7589 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7590 on most systems.  However, for historical reasons, this is @code{nil} on
7591 Xenix and usg-unix-v machines by default.
7592
7593 This function also affects kill and score file names.  If this variable
7594 is a list, and the list contains the element @code{not-score}, long file
7595 names will not be used for score files, if it contains the element
7596 @code{not-save}, long file names will not be used for saving, and if it
7597 contains the element @code{not-kill}, long file names will not be used
7598 for kill files.
7599
7600 If you'd like to save articles in a hierarchy that looks something like
7601 a spool, you could
7602
7603 @lisp
7604 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7605 (setq gnus-default-article-saver
7606       'gnus-summary-save-in-file)          ; @r{no encoding}
7607 @end lisp
7608
7609 Then just save with @kbd{o}.  You'd then read this hierarchy with
7610 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7611 the top level directory as the argument (@file{~/News/}).  Then just walk
7612 around to the groups/directories with @code{nneething}.
7613
7614
7615 @node Decoding Articles
7616 @section Decoding Articles
7617 @cindex decoding articles
7618
7619 Sometime users post articles (or series of articles) that have been
7620 encoded in some way or other.  Gnus can decode them for you.
7621
7622 @menu
7623 * Uuencoded Articles::          Uudecode articles.
7624 * Shell Archives::              Unshar articles.
7625 * PostScript Files::            Split PostScript.
7626 * Other Files::                 Plain save and binhex.
7627 * Decoding Variables::          Variables for a happy decoding.
7628 * Viewing Files::               You want to look at the result of the decoding?
7629 @end menu
7630
7631 @cindex series
7632 @cindex article series
7633 All these functions use the process/prefix convention
7634 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7635 the extension that a ``single article'' means ``a single series''.  Gnus
7636 can find out by itself what articles belong to a series, decode all the
7637 articles and unpack/view/save the resulting file(s).
7638
7639 Gnus guesses what articles are in the series according to the following
7640 simplish rule: The subjects must be (nearly) identical, except for the
7641 last two numbers of the line.  (Spaces are largely ignored, however.)
7642
7643 For example: If you choose a subject called @samp{cat.gif (2/3)}, gnus
7644 will find all the articles that match the regexp @samp{^cat.gif
7645 ([0-9]+/[0-9]+).*$}.
7646
7647 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7648 series}, will not be properly recognized by any of the automatic viewing
7649 commands, and you have to mark the articles manually with @kbd{#}.
7650
7651
7652 @node Uuencoded Articles
7653 @subsection Uuencoded Articles
7654 @cindex uudecode
7655 @cindex uuencoded articles
7656
7657 @table @kbd
7658
7659 @item X u
7660 @kindex X u (Summary)
7661 @findex gnus-uu-decode-uu
7662 @c @icon{gnus-uu-decode-uu}
7663 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7664
7665 @item X U
7666 @kindex X U (Summary)
7667 @findex gnus-uu-decode-uu-and-save
7668 Uudecodes and saves the current series
7669 (@code{gnus-uu-decode-uu-and-save}).
7670
7671 @item X v u
7672 @kindex X v u (Summary)
7673 @findex gnus-uu-decode-uu-view
7674 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7675
7676 @item X v U
7677 @kindex X v U (Summary)
7678 @findex gnus-uu-decode-uu-and-save-view
7679 Uudecodes, views and saves the current series
7680 (@code{gnus-uu-decode-uu-and-save-view}).
7681
7682 @end table
7683
7684 Remember that these all react to the presence of articles marked with
7685 the process mark.  If, for instance, you'd like to decode and save an
7686 entire newsgroup, you'd typically do @kbd{M P a}
7687 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7688 (@code{gnus-uu-decode-uu-and-save}).
7689
7690 All this is very much different from how @code{gnus-uu} worked with
7691 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7692 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7693 articles in some way (@pxref{Setting Process Marks}) and then press
7694 @kbd{X u}.
7695
7696 @vindex gnus-uu-notify-files
7697 Note: When trying to decode articles that have names matching
7698 @code{gnus-uu-notify-files}, which is hard-coded to
7699 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7700 automatically post an article on @samp{comp.unix.wizards} saying that
7701 you have just viewed the file in question.  This feature can't be turned
7702 off.
7703
7704
7705 @node Shell Archives
7706 @subsection Shell Archives
7707 @cindex unshar
7708 @cindex shell archives
7709 @cindex shared articles
7710
7711 Shell archives (``shar files'') used to be a popular way to distribute
7712 sources, but it isn't used all that much today.  In any case, we have
7713 some commands to deal with these:
7714
7715 @table @kbd
7716
7717 @item X s
7718 @kindex X s (Summary)
7719 @findex gnus-uu-decode-unshar
7720 Unshars the current series (@code{gnus-uu-decode-unshar}).
7721
7722 @item X S
7723 @kindex X S (Summary)
7724 @findex gnus-uu-decode-unshar-and-save
7725 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7726
7727 @item X v s
7728 @kindex X v s (Summary)
7729 @findex gnus-uu-decode-unshar-view
7730 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7731
7732 @item X v S
7733 @kindex X v S (Summary)
7734 @findex gnus-uu-decode-unshar-and-save-view
7735 Unshars, views and saves the current series
7736 (@code{gnus-uu-decode-unshar-and-save-view}).
7737 @end table
7738
7739
7740 @node PostScript Files
7741 @subsection PostScript Files
7742 @cindex PostScript
7743
7744 @table @kbd
7745
7746 @item X p
7747 @kindex X p (Summary)
7748 @findex gnus-uu-decode-postscript
7749 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7750
7751 @item X P
7752 @kindex X P (Summary)
7753 @findex gnus-uu-decode-postscript-and-save
7754 Unpack and save the current PostScript series
7755 (@code{gnus-uu-decode-postscript-and-save}).
7756
7757 @item X v p
7758 @kindex X v p (Summary)
7759 @findex gnus-uu-decode-postscript-view
7760 View the current PostScript series
7761 (@code{gnus-uu-decode-postscript-view}).
7762
7763 @item X v P
7764 @kindex X v P (Summary)
7765 @findex gnus-uu-decode-postscript-and-save-view
7766 View and save the current PostScript series
7767 (@code{gnus-uu-decode-postscript-and-save-view}).
7768 @end table
7769
7770
7771 @node Other Files
7772 @subsection Other Files
7773
7774 @table @kbd
7775 @item X o
7776 @kindex X o (Summary)
7777 @findex gnus-uu-decode-save
7778 Save the current series
7779 (@code{gnus-uu-decode-save}).
7780
7781 @item X b
7782 @kindex X b (Summary)
7783 @findex gnus-uu-decode-binhex
7784 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7785 doesn't really work yet.
7786 @end table
7787
7788
7789 @node Decoding Variables
7790 @subsection Decoding Variables
7791
7792 Adjective, not verb.
7793
7794 @menu
7795 * Rule Variables::              Variables that say how a file is to be viewed.
7796 * Other Decode Variables::      Other decode variables.
7797 * Uuencoding and Posting::      Variables for customizing uuencoding.
7798 @end menu
7799
7800
7801 @node Rule Variables
7802 @subsubsection Rule Variables
7803 @cindex rule variables
7804
7805 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7806 variables are of the form
7807
7808 @lisp
7809       (list '(regexp1 command2)
7810             '(regexp2 command2)
7811             ...)
7812 @end lisp
7813
7814 @table @code
7815
7816 @item gnus-uu-user-view-rules
7817 @vindex gnus-uu-user-view-rules
7818 @cindex sox
7819 This variable is consulted first when viewing files.  If you wish to use,
7820 for instance, @code{sox} to convert an @file{.au} sound file, you could
7821 say something like:
7822 @lisp
7823 (setq gnus-uu-user-view-rules
7824       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7825 @end lisp
7826
7827 @item gnus-uu-user-view-rules-end
7828 @vindex gnus-uu-user-view-rules-end
7829 This variable is consulted if gnus couldn't make any matches from the
7830 user and default view rules.
7831
7832 @item gnus-uu-user-archive-rules
7833 @vindex gnus-uu-user-archive-rules
7834 This variable can be used to say what commands should be used to unpack
7835 archives.
7836 @end table
7837
7838
7839 @node Other Decode Variables
7840 @subsubsection Other Decode Variables
7841
7842 @table @code
7843 @vindex gnus-uu-grabbed-file-functions
7844
7845 @item gnus-uu-grabbed-file-functions
7846 All functions in this list will be called right after each file has been
7847 successfully decoded---so that you can move or view files right away,
7848 and don't have to wait for all files to be decoded before you can do
7849 anything.  Ready-made functions you can put in this list are:
7850
7851 @table @code
7852
7853 @item gnus-uu-grab-view
7854 @findex gnus-uu-grab-view
7855 View the file.
7856
7857 @item gnus-uu-grab-move
7858 @findex gnus-uu-grab-move
7859 Move the file (if you're using a saving function.)
7860 @end table
7861
7862 @item gnus-uu-be-dangerous
7863 @vindex gnus-uu-be-dangerous
7864 Specifies what to do if unusual situations arise during decoding.  If
7865 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7866 that didn't work, and overwrite existing files.  Otherwise, ask each
7867 time.
7868
7869 @item gnus-uu-ignore-files-by-name
7870 @vindex gnus-uu-ignore-files-by-name
7871 Files with name matching this regular expression won't be viewed.
7872
7873 @item gnus-uu-ignore-files-by-type
7874 @vindex gnus-uu-ignore-files-by-type
7875 Files with a @acronym{MIME} type matching this variable won't be viewed.
7876 Note that Gnus tries to guess what type the file is based on the name.
7877 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7878 kludgey.
7879
7880 @item gnus-uu-tmp-dir
7881 @vindex gnus-uu-tmp-dir
7882 Where @code{gnus-uu} does its work.
7883
7884 @item gnus-uu-do-not-unpack-archives
7885 @vindex gnus-uu-do-not-unpack-archives
7886 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7887 looking for files to display.
7888
7889 @item gnus-uu-view-and-save
7890 @vindex gnus-uu-view-and-save
7891 Non-@code{nil} means that the user will always be asked to save a file
7892 after viewing it.
7893
7894 @item gnus-uu-ignore-default-view-rules
7895 @vindex gnus-uu-ignore-default-view-rules
7896 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7897 rules.
7898
7899 @item gnus-uu-ignore-default-archive-rules
7900 @vindex gnus-uu-ignore-default-archive-rules
7901 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7902 unpacking commands.
7903
7904 @item gnus-uu-kill-carriage-return
7905 @vindex gnus-uu-kill-carriage-return
7906 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7907 from articles.
7908
7909 @item gnus-uu-unmark-articles-not-decoded
7910 @vindex gnus-uu-unmark-articles-not-decoded
7911 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7912 decoded articles as unread.
7913
7914 @item gnus-uu-correct-stripped-uucode
7915 @vindex gnus-uu-correct-stripped-uucode
7916 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7917 uuencoded files that have had trailing spaces deleted.
7918
7919 @item gnus-uu-pre-uudecode-hook
7920 @vindex gnus-uu-pre-uudecode-hook
7921 Hook run before sending a message to @code{uudecode}.
7922
7923 @item gnus-uu-view-with-metamail
7924 @vindex gnus-uu-view-with-metamail
7925 @cindex metamail
7926 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7927 commands defined by the rule variables and just fudge a @acronym{MIME}
7928 content type based on the file name.  The result will be fed to
7929 @code{metamail} for viewing.
7930
7931 @item gnus-uu-save-in-digest
7932 @vindex gnus-uu-save-in-digest
7933 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7934 decoding, will save in digests.  If this variable is @code{nil},
7935 @code{gnus-uu} will just save everything in a file without any
7936 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7937 to specify any meaningful volume and issue numbers were found, so I
7938 simply dropped them.
7939
7940 @end table
7941
7942
7943 @node Uuencoding and Posting
7944 @subsubsection Uuencoding and Posting
7945
7946 @table @code
7947
7948 @item gnus-uu-post-include-before-composing
7949 @vindex gnus-uu-post-include-before-composing
7950 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7951 before you compose the article.  If this variable is @code{t}, you can
7952 either include an encoded file with @kbd{C-c C-i} or have one included
7953 for you when you post the article.
7954
7955 @item gnus-uu-post-length
7956 @vindex gnus-uu-post-length
7957 Maximum length of an article.  The encoded file will be split into how
7958 many articles it takes to post the entire file.
7959
7960 @item gnus-uu-post-threaded
7961 @vindex gnus-uu-post-threaded
7962 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7963 thread.  This may not be smart, as no other decoder I have seen is able
7964 to follow threads when collecting uuencoded articles.  (Well, I have
7965 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7966 think that counts@dots{}) Default is @code{nil}.
7967
7968 @item gnus-uu-post-separate-description
7969 @vindex gnus-uu-post-separate-description
7970 Non-@code{nil} means that the description will be posted in a separate
7971 article.  The first article will typically be numbered (0/x).  If this
7972 variable is @code{nil}, the description the user enters will be included
7973 at the beginning of the first article, which will be numbered (1/x).
7974 Default is @code{t}.
7975
7976 @end table
7977
7978
7979 @node Viewing Files
7980 @subsection Viewing Files
7981 @cindex viewing files
7982 @cindex pseudo-articles
7983
7984 After decoding, if the file is some sort of archive, gnus will attempt
7985 to unpack the archive and see if any of the files in the archive can be
7986 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7987 containing the files @file{pic1.jpg} and @file{pic2.gif}, gnus will
7988 uncompress and de-tar the main file, and then view the two pictures.
7989 This unpacking process is recursive, so if the archive contains archives
7990 of archives, it'll all be unpacked.
7991
7992 Finally, gnus will normally insert a @dfn{pseudo-article} for each
7993 extracted file into the summary buffer.  If you go to these
7994 ``articles'', you will be prompted for a command to run (usually Gnus
7995 will make a suggestion), and then the command will be run.
7996
7997 @vindex gnus-view-pseudo-asynchronously
7998 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
7999 until the viewing is done before proceeding.
8000
8001 @vindex gnus-view-pseudos
8002 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8003 the pseudo-articles into the summary buffer, but view them
8004 immediately.  If this variable is @code{not-confirm}, the user won't even
8005 be asked for a confirmation before viewing is done.
8006
8007 @vindex gnus-view-pseudos-separately
8008 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8009 pseudo-article will be created for each file to be viewed.  If
8010 @code{nil}, all files that use the same viewing command will be given as
8011 a list of parameters to that command.
8012
8013 @vindex gnus-insert-pseudo-articles
8014 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8015 pseudo-articles when decoding.  It is @code{t} by default.
8016
8017 So; there you are, reading your @emph{pseudo-articles} in your
8018 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8019 Why isn't anything real anymore? How did we get here?
8020
8021
8022 @node Article Treatment
8023 @section Article Treatment
8024
8025 Reading through this huge manual, you may have quite forgotten that the
8026 object of newsreaders is to actually, like, read what people have
8027 written.  Reading articles.  Unfortunately, people are quite bad at
8028 writing, so there are tons of functions and variables to make reading
8029 these articles easier.
8030
8031 @menu
8032 * Article Highlighting::        You want to make the article look like fruit salad.
8033 * Article Fontisizing::         Making emphasized text look nice.
8034 * Article Hiding::              You also want to make certain info go away.
8035 * Article Washing::             Lots of way-neat functions to make life better.
8036 * Article Header::              Doing various header transformations.
8037 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8038 * Article Button Levels::       Controlling appearance of buttons.
8039 * Article Date::                Grumble, UT!
8040 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8041 * Article Signature::           What is a signature?
8042 * Article Miscellanea::         Various other stuff.
8043 @end menu
8044
8045
8046 @node Article Highlighting
8047 @subsection Article Highlighting
8048 @cindex highlighting
8049
8050 Not only do you want your article buffer to look like fruit salad, but
8051 you want it to look like technicolor fruit salad.
8052
8053 @table @kbd
8054
8055 @item W H a
8056 @kindex W H a (Summary)
8057 @findex gnus-article-highlight
8058 @findex gnus-article-maybe-highlight
8059 Do much highlighting of the current article
8060 (@code{gnus-article-highlight}).  This function highlights header, cited
8061 text, the signature, and adds buttons to the body and the head.
8062
8063 @item W H h
8064 @kindex W H h (Summary)
8065 @findex gnus-article-highlight-headers
8066 @vindex gnus-header-face-alist
8067 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8068 highlighting will be done according to the @code{gnus-header-face-alist}
8069 variable, which is a list where each element has the form
8070 @code{(@var{regexp} @var{name} @var{content})}.
8071 @var{regexp} is a regular expression for matching the
8072 header, @var{name} is the face used for highlighting the header name
8073 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8074 the header value.  The first match made will be used.  Note that
8075 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8076
8077 @item W H c
8078 @kindex W H c (Summary)
8079 @findex gnus-article-highlight-citation
8080 Highlight cited text (@code{gnus-article-highlight-citation}).
8081
8082 Some variables to customize the citation highlights:
8083
8084 @table @code
8085 @vindex gnus-cite-parse-max-size
8086
8087 @item gnus-cite-parse-max-size
8088 If the article size if bigger than this variable (which is 25000 by
8089 default), no citation highlighting will be performed.
8090
8091 @item gnus-cite-max-prefix
8092 @vindex gnus-cite-max-prefix
8093 Maximum possible length for a citation prefix (default 20).
8094
8095 @item gnus-cite-face-list
8096 @vindex gnus-cite-face-list
8097 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8098 When there are citations from multiple articles in the same message,
8099 gnus will try to give each citation from each article its own face.
8100 This should make it easier to see who wrote what.
8101
8102 @item gnus-supercite-regexp
8103 @vindex gnus-supercite-regexp
8104 Regexp matching normal Supercite attribution lines.
8105
8106 @item gnus-supercite-secondary-regexp
8107 @vindex gnus-supercite-secondary-regexp
8108 Regexp matching mangled Supercite attribution lines.
8109
8110 @item gnus-cite-minimum-match-count
8111 @vindex gnus-cite-minimum-match-count
8112 Minimum number of identical prefixes we have to see before we believe
8113 that it's a citation.
8114
8115 @item gnus-cite-attribution-prefix
8116 @vindex gnus-cite-attribution-prefix
8117 Regexp matching the beginning of an attribution line.
8118
8119 @item gnus-cite-attribution-suffix
8120 @vindex gnus-cite-attribution-suffix
8121 Regexp matching the end of an attribution line.
8122
8123 @item gnus-cite-attribution-face
8124 @vindex gnus-cite-attribution-face
8125 Face used for attribution lines.  It is merged with the face for the
8126 cited text belonging to the attribution.
8127
8128 @end table
8129
8130
8131 @item W H s
8132 @kindex W H s (Summary)
8133 @vindex gnus-signature-separator
8134 @vindex gnus-signature-face
8135 @findex gnus-article-highlight-signature
8136 Highlight the signature (@code{gnus-article-highlight-signature}).
8137 Everything after @code{gnus-signature-separator} (@pxref{Article
8138 Signature}) in an article will be considered a signature and will be
8139 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8140 default.
8141
8142 @end table
8143
8144 @xref{Customizing Articles}, for how to highlight articles automatically.
8145
8146
8147 @node Article Fontisizing
8148 @subsection Article Fontisizing
8149 @cindex emphasis
8150 @cindex article emphasis
8151
8152 @findex gnus-article-emphasize
8153 @kindex W e (Summary)
8154 People commonly add emphasis to words in news articles by writing things
8155 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8156 this look nicer by running the article through the @kbd{W e}
8157 (@code{gnus-article-emphasize}) command.
8158
8159 @vindex gnus-emphasis-alist
8160 How the emphasis is computed is controlled by the
8161 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8162 element is a regular expression to be matched.  The second is a number
8163 that says what regular expression grouping is used to find the entire
8164 emphasized word.  The third is a number that says what regexp grouping
8165 should be displayed and highlighted.  (The text between these two
8166 groupings will be hidden.)  The fourth is the face used for
8167 highlighting.
8168
8169 @lisp
8170 (setq gnus-emphasis-alist
8171       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8172         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8173 @end lisp
8174
8175 @cindex slash
8176 @cindex asterisk
8177 @cindex underline
8178 @cindex /
8179 @cindex *
8180
8181 @vindex gnus-emphasis-underline
8182 @vindex gnus-emphasis-bold
8183 @vindex gnus-emphasis-italic
8184 @vindex gnus-emphasis-underline-bold
8185 @vindex gnus-emphasis-underline-italic
8186 @vindex gnus-emphasis-bold-italic
8187 @vindex gnus-emphasis-underline-bold-italic
8188 By default, there are seven rules, and they use the following faces:
8189 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8190 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8191 @code{gnus-emphasis-underline-italic},
8192 @code{gnus-emphasis-underline-bold}, and
8193 @code{gnus-emphasis-underline-bold-italic}.
8194
8195 If you want to change these faces, you can either use @kbd{M-x
8196 customize}, or you can use @code{copy-face}.  For instance, if you want
8197 to make @code{gnus-emphasis-italic} use a red face instead, you could
8198 say something like:
8199
8200 @lisp
8201 (copy-face 'red 'gnus-emphasis-italic)
8202 @end lisp
8203
8204 @vindex gnus-group-highlight-words-alist
8205
8206 If you want to highlight arbitrary words, you can use the
8207 @code{gnus-group-highlight-words-alist} variable, which uses the same
8208 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8209 parameter (@pxref{Group Parameters}) can also be used.
8210
8211 @xref{Customizing Articles}, for how to fontize articles automatically.
8212
8213
8214 @node Article Hiding
8215 @subsection Article Hiding
8216 @cindex article hiding
8217
8218 Or rather, hiding certain things in each article.  There usually is much
8219 too much cruft in most articles.
8220
8221 @table @kbd
8222
8223 @item W W a
8224 @kindex W W a (Summary)
8225 @findex gnus-article-hide
8226 Do quite a lot of hiding on the article buffer
8227 (@kbd{gnus-article-hide}).  In particular, this function will hide
8228 headers, @acronym{PGP}, cited text and the signature.
8229
8230 @item W W h
8231 @kindex W W h (Summary)
8232 @findex gnus-article-hide-headers
8233 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8234 Headers}.
8235
8236 @item W W b
8237 @kindex W W b (Summary)
8238 @findex gnus-article-hide-boring-headers
8239 Hide headers that aren't particularly interesting
8240 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8241
8242 @item W W s
8243 @kindex W W s (Summary)
8244 @findex gnus-article-hide-signature
8245 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8246 Signature}.
8247
8248 @item W W l
8249 @kindex W W l (Summary)
8250 @findex gnus-article-hide-list-identifiers
8251 @vindex gnus-list-identifiers
8252 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8253 are strings some mailing list servers add to the beginning of all
8254 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8255 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8256 may not contain @code{\\(..\\)}.
8257
8258 @table @code
8259
8260 @item gnus-list-identifiers
8261 @vindex gnus-list-identifiers
8262 A regular expression that matches list identifiers to be removed from
8263 subject.  This can also be a list of regular expressions.
8264
8265 @end table
8266
8267 @item W W P
8268 @kindex W W P (Summary)
8269 @findex gnus-article-hide-pem
8270 Hide @acronym{PEM} (privacy enhanced messages) cruft
8271 (@code{gnus-article-hide-pem}).
8272
8273 @item W W B
8274 @kindex W W B (Summary)
8275 @findex gnus-article-strip-banner
8276 @vindex gnus-article-banner-alist
8277 @vindex gnus-article-address-banner-alist
8278 @cindex banner
8279 @cindex OneList
8280 @cindex stripping advertisements
8281 @cindex advertisements
8282 Strip the banner specified by the @code{banner} group parameter
8283 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8284 annoying banners and/or signatures that some mailing lists and moderated
8285 groups adds to all the messages.  The way to use this function is to add
8286 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8287 group you want banners stripped from.  The parameter either be a string,
8288 which will be interpreted as a regular expression matching text to be
8289 removed, or the symbol @code{signature}, meaning that the (last)
8290 signature should be removed, or other symbol, meaning that the
8291 corresponding regular expression in @code{gnus-article-banner-alist} is
8292 used.
8293
8294 Regardless of a group, you can hide things like advertisements only when
8295 the sender of an article has a certain mail address specified in
8296 @code{gnus-article-address-banner-alist}.
8297
8298 @table @code
8299
8300 @item gnus-article-address-banner-alist
8301 @vindex gnus-article-address-banner-alist
8302 Alist of mail addresses and banners.  Each element has the form
8303 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8304 matching a mail address in the From header, @var{banner} is one of a
8305 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8306 a regexp and @code{nil}.  If @var{address} matches author's mail
8307 address, it will remove things like advertisements.  For example, if a
8308 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8309 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8310 sends, you can use the following element to remove them:
8311
8312 @lisp
8313 ("@@yoo-hoo\\.co\\.jp\\'" .
8314  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8315 @end lisp
8316
8317 @end table
8318
8319 @item W W c
8320 @kindex W W c (Summary)
8321 @findex gnus-article-hide-citation
8322 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8323 customizing the hiding:
8324
8325 @table @code
8326
8327 @item gnus-cited-opened-text-button-line-format
8328 @itemx gnus-cited-closed-text-button-line-format
8329 @vindex gnus-cited-closed-text-button-line-format
8330 @vindex gnus-cited-opened-text-button-line-format
8331 Gnus adds buttons to show where the cited text has been hidden, and to
8332 allow toggle hiding the text.  The format of the variable is specified
8333 by these format-like variable (@pxref{Formatting Variables}).  These
8334 specs are valid:
8335
8336 @table @samp
8337 @item b
8338 Starting point of the hidden text.
8339 @item e
8340 Ending point of the hidden text.
8341 @item l
8342 Number of characters in the hidden region.
8343 @item n
8344 Number of lines of hidden text.
8345 @end table
8346
8347 @item gnus-cited-lines-visible
8348 @vindex gnus-cited-lines-visible
8349 The number of lines at the beginning of the cited text to leave
8350 shown.  This can also be a cons cell with the number of lines at the top
8351 and bottom of the text, respectively, to remain visible.
8352
8353 @end table
8354
8355 @item W W C-c
8356 @kindex W W C-c (Summary)
8357 @findex gnus-article-hide-citation-maybe
8358
8359 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8360 following two variables:
8361
8362 @table @code
8363 @item gnus-cite-hide-percentage
8364 @vindex gnus-cite-hide-percentage
8365 If the cited text is of a bigger percentage than this variable (default
8366 50), hide the cited text.
8367
8368 @item gnus-cite-hide-absolute
8369 @vindex gnus-cite-hide-absolute
8370 The cited text must have at least this length (default 10) before it
8371 is hidden.
8372 @end table
8373
8374 @item W W C
8375 @kindex W W C (Summary)
8376 @findex gnus-article-hide-citation-in-followups
8377 Hide cited text in articles that aren't roots
8378 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8379 useful as an interactive command, but might be a handy function to stick
8380 have happen automatically (@pxref{Customizing Articles}).
8381
8382 @end table
8383
8384 All these ``hiding'' commands are toggles, but if you give a negative
8385 prefix to these commands, they will show what they have previously
8386 hidden.  If you give a positive prefix, they will always hide.
8387
8388 Also @pxref{Article Highlighting} for further variables for
8389 citation customization.
8390
8391 @xref{Customizing Articles}, for how to hide article elements
8392 automatically.
8393
8394
8395 @node Article Washing
8396 @subsection Article Washing
8397 @cindex washing
8398 @cindex article washing
8399
8400 We call this ``article washing'' for a really good reason.  Namely, the
8401 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8402
8403 @dfn{Washing} is defined by us as ``changing something from something to
8404 something else'', but normally results in something looking better.
8405 Cleaner, perhaps.
8406
8407 @xref{Customizing Articles}, if you want to change how Gnus displays
8408 articles by default.
8409
8410 @table @kbd
8411
8412 @item C-u g
8413 This is not really washing, it's sort of the opposite of washing.  If
8414 you type this, you see the article exactly as it exists on disk or on
8415 the server.
8416
8417 @item g
8418 Force redisplaying of the current article
8419 (@code{gnus-summary-show-article}).  This is also not really washing.
8420 If you type this, you see the article without any previously applied
8421 interactive Washing functions but with all default treatments
8422 (@pxref{Customizing Articles}).
8423
8424 @item W l
8425 @kindex W l (Summary)
8426 @findex gnus-summary-stop-page-breaking
8427 Remove page breaks from the current article
8428 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8429 delimiters.
8430
8431 @item W r
8432 @kindex W r (Summary)
8433 @findex gnus-summary-caesar-message
8434 @c @icon{gnus-summary-caesar-message}
8435 Do a Caesar rotate (rot13) on the article buffer
8436 (@code{gnus-summary-caesar-message}).
8437 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8438 (Typically offensive jokes and such.)
8439
8440 It's commonly called ``rot13'' because each letter is rotated 13
8441 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8442 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8443 is rumored to have employed this form of, uh, somewhat weak encryption.
8444
8445 @item W m
8446 @kindex W m (Summary)
8447 @findex gnus-summary-morse-message
8448 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8449
8450 @item W t
8451 @item t
8452 @kindex W t (Summary)
8453 @kindex t (Summary)
8454 @findex gnus-summary-toggle-header
8455 Toggle whether to display all headers in the article buffer
8456 (@code{gnus-summary-toggle-header}).
8457
8458 @item W v
8459 @kindex W v (Summary)
8460 @findex gnus-summary-verbose-headers
8461 Toggle whether to display all headers in the article buffer permanently
8462 (@code{gnus-summary-verbose-headers}).
8463
8464 @item W m
8465 @kindex W m (Summary)
8466 @findex gnus-summary-toggle-mime
8467 Toggle whether to run the article through @acronym{MIME} before
8468 displaying (@code{gnus-summary-toggle-mime}).
8469
8470 @item W o
8471 @kindex W o (Summary)
8472 @findex gnus-article-treat-overstrike
8473 Treat overstrike (@code{gnus-article-treat-overstrike}).
8474
8475 @item W d
8476 @kindex W d (Summary)
8477 @findex gnus-article-treat-dumbquotes
8478 @vindex gnus-article-dumbquotes-map
8479 @cindex Smartquotes
8480 @cindex M****s*** sm*rtq**t*s
8481 @cindex Latin 1
8482 Treat M****s*** sm*rtq**t*s according to
8483 @code{gnus-article-dumbquotes-map}
8484 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8485 whether a character is a sm*rtq**t* or not, so it should only be used
8486 interactively.
8487
8488 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8489 an attempt to provide more quoting characters.  If you see something
8490 like @code{\222} or @code{\264} where you're expecting some kind of
8491 apostrophe or quotation mark, then try this wash.
8492
8493 @item W Y f
8494 @kindex W Y f (Summary)
8495 @findex gnus-article-outlook-deuglify-article
8496 @cindex Outlook Express
8497 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8498 unwrap lines, repair attribution and rearrange citation.
8499 (@code{gnus-article-outlook-deuglify-article}).
8500
8501 @item W Y u
8502 @kindex W Y u (Summary)
8503 @findex gnus-article-outlook-unwrap-lines
8504 @vindex gnus-outlook-deuglify-unwrap-min
8505 @vindex gnus-outlook-deuglify-unwrap-max
8506 Unwrap lines that appear to be wrapped citation lines.  You can control
8507 what lines will be unwrapped by frobbing
8508 @code{gnus-outlook-deuglify-unwrap-min} and
8509 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8510 maximum length of an unwrapped citation line.
8511 (@code{gnus-article-outlook-unwrap-lines}).
8512
8513 @item W Y a
8514 @kindex W Y a (Summary)
8515 @findex gnus-article-outlook-repair-attribution
8516 Repair a broken attribution line.@*
8517 (@code{gnus-article-outlook-repair-attribution}).
8518
8519 @item W Y c
8520 @kindex W Y c (Summary)
8521 @findex gnus-article-outlook-rearrange-citation
8522 Repair broken citations by rearranging the text.
8523 (@code{gnus-article-outlook-rearrange-citation}).
8524
8525 @item W w
8526 @kindex W w (Summary)
8527 @findex gnus-article-fill-cited-article
8528 Do word wrap (@code{gnus-article-fill-cited-article}).
8529
8530 You can give the command a numerical prefix to specify the width to use
8531 when filling.
8532
8533 @item W Q
8534 @kindex W Q (Summary)
8535 @findex gnus-article-fill-long-lines
8536 Fill long lines (@code{gnus-article-fill-long-lines}).
8537
8538 @item W C
8539 @kindex W C (Summary)
8540 @findex gnus-article-capitalize-sentences
8541 Capitalize the first word in each sentence
8542 (@code{gnus-article-capitalize-sentences}).
8543
8544 @item W c
8545 @kindex W c (Summary)
8546 @findex gnus-article-remove-cr
8547 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8548 (this takes care of DOS line endings), and then translate any remaining
8549 CRs into LF (this takes care of Mac line endings)
8550 (@code{gnus-article-remove-cr}).
8551
8552 @kindex W q (Summary)
8553 @findex gnus-article-de-quoted-unreadable
8554 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8555 Quoted-Printable is one common @acronym{MIME} encoding employed when
8556 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8557 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
8558 which doesn't look very readable to me.  Note that this is usually
8559 done automatically by Gnus if the message in question has a
8560 @code{Content-Transfer-Encoding} header that says that this encoding
8561 has been done.  If a prefix is given, a charset will be asked for.
8562
8563 @item W 6
8564 @kindex W 6 (Summary)
8565 @findex gnus-article-de-base64-unreadable
8566 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8567 one common @acronym{MIME} encoding employed when sending
8568 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8569 usually done automatically by Gnus if the message in question has a
8570 @code{Content-Transfer-Encoding} header that says that this encoding
8571 has been done.  If a prefix is given, a charset will be asked for.
8572
8573 @item W Z
8574 @kindex W Z (Summary)
8575 @findex gnus-article-decode-HZ
8576 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8577 common encoding employed when sending Chinese articles.  It typically
8578 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8579
8580 @item W A
8581 @kindex W A (Summary)
8582 @findex gnus-article-treat-ansi-sequences
8583 @cindex @acronym{ANSI} control sequences
8584 Translate @acronym{ANSI} SGR control sequences into overlays or
8585 extents (@code{gnus-article-treat-ansi-sequences}).  @acronym{ANSI}
8586 sequences are used in some Chinese hierarchies for highlighting.
8587
8588 @item W u
8589 @kindex W u (Summary)
8590 @findex gnus-article-unsplit-urls
8591 Remove newlines from within URLs.  Some mailers insert newlines into
8592 outgoing email messages to keep lines short.  This reformatting can
8593 split long URLs onto multiple lines.  Repair those URLs by removing
8594 the newlines (@code{gnus-article-unsplit-urls}).
8595
8596 @item W h
8597 @kindex W h (Summary)
8598 @findex gnus-article-wash-html
8599 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8600 usually done automatically by Gnus if the message in question has a
8601 @code{Content-Type} header that says that the message is @acronym{HTML}.
8602
8603 If a prefix is given, a charset will be asked for.
8604
8605 @vindex gnus-article-wash-function
8606 The default is to use the function specified by
8607 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8608 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8609 @acronym{HTML}, but this is controlled by the
8610 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8611 can use include:
8612
8613 @table @code
8614 @item w3
8615 Use Emacs/w3.
8616
8617 @item w3m
8618 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8619
8620 @item links
8621 Use @uref{http://links.sf.net/, Links}.
8622
8623 @item lynx
8624 Use @uref{http://lynx.isc.org/, Lynx}.
8625
8626 @item html2text
8627 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8628
8629 @end table
8630
8631 @item W b
8632 @kindex W b (Summary)
8633 @findex gnus-article-add-buttons
8634 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8635 @xref{Article Buttons}.
8636
8637 @item W B
8638 @kindex W B (Summary)
8639 @findex gnus-article-add-buttons-to-head
8640 Add clickable buttons to the article headers
8641 (@code{gnus-article-add-buttons-to-head}).
8642
8643 @item W p
8644 @kindex W p (Summary)
8645 @findex gnus-article-verify-x-pgp-sig
8646 Verify a signed control message
8647 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8648 @code{newgroup} and @code{checkgroups} are usually signed by the
8649 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8650 the maintainer to your keyring to verify the
8651 message.@footnote{@acronym{PGP} keys for many hierarchies are
8652 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8653
8654 @item W s
8655 @kindex W s (Summary)
8656 @findex gnus-summary-force-verify-and-decrypt
8657 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8658 @acronym{S/MIME}) message
8659 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8660
8661 @item W a
8662 @kindex W a (Summary)
8663 @findex gnus-article-strip-headers-in-body
8664 Strip headers like the @code{X-No-Archive} header from the beginning of
8665 article bodies (@code{gnus-article-strip-headers-in-body}).
8666
8667 @item W E l
8668 @kindex W E l (Summary)
8669 @findex gnus-article-strip-leading-blank-lines
8670 Remove all blank lines from the beginning of the article
8671 (@code{gnus-article-strip-leading-blank-lines}).
8672
8673 @item W E m
8674 @kindex W E m (Summary)
8675 @findex gnus-article-strip-multiple-blank-lines
8676 Replace all blank lines with empty lines and then all multiple empty
8677 lines with a single empty line.
8678 (@code{gnus-article-strip-multiple-blank-lines}).
8679
8680 @item W E t
8681 @kindex W E t (Summary)
8682 @findex gnus-article-remove-trailing-blank-lines
8683 Remove all blank lines at the end of the article
8684 (@code{gnus-article-remove-trailing-blank-lines}).
8685
8686 @item W E a
8687 @kindex W E a (Summary)
8688 @findex gnus-article-strip-blank-lines
8689 Do all the three commands above
8690 (@code{gnus-article-strip-blank-lines}).
8691
8692 @item W E A
8693 @kindex W E A (Summary)
8694 @findex gnus-article-strip-all-blank-lines
8695 Remove all blank lines
8696 (@code{gnus-article-strip-all-blank-lines}).
8697
8698 @item W E s
8699 @kindex W E s (Summary)
8700 @findex gnus-article-strip-leading-space
8701 Remove all white space from the beginning of all lines of the article
8702 body (@code{gnus-article-strip-leading-space}).
8703
8704 @item W E e
8705 @kindex W E e (Summary)
8706 @findex gnus-article-strip-trailing-space
8707 Remove all white space from the end of all lines of the article
8708 body (@code{gnus-article-strip-trailing-space}).
8709
8710 @end table
8711
8712 @xref{Customizing Articles}, for how to wash articles automatically.
8713
8714
8715 @node Article Header
8716 @subsection Article Header
8717
8718 These commands perform various transformations of article header.
8719
8720 @table @kbd
8721
8722 @item W G u
8723 @kindex W G u (Summary)
8724 @findex gnus-article-treat-unfold-headers
8725 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8726
8727 @item W G n
8728 @kindex W G n (Summary)
8729 @findex gnus-article-treat-fold-newsgroups
8730 Fold the @code{Newsgroups} and @code{Followup-To} headers
8731 (@code{gnus-article-treat-fold-newsgroups}).
8732
8733 @item W G f
8734 @kindex W G f (Summary)
8735 @findex gnus-article-treat-fold-headers
8736 Fold all the message headers
8737 (@code{gnus-article-treat-fold-headers}).
8738
8739 @item W E w
8740 @kindex W E w (Summary)
8741 @findex gnus-article-remove-leading-whitespace
8742 Remove excessive whitespace from all headers
8743 (@code{gnus-article-remove-leading-whitespace}).
8744
8745 @end table
8746
8747
8748 @node Article Buttons
8749 @subsection Article Buttons
8750 @cindex buttons
8751
8752 People often include references to other stuff in articles, and it would
8753 be nice if Gnus could just fetch whatever it is that people talk about
8754 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8755 button on these references.
8756
8757 @vindex gnus-button-man-handler
8758 Gnus adds @dfn{buttons} to certain standard references by default:
8759 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8760 Emacs or Gnus related references.  This is controlled by two variables,
8761 one that handles article bodies and one that handles article heads:
8762
8763 @table @code
8764
8765 @item gnus-button-alist
8766 @vindex gnus-button-alist
8767 This is an alist where each entry has this form:
8768
8769 @lisp
8770 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8771 @end lisp
8772
8773 @table @var
8774
8775 @item regexp
8776 All text that match this regular expression (case insensitive) will be
8777 considered an external reference.  Here's a typical regexp that matches
8778 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8779 variable containing a regexp, useful variables to use include
8780 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8781
8782 @item button-par
8783 Gnus has to know which parts of the matches is to be highlighted.  This
8784 is a number that says what sub-expression of the regexp is to be
8785 highlighted.  If you want it all highlighted, you use 0 here.
8786
8787 @item use-p
8788 This form will be @code{eval}ed, and if the result is non-@code{nil},
8789 this is considered a match.  This is useful if you want extra sifting to
8790 avoid false matches.  Often variables named
8791 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8792 Levels}, but any other form may be used too.
8793
8794 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8795
8796 @item function
8797 This function will be called when you click on this button.
8798
8799 @item data-par
8800 As with @var{button-par}, this is a sub-expression number, but this one
8801 says which part of the match is to be sent as data to @var{function}.
8802
8803 @end table
8804
8805 So the full entry for buttonizing URLs is then
8806
8807 @lisp
8808 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8809 @end lisp
8810
8811 @item gnus-header-button-alist
8812 @vindex gnus-header-button-alist
8813 This is just like the other alist, except that it is applied to the
8814 article head only, and that each entry has an additional element that is
8815 used to say what headers to apply the buttonize coding to:
8816
8817 @lisp
8818 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8819 @end lisp
8820
8821 @var{header} is a regular expression.
8822 @end table
8823
8824 @subsubsection Related variables and functions
8825
8826 @table @code
8827 @item gnus-button-@var{*}-level
8828 @xref{Article Button Levels}.
8829
8830 @c Stuff related to gnus-button-browse-level
8831
8832 @item gnus-button-url-regexp
8833 @vindex gnus-button-url-regexp
8834 A regular expression that matches embedded URLs.  It is used in the
8835 default values of the variables above.
8836
8837 @c Stuff related to gnus-button-man-level
8838
8839 @item gnus-button-man-handler
8840 @vindex gnus-button-man-handler
8841 The function to use for displaying man pages.  It must take at least one
8842 argument with a string naming the man page.
8843
8844 @c Stuff related to gnus-button-message-level
8845
8846 @item gnus-button-mid-or-mail-regexp
8847 @vindex gnus-button-mid-or-mail-regexp
8848 Regular expression that matches a message ID or a mail address.
8849
8850 @item gnus-button-prefer-mid-or-mail
8851 @vindex gnus-button-prefer-mid-or-mail
8852 This variable determines what to do when the button on a string as
8853 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8854 message ID or a mail address.  If it is one of the symbols @code{mid} or
8855 @code{mail}, Gnus will always assume that the string is a message ID or
8856 a mail address, respectively.  If this variable is set to the symbol
8857 @code{ask}, always query the user what do do.  If it is a function, this
8858 function will be called with the string as its only argument.  The
8859 function must return @code{mid}, @code{mail}, @code{invalid} or
8860 @code{ask}.  The default value is the function
8861 @code{gnus-button-mid-or-mail-heuristic}.
8862
8863 @item gnus-button-mid-or-mail-heuristic
8864 @findex gnus-button-mid-or-mail-heuristic
8865 Function that guesses whether its argument is a message ID or a mail
8866 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8867 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8868 string is invalid.
8869
8870 @item gnus-button-mid-or-mail-heuristic-alist
8871 @vindex gnus-button-mid-or-mail-heuristic-alist
8872 An alist of @code{(RATE . REGEXP)} pairs used by the function
8873 @code{gnus-button-mid-or-mail-heuristic}.
8874
8875 @c Stuff related to gnus-button-tex-level
8876
8877 @item gnus-button-ctan-handler
8878 @findex gnus-button-ctan-handler
8879 The function to use for displaying CTAN links.  It must take one
8880 argument, the string naming the URL.
8881
8882 @item gnus-ctan-url
8883 @vindex gnus-ctan-url
8884 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8885 by @code{gnus-button-ctan-handler}.
8886
8887 @c Misc stuff
8888
8889 @item gnus-article-button-face
8890 @vindex gnus-article-button-face
8891 Face used on buttons.
8892
8893 @item gnus-article-mouse-face
8894 @vindex gnus-article-mouse-face
8895 Face used when the mouse cursor is over a button.
8896
8897 @end table
8898
8899 @xref{Customizing Articles}, for how to buttonize articles automatically.
8900
8901
8902 @node Article Button Levels
8903 @subsection Article button levels
8904 @cindex button levels
8905 The higher the value of the variables @code{gnus-button-@var{*}-level},
8906 the more buttons will appear.  If the level is zero, no corresponding
8907 buttons are displayed.  With the default value (which is 5) you should
8908 already see quite a lot of buttons.  With higher levels, you will see
8909 more buttons, but you may also get more false positives.  To avoid them,
8910 you can set the variables @code{gnus-button-@var{*}-level} local to
8911 specific groups (@pxref{Group Parameters}).  Here's an example for the
8912 variable @code{gnus-parameters}:
8913
8914 @lisp
8915 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8916 (setq gnus-parameters
8917       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8918         ("\\<unix\\>"               (gnus-button-man-level 10))
8919         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8920 @end lisp
8921
8922 @table @code
8923
8924 @item gnus-button-browse-level
8925 @vindex gnus-button-browse-level
8926 Controls the display of references to message IDs, mail addresses and
8927 news URLs.  Related variables and functions include
8928 @code{gnus-button-url-regexp}, @code{browse-url}, and
8929 @code{browse-url-browser-function}.
8930
8931 @item gnus-button-emacs-level
8932 @vindex gnus-button-emacs-level
8933 Controls the display of Emacs or Gnus references.  Related functions are
8934 @code{gnus-button-handle-custom},
8935 @code{gnus-button-handle-describe-function},
8936 @code{gnus-button-handle-describe-variable},
8937 @code{gnus-button-handle-symbol},
8938 @code{gnus-button-handle-describe-key},
8939 @code{gnus-button-handle-apropos},
8940 @code{gnus-button-handle-apropos-command},
8941 @code{gnus-button-handle-apropos-variable},
8942 @code{gnus-button-handle-apropos-documentation}, and
8943 @code{gnus-button-handle-library}.
8944
8945 @item gnus-button-man-level
8946 @vindex gnus-button-man-level
8947 Controls the display of references to (Unix) man pages.
8948 See @code{gnus-button-man-handler}.
8949
8950 @item gnus-button-message-level
8951 @vindex gnus-button-message-level
8952 Controls the display of message IDs, mail addresses and news URLs.
8953 Related variables and functions include
8954 @code{gnus-button-mid-or-mail-regexp},
8955 @code{gnus-button-prefer-mid-or-mail},
8956 @code{gnus-button-mid-or-mail-heuristic}, and
8957 @code{gnus-button-mid-or-mail-heuristic-alist}.
8958
8959 @item gnus-button-tex-level
8960 @vindex gnus-button-tex-level
8961 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8962 URLs.  See the variables @code{gnus-ctan-url},
8963 @code{gnus-button-ctan-handler},
8964 @code{gnus-button-ctan-directory-regexp}, and
8965 @code{gnus-button-handle-ctan-bogus-regexp}.
8966
8967 @end table
8968
8969
8970 @node Article Date
8971 @subsection Article Date
8972
8973 The date is most likely generated in some obscure timezone you've never
8974 heard of, so it's quite nice to be able to find out what the time was
8975 when the article was sent.
8976
8977 @table @kbd
8978
8979 @item W T u
8980 @kindex W T u (Summary)
8981 @findex gnus-article-date-ut
8982 Display the date in UT (aka. GMT, aka ZULU)
8983 (@code{gnus-article-date-ut}).
8984
8985 @item W T i
8986 @kindex W T i (Summary)
8987 @findex gnus-article-date-iso8601
8988 @cindex ISO 8601
8989 Display the date in international format, aka. ISO 8601
8990 (@code{gnus-article-date-iso8601}).
8991
8992 @item W T l
8993 @kindex W T l (Summary)
8994 @findex gnus-article-date-local
8995 Display the date in the local timezone (@code{gnus-article-date-local}).
8996
8997 @item W T p
8998 @kindex W T p (Summary)
8999 @findex gnus-article-date-english
9000 Display the date in a format that's easily pronounceable in English
9001 (@code{gnus-article-date-english}).
9002
9003 @item W T s
9004 @kindex W T s (Summary)
9005 @vindex gnus-article-time-format
9006 @findex gnus-article-date-user
9007 @findex format-time-string
9008 Display the date using a user-defined format
9009 (@code{gnus-article-date-user}).  The format is specified by the
9010 @code{gnus-article-time-format} variable, and is a string that's passed
9011 to @code{format-time-string}.  See the documentation of that variable
9012 for a list of possible format specs.
9013
9014 @item W T e
9015 @kindex W T e (Summary)
9016 @findex gnus-article-date-lapsed
9017 @findex gnus-start-date-timer
9018 @findex gnus-stop-date-timer
9019 Say how much time has elapsed between the article was posted and now
9020 (@code{gnus-article-date-lapsed}).  It looks something like:
9021
9022 @example
9023 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9024 @end example
9025
9026 @vindex gnus-article-date-lapsed-new-header
9027 The value of @code{gnus-article-date-lapsed-new-header} determines
9028 whether this header will just be added below the old Date one, or will
9029 replace it.
9030
9031 An advantage of using Gnus to read mail is that it converts simple bugs
9032 into wonderful absurdities.
9033
9034 If you want to have this line updated continually, you can put
9035
9036 @lisp
9037 (gnus-start-date-timer)
9038 @end lisp
9039
9040 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9041 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9042 command.
9043
9044 @item W T o
9045 @kindex W T o (Summary)
9046 @findex gnus-article-date-original
9047 Display the original date (@code{gnus-article-date-original}).  This can
9048 be useful if you normally use some other conversion function and are
9049 worried that it might be doing something totally wrong.  Say, claiming
9050 that the article was posted in 1854.  Although something like that is
9051 @emph{totally} impossible.  Don't you trust me? *titter*
9052
9053 @end table
9054
9055 @xref{Customizing Articles}, for how to display the date in your
9056 preferred format automatically.
9057
9058
9059 @node Article Display
9060 @subsection Article Display
9061 @cindex picons
9062 @cindex x-face
9063 @cindex smileys
9064
9065 These commands add various frivolous display gimmicks to the article
9066 buffer in Emacs versions that support them.
9067
9068 @code{X-Face} headers are small black-and-white images supplied by the
9069 message headers (@pxref{X-Face}).
9070
9071 @code{Face} headers are small colored images supplied by the message
9072 headers (@pxref{Face}).
9073
9074 Smileys are those little @samp{:-)} symbols that people like to litter
9075 their messages with (@pxref{Smileys}).
9076
9077 Picons, on the other hand, reside on your own system, and Gnus will
9078 try to match the headers to what you have (@pxref{Picons}).
9079
9080 All these functions are toggles---if the elements already exist,
9081 they'll be removed.
9082
9083 @table @kbd
9084 @item W D x
9085 @kindex W D x (Summary)
9086 @findex gnus-article-display-x-face
9087 Display an @code{X-Face} in the @code{From} header.
9088 (@code{gnus-article-display-x-face}).
9089
9090 @item W D d
9091 @kindex W D d (Summary)
9092 @findex gnus-article-display-face
9093 Display a @code{Face} in the @code{From} header.
9094 (@code{gnus-article-display-face}).
9095
9096 @item W D s
9097 @kindex W D s (Summary)
9098 @findex gnus-treat-smiley
9099 Display smileys (@code{gnus-treat-smiley}).
9100
9101 @item W D f
9102 @kindex W D f (Summary)
9103 @findex gnus-treat-from-picon
9104 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9105
9106 @item W D m
9107 @kindex W D m (Summary)
9108 @findex gnus-treat-mail-picon
9109 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9110 (@code{gnus-treat-mail-picon}).
9111
9112 @item W D n
9113 @kindex W D n (Summary)
9114 @findex gnus-treat-newsgroups-picon
9115 Piconify all news headers (i. e., @code{Newsgroups} and
9116 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9117
9118 @item W D D
9119 @kindex W D D (Summary)
9120 @findex gnus-article-remove-images
9121 Remove all images from the article buffer
9122 (@code{gnus-article-remove-images}).
9123
9124 @end table
9125
9126
9127
9128 @node Article Signature
9129 @subsection Article Signature
9130 @cindex signatures
9131 @cindex article signature
9132
9133 @vindex gnus-signature-separator
9134 Each article is divided into two parts---the head and the body.  The
9135 body can be divided into a signature part and a text part.  The variable
9136 that says what is to be considered a signature is
9137 @code{gnus-signature-separator}.  This is normally the standard
9138 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9139 non-standard signature separators, so this variable can also be a list
9140 of regular expressions to be tested, one by one.  (Searches are done
9141 from the end of the body towards the beginning.)  One likely value is:
9142
9143 @lisp
9144 (setq gnus-signature-separator
9145       '("^-- $"         ; @r{The standard}
9146         "^-- *$"        ; @r{A common mangling}
9147         "^-------*$"    ; @r{Many people just use a looong}
9148                         ; @r{line of dashes.  Shame!}
9149         "^ *--------*$" ; @r{Double-shame!}
9150         "^________*$"   ; @r{Underscores are also popular}
9151         "^========*$")) ; @r{Pervert!}
9152 @end lisp
9153
9154 The more permissive you are, the more likely it is that you'll get false
9155 positives.
9156
9157 @vindex gnus-signature-limit
9158 @code{gnus-signature-limit} provides a limit to what is considered a
9159 signature when displaying articles.
9160
9161 @enumerate
9162 @item
9163 If it is an integer, no signature may be longer (in characters) than
9164 that integer.
9165 @item
9166 If it is a floating point number, no signature may be longer (in lines)
9167 than that number.
9168 @item
9169 If it is a function, the function will be called without any parameters,
9170 and if it returns @code{nil}, there is no signature in the buffer.
9171 @item
9172 If it is a string, it will be used as a regexp.  If it matches, the text
9173 in question is not a signature.
9174 @end enumerate
9175
9176 This variable can also be a list where the elements may be of the types
9177 listed above.  Here's an example:
9178
9179 @lisp
9180 (setq gnus-signature-limit
9181       '(200.0 "^---*Forwarded article"))
9182 @end lisp
9183
9184 This means that if there are more than 200 lines after the signature
9185 separator, or the text after the signature separator is matched by
9186 the regular expression @samp{^---*Forwarded article}, then it isn't a
9187 signature after all.
9188
9189
9190 @node Article Miscellanea
9191 @subsection Article Miscellanea
9192
9193 @table @kbd
9194 @item A t
9195 @kindex A t (Summary)
9196 @findex gnus-article-babel
9197 Translate the article from one language to another
9198 (@code{gnus-article-babel}).
9199
9200 @end table
9201
9202
9203 @node MIME Commands
9204 @section MIME Commands
9205 @cindex MIME decoding
9206 @cindex attachments
9207 @cindex viewing attachments
9208
9209 The following commands all understand the numerical prefix.  For
9210 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9211
9212 @table @kbd
9213 @item b
9214 @itemx K v
9215 @kindex b (Summary)
9216 @kindex K v (Summary)
9217 View the @acronym{MIME} part.
9218
9219 @item K o
9220 @kindex K o (Summary)
9221 Save the @acronym{MIME} part.
9222
9223 @item K c
9224 @kindex K c (Summary)
9225 Copy the @acronym{MIME} part.
9226
9227 @item K e
9228 @kindex K e (Summary)
9229 View the @acronym{MIME} part externally.
9230
9231 @item K i
9232 @kindex K i (Summary)
9233 View the @acronym{MIME} part internally.
9234
9235 @item K |
9236 @kindex K | (Summary)
9237 Pipe the @acronym{MIME} part to an external command.
9238 @end table
9239
9240 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9241 the same manner:
9242
9243 @table @kbd
9244 @item K b
9245 @kindex K b (Summary)
9246 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9247 mostly useful if you wish to save (or perform other actions) on inlined
9248 parts.
9249
9250 @item K m
9251 @kindex K m (Summary)
9252 @findex gnus-summary-repair-multipart
9253 Some multipart messages are transmitted with missing or faulty headers.
9254 This command will attempt to ``repair'' these messages so that they can
9255 be viewed in a more pleasant manner
9256 (@code{gnus-summary-repair-multipart}).
9257
9258 @item X m
9259 @kindex X m (Summary)
9260 @findex gnus-summary-save-parts
9261 Save all parts matching a @acronym{MIME} type to a directory
9262 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9263 convention (@pxref{Process/Prefix}).
9264
9265 @item M-t
9266 @kindex M-t (Summary)
9267 @findex gnus-summary-toggle-display-buttonized
9268 Toggle the buttonized display of the article buffer
9269 (@code{gnus-summary-toggle-display-buttonized}).
9270
9271 @item W M w
9272 @kindex W M w (Summary)
9273 @findex gnus-article-decode-mime-words
9274 Decode RFC 2047-encoded words in the article headers
9275 (@code{gnus-article-decode-mime-words}).
9276
9277 @item W M c
9278 @kindex W M c (Summary)
9279 @findex gnus-article-decode-charset
9280 Decode encoded article bodies as well as charsets
9281 (@code{gnus-article-decode-charset}).
9282
9283 This command looks in the @code{Content-Type} header to determine the
9284 charset.  If there is no such header in the article, you can give it a
9285 prefix, which will prompt for the charset to decode as.  In regional
9286 groups where people post using some common encoding (but do not
9287 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9288 parameter to the required charset (@pxref{Group Parameters}).
9289
9290 @item W M v
9291 @kindex W M v (Summary)
9292 @findex gnus-mime-view-all-parts
9293 View all the @acronym{MIME} parts in the current article
9294 (@code{gnus-mime-view-all-parts}).
9295
9296 @end table
9297
9298 Relevant variables:
9299
9300 @table @code
9301 @item gnus-ignored-mime-types
9302 @vindex gnus-ignored-mime-types
9303 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9304 this list will be completely ignored by Gnus.  The default value is
9305 @code{nil}.
9306
9307 To have all Vcards be ignored, you'd say something like this:
9308
9309 @lisp
9310 (setq gnus-ignored-mime-types
9311       '("text/x-vcard"))
9312 @end lisp
9313
9314 @item gnus-article-loose-mime
9315 @vindex gnus-article-loose-mime
9316 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9317 before interpreting the message as a @acronym{MIME} message.  This helps
9318 when reading messages from certain broken mail user agents.  The
9319 default is @code{nil}.
9320
9321 @item gnus-article-emulate-mime
9322 @vindex gnus-article-emulate-mime
9323 There are other, non-@acronym{MIME} encoding methods used.  The most common
9324 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9325 this variable is non-@code{nil}, Gnus will look in message bodies to
9326 see if it finds these encodings, and if so, it'll run them through the
9327 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9328
9329 @item gnus-unbuttonized-mime-types
9330 @vindex gnus-unbuttonized-mime-types
9331 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9332 this list won't have @acronym{MIME} buttons inserted unless they aren't
9333 displayed or this variable is overridden by
9334 @code{gnus-buttonized-mime-types}.  The default value is
9335 @code{(".*/.*")}.  This variable is only used when
9336 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9337
9338 @item gnus-buttonized-mime-types
9339 @vindex gnus-buttonized-mime-types
9340 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9341 this list will have @acronym{MIME} buttons inserted unless they aren't
9342 displayed.  This variable overrides
9343 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9344 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9345 is @code{nil}.
9346
9347 To see e.g. security buttons but no other buttons, you could set this
9348 variable to @code{("multipart/signed")} and leave
9349 @code{gnus-unbuttonized-mime-types} at the default value.
9350
9351 @item gnus-inhibit-mime-unbuttonizing
9352 @vindex gnus-inhibit-mime-unbuttonizing
9353 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9354 default value is @code{nil}.
9355
9356 @item gnus-article-mime-part-function
9357 @vindex gnus-article-mime-part-function
9358 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9359 handle as the parameter.  The function is meant to be used to allow
9360 users to gather information from the article (e. g., add Vcard info to
9361 the bbdb database) or to do actions based on parts (e. g., automatically
9362 save all jpegs into some directory).
9363
9364 Here's an example function the does the latter:
9365
9366 @lisp
9367 (defun my-save-all-jpeg-parts (handle)
9368   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9369     (with-temp-buffer
9370       (insert (mm-get-part handle))
9371       (write-region (point-min) (point-max)
9372                     (read-file-name "Save jpeg to: ")))))
9373 (setq gnus-article-mime-part-function
9374       'my-save-all-jpeg-parts)
9375 @end lisp
9376
9377 @vindex gnus-mime-multipart-functions
9378 @item gnus-mime-multipart-functions
9379 Alist of @acronym{MIME} multipart types and functions to handle them.
9380
9381 @vindex mm-file-name-rewrite-functions
9382 @item mm-file-name-rewrite-functions
9383 List of functions used for rewriting file names of @acronym{MIME} parts.
9384 Each function takes a file name as input and returns a file name.
9385
9386 Ready-made functions include@*
9387 @code{mm-file-name-delete-whitespace},
9388 @code{mm-file-name-trim-whitespace},
9389 @code{mm-file-name-collapse-whitespace}, and
9390 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9391 the variable @code{mm-file-name-replace-whitespace} to replace each
9392 whitespace character in a file name with that string; default value
9393 is @code{"_"} (a single underscore).
9394 @findex mm-file-name-delete-whitespace
9395 @findex mm-file-name-trim-whitespace
9396 @findex mm-file-name-collapse-whitespace
9397 @findex mm-file-name-replace-whitespace
9398 @vindex mm-file-name-replace-whitespace
9399
9400 The standard functions @code{capitalize}, @code{downcase},
9401 @code{upcase}, and @code{upcase-initials} may be useful, too.
9402
9403 Everybody knows that whitespace characters in file names are evil,
9404 except those who don't know.  If you receive lots of attachments from
9405 such unenlightened users, you can make live easier by adding
9406
9407 @lisp
9408 (setq mm-file-name-rewrite-functions
9409       '(mm-file-name-trim-whitespace
9410         mm-file-name-collapse-whitespace
9411         mm-file-name-replace-whitespace))
9412 @end lisp
9413
9414 @noindent
9415 to your @file{~/.gnus.el} file.
9416
9417 @end table
9418
9419
9420 @node Charsets
9421 @section Charsets
9422 @cindex charsets
9423
9424 People use different charsets, and we have @acronym{MIME} to let us know what
9425 charsets they use.  Or rather, we wish we had.  Many people use
9426 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9427 just send out messages without saying what character sets they use.  To
9428 help a bit with this, some local news hierarchies have policies that say
9429 what character set is the default.  For instance, the @samp{fj}
9430 hierarchy uses @code{iso-2022-jp-2}.
9431
9432 @vindex gnus-group-charset-alist
9433 This knowledge is encoded in the @code{gnus-group-charset-alist}
9434 variable, which is an alist of regexps (use the first item to match full
9435 group names) and default charsets to be used when reading these groups.
9436
9437 @vindex gnus-newsgroup-ignored-charsets
9438 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9439 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9440 even if they really are in @code{koi-8}.  To help here, the
9441 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9442 charsets that are listed here will be ignored.  The variable can be
9443 set on a group-by-group basis using the group parameters (@pxref{Group
9444 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9445 which includes values some agents insist on having in there.
9446
9447 @vindex gnus-group-posting-charset-alist
9448 When posting, @code{gnus-group-posting-charset-alist} is used to
9449 determine which charsets should not be encoded using the @acronym{MIME}
9450 encodings.  For instance, some hierarchies discourage using
9451 quoted-printable header encoding.
9452
9453 This variable is an alist of regexps and permitted unencoded charsets
9454 for posting.  Each element of the alist has the form @code{(}@var{test
9455 header body-list}@code{)}, where:
9456
9457 @table @var
9458 @item test
9459 is either a regular expression matching the newsgroup header or a
9460 variable to query,
9461 @item header
9462 is the charset which may be left unencoded in the header (@code{nil}
9463 means encode all charsets),
9464 @item body-list
9465 is a list of charsets which may be encoded using 8bit content-transfer
9466 encoding in the body, or one of the special values @code{nil} (always
9467 encode using quoted-printable) or @code{t} (always use 8bit).
9468 @end table
9469
9470 @cindex Russian
9471 @cindex koi8-r
9472 @cindex koi8-u
9473 @cindex iso-8859-5
9474 @cindex coding system aliases
9475 @cindex preferred charset
9476
9477 Other charset tricks that may be useful, although not Gnus-specific:
9478
9479 If there are several @acronym{MIME} charsets that encode the same Emacs
9480 charset, you can choose what charset to use by saying the following:
9481
9482 @lisp
9483 (put-charset-property 'cyrillic-iso8859-5
9484                       'preferred-coding-system 'koi8-r)
9485 @end lisp
9486
9487 This means that Russian will be encoded using @code{koi8-r} instead of
9488 the default @code{iso-8859-5} @acronym{MIME} charset.
9489
9490 If you want to read messages in @code{koi8-u}, you can cheat and say
9491
9492 @lisp
9493 (define-coding-system-alias 'koi8-u 'koi8-r)
9494 @end lisp
9495
9496 This will almost do the right thing.
9497
9498 And finally, to read charsets like @code{windows-1251}, you can say
9499 something like
9500
9501 @lisp
9502 (codepage-setup 1251)
9503 (define-coding-system-alias 'windows-1251 'cp1251)
9504 @end lisp
9505
9506
9507 @node Article Commands
9508 @section Article Commands
9509
9510 @table @kbd
9511
9512 @item A P
9513 @cindex PostScript
9514 @cindex printing
9515 @kindex A P (Summary)
9516 @vindex gnus-ps-print-hook
9517 @findex gnus-summary-print-article
9518 Generate and print a PostScript image of the article buffer
9519 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9520 be run just before printing the buffer.  An alternative way to print
9521 article is to use Muttprint (@pxref{Saving Articles}).
9522
9523 @end table
9524
9525
9526 @node Summary Sorting
9527 @section Summary Sorting
9528 @cindex summary sorting
9529
9530 You can have the summary buffer sorted in various ways, even though I
9531 can't really see why you'd want that.
9532
9533 @table @kbd
9534
9535 @item C-c C-s C-n
9536 @kindex C-c C-s C-n (Summary)
9537 @findex gnus-summary-sort-by-number
9538 Sort by article number (@code{gnus-summary-sort-by-number}).
9539
9540 @item C-c C-s C-a
9541 @kindex C-c C-s C-a (Summary)
9542 @findex gnus-summary-sort-by-author
9543 Sort by author (@code{gnus-summary-sort-by-author}).
9544
9545 @item C-c C-s C-s
9546 @kindex C-c C-s C-s (Summary)
9547 @findex gnus-summary-sort-by-subject
9548 Sort by subject (@code{gnus-summary-sort-by-subject}).
9549
9550 @item C-c C-s C-d
9551 @kindex C-c C-s C-d (Summary)
9552 @findex gnus-summary-sort-by-date
9553 Sort by date (@code{gnus-summary-sort-by-date}).
9554
9555 @item C-c C-s C-l
9556 @kindex C-c C-s C-l (Summary)
9557 @findex gnus-summary-sort-by-lines
9558 Sort by lines (@code{gnus-summary-sort-by-lines}).
9559
9560 @item C-c C-s C-c
9561 @kindex C-c C-s C-c (Summary)
9562 @findex gnus-summary-sort-by-chars
9563 Sort by article length (@code{gnus-summary-sort-by-chars}).
9564
9565 @item C-c C-s C-i
9566 @kindex C-c C-s C-i (Summary)
9567 @findex gnus-summary-sort-by-score
9568 Sort by score (@code{gnus-summary-sort-by-score}).
9569
9570 @item C-c C-s C-r
9571 @kindex C-c C-s C-r (Summary)
9572 @findex gnus-summary-sort-by-random
9573 Randomize (@code{gnus-summary-sort-by-random}).
9574
9575 @item C-c C-s C-o
9576 @kindex C-c C-s C-o (Summary)
9577 @findex gnus-summary-sort-by-original
9578 Sort using the default sorting method
9579 (@code{gnus-summary-sort-by-original}).
9580 @end table
9581
9582 These functions will work both when you use threading and when you don't
9583 use threading.  In the latter case, all summary lines will be sorted,
9584 line by line.  In the former case, sorting will be done on a
9585 root-by-root basis, which might not be what you were looking for.  To
9586 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9587 Commands}).
9588
9589
9590 @node Finding the Parent
9591 @section Finding the Parent
9592 @cindex parent articles
9593 @cindex referring articles
9594
9595 @table @kbd
9596 @item ^
9597 @kindex ^ (Summary)
9598 @findex gnus-summary-refer-parent-article
9599 If you'd like to read the parent of the current article, and it is not
9600 displayed in the summary buffer, you might still be able to.  That is,
9601 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9602 and the @code{References} in the current article are not mangled, you
9603 can just press @kbd{^} or @kbd{A r}
9604 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9605 you'll get the parent.  If the parent is already displayed in the
9606 summary buffer, point will just move to this article.
9607
9608 If given a positive numerical prefix, fetch that many articles back into
9609 the ancestry.  If given a negative numerical prefix, fetch just that
9610 ancestor.  So if you say @kbd{3 ^}, gnus will fetch the parent, the
9611 grandparent and the grandgrandparent of the current article.  If you say
9612 @kbd{-3 ^}, gnus will only fetch the grandgrandparent of the current
9613 article.
9614
9615 @item A R (Summary)
9616 @findex gnus-summary-refer-references
9617 @kindex A R (Summary)
9618 Fetch all articles mentioned in the @code{References} header of the
9619 article (@code{gnus-summary-refer-references}).
9620
9621 @item A T (Summary)
9622 @findex gnus-summary-refer-thread
9623 @kindex A T (Summary)
9624 Display the full thread where the current article appears
9625 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9626 headers in the current group to work, so it usually takes a while.  If
9627 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9628 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9629 visible effects normally, but it'll make this command work a whole lot
9630 faster.  Of course, it'll make group entry somewhat slow.
9631
9632 @vindex gnus-refer-thread-limit
9633 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9634 articles before the first displayed in the current group) headers to
9635 fetch when doing this command.  The default is 200.  If @code{t}, all
9636 the available headers will be fetched.  This variable can be overridden
9637 by giving the @kbd{A T} command a numerical prefix.
9638
9639 @item M-^ (Summary)
9640 @findex gnus-summary-refer-article
9641 @kindex M-^ (Summary)
9642 @cindex Message-ID
9643 @cindex fetching by Message-ID
9644 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9645 matter what group it belongs to.  @kbd{M-^}
9646 (@code{gnus-summary-refer-article}) will ask you for a
9647 @code{Message-ID}, which is one of those long, hard-to-read thingies
9648 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9649 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9650 @end table
9651
9652 The current select method will be used when fetching by
9653 @code{Message-ID} from non-news select method, but you can override this
9654 by giving this command a prefix.
9655
9656 @vindex gnus-refer-article-method
9657 If the group you are reading is located on a back end that does not
9658 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9659 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9660 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9661 updating the spool you are reading from, but that's not really
9662 necessary.
9663
9664 It can also be a list of select methods, as well as the special symbol
9665 @code{current}, which means to use the current select method.  If it
9666 is a list, Gnus will try all the methods in the list until it finds a
9667 match.
9668
9669 Here's an example setting that will first try the current method, and
9670 then ask Google if that fails:
9671
9672 @lisp
9673 (setq gnus-refer-article-method
9674       '(current
9675         (nnweb "google" (nnweb-type google))))
9676 @end lisp
9677
9678 Most of the mail back ends support fetching by @code{Message-ID}, but
9679 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9680 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9681 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9682 only able to locate articles that have been posted to the current
9683 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9684 not support this at all.
9685
9686
9687 @node Alternative Approaches
9688 @section Alternative Approaches
9689
9690 Different people like to read news using different methods.  This being
9691 gnus, we offer a small selection of minor modes for the summary buffers.
9692
9693 @menu
9694 * Pick and Read::               First mark articles and then read them.
9695 * Binary Groups::               Auto-decode all articles.
9696 @end menu
9697
9698
9699 @node Pick and Read
9700 @subsection Pick and Read
9701 @cindex pick and read
9702
9703 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9704 a two-phased reading interface.  The user first marks in a summary
9705 buffer the articles she wants to read.  Then she starts reading the
9706 articles with just an article buffer displayed.
9707
9708 @findex gnus-pick-mode
9709 @kindex M-x gnus-pick-mode
9710 Gnus provides a summary buffer minor mode that allows
9711 this---@code{gnus-pick-mode}.  This basically means that a few process
9712 mark commands become one-keystroke commands to allow easy marking, and
9713 it provides one additional command for switching to the summary buffer.
9714
9715 Here are the available keystrokes when using pick mode:
9716
9717 @table @kbd
9718 @item .
9719 @kindex . (Pick)
9720 @findex gnus-pick-article-or-thread
9721 Pick the article or thread on the current line
9722 (@code{gnus-pick-article-or-thread}).  If the variable
9723 @code{gnus-thread-hide-subtree} is true, then this key selects the
9724 entire thread when used at the first article of the thread.  Otherwise,
9725 it selects just the article.  If given a numerical prefix, go to that
9726 thread or article and pick it.  (The line number is normally displayed
9727 at the beginning of the summary pick lines.)
9728
9729 @item SPACE
9730 @kindex SPACE (Pick)
9731 @findex gnus-pick-next-page
9732 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9733 at the end of the buffer, start reading the picked articles.
9734
9735 @item u
9736 @kindex u (Pick)
9737 @findex gnus-pick-unmark-article-or-thread.
9738 Unpick the thread or article
9739 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9740 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9741 thread if used at the first article of the thread.  Otherwise it unpicks
9742 just the article.  You can give this key a numerical prefix to unpick
9743 the thread or article at that line.
9744
9745 @item RET
9746 @kindex RET (Pick)
9747 @findex gnus-pick-start-reading
9748 @vindex gnus-pick-display-summary
9749 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9750 given a prefix, mark all unpicked articles as read first.  If
9751 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9752 will still be visible when you are reading.
9753
9754 @end table
9755
9756 All the normal summary mode commands are still available in the
9757 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9758 which is mapped to the same function
9759 @code{gnus-summary-tick-article-forward}.
9760
9761 If this sounds like a good idea to you, you could say:
9762
9763 @lisp
9764 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9765 @end lisp
9766
9767 @vindex gnus-pick-mode-hook
9768 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9769
9770 @vindex gnus-mark-unpicked-articles-as-read
9771 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9772 all unpicked articles as read.  The default is @code{nil}.
9773
9774 @vindex gnus-summary-pick-line-format
9775 The summary line format in pick mode is slightly different from the
9776 standard format.  At the beginning of each line the line number is
9777 displayed.  The pick mode line format is controlled by the
9778 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9779 Variables}).  It accepts the same format specs that
9780 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9781
9782
9783 @node Binary Groups
9784 @subsection Binary Groups
9785 @cindex binary groups
9786
9787 @findex gnus-binary-mode
9788 @kindex M-x gnus-binary-mode
9789 If you spend much time in binary groups, you may grow tired of hitting
9790 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9791 is a minor mode for summary buffers that makes all ordinary Gnus article
9792 selection functions uudecode series of articles and display the result
9793 instead of just displaying the articles the normal way.
9794
9795 @kindex g (Binary)
9796 @findex gnus-binary-show-article
9797 The only way, in fact, to see the actual articles is the @kbd{g}
9798 command, when you have turned on this mode
9799 (@code{gnus-binary-show-article}).
9800
9801 @vindex gnus-binary-mode-hook
9802 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9803
9804
9805 @node Tree Display
9806 @section Tree Display
9807 @cindex trees
9808
9809 @vindex gnus-use-trees
9810 If you don't like the normal gnus summary display, you might try setting
9811 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9812 additional @dfn{tree buffer}.  You can execute all summary mode commands
9813 in the tree buffer.
9814
9815 There are a few variables to customize the tree display, of course:
9816
9817 @table @code
9818 @item gnus-tree-mode-hook
9819 @vindex gnus-tree-mode-hook
9820 A hook called in all tree mode buffers.
9821
9822 @item gnus-tree-mode-line-format
9823 @vindex gnus-tree-mode-line-format
9824 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9825 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9826 of valid specs, @pxref{Summary Buffer Mode Line}.
9827
9828 @item gnus-selected-tree-face
9829 @vindex gnus-selected-tree-face
9830 Face used for highlighting the selected article in the tree buffer.  The
9831 default is @code{modeline}.
9832
9833 @item gnus-tree-line-format
9834 @vindex gnus-tree-line-format
9835 A format string for the tree nodes.  The name is a bit of a misnomer,
9836 though---it doesn't define a line, but just the node.  The default value
9837 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9838 the name of the poster.  It is vital that all nodes are of the same
9839 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9840
9841 Valid specs are:
9842
9843 @table @samp
9844 @item n
9845 The name of the poster.
9846 @item f
9847 The @code{From} header.
9848 @item N
9849 The number of the article.
9850 @item [
9851 The opening bracket.
9852 @item ]
9853 The closing bracket.
9854 @item s
9855 The subject.
9856 @end table
9857
9858 @xref{Formatting Variables}.
9859
9860 Variables related to the display are:
9861
9862 @table @code
9863 @item gnus-tree-brackets
9864 @vindex gnus-tree-brackets
9865 This is used for differentiating between ``real'' articles and
9866 ``sparse'' articles.  The format is
9867 @example
9868 ((@var{real-open} . @var{real-close})
9869  (@var{sparse-open} . @var{sparse-close})
9870  (@var{dummy-open} . @var{dummy-close}))
9871 @end example
9872 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9873
9874 @item gnus-tree-parent-child-edges
9875 @vindex gnus-tree-parent-child-edges
9876 This is a list that contains the characters used for connecting parent
9877 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9878
9879 @end table
9880
9881 @item gnus-tree-minimize-window
9882 @vindex gnus-tree-minimize-window
9883 If this variable is non-@code{nil}, gnus will try to keep the tree
9884 buffer as small as possible to allow more room for the other gnus
9885 windows.  If this variable is a number, the tree buffer will never be
9886 higher than that number.  The default is @code{t}.  Note that if you
9887 have several windows displayed side-by-side in a frame and the tree
9888 buffer is one of these, minimizing the tree window will also resize all
9889 other windows displayed next to it.
9890
9891 You may also wish to add the following hook to keep the window minimized
9892 at all times:
9893
9894 @lisp
9895 (add-hook 'gnus-configure-windows-hook
9896           'gnus-tree-perhaps-minimize)
9897 @end lisp
9898
9899 @item gnus-generate-tree-function
9900 @vindex gnus-generate-tree-function
9901 @findex gnus-generate-horizontal-tree
9902 @findex gnus-generate-vertical-tree
9903 The function that actually generates the thread tree.  Two predefined
9904 functions are available: @code{gnus-generate-horizontal-tree} and
9905 @code{gnus-generate-vertical-tree} (which is the default).
9906
9907 @end table
9908
9909 Here's an example from a horizontal tree buffer:
9910
9911 @example
9912 @{***@}-(***)-[odd]-[Gun]
9913      |      \[Jan]
9914      |      \[odd]-[Eri]
9915      |      \(***)-[Eri]
9916      |            \[odd]-[Paa]
9917      \[Bjo]
9918      \[Gun]
9919      \[Gun]-[Jor]
9920 @end example
9921
9922 Here's the same thread displayed in a vertical tree buffer:
9923
9924 @example
9925 @group
9926 @{***@}
9927   |--------------------------\-----\-----\
9928 (***)                         [Bjo] [Gun] [Gun]
9929   |--\-----\-----\                          |
9930 [odd] [Jan] [odd] (***)                   [Jor]
9931   |           |     |--\
9932 [Gun]       [Eri] [Eri] [odd]
9933                           |
9934                         [Paa]
9935 @end group
9936 @end example
9937
9938 If you're using horizontal trees, it might be nice to display the trees
9939 side-by-side with the summary buffer.  You could add something like the
9940 following to your @file{~/.gnus.el} file:
9941
9942 @lisp
9943 (setq gnus-use-trees t
9944       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9945       gnus-tree-minimize-window nil)
9946 (gnus-add-configuration
9947  '(article
9948    (vertical 1.0
9949              (horizontal 0.25
9950                          (summary 0.75 point)
9951                          (tree 1.0))
9952              (article 1.0))))
9953 @end lisp
9954
9955 @xref{Window Layout}.
9956
9957
9958 @node Mail Group Commands
9959 @section Mail Group Commands
9960 @cindex mail group commands
9961
9962 Some commands only make sense in mail groups.  If these commands are
9963 invalid in the current group, they will raise a hell and let you know.
9964
9965 All these commands (except the expiry and edit commands) use the
9966 process/prefix convention (@pxref{Process/Prefix}).
9967
9968 @table @kbd
9969
9970 @item B e
9971 @kindex B e (Summary)
9972 @findex gnus-summary-expire-articles
9973 Run all expirable articles in the current group through the expiry
9974 process (@code{gnus-summary-expire-articles}).  That is, delete all
9975 expirable articles in the group that have been around for a while.
9976 (@pxref{Expiring Mail}).
9977
9978 @item B C-M-e
9979 @kindex B C-M-e (Summary)
9980 @findex gnus-summary-expire-articles-now
9981 Delete all the expirable articles in the group
9982 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9983 articles eligible for expiry in the current group will
9984 disappear forever into that big @file{/dev/null} in the sky.
9985
9986 @item B DEL
9987 @kindex B DEL (Summary)
9988 @findex gnus-summary-delete-article
9989 @c @icon{gnus-summary-mail-delete}
9990 Delete the mail article.  This is ``delete'' as in ``delete it from your
9991 disk forever and ever, never to return again.'' Use with caution.
9992 (@code{gnus-summary-delete-article}).
9993
9994 @item B m
9995 @kindex B m (Summary)
9996 @cindex move mail
9997 @findex gnus-summary-move-article
9998 @vindex gnus-preserve-marks
9999 Move the article from one mail group to another
10000 (@code{gnus-summary-move-article}).  Marks will be preserved if
10001 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10002
10003 @item B c
10004 @kindex B c (Summary)
10005 @cindex copy mail
10006 @findex gnus-summary-copy-article
10007 @c @icon{gnus-summary-mail-copy}
10008 Copy the article from one group (mail group or not) to a mail group
10009 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10010 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10011
10012 @item B B
10013 @kindex B B (Summary)
10014 @cindex crosspost mail
10015 @findex gnus-summary-crosspost-article
10016 Crosspost the current article to some other group
10017 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10018 the article in the other group, and the Xref headers of the article will
10019 be properly updated.
10020
10021 @item B i
10022 @kindex B i (Summary)
10023 @findex gnus-summary-import-article
10024 Import an arbitrary file into the current mail newsgroup
10025 (@code{gnus-summary-import-article}).  You will be prompted for a file
10026 name, a @code{From} header and a @code{Subject} header.
10027
10028 @item B I
10029 @kindex B I (Summary)
10030 @findex gnus-summary-create-article
10031 Create an empty article in the current mail newsgroups
10032 (@code{gnus-summary-create-article}).  You will be prompted for a
10033 @code{From} header and a @code{Subject} header.
10034
10035 @item B r
10036 @kindex B r (Summary)
10037 @findex gnus-summary-respool-article
10038 @vindex gnus-summary-respool-default-method
10039 Respool the mail article (@code{gnus-summary-respool-article}).
10040 @code{gnus-summary-respool-default-method} will be used as the default
10041 select method when respooling.  This variable is @code{nil} by default,
10042 which means that the current group select method will be used instead.
10043 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10044 (which is the default).
10045
10046 @item B w
10047 @itemx e
10048 @kindex B w (Summary)
10049 @kindex e (Summary)
10050 @findex gnus-summary-edit-article
10051 @kindex C-c C-c (Article)
10052 @findex gnus-summary-edit-article-done
10053 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10054 editing and make the changes permanent, type @kbd{C-c C-c}
10055 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10056 @kbd{C-c C-c} command, gnus won't re-highlight the article.
10057
10058 @item B q
10059 @kindex B q (Summary)
10060 @findex gnus-summary-respool-query
10061 If you want to re-spool an article, you might be curious as to what group
10062 the article will end up in before you do the re-spooling.  This command
10063 will tell you (@code{gnus-summary-respool-query}).
10064
10065 @item B t
10066 @kindex B t (Summary)
10067 @findex gnus-summary-respool-trace
10068 Similarly, this command will display all fancy splitting patterns used
10069 when respooling, if any (@code{gnus-summary-respool-trace}).
10070
10071 @item B p
10072 @kindex B p (Summary)
10073 @findex gnus-summary-article-posted-p
10074 Some people have a tendency to send you ``courtesy'' copies when they
10075 follow up to articles you have posted.  These usually have a
10076 @code{Newsgroups} header in them, but not always.  This command
10077 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10078 article from your news server (or rather, from
10079 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10080 report back whether it found the article or not.  Even if it says that
10081 it didn't find the article, it may have been posted anyway---mail
10082 propagation is much faster than news propagation, and the news copy may
10083 just not have arrived yet.
10084
10085 @item K E
10086 @kindex K E (Summary)
10087 @findex gnus-article-encrypt-body
10088 @vindex gnus-article-encrypt-protocol
10089 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10090 The body is encrypted with the encryption protocol specified by the
10091 variable @code{gnus-article-encrypt-protocol}.
10092
10093 @end table
10094
10095 @vindex gnus-move-split-methods
10096 @cindex moving articles
10097 If you move (or copy) articles regularly, you might wish to have gnus
10098 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10099 variable that uses the same syntax as @code{gnus-split-methods}
10100 (@pxref{Saving Articles}).  You may customize that variable to create
10101 suggestions you find reasonable.  (Note that
10102 @code{gnus-move-split-methods} uses group names where
10103 @code{gnus-split-methods} uses file names.)
10104
10105 @lisp
10106 (setq gnus-move-split-methods
10107       '(("^From:.*Lars Magne" "nnml:junk")
10108         ("^Subject:.*gnus" "nnfolder:important")
10109         (".*" "nnml:misc")))
10110 @end lisp
10111
10112
10113 @node Various Summary Stuff
10114 @section Various Summary Stuff
10115
10116 @menu
10117 * Summary Group Information::   Information oriented commands.
10118 * Searching for Articles::      Multiple article commands.
10119 * Summary Generation Commands::
10120 * Really Various Summary Commands::  Those pesky non-conformant commands.
10121 @end menu
10122
10123 @table @code
10124 @vindex gnus-summary-display-while-building
10125 @item gnus-summary-display-while-building
10126 If non-@code{nil}, show and update the summary buffer as it's being
10127 built.  If @code{t}, update the buffer after every line is inserted.
10128 If the value is an integer, @var{n}, update the display every @var{n}
10129 lines.  The default is @code{nil}.
10130
10131 @vindex gnus-summary-display-arrow
10132 @item gnus-summary-display-arrow
10133 If non-@code{nil}, display an arrow in the fringe to indicate the
10134 current article.
10135
10136 @vindex gnus-summary-mode-hook
10137 @item gnus-summary-mode-hook
10138 This hook is called when creating a summary mode buffer.
10139
10140 @vindex gnus-summary-generate-hook
10141 @item gnus-summary-generate-hook
10142 This is called as the last thing before doing the threading and the
10143 generation of the summary buffer.  It's quite convenient for customizing
10144 the threading variables based on what data the newsgroup has.  This hook
10145 is called from the summary buffer after most summary buffer variables
10146 have been set.
10147
10148 @vindex gnus-summary-prepare-hook
10149 @item gnus-summary-prepare-hook
10150 It is called after the summary buffer has been generated.  You might use
10151 it to, for instance, highlight lines or modify the look of the buffer in
10152 some other ungodly manner.  I don't care.
10153
10154 @vindex gnus-summary-prepared-hook
10155 @item gnus-summary-prepared-hook
10156 A hook called as the very last thing after the summary buffer has been
10157 generated.
10158
10159 @vindex gnus-summary-ignore-duplicates
10160 @item gnus-summary-ignore-duplicates
10161 When gnus discovers two articles that have the same @code{Message-ID},
10162 it has to do something drastic.  No articles are allowed to have the
10163 same @code{Message-ID}, but this may happen when reading mail from some
10164 sources.  Gnus allows you to customize what happens with this variable.
10165 If it is @code{nil} (which is the default), gnus will rename the
10166 @code{Message-ID} (for display purposes only) and display the article as
10167 any other article.  If this variable is @code{t}, it won't display the
10168 article---it'll be as if it never existed.
10169
10170 @vindex gnus-alter-articles-to-read-function
10171 @item gnus-alter-articles-to-read-function
10172 This function, which takes two parameters (the group name and the list
10173 of articles to be selected), is called to allow the user to alter the
10174 list of articles to be selected.
10175
10176 For instance, the following function adds the list of cached articles to
10177 the list in one particular group:
10178
10179 @lisp
10180 (defun my-add-cached-articles (group articles)
10181   (if (string= group "some.group")
10182       (append gnus-newsgroup-cached articles)
10183     articles))
10184 @end lisp
10185
10186 @vindex gnus-newsgroup-variables
10187 @item gnus-newsgroup-variables
10188 A list of newsgroup (summary buffer) local variables, or cons of
10189 variables and their default expressions to be evalled (when the default
10190 values are not @code{nil}), that should be made global while the summary
10191 buffer is active.
10192
10193 Note: The default expressions will be evaluated (using function
10194 @code{eval}) before assignment to the local variable rather than just
10195 assigned to it.  If the default expression is the symbol @code{global},
10196 that symbol will not be evaluated but the global value of the local
10197 variable will be used instead.
10198
10199 These variables can be used to set variables in the group parameters
10200 while still allowing them to affect operations done in other
10201 buffers.  For example:
10202
10203 @lisp
10204 (setq gnus-newsgroup-variables
10205       '(message-use-followup-to
10206         (gnus-visible-headers .
10207  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10208 @end lisp
10209
10210 Also @pxref{Group Parameters}.
10211 @end table
10212
10213
10214 @node Summary Group Information
10215 @subsection Summary Group Information
10216
10217 @table @kbd
10218
10219 @item H f
10220 @kindex H f (Summary)
10221 @findex gnus-summary-fetch-faq
10222 @vindex gnus-group-faq-directory
10223 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10224 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10225 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10226 is usually a directory on a remote machine.  This variable can also be
10227 a list of directories.  In that case, giving a prefix to this command
10228 will allow you to choose between the various sites.  @code{ange-ftp}
10229 or @code{efs} will probably be used for fetching the file.
10230
10231 @item H d
10232 @kindex H d (Summary)
10233 @findex gnus-summary-describe-group
10234 Give a brief description of the current group
10235 (@code{gnus-summary-describe-group}).  If given a prefix, force
10236 rereading the description from the server.
10237
10238 @item H h
10239 @kindex H h (Summary)
10240 @findex gnus-summary-describe-briefly
10241 Give an extremely brief description of the most important summary
10242 keystrokes (@code{gnus-summary-describe-briefly}).
10243
10244 @item H i
10245 @kindex H i (Summary)
10246 @findex gnus-info-find-node
10247 Go to the gnus info node (@code{gnus-info-find-node}).
10248 @end table
10249
10250
10251 @node Searching for Articles
10252 @subsection Searching for Articles
10253
10254 @table @kbd
10255
10256 @item M-s
10257 @kindex M-s (Summary)
10258 @findex gnus-summary-search-article-forward
10259 Search through all subsequent (raw) articles for a regexp
10260 (@code{gnus-summary-search-article-forward}).
10261
10262 @item M-r
10263 @kindex M-r (Summary)
10264 @findex gnus-summary-search-article-backward
10265 Search through all previous (raw) articles for a regexp
10266 (@code{gnus-summary-search-article-backward}).
10267
10268 @item &
10269 @kindex & (Summary)
10270 @findex gnus-summary-execute-command
10271 This command will prompt you for a header, a regular expression to match
10272 on this field, and a command to be executed if the match is made
10273 (@code{gnus-summary-execute-command}).  If the header is an empty
10274 string, the match is done on the entire article.  If given a prefix,
10275 search backward instead.
10276
10277 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10278 all articles that have heads or bodies that match @samp{some.*string}.
10279
10280 @item M-&
10281 @kindex M-& (Summary)
10282 @findex gnus-summary-universal-argument
10283 Perform any operation on all articles that have been marked with
10284 the process mark (@code{gnus-summary-universal-argument}).
10285 @end table
10286
10287 @node Summary Generation Commands
10288 @subsection Summary Generation Commands
10289
10290 @table @kbd
10291
10292 @item Y g
10293 @kindex Y g (Summary)
10294 @findex gnus-summary-prepare
10295 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10296
10297 @item Y c
10298 @kindex Y c (Summary)
10299 @findex gnus-summary-insert-cached-articles
10300 Pull all cached articles (for the current group) into the summary buffer
10301 (@code{gnus-summary-insert-cached-articles}).
10302
10303 @item Y d
10304 @kindex Y d (Summary)
10305 @findex gnus-summary-insert-dormant-articles
10306 Pull all dormant articles (for the current group) into the summary buffer
10307 (@code{gnus-summary-insert-dormant-articles}).
10308
10309 @end table
10310
10311
10312 @node Really Various Summary Commands
10313 @subsection Really Various Summary Commands
10314
10315 @table @kbd
10316
10317 @item A D
10318 @itemx C-d
10319 @kindex C-d (Summary)
10320 @kindex A D (Summary)
10321 @findex gnus-summary-enter-digest-group
10322 If the current article is a collection of other articles (for instance,
10323 a digest), you might use this command to enter a group based on the that
10324 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10325 guess what article type is currently displayed unless you give a prefix
10326 to this command, which forces a ``digest'' interpretation.  Basically,
10327 whenever you see a message that is a collection of other messages of
10328 some format, you @kbd{C-d} and read these messages in a more convenient
10329 fashion.
10330
10331 @item C-M-d
10332 @kindex C-M-d (Summary)
10333 @findex gnus-summary-read-document
10334 This command is very similar to the one above, but lets you gather
10335 several documents into one biiig group
10336 (@code{gnus-summary-read-document}).  It does this by opening several
10337 @code{nndoc} groups for each document, and then opening an
10338 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10339 command understands the process/prefix convention
10340 (@pxref{Process/Prefix}).
10341
10342 @item C-t
10343 @kindex C-t (Summary)
10344 @findex gnus-summary-toggle-truncation
10345 Toggle truncation of summary lines
10346 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10347 line centering function in the summary buffer, so it's not a good idea
10348 to have truncation switched off while reading articles.
10349
10350 @item =
10351 @kindex = (Summary)
10352 @findex gnus-summary-expand-window
10353 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10354 If given a prefix, force an @code{article} window configuration.
10355
10356 @item C-M-e
10357 @kindex C-M-e (Summary)
10358 @findex gnus-summary-edit-parameters
10359 Edit the group parameters (@pxref{Group Parameters}) of the current
10360 group (@code{gnus-summary-edit-parameters}).
10361
10362 @item C-M-a
10363 @kindex C-M-a (Summary)
10364 @findex gnus-summary-customize-parameters
10365 Customize the group parameters (@pxref{Group Parameters}) of the current
10366 group (@code{gnus-summary-customize-parameters}).
10367
10368 @end table
10369
10370
10371 @node Exiting the Summary Buffer
10372 @section Exiting the Summary Buffer
10373 @cindex summary exit
10374 @cindex exiting groups
10375
10376 Exiting from the summary buffer will normally update all info on the
10377 group and return you to the group buffer.
10378
10379 @table @kbd
10380
10381 @item Z Z
10382 @itemx Z Q
10383 @itemx q
10384 @kindex Z Z (Summary)
10385 @kindex Z Q (Summary)
10386 @kindex q (Summary)
10387 @findex gnus-summary-exit
10388 @vindex gnus-summary-exit-hook
10389 @vindex gnus-summary-prepare-exit-hook
10390 @vindex gnus-group-no-more-groups-hook
10391 @c @icon{gnus-summary-exit}
10392 Exit the current group and update all information on the group
10393 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10394 called before doing much of the exiting, which calls
10395 @code{gnus-summary-expire-articles} by default.
10396 @code{gnus-summary-exit-hook} is called after finishing the exit
10397 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10398 group mode having no more (unread) groups.
10399
10400 @item Z E
10401 @itemx Q
10402 @kindex Z E (Summary)
10403 @kindex Q (Summary)
10404 @findex gnus-summary-exit-no-update
10405 Exit the current group without updating any information on the group
10406 (@code{gnus-summary-exit-no-update}).
10407
10408 @item Z c
10409 @itemx c
10410 @kindex Z c (Summary)
10411 @kindex c (Summary)
10412 @findex gnus-summary-catchup-and-exit
10413 @c @icon{gnus-summary-catchup-and-exit}
10414 Mark all unticked articles in the group as read and then exit
10415 (@code{gnus-summary-catchup-and-exit}).
10416
10417 @item Z C
10418 @kindex Z C (Summary)
10419 @findex gnus-summary-catchup-all-and-exit
10420 Mark all articles, even the ticked ones, as read and then exit
10421 (@code{gnus-summary-catchup-all-and-exit}).
10422
10423 @item Z n
10424 @kindex Z n (Summary)
10425 @findex gnus-summary-catchup-and-goto-next-group
10426 Mark all articles as read and go to the next group
10427 (@code{gnus-summary-catchup-and-goto-next-group}).
10428
10429 @item Z R
10430 @itemx C-x C-s
10431 @kindex Z R (Summary)
10432 @kindex C-x C-s (Summary)
10433 @findex gnus-summary-reselect-current-group
10434 Exit this group, and then enter it again
10435 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10436 all articles, both read and unread.
10437
10438 @item Z G
10439 @itemx M-g
10440 @kindex Z G (Summary)
10441 @kindex M-g (Summary)
10442 @findex gnus-summary-rescan-group
10443 @c @icon{gnus-summary-mail-get}
10444 Exit the group, check for new articles in the group, and select the
10445 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10446 articles, both read and unread.
10447
10448 @item Z N
10449 @kindex Z N (Summary)
10450 @findex gnus-summary-next-group
10451 Exit the group and go to the next group
10452 (@code{gnus-summary-next-group}).
10453
10454 @item Z P
10455 @kindex Z P (Summary)
10456 @findex gnus-summary-prev-group
10457 Exit the group and go to the previous group
10458 (@code{gnus-summary-prev-group}).
10459
10460 @item Z s
10461 @kindex Z s (Summary)
10462 @findex gnus-summary-save-newsrc
10463 Save the current number of read/marked articles in the dribble buffer
10464 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10465 given a prefix, also save the @file{.newsrc} file(s).  Using this
10466 command will make exit without updating (the @kbd{Q} command) worthless.
10467 @end table
10468
10469 @vindex gnus-exit-group-hook
10470 @code{gnus-exit-group-hook} is called when you exit the current group
10471 with an ``updating'' exit.  For instance @kbd{Q}
10472 (@code{gnus-summary-exit-no-update}) does not call this hook.
10473
10474 @findex gnus-summary-wake-up-the-dead
10475 @findex gnus-dead-summary-mode
10476 @vindex gnus-kill-summary-on-exit
10477 If you're in the habit of exiting groups, and then changing your mind
10478 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10479 If you do that, gnus won't kill the summary buffer when you exit it.
10480 (Quelle surprise!)  Instead it will change the name of the buffer to
10481 something like @samp{*Dead Summary ... *} and install a minor mode
10482 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10483 buffer, you'll find that all keys are mapped to a function called
10484 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10485 summary buffer will result in a live, normal summary buffer.
10486
10487 There will never be more than one dead summary buffer at any one time.
10488
10489 @vindex gnus-use-cross-reference
10490 The data on the current group will be updated (which articles you have
10491 read, which articles you have replied to, etc.) when you exit the
10492 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10493 @code{t} (which is the default), articles that are cross-referenced to
10494 this group and are marked as read, will also be marked as read in the
10495 other subscribed groups they were cross-posted to.  If this variable is
10496 neither @code{nil} nor @code{t}, the article will be marked as read in
10497 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10498
10499
10500 @node Crosspost Handling
10501 @section Crosspost Handling
10502
10503 @cindex velveeta
10504 @cindex spamming
10505 Marking cross-posted articles as read ensures that you'll never have to
10506 read the same article more than once.  Unless, of course, somebody has
10507 posted it to several groups separately.  Posting the same article to
10508 several groups (not cross-posting) is called @dfn{spamming}, and you are
10509 by law required to send nasty-grams to anyone who perpetrates such a
10510 heinous crime.  You may want to try NoCeM handling to filter out spam
10511 (@pxref{NoCeM}).
10512
10513 Remember: Cross-posting is kinda ok, but posting the same article
10514 separately to several groups is not.  Massive cross-posting (aka.
10515 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10516 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10517 excessive crossposting (@pxref{Summary Mail Commands}).
10518
10519 @cindex cross-posting
10520 @cindex Xref
10521 @cindex @acronym{NOV}
10522 One thing that may cause Gnus to not do the cross-posting thing
10523 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10524 (which is very nice, because it speeds things up considerably) which
10525 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10526 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10527 even with @sc{xover} by registering the @code{Xref} lines of all
10528 articles you actually read, but if you kill the articles, or just mark
10529 them as read without reading them, Gnus will not get a chance to snoop
10530 the @code{Xref} lines out of these articles, and will be unable to use
10531 the cross reference mechanism.
10532
10533 @cindex LIST overview.fmt
10534 @cindex overview.fmt
10535 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10536 in its overview files, try @samp{telnet your.nntp.server nntp},
10537 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10538 overview.fmt}.  This may not work, but if it does, and the last line you
10539 get does not read @samp{Xref:full}, then you should shout and whine at
10540 your news admin until she includes the @code{Xref} header in the
10541 overview files.
10542
10543 @vindex gnus-nov-is-evil
10544 If you want Gnus to get the @code{Xref}s right all the time, you have to
10545 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10546 considerably.
10547
10548 C'est la vie.
10549
10550 For an alternative approach, @pxref{Duplicate Suppression}.
10551
10552
10553 @node Duplicate Suppression
10554 @section Duplicate Suppression
10555
10556 By default, gnus tries to make sure that you don't have to read the same
10557 article more than once by utilizing the crossposting mechanism
10558 (@pxref{Crosspost Handling}).  However, that simple and efficient
10559 approach may not work satisfactory for some users for various
10560 reasons.
10561
10562 @enumerate
10563 @item
10564 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10565 is evil and not very common.
10566
10567 @item
10568 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10569 @file{.overview} data bases.  This is evil and all too common, alas.
10570
10571 @item
10572 You may be reading the same group (or several related groups) from
10573 different @acronym{NNTP} servers.
10574
10575 @item
10576 You may be getting mail that duplicates articles posted to groups.
10577 @end enumerate
10578
10579 I'm sure there are other situations where @code{Xref} handling fails as
10580 well, but these four are the most common situations.
10581
10582 If, and only if, @code{Xref} handling fails for you, then you may
10583 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10584 will remember the @code{Message-ID}s of all articles you have read or
10585 otherwise marked as read, and then, as if by magic, mark them as read
10586 all subsequent times you see them---in @emph{all} groups.  Using this
10587 mechanism is quite likely to be somewhat inefficient, but not overly
10588 so.  It's certainly preferable to reading the same articles more than
10589 once.
10590
10591 Duplicate suppression is not a very subtle instrument.  It's more like a
10592 sledge hammer than anything else.  It works in a very simple
10593 fashion---if you have marked an article as read, it adds this Message-ID
10594 to a cache.  The next time it sees this Message-ID, it will mark the
10595 article as read with the @samp{M} mark.  It doesn't care what group it
10596 saw the article in.
10597
10598 @table @code
10599 @item gnus-suppress-duplicates
10600 @vindex gnus-suppress-duplicates
10601 If non-@code{nil}, suppress duplicates.
10602
10603 @item gnus-save-duplicate-list
10604 @vindex gnus-save-duplicate-list
10605 If non-@code{nil}, save the list of duplicates to a file.  This will
10606 make startup and shutdown take longer, so the default is @code{nil}.
10607 However, this means that only duplicate articles read in a single gnus
10608 session are suppressed.
10609
10610 @item gnus-duplicate-list-length
10611 @vindex gnus-duplicate-list-length
10612 This variable says how many @code{Message-ID}s to keep in the duplicate
10613 suppression list.  The default is 10000.
10614
10615 @item gnus-duplicate-file
10616 @vindex gnus-duplicate-file
10617 The name of the file to store the duplicate suppression list in.  The
10618 default is @file{~/News/suppression}.
10619 @end table
10620
10621 If you have a tendency to stop and start gnus often, setting
10622 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10623 you leave gnus running for weeks on end, you may have it @code{nil}.  On
10624 the other hand, saving the list makes startup and shutdown much slower,
10625 so that means that if you stop and start gnus often, you should set
10626 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10627 to you to figure out, I think.
10628
10629 @node Security
10630 @section Security
10631
10632 Gnus is able to verify signed messages or decrypt encrypted messages.
10633 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10634 and @acronym{S/MIME}, however you need some external programs to get
10635 things to work:
10636
10637 @enumerate
10638 @item
10639 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10640 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10641 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10642 Manual}), but Mailcrypt and gpg.el are also supported.
10643
10644 @item
10645 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10646 or newer is recommended.
10647
10648 @end enumerate
10649
10650 More information on how to set things up can be found in the message
10651 manual (@pxref{Security, ,Security, message, Message Manual}).
10652
10653 @table @code
10654 @item mm-verify-option
10655 @vindex mm-verify-option
10656 Option of verifying signed parts.  @code{never}, not verify;
10657 @code{always}, always verify; @code{known}, only verify known
10658 protocols.  Otherwise, ask user.
10659
10660 @item mm-decrypt-option
10661 @vindex mm-decrypt-option
10662 Option of decrypting encrypted parts.  @code{never}, no decryption;
10663 @code{always}, always decrypt; @code{known}, only decrypt known
10664 protocols.  Otherwise, ask user.
10665
10666 @item mml1991-use
10667 @vindex mml1991-use
10668 Symbol indicating elisp interface to OpenPGP implementation for
10669 @acronym{PGP} messages.  The default is @code{pgg}, but
10670 @code{mailcrypt} and @code{gpg} are also supported although
10671 deprecated.
10672
10673 @item mml2015-use
10674 @vindex mml2015-use
10675 Symbol indicating elisp interface to OpenPGP implementation for
10676 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10677 @code{mailcrypt} and @code{gpg} are also supported although
10678 deprecated.
10679
10680 @end table
10681
10682 @cindex snarfing keys
10683 @cindex importing PGP keys
10684 @cindex PGP key ring import
10685 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10686 key ring) is not supported explicitly through a menu item or command,
10687 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10688 allowing you to specify whatever action you think is appropriate
10689 through the usual @acronym{MIME} infrastructure.  You can use a
10690 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10691 Emacs MIME Manual}) such as the following to import keys using GNU
10692 Privacy Guard when you click on the @acronym{MIME} button
10693 (@pxref{Using MIME}).
10694
10695 @example
10696 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10697 @end example
10698 @noindent
10699 This happens to also be the default action defined in
10700 @code{mailcap-mime-data}.
10701
10702 @node Mailing List
10703 @section Mailing List
10704 @cindex mailing list
10705 @cindex RFC 2396
10706
10707 @kindex A M (summary)
10708 @findex gnus-mailing-list-insinuate
10709 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10710 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10711 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10712 summary buffer.
10713
10714 That enables the following commands to the summary buffer:
10715
10716 @table @kbd
10717
10718 @item C-c C-n h
10719 @kindex C-c C-n h (Summary)
10720 @findex gnus-mailing-list-help
10721 Send a message to fetch mailing list help, if List-Help field exists.
10722
10723 @item C-c C-n s
10724 @kindex C-c C-n s (Summary)
10725 @findex gnus-mailing-list-subscribe
10726 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10727
10728 @item C-c C-n u
10729 @kindex C-c C-n u (Summary)
10730 @findex gnus-mailing-list-unsubscribe
10731 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10732 field exists.
10733
10734 @item C-c C-n p
10735 @kindex C-c C-n p (Summary)
10736 @findex gnus-mailing-list-post
10737 Post to the mailing list, if List-Post field exists.
10738
10739 @item C-c C-n o
10740 @kindex C-c C-n o (Summary)
10741 @findex gnus-mailing-list-owner
10742 Send a message to the mailing list owner, if List-Owner field exists.
10743
10744 @item C-c C-n a
10745 @kindex C-c C-n a (Summary)
10746 @findex gnus-mailing-list-archive
10747 Browse the mailing list archive, if List-Archive field exists.
10748
10749 @end table
10750
10751
10752 @node Article Buffer
10753 @chapter Article Buffer
10754 @cindex article buffer
10755
10756 The articles are displayed in the article buffer, of which there is only
10757 one.  All the summary buffers share the same article buffer unless you
10758 tell gnus otherwise.
10759
10760 @menu
10761 * Hiding Headers::              Deciding what headers should be displayed.
10762 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10763 * Customizing Articles::        Tailoring the look of the articles.
10764 * Article Keymap::              Keystrokes available in the article buffer.
10765 * Misc Article::                Other stuff.
10766 @end menu
10767
10768
10769 @node Hiding Headers
10770 @section Hiding Headers
10771 @cindex hiding headers
10772 @cindex deleting headers
10773
10774 The top section of each article is the @dfn{head}.  (The rest is the
10775 @dfn{body}, but you may have guessed that already.)
10776
10777 @vindex gnus-show-all-headers
10778 There is a lot of useful information in the head: the name of the person
10779 who wrote the article, the date it was written and the subject of the
10780 article.  That's well and nice, but there's also lots of information
10781 most people do not want to see---what systems the article has passed
10782 through before reaching you, the @code{Message-ID}, the
10783 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10784 of some of those lines.  If you want to keep all those lines in the
10785 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10786
10787 Gnus provides you with two variables for sifting headers:
10788
10789 @table @code
10790
10791 @item gnus-visible-headers
10792 @vindex gnus-visible-headers
10793 If this variable is non-@code{nil}, it should be a regular expression
10794 that says what headers you wish to keep in the article buffer.  All
10795 headers that do not match this variable will be hidden.
10796
10797 For instance, if you only want to see the name of the person who wrote
10798 the article and the subject, you'd say:
10799
10800 @lisp
10801 (setq gnus-visible-headers "^From:\\|^Subject:")
10802 @end lisp
10803
10804 This variable can also be a list of regexps to match headers to
10805 remain visible.
10806
10807 @item gnus-ignored-headers
10808 @vindex gnus-ignored-headers
10809 This variable is the reverse of @code{gnus-visible-headers}.  If this
10810 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10811 should be a regular expression that matches all lines that you want to
10812 hide.  All lines that do not match this variable will remain visible.
10813
10814 For instance, if you just want to get rid of the @code{References} field
10815 and the @code{Xref} field, you might say:
10816
10817 @lisp
10818 (setq gnus-ignored-headers "^References:\\|^Xref:")
10819 @end lisp
10820
10821 This variable can also be a list of regexps to match headers to
10822 be removed.
10823
10824 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10825 variable will have no effect.
10826
10827 @end table
10828
10829 @vindex gnus-sorted-header-list
10830 Gnus can also sort the headers for you.  (It does this by default.)  You
10831 can control the sorting by setting the @code{gnus-sorted-header-list}
10832 variable.  It is a list of regular expressions that says in what order
10833 the headers are to be displayed.
10834
10835 For instance, if you want the name of the author of the article first,
10836 and then the subject, you might say something like:
10837
10838 @lisp
10839 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10840 @end lisp
10841
10842 Any headers that are to remain visible, but are not listed in this
10843 variable, will be displayed in random order after all the headers listed in this variable.
10844
10845 @findex gnus-article-hide-boring-headers
10846 @vindex gnus-boring-article-headers
10847 You can hide further boring headers by setting
10848 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10849 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10850 list, but this list doesn't actually contain header names.  Instead it
10851 lists various @dfn{boring conditions} that Gnus can check and remove
10852 from sight.
10853
10854 These conditions are:
10855 @table @code
10856 @item empty
10857 Remove all empty headers.
10858 @item followup-to
10859 Remove the @code{Followup-To} header if it is identical to the
10860 @code{Newsgroups} header.
10861 @item reply-to
10862 Remove the @code{Reply-To} header if it lists the same addresses as
10863 the @code{From} header, or if the @code{broken-reply-to} group
10864 parameter is set.
10865 @item newsgroups
10866 Remove the @code{Newsgroups} header if it only contains the current group
10867 name.
10868 @item to-address
10869 Remove the @code{To} header if it only contains the address identical to
10870 the current group's @code{to-address} parameter.
10871 @item to-list
10872 Remove the @code{To} header if it only contains the address identical to
10873 the current group's @code{to-list} parameter.
10874 @item cc-list
10875 Remove the @code{CC} header if it only contains the address identical to
10876 the current group's @code{to-list} parameter.
10877 @item date
10878 Remove the @code{Date} header if the article is less than three days
10879 old.
10880 @item long-to
10881 Remove the @code{To} header if it is very long.
10882 @item many-to
10883 Remove all @code{To} headers if there are more than one.
10884 @end table
10885
10886 To include these three elements, you could say something like:
10887
10888 @lisp
10889 (setq gnus-boring-article-headers
10890       '(empty followup-to reply-to))
10891 @end lisp
10892
10893 This is also the default value for this variable.
10894
10895
10896 @node Using MIME
10897 @section Using MIME
10898 @cindex @acronym{MIME}
10899
10900 Mime is a standard for waving your hands through the air, aimlessly,
10901 while people stand around yawning.
10902
10903 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10904 while all newsreaders die of fear.
10905
10906 @acronym{MIME} may specify what character set the article uses, the encoding
10907 of the characters, and it also makes it possible to embed pictures and
10908 other naughty stuff in innocent-looking articles.
10909
10910 @vindex gnus-show-mime
10911 @vindex gnus-article-display-method-for-mime
10912 @findex gnus-article-display-mime-message
10913 gnus handles @acronym{MIME} by pushing the articles through
10914 @code{gnus-article-display-method-for-mime}, which is
10915 @code{gnus-article-display-mime-message} by default.  This function
10916 calls the @acronym{SEMI} MIME-View program to actually do the work.  For
10917 more information on @acronym{SEMI} MIME-View, see its manual page
10918 (however it is not existed yet, sorry).
10919
10920 Set @code{gnus-show-mime} to @code{t} if you want to use
10921 @acronym{MIME} all the time.  If you have @code{gnus-show-mime} set,
10922 then you'll see some unfortunate display glitches in the article buffer.
10923 These can't be avoided.
10924
10925 In GNUS or Gnus, it might be best to just use the toggling functions
10926 from the summary buffer to avoid getting nasty surprises. (For instance,
10927 you enter the group @samp{alt.sing-a-long} and, before you know it,
10928 @acronym{MIME} has decoded the sound file in the article and some
10929 horrible sing-a-long song comes screaming out your speakers, and you
10930 can't find the volume button, because there isn't one, and people are
10931 starting to look at you, and you try to stop the program, but you can't,
10932 and you can't find the program to control the volume, and everybody else
10933 in the room suddenly decides to look at you disdainfully, and you'll
10934 feel rather stupid.)
10935
10936 Any similarity to real events and people is purely coincidental.  Ahem.
10937
10938 To avoid such kind of situation, gnus stops to use
10939 @code{metamail-buffer}.  So now, you can set @code{gnus-show-mime} to
10940 non-@code{nil} every-time, then you can push button in the article
10941 buffer when there are nobody else.
10942
10943 Also @pxref{MIME Commands}.
10944
10945
10946 @node Customizing Articles
10947 @section Customizing Articles
10948 @cindex article customization
10949
10950 A slew of functions for customizing how the articles are to look like
10951 exist.  You can call these functions interactively
10952 (@pxref{Article Washing}), or you can have them
10953 called automatically when you select the articles.
10954
10955 To have them called automatically, you should set the corresponding
10956 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10957 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10958 be set, but first we discuss the values these variables can have.
10959
10960 Note: Some values, while valid, make little sense.  Check the list below
10961 for sensible values.
10962
10963 @enumerate
10964 @item
10965 @code{nil}: Don't do this treatment.
10966
10967 @item
10968 @code{t}: Do this treatment on all body parts.
10969
10970 @item
10971 @code{head}: Do the treatment on the headers.
10972
10973 @item
10974 @code{last}: Do this treatment on the last part.
10975
10976 @item
10977 An integer: Do this treatment on all body parts that have a length less
10978 than this number.
10979
10980 @item
10981 A list of strings: Do this treatment on all body parts that are in
10982 articles that are read in groups that have names that match one of the
10983 regexps in the list.
10984
10985 @item
10986 A list where the first element is not a string:
10987
10988 The list is evaluated recursively.  The first element of the list is a
10989 predicate.  The following predicates are recognized: @code{or},
10990 @code{and}, @code{not} and @code{typep}.  Here's an example:
10991
10992 @lisp
10993 (or last
10994     (typep "text/x-vcard"))
10995 @end lisp
10996
10997 @item
10998 @code{mime}: Do this treatment if the value of @code{gnus-show-mime}' is
10999 non-nil.
11000
11001 @end enumerate
11002
11003 You may have noticed that the word @dfn{part} is used here.  This refers
11004 to the fact that some messages are @acronym{MIME} multipart articles that may
11005 be divided into several parts.  Articles that are not multiparts are
11006 considered to contain just a single part.
11007
11008 @vindex gnus-article-treat-types
11009 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11010 want to, but by default, only @samp{text/plain} parts are given the
11011 treatment.  This is controlled by the @code{gnus-article-treat-types}
11012 variable, which is a list of regular expressions that are matched to the
11013 type of the part.  This variable is ignored if the value of the
11014 controlling variable is a predicate list, as described above.
11015
11016 The following treatment options are available.  The easiest way to
11017 customize this is to examine the @code{gnus-article-treat} customization
11018 group.  Values in parenthesis are suggested sensible values.  Others are
11019 possible but those listed are probably sufficient for most people.
11020
11021 @table @code
11022 @item gnus-treat-buttonize (t, integer)
11023 @item gnus-treat-buttonize-head (head)
11024
11025 @xref{Article Buttons}.
11026
11027 @item gnus-treat-capitalize-sentences (t, integer)
11028 @item gnus-treat-overstrike (t, integer)
11029 @item gnus-treat-strip-cr (t, integer)
11030 @item gnus-treat-strip-headers-in-body (t, integer)
11031 @item gnus-treat-strip-leading-blank-lines (t, integer)
11032 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11033 @item gnus-treat-strip-pem (t, last, integer)
11034 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11035 @item gnus-treat-unsplit-urls (t, integer)
11036 @item gnus-treat-wash-html (t, integer)
11037 @item gnus-treat-decode-article-as-default-mime-charset (t, integer)
11038
11039 @xref{Article Washing}.
11040
11041 @item gnus-treat-date-english (head)
11042 @item gnus-treat-date-iso8601 (head)
11043 @item gnus-treat-date-lapsed (head)
11044 @item gnus-treat-date-local (head)
11045 @item gnus-treat-date-original (head)
11046 @item gnus-treat-date-user-defined (head)
11047 @item gnus-treat-date-ut (head)
11048
11049 @xref{Article Date}.
11050
11051 @item gnus-treat-from-picon (head)
11052 @item gnus-treat-mail-picon (head)
11053 @item gnus-treat-newsgroups-picon (head)
11054
11055 @xref{Picons}.
11056
11057 @item gnus-treat-display-smileys (t, integer)
11058
11059 @item gnus-treat-body-boundary (head)
11060
11061 @vindex gnus-body-boundary-delimiter
11062 Adds a delimiter between header and body, the string used as delimiter
11063 is controlled by @code{gnus-body-boundary-delimiter}.
11064
11065 @xref{Smileys}.
11066
11067 @item gnus-treat-display-x-face (head)
11068
11069 @xref{X-Face}.
11070
11071 @item gnus-treat-display-face (head)
11072
11073 @xref{Face}.
11074
11075 @item gnus-treat-emphasize (t, head, integer)
11076 @item gnus-treat-fill-article (t, integer)
11077 @item gnus-treat-fill-long-lines (t, integer)
11078 @item gnus-treat-hide-boring-headers (head)
11079 @item gnus-treat-hide-citation (t, integer)
11080 @item gnus-treat-hide-citation-maybe (t, integer)
11081 @item gnus-treat-hide-headers (head)
11082 @item gnus-treat-hide-signature (t, last)
11083 @item gnus-treat-strip-banner (t, last)
11084 @item gnus-treat-strip-list-identifiers (head)
11085
11086 @xref{Article Hiding}.
11087
11088 @item gnus-treat-highlight-citation (t, integer)
11089 @item gnus-treat-highlight-headers (head)
11090 @item gnus-treat-highlight-signature (t, last, integer)
11091
11092 @xref{Article Highlighting}.
11093
11094 @item gnus-treat-play-sounds
11095 @item gnus-treat-translate
11096 @item gnus-treat-ansi-sequences (t)
11097 @item gnus-treat-x-pgp-sig (head)
11098
11099 @item gnus-treat-unfold-headers (head)
11100 @item gnus-treat-fold-headers (head)
11101 @item gnus-treat-fold-newsgroups (head)
11102 @item gnus-treat-leading-whitespace (head)
11103
11104 @xref{Article Header}.
11105
11106
11107 @end table
11108
11109 @vindex gnus-part-display-hook
11110 You can, of course, write your own functions to be called from
11111 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11112 part, and you can do anything you like, pretty much.  There is no
11113 information that you have to keep in the buffer---you can change
11114 everything.
11115
11116
11117 @node Article Keymap
11118 @section Article Keymap
11119
11120 Most of the keystrokes in the summary buffer can also be used in the
11121 article buffer.  They should behave as if you typed them in the summary
11122 buffer, which means that you don't actually have to have a summary
11123 buffer displayed while reading.  You can do it all from the article
11124 buffer.
11125
11126 A few additional keystrokes are available:
11127
11128 @table @kbd
11129
11130 @item SPACE
11131 @kindex SPACE (Article)
11132 @findex gnus-article-next-page
11133 Scroll forwards one page (@code{gnus-article-next-page}).
11134 This is exactly the same as @kbd{h SPACE h}.
11135
11136 @item DEL
11137 @kindex DEL (Article)
11138 @findex gnus-article-prev-page
11139 Scroll backwards one page (@code{gnus-article-prev-page}).
11140 This is exactly the same as @kbd{h DEL h}.
11141
11142 @item C-c ^
11143 @kindex C-c ^ (Article)
11144 @findex gnus-article-refer-article
11145 If point is in the neighborhood of a @code{Message-ID} and you press
11146 @kbd{C-c ^}, Gnus will try to get that article from the server
11147 (@code{gnus-article-refer-article}).
11148
11149 @item C-c C-m
11150 @kindex C-c C-m (Article)
11151 @findex gnus-article-mail
11152 Send a reply to the address near point (@code{gnus-article-mail}).  If
11153 given a prefix, include the mail.
11154
11155 @item s
11156 @kindex s (Article)
11157 @findex gnus-article-show-summary
11158 Reconfigure the buffers so that the summary buffer becomes visible
11159 (@code{gnus-article-show-summary}).
11160
11161 @item ?
11162 @kindex ? (Article)
11163 @findex gnus-article-describe-briefly
11164 Give a very brief description of the available keystrokes
11165 (@code{gnus-article-describe-briefly}).
11166
11167 @item TAB
11168 @kindex TAB (Article)
11169 @findex gnus-article-next-button
11170 Go to the next button, if any (@code{gnus-article-next-button}).  This
11171 only makes sense if you have buttonizing turned on.
11172
11173 @item M-TAB
11174 @kindex M-TAB (Article)
11175 @findex gnus-article-prev-button
11176 Go to the previous button, if any (@code{gnus-article-prev-button}).
11177
11178 @item R
11179 @kindex R (Article)
11180 @findex gnus-article-reply-with-original
11181 Send a reply to the current article and yank the current article
11182 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11183 wide reply.  If the region is active, only yank the text in the
11184 region.
11185
11186 @item F
11187 @kindex F (Article)
11188 @findex gnus-article-followup-with-original
11189 Send a followup to the current article and yank the current article
11190 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11191 a wide reply.  If the region is active, only yank the text in the
11192 region.
11193
11194
11195 @end table
11196
11197
11198 @node Misc Article
11199 @section Misc Article
11200
11201 @table @code
11202
11203 @item gnus-single-article-buffer
11204 @vindex gnus-single-article-buffer
11205 If non-@code{nil}, use the same article buffer for all the groups.
11206 (This is the default.)  If @code{nil}, each group will have its own
11207 article buffer.
11208
11209 @vindex gnus-article-decode-hook
11210 @item gnus-article-decode-hook
11211 @cindex @acronym{MIME}
11212 Hook used to decode @acronym{MIME} articles.  The default value is
11213 @code{(article-decode-charset article-decode-encoded-words)}
11214
11215 @vindex gnus-article-prepare-hook
11216 @item gnus-article-prepare-hook
11217 This hook is called right after the article has been inserted into the
11218 article buffer.  It is mainly intended for functions that do something
11219 depending on the contents; it should probably not be used for changing
11220 the contents of the article buffer.
11221
11222 @item gnus-article-mode-hook
11223 @vindex gnus-article-mode-hook
11224 Hook called in article mode buffers.
11225
11226 @item gnus-article-mode-syntax-table
11227 @vindex gnus-article-mode-syntax-table
11228 Syntax table used in article buffers.  It is initialized from
11229 @code{text-mode-syntax-table}.
11230
11231 @vindex gnus-article-over-scroll
11232 @item gnus-article-over-scroll
11233 If non-@code{nil}, allow scrolling the article buffer even when there
11234 no more new text to scroll in.  The default is @code{nil}.
11235
11236 @vindex gnus-article-mode-line-format
11237 @item gnus-article-mode-line-format
11238 This variable is a format string along the same lines as
11239 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
11240 Line}).  It accepts the same format specifications as that variable,
11241 with two extensions:
11242
11243 @table @samp
11244
11245 @item w
11246 The @dfn{wash status} of the article.  This is a short string with one
11247 character for each possible article wash operation that may have been
11248 performed.  The characters and their meaning:
11249
11250 @table @samp
11251
11252 @item c
11253 Displayed when cited text may be hidden in the article buffer.
11254
11255 @item h
11256 Displayed when headers are hidden in the article buffer.
11257
11258 @item p
11259 Displayed when article is digitally signed or encrypted, and Gnus has
11260 hidden the security headers.  (N.B. does not tell anything about
11261 security status, i.e. good or bad signature.)
11262
11263 @item s
11264 Displayed when the signature has been hidden in the Article buffer.
11265
11266 @item o
11267 Displayed when Gnus has treated overstrike characters in the article buffer.
11268
11269 @item e
11270 Displayed when Gnus has treated emphasised strings in the article buffer.
11271
11272 @end table
11273
11274 @item m
11275 The number of @acronym{MIME} parts in the article.
11276
11277 @end table
11278
11279 @vindex gnus-break-pages
11280
11281 @item gnus-break-pages
11282 Controls whether @dfn{page breaking} is to take place.  If this variable
11283 is non-@code{nil}, the articles will be divided into pages whenever a
11284 page delimiter appears in the article.  If this variable is @code{nil},
11285 paging will not be done.
11286
11287 @item gnus-page-delimiter
11288 @vindex gnus-page-delimiter
11289 This is the delimiter mentioned above.  By default, it is @samp{^L}
11290 (formfeed).
11291
11292 @cindex IDNA
11293 @cindex internationalized domain names
11294 @vindex gnus-use-idna
11295 @item gnus-use-idna
11296 This variable controls whether Gnus performs IDNA decoding of
11297 internationalized domain names inside @samp{From}, @samp{To} and
11298 @samp{Cc} headers.  This requires
11299 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11300 variable is only enabled if you have installed it.
11301
11302 @end table
11303
11304
11305 @node Composing Messages
11306 @chapter Composing Messages
11307 @cindex composing messages
11308 @cindex messages
11309 @cindex mail
11310 @cindex sending mail
11311 @cindex reply
11312 @cindex followup
11313 @cindex post
11314 @cindex using gpg
11315 @cindex using s/mime
11316 @cindex using smime
11317
11318 @kindex C-c C-c (Post)
11319 All commands for posting and mailing will put you in a message buffer
11320 where you can edit the article all you like, before you send the
11321 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11322 Message Manual}.  Where the message will be posted/mailed to depends
11323 on your setup (@pxref{Posting Server}).
11324
11325 @menu
11326 * Mail::                        Mailing and replying.
11327 * Posting Server::              What server should you post and mail via?
11328 * POP before SMTP::             You cannot send a mail unless you read a mail.
11329 * Mail and Post::               Mailing and posting at the same time.
11330 * Archived Messages::           Where Gnus stores the messages you've sent.
11331 * Posting Styles::              An easier way to specify who you are.
11332 * Drafts::                      Postponing messages and rejected messages.
11333 * Rejected Articles::           What happens if the server doesn't like your article?
11334 * Signing and encrypting::      How to compose secure messages.
11335 @end menu
11336
11337 Also @pxref{Canceling and Superseding} for information on how to
11338 remove articles you shouldn't have posted.
11339
11340
11341 @node Mail
11342 @section Mail
11343
11344 Variables for customizing outgoing mail:
11345
11346 @table @code
11347 @item gnus-uu-digest-headers
11348 @vindex gnus-uu-digest-headers
11349 List of regexps to match headers included in digested messages.  The
11350 headers will be included in the sequence they are matched.  If
11351 @code{nil} include all headers.
11352
11353 @item gnus-add-to-list
11354 @vindex gnus-add-to-list
11355 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11356 that have none when you do a @kbd{a}.
11357
11358 @item gnus-confirm-mail-reply-to-news
11359 @vindex gnus-confirm-mail-reply-to-news
11360 This can also be a function receiving the group name as the only
11361 parameter which should return non-@code{nil} if a confirmation is
11362 needed, or a regular expression matching group names, where
11363 confirmation is should be asked for.
11364
11365 If you find yourself never wanting to reply to mail, but occasionally
11366 press R anyway, this variable might be for you.
11367
11368 @item gnus-confirm-treat-mail-like-news
11369 @vindex gnus-confirm-treat-mail-like-news
11370 If non-@code{nil}, Gnus also requests confirmation according to
11371 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11372 useful for treating mailing lists like newsgroups.
11373
11374 @end table
11375
11376
11377 @node Posting Server
11378 @section Posting Server
11379
11380 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11381 (extremely intelligent, of course) article, where does it go?
11382
11383 Thank you for asking.  I hate you.
11384
11385 It can be quite complicated.
11386
11387 @vindex gnus-post-method
11388 When posting news, Message usually invokes @code{message-send-news}
11389 (@pxref{News Variables, , News Variables, message, Message Manual}).
11390 Normally, Gnus will post using the same select method as you're
11391 reading from (which might be convenient if you're reading lots of
11392 groups from different private servers).  However.  If the server
11393 you're reading from doesn't allow posting, just reading, you probably
11394 want to use some other server to post your (extremely intelligent and
11395 fabulously interesting) articles.  You can then set the
11396 @code{gnus-post-method} to some other method:
11397
11398 @lisp
11399 (setq gnus-post-method '(nnspool ""))
11400 @end lisp
11401
11402 Now, if you've done this, and then this server rejects your article, or
11403 this server is down, what do you do then?  To override this variable you
11404 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11405 the ``current'' server, to get back the default behavior, for posting.
11406
11407 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11408 gnus will prompt you for what method to use for posting.
11409
11410 You can also set @code{gnus-post-method} to a list of select methods.
11411 If that's the case, gnus will always prompt you for what method to use
11412 for posting.
11413
11414 Finally, if you want to always post using the native select method,
11415 you can set this variable to @code{native}.
11416
11417 When sending mail, Message invokes @code{message-send-mail-function}.
11418 The default function, @code{message-send-mail-with-sendmail}, pipes
11419 your article to the @code{sendmail} binary for further queuing and
11420 sending.  When your local system is not configured for sending mail
11421 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11422 server, you can set @code{message-send-mail-function} to
11423 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11424 package correctly.  An example:
11425
11426 @lisp
11427 (setq message-send-mail-function 'smtpmail-send-it
11428       smtpmail-default-smtp-server "YOUR SMTP HOST")
11429 ;; The following variable needs to be set because of the FLIM version of
11430 ;; smtpmail.el.  Which smtpmail.el is used depends on the `load-path'.
11431 (setq smtp-default-smtp-server "YOUR SMTP HOST")
11432 @end lisp
11433
11434 To the thing similar to this, there is
11435 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11436 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11437 @xref{POP before SMTP}.
11438
11439 Other possible choices for @code{message-send-mail-function} includes
11440 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11441 and @code{feedmail-send-it}.
11442
11443 @node POP before SMTP
11444 @section POP before SMTP
11445 @cindex pop before smtp
11446 @findex message-smtpmail-send-it
11447 @findex mail-source-touch-pop
11448
11449 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11450 authentication?  It is whether you need to connect to the @acronym{POP}
11451 mail server within a certain time before sending mails.  If so, there is
11452 a convenient way.  To do that, put the following lines in your
11453 @file{~/.gnus.el} file:
11454
11455 @lisp
11456 (setq message-send-mail-function 'message-smtpmail-send-it)
11457 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11458 @end lisp
11459
11460 @noindent
11461 It means to let Gnus connect to the @acronym{POP} mail server in advance
11462 whenever you send a mail.  The @code{mail-source-touch-pop} function
11463 does only a @acronym{POP} authentication according to the value of
11464 @code{mail-sources} without fetching mails, just before sending a mail.
11465 Note that you have to use @code{message-smtpmail-send-it} which runs
11466 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11467 set the value of @code{mail-sources} for a @acronym{POP} connection
11468 correctly.  @xref{Mail Sources}.
11469
11470 If you have two or more @acronym{POP} mail servers set in
11471 @code{mail-sources}, you may want to specify one of them to
11472 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11473 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11474 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11475 mainly from that server), you can set it permanently as follows:
11476
11477 @lisp
11478 (setq mail-source-primary-source
11479       '(pop :server "pop3.mail.server"
11480             :password "secret"))
11481 @end lisp
11482
11483 @noindent
11484 Otherwise, bind it dynamically only when performing the
11485 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11486
11487 @lisp
11488 (add-hook 'message-send-mail-hook
11489           (lambda ()
11490             (let ((mail-source-primary-source
11491                    '(pop :server "pop3.mail.server"
11492                          :password "secret")))
11493               (mail-source-touch-pop))))
11494 @end lisp
11495
11496 @node Mail and Post
11497 @section Mail and Post
11498
11499 Here's a list of variables relevant to both mailing and
11500 posting:
11501
11502 @table @code
11503 @item gnus-mailing-list-groups
11504 @findex gnus-mailing-list-groups
11505 @cindex mailing lists
11506
11507 If your news server offers groups that are really mailing lists
11508 gatewayed to the @acronym{NNTP} server, you can read those groups without
11509 problems, but you can't post/followup to them without some difficulty.
11510 One solution is to add a @code{to-address} to the group parameters
11511 (@pxref{Group Parameters}).  An easier thing to do is set the
11512 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11513 really are mailing lists.  Then, at least, followups to the mailing
11514 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11515 still a pain, though.
11516
11517 @item gnus-user-agent
11518 @vindex gnus-user-agent
11519 @cindex User-Agent
11520
11521 This variable controls which information should be exposed in the
11522 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11523 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11524 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11525 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11526 system type) or a custom string.  If you set it to a string, be sure to
11527 use a valid format, see RFC 2616.
11528
11529 @end table
11530
11531 You may want to do spell-checking on messages that you send out.  Or, if
11532 you don't want to spell-check by hand, you could add automatic
11533 spell-checking via the @code{ispell} package:
11534
11535 @cindex ispell
11536 @findex ispell-message
11537 @lisp
11538 (add-hook 'message-send-hook 'ispell-message)
11539 @end lisp
11540
11541 If you want to change the @code{ispell} dictionary based on what group
11542 you're in, you could say something like the following:
11543
11544 @lisp
11545 (add-hook 'gnus-select-group-hook
11546           (lambda ()
11547             (cond
11548              ((string-match
11549                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11550               (ispell-change-dictionary "deutsch"))
11551              (t
11552               (ispell-change-dictionary "english")))))
11553 @end lisp
11554
11555 Modify to suit your needs.
11556
11557
11558 @node Archived Messages
11559 @section Archived Messages
11560 @cindex archived messages
11561 @cindex sent messages
11562
11563 Gnus provides a few different methods for storing the mail and news you
11564 send.  The default method is to use the @dfn{archive virtual server} to
11565 store the messages.  If you want to disable this completely, the
11566 @code{gnus-message-archive-group} variable should be @code{nil}, which
11567 is the default.
11568
11569 For archiving interesting messages in a group you read, see the
11570 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11571 Group Commands}).
11572
11573 @vindex gnus-message-archive-method
11574 @code{gnus-message-archive-method} says what virtual server gnus is to
11575 use to store sent messages.  The default is:
11576
11577 @lisp
11578 (nnfolder "archive"
11579           (nnfolder-directory   "~/Mail/archive")
11580           (nnfolder-active-file "~/Mail/archive/active")
11581           (nnfolder-get-new-mail nil)
11582           (nnfolder-inhibit-expiry t))
11583 @end lisp
11584
11585 You can, however, use any mail select method (@code{nnml},
11586 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11587 for doing this sort of thing, though.  If you don't like the default
11588 directory chosen, you could say something like:
11589
11590 @lisp
11591 (setq gnus-message-archive-method
11592       '(nnfolder "archive"
11593                  (nnfolder-inhibit-expiry t)
11594                  (nnfolder-active-file "~/News/sent-mail/active")
11595                  (nnfolder-directory "~/News/sent-mail/")))
11596 @end lisp
11597
11598 @vindex gnus-message-archive-group
11599 @cindex Gcc
11600 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11601 to one or more group(s) on that server.  Which group to use is
11602 determined by the @code{gnus-message-archive-group} variable.
11603
11604 This variable can be used to do the following:
11605
11606 @table @asis
11607 @item a string
11608 Messages will be saved in that group.
11609
11610 Note that you can include a select method in the group name, then the
11611 message will not be stored in the select method given by
11612 @code{gnus-message-archive-method}, but in the select method specified
11613 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11614 has the default value shown above.  Then setting
11615 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11616 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11617 value @code{"nnml:foo"}, then outgoing messages will be stored in
11618 @samp{nnml:foo}.
11619
11620 @item a list of strings
11621 Messages will be saved in all those groups.
11622
11623 @item an alist of regexps, functions and forms
11624 When a key ``matches'', the result is used.
11625
11626 @item @code{nil}
11627 No message archiving will take place.  This is the default.
11628 @end table
11629
11630 Let's illustrate:
11631
11632 Just saving to a single group called @samp{MisK}:
11633 @lisp
11634 (setq gnus-message-archive-group "MisK")
11635 @end lisp
11636
11637 Saving to two groups, @samp{MisK} and @samp{safe}:
11638 @lisp
11639 (setq gnus-message-archive-group '("MisK" "safe"))
11640 @end lisp
11641
11642 Save to different groups based on what group you are in:
11643 @lisp
11644 (setq gnus-message-archive-group
11645       '(("^alt" "sent-to-alt")
11646         ("mail" "sent-to-mail")
11647         (".*" "sent-to-misc")))
11648 @end lisp
11649
11650 More complex stuff:
11651 @lisp
11652 (setq gnus-message-archive-group
11653       '((if (message-news-p)
11654             "misc-news"
11655           "misc-mail")))
11656 @end lisp
11657
11658 How about storing all news messages in one file, but storing all mail
11659 messages in one file per month:
11660
11661 @lisp
11662 (setq gnus-message-archive-group
11663       '((if (message-news-p)
11664             "misc-news"
11665           (concat "mail." (format-time-string "%Y-%m")))))
11666 @end lisp
11667
11668 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11669 @c use a different value for @code{gnus-message-archive-group} there.)
11670
11671 Now, when you send a message off, it will be stored in the appropriate
11672 group.  (If you want to disable storing for just one particular message,
11673 you can just remove the @code{Gcc} header that has been inserted.)  The
11674 archive group will appear in the group buffer the next time you start
11675 gnus, or the next time you press @kbd{F} in the group buffer.  You can
11676 enter it and read the articles in it just like you'd read any other
11677 group.  If the group gets really big and annoying, you can simply rename
11678 if (using @kbd{G r} in the group buffer) to something
11679 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11680 continue to be stored in the old (now empty) group.
11681
11682 That's the default method of archiving sent messages.  Gnus offers a
11683 different way for the people who don't like the default method.  In that
11684 case you should set @code{gnus-message-archive-group} to @code{nil};
11685 this will disable archiving.
11686
11687 @table @code
11688 @item gnus-outgoing-message-group
11689 @vindex gnus-outgoing-message-group
11690 All outgoing messages will be put in this group.  If you want to store
11691 all your outgoing mail and articles in the group @samp{nnml:archive},
11692 you set this variable to that value.  This variable can also be a list of
11693 group names.
11694
11695 If you want to have greater control over what group to put each
11696 message in, you can set this variable to a function that checks the
11697 current newsgroup name and then returns a suitable group name (or list
11698 of names).
11699
11700 This variable can be used instead of @code{gnus-message-archive-group},
11701 but the latter is the preferred method.
11702
11703 @item gnus-gcc-mark-as-read
11704 @vindex gnus-gcc-mark-as-read
11705 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11706
11707 @item gnus-gcc-externalize-attachments
11708 @vindex gnus-gcc-externalize-attachments
11709 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11710 and matches the Gcc group name, attach files as external parts; if it is
11711 @code{all}, attach local files as external parts; if it is other
11712 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11713 changed in the future.
11714
11715 @end table
11716
11717
11718 @node Posting Styles
11719 @section Posting Styles
11720 @cindex posting styles
11721 @cindex styles
11722
11723 All them variables, they make my head swim.
11724
11725 So what if you want a different @code{Organization} and signature based
11726 on what groups you post to?  And you post both from your home machine
11727 and your work machine, and you want different @code{From} lines, and so
11728 on?
11729
11730 @vindex gnus-posting-styles
11731 One way to do stuff like that is to write clever hooks that change the
11732 variables you need to have changed.  That's a bit boring, so somebody
11733 came up with the bright idea of letting the user specify these things in
11734 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11735 variable:
11736
11737 @lisp
11738 ((".*"
11739   (signature "Peace and happiness")
11740   (organization "What me?"))
11741  ("^comp"
11742   (signature "Death to everybody"))
11743  ("comp.emacs.i-love-it"
11744   (organization "Emacs is it")))
11745 @end lisp
11746
11747 As you might surmise from this example, this alist consists of several
11748 @dfn{styles}.  Each style will be applicable if the first element
11749 ``matches'', in some form or other.  The entire alist will be iterated
11750 over, from the beginning towards the end, and each match will be
11751 applied, which means that attributes in later styles that match override
11752 the same attributes in earlier matching styles.  So
11753 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11754 signature and the @samp{What me?} @code{Organization} header.
11755
11756 The first element in each style is called the @code{match}.  If it's a
11757 string, then Gnus will try to regexp match it against the group name.
11758 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11759 will look in the original article for a header whose name is
11760 @var{match} and compare that @var{regexp}.  @var{match} and
11761 @var{regexp} are strings.  (The original article is the one you are
11762 replying or following up to.  If you are not composing a reply or a
11763 followup, then there is nothing to match against.)  If the
11764 @code{match} is a function symbol, that function will be called with
11765 no arguments.  If it's a variable symbol, then the variable will be
11766 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11767 any case, if this returns a non-@code{nil} value, then the style is
11768 said to @dfn{match}.
11769
11770 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11771 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11772 attribute name can be one of:
11773
11774 @itemize @bullet
11775 @item @code{signature}
11776 @item @code{signature-file}
11777 @item @code{x-face-file}
11778 @item @code{address}, overriding @code{user-mail-address}
11779 @item @code{name}, overriding @code{(user-full-name)}
11780 @item @code{body}
11781 @end itemize
11782
11783 The attribute name can also be a string or a symbol.  In that case,
11784 this will be used as a header name, and the value will be inserted in
11785 the headers of the article; if the value is @code{nil}, the header
11786 name will be removed.  If the attribute name is @code{eval}, the form
11787 is evaluated, and the result is thrown away.
11788
11789 The attribute value can be a string (used verbatim), a function with
11790 zero arguments (the return value will be used), a variable (its value
11791 will be used) or a list (it will be @code{eval}ed and the return value
11792 will be used).  The functions and sexps are called/@code{eval}ed in the
11793 message buffer that is being set up.  The headers of the current article
11794 are available through the @code{message-reply-headers} variable, which
11795 is a vector of the following headers: number subject from date id
11796 references chars lines xref extra.
11797
11798 @vindex message-reply-headers
11799
11800 If you wish to check whether the message you are about to compose is
11801 meant to be a news article or a mail message, you can check the values
11802 of the @code{message-news-p} and @code{message-mail-p} functions.
11803
11804 @findex message-mail-p
11805 @findex message-news-p
11806
11807 So here's a new example:
11808
11809 @lisp
11810 (setq gnus-posting-styles
11811       '((".*"
11812          (signature-file "~/.signature")
11813          (name "User Name")
11814          ("X-Home-Page" (getenv "WWW_HOME"))
11815          (organization "People's Front Against MWM"))
11816         ("^rec.humor"
11817          (signature my-funny-signature-randomizer))
11818         ((equal (system-name) "gnarly")  ;; @r{A form}
11819          (signature my-quote-randomizer))
11820         (message-news-p        ;; @r{A function symbol}
11821          (signature my-news-signature))
11822         (window-system         ;; @r{A value symbol}
11823          ("X-Window-System" (format "%s" window-system)))
11824         ;; @r{If I'm replying to Larsi, set the Organization header.}
11825         ((header "from" "larsi.*org")
11826          (Organization "Somewhere, Inc."))
11827         ((posting-from-work-p) ;; @r{A user defined function}
11828          (signature-file "~/.work-signature")
11829          (address "user@@bar.foo")
11830          (body "You are fired.\n\nSincerely, your boss.")
11831          (organization "Important Work, Inc"))
11832         ("nnml:.*"
11833          (From (save-excursion
11834                  (set-buffer gnus-article-buffer)
11835                  (message-fetch-field "to"))))
11836         ("^nn.+:"
11837          (signature-file "~/.mail-signature"))))
11838 @end lisp
11839
11840 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11841 @code{From} address in all your outgoing replies, which might be handy
11842 if you fill many roles.
11843
11844 Setting the @code{gnus-named-posting-styles} variable will make
11845 posting-styles allow to have distinctive names.  You can specify an
11846 arbitrary posting-style when article posting with @kbd{S P} in the
11847 summary buffer.  @code{gnus-named-posting-styles} is an alist which maps
11848 the names to styles.  Once a posting-style is added to the alist, we can
11849 import it from @code{gnus-posting-styles}.  If an attribute whose name
11850 is @code{import} is found, Gnus will look for the attribute value in
11851 @code{gnus-named-posting-styles} and expand it in place.
11852
11853 Here's an example:
11854
11855 @lisp
11856 (setq gnus-named-posting-styles
11857       '(("Default"
11858          (signature-file "~/.signature")
11859          (name "User Name")
11860          ("X-Home-Page" (getenv "WWW_HOME"))
11861          (organization "People's Front Against MWM"))
11862         ("Emacs"
11863          (import "Default")
11864          (organization "The Church of Emacs"))))
11865 @end lisp
11866
11867 The posting-style named "Emacs" will inherit all the attributes from
11868 "Default" except @code{organization}.
11869
11870
11871 @node Drafts
11872 @section Drafts
11873 @cindex drafts
11874
11875 If you are writing a message (mail or news) and suddenly remember that
11876 you have a steak in the oven (or some pesto in the food processor, you
11877 craaazy vegetarians), you'll probably wish there was a method to save
11878 the message you are writing so that you can continue editing it some
11879 other day, and send it when you feel its finished.
11880
11881 Well, don't worry about it.  Whenever you start composing a message of
11882 some sort using the gnus mail and post commands, the buffer you get will
11883 automatically associate to an article in a special @dfn{draft} group.
11884 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11885 article will be saved there.  (Auto-save files also go to the draft
11886 group.)
11887
11888 @cindex nndraft
11889 @vindex nndraft-directory
11890 The draft group is a special group (which is implemented as an
11891 @code{nndraft} group, if you absolutely have to know) called
11892 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11893 @code{nndraft} is to store its files.  What makes this group special is
11894 that you can't tick any articles in it or mark any articles as
11895 read---all articles in the group are permanently unread.
11896
11897 If the group doesn't exist, it will be created and you'll be subscribed
11898 to it.  The only way to make it disappear from the Group buffer is to
11899 unsubscribe it.  The special properties of the draft group comes from
11900 a group property (@pxref{Group Parameters}), and if lost the group
11901 behaves like any other group.  This means the commands below will not
11902 be available.  To restore the special properties of the group, the
11903 simplest way is to kill the group, using @kbd{C-k}, and restart
11904 Gnus.  The group is automatically created again with the
11905 correct parameters.  The content of the group is not lost.
11906
11907 @c @findex gnus-dissociate-buffer-from-draft
11908 @c @kindex C-c M-d (Mail)
11909 @c @kindex C-c M-d (Post)
11910 @c @findex gnus-associate-buffer-with-draft
11911 @c @kindex C-c C-d (Mail)
11912 @c @kindex C-c C-d (Post)
11913 @c If you're writing some super-secret message that you later want to
11914 @c encode with PGP before sending, you may wish to turn the auto-saving
11915 @c (and association with the draft group) off.  You never know who might be
11916 @c interested in reading all your extremely valuable and terribly horrible
11917 @c and interesting secrets.  The @kbd{C-c M-d}
11918 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11919 @c If you change your mind and want to turn the auto-saving back on again,
11920 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11921 @c
11922 @c @vindex gnus-use-draft
11923 @c To leave association with the draft group off by default, set
11924 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11925
11926 @findex gnus-draft-edit-message
11927 @kindex D e (Draft)
11928 When you want to continue editing the article, you simply enter the
11929 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11930 that.  You will be placed in a buffer where you left off.
11931
11932 Rejected articles will also be put in this draft group (@pxref{Rejected
11933 Articles}).
11934
11935 @findex gnus-draft-send-all-messages
11936 @kindex D s (Draft)
11937 @findex gnus-draft-send-message
11938 @kindex D S (Draft)
11939 If you have lots of rejected messages you want to post (or mail) without
11940 doing further editing, you can use the @kbd{D s} command
11941 (@code{gnus-draft-send-message}).  This command understands the
11942 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11943 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11944 in the buffer.
11945
11946 @findex gnus-draft-toggle-sending
11947 @kindex D t (Draft)
11948 If you have some messages that you wish not to send, you can use the
11949 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11950 as unsendable.  This is a toggling command.
11951
11952
11953 @node Rejected Articles
11954 @section Rejected Articles
11955 @cindex rejected articles
11956
11957 Sometimes a news server will reject an article.  Perhaps the server
11958 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11959 @emph{there be demons}.  Perhaps you have included too much cited text.
11960 Perhaps the disk is full.  Perhaps the server is down.
11961
11962 These situations are, of course, totally beyond the control of gnus.
11963 (Gnus, of course, loves the way you look, always feels great, has angels
11964 fluttering around inside of it, doesn't care about how much cited text
11965 you include, never runs full and never goes down.)  So gnus saves these
11966 articles until some later time when the server feels better.
11967
11968 The rejected articles will automatically be put in a special draft group
11969 (@pxref{Drafts}).  When the server comes back up again, you'd then
11970 typically enter that group and send all the articles off.
11971
11972 @node Signing and encrypting
11973 @section Signing and encrypting
11974 @cindex using gpg
11975 @cindex using s/mime
11976 @cindex using smime
11977
11978 Gnus can digitally sign and encrypt your messages, using vanilla
11979 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
11980 decoding such messages, see the @code{mm-verify-option} and
11981 @code{mm-decrypt-option} options (@pxref{Security}).
11982
11983 @vindex gnus-message-replysign
11984 @vindex gnus-message-replyencrypt
11985 @vindex gnus-message-replysignencrypted
11986 Often, you would like to sign replies to people who send you signed
11987 messages.  Even more often, you might want to encrypt messages which
11988 are in reply to encrypted messages.  Gnus offers
11989 @code{gnus-message-replysign} to enable the former, and
11990 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
11991 @code{gnus-message-replysignencrypted} (on by default) will sign
11992 automatically encrypted messages.
11993
11994 Instructing @acronym{MML} to perform security operations on a
11995 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
11996 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
11997
11998 @table @kbd
11999
12000 @item C-c C-m s s
12001 @kindex C-c C-m s s (Message)
12002 @findex mml-secure-message-sign-smime
12003
12004 Digitally sign current message using @acronym{S/MIME}.
12005
12006 @item C-c C-m s o
12007 @kindex C-c C-m s o (Message)
12008 @findex mml-secure-message-sign-pgp
12009
12010 Digitally sign current message using @acronym{PGP}.
12011
12012 @item C-c C-m s p
12013 @kindex C-c C-m s p (Message)
12014 @findex mml-secure-message-sign-pgp
12015
12016 Digitally sign current message using @acronym{PGP/MIME}.
12017
12018 @item C-c C-m c s
12019 @kindex C-c C-m c s (Message)
12020 @findex mml-secure-message-encrypt-smime
12021
12022 Digitally encrypt current message using @acronym{S/MIME}.
12023
12024 @item C-c C-m c o
12025 @kindex C-c C-m c o (Message)
12026 @findex mml-secure-message-encrypt-pgp
12027
12028 Digitally encrypt current message using @acronym{PGP}.
12029
12030 @item C-c C-m c p
12031 @kindex C-c C-m c p (Message)
12032 @findex mml-secure-message-encrypt-pgpmime
12033
12034 Digitally encrypt current message using @acronym{PGP/MIME}.
12035
12036 @item C-c C-m C-n
12037 @kindex C-c C-m C-n (Message)
12038 @findex mml-unsecure-message
12039 Remove security related @acronym{MML} tags from message.
12040
12041 @end table
12042
12043 @xref{Security, ,Security, message, Message Manual}, for more information.
12044
12045 @node Select Methods
12046 @chapter Select Methods
12047 @cindex foreign groups
12048 @cindex select methods
12049
12050 A @dfn{foreign group} is a group not read by the usual (or
12051 default) means.  It could be, for instance, a group from a different
12052 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12053 personal mail group.
12054
12055 A foreign group (or any group, really) is specified by a @dfn{name} and
12056 a @dfn{select method}.  To take the latter first, a select method is a
12057 list where the first element says what back end to use (e.g. @code{nntp},
12058 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12059 name}.  There may be additional elements in the select method, where the
12060 value may have special meaning for the back end in question.
12061
12062 One could say that a select method defines a @dfn{virtual server}---so
12063 we do just that (@pxref{Server Buffer}).
12064
12065 The @dfn{name} of the group is the name the back end will recognize the
12066 group as.
12067
12068 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12069 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12070 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12071 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12072 back end just knows this group as @samp{soc.motss}.
12073
12074 The different methods all have their peculiarities, of course.
12075
12076 @menu
12077 * Server Buffer::               Making and editing virtual servers.
12078 * Getting News::                Reading USENET news with Gnus.
12079 * Getting Mail::                Reading your personal mail with Gnus.
12080 * Browsing the Web::            Getting messages from a plethora of Web sources.
12081 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12082 * Other Sources::               Reading directories, files, SOUP packets.
12083 * Combined Groups::             Combining groups into one group.
12084 * Gnus Unplugged::              Reading news and mail offline.
12085 @end menu
12086
12087
12088 @node Server Buffer
12089 @section Server Buffer
12090
12091 Traditionally, a @dfn{server} is a machine or a piece of software that
12092 one connects to, and then requests information from.  Gnus does not
12093 connect directly to any real servers, but does all transactions through
12094 one back end or other.  But that's just putting one layer more between
12095 the actual media and Gnus, so we might just as well say that each
12096 back end represents a virtual server.
12097
12098 For instance, the @code{nntp} back end may be used to connect to several
12099 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12100 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12101 use, and what parameters to set by specifying a @dfn{select method}.
12102
12103 These select method specifications can sometimes become quite
12104 complicated---say, for instance, that you want to read from the
12105 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12106 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12107 Anyway, if you had to specify that for each group that used this
12108 server, that would be too much work, so Gnus offers a way of naming
12109 select methods, which is what you do in the server buffer.
12110
12111 To enter the server buffer, use the @kbd{^}
12112 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12113
12114 @menu
12115 * Server Buffer Format::        You can customize the look of this buffer.
12116 * Server Commands::             Commands to manipulate servers.
12117 * Example Methods::             Examples server specifications.
12118 * Creating a Virtual Server::   An example session.
12119 * Server Variables::            Which variables to set.
12120 * Servers and Methods::         You can use server names as select methods.
12121 * Unavailable Servers::         Some servers you try to contact may be down.
12122 @end menu
12123
12124 @vindex gnus-server-mode-hook
12125 @code{gnus-server-mode-hook} is run when creating the server buffer.
12126
12127
12128 @node Server Buffer Format
12129 @subsection Server Buffer Format
12130 @cindex server buffer format
12131
12132 @vindex gnus-server-line-format
12133 You can change the look of the server buffer lines by changing the
12134 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12135 variable, with some simple extensions:
12136
12137 @table @samp
12138
12139 @item h
12140 How the news is fetched---the back end name.
12141
12142 @item n
12143 The name of this server.
12144
12145 @item w
12146 Where the news is to be fetched from---the address.
12147
12148 @item s
12149 The opened/closed/denied status of the server.
12150 @end table
12151
12152 @vindex gnus-server-mode-line-format
12153 The mode line can also be customized by using the
12154 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12155 Formatting}).  The following specs are understood:
12156
12157 @table @samp
12158 @item S
12159 Server name.
12160
12161 @item M
12162 Server method.
12163 @end table
12164
12165 Also @pxref{Formatting Variables}.
12166
12167
12168 @node Server Commands
12169 @subsection Server Commands
12170 @cindex server commands
12171
12172 @table @kbd
12173
12174 @item a
12175 @kindex a (Server)
12176 @findex gnus-server-add-server
12177 Add a new server (@code{gnus-server-add-server}).
12178
12179 @item e
12180 @kindex e (Server)
12181 @findex gnus-server-edit-server
12182 Edit a server (@code{gnus-server-edit-server}).
12183
12184 @item SPACE
12185 @kindex SPACE (Server)
12186 @findex gnus-server-read-server
12187 Browse the current server (@code{gnus-server-read-server}).
12188
12189 @item q
12190 @kindex q (Server)
12191 @findex gnus-server-exit
12192 Return to the group buffer (@code{gnus-server-exit}).
12193
12194 @item k
12195 @kindex k (Server)
12196 @findex gnus-server-kill-server
12197 Kill the current server (@code{gnus-server-kill-server}).
12198
12199 @item y
12200 @kindex y (Server)
12201 @findex gnus-server-yank-server
12202 Yank the previously killed server (@code{gnus-server-yank-server}).
12203
12204 @item c
12205 @kindex c (Server)
12206 @findex gnus-server-copy-server
12207 Copy the current server (@code{gnus-server-copy-server}).
12208
12209 @item l
12210 @kindex l (Server)
12211 @findex gnus-server-list-servers
12212 List all servers (@code{gnus-server-list-servers}).
12213
12214 @item s
12215 @kindex s (Server)
12216 @findex gnus-server-scan-server
12217 Request that the server scan its sources for new articles
12218 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12219 servers.
12220
12221 @item g
12222 @kindex g (Server)
12223 @findex gnus-server-regenerate-server
12224 Request that the server regenerate all its data structures
12225 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12226 a mail back end that has gotten out of sync.
12227
12228 @end table
12229
12230
12231 @node Example Methods
12232 @subsection Example Methods
12233
12234 Most select methods are pretty simple and self-explanatory:
12235
12236 @lisp
12237 (nntp "news.funet.fi")
12238 @end lisp
12239
12240 Reading directly from the spool is even simpler:
12241
12242 @lisp
12243 (nnspool "")
12244 @end lisp
12245
12246 As you can see, the first element in a select method is the name of the
12247 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12248 will.
12249
12250 After these two elements, there may be an arbitrary number of
12251 @code{(@var{variable} @var{form})} pairs.
12252
12253 To go back to the first example---imagine that you want to read from
12254 port 15 on that machine.  This is what the select method should
12255 look like then:
12256
12257 @lisp
12258 (nntp "news.funet.fi" (nntp-port-number 15))
12259 @end lisp
12260
12261 You should read the documentation to each back end to find out what
12262 variables are relevant, but here's an @code{nnmh} example:
12263
12264 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12265 you have two structures that you wish to access: One is your private
12266 mail spool, and the other is a public one.  Here's the possible spec for
12267 your private mail:
12268
12269 @lisp
12270 (nnmh "private" (nnmh-directory "~/private/mail/"))
12271 @end lisp
12272
12273 (This server is then called @samp{private}, but you may have guessed
12274 that.)
12275
12276 Here's the method for a public spool:
12277
12278 @lisp
12279 (nnmh "public"
12280       (nnmh-directory "/usr/information/spool/")
12281       (nnmh-get-new-mail nil))
12282 @end lisp
12283
12284 @cindex proxy
12285 @cindex firewall
12286
12287 If you are behind a firewall and only have access to the @acronym{NNTP}
12288 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12289 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12290 Doing this can be rather fiddly, but your virtual server definition
12291 should probably look something like this:
12292
12293 @lisp
12294 (nntp "firewall"
12295       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12296       (nntp-via-address "the.firewall.machine")
12297       (nntp-address "the.real.nntp.host")
12298       (nntp-end-of-line "\n"))
12299 @end lisp
12300
12301 If you want to use the wonderful @code{ssh} program to provide a
12302 compressed connection over the modem line, you could add the following
12303 configuration to the example above:
12304
12305 @lisp
12306       (nntp-via-rlogin-command "ssh")
12307 @end lisp
12308
12309 See also @code{nntp-via-rlogin-command-switches}.
12310
12311 If you're behind a firewall, but have direct access to the outside world
12312 through a wrapper command like "runsocks", you could open a socksified
12313 telnet connection to the news server as follows:
12314
12315 @lisp
12316 (nntp "outside"
12317       (nntp-pre-command "runsocks")
12318       (nntp-open-connection-function nntp-open-via-telnet)
12319       (nntp-address "the.news.server")
12320       (nntp-end-of-line "\n"))
12321 @end lisp
12322
12323 This means that you have to have set up @code{ssh-agent} correctly to
12324 provide automatic authorization, of course.  And to get a compressed
12325 connection, you have to have the @samp{Compression} option in the
12326 @code{ssh} @file{config} file.
12327
12328
12329 @node Creating a Virtual Server
12330 @subsection Creating a Virtual Server
12331
12332 If you're saving lots of articles in the cache by using persistent
12333 articles, you may want to create a virtual server to read the cache.
12334
12335 First you need to add a new server.  The @kbd{a} command does that.  It
12336 would probably be best to use @code{nnml} to read the cache.  You
12337 could also use @code{nnspool} or @code{nnmh}, though.
12338
12339 Type @kbd{a nnml RET cache RET}.
12340
12341 You should now have a brand new @code{nnml} virtual server called
12342 @samp{cache}.  You now need to edit it to have the right definitions.
12343 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12344 will contain the following:
12345
12346 @lisp
12347 (nnml "cache")
12348 @end lisp
12349
12350 Change that to:
12351
12352 @lisp
12353 (nnml "cache"
12354          (nnml-directory "~/News/cache/")
12355          (nnml-active-file "~/News/cache/active"))
12356 @end lisp
12357
12358 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12359 @kbd{RET} over this virtual server, you should be entered into a browse
12360 buffer, and you should be able to enter any of the groups displayed.
12361
12362
12363 @node Server Variables
12364 @subsection Server Variables
12365 @cindex server variables
12366 @cindex server parameters
12367
12368 One sticky point when defining variables (both on back ends and in Emacs
12369 in general) is that some variables are typically initialized from other
12370 variables when the definition of the variables is being loaded.  If you
12371 change the ``base'' variable after the variables have been loaded, you
12372 won't change the ``derived'' variables.
12373
12374 This typically affects directory and file variables.  For instance,
12375 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12376 directory variables are initialized from that variable, so
12377 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12378 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12379 @code{nnml-directory}---you have to explicitly set all the file
12380 variables to be what you want them to be.  For a complete list of
12381 variables for each back end, see each back end's section later in this
12382 manual, but here's an example @code{nnml} definition:
12383
12384 @lisp
12385 (nnml "public"
12386       (nnml-directory "~/my-mail/")
12387       (nnml-active-file "~/my-mail/active")
12388       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12389 @end lisp
12390
12391 Server variables are often called @dfn{server parameters}.
12392
12393 @node Servers and Methods
12394 @subsection Servers and Methods
12395
12396 Wherever you would normally use a select method
12397 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12398 when browsing a foreign server) you can use a virtual server name
12399 instead.  This could potentially save lots of typing.  And it's nice all
12400 over.
12401
12402
12403 @node Unavailable Servers
12404 @subsection Unavailable Servers
12405
12406 If a server seems to be unreachable, Gnus will mark that server as
12407 @code{denied}.  That means that any subsequent attempt to make contact
12408 with that server will just be ignored.  ``It can't be opened,'' Gnus
12409 will tell you, without making the least effort to see whether that is
12410 actually the case or not.
12411
12412 That might seem quite naughty, but it does make sense most of the time.
12413 Let's say you have 10 groups subscribed to on server
12414 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12415 away from you and the machine is quite slow, so it takes 1 minute just
12416 to find out that it refuses connection to you today.  If Gnus were to
12417 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12418 attempt to do that.  Once it has gotten a single ``connection refused'',
12419 it will regard that server as ``down''.
12420
12421 So, what happens if the machine was only feeling unwell temporarily?
12422 How do you test to see whether the machine has come up again?
12423
12424 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12425 with the following commands:
12426
12427 @table @kbd
12428
12429 @item O
12430 @kindex O (Server)
12431 @findex gnus-server-open-server
12432 Try to establish connection to the server on the current line
12433 (@code{gnus-server-open-server}).
12434
12435 @item C
12436 @kindex C (Server)
12437 @findex gnus-server-close-server
12438 Close the connection (if any) to the server
12439 (@code{gnus-server-close-server}).
12440
12441 @item D
12442 @kindex D (Server)
12443 @findex gnus-server-deny-server
12444 Mark the current server as unreachable
12445 (@code{gnus-server-deny-server}).
12446
12447 @item M-o
12448 @kindex M-o (Server)
12449 @findex gnus-server-open-all-servers
12450 Open the connections to all servers in the buffer
12451 (@code{gnus-server-open-all-servers}).
12452
12453 @item M-c
12454 @kindex M-c (Server)
12455 @findex gnus-server-close-all-servers
12456 Close the connections to all servers in the buffer
12457 (@code{gnus-server-close-all-servers}).
12458
12459 @item R
12460 @kindex R (Server)
12461 @findex gnus-server-remove-denials
12462 Remove all marks to whether Gnus was denied connection from any servers
12463 (@code{gnus-server-remove-denials}).
12464
12465 @item L
12466 @kindex L (Server)
12467 @findex gnus-server-offline-server
12468 Set server status to offline (@code{gnus-server-offline-server}).
12469
12470 @end table
12471
12472
12473 @node Getting News
12474 @section Getting News
12475 @cindex reading news
12476 @cindex news back ends
12477
12478 A newsreader is normally used for reading news.  Gnus currently provides
12479 only two methods of getting news---it can read from an @acronym{NNTP} server,
12480 or it can read from a local spool.
12481
12482 @menu
12483 * NNTP::                        Reading news from an @acronym{NNTP} server.
12484 * News Spool::                  Reading news from the local spool.
12485 @end menu
12486
12487
12488 @node NNTP
12489 @subsection NNTP
12490 @cindex nntp
12491
12492 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12493 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12494 server as the, uhm, address.
12495
12496 If the @acronym{NNTP} server is located at a non-standard port, setting the
12497 third element of the select method to this port number should allow you
12498 to connect to the right port.  You'll have to edit the group info for
12499 that (@pxref{Foreign Groups}).
12500
12501 The name of the foreign group can be the same as a native group.  In
12502 fact, you can subscribe to the same group from as many different servers
12503 you feel like.  There will be no name collisions.
12504
12505 The following variables can be used to create a virtual @code{nntp}
12506 server:
12507
12508 @table @code
12509
12510 @item nntp-server-opened-hook
12511 @vindex nntp-server-opened-hook
12512 @cindex @sc{mode reader}
12513 @cindex authinfo
12514 @cindex authentification
12515 @cindex nntp authentification
12516 @findex nntp-send-authinfo
12517 @findex nntp-send-mode-reader
12518 is run after a connection has been made.  It can be used to send
12519 commands to the @acronym{NNTP} server after it has been contacted.  By
12520 default it sends the command @code{MODE READER} to the server with the
12521 @code{nntp-send-mode-reader} function.  This function should always be
12522 present in this hook.
12523
12524 @item nntp-authinfo-function
12525 @vindex nntp-authinfo-function
12526 @findex nntp-send-authinfo
12527 @vindex nntp-authinfo-file
12528 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12529 server.  The default function is @code{nntp-send-authinfo}, which looks
12530 through your @file{~/.authinfo} (or whatever you've set the
12531 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12532 are found, it will prompt you for a login name and a password.  The
12533 format of the @file{~/.authinfo} file is (almost) the same as the
12534 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12535 manual page, but here are the salient facts:
12536
12537 @enumerate
12538 @item
12539 The file contains one or more line, each of which define one server.
12540
12541 @item
12542 Each line may contain an arbitrary number of token/value pairs.
12543
12544 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12545 @samp{default}.  In addition Gnus introduces two new tokens, not present
12546 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12547 @samp{force}.  (This is the only way the @file{.authinfo} file format
12548 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12549 indicate what port on the server the credentials apply to and
12550 @samp{force} is explained below.
12551
12552 @end enumerate
12553
12554 Here's an example file:
12555
12556 @example
12557 machine news.uio.no login larsi password geheimnis
12558 machine nntp.ifi.uio.no login larsi force yes
12559 @end example
12560
12561 The token/value pairs may appear in any order; @samp{machine} doesn't
12562 have to be first, for instance.
12563
12564 In this example, both login name and password have been supplied for the
12565 former server, while the latter has only the login name listed, and the
12566 user will be prompted for the password.  The latter also has the
12567 @samp{force} tag, which means that the authinfo will be sent to the
12568 @var{nntp} server upon connection; the default (i.e., when there is not
12569 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12570 until the @var{nntp} server asks for it.
12571
12572 You can also add @samp{default} lines that will apply to all servers
12573 that don't have matching @samp{machine} lines.
12574
12575 @example
12576 default force yes
12577 @end example
12578
12579 This will force sending @samp{AUTHINFO} commands to all servers not
12580 previously mentioned.
12581
12582 Remember to not leave the @file{~/.authinfo} file world-readable.
12583
12584 @item nntp-server-action-alist
12585 @vindex nntp-server-action-alist
12586 This is a list of regexps to match on server types and actions to be
12587 taken when matches are made.  For instance, if you want Gnus to beep
12588 every time you connect to innd, you could say something like:
12589
12590 @lisp
12591 (setq nntp-server-action-alist
12592       '(("innd" (ding))))
12593 @end lisp
12594
12595 You probably don't want to do that, though.
12596
12597 The default value is
12598
12599 @lisp
12600 '(("nntpd 1\\.5\\.11t"
12601    (remove-hook 'nntp-server-opened-hook
12602                 'nntp-send-mode-reader)))
12603 @end lisp
12604
12605 This ensures that Gnus doesn't send the @code{MODE READER} command to
12606 nntpd 1.5.11t, since that command chokes that server, I've been told.
12607
12608 @item nntp-maximum-request
12609 @vindex nntp-maximum-request
12610 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12611 will collect headers by sending a series of @code{head} commands.  To
12612 speed things up, the back end sends lots of these commands without
12613 waiting for reply, and then reads all the replies.  This is controlled
12614 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12615 your network is buggy, you should set this to 1.
12616
12617 @item nntp-connection-timeout
12618 @vindex nntp-connection-timeout
12619 If you have lots of foreign @code{nntp} groups that you connect to
12620 regularly, you're sure to have problems with @acronym{NNTP} servers not
12621 responding properly, or being too loaded to reply within reasonable
12622 time.  This is can lead to awkward problems, which can be helped
12623 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12624 that says how many seconds the @code{nntp} back end should wait for a
12625 connection before giving up.  If it is @code{nil}, which is the default,
12626 no timeouts are done.
12627
12628 @c @item nntp-command-timeout
12629 @c @vindex nntp-command-timeout
12630 @c @cindex PPP connections
12631 @c @cindex dynamic IP addresses
12632 @c If you're running Gnus on a machine that has a dynamically assigned
12633 @c address, Gnus may become confused.  If the address of your machine
12634 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12635 @c waiting forever for replies from the server.  To help with this
12636 @c unfortunate problem, you can set this command to a number.  Gnus will
12637 @c then, if it sits waiting for a reply from the server longer than that
12638 @c number of seconds, shut down the connection, start a new one, and resend
12639 @c the command.  This should hopefully be transparent to the user.  A
12640 @c likely number is 30 seconds.
12641 @c
12642 @c @item nntp-retry-on-break
12643 @c @vindex nntp-retry-on-break
12644 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12645 @c hangs.  This will have much the same effect as the command timeout
12646 @c described above.
12647
12648 @item nntp-server-hook
12649 @vindex nntp-server-hook
12650 This hook is run as the last step when connecting to an @acronym{NNTP}
12651 server.
12652
12653 @item nntp-buggy-select
12654 @vindex nntp-buggy-select
12655 Set this to non-@code{nil} if your select routine is buggy.
12656
12657 @item nntp-nov-is-evil
12658 @vindex nntp-nov-is-evil
12659 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12660 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12661 can be used.
12662
12663 @item nntp-xover-commands
12664 @vindex nntp-xover-commands
12665 @cindex @acronym{NOV}
12666 @cindex XOVER
12667 List of strings used as commands to fetch @acronym{NOV} lines from a
12668 server.  The default value of this variable is @code{("XOVER"
12669 "XOVERVIEW")}.
12670
12671 @item nntp-nov-gap
12672 @vindex nntp-nov-gap
12673 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12674 the server.  The server responds with one huge list of lines.  However,
12675 if you have read articles 2-5000 in the group, and only want to read
12676 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12677 lines that you will not need.  This variable says how
12678 big a gap between two consecutive articles is allowed to be before the
12679 @code{XOVER} request is split into several request.  Note that if your
12680 network is fast, setting this variable to a really small number means
12681 that fetching will probably be slower.  If this variable is @code{nil},
12682 @code{nntp} will never split requests.  The default is 5.
12683
12684 @item nntp-prepare-server-hook
12685 @vindex nntp-prepare-server-hook
12686 A hook run before attempting to connect to an @acronym{NNTP} server.
12687
12688 @item nntp-warn-about-losing-connection
12689 @vindex nntp-warn-about-losing-connection
12690 If this variable is non-@code{nil}, some noise will be made when a
12691 server closes connection.
12692
12693 @item nntp-record-commands
12694 @vindex nntp-record-commands
12695 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12696 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12697 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12698 that doesn't seem to work.
12699
12700 @item nntp-open-connection-function
12701 @vindex nntp-open-connection-function
12702 It is possible to customize how the connection to the nntp server will
12703 be opened.  If you specify an @code{nntp-open-connection-function}
12704 parameter, Gnus will use that function to establish the connection.
12705 Five pre-made functions are supplied.  These functions can be grouped in
12706 two categories: direct connection functions (three pre-made), and
12707 indirect ones (two pre-made).
12708
12709 @item nntp-prepare-post-hook
12710 @vindex nntp-prepare-post-hook
12711 A hook run just before posting an article.  If there is no
12712 @code{Message-ID} header in the article and the news server provides the
12713 recommended ID, it will be added to the article before running this
12714 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12715 inhibit Gnus to add a @code{Message-ID} header, you could say:
12716
12717 @lisp
12718 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12719 @end lisp
12720
12721 Note that not all servers support the recommended ID.  This works for
12722 INN versions 2.3.0 and later, for instance.
12723
12724 @item nntp-read-timeout
12725 @vindex nntp-read-timeout
12726 How long nntp should wait between checking for the end of output.
12727 Shorter values mean quicker response, but is more CPU intensive.  The
12728 default is 0.1 seconds.  If you have a slow line to the server (and
12729 don't like to see Emacs eat your available CPU power), you might set
12730 this to, say, 1.
12731
12732 @item nntp-list-options
12733 @vindex nntp-list-options
12734 List of newsgroup name used for a option of the LIST command to restrict
12735 the listing output to only the specified newsgroups.  Each newsgroup name
12736 can be a shell-style wildcard, for instance, @dfn{fj.*}, @dfn{japan.*},
12737 etc.  Fortunately, if the server can accept such a option, it will
12738 probably make gnus run faster.  You may use it as a server variable as
12739 follows:
12740
12741 @lisp
12742 (setq gnus-select-method
12743       '(nntp "news.somewhere.edu"
12744              (nntp-list-options ("fj.*" "japan.*"))))
12745 @end lisp
12746
12747 @item nntp-options-subscribe
12748 @vindex nntp-options-subscribe
12749 Regexp matching the newsgroup names which will be subscribed
12750 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12751 It may be effective as well as @code{nntp-list-options} even though the
12752 server could not accept a shell-style wildcard as a option of the LIST
12753 command.  You may use it as a server variable as follows:
12754
12755 @lisp
12756 (setq gnus-select-method
12757       '(nntp "news.somewhere.edu"
12758              (nntp-options-subscribe "^fj\\.\\|^japan\\.")))
12759 @end lisp
12760
12761 @item nntp-options-not-subscribe
12762 @vindex nntp-options-not-subscribe
12763 Regexp matching the newsgroup names which will not be subscribed
12764 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12765 It may be effective as well as @code{nntp-list-options} even though the
12766 server could not accept a shell-style wildcard as a option of the LIST
12767 command.  You may use it as a server variable as follows:
12768
12769 @lisp
12770 (setq gnus-select-method
12771       '(nntp "news.somewhere.edu"
12772              (nntp-options-not-subscribe "\\.binaries\\.")))
12773 @end lisp
12774 @end table
12775
12776 @menu
12777 * Direct Functions::            Connecting directly to the server.
12778 * Indirect Functions::          Connecting indirectly to the server.
12779 * Common Variables::            Understood by several connection functions.
12780 @end menu
12781
12782
12783 @node Direct Functions
12784 @subsubsection Direct Functions
12785 @cindex direct connection functions
12786
12787 These functions are called direct because they open a direct connection
12788 between your machine and the @acronym{NNTP} server.  The behavior of these
12789 functions is also affected by commonly understood variables
12790 (@pxref{Common Variables}).
12791
12792 @table @code
12793 @findex nntp-open-network-stream
12794 @item nntp-open-network-stream
12795 This is the default, and simply connects to some port or other on the
12796 remote system.
12797
12798 @findex nntp-open-tls-stream
12799 @item nntp-open-tls-stream
12800 Opens a connection to a server over a @dfn{secure} channel.  To use
12801 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12802 installed.  You then define a server as follows:
12803
12804 @lisp
12805 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12806 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12807 ;;
12808 (nntp "snews.bar.com"
12809       (nntp-open-connection-function nntp-open-tls-stream)
12810       (nntp-port-number )
12811       (nntp-address "snews.bar.com"))
12812 @end lisp
12813
12814 @findex nntp-open-ssl-stream
12815 @item nntp-open-ssl-stream
12816 Opens a connection to a server over a @dfn{secure} channel.  To use
12817 this you must have @uref{http://www.openssl.org, OpenSSL} or
12818 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12819 then define a server as follows:
12820
12821 @lisp
12822 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12823 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12824 ;;
12825 (nntp "snews.bar.com"
12826       (nntp-open-connection-function nntp-open-ssl-stream)
12827       (nntp-port-number 563)
12828       (nntp-address "snews.bar.com"))
12829 @end lisp
12830
12831 @findex nntp-open-telnet-stream
12832 @item nntp-open-telnet-stream
12833 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12834 it.  You might wonder why this function exists, since we have the
12835 default @code{nntp-open-network-stream} which would do the job.  (One
12836 of) the reason(s) is that if you are behind a firewall but have direct
12837 connections to the outside world thanks to a command wrapper like
12838 @code{runsocks}, you can use it like this:
12839
12840 @lisp
12841 (nntp "socksified"
12842       (nntp-pre-command "runsocks")
12843       (nntp-open-connection-function nntp-open-telnet-stream)
12844       (nntp-address "the.news.server"))
12845 @end lisp
12846
12847 With the default method, you would need to wrap your whole Emacs
12848 session, which is not a good idea.
12849 @end table
12850
12851
12852 @node Indirect Functions
12853 @subsubsection Indirect Functions
12854 @cindex indirect connection functions
12855
12856 These functions are called indirect because they connect to an
12857 intermediate host before actually connecting to the @acronym{NNTP} server.
12858 All of these functions and related variables are also said to belong to
12859 the ``via'' family of connection: they're all prefixed with ``via'' to make
12860 things cleaner.  The behavior of these functions is also affected by
12861 commonly understood variables (@pxref{Common Variables}).
12862
12863 @table @code
12864 @item nntp-open-via-rlogin-and-telnet
12865 @findex nntp-open-via-rlogin-and-telnet
12866 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12867 to the real @acronym{NNTP} server from there.  This is useful for instance if
12868 you need to connect to a firewall machine first.
12869
12870 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12871
12872 @table @code
12873 @item nntp-via-rlogin-command
12874 @vindex nntp-via-rlogin-command
12875 Command used to log in on the intermediate host.  The default is
12876 @samp{rsh}, but @samp{ssh} is a popular alternative.
12877
12878 @item nntp-via-rlogin-command-switches
12879 @vindex nntp-via-rlogin-command-switches
12880 List of strings to be used as the switches to
12881 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12882 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12883 @samp{("-C")} in order to compress all data connections, otherwise set
12884 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12885 the telnet command requires a pseudo-tty allocation on an intermediate
12886 host.
12887 @end table
12888
12889 @item nntp-open-via-telnet-and-telnet
12890 @findex nntp-open-via-telnet-and-telnet
12891 Does essentially the same, but uses @samp{telnet} instead of
12892 @samp{rlogin} to connect to the intermediate host.
12893
12894 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12895
12896 @table @code
12897 @item nntp-via-telnet-command
12898 @vindex nntp-via-telnet-command
12899 Command used to @code{telnet} the intermediate host.  The default is
12900 @samp{telnet}.
12901
12902 @item nntp-via-telnet-switches
12903 @vindex nntp-via-telnet-switches
12904 List of strings to be used as the switches to the
12905 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12906
12907 @item nntp-via-user-password
12908 @vindex nntp-via-user-password
12909 Password to use when logging in on the intermediate host.
12910
12911 @item nntp-via-envuser
12912 @vindex nntp-via-envuser
12913 If non-@code{nil}, the intermediate @code{telnet} session (client and
12914 server both) will support the @code{ENVIRON} option and not prompt for
12915 login name.  This works for Solaris @code{telnet}, for instance.
12916
12917 @item nntp-via-shell-prompt
12918 @vindex nntp-via-shell-prompt
12919 Regexp matching the shell prompt on the intermediate host.  The default
12920 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12921
12922 @end table
12923
12924 @end table
12925
12926
12927 Here are some additional variables that are understood by all the above
12928 functions:
12929
12930 @table @code
12931
12932 @item nntp-via-user-name
12933 @vindex nntp-via-user-name
12934 User name to use when connecting to the intermediate host.
12935
12936 @item nntp-via-address
12937 @vindex nntp-via-address
12938 Address of the intermediate host to connect to.
12939
12940 @end table
12941
12942
12943 @node Common Variables
12944 @subsubsection Common Variables
12945
12946 The following variables affect the behavior of all, or several of the
12947 pre-made connection functions.  When not specified, all functions are
12948 affected.
12949
12950 @table @code
12951
12952 @item nntp-pre-command
12953 @vindex nntp-pre-command
12954 A command wrapper to use when connecting through a non native
12955 connection function (all except @code{nntp-open-network-stream},
12956 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
12957 where you would put a @samp{SOCKS} wrapper for instance.
12958
12959 @item nntp-address
12960 @vindex nntp-address
12961 The address of the @acronym{NNTP} server.
12962
12963 @item nntp-port-number
12964 @vindex nntp-port-number
12965 Port number to connect to the @acronym{NNTP} server.  The default is
12966 @samp{nntp}.  If you use @acronym{NNTP} over
12967 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
12968 than named ports (i.e, use @samp{563} instead of @samp{snews} or
12969 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
12970 not work with named ports.
12971
12972 @item nntp-end-of-line
12973 @vindex nntp-end-of-line
12974 String to use as end-of-line marker when talking to the @acronym{NNTP}
12975 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12976 using a non native connection function.
12977
12978 @item nntp-telnet-command
12979 @vindex nntp-telnet-command
12980 Command to use when connecting to the @acronym{NNTP} server through
12981 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
12982 just for the real @acronym{NNTP} server.  The default is
12983 @samp{telnet}.
12984
12985 @item nntp-telnet-switches
12986 @vindex nntp-telnet-switches
12987 A list of switches to pass to @code{nntp-telnet-command}.  The default
12988 is @samp{("-8")}.
12989
12990 @end table
12991
12992
12993 @node News Spool
12994 @subsection News Spool
12995 @cindex nnspool
12996 @cindex news spool
12997
12998 Subscribing to a foreign group from the local spool is extremely easy,
12999 and might be useful, for instance, to speed up reading groups that
13000 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13001 instance.
13002
13003 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13004 anything else) as the address.
13005
13006 If you have access to a local spool, you should probably use that as the
13007 native select method (@pxref{Finding the News}).  It is normally faster
13008 than using an @code{nntp} select method, but might not be.  It depends.
13009 You just have to try to find out what's best at your site.
13010
13011 @table @code
13012
13013 @item nnspool-inews-program
13014 @vindex nnspool-inews-program
13015 Program used to post an article.
13016
13017 @item nnspool-inews-switches
13018 @vindex nnspool-inews-switches
13019 Parameters given to the inews program when posting an article.
13020
13021 @item nnspool-spool-directory
13022 @vindex nnspool-spool-directory
13023 Where @code{nnspool} looks for the articles.  This is normally
13024 @file{/usr/spool/news/}.
13025
13026 @item nnspool-nov-directory
13027 @vindex nnspool-nov-directory
13028 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13029 @file{/usr/spool/news/over.view/}.
13030
13031 @item nnspool-lib-dir
13032 @vindex nnspool-lib-dir
13033 Where the news lib dir is (@file{/usr/lib/news/} by default).
13034
13035 @item nnspool-active-file
13036 @vindex nnspool-active-file
13037 The name of the active file.
13038
13039 @item nnspool-newsgroups-file
13040 @vindex nnspool-newsgroups-file
13041 The name of the group descriptions file.
13042
13043 @item nnspool-history-file
13044 @vindex nnspool-history-file
13045 The name of the news history file.
13046
13047 @item nnspool-active-times-file
13048 @vindex nnspool-active-times-file
13049 The name of the active date file.
13050
13051 @item nnspool-nov-is-evil
13052 @vindex nnspool-nov-is-evil
13053 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13054 that it finds.
13055
13056 @item nnspool-sift-nov-with-sed
13057 @vindex nnspool-sift-nov-with-sed
13058 @cindex sed
13059 If non-@code{nil}, which is the default, use @code{sed} to get the
13060 relevant portion from the overview file.  If @code{nil},
13061 @code{nnspool} will load the entire file into a buffer and process it
13062 there.
13063
13064 @end table
13065
13066
13067 @node Getting Mail
13068 @section Getting Mail
13069 @cindex reading mail
13070 @cindex mail
13071
13072 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13073 course.
13074
13075 @menu
13076 * Mail in a Newsreader::        Important introductory notes.
13077 * Getting Started Reading Mail::  A simple cookbook example.
13078 * Splitting Mail::              How to create mail groups.
13079 * Mail Sources::                How to tell Gnus where to get mail from.
13080 * Mail Back End Variables::     Variables for customizing mail handling.
13081 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13082 * Group Mail Splitting::        Use group customize to drive mail splitting.
13083 * Incorporating Old Mail::      What about the old mail you have?
13084 * Expiring Mail::               Getting rid of unwanted mail.
13085 * Washing Mail::                Removing cruft from the mail you get.
13086 * Duplicates::                  Dealing with duplicated mail.
13087 * Not Reading Mail::            Using mail back ends for reading other files.
13088 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13089 @end menu
13090
13091
13092 @node Mail in a Newsreader
13093 @subsection Mail in a Newsreader
13094
13095 If you are used to traditional mail readers, but have decided to switch
13096 to reading mail with Gnus, you may find yourself experiencing something
13097 of a culture shock.
13098
13099 Gnus does not behave like traditional mail readers.  If you want to make
13100 it behave that way, you can, but it's an uphill battle.
13101
13102 Gnus, by default, handles all its groups using the same approach.  This
13103 approach is very newsreaderly---you enter a group, see the new/unread
13104 messages, and when you read the messages, they get marked as read, and
13105 you don't see them any more.  (Unless you explicitly ask for them.)
13106
13107 In particular, you do not do anything explicitly to delete messages.
13108
13109 Does this mean that all the messages that have been marked as read are
13110 deleted?  How awful!
13111
13112 But, no, it means that old messages are @dfn{expired} according to some
13113 scheme or other.  For news messages, the expire process is controlled by
13114 the news administrator; for mail, the expire process is controlled by
13115 you.  The expire process for mail is covered in depth in @ref{Expiring
13116 Mail}.
13117
13118 What many Gnus users find, after using it a while for both news and
13119 mail, is that the transport mechanism has very little to do with how
13120 they want to treat a message.
13121
13122 Many people subscribe to several mailing lists.  These are transported
13123 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13124 answering, or even reading these messages very carefully.  We may not
13125 need to save them because if we should need to read one again, they are
13126 archived somewhere else.
13127
13128 Some people have local news groups which have only a handful of readers.
13129 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13130 to read and answer a large fraction of the messages very carefully in
13131 order to do our work.  And there may not be an archive, so we may need
13132 to save the interesting messages the same way we would personal mail.
13133
13134 The important distinction turns out to be not the transport mechanism,
13135 but other factors such as how interested we are in the subject matter,
13136 or how easy it is to retrieve the message if we need to read it again.
13137
13138 Gnus provides many options for sorting mail into ``groups'' which behave
13139 like newsgroups, and for treating each group (whether mail or news)
13140 differently.
13141
13142 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13143 that Gnus should grow up and be a male, er, mail reader.  It is possible
13144 to whip Gnus into a more mailreaderly being, but, as said before, it's
13145 not easy.  People who prefer proper mail readers should try @sc{vm}
13146 instead, which is an excellent, and proper, mail reader.
13147
13148 I don't mean to scare anybody off, but I want to make it clear that you
13149 may be required to learn a new way of thinking about messages.  After
13150 you've been subjected to The Gnus Way, you will come to love it.  I can
13151 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13152 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13153 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13154 You Do.)
13155
13156
13157 @node Getting Started Reading Mail
13158 @subsection Getting Started Reading Mail
13159
13160 It's quite easy to use Gnus to read your new mail.  You just plonk the
13161 mail back end of your choice into @code{gnus-secondary-select-methods},
13162 and things will happen automatically.
13163
13164 For instance, if you want to use @code{nnml} (which is a ``one file per
13165 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13166
13167 @lisp
13168 (setq gnus-secondary-select-methods '((nnml "")))
13169 @end lisp
13170
13171 Now, the next time you start Gnus, this back end will be queried for new
13172 articles, and it will move all the messages in your spool file to its
13173 directory, which is @file{~/Mail/} by default.  The new group that will
13174 be created (@samp{mail.misc}) will be subscribed, and you can read it
13175 like any other group.
13176
13177 You will probably want to split the mail into several groups, though:
13178
13179 @lisp
13180 (setq nnmail-split-methods
13181       '(("junk" "^From:.*Lars Ingebrigtsen")
13182         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13183         ("other" "")))
13184 @end lisp
13185
13186 This will result in three new @code{nnml} mail groups being created:
13187 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13188 mail that doesn't fit into the first two groups will be placed in the
13189 last group.
13190
13191 This should be sufficient for reading mail with Gnus.  You might want to
13192 give the other sections in this part of the manual a perusal, though.
13193 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13194
13195
13196 @node Splitting Mail
13197 @subsection Splitting Mail
13198 @cindex splitting mail
13199 @cindex mail splitting
13200 @cindex mail filtering (splitting)
13201
13202 @vindex nnmail-split-methods
13203 The @code{nnmail-split-methods} variable says how the incoming mail is
13204 to be split into groups.
13205
13206 @lisp
13207 (setq nnmail-split-methods
13208   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13209     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13210     ("mail.other" "")))
13211 @end lisp
13212
13213 This variable is a list of lists, where the first element of each of
13214 these lists is the name of the mail group (they do not have to be called
13215 something beginning with @samp{mail}, by the way), and the second
13216 element is a regular expression used on the header of each mail to
13217 determine if it belongs in this mail group.  The first string may
13218 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13219 insert sub-expressions from the matched text.  For instance:
13220
13221 @lisp
13222 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13223 @end lisp
13224
13225 The second element can also be a function.  In that case, it will be
13226 called narrowed to the headers with the first element of the rule as the
13227 argument.  It should return a non-@code{nil} value if it thinks that the
13228 mail belongs in that group.
13229
13230 The last of these groups should always be a general one, and the regular
13231 expression should @emph{always} be @samp{*} so that it matches any mails
13232 that haven't been matched by any of the other regexps.  (These rules are
13233 processed from the beginning of the alist toward the end.  The first
13234 rule to make a match will ``win'', unless you have crossposting enabled.
13235 In that case, all matching rules will ``win''.)
13236
13237 If you like to tinker with this yourself, you can set this variable to a
13238 function of your choice.  This function will be called without any
13239 arguments in a buffer narrowed to the headers of an incoming mail
13240 message.  The function should return a list of group names that it
13241 thinks should carry this mail message.
13242
13243 Note that the mail back ends are free to maul the poor, innocent,
13244 incoming headers all they want to.  They all add @code{Lines} headers;
13245 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13246 @code{From<SPACE>} line to something else.
13247
13248 @vindex nnmail-crosspost
13249 The mail back ends all support cross-posting.  If several regexps match,
13250 the mail will be ``cross-posted'' to all those groups.
13251 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13252 that no articles are crossposted to the general (@samp{*}) group.
13253
13254 @vindex nnmail-crosspost-link-function
13255 @cindex crosspost
13256 @cindex links
13257 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13258 the crossposted articles.  However, not all file systems support hard
13259 links.  If that's the case for you, set
13260 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13261 variable is @code{add-name-to-file} by default.)
13262
13263 @kindex M-x nnmail-split-history
13264 @findex nnmail-split-history
13265 If you wish to see where the previous mail split put the messages, you
13266 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13267 where re-spooling messages would put the messages, you can use
13268 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13269 Group Commands}).
13270
13271 @vindex nnmail-split-header-length-limit
13272 Header lines longer than the value of
13273 @code{nnmail-split-header-length-limit} are excluded from the split
13274 function.
13275
13276 @vindex nnmail-mail-splitting-charset
13277 @vindex nnmail-mail-splitting-decodes
13278 By default the splitting codes @acronym{MIME} decodes headers so you
13279 can match on non-@acronym{ASCII} strings.  The
13280 @code{nnmail-mail-splitting-charset} variable specifies the default
13281 charset for decoding.  The behaviour can be turned off completely by
13282 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13283 useful if you want to match articles based on the raw header data.
13284
13285 @vindex nnmail-resplit-incoming
13286 By default, splitting is performed on all incoming messages.  If you
13287 specify a @code{directory} entry for the variable @code{mail-sources}
13288 (@pxref{Mail Source Specifiers}), however, then splitting does
13289 @emph{not} happen by default.  You can set the variable
13290 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13291 splitting happen even in this case.  (This variable has no effect on
13292 other kinds of entries.)
13293
13294 Gnus gives you all the opportunity you could possibly want for shooting
13295 yourself in the foot.  Let's say you create a group that will contain
13296 all the mail you get from your boss.  And then you accidentally
13297 unsubscribe from the group.  Gnus will still put all the mail from your
13298 boss in the unsubscribed group, and so, when your boss mails you ``Have
13299 that report ready by Monday or you're fired!'', you'll never see it and,
13300 come Tuesday, you'll still believe that you're gainfully employed while
13301 you really should be out collecting empty bottles to save up for next
13302 month's rent money.
13303
13304
13305 @node Mail Sources
13306 @subsection Mail Sources
13307
13308 Mail can be gotten from many different sources---the mail spool, from
13309 a @acronym{POP} mail server, from a procmail directory, or from a
13310 maildir, for instance.
13311
13312 @menu
13313 * Mail Source Specifiers::      How to specify what a mail source is.
13314 * Mail Source Customization::   Some variables that influence things.
13315 * Fetching Mail::               Using the mail source specifiers.
13316 @end menu
13317
13318
13319 @node Mail Source Specifiers
13320 @subsubsection Mail Source Specifiers
13321 @cindex POP
13322 @cindex mail server
13323 @cindex procmail
13324 @cindex mail spool
13325 @cindex mail source
13326
13327 You tell Gnus how to fetch mail by setting @code{mail-sources}
13328 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13329
13330 Here's an example:
13331
13332 @lisp
13333 (pop :server "pop3.mailserver.com" :user "myname")
13334 @end lisp
13335
13336 As can be observed, a mail source specifier is a list where the first
13337 element is a @dfn{mail source type}, followed by an arbitrary number of
13338 @dfn{keywords}.  Keywords that are not explicitly specified are given
13339 default values.
13340
13341 The following mail source types are available:
13342
13343 @table @code
13344 @item file
13345 Get mail from a single file; typically from the mail spool.
13346
13347 Keywords:
13348
13349 @table @code
13350 @item :path
13351 The file name.  Defaults to the value of the @env{MAIL}
13352 environment variable or the value of @code{rmail-spool-directory}
13353 (usually something like @file{/usr/mail/spool/user-name}).
13354
13355 @item :prescript
13356 @itemx :postscript
13357 Script run before/after fetching mail.
13358 @end table
13359
13360 An example file mail source:
13361
13362 @lisp
13363 (file :path "/usr/spool/mail/user-name")
13364 @end lisp
13365
13366 Or using the default file name:
13367
13368 @lisp
13369 (file)
13370 @end lisp
13371
13372 If the mail spool file is not located on the local machine, it's best
13373 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13374 You can not use ange-ftp file names here---it has no way to lock the
13375 mail spool while moving the mail.
13376
13377 If it's impossible to set up a proper server, you can use ssh instead.
13378
13379 @lisp
13380 (setq mail-sources
13381       '((file :prescript "ssh host bin/getmail >%t")))
13382 @end lisp
13383
13384 The @samp{getmail} script would look something like the following:
13385
13386 @example
13387 #!/bin/sh
13388 #  getmail - move mail from spool to stdout
13389 #  flu@@iki.fi
13390
13391 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13392 TMP=$HOME/Mail/tmp
13393 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13394 @end example
13395
13396 Alter this script to fit find the @samp{movemail} you want to use.
13397
13398
13399 @item directory
13400 @vindex nnmail-scan-directory-mail-source-once
13401 Get mail from several files in a directory.  This is typically used
13402 when you have procmail split the incoming mail into several files.
13403 That is, there is a one-to-one correspondence between files in that
13404 directory and groups, so that mail from the file @file{foo.bar.spool}
13405 will be put in the group @code{foo.bar}.  (You can change the suffix
13406 to be used instead of @code{.spool}.)  Setting
13407 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13408 Gnus to scan the mail source only once.  This is particularly useful
13409 if you want to scan mail groups at a specified level.
13410
13411 @vindex nnmail-resplit-incoming
13412 There is also the variable @code{nnmail-resplit-incoming}, if you set
13413 that to a non-@code{nil} value, then the normal splitting process is
13414 applied to all the files from the directory, @ref{Splitting Mail}.
13415
13416 Keywords:
13417
13418 @table @code
13419 @item :path
13420 The name of the directory where the files are.  There is no default
13421 value.
13422
13423 @item :suffix
13424 Only files ending with this suffix are used.  The default is
13425 @samp{.spool}.
13426
13427 @item :predicate
13428 Only files that have this predicate return non-@code{nil} are returned.
13429 The default is @code{identity}.  This is used as an additional
13430 filter---only files that have the right suffix @emph{and} satisfy this
13431 predicate are considered.
13432
13433 @item :prescript
13434 @itemx :postscript
13435 Script run before/after fetching mail.
13436
13437 @end table
13438
13439 An example directory mail source:
13440
13441 @lisp
13442 (directory :path "/home/user-name/procmail-dir/"
13443            :suffix ".prcml")
13444 @end lisp
13445
13446 @item pop
13447 Get mail from a @acronym{POP} server.
13448
13449 Keywords:
13450
13451 @table @code
13452 @item :server
13453 The name of the @acronym{POP} server.  The default is taken from the
13454 @env{MAILHOST} environment variable.
13455
13456 @item :port
13457 The port number of the @acronym{POP} server.  This can be a number (eg,
13458 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13459 string, it should be a service name as listed in @file{/etc/services} on
13460 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13461 need to specify it as @samp{"pop-3"} instead.
13462
13463 @item :user
13464 The user name to give to the @acronym{POP} server.  The default is the login
13465 name.
13466
13467 @item :password
13468 The password to give to the @acronym{POP} server.  If not specified,
13469 the user is prompted.
13470
13471 @item :program
13472 The program to use to fetch mail from the @acronym{POP} server.  This
13473 should be a @code{format}-like string.  Here's an example:
13474
13475 @example
13476 fetchmail %u@@%s -P %p %t
13477 @end example
13478
13479 The valid format specifier characters are:
13480
13481 @table @samp
13482 @item t
13483 The name of the file the mail is to be moved to.  This must always be
13484 included in this string.
13485
13486 @item s
13487 The name of the server.
13488
13489 @item P
13490 The port number of the server.
13491
13492 @item u
13493 The user name to use.
13494
13495 @item p
13496 The password to use.
13497 @end table
13498
13499 The values used for these specs are taken from the values you give the
13500 corresponding keywords.
13501
13502 @item :prescript
13503 A script to be run before fetching the mail.  The syntax is the same as
13504 the @code{:program} keyword.  This can also be a function to be run.
13505
13506 @item :postscript
13507 A script to be run after fetching the mail.  The syntax is the same as
13508 the @code{:program} keyword.  This can also be a function to be run.
13509
13510 @item :function
13511 The function to use to fetch mail from the @acronym{POP} server.  The
13512 function is called with one parameter---the name of the file where the
13513 mail should be moved to.
13514
13515 @item :authentication
13516 This can be either the symbol @code{password} or the symbol @code{apop}
13517 and says what authentication scheme to use.  The default is
13518 @code{password}.
13519
13520 @item :connection
13521 What stream to use for connecting to the server, this can be the symbol
13522 @code{ssl}, the symbol @code{tls} or others.  The default is @code{nil}
13523 and use insecure connections.  Note that for SSL/TLS, you need external
13524 programs and libraries:
13525
13526 @itemize @bullet
13527 @item
13528 @dfn{ssl:} Connect through SSL@. Requires OpenSSL (the program
13529 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
13530 library @samp{ssl.el}.
13531 @item
13532 @dfn{starttls:} Connect via the STARTTLS extension (similar to SSL)@.
13533 Requires the external library @samp{starttls.el} and program
13534 @samp{starttls}.
13535 @end itemize
13536
13537 @item :leave
13538 Non-@code{nil} if mail is to be left on the server and UIDL used for
13539 message retrieval.  The default is @code{nil}.
13540
13541 @end table
13542
13543 If the @code{:program} and @code{:function} keywords aren't specified,
13544 @code{pop3-movemail} will be used.
13545
13546 Here are some examples.  Fetch from the default @acronym{POP} server,
13547 using the default user name, and default fetcher:
13548
13549 @lisp
13550 (pop)
13551 @end lisp
13552
13553 Fetch from a named server with a named user and password:
13554
13555 @lisp
13556 (pop :server "my.pop.server"
13557      :user "user-name" :password "secret")
13558 @end lisp
13559
13560 Use @samp{movemail} to move the mail:
13561
13562 @lisp
13563 (pop :program "movemail po:%u %t %p")
13564 @end lisp
13565
13566 @item maildir
13567 Get mail from a maildir.  This is a type of mailbox that is supported by
13568 at least qmail and postfix, where each file in a special directory
13569 contains exactly one mail.
13570
13571 Keywords:
13572
13573 @table @code
13574 @item :path
13575 The name of the directory where the mails are stored.  The default is
13576 taken from the @env{MAILDIR} environment variable or
13577 @file{~/Maildir/}.
13578 @item :subdirs
13579 The subdirectories of the Maildir.  The default is
13580 @samp{("new" "cur")}.
13581
13582 @c If you sometimes look at your mail through a pop3 daemon before fetching
13583 @c them with Gnus, you may also have to fetch your mails from the
13584 @c @code{cur} directory inside the maildir, like in the first example
13585 @c below.
13586
13587 You can also get mails from remote hosts (because maildirs don't suffer
13588 from locking problems).
13589
13590 @end table
13591
13592 Two example maildir mail sources:
13593
13594 @lisp
13595 (maildir :path "/home/user-name/Maildir/"
13596          :subdirs ("cur" "new"))
13597 @end lisp
13598
13599 @lisp
13600 (maildir :path "/user@@remotehost.org:~/Maildir/"
13601          :subdirs ("new"))
13602 @end lisp
13603
13604 @item imap
13605 Get mail from a @acronym{IMAP} server.  If you don't want to use
13606 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13607 with nnimap), for some reason or other, Gnus let you treat it similar
13608 to a @acronym{POP} server and fetches articles from a given
13609 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13610
13611 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13612 may need external programs and libraries, @xref{IMAP}.
13613
13614 Keywords:
13615
13616 @table @code
13617 @item :server
13618 The name of the @acronym{IMAP} server.  The default is taken from the
13619 @env{MAILHOST} environment variable.
13620
13621 @item :port
13622 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13623 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13624
13625 @item :user
13626 The user name to give to the @acronym{IMAP} server.  The default is the login
13627 name.
13628
13629 @item :password
13630 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13631 prompted.
13632
13633 @item :stream
13634 What stream to use for connecting to the server, this is one of the
13635 symbols in @code{imap-stream-alist}.  Right now, this means
13636 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13637 @samp{ssl}, @samp{shell} or the default @samp{network}.
13638
13639 @item :authentication
13640 Which authenticator to use for authenticating to the server, this is
13641 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13642 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13643 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13644
13645 @item :program
13646 When using the `shell' :stream, the contents of this variable is
13647 mapped into the @code{imap-shell-program} variable.  This should be a
13648 @code{format}-like string (or list of strings).  Here's an example:
13649
13650 @example
13651 ssh %s imapd
13652 @end example
13653
13654 The valid format specifier characters are:
13655
13656 @table @samp
13657 @item s
13658 The name of the server.
13659
13660 @item l
13661 User name from @code{imap-default-user}.
13662
13663 @item p
13664 The port number of the server.
13665 @end table
13666
13667 The values used for these specs are taken from the values you give the
13668 corresponding keywords.
13669
13670 @item :mailbox
13671 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13672 which normally is the mailbox which receive incoming mail.
13673
13674 @item :predicate
13675 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13676 UNDELETED}, is probably the best choice for most people, but if you
13677 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13678 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13679 Then all articles in the mailbox is fetched, no matter what.  For a
13680 complete list of predicates, see RFC 2060 section 6.4.4.
13681
13682 @item :fetchflag
13683 How to flag fetched articles on the server, the default @samp{\Deleted}
13684 will mark them as deleted, an alternative would be @samp{\Seen} which
13685 would simply mark them as read.  These are the two most likely choices,
13686 but more flags are defined in RFC 2060 section 2.3.2.
13687
13688 @item :dontexpunge
13689 If non-@code{nil}, don't remove all articles marked as deleted in the
13690 mailbox after finishing the fetch.
13691
13692 @end table
13693
13694 An example @acronym{IMAP} mail source:
13695
13696 @lisp
13697 (imap :server "mail.mycorp.com"
13698       :stream kerberos4
13699       :fetchflag "\\Seen")
13700 @end lisp
13701
13702 @item webmail
13703 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13704 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13705 @uref{http://mail.yahoo.com/}.
13706
13707 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13708 required for url "4.0pre.46".
13709
13710 WARNING: Mails may be lost.  NO WARRANTY.
13711
13712 Keywords:
13713
13714 @table @code
13715 @item :subtype
13716 The type of the webmail server.  The default is @code{hotmail}.  The
13717 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13718
13719 @item :user
13720 The user name to give to the webmail server.  The default is the login
13721 name.
13722
13723 @item :password
13724 The password to give to the webmail server.  If not specified, the user is
13725 prompted.
13726
13727 @item :dontexpunge
13728 If non-@code{nil}, only fetch unread articles and don't move them to
13729 trash folder after finishing the fetch.
13730
13731 @end table
13732
13733 An example webmail source:
13734
13735 @lisp
13736 (webmail :subtype 'hotmail
13737          :user "user-name"
13738          :password "secret")
13739 @end lisp
13740 @end table
13741
13742 @table @dfn
13743 @item Common Keywords
13744 Common keywords can be used in any type of mail source.
13745
13746 Keywords:
13747
13748 @table @code
13749 @item :plugged
13750 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13751 use directory source to get mail, you can specify it as in this
13752 example:
13753
13754 @lisp
13755 (setq mail-sources
13756       '((directory :path "/home/pavel/.Spool/"
13757                    :suffix ""
13758                    :plugged t)))
13759 @end lisp
13760
13761 Gnus will then fetch your mail even when you are unplugged.  This is
13762 useful when you use local mail and news.
13763
13764 @end table
13765 @end table
13766
13767 @subsubsection Function Interface
13768
13769 Some of the above keywords specify a Lisp function to be executed.
13770 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13771 the value of the keyword while the function is executing.  For example,
13772 consider the following mail-source setting:
13773
13774 @lisp
13775 (setq mail-sources '((pop :user "jrl"
13776                           :server "pophost" :function fetchfunc)))
13777 @end lisp
13778
13779 While the function @code{fetchfunc} is executing, the symbol @code{user}
13780 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13781 @code{"pophost"}.  The symbols @code{port}, @code{password},
13782 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13783 and @code{authentication} are also bound (to their default values).
13784
13785 See above for a list of keywords for each type of mail source.
13786
13787
13788 @node Mail Source Customization
13789 @subsubsection Mail Source Customization
13790
13791 The following is a list of variables that influence how the mail is
13792 fetched.  You would normally not need to set or change any of these
13793 variables.
13794
13795 @table @code
13796 @item mail-source-crash-box
13797 @vindex mail-source-crash-box
13798 File where mail will be stored while processing it.  The default is@*
13799 @file{~/.emacs-mail-crash-box}.
13800
13801 @item mail-source-delete-incoming
13802 @vindex mail-source-delete-incoming
13803 If non-@code{nil}, delete incoming files after handling them.  If
13804 @code{t}, delete the files immediately, if @code{nil}, never delete any
13805 files.  If a positive number, delete files older than number of days
13806 (This will only happen, when receiving new mail).  You may also set
13807 @code{mail-source-delete-incoming} to @code{nil} and call
13808 @code{mail-source-delete-old-incoming} from a hook or interactively.
13809
13810 @item mail-source-delete-old-incoming-confirm
13811 @vindex mail-source-delete-old-incoming-confirm
13812 If non-@code{nil}, ask for for confirmation before deleting old incoming
13813 files.  This variable only applies when
13814 @code{mail-source-delete-incoming} is a positive number.
13815
13816 @item mail-source-ignore-errors
13817 @vindex mail-source-ignore-errors
13818 If non-@code{nil}, ignore errors when reading mail from a mail source.
13819
13820 @item mail-source-directory
13821 @vindex mail-source-directory
13822 Directory where files (if any) will be stored.  The default is
13823 @file{~/Mail/}.  At present, the only thing this is used for is to say
13824 where the incoming files will be stored if the previous variable is
13825 @code{nil}.
13826
13827 @item mail-source-incoming-file-prefix
13828 @vindex mail-source-incoming-file-prefix
13829 Prefix for file name for storing incoming mail.  The default is
13830 @file{Incoming}, in which case files will end up with names like
13831 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13832 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13833
13834 @item mail-source-default-file-modes
13835 @vindex mail-source-default-file-modes
13836 All new mail files will get this file mode.  The default is 384.
13837
13838 @item mail-source-movemail-program
13839 @vindex mail-source-movemail-program
13840 If non-@code{nil}, name of program for fetching new mail.  If
13841 @code{nil}, @code{movemail} in @var{exec-directory}.
13842
13843 @end table
13844
13845
13846 @node Fetching Mail
13847 @subsubsection Fetching Mail
13848
13849 @vindex mail-sources
13850 @vindex nnmail-spool-file
13851 The way to actually tell Gnus where to get new mail from is to set
13852 @code{mail-sources} to a list of mail source specifiers
13853 (@pxref{Mail Source Specifiers}).
13854
13855 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13856 @code{nil}, the mail back ends will never attempt to fetch mail by
13857 themselves.
13858
13859 If you want to fetch mail both from your local spool as well as a
13860 @acronym{POP} mail server, you'd say something like:
13861
13862 @lisp
13863 (setq mail-sources
13864       '((file)
13865         (pop :server "pop3.mail.server"
13866              :password "secret")))
13867 @end lisp
13868
13869 Or, if you don't want to use any of the keyword defaults:
13870
13871 @lisp
13872 (setq mail-sources
13873       '((file :path "/var/spool/mail/user-name")
13874         (pop :server "pop3.mail.server"
13875              :user "user-name"
13876              :port "pop3"
13877              :password "secret")))
13878 @end lisp
13879
13880
13881 When you use a mail back end, Gnus will slurp all your mail from your
13882 inbox and plonk it down in your home directory.  Gnus doesn't move any
13883 mail if you're not using a mail back end---you have to do a lot of magic
13884 invocations first.  At the time when you have finished drawing the
13885 pentagram, lightened the candles, and sacrificed the goat, you really
13886 shouldn't be too surprised when Gnus moves your mail.
13887
13888
13889
13890 @node Mail Back End Variables
13891 @subsection Mail Back End Variables
13892
13893 These variables are (for the most part) pertinent to all the various
13894 mail back ends.
13895
13896 @table @code
13897 @vindex nnmail-read-incoming-hook
13898 @item nnmail-read-incoming-hook
13899 The mail back ends all call this hook after reading new mail.  You can
13900 use this hook to notify any mail watch programs, if you want to.
13901
13902 @vindex nnmail-split-hook
13903 @item nnmail-split-hook
13904 @findex gnus-article-decode-encoded-words
13905 @cindex RFC 1522 decoding
13906 @cindex RFC 2047 decoding
13907 Hook run in the buffer where the mail headers of each message is kept
13908 just before the splitting based on these headers is done.  The hook is
13909 free to modify the buffer contents in any way it sees fit---the buffer
13910 is discarded after the splitting has been done, and no changes performed
13911 in the buffer will show up in any files.
13912 @code{gnus-article-decode-encoded-words} is one likely function to add
13913 to this hook.
13914
13915 @vindex nnmail-pre-get-new-mail-hook
13916 @vindex nnmail-post-get-new-mail-hook
13917 @item nnmail-pre-get-new-mail-hook
13918 @itemx nnmail-post-get-new-mail-hook
13919 These are two useful hooks executed when treating new incoming
13920 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13921 starting to handle the new mail) and
13922 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13923 is done).  Here's and example of using these two hooks to change the
13924 default file modes the new mail files get:
13925
13926 @lisp
13927 (add-hook 'nnmail-pre-get-new-mail-hook
13928           (lambda () (set-default-file-modes 511)))
13929
13930 (add-hook 'nnmail-post-get-new-mail-hook
13931           (lambda () (set-default-file-modes 551)))
13932 @end lisp
13933
13934 @item nnmail-use-long-file-names
13935 @vindex nnmail-use-long-file-names
13936 If non-@code{nil}, the mail back ends will use long file and directory
13937 names.  Groups like @samp{mail.misc} will end up in directories
13938 (assuming use of @code{nnml} back end) or files (assuming use of
13939 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13940 the same group will end up in @file{mail/misc}.
13941
13942 @item nnmail-delete-file-function
13943 @vindex nnmail-delete-file-function
13944 @findex delete-file
13945 Function called to delete files.  It is @code{delete-file} by default.
13946
13947 @item nnmail-cache-accepted-message-ids
13948 @vindex nnmail-cache-accepted-message-ids
13949 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13950 the back end (via @code{Gcc}, for instance) into the mail duplication
13951 discovery cache.  The default is @code{nil}.
13952
13953 @item nnmail-cache-ignore-groups
13954 @vindex nnmail-cache-ignore-groups
13955 This can be a regular expression or a list of regular expressions.
13956 Group names that match any of the regular expressions will never be
13957 recorded in the @code{Message-ID} cache.
13958
13959 This can be useful, for example, when using Fancy Splitting
13960 (@pxref{Fancy Mail Splitting}) together with the function
13961 @code{nnmail-split-fancy-with-parent}.
13962
13963 @end table
13964
13965
13966 @node Fancy Mail Splitting
13967 @subsection Fancy Mail Splitting
13968 @cindex mail splitting
13969 @cindex fancy mail splitting
13970
13971 @vindex nnmail-split-fancy
13972 @findex nnmail-split-fancy
13973 If the rather simple, standard method for specifying how to split mail
13974 doesn't allow you to do what you want, you can set
13975 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13976 play with the @code{nnmail-split-fancy} variable.
13977
13978 Let's look at an example value of this variable first:
13979
13980 @lisp
13981 ;; @r{Messages from the mailer daemon are not crossposted to any of}
13982 ;; @r{the ordinary groups.  Warnings are put in a separate group}
13983 ;; @r{from real errors.}
13984 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13985                    "mail.misc"))
13986    ;; @r{Non-error messages are crossposted to all relevant}
13987    ;; @r{groups, but we don't crosspost between the group for the}
13988    ;; @r{(ding) list and the group for other (ding) related mail.}
13989    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13990          ("subject" "ding" "ding.misc"))
13991       ;; @r{Other mailing lists@dots{}}
13992       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13993       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13994       ;; @r{Both lists below have the same suffix, so prevent}
13995       ;; @r{cross-posting to mkpkg.list of messages posted only to}
13996       ;; @r{the bugs- list, but allow cross-posting when the}
13997       ;; @r{message was really cross-posted.}
13998       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13999       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
14000       ;; @r{People@dots{}}
14001       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
14002    ;; @r{Unmatched mail goes to the catch all group.}
14003    "misc.misc")
14004 @end lisp
14005
14006 This variable has the format of a @dfn{split}.  A split is a
14007 (possibly) recursive structure where each split may contain other
14008 splits.  Here are the possible split syntaxes:
14009
14010 @table @code
14011
14012 @item group 
14013 If the split is a string, that will be taken as a group name.  Normal
14014 regexp match expansion will be done.  See below for examples.
14015
14016 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14017 If the split is a list, the first element of which is a string, then
14018 store the message as specified by @var{split}, if header @var{field}
14019 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14020 (yet another regexp) matches some string after @var{field} and before
14021 the end of the matched @var{value}, the @var{split} is ignored.  If
14022 none of the @var{restrict} clauses match, @var{split} is processed.
14023
14024 @item (| @var{split} @dots{})
14025 If the split is a list, and the first element is @code{|} (vertical
14026 bar), then process each @var{split} until one of them matches.  A
14027 @var{split} is said to match if it will cause the mail message to be
14028 stored in one or more groups.
14029
14030 @item (& @var{split} @dots{})
14031 If the split is a list, and the first element is @code{&}, then
14032 process all @var{split}s in the list.
14033
14034 @item junk
14035 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14036 this message.  Use with extreme caution.
14037
14038 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14039 If the split is a list, and the first element is @samp{:}, then the
14040 second element will be called as a function with @var{args} given as
14041 arguments.  The function should return a @var{split}.
14042
14043 @cindex body split
14044 For instance, the following function could be used to split based on the
14045 body of the messages:
14046
14047 @lisp
14048 (defun split-on-body ()
14049   (save-excursion
14050     (save-restriction
14051       (widen)
14052       (goto-char (point-min))
14053       (when (re-search-forward "Some.*string" nil t)
14054         "string.group"))))
14055 @end lisp
14056
14057 The buffer is narrowed to the message in question when @var{function}
14058 is run.  That's why @code{(widen)} needs to be called after
14059 @code{save-excursion} and @code{save-restriction} in the example
14060 above.  Also note that with the nnimap backend, message bodies will
14061 not be downloaded by default.  You need to set
14062 @code{nnimap-split-download-body} to @code{t} to do that
14063 (@pxref{Splitting in IMAP}).
14064
14065 @item (! @var{func} @var{split})
14066 If the split is a list, and the first element is @code{!}, then
14067 @var{split} will be processed, and @var{func} will be called as a
14068 function with the result of @var{split} as argument.  @var{func}
14069 should return a split.
14070
14071 @item nil
14072 If the split is @code{nil}, it is ignored.
14073
14074 @end table
14075
14076 In these splits, @var{field} must match a complete field name.
14077 @var{value} must match a complete word according to the fundamental mode
14078 syntax table.  You can use @code{.*} in the regexps to match partial
14079 field names or words.  In other words, all @var{value}'s are wrapped in
14080 @samp{\<} and @samp{\>} pairs.
14081
14082 @vindex nnmail-split-abbrev-alist
14083 @var{field} and @var{value} can also be Lisp symbols, in that case
14084 they are expanded as specified by the variable
14085 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14086 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14087 contains the associated value.  Predefined entries in
14088 @code{nnmail-split-abbrev-alist} include:
14089
14090 @table @code
14091 @item from
14092 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14093 @item to
14094 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14095 @samp{Resent-To} and @samp{Resent-Cc} fields.
14096 @item any
14097 Is the union of the @code{from} and @code{to} entries.
14098 @end table
14099
14100 @vindex nnmail-split-fancy-syntax-table
14101 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14102 when all this splitting is performed.
14103
14104 If you want to have Gnus create groups dynamically based on some
14105 information in the headers (i.e., do @code{replace-match}-like
14106 substitutions in the group names), you can say things like:
14107
14108 @example
14109 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14110 @end example
14111
14112 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14113 will be filed in @samp{mail.debian.foo}.
14114
14115 If the string contains the element @samp{\&}, then the previously
14116 matched string will be substituted.  Similarly, the elements @samp{\\1}
14117 up to @samp{\\9} will be substituted with the text matched by the
14118 groupings 1 through 9.
14119
14120 @vindex nnmail-split-fancy-match-partial-words
14121 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14122 words are matched during fancy splitting.
14123
14124 Normally, regular expressions given in @code{nnmail-split-fancy} are
14125 implicitly surrounded by @code{\<...\>} markers, which are word
14126 delimiters.  If this variable is true, they are not implicitly
14127 surrounded by anything.
14128
14129 @example
14130 (any "joe" "joemail")
14131 @end example
14132
14133 In this example, messages sent from @samp{joedavis@@foo.org} will
14134 normally not be filed in @samp{joemail}.  With
14135 @code{nnmail-split-fancy-match-partial-words} set to t, however, the
14136 match will happen.  In effect, the requirement of a word boundary is
14137 removed and instead the match becomes more like a grep.
14138
14139 @findex nnmail-split-fancy-with-parent
14140 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14141 split followups into the same groups their parents are in.  Sometimes
14142 you can't make splitting rules for all your mail.  For example, your
14143 boss might send you personal mail regarding different projects you are
14144 working on, and as you can't tell your boss to put a distinguishing
14145 string into the subject line, you have to resort to manually moving the
14146 messages into the right group.  With this function, you only have to do
14147 it once per thread.
14148
14149 To use this feature, you have to set @code{nnmail-treat-duplicates}
14150 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14151 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14152 using the colon feature, like so:
14153 @lisp
14154 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14155       nnmail-cache-accepted-message-ids t
14156       nnmail-split-fancy
14157       '(| (: nnmail-split-fancy-with-parent)
14158           ;; @r{other splits go here}
14159         ))
14160 @end lisp
14161
14162 This feature works as follows: when @code{nnmail-treat-duplicates} is
14163 non-@code{nil}, Gnus records the message id of every message it sees
14164 in the file specified by the variable
14165 @code{nnmail-message-id-cache-file}, together with the group it is in
14166 (the group is omitted for non-mail messages).  When mail splitting is
14167 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14168 at the References (and In-Reply-To) header of each message to split
14169 and searches the file specified by @code{nnmail-message-id-cache-file}
14170 for the message ids.  When it has found a parent, it returns the
14171 corresponding group name unless the group name matches the regexp
14172 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14173 recommended that you set @code{nnmail-message-id-cache-length} to a
14174 somewhat higher number than the default so that the message ids are
14175 still in the cache.  (A value of 5000 appears to create a file some
14176 300 kBytes in size.)
14177 @vindex nnmail-cache-accepted-message-ids
14178 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14179 also records the message ids of moved articles, so that the followup
14180 messages goes into the new group.
14181
14182 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14183 want certain groups to be recorded in the cache.  For example, if all
14184 outgoing messages are written to an ``outgoing'' group, you could set
14185 @code{nnmail-cache-ignore-groups} to match that group name.
14186 Otherwise, answers to all your messages would end up in the
14187 ``outgoing'' group.
14188
14189
14190 @node Group Mail Splitting
14191 @subsection Group Mail Splitting
14192 @cindex mail splitting
14193 @cindex group mail splitting
14194
14195 @findex gnus-group-split
14196 If you subscribe to dozens of mailing lists but you don't want to
14197 maintain mail splitting rules manually, group mail splitting is for you.
14198 You just have to set @code{to-list} and/or @code{to-address} in group
14199 parameters or group customization and set @code{nnmail-split-methods} to
14200 @code{gnus-group-split}.  This splitting function will scan all groups
14201 for those parameters and split mail accordingly, i.e., messages posted
14202 from or to the addresses specified in the parameters @code{to-list} or
14203 @code{to-address} of a mail group will be stored in that group.
14204
14205 Sometimes, mailing lists have multiple addresses, and you may want mail
14206 splitting to recognize them all: just set the @code{extra-aliases} group
14207 parameter to the list of additional addresses and it's done.  If you'd
14208 rather use a regular expression, set @code{split-regexp}.
14209
14210 All these parameters in a group will be used to create an
14211 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14212 the @var{value} is a single regular expression that matches
14213 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14214 matches of @code{split-regexp}, and the @var{split} is the name of the
14215 group.  @var{restrict}s are also supported: just set the
14216 @code{split-exclude} parameter to a list of regular expressions.
14217
14218 If you can't get the right split to be generated using all these
14219 parameters, or you just need something fancier, you can set the
14220 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14221 this case, all other aforementioned parameters will be ignored by
14222 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14223 @code{nil}, in which case the group will be ignored by
14224 @code{gnus-group-split}.
14225
14226 @vindex gnus-group-split-default-catch-all-group
14227 @code{gnus-group-split} will do cross-posting on all groups that match,
14228 by defining a single @code{&} fancy split containing one split for each
14229 group.  If a message doesn't match any split, it will be stored in the
14230 group named in @code{gnus-group-split-default-catch-all-group}, unless
14231 some group has @code{split-spec} set to @code{catch-all}, in which case
14232 that group is used as the catch-all group.  Even though this variable is
14233 often used just to name a group, it may also be set to an arbitrarily
14234 complex fancy split (after all, a group name is a fancy split), and this
14235 may be useful to split mail that doesn't go to any mailing list to
14236 personal mail folders.  Note that this fancy split is added as the last
14237 element of a @code{|} split list that also contains a @code{&} split
14238 with the rules extracted from group parameters.
14239
14240 It's time for an example.  Assume the following group parameters have
14241 been defined:
14242
14243 @example
14244 nnml:mail.bar:
14245 ((to-address . "bar@@femail.com")
14246  (split-regexp . ".*@@femail\\.com"))
14247 nnml:mail.foo:
14248 ((to-list . "foo@@nowhere.gov")
14249  (extra-aliases "foo@@localhost" "foo-redist@@home")
14250  (split-exclude "bugs-foo" "rambling-foo")
14251  (admin-address . "foo-request@@nowhere.gov"))
14252 nnml:mail.others:
14253 ((split-spec . catch-all))
14254 @end example
14255
14256 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14257 behave as if @code{nnmail-split-fancy} had been selected and variable
14258 @code{nnmail-split-fancy} had been set as follows:
14259
14260 @lisp
14261 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14262       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14263            - "bugs-foo" - "rambling-foo" "mail.foo"))
14264    "mail.others")
14265 @end lisp
14266
14267 @findex gnus-group-split-fancy
14268 If you'd rather not use group splitting for all your mail groups, you
14269 may use it for only some of them, by using @code{nnmail-split-fancy}
14270 splits like this:
14271
14272 @lisp
14273 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14274 @end lisp
14275
14276 @var{groups} may be a regular expression or a list of group names whose
14277 parameters will be scanned to generate the output split.
14278 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14279 single @code{|} split will be output.  @var{catch-all} is the fall back
14280 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14281 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14282 empty string in any selected group, no catch-all split will be issued.
14283 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14284 this group will override the value of the @var{catch-all} argument.
14285
14286 @findex gnus-group-split-setup
14287 Unfortunately, scanning all groups and their parameters can be quite
14288 slow, especially considering that it has to be done for every message.
14289 But don't despair!  The function @code{gnus-group-split-setup} can be
14290 used to enable @code{gnus-group-split} in a much more efficient way.  It
14291 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14292 @code{nnmail-split-fancy} to the split produced by
14293 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14294 scanned once, no matter how many messages are split.
14295
14296 @findex gnus-group-split-update
14297 However, if you change group parameters, you'd have to update
14298 @code{nnmail-split-fancy} manually.  You can do it by running
14299 @code{gnus-group-split-update}.  If you'd rather have it updated
14300 automatically, just tell @code{gnus-group-split-setup} to do it for
14301 you.  For example, add to your @file{~/.gnus.el}:
14302
14303 @lisp
14304 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14305 @end lisp
14306
14307 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14308 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14309 have to worry about updating @code{nnmail-split-fancy} again.  If you
14310 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14311 @code{gnus-group-split-default-catch-all-group} will be set to its
14312 value.
14313
14314 @vindex gnus-group-split-updated-hook
14315 Because you may want to change @code{nnmail-split-fancy} after it is set
14316 by @code{gnus-group-split-update}, this function will run
14317 @code{gnus-group-split-updated-hook} just before finishing.
14318
14319 @node Incorporating Old Mail
14320 @subsection Incorporating Old Mail
14321 @cindex incorporating old mail
14322 @cindex import old mail
14323
14324 Most people have lots of old mail stored in various file formats.  If
14325 you have set up Gnus to read mail using one of the spiffy Gnus mail
14326 back ends, you'll probably wish to have that old mail incorporated into
14327 your mail groups.
14328
14329 Doing so can be quite easy.
14330
14331 To take an example: You're reading mail using @code{nnml}
14332 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14333 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14334 file filled with important, but old, mail.  You want to move it into
14335 your @code{nnml} groups.
14336
14337 Here's how:
14338
14339 @enumerate
14340 @item
14341 Go to the group buffer.
14342
14343 @item
14344 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14345 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14346
14347 @item
14348 Type @kbd{SPACE} to enter the newly created group.
14349
14350 @item
14351 Type @kbd{M P b} to process-mark all articles in this group's buffer
14352 (@pxref{Setting Process Marks}).
14353
14354 @item
14355 Type @kbd{B r} to respool all the process-marked articles, and answer
14356 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14357 @end enumerate
14358
14359 All the mail messages in the mbox file will now also be spread out over
14360 all your @code{nnml} groups.  Try entering them and check whether things
14361 have gone without a glitch.  If things look ok, you may consider
14362 deleting the mbox file, but I wouldn't do that unless I was absolutely
14363 sure that all the mail has ended up where it should be.
14364
14365 Respooling is also a handy thing to do if you're switching from one mail
14366 back end to another.  Just respool all the mail in the old mail groups
14367 using the new mail back end.
14368
14369
14370 @node Expiring Mail
14371 @subsection Expiring Mail
14372 @cindex article expiry
14373
14374 Traditional mail readers have a tendency to remove mail articles when
14375 you mark them as read, in some way.  Gnus takes a fundamentally
14376 different approach to mail reading.
14377
14378 Gnus basically considers mail just to be news that has been received in
14379 a rather peculiar manner.  It does not think that it has the power to
14380 actually change the mail, or delete any mail messages.  If you enter a
14381 mail group, and mark articles as ``read'', or kill them in some other
14382 fashion, the mail articles will still exist on the system.  I repeat:
14383 Gnus will not delete your old, read mail.  Unless you ask it to, of
14384 course.
14385
14386 To make Gnus get rid of your unwanted mail, you have to mark the
14387 articles as @dfn{expirable}.  (With the default key bindings, this means
14388 that you have to type @kbd{E}.)  This does not mean that the articles
14389 will disappear right away, however.  In general, a mail article will be
14390 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14391 more than one week old.  If you do not mark an article as expirable, it
14392 will remain on your system until hell freezes over.  This bears
14393 repeating one more time, with some spurious capitalizations: IF you do
14394 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14395
14396 You do not have to mark articles as expirable by hand.  Gnus provides
14397 two features, called ``auto-expire'' and ``total-expire'', that can help you
14398 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14399 for you when you select an article.  And ``total-expire'' means that Gnus
14400 considers all articles as expirable that are read.  So, in addition to
14401 the articles marked @samp{E}, also the articles marked @samp{r},
14402 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14403 expirable.
14404
14405 When should either auto-expire or total-expire be used?  Most people
14406 who are subscribed to mailing lists split each list into its own group
14407 and then turn on auto-expire or total-expire for those groups.
14408 (@xref{Splitting Mail}, for more information on splitting each list
14409 into its own group.)
14410
14411 Which one is better, auto-expire or total-expire?  It's not easy to
14412 answer.  Generally speaking, auto-expire is probably faster.  Another
14413 advantage of auto-expire is that you get more marks to work with: for
14414 the articles that are supposed to stick around, you can still choose
14415 between tick and dormant and read marks.  But with total-expire, you
14416 only have dormant and ticked to choose from.  The advantage of
14417 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14418 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14419 scoring.
14420
14421 @vindex gnus-auto-expirable-newsgroups
14422 Groups that match the regular expression
14423 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14424 read marked as expirable automatically.  All articles marked as
14425 expirable have an @samp{E} in the first column in the summary buffer.
14426
14427 By default, if you have auto expiry switched on, Gnus will mark all the
14428 articles you read as expirable, no matter if they were read or unread
14429 before.  To avoid having articles marked as read marked as expirable
14430 automatically, you can put something like the following in your
14431 @file{~/.gnus.el} file:
14432
14433 @vindex gnus-mark-article-hook
14434 @lisp
14435 (remove-hook 'gnus-mark-article-hook
14436              'gnus-summary-mark-read-and-unread-as-read)
14437 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14438 @end lisp
14439
14440 Note that making a group auto-expirable doesn't mean that all read
14441 articles are expired---only the articles marked as expirable
14442 will be expired.  Also note that using the @kbd{d} command won't make
14443 articles expirable---only semi-automatic marking of articles as read will
14444 mark the articles as expirable in auto-expirable groups.
14445
14446 Let's say you subscribe to a couple of mailing lists, and you want the
14447 articles you have read to disappear after a while:
14448
14449 @lisp
14450 (setq gnus-auto-expirable-newsgroups
14451       "mail.nonsense-list\\|mail.nice-list")
14452 @end lisp
14453
14454 Another way to have auto-expiry happen is to have the element
14455 @code{auto-expire} in the group parameters of the group.
14456
14457 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14458 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14459 don't really mix very well.
14460
14461 @vindex nnmail-expiry-wait
14462 The @code{nnmail-expiry-wait} variable supplies the default time an
14463 expirable article has to live.  Gnus starts counting days from when the
14464 message @emph{arrived}, not from when it was sent.  The default is seven
14465 days.
14466
14467 Gnus also supplies a function that lets you fine-tune how long articles
14468 are to live, based on what group they are in.  Let's say you want to
14469 have one month expiry period in the @samp{mail.private} group, a one day
14470 expiry period in the @samp{mail.junk} group, and a six day expiry period
14471 everywhere else:
14472
14473 @vindex nnmail-expiry-wait-function
14474 @lisp
14475 (setq nnmail-expiry-wait-function
14476       (lambda (group)
14477        (cond ((string= group "mail.private")
14478                31)
14479              ((string= group "mail.junk")
14480                1)
14481              ((string= group "important")
14482                'never)
14483              (t
14484                6))))
14485 @end lisp
14486
14487 The group names this function is fed are ``unadorned'' group
14488 names---no @samp{nnml:} prefixes and the like.
14489
14490 The @code{nnmail-expiry-wait} variable and
14491 @code{nnmail-expiry-wait-function} function can either be a number (not
14492 necessarily an integer) or one of the symbols @code{immediate} or
14493 @code{never}.
14494
14495 You can also use the @code{expiry-wait} group parameter to selectively
14496 change the expiry period (@pxref{Group Parameters}).
14497
14498 @vindex nnmail-expiry-target
14499 The normal action taken when expiring articles is to delete them.
14500 However, in some circumstances it might make more sense to move them
14501 to other groups instead of deleting them.  The variable
14502 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14503 parameter) controls this.  The variable supplies a default value for
14504 all groups, which can be overridden for specific groups by the group
14505 parameter.  default value is @code{delete}, but this can also be a
14506 string (which should be the name of the group the message should be
14507 moved to), or a function (which will be called in a buffer narrowed to
14508 the message in question, and with the name of the group being moved
14509 from as its parameter) which should return a target---either a group
14510 name or @code{delete}.
14511
14512 Here's an example for specifying a group name:
14513 @lisp
14514 (setq nnmail-expiry-target "nnml:expired")
14515 @end lisp
14516
14517 @findex nnmail-fancy-expiry-target
14518 @vindex nnmail-fancy-expiry-targets
14519 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14520 expire mail to groups according to the variable
14521 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14522
14523 @lisp
14524  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14525        nnmail-fancy-expiry-targets
14526        '((to-from "boss" "nnfolder:Work")
14527          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14528          ("from" ".*" "nnfolder:Archive-%Y")))
14529 @end lisp
14530
14531 With this setup, any mail that has @code{IMPORTANT} in its Subject
14532 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14533 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14534 From or To header contains the string @code{boss}, it will get expired
14535 to @code{nnfolder:Work}.  All other mail will get expired to
14536 @code{nnfolder:Archive-YYYY}.
14537
14538 @vindex nnmail-keep-last-article
14539 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14540 expire the final article in a mail newsgroup.  This is to make life
14541 easier for procmail users.
14542
14543 @vindex gnus-total-expirable-newsgroups
14544 By the way: That line up there, about Gnus never expiring non-expirable
14545 articles, is a lie.  If you put @code{total-expire} in the group
14546 parameters, articles will not be marked as expirable, but all read
14547 articles will be put through the expiry process.  Use with extreme
14548 caution.  Even more dangerous is the
14549 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14550 this regexp will have all read articles put through the expiry process,
14551 which means that @emph{all} old mail articles in the groups in question
14552 will be deleted after a while.  Use with extreme caution, and don't come
14553 crying to me when you discover that the regexp you used matched the
14554 wrong group and all your important mail has disappeared.  Be a
14555 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14556 with!  So there!
14557
14558 Most people make most of their mail groups total-expirable, though.
14559
14560 @vindex gnus-inhibit-user-auto-expire
14561 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14562 commands will not mark an article as expirable, even if the group has
14563 auto-expire turned on.
14564
14565
14566 @node Washing Mail
14567 @subsection Washing Mail
14568 @cindex mail washing
14569 @cindex list server brain damage
14570 @cindex incoming mail treatment
14571
14572 Mailers and list servers are notorious for doing all sorts of really,
14573 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14574 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14575 end of all lines passing through our server, so let's do that!!!!1!''
14576 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14577 considered to be self-evident were not discussed.  So.  Here we are.
14578
14579 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14580 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14581 be shocked and dismayed by this, but I haven't got the energy.  It is to
14582 laugh.
14583
14584 Gnus provides a plethora of functions for washing articles while
14585 displaying them, but it might be nicer to do the filtering before
14586 storing the mail to disk.  For that purpose, we have three hooks and
14587 various functions that can be put in these hooks.
14588
14589 @table @code
14590 @item nnmail-prepare-incoming-hook
14591 @vindex nnmail-prepare-incoming-hook
14592 This hook is called before doing anything with the mail and is meant for
14593 grand, sweeping gestures.  It is called in a buffer that contains all
14594 the new, incoming mail.  Functions to be used include:
14595
14596 @table @code
14597 @item nnheader-ms-strip-cr
14598 @findex nnheader-ms-strip-cr
14599 Remove trailing carriage returns from each line.  This is default on
14600 Emacs running on MS machines.
14601
14602 @end table
14603
14604 @item nnmail-prepare-incoming-header-hook
14605 @vindex nnmail-prepare-incoming-header-hook
14606 This hook is called narrowed to each header.  It can be used when
14607 cleaning up the headers.  Functions that can be used include:
14608
14609 @table @code
14610 @item nnmail-remove-leading-whitespace
14611 @findex nnmail-remove-leading-whitespace
14612 Clear leading white space that ``helpful'' listservs have added to the
14613 headers to make them look nice.  Aaah.
14614
14615 (Note that this function works on both the header on the body of all
14616 messages, so it is a potentially dangerous function to use (if a body
14617 of a message contains something that looks like a header line).  So
14618 rather than fix the bug, it is of course the right solution to make it
14619 into a feature by documenting it.)
14620
14621 @item nnmail-remove-list-identifiers
14622 @findex nnmail-remove-list-identifiers
14623 Some list servers add an identifier---for example, @samp{(idm)}---to the
14624 beginning of all @code{Subject} headers.  I'm sure that's nice for
14625 people who use stone age mail readers.  This function will remove
14626 strings that match the @code{nnmail-list-identifiers} regexp, which can
14627 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14628 @code{\\(..\\)}.
14629
14630 For instance, if you want to remove the @samp{(idm)} and the
14631 @samp{nagnagnag} identifiers:
14632
14633 @lisp
14634 (setq nnmail-list-identifiers
14635       '("(idm)" "nagnagnag"))
14636 @end lisp
14637
14638 This can also be done non-destructively with
14639 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14640
14641 @item nnmail-remove-tabs
14642 @findex nnmail-remove-tabs
14643 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14644
14645 @item nnmail-fix-eudora-headers
14646 @findex nnmail-fix-eudora-headers
14647 @cindex Eudora
14648 Eudora produces broken @code{References} headers, but OK
14649 @code{In-Reply-To} headers.  This function will get rid of the
14650 @code{References} headers.
14651
14652 @end table
14653
14654 @item nnmail-prepare-incoming-message-hook
14655 @vindex nnmail-prepare-incoming-message-hook
14656 This hook is called narrowed to each message.  Functions to be used
14657 include:
14658
14659 @table @code
14660 @item article-de-quoted-unreadable
14661 @findex article-de-quoted-unreadable
14662 Decode Quoted Readable encoding.
14663
14664 @end table
14665 @end table
14666
14667
14668 @node Duplicates
14669 @subsection Duplicates
14670
14671 @vindex nnmail-treat-duplicates
14672 @vindex nnmail-message-id-cache-length
14673 @vindex nnmail-message-id-cache-file
14674 @cindex duplicate mails
14675 If you are a member of a couple of mailing lists, you will sometimes
14676 receive two copies of the same mail.  This can be quite annoying, so
14677 @code{nnmail} checks for and treats any duplicates it might find.  To do
14678 this, it keeps a cache of old @code{Message-ID}s---
14679 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14680 default.  The approximate maximum number of @code{Message-ID}s stored
14681 there is controlled by the @code{nnmail-message-id-cache-length}
14682 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14683 stored.) If all this sounds scary to you, you can set
14684 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14685 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14686 will insert a warning into the head of the mail saying that it thinks
14687 that this is a duplicate of a different message.
14688
14689 This variable can also be a function.  If that's the case, the function
14690 will be called from a buffer narrowed to the message in question with
14691 the @code{Message-ID} as a parameter.  The function must return either
14692 @code{nil}, @code{warn}, or @code{delete}.
14693
14694 You can turn this feature off completely by setting the variable to
14695 @code{nil}.
14696
14697 If you want all the duplicate mails to be put into a special
14698 @dfn{duplicates} group, you could do that using the normal mail split
14699 methods:
14700
14701 @lisp
14702 (setq nnmail-split-fancy
14703       '(| ;; @r{Messages duplicates go to a separate group.}
14704         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14705         ;; @r{Message from daemons, postmaster, and the like to another.}
14706         (any mail "mail.misc")
14707         ;; @r{Other rules.}
14708         [...] ))
14709 @end lisp
14710 @noindent
14711 Or something like:
14712 @lisp
14713 (setq nnmail-split-methods
14714       '(("duplicates" "^Gnus-Warning:.*duplicate")
14715         ;; @r{Other rules.}
14716         [...]))
14717 @end lisp
14718
14719 Here's a neat feature: If you know that the recipient reads her mail
14720 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14721 @code{delete}, you can send her as many insults as you like, just by
14722 using a @code{Message-ID} of a mail that you know that she's already
14723 received.  Think of all the fun!  She'll never see any of it!  Whee!
14724
14725
14726 @node Not Reading Mail
14727 @subsection Not Reading Mail
14728
14729 If you start using any of the mail back ends, they have the annoying
14730 habit of assuming that you want to read mail with them.  This might not
14731 be unreasonable, but it might not be what you want.
14732
14733 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14734 @code{nil}, none of the back ends will ever attempt to read incoming
14735 mail, which should help.
14736
14737 @vindex nnbabyl-get-new-mail
14738 @vindex nnmbox-get-new-mail
14739 @vindex nnml-get-new-mail
14740 @vindex nnmh-get-new-mail
14741 @vindex nnfolder-get-new-mail
14742 This might be too much, if, for instance, you are reading mail quite
14743 happily with @code{nnml} and just want to peek at some old Rmail
14744 file you have stashed away with @code{nnbabyl}.  All back ends have
14745 variables called back-end-@code{get-new-mail}.  If you want to disable
14746 the @code{nnbabyl} mail reading, you edit the virtual server for the
14747 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14748
14749 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14750 narrowed to the article to be saved before saving it when reading
14751 incoming mail.
14752
14753
14754 @node Choosing a Mail Back End
14755 @subsection Choosing a Mail Back End
14756
14757 Gnus will read the mail spool when you activate a mail group.  The mail
14758 file is first copied to your home directory.  What happens after that
14759 depends on what format you want to store your mail in.
14760
14761 There are six different mail back ends in the standard Gnus, and more
14762 back ends are available separately.  The mail back end most people use
14763 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14764 Spool}).
14765
14766 @menu
14767 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14768 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14769 * Mail Spool::                  Store your mail in a private spool?
14770 * MH Spool::                    An mhspool-like back end.
14771 * Maildir::                     Another one-file-per-message format.
14772 * Mail Folders::                Having one file for each group.
14773 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14774 @end menu
14775
14776
14777 @node Unix Mail Box
14778 @subsubsection Unix Mail Box
14779 @cindex nnmbox
14780 @cindex unix mail box
14781
14782 @vindex nnmbox-active-file
14783 @vindex nnmbox-mbox-file
14784 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14785 mail.  @code{nnmbox} will add extra headers to each mail article to say
14786 which group it belongs in.
14787
14788 Virtual server settings:
14789
14790 @table @code
14791 @item nnmbox-mbox-file
14792 @vindex nnmbox-mbox-file
14793 The name of the mail box in the user's home directory.  Default is
14794 @file{~/mbox}.
14795
14796 @item nnmbox-active-file
14797 @vindex nnmbox-active-file
14798 The name of the active file for the mail box.  Default is
14799 @file{~/.mbox-active}.
14800
14801 @item nnmbox-get-new-mail
14802 @vindex nnmbox-get-new-mail
14803 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14804 into groups.  Default is @code{t}.
14805 @end table
14806
14807
14808 @node Rmail Babyl
14809 @subsubsection Rmail Babyl
14810 @cindex nnbabyl
14811 @cindex Rmail mbox
14812
14813 @vindex nnbabyl-active-file
14814 @vindex nnbabyl-mbox-file
14815 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14816 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14817 mail article to say which group it belongs in.
14818
14819 Virtual server settings:
14820
14821 @table @code
14822 @item nnbabyl-mbox-file
14823 @vindex nnbabyl-mbox-file
14824 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14825
14826 @item nnbabyl-active-file
14827 @vindex nnbabyl-active-file
14828 The name of the active file for the rmail box.  The default is
14829 @file{~/.rmail-active}
14830
14831 @item nnbabyl-get-new-mail
14832 @vindex nnbabyl-get-new-mail
14833 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14834 @code{t}
14835 @end table
14836
14837
14838 @node Mail Spool
14839 @subsubsection Mail Spool
14840 @cindex nnml
14841 @cindex mail @acronym{NOV} spool
14842
14843 The @dfn{nnml} spool mail format isn't compatible with any other known
14844 format.  It should be used with some caution.
14845
14846 @vindex nnml-directory
14847 If you use this back end, Gnus will split all incoming mail into files,
14848 one file for each mail, and put the articles into the corresponding
14849 directories under the directory specified by the @code{nnml-directory}
14850 variable.  The default value is @file{~/Mail/}.
14851
14852 You do not have to create any directories beforehand; Gnus will take
14853 care of all that.
14854
14855 If you have a strict limit as to how many files you are allowed to store
14856 in your account, you should not use this back end.  As each mail gets its
14857 own file, you might very well occupy thousands of inodes within a few
14858 weeks.  If this is no problem for you, and it isn't a problem for you
14859 having your friendly systems administrator walking around, madly,
14860 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14861 know that this is probably the fastest format to use.  You do not have
14862 to trudge through a big mbox file just to read your new mail.
14863
14864 @code{nnml} is probably the slowest back end when it comes to article
14865 splitting.  It has to create lots of files, and it also generates
14866 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14867 fastest back end when it comes to reading mail.
14868
14869 @cindex self contained nnml servers
14870 @cindex marks
14871 When the marks file is used (which it is by default), @code{nnml}
14872 servers have the property that you may backup them using @code{tar} or
14873 similar, and later be able to restore them into Gnus (by adding the
14874 proper @code{nnml} server) and have all your marks be preserved.  Marks
14875 for a group is usually stored in the @code{.marks} file (but see
14876 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14877 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14878 to restore the group (after restoring the backup into the nnml
14879 directory).
14880
14881 If for some reason you believe your @file{.marks} files are screwed
14882 up, you can just delete them all.  Gnus will then correctly regenerate
14883 them next time it starts.
14884
14885 Virtual server settings:
14886
14887 @table @code
14888 @item nnml-directory
14889 @vindex nnml-directory
14890 All @code{nnml} directories will be placed under this directory.  The
14891 default is the value of @code{message-directory} (whose default value
14892 is @file{~/Mail}).
14893
14894 @item nnml-active-file
14895 @vindex nnml-active-file
14896 The active file for the @code{nnml} server.  The default is
14897 @file{~/Mail/active}.
14898
14899 @item nnml-newsgroups-file
14900 @vindex nnml-newsgroups-file
14901 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14902 Format}.  The default is @file{~/Mail/newsgroups}.
14903
14904 @item nnml-get-new-mail
14905 @vindex nnml-get-new-mail
14906 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14907 @code{t}.
14908
14909 @item nnml-nov-is-evil
14910 @vindex nnml-nov-is-evil
14911 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14912 default is @code{nil}.
14913
14914 @item nnml-nov-file-name
14915 @vindex nnml-nov-file-name
14916 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14917
14918 @item nnml-prepare-save-mail-hook
14919 @vindex nnml-prepare-save-mail-hook
14920 Hook run narrowed to an article before saving.
14921
14922 @item nnml-marks-is-evil
14923 @vindex nnml-marks-is-evil
14924 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14925 default is @code{nil}.
14926
14927 @item nnml-marks-file-name
14928 @vindex nnml-marks-file-name
14929 The name of the @dfn{marks} files.  The default is @file{.marks}.
14930
14931 @item nnml-use-compressed-files
14932 @vindex nnml-use-compressed-files
14933 If non-@code{nil}, @code{nnml} will allow using compressed message
14934 files.
14935
14936 @end table
14937
14938 @findex nnml-generate-nov-databases
14939 If your @code{nnml} groups and @acronym{NOV} files get totally out of
14940 whack, you can do a complete update by typing @kbd{M-x
14941 nnml-generate-nov-databases}.  This command will trawl through the
14942 entire @code{nnml} hierarchy, looking at each and every article, so it
14943 might take a while to complete.  A better interface to this
14944 functionality can be found in the server buffer (@pxref{Server
14945 Commands}).
14946
14947
14948 @node MH Spool
14949 @subsubsection MH Spool
14950 @cindex nnmh
14951 @cindex mh-e mail spool
14952
14953 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14954 @acronym{NOV} databases and it doesn't keep an active file or marks
14955 file.  This makes @code{nnmh} a @emph{much} slower back end than
14956 @code{nnml}, but it also makes it easier to write procmail scripts
14957 for.
14958
14959 Virtual server settings:
14960
14961 @table @code
14962 @item nnmh-directory
14963 @vindex nnmh-directory
14964 All @code{nnmh} directories will be located under this directory.  The
14965 default is the value of @code{message-directory} (whose default is
14966 @file{~/Mail})
14967
14968 @item nnmh-get-new-mail
14969 @vindex nnmh-get-new-mail
14970 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14971 @code{t}.
14972
14973 @item nnmh-be-safe
14974 @vindex nnmh-be-safe
14975 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14976 sure that the articles in the folder are actually what Gnus thinks
14977 they are.  It will check date stamps and stat everything in sight, so
14978 setting this to @code{t} will mean a serious slow-down.  If you never
14979 use anything but Gnus to read the @code{nnmh} articles, you do not
14980 have to set this variable to @code{t}.  The default is @code{nil}.
14981 @end table
14982
14983
14984 @node Maildir
14985 @subsubsection Maildir
14986 @cindex nnmaildir
14987 @cindex maildir
14988
14989 @code{nnmaildir} stores mail in the maildir format, with each maildir
14990 corresponding to a group in Gnus.  This format is documented here:
14991 @uref{http://cr.yp.to/proto/maildir.html} and here:
14992 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
14993 also stores extra information in the @file{.nnmaildir/} directory
14994 within a maildir.
14995
14996 Maildir format was designed to allow concurrent deliveries and
14997 reading, without needing locks.  With other back ends, you would have
14998 your mail delivered to a spool of some kind, and then you would
14999 configure Gnus to split mail from that spool into your groups.  You
15000 can still do that with @code{nnmaildir}, but the more common
15001 configuration is to have your mail delivered directly to the maildirs
15002 that appear as group in Gnus.
15003
15004 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
15005 never corrupt its data in memory, and @code{SIGKILL} will never
15006 corrupt its data in the filesystem.
15007
15008 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
15009 maildir.  So you can copy a whole maildir from one Gnus setup to
15010 another, and you will keep your marks.
15011
15012 Virtual server settings:
15013
15014 @table @code
15015 @item directory
15016 For each of your @code{nnmaildir} servers (it's very unlikely that
15017 you'd need more than one), you need to create a directory and populate
15018 it with maildirs or symlinks to maildirs (and nothing else; do not
15019 choose a directory already used for other purposes).  Each maildir
15020 will be represented in Gnus as a newsgroup on that server; the
15021 filename of the symlink will be the name of the group.  Any filenames
15022 in the directory starting with @samp{.} are ignored.  The directory is
15023 scanned when you first start Gnus, and each time you type @kbd{g} in
15024 the group buffer; if any maildirs have been removed or added,
15025 @code{nnmaildir} notices at these times.
15026
15027 The value of the @code{directory} parameter should be a Lisp form
15028 which is processed by @code{eval} and @code{expand-file-name} to get
15029 the path of the directory for this server.  The form is @code{eval}ed
15030 only when the server is opened; the resulting string is used until the
15031 server is closed.  (If you don't know about forms and @code{eval},
15032 don't worry---a simple string will work.)  This parameter is not
15033 optional; you must specify it.  I don't recommend using
15034 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15035 use that directory by default for various things, and may get confused
15036 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15037 value.
15038
15039 @item target-prefix
15040 This should be a Lisp form which is processed by @code{eval} and
15041 @code{expand-file-name}.  The form is @code{eval}ed only when the
15042 server is opened; the resulting string is used until the server is
15043 closed.
15044
15045 When you create a group on an @code{nnmaildir} server, the maildir is
15046 created with @code{target-prefix} prepended to its name, and a symlink
15047 pointing to that maildir is created, named with the plain group name.
15048 So if @code{directory} is @code{"~/.nnmaildir"} and
15049 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15050 the group @code{foo}, @code{nnmaildir} will create
15051 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15052 @file{~/.nnmaildir/foo} as a symlink pointing to
15053 @file{../maildirs/foo}.
15054
15055 You can set @code{target-prefix} to a string without any slashes to
15056 create both maildirs and symlinks in the same @code{directory}; in
15057 this case, any maildirs found in @code{directory} whose names start
15058 with @code{target-prefix} will not be listed as groups (but the
15059 symlinks pointing to them will be).
15060
15061 As a special case, if @code{target-prefix} is @code{""} (the default),
15062 then when you create a group, the maildir will be created in
15063 @code{directory} without a corresponding symlink.  Beware that you
15064 cannot use @code{gnus-group-delete-group} on such groups without the
15065 @code{force} argument.
15066
15067 @item directory-files
15068 This should be a function with the same interface as
15069 @code{directory-files} (such as @code{directory-files} itself).  It is
15070 used to scan the server's @code{directory} for maildirs.  This
15071 parameter is optional; the default is
15072 @code{nnheader-directory-files-safe} if
15073 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15074 @code{directory-files} otherwise.
15075 (@code{nnheader-directory-files-is-safe} is checked only once when the
15076 server is opened; if you want to check it each time the directory is
15077 scanned, you'll have to provide your own function that does that.)
15078
15079 @item get-new-mail
15080 If non-@code{nil}, then after scanning for new mail in the group
15081 maildirs themselves as usual, this server will also incorporate mail
15082 the conventional Gnus way, from @code{mail-sources} according to
15083 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15084 value is @code{nil}.
15085
15086 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15087 an @code{nnmaildir} group.  The results might happen to be useful, but
15088 that would be by chance, not by design, and the results might be
15089 different in the future.  If your split rules create new groups,
15090 remember to supply a @code{create-directory} server parameter.
15091 @end table
15092
15093 @subsubsection Group parameters
15094
15095 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15096 all this; the default behavior for @code{nnmaildir} is the same as the
15097 default behavior for other mail back ends: articles are deleted after
15098 one week, etc.  Except for the expiry parameters, all this
15099 functionality is unique to @code{nnmaildir}, so you can ignore it if
15100 you're just trying to duplicate the behavior you already have with
15101 another back end.
15102
15103 If the value of any of these parameters is a vector, the first element
15104 is evaluated as a Lisp form and the result is used, rather than the
15105 original value.  If the value is not a vector, the value itself is
15106 evaluated as a Lisp form.  (This is why these parameters use names
15107 different from those of other, similar parameters supported by other
15108 back ends: they have different, though similar, meanings.)  (For
15109 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15110 @code{eval} business again; for other values, remember to use an extra
15111 quote and wrap the value in a vector when appropriate.)
15112
15113 @table @code
15114 @item expire-age
15115 An integer specifying the minimum age, in seconds, of an article
15116 before it will be expired, or the symbol @code{never} to specify that
15117 articles should never be expired.  If this parameter is not set,
15118 @code{nnmaildir} falls back to the usual
15119 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
15120 the @code{expiry-wait}(@code{-function}) group parameters.  If you
15121 wanted a value of 3 days, you could use something like @code{[(* 3 24
15122 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15123 An article's age is measured starting from the article file's
15124 modification time.  Normally, this is the same as the article's
15125 delivery time, but editing an article makes it younger.  Moving an
15126 article (other than via expiry) may also make an article younger.
15127
15128 @item expire-group
15129 If this is set to a string such as a full Gnus group name, like
15130 @example
15131 "backend+server.address.string:group.name"
15132 @end example
15133 and if it is not the name of the same group that the parameter belongs
15134 to, then articles will be moved to the specified group during expiry
15135 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15136 group, the article will be just as old in the destination group as it
15137 was in the source group.}  So be careful with @code{expire-age} in the
15138 destination group.  If this is set to the name of the same group that
15139 the parameter belongs to, then the article is not expired at all.  If
15140 you use the vector form, the first element is evaluated once for each
15141 article.  So that form can refer to
15142 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15143 article.  @emph{If this parameter is not set, @code{nnmaildir} does
15144 not fall back to the @code{expiry-target} group parameter or the
15145 @code{nnmail-expiry-target} variable.}
15146
15147 @item read-only
15148 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15149 in this maildir as read-only.  This means: articles are not renamed
15150 from @file{new/} into @file{cur/}; articles are only found in
15151 @file{new/}, not @file{cur/}; articles are never deleted; articles
15152 cannot be edited.  @file{new/} is expected to be a symlink to the
15153 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15154 containing a mailing list of common interest.  Everything in the
15155 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15156 a shared mailbox, you do still need to set up your own maildir (or
15157 have write permission to the shared mailbox); your maildir just won't
15158 contain extra copies of the articles.
15159
15160 @item directory-files
15161 A function with the same interface as @code{directory-files}.  It is
15162 used to scan the directories in the maildir corresponding to this
15163 group to find articles.  The default is the function specified by the
15164 server's @code{directory-files} parameter.
15165
15166 @item distrust-Lines:
15167 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15168 article, rather than use the @code{Lines:} header field.  If
15169 @code{nil}, the header field will be used if present.
15170
15171 @item always-marks
15172 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15173 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15174 say that all articles have these marks, regardless of whether the
15175 marks stored in the filesystem say so.  This is a proof-of-concept
15176 feature that will probably be removed eventually; it ought to be done
15177 in Gnus proper, or abandoned if it's not worthwhile.
15178
15179 @item never-marks
15180 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15181 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15182 say that no articles have these marks, regardless of whether the marks
15183 stored in the filesystem say so.  @code{never-marks} overrides
15184 @code{always-marks}.  This is a proof-of-concept feature that will
15185 probably be removed eventually; it ought to be done in Gnus proper, or
15186 abandoned if it's not worthwhile.
15187
15188 @item nov-cache-size
15189 An integer specifying the size of the @acronym{NOV} memory cache.  To
15190 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15191 for a limited number of articles in each group.  (This is probably not
15192 worthwhile, and will probably be removed in the future.)  This
15193 parameter's value is noticed only the first time a group is seen after
15194 the server is opened---i.e., when you first start Gnus, typically.
15195 The @acronym{NOV} cache is never resized until the server is closed
15196 and reopened.  The default is an estimate of the number of articles
15197 that would be displayed in the summary buffer: a count of articles
15198 that are either marked with @code{tick} or not marked with
15199 @code{read}, plus a little extra.
15200 @end table
15201
15202 @subsubsection Article identification
15203 Articles are stored in the @file{cur/} subdirectory of each maildir.
15204 Each article file is named like @code{uniq:info}, where @code{uniq}
15205 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15206 @code{:info} part.  (Other maildir readers typically use this part of
15207 the filename to store marks.)  The @code{uniq} part uniquely
15208 identifies the article, and is used in various places in the
15209 @file{.nnmaildir/} subdirectory of the maildir to store information
15210 about the corresponding article.  The full pathname of an article is
15211 available in the variable @code{nnmaildir-article-file-name} after you
15212 request the article in the summary buffer.
15213
15214 @subsubsection NOV data
15215 An article identified by @code{uniq} has its @acronym{NOV} data (used
15216 to generate lines in the summary buffer) stored in
15217 @code{.nnmaildir/nov/uniq}.  There is no
15218 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15219 need for it---an article's @acronym{NOV} data is updated automatically
15220 when the article or @code{nnmail-extra-headers} has changed.)  You can
15221 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15222 single article simply by deleting the corresponding @acronym{NOV}
15223 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15224 assign a new article number for this article, which may cause trouble
15225 with @code{seen} marks, the Agent, and the cache.
15226
15227 @subsubsection Article marks
15228 An article identified by @code{uniq} is considered to have the mark
15229 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15230 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15231 looks for such files and reports the set of marks it finds.  When Gnus
15232 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15233 creates and deletes the corresponding files as needed.  (Actually,
15234 rather than create a new file for each mark, it just creates hard
15235 links to @file{.nnmaildir/markfile}, to save inodes.)
15236
15237 You can invent new marks by creating a new directory in
15238 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15239 your server, untar it later, and keep your marks.  You can add and
15240 remove marks yourself by creating and deleting mark files.  If you do
15241 this while Gnus is running and your @code{nnmaildir} server is open,
15242 it's best to exit all summary buffers for @code{nnmaildir} groups and
15243 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15244 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15245 pick up the changes, and might undo them.
15246
15247
15248 @node Mail Folders
15249 @subsubsection Mail Folders
15250 @cindex nnfolder
15251 @cindex mbox folders
15252 @cindex mail folders
15253
15254 @code{nnfolder} is a back end for storing each mail group in a
15255 separate file.  Each file is in the standard Un*x mbox format.
15256 @code{nnfolder} will add extra headers to keep track of article
15257 numbers and arrival dates.
15258
15259 @cindex self contained nnfolder servers
15260 @cindex marks
15261 When the marks file is used (which it is by default), @code{nnfolder}
15262 servers have the property that you may backup them using @code{tar} or
15263 similar, and later be able to restore them into Gnus (by adding the
15264 proper @code{nnfolder} server) and have all your marks be preserved.
15265 Marks for a group is usually stored in a file named as the mbox file
15266 with @code{.mrk} concatenated to it (but see
15267 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15268 directory.  Individual @code{nnfolder} groups are also possible to
15269 backup, use @kbd{G m} to restore the group (after restoring the backup
15270 into the @code{nnfolder} directory).
15271
15272 Virtual server settings:
15273
15274 @table @code
15275 @item nnfolder-directory
15276 @vindex nnfolder-directory
15277 All the @code{nnfolder} mail boxes will be stored under this
15278 directory.  The default is the value of @code{message-directory}
15279 (whose default is @file{~/Mail})
15280
15281 @item nnfolder-active-file
15282 @vindex nnfolder-active-file
15283 The name of the active file.  The default is @file{~/Mail/active}.
15284
15285 @item nnfolder-newsgroups-file
15286 @vindex nnfolder-newsgroups-file
15287 The name of the group descriptions file.  @xref{Newsgroups File
15288 Format}.  The default is @file{~/Mail/newsgroups}
15289
15290 @item nnfolder-get-new-mail
15291 @vindex nnfolder-get-new-mail
15292 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15293 default is @code{t}
15294
15295 @item nnfolder-save-buffer-hook
15296 @vindex nnfolder-save-buffer-hook
15297 @cindex backup files
15298 Hook run before saving the folders.  Note that Emacs does the normal
15299 backup renaming of files even with the @code{nnfolder} buffers.  If
15300 you wish to switch this off, you could say something like the
15301 following in your @file{.emacs} file:
15302
15303 @lisp
15304 (defun turn-off-backup ()
15305   (set (make-local-variable 'backup-inhibited) t))
15306
15307 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15308 @end lisp
15309
15310 @item nnfolder-delete-mail-hook
15311 @vindex nnfolder-delete-mail-hook
15312 Hook run in a buffer narrowed to the message that is to be deleted.
15313 This function can be used to copy the message to somewhere else, or to
15314 extract some information from it before removing it.
15315
15316 @item nnfolder-nov-is-evil
15317 @vindex nnfolder-nov-is-evil
15318 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15319 default is @code{nil}.
15320
15321 @item nnfolder-nov-file-suffix
15322 @vindex nnfolder-nov-file-suffix
15323 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15324
15325 @item nnfolder-nov-directory
15326 @vindex nnfolder-nov-directory
15327 The directory where the @acronym{NOV} files should be stored.  If
15328 @code{nil}, @code{nnfolder-directory} is used.
15329
15330 @item nnfolder-marks-is-evil
15331 @vindex nnfolder-marks-is-evil
15332 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15333 default is @code{nil}.
15334
15335 @item nnfolder-marks-file-suffix
15336 @vindex nnfolder-marks-file-suffix
15337 The extension for @sc{marks} files.  The default is @file{.mrk}.
15338
15339 @item nnfolder-marks-directory
15340 @vindex nnfolder-marks-directory
15341 The directory where the @sc{marks} files should be stored.  If
15342 @code{nil}, @code{nnfolder-directory} is used.
15343
15344 @end table
15345
15346
15347 @findex nnfolder-generate-active-file
15348 @kindex M-x nnfolder-generate-active-file
15349 If you have lots of @code{nnfolder}-like files you'd like to read with
15350 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15351 command to make @code{nnfolder} aware of all likely files in
15352 @code{nnfolder-directory}.  This only works if you use long file names,
15353 though.
15354
15355 @node Comparing Mail Back Ends
15356 @subsubsection Comparing Mail Back Ends
15357
15358 First, just for terminology, the @dfn{back end} is the common word for a
15359 low-level access method---a transport, if you will, by which something
15360 is acquired.  The sense is that one's mail has to come from somewhere,
15361 and so selection of a suitable back end is required in order to get that
15362 mail within spitting distance of Gnus.
15363
15364 The same concept exists for Usenet itself: Though access to articles is
15365 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15366 in the world got at Usenet by running a reader on the machine where the
15367 articles lay (the machine which today we call an @acronym{NNTP} server), and
15368 access was by the reader stepping into the articles' directory spool
15369 area directly.  One can still select between either the @code{nntp} or
15370 @code{nnspool} back ends, to select between these methods, if one happens
15371 actually to live on the server (or can see its spool directly, anyway,
15372 via NFS).
15373
15374 The goal in selecting a mail back end is to pick one which
15375 simultaneously represents a suitable way of dealing with the original
15376 format plus leaving mail in a form that is convenient to use in the
15377 future.  Here are some high and low points on each:
15378
15379 @table @code
15380 @item nnmbox
15381
15382 UNIX systems have historically had a single, very common, and well-
15383 defined format.  All messages arrive in a single @dfn{spool file}, and
15384 they are delineated by a line whose regular expression matches
15385 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15386 to make it clear in this instance that this is not the RFC-specified
15387 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15388 historically from the Unix environment, it is simplest if one does not
15389 mess a great deal with the original mailbox format, so if one chooses
15390 this back end, Gnus' primary activity in getting mail from the real spool
15391 area to Gnus' preferred directory is simply to copy it, with no
15392 (appreciable) format change in the process.  It is the ``dumbest'' way
15393 to move mail into availability in the Gnus environment.  This makes it
15394 fast to move into place, but slow to parse, when Gnus has to look at
15395 what's where.
15396
15397 @item nnbabyl
15398
15399 Once upon a time, there was the DEC-10 and DEC-20, running operating
15400 systems called TOPS and related things, and the usual (only?) mail
15401 reading environment was a thing called Babyl.  I don't know what format
15402 was used for mail landing on the system, but Babyl had its own internal
15403 format to which mail was converted, primarily involving creating a
15404 spool-file-like entity with a scheme for inserting Babyl-specific
15405 headers and status bits above the top of each message in the file.
15406 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15407 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15408 to understand the mail files folks already had in existence.  Gnus (and
15409 VM, for that matter) continue to support this format because it's
15410 perceived as having some good qualities in those mailer-specific
15411 headers/status bits stuff.  Rmail itself still exists as well, of
15412 course, and is still maintained by Stallman.
15413
15414 Both of the above forms leave your mail in a single file on your
15415 file system, and they must parse that entire file each time you take a
15416 look at your mail.
15417
15418 @item nnml
15419
15420 @code{nnml} is the back end which smells the most as though you were
15421 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15422 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15423 lo these years ago.)  One's mail is taken from the original spool file,
15424 and is then cut up into individual message files, 1:1.  It maintains a
15425 Usenet-style active file (analogous to what one finds in an INN- or
15426 CNews-based news system in (for instance) @file{/var/lib/news/active},
15427 or what is returned via the @samp{NNTP LIST} verb) and also creates
15428 @dfn{overview} files for efficient group entry, as has been defined for
15429 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15430 due to the creation of lots of files, updates to the @code{nnml} active
15431 file, and additions to overview files on a per-message basis, but it is
15432 extremely fast on access because of what amounts to the indexing support
15433 provided by the active file and overviews.
15434
15435 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15436 resource which defines available places in the file system to put new
15437 files.  Sysadmins take a dim view of heavy inode occupation within
15438 tight, shared file systems.  But if you live on a personal machine where
15439 the file system is your own and space is not at a premium, @code{nnml}
15440 wins big.
15441
15442 It is also problematic using this back end if you are living in a
15443 FAT16-based Windows world, since much space will be wasted on all these
15444 tiny files.
15445
15446 @item nnmh
15447
15448 The Rand MH mail-reading system has been around UNIX systems for a very
15449 long time; it operates by splitting one's spool file of messages into
15450 individual files, but with little or no indexing support---@code{nnmh}
15451 is considered to be semantically equivalent to ``@code{nnml} without
15452 active file or overviews''.  This is arguably the worst choice, because
15453 one gets the slowness of individual file creation married to the
15454 slowness of access parsing when learning what's new in one's groups.
15455
15456 @item nnfolder
15457
15458 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15459 method described above) on a per-group basis.  That is, @code{nnmbox}
15460 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15461 little bit of optimization to this so that each of one's mail groups has
15462 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15463 can be parsed separately, and still provides the simple Unix mail box
15464 format requiring minimal effort in moving the mail around.  In addition,
15465 it maintains an ``active'' file making it much faster for Gnus to figure
15466 out how many messages there are in each separate group.
15467
15468 If you have groups that are expected to have a massive amount of
15469 messages, @code{nnfolder} is not the best choice, but if you receive
15470 only a moderate amount of mail, @code{nnfolder} is probably the most
15471 friendly mail back end all over.
15472
15473 @item nnmaildir
15474
15475 For configuring expiry and other things, @code{nnmaildir} uses
15476 incompatible group parameters, slightly different from those of other
15477 mail back ends.
15478
15479 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15480 differences.  Each message is stored in a separate file, but the
15481 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15482 also stores the equivalent of @code{nnml}'s overview files in one file
15483 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15484 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15485 you down or takes up very much space, consider switching to
15486 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15487 file system.
15488
15489 Since maildirs don't require locking for delivery, the maildirs you use
15490 as groups can also be the maildirs your mail is directly delivered to.
15491 This means you can skip Gnus' mail splitting if your mail is already
15492 organized into different mailboxes during delivery.  A @code{directory}
15493 entry in @code{mail-sources} would have a similar effect, but would
15494 require one set of mailboxes for spooling deliveries (in mbox format,
15495 thus damaging message bodies), and another set to be used as groups (in
15496 whatever format you like).  A maildir has a built-in spool, in the
15497 @code{new/} subdirectory.  Beware that currently, mail moved from
15498 @code{new/} to @code{cur/} instead of via mail splitting will not
15499 undergo treatment such as duplicate checking.
15500
15501 @code{nnmaildir} stores article marks for a given group in the
15502 corresponding maildir, in a way designed so that it's easy to manipulate
15503 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15504 else, and still have your marks.  @code{nnml} also stores marks, but
15505 it's not as easy to work with them from outside Gnus as with
15506 @code{nnmaildir}.
15507
15508 @code{nnmaildir} uses a significant amount of memory to speed things up.
15509 (It keeps in memory some of the things that @code{nnml} stores in files
15510 and that @code{nnmh} repeatedly parses out of message files.)  If this
15511 is a problem for you, you can set the @code{nov-cache-size} group
15512 parameter to something small (0 would probably not work, but 1 probably
15513 would) to make it use less memory.  This caching will probably be
15514 removed in the future.
15515
15516 Startup is likely to be slower with @code{nnmaildir} than with other
15517 back ends.  Everything else is likely to be faster, depending in part
15518 on your file system.
15519
15520 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15521 to write an @code{nnmaildir}-derived back end.
15522
15523 @end table
15524
15525
15526 @node Browsing the Web
15527 @section Browsing the Web
15528 @cindex web
15529 @cindex browsing the web
15530 @cindex www
15531 @cindex http
15532
15533 Web-based discussion forums are getting more and more popular.  On many
15534 subjects, the web-based forums have become the most important forums,
15535 eclipsing the importance of mailing lists and news groups.  The reason
15536 is easy to understand---they are friendly to new users; you just point
15537 and click, and there's the discussion.  With mailing lists, you have to
15538 go through a cumbersome subscription procedure, and most people don't
15539 even know what a news group is.
15540
15541 The problem with this scenario is that web browsers are not very good at
15542 being newsreaders.  They do not keep track of what articles you've read;
15543 they do not allow you to score on subjects you're interested in; they do
15544 not allow off-line browsing; they require you to click around and drive
15545 you mad in the end.
15546
15547 So---if web browsers suck at reading discussion forums, why not use Gnus
15548 to do it instead?
15549
15550 Gnus has been getting a bit of a collection of back ends for providing
15551 interfaces to these sources.
15552
15553 @menu
15554 * Archiving Mail::
15555 * Web Searches::                Creating groups from articles that match a string.
15556 * Slashdot::                    Reading the Slashdot comments.
15557 * Ultimate::                    The Ultimate Bulletin Board systems.
15558 * Web Archive::                 Reading mailing list archived on web.
15559 * RSS::                         Reading RDF site summary.
15560 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15561 @end menu
15562
15563 All the web sources require Emacs/w3 and the url library to work.
15564
15565 The main caveat with all these web sources is that they probably won't
15566 work for a very long time.  Gleaning information from the @acronym{HTML} data
15567 is guesswork at best, and when the layout is altered, the Gnus back end
15568 will fail.  If you have reasonably new versions of these back ends,
15569 though, you should be ok.
15570
15571 One thing all these Web methods have in common is that the Web sources
15572 are often down, unavailable or just plain too slow to be fun.  In those
15573 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15574 Unplugged}) handle downloading articles, and then you can read them at
15575 leisure from your local disk.  No more World Wide Wait for you.
15576
15577 @node Archiving Mail
15578 @subsection Archiving Mail
15579 @cindex archiving mail
15580 @cindex backup of mail
15581
15582 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15583 @code{nnmaildir}, now actually store the article marks with each group.
15584 For these servers, archiving and restoring a group while preserving
15585 marks is fairly simple.
15586
15587 (Preserving the group level and group parameters as well still
15588 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15589 though.)
15590
15591 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15592 server, take a recursive copy of the server directory.  There is no need
15593 to shut down Gnus, so archiving may be invoked by @code{cron} or
15594 similar.  You restore the data by restoring the directory tree, and
15595 adding a server definition pointing to that directory in Gnus.  The
15596 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15597 might interfere with overwriting data, so you may want to shut down Gnus
15598 before you restore the data.
15599
15600 It is also possible to archive individual @code{nnml},
15601 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15602 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15603 directory.  For @code{nnfolder} you need to copy both the base folder
15604 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15605 this example).  Restoring the group is done with @kbd{G m} from the Group
15606 buffer.  The last step makes Gnus notice the new directory.
15607 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15608 is unnecessary in that case.
15609
15610 @node Web Searches
15611 @subsection Web Searches
15612 @cindex nnweb
15613 @cindex Google
15614 @cindex dejanews
15615 @cindex gmane
15616 @cindex Usenet searches
15617 @cindex searching the Usenet
15618
15619 It's, like, too neat to search the Usenet for articles that match a
15620 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15621 those, like, Web browsers, and you, like, have to, rilly, like, look at
15622 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15623 searches without having to use a browser.
15624
15625 The @code{nnweb} back end allows an easy interface to the mighty search
15626 engine.  You create an @code{nnweb} group, enter a search pattern, and
15627 then enter the group and read the articles like you would any normal
15628 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15629 Groups}) will do this in an easy-to-use fashion.
15630
15631 @code{nnweb} groups don't really lend themselves to being solid
15632 groups---they have a very fleeting idea of article numbers.  In fact,
15633 each time you enter an @code{nnweb} group (not even changing the search
15634 pattern), you are likely to get the articles ordered in a different
15635 manner.  Not even using duplicate suppression (@pxref{Duplicate
15636 Suppression}) will help, since @code{nnweb} doesn't even know the
15637 @code{Message-ID} of the articles before reading them using some search
15638 engines (Google, for instance).  The only possible way to keep track
15639 of which articles you've read is by scoring on the @code{Date}
15640 header---mark all articles posted before the last date you read the
15641 group as read.
15642
15643 If the search engine changes its output substantially, @code{nnweb}
15644 won't be able to parse it and will fail.  One could hardly fault the Web
15645 providers if they were to do this---their @emph{raison d'@^etre} is to
15646 make money off of advertisements, not to provide services to the
15647 community.  Since @code{nnweb} washes the ads off all the articles, one
15648 might think that the providers might be somewhat miffed.  We'll see.
15649
15650 You must have the @code{url} and @code{w3} package installed to be able
15651 to use @code{nnweb}.
15652
15653 Virtual server variables:
15654
15655 @table @code
15656 @item nnweb-type
15657 @vindex nnweb-type
15658 What search engine type is being used.  The currently supported types
15659 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15660 @code{dejanews} is an alias to @code{google}.
15661
15662 @item nnweb-search
15663 @vindex nnweb-search
15664 The search string to feed to the search engine.
15665
15666 @item nnweb-max-hits
15667 @vindex nnweb-max-hits
15668 Advisory maximum number of hits per search to display.  The default is
15669 999.
15670
15671 @item nnweb-type-definition
15672 @vindex nnweb-type-definition
15673 Type-to-definition alist.  This alist says what @code{nnweb} should do
15674 with the various search engine types.  The following elements must be
15675 present:
15676
15677 @table @code
15678 @item article
15679 Function to decode the article and provide something that Gnus
15680 understands.
15681
15682 @item map
15683 Function to create an article number to message header and URL alist.
15684
15685 @item search
15686 Function to send the search string to the search engine.
15687
15688 @item address
15689 The address the aforementioned function should send the search string
15690 to.
15691
15692 @item id
15693 Format string URL to fetch an article by @code{Message-ID}.
15694 @end table
15695
15696 @end table
15697
15698
15699 @node Slashdot
15700 @subsection Slashdot
15701 @cindex Slashdot
15702 @cindex nnslashdot
15703
15704 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15705 lively discussion following the news articles.  @code{nnslashdot} will
15706 let you read this forum in a convenient manner.
15707
15708 The easiest way to read this source is to put something like the
15709 following in your @file{~/.gnus.el} file:
15710
15711 @lisp
15712 (setq gnus-secondary-select-methods
15713       '((nnslashdot "")))
15714 @end lisp
15715
15716 This will make Gnus query the @code{nnslashdot} back end for new comments
15717 and groups.  The @kbd{F} command will subscribe each new news article as
15718 a new Gnus group, and you can read the comments by entering these
15719 groups.  (Note that the default subscription method is to subscribe new
15720 groups as zombies.  Other methods are available (@pxref{Subscription
15721 Methods}).
15722
15723 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15724 command is the most handy tool (@pxref{Foreign Groups}).
15725
15726 When following up to @code{nnslashdot} comments (or posting new
15727 comments), some light @acronym{HTML}izations will be performed.  In
15728 particular, text quoted with @samp{> } will be quoted with
15729 @samp{blockquote} instead, and signatures will have @samp{br} added to
15730 the end of each line.  Other than that, you can just write @acronym{HTML}
15731 directly into the message buffer.  Note that Slashdot filters out some
15732 @acronym{HTML} forms.
15733
15734 The following variables can be altered to change its behavior:
15735
15736 @table @code
15737 @item nnslashdot-threaded
15738 Whether @code{nnslashdot} should display threaded groups or not.  The
15739 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15740 has to retrieve absolutely all comments in a group upon entry.  If a
15741 threaded display is not required, @code{nnslashdot} will only retrieve
15742 the comments that are actually wanted by the user.  Threading is nicer,
15743 but much, much slower than unthreaded.
15744
15745 @item nnslashdot-login-name
15746 @vindex nnslashdot-login-name
15747 The login name to use when posting.
15748
15749 @item nnslashdot-password
15750 @vindex nnslashdot-password
15751 The password to use when posting.
15752
15753 @item nnslashdot-directory
15754 @vindex nnslashdot-directory
15755 Where @code{nnslashdot} will store its files.  The default is
15756 @file{~/News/slashdot/}.
15757
15758 @item nnslashdot-active-url
15759 @vindex nnslashdot-active-url
15760 The @acronym{URL} format string that will be used to fetch the
15761 information on news articles and comments.  The default is@*
15762 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15763
15764 @item nnslashdot-comments-url
15765 @vindex nnslashdot-comments-url
15766 The @acronym{URL} format string that will be used to fetch comments.
15767
15768 @item nnslashdot-article-url
15769 @vindex nnslashdot-article-url
15770 The @acronym{URL} format string that will be used to fetch the news
15771 article.  The default is
15772 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15773
15774 @item nnslashdot-threshold
15775 @vindex nnslashdot-threshold
15776 The score threshold.  The default is -1.
15777
15778 @item nnslashdot-group-number
15779 @vindex nnslashdot-group-number
15780 The number of old groups, in addition to the ten latest, to keep
15781 updated.  The default is 0.
15782
15783 @end table
15784
15785
15786
15787 @node Ultimate
15788 @subsection Ultimate
15789 @cindex nnultimate
15790 @cindex Ultimate Bulletin Board
15791
15792 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15793 probably the most popular Web bulletin board system used.  It has a
15794 quite regular and nice interface, and it's possible to get the
15795 information Gnus needs to keep groups updated.
15796
15797 The easiest way to get started with @code{nnultimate} is to say
15798 something like the following in the group buffer:  @kbd{B nnultimate RET
15799 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15800 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15801 you're interested in; there's quite a list of them on the Ultimate web
15802 site.)  Then subscribe to the groups you're interested in from the
15803 server buffer, and read them from the group buffer.
15804
15805 The following @code{nnultimate} variables can be altered:
15806
15807 @table @code
15808 @item nnultimate-directory
15809 @vindex nnultimate-directory
15810 The directory where @code{nnultimate} stores its files.  The default is@*
15811 @file{~/News/ultimate/}.
15812 @end table
15813
15814
15815 @node Web Archive
15816 @subsection Web Archive
15817 @cindex nnwarchive
15818 @cindex Web Archive
15819
15820 Some mailing lists only have archives on Web servers, such as
15821 @uref{http://www.egroups.com/} and
15822 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15823 interface, and it's possible to get the information Gnus needs to keep
15824 groups updated.
15825
15826 @findex gnus-group-make-warchive-group
15827 The easiest way to get started with @code{nnwarchive} is to say
15828 something like the following in the group buffer: @kbd{M-x
15829 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15830 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15831 @var{an_egroup} with the mailing list you subscribed, the
15832 @var{your@@email.address} with your email address.), or to browse the
15833 back end by @kbd{B nnwarchive RET mail-archive RET}.
15834
15835 The following @code{nnwarchive} variables can be altered:
15836
15837 @table @code
15838 @item nnwarchive-directory
15839 @vindex nnwarchive-directory
15840 The directory where @code{nnwarchive} stores its files.  The default is@*
15841 @file{~/News/warchive/}.
15842
15843 @item nnwarchive-login
15844 @vindex nnwarchive-login
15845 The account name on the web server.
15846
15847 @item nnwarchive-passwd
15848 @vindex nnwarchive-passwd
15849 The password for your account on the web server.
15850 @end table
15851
15852 @node RSS
15853 @subsection RSS
15854 @cindex nnrss
15855 @cindex RSS
15856
15857 Some web sites have an RDF Site Summary (@acronym{RSS}).
15858 @acronym{RSS} is a format for summarizing headlines from news related
15859 sites (such as BBC or CNN).  But basically anything list-like can be
15860 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
15861 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
15862
15863 @acronym{RSS} has a quite regular and nice interface, and it's
15864 possible to get the information Gnus needs to keep groups updated.
15865
15866 @kindex G R (Summary)
15867 Use @kbd{G R} from the summary buffer to subscribe to a feed---you
15868 will be prompted for the location of the feed.
15869
15870 An easy way to get started with @code{nnrss} is to say something like
15871 the following in the group buffer: @kbd{B nnrss RET y}, then
15872 subscribe to groups.
15873
15874 The following @code{nnrss} variables can be altered:
15875
15876 @table @code
15877 @item nnrss-directory
15878 @vindex nnrss-directory
15879 The directory where @code{nnrss} stores its files.  The default is
15880 @file{~/News/rss/}.
15881
15882 @item nnrss-use-local
15883 @vindex nnrss-use-local
15884 @findex nnrss-generate-download-script
15885 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15886 the feeds from local files in @code{nnrss-directory}.  You can use
15887 the command @code{nnrss-generate-download-script} to generate a
15888 download script using @command{wget}.
15889 @end table
15890
15891 The following code may be helpful, if you want to show the description in
15892 the summary buffer.
15893
15894 @lisp
15895 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15896 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15897
15898 (defun gnus-user-format-function-X (header)
15899   (let ((descr
15900          (assq nnrss-description-field (mail-header-extra header))))
15901     (if descr (concat "\n\t" (cdr descr)) "")))
15902 @end lisp
15903
15904 The following code may be useful to open an nnrss url directly from the
15905 summary buffer.
15906 @lisp
15907 (require 'browse-url)
15908
15909 (defun browse-nnrss-url( arg )
15910   (interactive "p")
15911   (let ((url (assq nnrss-url-field
15912                    (mail-header-extra
15913                     (gnus-data-header
15914                      (assq (gnus-summary-article-number)
15915                            gnus-newsgroup-data))))))
15916     (if url
15917         (progn
15918           (browse-url (cdr url))
15919           (gnus-summary-mark-as-read-forward 1))
15920       (gnus-summary-scroll-up arg))))
15921
15922 (eval-after-load "gnus"
15923   #'(define-key gnus-summary-mode-map
15924       (kbd "<RET>") 'browse-nnrss-url))
15925 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15926 @end lisp
15927
15928 @node Customizing w3
15929 @subsection Customizing w3
15930 @cindex w3
15931 @cindex html
15932 @cindex url
15933 @cindex Netscape
15934
15935 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15936 pages.  Emacs/w3 is documented in its own manual, but there are some
15937 things that may be more relevant for Gnus users.
15938
15939 For instance, a common question is how to make Emacs/w3 follow links
15940 using the @code{browse-url} functions (which will call some external web
15941 browser like Netscape).  Here's one way:
15942
15943 @lisp
15944 (eval-after-load "w3"
15945   '(progn
15946     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15947     (defun w3-fetch (&optional url target)
15948       (interactive (list (w3-read-url-with-default)))
15949       (if (eq major-mode 'gnus-article-mode)
15950           (browse-url url)
15951         (w3-fetch-orig url target)))))
15952 @end lisp
15953
15954 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15955 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
15956 follow the link.
15957
15958
15959 @node IMAP
15960 @section IMAP
15961 @cindex nnimap
15962 @cindex @acronym{IMAP}
15963
15964 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
15965 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
15966 server is much similar to connecting to a news server, you just
15967 specify the network address of the server.
15968
15969 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
15970 everything that @acronym{POP} can, it can hence be viewed as a
15971 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
15972 similar to @acronym{NNTP} being a news storage protocol---however,
15973 @acronym{IMAP} offers more features than @acronym{NNTP} because news
15974 is more or less read-only whereas mail is read-write.
15975
15976 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
15977 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
15978 the @acronym{IMAP} server and store them on the local disk.  This is
15979 not the usage described in this section---@xref{Mail Sources}.
15980
15981 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
15982 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15983 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
15984 usage explained in this section.
15985
15986 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
15987 servers might look something like the following.  (Note that for
15988 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
15989 see below.)
15990
15991 @lisp
15992 (setq gnus-secondary-select-methods
15993       '((nnimap "simpleserver") ; @r{no special configuration}
15994         ; @r{perhaps a ssh port forwarded server:}
15995         (nnimap "dolk"
15996                 (nnimap-address "localhost")
15997                 (nnimap-server-port 1430))
15998         ; @r{a UW server running on localhost}
15999         (nnimap "barbar"
16000                 (nnimap-server-port 143)
16001                 (nnimap-address "localhost")
16002                 (nnimap-list-pattern ("INBOX" "mail/*")))
16003         ; @r{anonymous public cyrus server:}
16004         (nnimap "cyrus.andrew.cmu.edu"
16005                 (nnimap-authenticator anonymous)
16006                 (nnimap-list-pattern "archive.*")
16007                 (nnimap-stream network))
16008         ; @r{a ssl server on a non-standard port:}
16009         (nnimap "vic20"
16010                 (nnimap-address "vic20.somewhere.com")
16011                 (nnimap-server-port 9930)
16012                 (nnimap-stream ssl))))
16013 @end lisp
16014
16015 After defining the new server, you can subscribe to groups on the
16016 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16017 (@pxref{Subscription Commands}) or via the Server Buffer
16018 (@pxref{Server Buffer}).
16019
16020 The following variables can be used to create a virtual @code{nnimap}
16021 server:
16022
16023 @table @code
16024
16025 @item nnimap-address
16026 @vindex nnimap-address
16027
16028 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16029 server name if not specified.
16030
16031 @item nnimap-server-port
16032 @vindex nnimap-server-port
16033 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16034
16035 Note that this should be an integer, example server specification:
16036
16037 @lisp
16038 (nnimap "mail.server.com"
16039         (nnimap-server-port 4711))
16040 @end lisp
16041
16042 @item nnimap-list-pattern
16043 @vindex nnimap-list-pattern
16044 String or list of strings of mailboxes to limit available groups to.
16045 This is used when the server has very many mailboxes and you're only
16046 interested in a few---some servers export your home directory via
16047 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16048 @file{~/Mail/*} then.
16049
16050 The string can also be a cons of REFERENCE and the string as above, what
16051 REFERENCE is used for is server specific, but on the University of
16052 Washington server it's a directory that will be concatenated with the
16053 mailbox.
16054
16055 Example server specification:
16056
16057 @lisp
16058 (nnimap "mail.server.com"
16059         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16060                                ("~friend/Mail/" . "list/*"))))
16061 @end lisp
16062
16063 @item nnimap-stream
16064 @vindex nnimap-stream
16065 The type of stream used to connect to your server.  By default, nnimap
16066 will detect and automatically use all of the below, with the exception
16067 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16068 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16069 be automatically detected, but it's not widely deployed yet.)
16070
16071 Example server specification:
16072
16073 @lisp
16074 (nnimap "mail.server.com"
16075         (nnimap-stream ssl))
16076 @end lisp
16077
16078 Please note that the value of @code{nnimap-stream} is a symbol!
16079
16080 @itemize @bullet
16081 @item
16082 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16083 @samp{gsasl} or @samp{imtest} program.
16084 @item
16085 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16086 @item
16087 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16088 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16089 @samp{starttls}.
16090 @item
16091 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16092 @samp{gnutls-cli}).
16093 @item
16094 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16095 @samp{openssl}) or SSLeay (@samp{s_client}).
16096 @item
16097 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16098 @item
16099 @dfn{network:} Plain, TCP/IP network connection.
16100 @end itemize
16101
16102 @vindex imap-kerberos4-program
16103 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16104 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16105 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16106 to make @code{imap.el} use a pty instead of a pipe when communicating
16107 with @samp{imtest}.  You will then suffer from a line length
16108 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16109 indefinitely if you have many articles in a mailbox.  The variable
16110 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16111 program.
16112
16113 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16114 needed.  It is available from
16115 @uref{http://www.gnu.org/software/gnutls/}.
16116
16117 @vindex imap-gssapi-program
16118 This parameter specifies a list of command lines that invoke a GSSAPI
16119 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16120 sequentially until a connection is made, or the list has been
16121 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16122 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16123 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16124 tried.
16125
16126 @vindex imap-ssl-program
16127 For @acronym{SSL} connections, the OpenSSL program is available from
16128 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16129 and nnimap support it too---although the most recent versions of
16130 SSLeay, 0.9.x, are known to have serious bugs making it
16131 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16132 work.  The variable @code{imap-ssl-program} contain parameters to pass
16133 to OpenSSL/SSLeay.
16134
16135 @vindex imap-shell-program
16136 @vindex imap-shell-host
16137 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16138 @code{imap-shell-program} specify what program to call.
16139
16140 @item nnimap-authenticator
16141 @vindex nnimap-authenticator
16142
16143 The authenticator used to connect to the server.  By default, nnimap
16144 will use the most secure authenticator your server is capable of.
16145
16146 Example server specification:
16147
16148 @lisp
16149 (nnimap "mail.server.com"
16150         (nnimap-authenticator anonymous))
16151 @end lisp
16152
16153 Please note that the value of @code{nnimap-authenticator} is a symbol!
16154
16155 @itemize @bullet
16156 @item
16157 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16158 external program @code{gsasl} or @code{imtest}.
16159 @item
16160 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16161 @code{imtest}.
16162 @item
16163 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16164 external library @code{digest-md5.el}.
16165 @item
16166 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16167 @item
16168 @dfn{login:} Plain-text username/password via LOGIN.
16169 @item
16170 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16171 @end itemize
16172
16173 @item nnimap-expunge-on-close
16174 @cindex expunging
16175 @vindex nnimap-expunge-on-close
16176 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16177 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16178 this concept of marking articles @code{Deleted} which doesn't actually
16179 delete them, and this (marking them @code{Deleted}, that is) is what
16180 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16181 similar).
16182
16183 Since the articles aren't really removed when we mark them with the
16184 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16185 running in circles yet?
16186
16187 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16188 when closing a mailbox but this is now configurable by this server
16189 variable.
16190
16191 The possible options are:
16192
16193 @table @code
16194
16195 @item always
16196 The default behavior, delete all articles marked as ``Deleted'' when
16197 closing a mailbox.
16198 @item never
16199 Never actually delete articles.  Currently there is no way of showing
16200 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16201 may allow you to do this.  If you ever want to run the EXPUNGE command
16202 manually, @xref{Expunging mailboxes}.
16203 @item ask
16204 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16205 articles or not.
16206
16207 @end table
16208
16209 @item nnimap-importantize-dormant
16210 @vindex nnimap-importantize-dormant
16211
16212 If non-@code{nil} (the default), marks dormant articles as ticked (as
16213 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16214 naturally still (only) be marked as dormant.  This is to make dormant
16215 articles stand out, just like ticked articles, in other @acronym{IMAP}
16216 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16217 has only one.)
16218
16219 Probably the only reason for frobing this would be if you're trying
16220 enable per-user persistent dormant flags, using something like:
16221
16222 @lisp
16223 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16224         (format "gnus-dormant-%s" (user-login-name)))
16225 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16226         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16227 @end lisp
16228
16229 In this case, you would not want the per-user dormant flag showing up
16230 as ticked for other users.
16231
16232 @item nnimap-expunge-search-string
16233 @cindex expunging
16234 @vindex nnimap-expunge-search-string
16235
16236 This variable contain the @acronym{IMAP} search command sent to server when
16237 searching for articles eligible for expiring.  The default is
16238 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16239 UID set and the second @code{%s} is replaced by a date.
16240
16241 Probably the only useful value to change this to is
16242 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16243 messages instead of the internal article date.  See section 6.4.4 of
16244 RFC 2060 for more information on valid strings.
16245
16246 @item nnimap-authinfo-file
16247 @vindex nnimap-authinfo-file
16248
16249 A file containing credentials used to log in on servers.  The format is
16250 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16251 variable @code{nntp-authinfo-file} for exact syntax; also see
16252 @ref{NNTP}.
16253
16254 @item nnimap-need-unselect-to-notice-new-mail
16255 @vindex nnimap-need-unselect-to-notice-new-mail
16256
16257 Unselect mailboxes before looking for new mail in them.  Some servers
16258 seem to need this under some circumstances; it was reported that
16259 Courier 1.7.1 did.
16260
16261 @end table
16262
16263 @menu
16264 * Splitting in IMAP::           Splitting mail with nnimap.
16265 * Expiring in IMAP::            Expiring mail with nnimap.
16266 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16267 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16268 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16269 * Debugging IMAP::              What to do when things don't work.
16270 @end menu
16271
16272
16273
16274 @node Splitting in IMAP
16275 @subsection Splitting in IMAP
16276 @cindex splitting imap mail
16277
16278 Splitting is something Gnus users have loved and used for years, and now
16279 the rest of the world is catching up.  Yeah, dream on, not many
16280 @acronym{IMAP} servers have server side splitting and those that have
16281 splitting seem to use some non-standard protocol.  This means that
16282 @acronym{IMAP} support for Gnus has to do its own splitting.
16283
16284 And it does.
16285
16286 (Incidentally, people seem to have been dreaming on, and Sieve has
16287 gaining a market share and is supported by several IMAP servers.
16288 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16289
16290 Here are the variables of interest:
16291
16292 @table @code
16293
16294 @item nnimap-split-crosspost
16295 @cindex splitting, crosspost
16296 @cindex crosspost
16297 @vindex nnimap-split-crosspost
16298
16299 If non-@code{nil}, do crossposting if several split methods match the
16300 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16301 found will be used.
16302
16303 Nnmail equivalent: @code{nnmail-crosspost}.
16304
16305 @item nnimap-split-inbox
16306 @cindex splitting, inbox
16307 @cindex inbox
16308 @vindex nnimap-split-inbox
16309
16310 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16311 mailboxes to split from.  Defaults to @code{nil}, which means that
16312 splitting is disabled!
16313
16314 @lisp
16315 (setq nnimap-split-inbox
16316       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16317 @end lisp
16318
16319 No nnmail equivalent.
16320
16321 @item nnimap-split-rule
16322 @cindex splitting, rules
16323 @vindex nnimap-split-rule
16324
16325 New mail found in @code{nnimap-split-inbox} will be split according to
16326 this variable.
16327
16328 This variable contains a list of lists, where the first element in the
16329 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16330 matching the regexp in the second element in the sublist.  Got that?
16331 Neither did I, we need examples.
16332
16333 @lisp
16334 (setq nnimap-split-rule
16335       '(("INBOX.nnimap"
16336          "^Sender: owner-nnimap@@vic20.globalcom.se")
16337         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16338         ("INBOX.private" "")))
16339 @end lisp
16340
16341 This will put all articles from the nnimap mailing list into mailbox
16342 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16343 into INBOX.junk and everything else in INBOX.private.
16344
16345 The first string may contain @samp{\\1} forms, like the ones used by
16346 replace-match to insert sub-expressions from the matched text.  For
16347 instance:
16348
16349 @lisp
16350 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16351 @end lisp
16352
16353 The first element can also be the symbol @code{junk} to indicate that
16354 matching messages should simply be deleted.  Use with care.
16355
16356 The second element can also be a function.  In that case, it will be
16357 called with the first element of the rule as the argument, in a buffer
16358 containing the headers of the article.  It should return a
16359 non-@code{nil} value if it thinks that the mail belongs in that group.
16360
16361 Nnmail users might recollect that the last regexp had to be empty to
16362 match all articles (like in the example above).  This is not required in
16363 nnimap.  Articles not matching any of the regexps will not be moved out
16364 of your inbox.  (This might affect performance if you keep lots of
16365 unread articles in your inbox, since the splitting code would go over
16366 them every time you fetch new mail.)
16367
16368 These rules are processed from the beginning of the alist toward the
16369 end.  The first rule to make a match will ``win'', unless you have
16370 crossposting enabled.  In that case, all matching rules will ``win''.
16371
16372 This variable can also have a function as its value, the function will
16373 be called with the headers narrowed and should return a group where it
16374 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16375
16376 The splitting code tries to create mailboxes if it needs to.
16377
16378 To allow for different split rules on different virtual servers, and
16379 even different split rules in different inboxes on the same server,
16380 the syntax of this variable have been extended along the lines of:
16381
16382 @lisp
16383 (setq nnimap-split-rule
16384       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16385                                ("junk"    "From:.*Simon"))))
16386         ("my2server"    ("INBOX" nnimap-split-fancy))
16387         ("my[34]server" (".*" (("private" "To:.*Simon")
16388                                ("junk"    my-junk-func))))))
16389 @end lisp
16390
16391 The virtual server name is in fact a regexp, so that the same rules
16392 may apply to several servers.  In the example, the servers
16393 @code{my3server} and @code{my4server} both use the same rules.
16394 Similarly, the inbox string is also a regexp.  The actual splitting
16395 rules are as before, either a function, or a list with group/regexp or
16396 group/function elements.
16397
16398 Nnmail equivalent: @code{nnmail-split-methods}.
16399
16400 @item nnimap-split-predicate
16401 @cindex splitting
16402 @vindex nnimap-split-predicate
16403
16404 Mail matching this predicate in @code{nnimap-split-inbox} will be
16405 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16406
16407 This might be useful if you use another @acronym{IMAP} client to read mail in
16408 your inbox but would like Gnus to split all articles in the inbox
16409 regardless of readedness.  Then you might change this to
16410 @samp{UNDELETED}.
16411
16412 @item nnimap-split-fancy
16413 @cindex splitting, fancy
16414 @findex nnimap-split-fancy
16415 @vindex nnimap-split-fancy
16416
16417 It's possible to set @code{nnimap-split-rule} to
16418 @code{nnmail-split-fancy} if you want to use fancy
16419 splitting.  @xref{Fancy Mail Splitting}.
16420
16421 However, to be able to have different fancy split rules for nnmail and
16422 nnimap back ends you can set @code{nnimap-split-rule} to
16423 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16424 rule in @code{nnimap-split-fancy}.
16425
16426 Example:
16427
16428 @lisp
16429 (setq nnimap-split-rule 'nnimap-split-fancy
16430       nnimap-split-fancy ...)
16431 @end lisp
16432
16433 Nnmail equivalent: @code{nnmail-split-fancy}.
16434
16435 @item nnimap-split-download-body
16436 @findex nnimap-split-download-body
16437 @vindex nnimap-split-download-body
16438
16439 Set to non-@code{nil} to download entire articles during splitting.
16440 This is generally not required, and will slow things down
16441 considerably.  You may need it if you want to use an advanced
16442 splitting function that analyses the body to split the article.
16443
16444 @end table
16445
16446 @node Expiring in IMAP
16447 @subsection Expiring in IMAP
16448 @cindex expiring imap mail
16449
16450 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16451 end, it supports most features in regular expiring (@pxref{Expiring
16452 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16453 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16454 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16455 follows below are the variables used by the @code{nnimap} expiry
16456 process.
16457
16458 A note on how the expire mark is stored on the @acronym{IMAP} server is
16459 appropriate here as well.  The expire mark is translated into a
16460 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16461 message.  This means that likely only Gnus will understand and treat
16462 the @code{gnus-expire} mark properly, although other clients may allow
16463 you to view client specific flags on the message.  It also means that
16464 your server must support permanent storage of client specific flags on
16465 messages.  Most do, fortunately.
16466
16467 @table @code
16468
16469 @item nnmail-expiry-wait
16470 @item nnmail-expiry-wait-function
16471
16472 These variables are fully supported.  The expire value can be a
16473 number, the symbol @code{immediate} or @code{never}.
16474
16475 @item nnmail-expiry-target
16476
16477 This variable is supported, and internally implemented by calling the
16478 @code{nnmail} functions that handle this.  It contains an optimization
16479 that if the destination is a @acronym{IMAP} group on the same server, the
16480 article is copied instead of appended (that is, uploaded again).
16481
16482 @end table
16483
16484 @node Editing IMAP ACLs
16485 @subsection Editing IMAP ACLs
16486 @cindex editing imap acls
16487 @cindex Access Control Lists
16488 @cindex Editing @acronym{IMAP} ACLs
16489 @kindex G l (Group)
16490 @findex gnus-group-nnimap-edit-acl
16491
16492 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16493 limiting (or enabling) other users access to your mail boxes.  Not all
16494 @acronym{IMAP} servers support this, this function will give an error if it
16495 doesn't.
16496
16497 To edit an ACL for a mailbox, type @kbd{G l}
16498 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16499 editing window with detailed instructions.
16500
16501 Some possible uses:
16502
16503 @itemize @bullet
16504 @item
16505 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16506 on your mailing list mailboxes enables other users on the same server to
16507 follow the list without subscribing to it.
16508 @item
16509 At least with the Cyrus server, you are required to give the user
16510 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16511 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16512 INBOX.mailbox).
16513 @end itemize
16514
16515 @node Expunging mailboxes
16516 @subsection Expunging mailboxes
16517 @cindex expunging
16518
16519 @cindex expunge
16520 @cindex manual expunging
16521 @kindex G x (Group)
16522 @findex gnus-group-nnimap-expunge
16523
16524 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16525 you may want the option of expunging all deleted articles in a mailbox
16526 manually.  This is exactly what @kbd{G x} does.
16527
16528 Currently there is no way of showing deleted articles, you can just
16529 delete them.
16530
16531 @node A note on namespaces
16532 @subsection A note on namespaces
16533 @cindex IMAP namespace
16534 @cindex namespaces
16535
16536 The @acronym{IMAP} protocol has a concept called namespaces, described
16537 by the following text in the RFC:
16538
16539 @display
16540 5.1.2.  Mailbox Namespace Naming Convention
16541
16542    By convention, the first hierarchical element of any mailbox name
16543    which begins with "#" identifies the "namespace" of the remainder of
16544    the name.  This makes it possible to disambiguate between different
16545    types of mailbox stores, each of which have their own namespaces.
16546
16547       For example, implementations which offer access to USENET
16548       newsgroups MAY use the "#news" namespace to partition the USENET
16549       newsgroup namespace from that of other mailboxes.  Thus, the
16550       comp.mail.misc newsgroup would have an mailbox name of
16551       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16552       to a different object (e.g. a user's private mailbox).
16553 @end display
16554
16555 While there is nothing in this text that warrants concern for the
16556 @acronym{IMAP} implementation in Gnus, some servers use namespace
16557 prefixes in a way that does not work with how Gnus uses mailbox names.
16558
16559 Specifically, University of Washington's @acronym{IMAP} server uses
16560 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16561 in the @sc{create} and @sc{append} commands.  After the mailbox is
16562 created (or a messages is appended to a mailbox), it must be accessed
16563 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16564 not make it possible for the user to guarantee that user entered
16565 mailbox names will only be used with the CREATE and APPEND commands,
16566 you should simply not use the namespace prefixed mailbox names in
16567 Gnus.
16568
16569 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16570 for more information on how to use the prefixes.  They are a power
16571 tool and should be used only if you are sure what the effects are.
16572
16573 @node Debugging IMAP
16574 @subsection Debugging IMAP
16575 @cindex IMAP debugging
16576 @cindex protocol dump (IMAP)
16577
16578 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16579 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16580 best to fix them right away.  If you encounter odd behaviour, chances
16581 are that either the server or Gnus is buggy.
16582
16583 If you are familiar with network protocols in general, you will
16584 probably be able to extract some clues from the protocol dump of the
16585 exchanges between Gnus and the server.  Even if you are not familiar
16586 with network protocols, when you include the protocol dump in
16587 @acronym{IMAP}-related bug reports you are helping us with data
16588 critical to solving the problem.  Therefore, we strongly encourage you
16589 to include the protocol dump when reporting IMAP bugs in Gnus.
16590
16591
16592 @vindex imap-log
16593 Because the protocol dump, when enabled, generates lots of data, it is
16594 disabled by default.  You can enable it by setting @code{imap-log} as
16595 follows: 
16596
16597 @lisp
16598 (setq imap-log t)
16599 @end lisp
16600
16601 This instructs the @code{imap.el} package to log any exchanges with
16602 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16603 for error messages, which sometimes are tagged with the keyword
16604 @code{BAD}---but when submitting a bug, make sure to include all the
16605 data.
16606
16607 @node Other Sources
16608 @section Other Sources
16609
16610 Gnus can do more than just read news or mail.  The methods described
16611 below allow Gnus to view directories and files as if they were
16612 newsgroups.
16613
16614 @menu
16615 * Directory Groups::            You can read a directory as if it was a newsgroup.
16616 * Anything Groups::             Dired?  Who needs dired?
16617 * Document Groups::             Single files can be the basis of a group.
16618 * SOUP::                        Reading @sc{soup} packets ``offline''.
16619 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16620 @end menu
16621
16622
16623 @node Directory Groups
16624 @subsection Directory Groups
16625 @cindex nndir
16626 @cindex directory groups
16627
16628 If you have a directory that has lots of articles in separate files in
16629 it, you might treat it as a newsgroup.  The files have to have numerical
16630 names, of course.
16631
16632 This might be an opportune moment to mention @code{ange-ftp} (and its
16633 successor @code{efs}), that most wonderful of all wonderful Emacs
16634 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16635 back end to read directories.  Big deal.
16636
16637 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16638 enter the @code{ange-ftp} file name
16639 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16640 @code{ange-ftp} or @code{efs} will actually allow you to read this
16641 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16642
16643 @code{nndir} will use @acronym{NOV} files if they are present.
16644
16645 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16646 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16647 whatever you use @code{nndir} for, so you could switch to any of those
16648 methods if you feel the need to have a non-read-only @code{nndir}.
16649
16650
16651 @node Anything Groups
16652 @subsection Anything Groups
16653 @cindex nneething
16654
16655 From the @code{nndir} back end (which reads a single spool-like
16656 directory), it's just a hop and a skip to @code{nneething}, which
16657 pretends that any arbitrary directory is a newsgroup.  Strange, but
16658 true.
16659
16660 When @code{nneething} is presented with a directory, it will scan this
16661 directory and assign article numbers to each file.  When you enter such
16662 a group, @code{nneething} must create ``headers'' that Gnus can use.
16663 After all, Gnus is a newsreader, in case you're forgetting.
16664 @code{nneething} does this in a two-step process.  First, it snoops each
16665 file in question.  If the file looks like an article (i.e., the first
16666 few lines look like headers), it will use this as the head.  If this is
16667 just some arbitrary file without a head (e.g. a C source file),
16668 @code{nneething} will cobble up a header out of thin air.  It will use
16669 file ownership, name and date and do whatever it can with these
16670 elements.
16671
16672 All this should happen automatically for you, and you will be presented
16673 with something that looks very much like a newsgroup.  Totally like a
16674 newsgroup, to be precise.  If you select an article, it will be displayed
16675 in the article buffer, just as usual.
16676
16677 If you select a line that represents a directory, Gnus will pop you into
16678 a new summary buffer for this @code{nneething} group.  And so on.  You can
16679 traverse the entire disk this way, if you feel like, but remember that
16680 Gnus is not dired, really, and does not intend to be, either.
16681
16682 There are two overall modes to this action---ephemeral or solid.  When
16683 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16684 will not store information on what files you have read, and what files
16685 are new, and so on.  If you create a solid @code{nneething} group the
16686 normal way with @kbd{G m}, Gnus will store a mapping table between
16687 article numbers and file names, and you can treat this group like any
16688 other groups.  When you activate a solid @code{nneething} group, you will
16689 be told how many unread articles it contains, etc., etc.
16690
16691 Some variables:
16692
16693 @table @code
16694 @item nneething-map-file-directory
16695 @vindex nneething-map-file-directory
16696 All the mapping files for solid @code{nneething} groups will be stored
16697 in this directory, which defaults to @file{~/.nneething/}.
16698
16699 @item nneething-exclude-files
16700 @vindex nneething-exclude-files
16701 All files that match this regexp will be ignored.  Nice to use to exclude
16702 auto-save files and the like, which is what it does by default.
16703
16704 @item nneething-include-files
16705 @vindex nneething-include-files
16706 Regexp saying what files to include in the group.  If this variable is
16707 non-@code{nil}, only files matching this regexp will be included.
16708
16709 @item nneething-map-file
16710 @vindex nneething-map-file
16711 Name of the map files.
16712 @end table
16713
16714
16715 @node Document Groups
16716 @subsection Document Groups
16717 @cindex nndoc
16718 @cindex documentation group
16719 @cindex help group
16720
16721 @code{nndoc} is a cute little thing that will let you read a single file
16722 as a newsgroup.  Several files types are supported:
16723
16724 @table @code
16725 @cindex Babyl
16726 @cindex Rmail mbox
16727
16728 @item babyl
16729 The Babyl (Rmail) mail box.
16730 @cindex mbox
16731 @cindex Unix mbox
16732
16733 @item mbox
16734 The standard Unix mbox file.
16735
16736 @cindex MMDF mail box
16737 @item mmdf
16738 The MMDF mail box format.
16739
16740 @item news
16741 Several news articles appended into a file.
16742
16743 @item rnews
16744 @cindex rnews batch files
16745 The rnews batch transport format.
16746 @cindex forwarded messages
16747
16748 @item forward
16749 Forwarded articles.
16750
16751 @item nsmail
16752 Netscape mail boxes.
16753
16754 @item mime-parts
16755 @acronym{MIME} multipart messages.
16756
16757 @item standard-digest
16758 The standard (RFC 1153) digest format.
16759
16760 @item mime-digest
16761 A @acronym{MIME} digest of messages.
16762
16763 @item lanl-gov-announce
16764 Announcement messages from LANL Gov Announce.
16765
16766 @item rfc822-forward
16767 A message forwarded according to RFC822.
16768
16769 @item outlook
16770 The Outlook mail box.
16771
16772 @item oe-dbx
16773 The Outlook Express dbx mail box.
16774
16775 @item exim-bounce
16776 A bounce message from the Exim MTA.
16777
16778 @item forward
16779 A message forwarded according to informal rules.
16780
16781 @item rfc934
16782 An RFC934-forwarded message.
16783
16784 @item mailman
16785 A mailman digest.
16786
16787 @item clari-briefs
16788 A digest of Clarinet brief news items.
16789
16790 @item slack-digest
16791 Non-standard digest format---matches most things, but does it badly.
16792
16793 @item mail-in-mail
16794 The last resort.
16795 @end table
16796
16797 You can also use the special ``file type'' @code{guess}, which means
16798 that @code{nndoc} will try to guess what file type it is looking at.
16799 @code{digest} means that @code{nndoc} should guess what digest type the
16800 file is.
16801
16802 @code{nndoc} will not try to change the file or insert any extra headers into
16803 it---it will simply, like, let you use the file as the basis for a
16804 group.  And that's it.
16805
16806 If you have some old archived articles that you want to insert into your
16807 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16808 that.  Say you have an old @file{RMAIL} file with mail that you now want
16809 to split into your new @code{nnml} groups.  You look at that file using
16810 @code{nndoc} (using the @kbd{G f} command in the group buffer
16811 (@pxref{Foreign Groups})), set the process mark on all the articles in
16812 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16813 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16814 file is now also stored in lots of @code{nnml} directories, and you can
16815 delete that pesky @file{RMAIL} file.  If you have the guts!
16816
16817 Virtual server variables:
16818
16819 @table @code
16820 @item nndoc-article-type
16821 @vindex nndoc-article-type
16822 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16823 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16824 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16825 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16826 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16827
16828 @item nndoc-post-type
16829 @vindex nndoc-post-type
16830 This variable says whether Gnus is to consider the group a news group or
16831 a mail group.  There are two valid values:  @code{mail} (the default)
16832 and @code{news}.
16833 @end table
16834
16835 @menu
16836 * Document Server Internals::   How to add your own document types.
16837 @end menu
16838
16839
16840 @node Document Server Internals
16841 @subsubsection Document Server Internals
16842
16843 Adding new document types to be recognized by @code{nndoc} isn't
16844 difficult.  You just have to whip up a definition of what the document
16845 looks like, write a predicate function to recognize that document type,
16846 and then hook into @code{nndoc}.
16847
16848 First, here's an example document type definition:
16849
16850 @example
16851 (mmdf
16852  (article-begin .  "^\^A\^A\^A\^A\n")
16853  (body-end .  "^\^A\^A\^A\^A\n"))
16854 @end example
16855
16856 The definition is simply a unique @dfn{name} followed by a series of
16857 regexp pseudo-variable settings.  Below are the possible
16858 variables---don't be daunted by the number of variables; most document
16859 types can be defined with very few settings:
16860
16861 @table @code
16862 @item first-article
16863 If present, @code{nndoc} will skip past all text until it finds
16864 something that match this regexp.  All text before this will be
16865 totally ignored.
16866
16867 @item article-begin
16868 This setting has to be present in all document type definitions.  It
16869 says what the beginning of each article looks like.
16870
16871 @item head-begin-function
16872 If present, this should be a function that moves point to the head of
16873 the article.
16874
16875 @item nndoc-head-begin
16876 If present, this should be a regexp that matches the head of the
16877 article.
16878
16879 @item nndoc-head-end
16880 This should match the end of the head of the article.  It defaults to
16881 @samp{^$}---the empty line.
16882
16883 @item body-begin-function
16884 If present, this function should move point to the beginning of the body
16885 of the article.
16886
16887 @item body-begin
16888 This should match the beginning of the body of the article.  It defaults
16889 to @samp{^\n}.
16890
16891 @item body-end-function
16892 If present, this function should move point to the end of the body of
16893 the article.
16894
16895 @item body-end
16896 If present, this should match the end of the body of the article.
16897
16898 @item file-end
16899 If present, this should match the end of the file.  All text after this
16900 regexp will be totally ignored.
16901
16902 @end table
16903
16904 So, using these variables @code{nndoc} is able to dissect a document
16905 file into a series of articles, each with a head and a body.  However, a
16906 few more variables are needed since not all document types are all that
16907 news-like---variables needed to transform the head or the body into
16908 something that's palatable for Gnus:
16909
16910 @table @code
16911 @item prepare-body-function
16912 If present, this function will be called when requesting an article.  It
16913 will be called with point at the start of the body, and is useful if the
16914 document has encoded some parts of its contents.
16915
16916 @item article-transform-function
16917 If present, this function is called when requesting an article.  It's
16918 meant to be used for more wide-ranging transformation of both head and
16919 body of the article.
16920
16921 @item generate-head-function
16922 If present, this function is called to generate a head that Gnus can
16923 understand.  It is called with the article number as a parameter, and is
16924 expected to generate a nice head for the article in question.  It is
16925 called when requesting the headers of all articles.
16926
16927 @end table
16928
16929 Let's look at the most complicated example I can come up with---standard
16930 digests:
16931
16932 @example
16933 (standard-digest
16934  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16935  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16936  (prepare-body-function . nndoc-unquote-dashes)
16937  (body-end-function . nndoc-digest-body-end)
16938  (head-end . "^ ?$")
16939  (body-begin . "^ ?\n")
16940  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16941  (subtype digest guess))
16942 @end example
16943
16944 We see that all text before a 70-width line of dashes is ignored; all
16945 text after a line that starts with that @samp{^End of} is also ignored;
16946 each article begins with a 30-width line of dashes; the line separating
16947 the head from the body may contain a single space; and that the body is
16948 run through @code{nndoc-unquote-dashes} before being delivered.
16949
16950 To hook your own document definition into @code{nndoc}, use the
16951 @code{nndoc-add-type} function.  It takes two parameters---the first
16952 is the definition itself and the second (optional) parameter says
16953 where in the document type definition alist to put this definition.
16954 The alist is traversed sequentially, and
16955 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
16956 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
16957 @code{mmdf} type, and so on.  These type predicates should return
16958 @code{nil} if the document is not of the correct type; @code{t} if it
16959 is of the correct type; and a number if the document might be of the
16960 correct type.  A high number means high probability; a low number
16961 means low probability with @samp{0} being the lowest valid number.
16962
16963
16964 @node SOUP
16965 @subsection SOUP
16966 @cindex SOUP
16967 @cindex offline
16968
16969 In the PC world people often talk about ``offline'' newsreaders.  These
16970 are thingies that are combined reader/news transport monstrosities.
16971 With built-in modem programs.  Yecchh!
16972
16973 Of course, us Unix Weenie types of human beans use things like
16974 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16975 transport things like Ghod intended.  And then we just use normal
16976 newsreaders.
16977
16978 However, it can sometimes be convenient to do something that's a bit
16979 easier on the brain if you have a very slow modem, and you're not really
16980 that interested in doing things properly.
16981
16982 A file format called @sc{soup} has been developed for transporting news
16983 and mail from servers to home machines and back again.  It can be a bit
16984 fiddly.
16985
16986 First some terminology:
16987
16988 @table @dfn
16989
16990 @item server
16991 This is the machine that is connected to the outside world and where you
16992 get news and/or mail from.
16993
16994 @item home machine
16995 This is the machine that you want to do the actual reading and responding
16996 on.  It is typically not connected to the rest of the world in any way.
16997
16998 @item packet
16999 Something that contains messages and/or commands.  There are two kinds
17000 of packets:
17001
17002 @table @dfn
17003 @item message packets
17004 These are packets made at the server, and typically contain lots of
17005 messages for you to read.  These are called @file{SoupoutX.tgz} by
17006 default, where @var{x} is a number.
17007
17008 @item response packets
17009 These are packets made at the home machine, and typically contains
17010 replies that you've written.  These are called @file{SoupinX.tgz} by
17011 default, where @var{x} is a number.
17012
17013 @end table
17014
17015 @end table
17016
17017
17018 @enumerate
17019
17020 @item
17021 You log in on the server and create a @sc{soup} packet.  You can either
17022 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17023 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17024 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17025
17026 @item
17027 You transfer the packet home.  Rail, boat, car or modem will do fine.
17028
17029 @item
17030 You put the packet in your home directory.
17031
17032 @item
17033 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17034 the native or secondary server.
17035
17036 @item
17037 You read articles and mail and answer and followup to the things you
17038 want (@pxref{SOUP Replies}).
17039
17040 @item
17041 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17042 packet.
17043
17044 @item
17045 You transfer this packet to the server.
17046
17047 @item
17048 You use Gnus to mail this packet out with the @kbd{G s s} command.
17049
17050 @item
17051 You then repeat until you die.
17052
17053 @end enumerate
17054
17055 So you basically have a bipartite system---you use @code{nnsoup} for
17056 reading and Gnus for packing/sending these @sc{soup} packets.
17057
17058 @menu
17059 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17060 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17061 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17062 @end menu
17063
17064
17065 @node SOUP Commands
17066 @subsubsection SOUP Commands
17067
17068 These are commands for creating and manipulating @sc{soup} packets.
17069
17070 @table @kbd
17071 @item G s b
17072 @kindex G s b (Group)
17073 @findex gnus-group-brew-soup
17074 Pack all unread articles in the current group
17075 (@code{gnus-group-brew-soup}).  This command understands the
17076 process/prefix convention.
17077
17078 @item G s w
17079 @kindex G s w (Group)
17080 @findex gnus-soup-save-areas
17081 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17082
17083 @item G s s
17084 @kindex G s s (Group)
17085 @findex gnus-soup-send-replies
17086 Send all replies from the replies packet
17087 (@code{gnus-soup-send-replies}).
17088
17089 @item G s p
17090 @kindex G s p (Group)
17091 @findex gnus-soup-pack-packet
17092 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17093
17094 @item G s r
17095 @kindex G s r (Group)
17096 @findex nnsoup-pack-replies
17097 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17098
17099 @item O s
17100 @kindex O s (Summary)
17101 @findex gnus-soup-add-article
17102 This summary-mode command adds the current article to a @sc{soup} packet
17103 (@code{gnus-soup-add-article}).  It understands the process/prefix
17104 convention (@pxref{Process/Prefix}).
17105
17106 @end table
17107
17108
17109 There are a few variables to customize where Gnus will put all these
17110 thingies:
17111
17112 @table @code
17113
17114 @item gnus-soup-directory
17115 @vindex gnus-soup-directory
17116 Directory where Gnus will save intermediate files while composing
17117 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17118
17119 @item gnus-soup-replies-directory
17120 @vindex gnus-soup-replies-directory
17121 This is what Gnus will use as a temporary directory while sending our
17122 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17123
17124 @item gnus-soup-prefix-file
17125 @vindex gnus-soup-prefix-file
17126 Name of the file where Gnus stores the last used prefix.  The default is
17127 @samp{gnus-prefix}.
17128
17129 @item gnus-soup-packer
17130 @vindex gnus-soup-packer
17131 A format string command for packing a @sc{soup} packet.  The default is
17132 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17133
17134 @item gnus-soup-unpacker
17135 @vindex gnus-soup-unpacker
17136 Format string command for unpacking a @sc{soup} packet.  The default is
17137 @samp{gunzip -c %s | tar xvf -}.
17138
17139 @item gnus-soup-packet-directory
17140 @vindex gnus-soup-packet-directory
17141 Where Gnus will look for reply packets.  The default is @file{~/}.
17142
17143 @item gnus-soup-packet-regexp
17144 @vindex gnus-soup-packet-regexp
17145 Regular expression matching @sc{soup} reply packets in
17146 @code{gnus-soup-packet-directory}.
17147
17148 @end table
17149
17150
17151 @node SOUP Groups
17152 @subsubsection SOUP Groups
17153 @cindex nnsoup
17154
17155 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17156 read incoming packets, unpack them, and put them in a directory where
17157 you can read them at leisure.
17158
17159 These are the variables you can use to customize its behavior:
17160
17161 @table @code
17162
17163 @item nnsoup-tmp-directory
17164 @vindex nnsoup-tmp-directory
17165 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17166 directory.  (@file{/tmp/} by default.)
17167
17168 @item nnsoup-directory
17169 @vindex nnsoup-directory
17170 @code{nnsoup} then moves each message and index file to this directory.
17171 The default is @file{~/SOUP/}.
17172
17173 @item nnsoup-replies-directory
17174 @vindex nnsoup-replies-directory
17175 All replies will be stored in this directory before being packed into a
17176 reply packet.  The default is @file{~/SOUP/replies/}.
17177
17178 @item nnsoup-replies-format-type
17179 @vindex nnsoup-replies-format-type
17180 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17181 (rnews), and I don't think you should touch that variable.  I probably
17182 shouldn't even have documented it.  Drats!  Too late!
17183
17184 @item nnsoup-replies-index-type
17185 @vindex nnsoup-replies-index-type
17186 The index type of the replies packet.  The default is @samp{?n}, which
17187 means ``none''.  Don't fiddle with this one either!
17188
17189 @item nnsoup-active-file
17190 @vindex nnsoup-active-file
17191 Where @code{nnsoup} stores lots of information.  This is not an ``active
17192 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17193 this file or mess it up in any way, you're dead.  The default is
17194 @file{~/SOUP/active}.
17195
17196 @item nnsoup-packer
17197 @vindex nnsoup-packer
17198 Format string command for packing a reply @sc{soup} packet.  The default
17199 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17200
17201 @item nnsoup-unpacker
17202 @vindex nnsoup-unpacker
17203 Format string command for unpacking incoming @sc{soup} packets.  The
17204 default is @samp{gunzip -c %s | tar xvf -}.
17205
17206 @item nnsoup-packet-directory
17207 @vindex nnsoup-packet-directory
17208 Where @code{nnsoup} will look for incoming packets.  The default is
17209 @file{~/}.
17210
17211 @item nnsoup-packet-regexp
17212 @vindex nnsoup-packet-regexp
17213 Regular expression matching incoming @sc{soup} packets.  The default is
17214 @samp{Soupout}.
17215
17216 @item nnsoup-always-save
17217 @vindex nnsoup-always-save
17218 If non-@code{nil}, save the replies buffer after each posted message.
17219
17220 @end table
17221
17222
17223 @node SOUP Replies
17224 @subsubsection SOUP Replies
17225
17226 Just using @code{nnsoup} won't mean that your postings and mailings end
17227 up in @sc{soup} reply packets automagically.  You have to work a bit
17228 more for that to happen.
17229
17230 @findex nnsoup-set-variables
17231 The @code{nnsoup-set-variables} command will set the appropriate
17232 variables to ensure that all your followups and replies end up in the
17233 @sc{soup} system.
17234
17235 In specific, this is what it does:
17236
17237 @lisp
17238 (setq message-send-news-function 'nnsoup-request-post)
17239 (setq message-send-mail-function 'nnsoup-request-mail)
17240 @end lisp
17241
17242 And that's it, really.  If you only want news to go into the @sc{soup}
17243 system you just use the first line.  If you only want mail to be
17244 @sc{soup}ed you use the second.
17245
17246
17247 @node Mail-To-News Gateways
17248 @subsection Mail-To-News Gateways
17249 @cindex mail-to-news gateways
17250 @cindex gateways
17251
17252 If your local @code{nntp} server doesn't allow posting, for some reason
17253 or other, you can post using one of the numerous mail-to-news gateways.
17254 The @code{nngateway} back end provides the interface.
17255
17256 Note that you can't read anything from this back end---it can only be
17257 used to post with.
17258
17259 Server variables:
17260
17261 @table @code
17262 @item nngateway-address
17263 @vindex nngateway-address
17264 This is the address of the mail-to-news gateway.
17265
17266 @item nngateway-header-transformation
17267 @vindex nngateway-header-transformation
17268 News headers often have to be transformed in some odd way or other
17269 for the mail-to-news gateway to accept it.  This variable says what
17270 transformation should be called, and defaults to
17271 @code{nngateway-simple-header-transformation}.  The function is called
17272 narrowed to the headers to be transformed and with one parameter---the
17273 gateway address.
17274
17275 This default function just inserts a new @code{To} header based on the
17276 @code{Newsgroups} header and the gateway address.
17277 For instance, an article with this @code{Newsgroups} header:
17278
17279 @example
17280 Newsgroups: alt.religion.emacs
17281 @end example
17282
17283 will get this @code{To} header inserted:
17284
17285 @example
17286 To: alt-religion-emacs@@GATEWAY
17287 @end example
17288
17289 The following pre-defined functions exist:
17290
17291 @findex nngateway-simple-header-transformation
17292 @table @code
17293
17294 @item nngateway-simple-header-transformation
17295 Creates a @code{To} header that looks like
17296 @var{newsgroup}@@@code{nngateway-address}.
17297
17298 @findex nngateway-mail2news-header-transformation
17299
17300 @item nngateway-mail2news-header-transformation
17301 Creates a @code{To} header that looks like
17302 @code{nngateway-address}.
17303 @end table
17304
17305 @end table
17306
17307 Here's an example:
17308
17309 @lisp
17310 (setq gnus-post-method
17311       '(nngateway
17312         "mail2news@@replay.com"
17313         (nngateway-header-transformation
17314          nngateway-mail2news-header-transformation)))
17315 @end lisp
17316
17317 So, to use this, simply say something like:
17318
17319 @lisp
17320 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17321 @end lisp
17322
17323
17324
17325 @node Combined Groups
17326 @section Combined Groups
17327
17328 Gnus allows combining a mixture of all the other group types into bigger
17329 groups.
17330
17331 @menu
17332 * Virtual Groups::              Combining articles from many groups.
17333 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17334 @end menu
17335
17336
17337 @node Virtual Groups
17338 @subsection Virtual Groups
17339 @cindex nnvirtual
17340 @cindex virtual groups
17341 @cindex merging groups
17342
17343 An @dfn{nnvirtual group} is really nothing more than a collection of
17344 other groups.
17345
17346 For instance, if you are tired of reading many small groups, you can
17347 put them all in one big group, and then grow tired of reading one
17348 big, unwieldy group.  The joys of computing!
17349
17350 You specify @code{nnvirtual} as the method.  The address should be a
17351 regexp to match component groups.
17352
17353 All marks in the virtual group will stick to the articles in the
17354 component groups.  So if you tick an article in a virtual group, the
17355 article will also be ticked in the component group from whence it
17356 came.  (And vice versa---marks from the component groups will also be
17357 shown in the virtual group.).  To create an empty virtual group, run
17358 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17359 and edit the method regexp with @kbd{M-e}
17360 (@code{gnus-group-edit-group-method})
17361
17362 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17363 newsgroups into one, big, happy newsgroup:
17364
17365 @lisp
17366 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17367 @end lisp
17368
17369 The component groups can be native or foreign; everything should work
17370 smoothly, but if your computer explodes, it was probably my fault.
17371
17372 Collecting the same group from several servers might actually be a good
17373 idea if users have set the Distribution header to limit distribution.
17374 If you would like to read @samp{soc.motss} both from a server in Japan
17375 and a server in Norway, you could use the following as the group regexp:
17376
17377 @example
17378 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17379 @end example
17380
17381 (Remember, though, that if you're creating the group with @kbd{G m}, you
17382 shouldn't double the backslashes, and you should leave off the quote
17383 characters at the beginning and the end of the string.)
17384
17385 This should work kinda smoothly---all articles from both groups should
17386 end up in this one, and there should be no duplicates.  Threading (and
17387 the rest) will still work as usual, but there might be problems with the
17388 sequence of articles.  Sorting on date might be an option here
17389 (@pxref{Selecting a Group}).
17390
17391 One limitation, however---all groups included in a virtual
17392 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17393 zombie groups can't be component groups for @code{nnvirtual} groups.
17394
17395 @vindex nnvirtual-always-rescan
17396 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17397 @code{nnvirtual} will always scan groups for unread articles when
17398 entering a virtual group.  If this variable is @code{nil} (which is the
17399 default) and you read articles in a component group after the virtual
17400 group has been activated, the read articles from the component group
17401 will show up when you enter the virtual group.  You'll also see this
17402 effect if you have two virtual groups that have a component group in
17403 common.  If that's the case, you should set this variable to @code{t}.
17404 Or you can just tap @code{M-g} on the virtual group every time before
17405 you enter it---it'll have much the same effect.
17406
17407 @code{nnvirtual} can have both mail and news groups as component groups.
17408 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17409 has to ask the back end of the component group the article comes from
17410 whether it is a news or mail back end.  However, when you do a @kbd{^},
17411 there is typically no sure way for the component back end to know this,
17412 and in that case @code{nnvirtual} tells Gnus that the article came from a
17413 not-news back end.  (Just to be on the safe side.)
17414
17415 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17416 line from the article you respond to in these cases.
17417
17418 @code{nnvirtual} groups do not inherit anything but articles and marks
17419 from component groups---group parameters, for instance, are not
17420 inherited.
17421
17422
17423 @node Kibozed Groups
17424 @subsection Kibozed Groups
17425 @cindex nnkiboze
17426 @cindex kibozing
17427
17428 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17429 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17430 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17431 down to a halt with useless requests!  Oh happiness!
17432
17433 @kindex G k (Group)
17434 To create a kibozed group, use the @kbd{G k} command in the group
17435 buffer.
17436
17437 The address field of the @code{nnkiboze} method is, as with
17438 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17439 @code{nnkiboze} group.  That's where most similarities between
17440 @code{nnkiboze} and @code{nnvirtual} end.
17441
17442 In addition to this regexp detailing component groups, an
17443 @code{nnkiboze} group must have a score file to say what articles are
17444 to be included in the group (@pxref{Scoring}).
17445
17446 @kindex M-x nnkiboze-generate-groups
17447 @findex nnkiboze-generate-groups
17448 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17449 @code{nnkiboze} groups you want to have.  This command will take time.
17450 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17451 headers from all the articles in all the component groups and run them
17452 through the scoring process to determine if there are any articles in
17453 the groups that are to be part of the @code{nnkiboze} groups.
17454
17455 Please limit the number of component groups by using restrictive
17456 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17457 @acronym{NNTP} site may throw you off and never let you back in again.
17458 Stranger things have happened.
17459
17460 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17461 and they can be foreign.  No restrictions.
17462
17463 @vindex nnkiboze-directory
17464 The generation of an @code{nnkiboze} group means writing two files in
17465 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17466 One contains the @acronym{NOV} header lines for all the articles in
17467 the group, and the other is an additional @file{.newsrc} file to store
17468 information on what groups have been searched through to find
17469 component articles.
17470
17471 Articles marked as read in the @code{nnkiboze} group will have
17472 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17473
17474
17475 @node Gnus Unplugged
17476 @section Gnus Unplugged
17477 @cindex offline
17478 @cindex unplugged
17479 @cindex agent
17480 @cindex Gnus agent
17481 @cindex Gnus unplugged
17482
17483 In olden times (ca. February '88), people used to run their newsreaders
17484 on big machines with permanent connections to the net.  News transport
17485 was dealt with by news servers, and all the newsreaders had to do was to
17486 read news.  Believe it or not.
17487
17488 Nowadays most people read news and mail at home, and use some sort of
17489 modem to connect to the net.  To avoid running up huge phone bills, it
17490 would be nice to have a way to slurp down all the news and mail, hang up
17491 the phone, read for several hours, and then upload any responses you
17492 have to make.  And then you repeat the procedure.
17493
17494 Of course, you can use news servers for doing this as well.  I've used
17495 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17496 for some years, but doing that's a bore.  Moving the news server
17497 functionality up to the newsreader makes sense if you're the only person
17498 reading news on a machine.
17499
17500 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17501 fact, you don't have to configure anything as the agent is now enabled
17502 by default (@pxref{Agent Variables, gnus-agent}).
17503
17504 Of course, to use it as such, you have to learn a few new commands.
17505
17506 @menu
17507 * Agent Basics::                How it all is supposed to work.
17508 * Agent Categories::            How to tell the Gnus Agent what to download.
17509 * Agent Commands::              New commands for all the buffers.
17510 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17511 * Agent as Cache::              The Agent is a big cache too.
17512 * Agent Expiry::                How to make old articles go away.
17513 * Agent Regeneration::          How to recover from lost connections and other accidents.
17514 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17515 * Outgoing Messages::           What happens when you post/mail something?
17516 * Agent Variables::             Customizing is fun.
17517 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17518 * Batching Agents::             How to fetch news from a @code{cron} job.
17519 * Agent Caveats::               What you think it'll do and what it does.
17520 @end menu
17521
17522
17523 @node Agent Basics
17524 @subsection Agent Basics
17525
17526 First, let's get some terminology out of the way.
17527
17528 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17529 connection to the net (and notified the Agent that this is the case).
17530 When the connection to the net is up again (and Gnus knows this), the
17531 Agent is @dfn{plugged}.
17532
17533 The @dfn{local} machine is the one you're running on, and which isn't
17534 connected to the net continuously.
17535
17536 @dfn{Downloading} means fetching things from the net to your local
17537 machine.  @dfn{Uploading} is doing the opposite.
17538
17539 You know that Gnus gives you all the opportunity you'd ever want for
17540 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17541 is also customizable to a great extent, which means that the user has a
17542 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17543 you in your foot, but with Gnus, you have a choice!
17544
17545 Gnus is never really in plugged or unplugged state.  Rather, it applies
17546 that state to each server individually.  This means that some servers
17547 can be plugged while others can be unplugged.  Additionally, some
17548 servers can be ignored by the Agent altogether (which means that
17549 they're kinda like plugged always).
17550
17551 So when you unplug the Agent and then wonder why is Gnus opening a
17552 connection to the Net, the next step to do is to look whether all
17553 servers are agentized.  If there is an unagentized server, you found
17554 the culprit.
17555
17556 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17557 reachable.  When Gnus notices this, it asks you whether you want the
17558 server to be switched to offline state.  If you say yes, then the
17559 server will behave somewhat as if it was unplugged, except that Gnus
17560 will ask you whether you want to switch it back online again.
17561
17562 Let's take a typical Gnus session using the Agent.
17563
17564 @itemize @bullet
17565
17566 @item
17567 @findex gnus-unplugged
17568 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17569 Agent in a disconnected state.  You can read all the news that you have
17570 already fetched while in this mode.
17571
17572 @item
17573 You then decide to see whether any new news has arrived.  You connect
17574 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17575 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17576 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17577 Source Specifiers}).
17578
17579 @item
17580 You can then read the new news immediately, or you can download the
17581 news onto your local machine.  If you want to do the latter, you press
17582 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17583 all the eligible articles in all the groups.  (To let Gnus know which
17584 articles you want to download, @pxref{Agent Categories}).
17585
17586 @item
17587 After fetching the articles, you press @kbd{J j} to make Gnus become
17588 unplugged again, and you shut down the PPP thing (or whatever).  And
17589 then you read the news offline.
17590
17591 @item
17592 And then you go to step 2.
17593 @end itemize
17594
17595 Here are some things you should do the first time (or so) that you use
17596 the Agent.
17597
17598 @itemize @bullet
17599
17600 @item
17601 Decide which servers should be covered by the Agent.  If you have a mail
17602 back end, it would probably be nonsensical to have it covered by the
17603 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17604 @kbd{J a} on the server (or servers) that you wish to have covered by the
17605 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17606 added servers you do not wish to have covered by the Agent.  By default,
17607 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17608 @code{gnus-secondary-select-methods} are agentized.
17609
17610 @item
17611 Decide on download policy.  It's fairly simple once you decide whether
17612 you are going to use agent categories, topic parameters, and/or group
17613 parameters to implement your policy.  If you're new to gnus, it
17614 is probably best to start with a category, @xref{Agent Categories}.
17615
17616 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17617 (@pxref{Agent Categories}) provide for setting a policy that applies
17618 to multiple groups.  Which you use is entirely up to you.  Topic
17619 parameters do override categories so, if you mix the two, you'll have
17620 to take that into account.  If you have a few groups that deviate from
17621 your policy, you can use group parameters (@pxref{Group Parameters}) to
17622 configure them.
17623
17624 @item
17625 Uhm@dots{} that's it.
17626 @end itemize
17627
17628
17629 @node Agent Categories
17630 @subsection Agent Categories
17631
17632 One of the main reasons to integrate the news transport layer into the
17633 newsreader is to allow greater control over what articles to download.
17634 There's not much point in downloading huge amounts of articles, just to
17635 find out that you're not interested in reading any of them.  It's better
17636 to be somewhat more conservative in choosing what to download, and then
17637 mark the articles for downloading manually if it should turn out that
17638 you're interested in the articles anyway.
17639
17640 One of the more effective methods for controlling what is to be
17641 downloaded is to create a @dfn{category} and then assign some (or all)
17642 groups to this category.  Groups that do not belong in any other
17643 category belong to the @code{default} category.  Gnus has its own
17644 buffer for creating and managing categories.
17645
17646 If you prefer, you can also use group parameters (@pxref{Group
17647 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17648 alternative approach to controlling the agent.  The only real
17649 difference is that categories are specific to the agent (so there is
17650 less to learn) while group and topic parameters include the kitchen
17651 sink.
17652
17653 Since you can set agent parameters in several different places we have
17654 a rule to decide which source to believe.  This rule specifies that
17655 the parameter sources are checked in the following order: group
17656 parameters, topic parameters, agent category, and finally customizable
17657 variables.  So you can mix all of these sources to produce a wide range
17658 of behavior, just don't blame me if you don't remember where you put
17659 your settings.
17660
17661 @menu
17662 * Category Syntax::             What a category looks like.
17663 * Category Buffer::             A buffer for maintaining categories.
17664 * Category Variables::          Customize'r'Us.
17665 @end menu
17666
17667
17668 @node Category Syntax
17669 @subsubsection Category Syntax
17670
17671 A category consists of a name, the list of groups belonging to the
17672 category, and a number of optional parameters that override the
17673 customizable variables.  The complete list of agent parameters are
17674 listed below.
17675
17676 @cindex Agent Parameters
17677 @table @code
17678 @item agent-cat-name
17679 The name of the category.
17680
17681 @item agent-groups
17682 The list of groups that are in this category.
17683
17684 @item agent-predicate
17685 A predicate which (generally) gives a rough outline of which articles
17686 are eligible for downloading; and
17687
17688 @item agent-score-file
17689 a score rule which (generally) gives you a finer granularity when
17690 deciding what articles to download.  (Note that this @dfn{download
17691 score} is not necessarily related to normal scores.)
17692
17693 @item agent-enable-expiration
17694 a boolean indicating whether the agent should expire old articles in
17695 this group.  Most groups should be expired to conserve disk space.  In
17696 fact, its probably safe to say that the gnus.* hierarchy contains the
17697 only groups that should not be expired.
17698
17699 @item agent-days-until-old
17700 an integer indicating the number of days that the agent should wait
17701 before deciding that a read article is safe to expire.
17702
17703 @item agent-low-score
17704 an integer that overrides the value of @code{gnus-agent-low-score}.
17705
17706 @item agent-high-score
17707 an integer that overrides the value of @code{gnus-agent-high-score}.
17708
17709 @item agent-length-when-short
17710 an integer that overrides the value of
17711 @code{gnus-agent-short-article}.
17712
17713 @item agent-length-when-long
17714 an integer that overrides the value of @code{gnus-agent-long-article}.
17715
17716 @item agent-enable-undownloaded-faces
17717 a symbol indicating whether the summary buffer should display
17718 undownloaded articles using the @code{gnus-summary-*-undownloaded-face}
17719 faces.  Any symbol other than @code{nil} will enable the use of
17720 undownloaded faces.
17721 @end table
17722
17723 The name of a category can not be changed once the category has been
17724 created.
17725
17726 Each category maintains a list of groups that are exclusive members of
17727 that category.  The exclusivity rule is automatically enforced, add a
17728 group to a new category and it is automatically removed from its old
17729 category.
17730
17731 A predicate in its simplest form can be a single predicate such as
17732 @code{true} or @code{false}.  These two will download every available
17733 article or nothing respectively.  In the case of these two special
17734 predicates an additional score rule is superfluous.
17735
17736 Predicates of @code{high} or @code{low} download articles in respect of
17737 their scores in relationship to @code{gnus-agent-high-score} and
17738 @code{gnus-agent-low-score} as described below.
17739
17740 To gain even finer control of what is to be regarded eligible for
17741 download a predicate can consist of a number of predicates with logical
17742 operators sprinkled in between.
17743
17744 Perhaps some examples are in order.
17745
17746 Here's a simple predicate.  (It's the default predicate, in fact, used
17747 for all groups that don't belong to any other category.)
17748
17749 @lisp
17750 short
17751 @end lisp
17752
17753 Quite simple, eh?  This predicate is true if and only if the article is
17754 short (for some value of ``short'').
17755
17756 Here's a more complex predicate:
17757
17758 @lisp
17759 (or high
17760     (and
17761      (not low)
17762      (not long)))
17763 @end lisp
17764
17765 This means that an article should be downloaded if it has a high score,
17766 or if the score is not low and the article is not long.  You get the
17767 drift.
17768
17769 The available logical operators are @code{or}, @code{and} and
17770 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17771 @samp{|}, @code{&} and @code{!} instead.)
17772
17773 The following predicates are pre-defined, but if none of these fit what
17774 you want to do, you can write your own.
17775
17776 When evaluating each of these predicates, the named constant will be
17777 bound to the value determined by calling
17778 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17779 example, gnus-agent-short-article will be bound to
17780 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17781 means that you can specify a predicate in your category then tune that
17782 predicate to individual groups.
17783
17784 @table @code
17785 @item short
17786 True iff the article is shorter than @code{gnus-agent-short-article}
17787 lines; default 100.
17788
17789 @item long
17790 True iff the article is longer than @code{gnus-agent-long-article}
17791 lines; default 200.
17792
17793 @item low
17794 True iff the article has a download score less than
17795 @code{gnus-agent-low-score}; default 0.
17796
17797 @item high
17798 True iff the article has a download score greater than
17799 @code{gnus-agent-high-score}; default 0.
17800
17801 @item spam
17802 True iff the Gnus Agent guesses that the article is spam.  The
17803 heuristics may change over time, but at present it just computes a
17804 checksum and sees whether articles match.
17805
17806 @item true
17807 Always true.
17808
17809 @item false
17810 Always false.
17811 @end table
17812
17813 If you want to create your own predicate function, here's what you have
17814 to know:  The functions are called with no parameters, but the
17815 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17816 useful values.
17817
17818 For example, you could decide that you don't want to download articles
17819 that were posted more than a certain number of days ago (e.g. posted
17820 more than @code{gnus-agent-expire-days} ago) you might write a function
17821 something along the lines of the following:
17822
17823 @lisp
17824 (defun my-article-old-p ()
17825   "Say whether an article is old."
17826   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17827      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17828 @end lisp
17829
17830 with the predicate then defined as:
17831
17832 @lisp
17833 (not my-article-old-p)
17834 @end lisp
17835
17836 or you could append your predicate to the predefined
17837 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17838 wherever.
17839
17840 @lisp
17841 (require 'gnus-agent)
17842 (setq  gnus-category-predicate-alist
17843   (append gnus-category-predicate-alist
17844          '((old . my-article-old-p))))
17845 @end lisp
17846
17847 and simply specify your predicate as:
17848
17849 @lisp
17850 (not old)
17851 @end lisp
17852
17853 If/when using something like the above, be aware that there are many
17854 misconfigured systems/mailers out there and so an article's date is not
17855 always a reliable indication of when it was posted.  Hell, some people
17856 just don't give a damn.
17857
17858 The above predicates apply to @emph{all} the groups which belong to the
17859 category.  However, if you wish to have a specific predicate for an
17860 individual group within a category, or you're just too lazy to set up a
17861 new category, you can enter a group's individual predicate in its group
17862 parameters like so:
17863
17864 @lisp
17865 (agent-predicate . short)
17866 @end lisp
17867
17868 This is the group/topic parameter equivalent of the agent category default.
17869 Note that when specifying a single word predicate like this, the
17870 @code{agent-predicate} specification must be in dotted pair notation.
17871
17872 The equivalent of the longer example from above would be:
17873
17874 @lisp
17875 (agent-predicate or high (and (not low) (not long)))
17876 @end lisp
17877
17878 The outer parenthesis required in the category specification are not
17879 entered here as, not being in dotted pair notation, the value of the
17880 predicate is assumed to be a list.
17881
17882
17883 Now, the syntax of the download score is the same as the syntax of
17884 normal score files, except that all elements that require actually
17885 seeing the article itself are verboten.  This means that only the
17886 following headers can be scored on: @code{Subject}, @code{From},
17887 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17888 @code{Lines}, and @code{Xref}.
17889
17890 As with predicates, the specification of the @code{download score rule}
17891 to use in respect of a group can be in either the category definition if
17892 it's to be applicable to all groups in therein, or a group's parameters
17893 if it's to be specific to that group.
17894
17895 In both of these places the @code{download score rule} can take one of
17896 three forms:
17897
17898 @enumerate
17899 @item
17900 Score rule
17901
17902 This has the same syntax as a normal Gnus score file except only a
17903 subset of scoring keywords are available as mentioned above.
17904
17905 example:
17906
17907 @itemize @bullet
17908 @item
17909 Category specification
17910
17911 @lisp
17912 (("from"
17913        ("Lars Ingebrigtsen" 1000000 nil s))
17914 ("lines"
17915        (500 -100 nil <)))
17916 @end lisp
17917
17918 @item
17919 Group/Topic Parameter specification
17920
17921 @lisp
17922 (agent-score ("from"
17923                    ("Lars Ingebrigtsen" 1000000 nil s))
17924              ("lines"
17925                    (500 -100 nil <)))
17926 @end lisp
17927
17928 Again, note the omission of the outermost parenthesis here.
17929 @end itemize
17930
17931 @item
17932 Agent score file
17933
17934 These score files must @emph{only} contain the permitted scoring
17935 keywords stated above.
17936
17937 example:
17938
17939 @itemize @bullet
17940 @item
17941 Category specification
17942
17943 @lisp
17944 ("~/News/agent.SCORE")
17945 @end lisp
17946
17947 or perhaps
17948
17949 @lisp
17950 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17951 @end lisp
17952
17953 @item
17954 Group Parameter specification
17955
17956 @lisp
17957 (agent-score "~/News/agent.SCORE")
17958 @end lisp
17959
17960 Additional score files can be specified as above.  Need I say anything
17961 about parenthesis?
17962 @end itemize
17963
17964 @item
17965 Use @code{normal} score files
17966
17967 If you don't want to maintain two sets of scoring rules for a group, and
17968 your desired @code{downloading} criteria for a group are the same as your
17969 @code{reading} criteria then you can tell the agent to refer to your
17970 @code{normal} score files when deciding what to download.
17971
17972 These directives in either the category definition or a group's
17973 parameters will cause the agent to read in all the applicable score
17974 files for a group, @emph{filtering out} those sections that do not
17975 relate to one of the permitted subset of scoring keywords.
17976
17977 @itemize @bullet
17978 @item
17979 Category Specification
17980
17981 @lisp
17982 file
17983 @end lisp
17984
17985 @item
17986 Group Parameter specification
17987
17988 @lisp
17989 (agent-score . file)
17990 @end lisp
17991 @end itemize
17992 @end enumerate
17993
17994 @node Category Buffer
17995 @subsubsection Category Buffer
17996
17997 You'd normally do all category maintenance from the category buffer.
17998 When you enter it for the first time (with the @kbd{J c} command from
17999 the group buffer), you'll only see the @code{default} category.
18000
18001 The following commands are available in this buffer:
18002
18003 @table @kbd
18004 @item q
18005 @kindex q (Category)
18006 @findex gnus-category-exit
18007 Return to the group buffer (@code{gnus-category-exit}).
18008
18009 @item e
18010 @kindex e (Category)
18011 @findex gnus-category-customize-category
18012 Use a customization buffer to set all of the selected category's
18013 parameters at one time (@code{gnus-category-customize-category}).
18014
18015 @item k
18016 @kindex k (Category)
18017 @findex gnus-category-kill
18018 Kill the current category (@code{gnus-category-kill}).
18019
18020 @item c
18021 @kindex c (Category)
18022 @findex gnus-category-copy
18023 Copy the current category (@code{gnus-category-copy}).
18024
18025 @item a
18026 @kindex a (Category)
18027 @findex gnus-category-add
18028 Add a new category (@code{gnus-category-add}).
18029
18030 @item p
18031 @kindex p (Category)
18032 @findex gnus-category-edit-predicate
18033 Edit the predicate of the current category
18034 (@code{gnus-category-edit-predicate}).
18035
18036 @item g
18037 @kindex g (Category)
18038 @findex gnus-category-edit-groups
18039 Edit the list of groups belonging to the current category
18040 (@code{gnus-category-edit-groups}).
18041
18042 @item s
18043 @kindex s (Category)
18044 @findex gnus-category-edit-score
18045 Edit the download score rule of the current category
18046 (@code{gnus-category-edit-score}).
18047
18048 @item l
18049 @kindex l (Category)
18050 @findex gnus-category-list
18051 List all the categories (@code{gnus-category-list}).
18052 @end table
18053
18054
18055 @node Category Variables
18056 @subsubsection Category Variables
18057
18058 @table @code
18059 @item gnus-category-mode-hook
18060 @vindex gnus-category-mode-hook
18061 Hook run in category buffers.
18062
18063 @item gnus-category-line-format
18064 @vindex gnus-category-line-format
18065 Format of the lines in the category buffer (@pxref{Formatting
18066 Variables}).  Valid elements are:
18067
18068 @table @samp
18069 @item c
18070 The name of the category.
18071
18072 @item g
18073 The number of groups in the category.
18074 @end table
18075
18076 @item gnus-category-mode-line-format
18077 @vindex gnus-category-mode-line-format
18078 Format of the category mode line (@pxref{Mode Line Formatting}).
18079
18080 @item gnus-agent-short-article
18081 @vindex gnus-agent-short-article
18082 Articles that have fewer lines than this are short.  Default 100.
18083
18084 @item gnus-agent-long-article
18085 @vindex gnus-agent-long-article
18086 Articles that have more lines than this are long.  Default 200.
18087
18088 @item gnus-agent-low-score
18089 @vindex gnus-agent-low-score
18090 Articles that have a score lower than this have a low score.  Default
18091 0.
18092
18093 @item gnus-agent-high-score
18094 @vindex gnus-agent-high-score
18095 Articles that have a score higher than this have a high score.  Default
18096 0.
18097
18098 @item gnus-agent-expire-days
18099 @vindex gnus-agent-expire-days
18100 The number of days that a @samp{read} article must stay in the agent's
18101 local disk before becoming eligible for expiration (While the name is
18102 the same, this doesn't mean expiring the article on the server.  It
18103 just means deleting the local copy of the article).  What is also
18104 important to understand is that the counter starts with the time the
18105 article was written to the local disk and not the time the article was
18106 read.
18107 Default 7.
18108
18109 @item gnus-agent-enable-expiration
18110 @vindex gnus-agent-enable-expiration
18111 Determines whether articles in a group are, by default, expired or
18112 retained indefinitely.  The default is @code{ENABLE} which means that
18113 you'll have to disable expiration when desired.  On the other hand,
18114 you could set this to @code{DISABLE}.  In that case, you would then
18115 have to enable expiration in selected groups.
18116
18117 @end table
18118
18119
18120 @node Agent Commands
18121 @subsection Agent Commands
18122 @findex gnus-agent-toggle-plugged
18123 @kindex J j (Agent)
18124
18125 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18126 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18127 toggles the plugged/unplugged state of the Gnus Agent.
18128
18129
18130 @menu
18131 * Group Agent Commands::        Configure groups and fetch their contents.
18132 * Summary Agent Commands::      Manually select then fetch specific articles.
18133 * Server Agent Commands::       Select the servers that are supported by the agent.
18134 @end menu
18135
18136
18137
18138
18139 @node Group Agent Commands
18140 @subsubsection Group Agent Commands
18141
18142 @table @kbd
18143 @item J u
18144 @kindex J u (Agent Group)
18145 @findex gnus-agent-fetch-groups
18146 Fetch all eligible articles in the current group
18147 (@code{gnus-agent-fetch-groups}).
18148
18149 @item J c
18150 @kindex J c (Agent Group)
18151 @findex gnus-enter-category-buffer
18152 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18153
18154 @item J s
18155 @kindex J s (Agent Group)
18156 @findex gnus-agent-fetch-session
18157 Fetch all eligible articles in all groups
18158 (@code{gnus-agent-fetch-session}).
18159
18160 @item J S
18161 @kindex J S (Agent Group)
18162 @findex gnus-group-send-queue
18163 Send all sendable messages in the queue group
18164 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18165
18166 @item J a
18167 @kindex J a (Agent Group)
18168 @findex gnus-agent-add-group
18169 Add the current group to an Agent category
18170 (@code{gnus-agent-add-group}).  This command understands the
18171 process/prefix convention (@pxref{Process/Prefix}).
18172
18173 @item J r
18174 @kindex J r (Agent Group)
18175 @findex gnus-agent-remove-group
18176 Remove the current group from its category, if any
18177 (@code{gnus-agent-remove-group}).  This command understands the
18178 process/prefix convention (@pxref{Process/Prefix}).
18179
18180 @item J Y
18181 @kindex J Y (Agent Group)
18182 @findex gnus-agent-synchronize-flags
18183 Synchronize flags changed while unplugged with remote server, if any.
18184
18185
18186 @end table
18187
18188
18189 @node Summary Agent Commands
18190 @subsubsection Summary Agent Commands
18191
18192 @table @kbd
18193 @item J #
18194 @kindex J # (Agent Summary)
18195 @findex gnus-agent-mark-article
18196 Mark the article for downloading (@code{gnus-agent-mark-article}).
18197
18198 @item J M-#
18199 @kindex J M-# (Agent Summary)
18200 @findex gnus-agent-unmark-article
18201 Remove the downloading mark from the article
18202 (@code{gnus-agent-unmark-article}).
18203
18204 @cindex %
18205 @item @@
18206 @kindex @@ (Agent Summary)
18207 @findex gnus-agent-toggle-mark
18208 Toggle whether to download the article
18209 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18210 default.
18211
18212 @item J c
18213 @kindex J c (Agent Summary)
18214 @findex gnus-agent-catchup
18215 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18216
18217 @item J S
18218 @kindex J S (Agent Summary)
18219 @findex gnus-agent-fetch-group
18220 Download all eligible (@pxref{Agent Categories}) articles in this group.
18221 (@code{gnus-agent-fetch-group}).
18222
18223 @item J s
18224 @kindex J s (Agent Summary)
18225 @findex gnus-agent-fetch-series
18226 Download all processable articles in this group.
18227 (@code{gnus-agent-fetch-series}).
18228
18229 @item J u
18230 @kindex J u (Agent Summary)
18231 @findex gnus-agent-summary-fetch-group
18232 Download all downloadable articles in the current group
18233 (@code{gnus-agent-summary-fetch-group}).
18234
18235 @end table
18236
18237
18238 @node Server Agent Commands
18239 @subsubsection Server Agent Commands
18240
18241 @table @kbd
18242 @item J a
18243 @kindex J a (Agent Server)
18244 @findex gnus-agent-add-server
18245 Add the current server to the list of servers covered by the Gnus Agent
18246 (@code{gnus-agent-add-server}).
18247
18248 @item J r
18249 @kindex J r (Agent Server)
18250 @findex gnus-agent-remove-server
18251 Remove the current server from the list of servers covered by the Gnus
18252 Agent (@code{gnus-agent-remove-server}).
18253
18254 @end table
18255
18256
18257 @node Agent Visuals
18258 @subsection Agent Visuals
18259
18260 If you open a summary while unplugged and, Gnus knows from the group's
18261 active range that there are more articles than the headers currently
18262 stored in the Agent, you may see some articles whose subject looks
18263 something like @samp{[Undownloaded article #####]}.  These are
18264 placeholders for the missing headers.  Aside from setting a mark,
18265 there is not much that can be done with one of these placeholders.
18266 When Gnus finally gets a chance to fetch the group's headers, the
18267 placeholders will automatically be replaced by the actual headers.
18268 You can configure the summary buffer's maneuvering to skip over the
18269 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18270
18271 While it may be obvious to all, the only headers and articles
18272 available while unplugged are those headers and articles that were
18273 fetched into the Agent while previously plugged.  To put it another
18274 way, "If you forget to fetch something while plugged, you might have a
18275 less than satisfying unplugged session".  For this reason, the Agent
18276 adds two visual effects to your summary buffer.  These effects display
18277 the download status of each article so that you always know which
18278 articles will be available when unplugged.
18279
18280 The first visual effect is the @samp{%O} spec.  If you customize
18281 @code{gnus-summary-line-format} to include this specifier, you will add
18282 a single character field that indicates an article's download status.
18283 Articles that have been fetched into either the Agent or the Cache,
18284 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18285 other articles will display @code{gnus-undownloaded-mark} (defaults to
18286 @samp{-}).  If you open a group that has not been agentized, a space
18287 (@samp{ }) will be displayed.
18288
18289 The second visual effect are the undownloaded faces.  The faces, there
18290 are three indicating the article's score (low, normal, high), seem to
18291 result in a love/hate response from many Gnus users.  The problem is
18292 that the face selection is controlled by a list of condition tests and
18293 face names (See @code{gnus-summary-highlight}).  Each condition is
18294 tested in the order in which it appears in the list so early
18295 conditions have precedence over later conditions.  All of this means
18296 that, if you tick an undownloaded article, the article will continue
18297 to be displayed in the undownloaded face rather than the ticked face.
18298
18299 If you use the Agent as a cache (to avoid downloading the same article
18300 each time you visit it or to minimize your connection time), the
18301 undownloaded face will probably seem like a good idea.  The reason
18302 being that you do all of our work (marking, reading, deleting) with
18303 downloaded articles so the normal faces always appear.  For those
18304 users using the agent to improve online performance by caching the NOV
18305 database (most users since 5.10.2), the undownloaded faces may appear
18306 to be an absolutely horrible idea.  The issue being that, since none
18307 of their articles have been fetched into the Agent, all of the
18308 normal faces will be obscured by the undownloaded faces.
18309
18310 If you would like to use the undownloaded faces, you must enable the
18311 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18312 group parameter to t.  This parameter, like all other agent
18313 parameters, may be set on an Agent Category (@pxref{Agent
18314 Categories}), a Group Topic (@pxref{Topic Parameters}), or an
18315 individual group (@pxref{Group Parameters}).
18316
18317 @node Agent as Cache
18318 @subsection Agent as Cache
18319
18320 When Gnus is plugged, it is not efficient to download headers or
18321 articles from the server again, if they are already stored in the
18322 Agent.  So, Gnus normally only downloads headers once, and stores them
18323 in the Agent.  These headers are later used when generating the summary
18324 buffer, regardless of whether you are plugged or unplugged.  Articles
18325 are not cached in the Agent by default though (that would potentially
18326 consume lots of disk space), but if you have already downloaded an
18327 article into the Agent, Gnus will not download the article from the
18328 server again but use the locally stored copy instead.
18329
18330 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18331 @pxref{Agent Variables}) to always download headers and articles while
18332 plugged.  Gnus will almost certainly be slower, but it will be kept
18333 synchronized with the server.  That last point probably won't make any
18334 sense if you are using a nntp or nnimap back end.
18335
18336 @node Agent Expiry
18337 @subsection Agent Expiry
18338
18339 @vindex gnus-agent-expire-days
18340 @findex gnus-agent-expire
18341 @kindex M-x gnus-agent-expire
18342 @kindex M-x gnus-agent-expire-group
18343 @findex gnus-agent-expire-group
18344 @cindex agent expiry
18345 @cindex Gnus agent expiry
18346 @cindex expiry
18347
18348 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18349 least it doesn't handle it like other back ends.  Instead, there are
18350 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18351 commands that will expire all read articles that are older than
18352 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18353 that you're running out of space.  Neither are particularly fast or
18354 efficient, and it's not a particularly good idea to interrupt them (with
18355 @kbd{C-g} or anything else) once you've started one of them.
18356
18357 Note that other functions, e.g. @code{gnus-request-expire-articles},
18358 might run @code{gnus-agent-expire} for you to keep the agent
18359 synchronized with the group.
18360
18361 The agent parameter @code{agent-enable-expiration} may be used to
18362 prevent expiration in selected groups.
18363
18364 @vindex gnus-agent-expire-all
18365 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18366 expiration commands will expire all articles---unread, read, ticked
18367 and dormant.  If @code{nil} (which is the default), only read articles
18368 are eligible for expiry, and unread, ticked and dormant articles will
18369 be kept indefinitely.
18370
18371 If you find that some articles eligible for expiry are never expired,
18372 perhaps some Gnus Agent files are corrupted.  There's are special
18373 commands, @code{gnus-agent-regenerate} and
18374 @code{gnus-agent-regenerate-group}, to fix possible problems.
18375
18376 @node Agent Regeneration
18377 @subsection Agent Regeneration
18378
18379 @cindex agent regeneration
18380 @cindex Gnus agent regeneration
18381 @cindex regeneration
18382
18383 The local data structures used by @code{nnagent} may become corrupted
18384 due to certain exceptional conditions.  When this happens,
18385 @code{nnagent} functionality may degrade or even fail.  The solution
18386 to this problem is to repair the local data structures by removing all
18387 internal inconsistencies.
18388
18389 For example, if your connection to your server is lost while
18390 downloaded articles into the agent, the local data structures will not
18391 know about articles successfully downloaded prior to the connection
18392 failure.  Running @code{gnus-agent-regenerate} or
18393 @code{gnus-agent-regenerate-group} will update the data structures
18394 such that you don't need to download these articles a second time.
18395
18396 @findex gnus-agent-regenerate
18397 @kindex M-x gnus-agent-regenerate
18398 The command @code{gnus-agent-regenerate} will perform
18399 @code{gnus-agent-regenerate-group} on every agentized group.  While
18400 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18401 recommended that you first close all summary buffers.
18402
18403 @findex gnus-agent-regenerate-group
18404 @kindex M-x gnus-agent-regenerate-group
18405 The command @code{gnus-agent-regenerate-group} uses the local copies
18406 of individual articles to repair the local @acronym{NOV}(header) database.  It
18407 then updates the internal data structures that document which articles
18408 are stored locally.  An optional argument will mark articles in the
18409 agent as unread.
18410
18411 @node Agent and IMAP
18412 @subsection Agent and IMAP
18413
18414 The Agent works with any Gnus back end, including nnimap.  However,
18415 since there are some conceptual differences between @acronym{NNTP} and
18416 @acronym{IMAP}, this section (should) provide you with some information to
18417 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18418
18419 The first thing to keep in mind is that all flags (read, ticked, etc)
18420 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18421 case for nntp.  Thus Gnus need to remember flag changes when
18422 disconnected, and synchronize these flags when you plug back in.
18423
18424 Gnus keeps track of flag changes when reading nnimap groups under the
18425 Agent.  When you plug back in, Gnus will check if you have any changed
18426 any flags and ask if you wish to synchronize these with the server.
18427 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18428
18429 @vindex gnus-agent-synchronize-flags
18430 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18431 never automatically synchronize flags.  If it is @code{ask}, which is
18432 the default, the Agent will check if you made any changes and if so
18433 ask if you wish to synchronize these when you re-connect.  If it has
18434 any other value, all flags will be synchronized automatically.
18435
18436 If you do not wish to synchronize flags automatically when you
18437 re-connect, you can do it manually with the
18438 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18439 in the group buffer.
18440
18441 Some things are currently not implemented in the Agent that you'd might
18442 expect from a disconnected @acronym{IMAP} client, including:
18443
18444 @itemize @bullet
18445
18446 @item
18447 Copying/moving articles into nnimap groups when unplugged.
18448
18449 @item
18450 Creating/deleting nnimap groups when unplugged.
18451
18452 @end itemize
18453
18454 Technical note: the synchronization algorithm does not work by ``pushing''
18455 all local flags to the server, but rather incrementally update the
18456 server view of flags by changing only those flags that were changed by
18457 the user.  Thus, if you set one flag on an article, quit the group and
18458 re-select the group and remove the flag; the flag will be set and
18459 removed from the server when you ``synchronize''.  The queued flag
18460 operations can be found in the per-server @code{flags} file in the Agent
18461 directory.  It's emptied when you synchronize flags.
18462
18463
18464 @node Outgoing Messages
18465 @subsection Outgoing Messages
18466
18467 By default, when Gnus is unplugged, all outgoing messages (both mail
18468 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
18469 You can view them there after posting, and edit them at will.
18470
18471 You can control the circumstances under which outgoing mail is queued
18472 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
18473 news is always queued when Gnus is unplugged, and never otherwise.
18474
18475 You can send the messages either from the draft group with the special
18476 commands available there, or you can use the @kbd{J S} command in the
18477 group buffer to send all the sendable messages in the draft group.
18478 Posting news will only work when Gnus is plugged, but you can send
18479 mail at any time.
18480
18481 If sending mail while unplugged does not work for you and you worry
18482 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
18483 ask you to confirm your action (see
18484 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
18485
18486 @node Agent Variables
18487 @subsection Agent Variables
18488
18489 @table @code
18490 @item gnus-agent
18491 @vindex gnus-agent
18492 Is the agent enabled?  The default is @code{t}.  When first enabled,
18493 the agent will use @code{gnus-agent-auto-agentize-methods} to
18494 automatically mark some backends as agentized.  You may change which
18495 backends are agentized using the agent commands in the server buffer.
18496
18497 To enter the server buffer, use the @kbd{^}
18498 (@code{gnus-group-enter-server-mode}) command in the group buffer.
18499
18500
18501 @item gnus-agent-directory
18502 @vindex gnus-agent-directory
18503 Where the Gnus Agent will store its files.  The default is
18504 @file{~/News/agent/}.
18505
18506 @item gnus-agent-handle-level
18507 @vindex gnus-agent-handle-level
18508 Groups on levels (@pxref{Group Levels}) higher than this variable will
18509 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18510 which means that only subscribed group will be considered by the Agent
18511 by default.
18512
18513 @item gnus-agent-plugged-hook
18514 @vindex gnus-agent-plugged-hook
18515 Hook run when connecting to the network.
18516
18517 @item gnus-agent-unplugged-hook
18518 @vindex gnus-agent-unplugged-hook
18519 Hook run when disconnecting from the network.
18520
18521 @item gnus-agent-fetched-hook
18522 @vindex gnus-agent-fetched-hook
18523 Hook run when finished fetching articles.
18524
18525 @item gnus-agent-cache
18526 @vindex gnus-agent-cache
18527 Variable to control whether use the locally stored @acronym{NOV} and
18528 articles when plugged, e.g. essentially using the Agent as a cache.
18529 The default is non-@code{nil}, which means to use the Agent as a cache.
18530
18531 @item gnus-agent-go-online
18532 @vindex gnus-agent-go-online
18533 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18534 automatically switch offline servers into online status.  If it is
18535 @code{ask}, the default, the Agent will ask if you wish to switch
18536 offline servers into online status when you re-connect.  If it has any
18537 other value, all offline servers will be automatically switched into
18538 online status.
18539
18540 @item gnus-agent-mark-unread-after-downloaded
18541 @vindex gnus-agent-mark-unread-after-downloaded
18542 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18543 mark articles as unread after downloading.  This is usually a safe
18544 thing to do as the newly downloaded article has obviously not been
18545 read.  The default is t.
18546
18547 @item gnus-agent-consider-all-articles
18548 @vindex gnus-agent-consider-all-articles
18549 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18550 agent will let the agent predicate decide whether articles need to be
18551 downloaded or not, for all articles.  When @code{nil}, the default,
18552 the agent will only let the predicate decide whether unread articles
18553 are downloaded or not.  If you enable this, you may also want to look
18554 into the agent expiry settings (@pxref{Category Variables}), so that
18555 the agent doesn't download articles which the agent will later expire,
18556 over and over again.
18557
18558 @item gnus-agent-max-fetch-size
18559 @vindex gnus-agent-max-fetch-size
18560 The agent fetches articles into a temporary buffer prior to parsing
18561 them into individual files.  To avoid exceeding the max. buffer size,
18562 the agent alternates between fetching and parsing until all articles
18563 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18564 limit to control how often the cycling occurs.  A large value improves
18565 performance.  A small value minimizes the time lost should the
18566 connection be lost while fetching (You may need to run
18567 @code{gnus-agent-regenerate-group} to update the group's state.
18568 However, all articles parsed prior to loosing the connection will be
18569 available while unplugged).  The default is 10M so it is unusual to
18570 see any cycling.
18571
18572 @item gnus-server-unopen-status
18573 @vindex gnus-server-unopen-status
18574 Perhaps not an Agent variable, but closely related to the Agent, this
18575 variable says what will happen if Gnus cannot open a server.  If the
18576 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18577 whether to deny the server or whether to unplug the agent.  If the
18578 Agent is disabled, Gnus always simply deny the server.  Other choices
18579 for this variable include @code{denied} and @code{offline} the latter
18580 is only valid if the Agent is used.
18581
18582 @item gnus-auto-goto-ignores
18583 @vindex gnus-auto-goto-ignores
18584 Another variable that isn't an Agent variable, yet so closely related
18585 that most will look for it here, this variable tells the summary
18586 buffer how to maneuver around undownloaded (only headers stored in the
18587 agent) and unfetched (neither article nor headers stored) articles.
18588
18589 The legal values are @code{nil} (maneuver to any article),
18590 @code{undownloaded} (maneuvering while unplugged ignores articles that
18591 have not been fetched), @code{always-undownloaded} (maneuvering always
18592 ignores articles that have not been fetched), @code{unfetched}
18593 (maneuvering ignores articles whose headers have not been fetched).
18594
18595 @item gnus-agent-queue-mail
18596 @vindex gnus-agent-queue-mail
18597 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
18598 queue mail rather than sending it straight away.  When @code{t}, Gnus
18599 will queue mail when unplugged only.  When @code{nil}, never queue
18600 mail.  The default is @code{t}.
18601
18602 @item gnus-agent-prompt-send-queue
18603 @vindex gnus-agent-prompt-send-queue
18604 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
18605 prompt you to confirm that you really wish to proceed if you hit
18606 @kbd{J S} while unplugged.  The default is @code{nil}.
18607
18608 @item gnus-agent-auto-agentize-methods
18609 @vindex gnus-agent-auto-agentize-methods
18610 If you have never used the Agent before (or more technically, if
18611 @file{~/News/agent/lib/servers} does not exist), Gnus will
18612 automatically agentize a few servers for you.  This variable control
18613 which backends should be auto-agentized.  It is typically only useful
18614 to agentize remote backends.  The auto-agentizing has the same effect
18615 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
18616 If the file exist, you must manage the servers manually by adding or
18617 removing them, this variable is only applicable the first time you
18618 start Gnus.  The default is @samp{(nntp nnimap)}.
18619
18620 @end table
18621
18622
18623 @node Example Setup
18624 @subsection Example Setup
18625
18626 If you don't want to read this manual, and you have a fairly standard
18627 setup, you may be able to use something like the following as your
18628 @file{~/.gnus.el} file to get started.
18629
18630 @lisp
18631 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18632 ;;; @r{from your ISP's server.}
18633 (setq gnus-select-method '(nntp "news.your-isp.com"))
18634
18635 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18636 ;;; @r{your ISP's @acronym{POP} server.}
18637 (setq mail-sources '((pop :server "pop.your-isp.com")))
18638
18639 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18640 (setq gnus-secondary-select-methods '((nnml "")))
18641
18642 ;;; @r{Make Gnus into an offline newsreader.}
18643 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18644 ;;; (setq gnus-agent t) ; @r{Now the default.}
18645 @end lisp
18646
18647 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18648 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18649 gnus}.
18650
18651 If this is the first time you've run Gnus, you will be subscribed
18652 automatically to a few default newsgroups.  You'll probably want to
18653 subscribe to more groups, and to do that, you have to query the
18654 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18655 command.  This usually takes quite a while, but you only have to do it
18656 once.
18657
18658 After reading and parsing a while, you'll be presented with a list of
18659 groups.  Subscribe to the ones you want to read with the @kbd{u}
18660 command.  @kbd{l} to make all the killed groups disappear after you've
18661 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18662 back all the killed groups.)
18663
18664 You can now read the groups at once, or you can download the articles
18665 with the @kbd{J s} command.  And then read the rest of this manual to
18666 find out which of the other gazillion things you want to customize.
18667
18668
18669 @node Batching Agents
18670 @subsection Batching Agents
18671 @findex gnus-agent-batch
18672
18673 Having the Gnus Agent fetch articles (and post whatever messages you've
18674 written) is quite easy once you've gotten things set up properly.  The
18675 following shell script will do everything that is necessary:
18676
18677 You can run a complete batch command from the command line with the
18678 following incantation:
18679
18680 @example
18681 #!/bin/sh
18682 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18683 @end example
18684
18685
18686 @node Agent Caveats
18687 @subsection Agent Caveats
18688
18689 The Gnus Agent doesn't seem to work like most other offline
18690 newsreaders.  Here are some common questions that some imaginary people
18691 may ask:
18692
18693 @table @dfn
18694 @item If I read an article while plugged, do they get entered into the Agent?
18695
18696 @strong{No}.  If you want this behaviour, add
18697 @code{gnus-agent-fetch-selected-article} to
18698 @code{gnus-select-article-hook}.
18699
18700 @item If I read an article while plugged, and the article already exists in
18701 the Agent, will it get downloaded once more?
18702
18703 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18704
18705 @end table
18706
18707 In short, when Gnus is unplugged, it only looks into the locally stored
18708 articles; when it's plugged, it talks to your ISP and may also use the
18709 locally stored articles.
18710
18711
18712 @node Scoring
18713 @chapter Scoring
18714 @cindex scoring
18715
18716 Other people use @dfn{kill files}, but we here at Gnus Towers like
18717 scoring better than killing, so we'd rather switch than fight.  They do
18718 something completely different as well, so sit up straight and pay
18719 attention!
18720
18721 @vindex gnus-summary-mark-below
18722 All articles have a default score (@code{gnus-summary-default-score}),
18723 which is 0 by default.  This score may be raised or lowered either
18724 interactively or by score files.  Articles that have a score lower than
18725 @code{gnus-summary-mark-below} are marked as read.
18726
18727 Gnus will read any @dfn{score files} that apply to the current group
18728 before generating the summary buffer.
18729
18730 There are several commands in the summary buffer that insert score
18731 entries based on the current article.  You can, for instance, ask Gnus to
18732 lower or increase the score of all articles with a certain subject.
18733
18734 There are two sorts of scoring entries: Permanent and temporary.
18735 Temporary score entries are self-expiring entries.  Any entries that are
18736 temporary and have not been used for, say, a week, will be removed
18737 silently to help keep the sizes of the score files down.
18738
18739 @menu
18740 * Summary Score Commands::      Adding score entries for the current group.
18741 * Group Score Commands::        General score commands.
18742 * Score Variables::             Customize your scoring.  (My, what terminology).
18743 * Score File Format::           What a score file may contain.
18744 * Score File Editing::          You can edit score files by hand as well.
18745 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18746 * Home Score File::             How to say where new score entries are to go.
18747 * Followups To Yourself::       Having Gnus notice when people answer you.
18748 * Scoring On Other Headers::    Scoring on non-standard headers.
18749 * Scoring Tips::                How to score effectively.
18750 * Reverse Scoring::             That problem child of old is not problem.
18751 * Global Score Files::          Earth-spanning, ear-splitting score files.
18752 * Kill Files::                  They are still here, but they can be ignored.
18753 * Converting Kill Files::       Translating kill files to score files.
18754 * Advanced Scoring::            Using logical expressions to build score rules.
18755 * Score Decays::                It can be useful to let scores wither away.
18756 @end menu
18757
18758
18759 @node Summary Score Commands
18760 @section Summary Score Commands
18761 @cindex score commands
18762
18763 The score commands that alter score entries do not actually modify real
18764 score files.  That would be too inefficient.  Gnus maintains a cache of
18765 previously loaded score files, one of which is considered the
18766 @dfn{current score file alist}.  The score commands simply insert
18767 entries into this list, and upon group exit, this list is saved.
18768
18769 The current score file is by default the group's local score file, even
18770 if no such score file actually exists.  To insert score commands into
18771 some other score file (e.g. @file{all.SCORE}), you must first make this
18772 score file the current one.
18773
18774 General score commands that don't actually change the score file:
18775
18776 @table @kbd
18777
18778 @item V s
18779 @kindex V s (Summary)
18780 @findex gnus-summary-set-score
18781 Set the score of the current article (@code{gnus-summary-set-score}).
18782
18783 @item V S
18784 @kindex V S (Summary)
18785 @findex gnus-summary-current-score
18786 Display the score of the current article
18787 (@code{gnus-summary-current-score}).
18788
18789 @item V t
18790 @kindex V t (Summary)
18791 @findex gnus-score-find-trace
18792 Display all score rules that have been used on the current article
18793 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18794 may type @kbd{e} to edit score file corresponding to the score rule on
18795 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
18796 score file and edit it.
18797
18798 @item V w
18799 @kindex V w (Summary)
18800 @findex gnus-score-find-favourite-words
18801 List words used in scoring (@code{gnus-score-find-favourite-words}).
18802
18803 @item V R
18804 @kindex V R (Summary)
18805 @findex gnus-summary-rescore
18806 Run the current summary through the scoring process
18807 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18808 around with your score files behind Gnus' back and want to see the
18809 effect you're having.
18810
18811 @item V c
18812 @kindex V c (Summary)
18813 @findex gnus-score-change-score-file
18814 Make a different score file the current
18815 (@code{gnus-score-change-score-file}).
18816
18817 @item V e
18818 @kindex V e (Summary)
18819 @findex gnus-score-edit-current-scores
18820 Edit the current score file (@code{gnus-score-edit-current-scores}).
18821 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18822 File Editing}).
18823
18824 @item V f
18825 @kindex V f (Summary)
18826 @findex gnus-score-edit-file
18827 Edit a score file and make this score file the current one
18828 (@code{gnus-score-edit-file}).
18829
18830 @item V F
18831 @kindex V F (Summary)
18832 @findex gnus-score-flush-cache
18833 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18834 after editing score files.
18835
18836 @item V C
18837 @kindex V C (Summary)
18838 @findex gnus-score-customize
18839 Customize a score file in a visually pleasing manner
18840 (@code{gnus-score-customize}).
18841
18842 @end table
18843
18844 The rest of these commands modify the local score file.
18845
18846 @table @kbd
18847
18848 @item V m
18849 @kindex V m (Summary)
18850 @findex gnus-score-set-mark-below
18851 Prompt for a score, and mark all articles with a score below this as
18852 read (@code{gnus-score-set-mark-below}).
18853
18854 @item V x
18855 @kindex V x (Summary)
18856 @findex gnus-score-set-expunge-below
18857 Prompt for a score, and add a score rule to the current score file to
18858 expunge all articles below this score
18859 (@code{gnus-score-set-expunge-below}).
18860 @end table
18861
18862 The keystrokes for actually making score entries follow a very regular
18863 pattern, so there's no need to list all the commands.  (Hundreds of
18864 them.)
18865
18866 @findex gnus-summary-increase-score
18867 @findex gnus-summary-lower-score
18868
18869 @enumerate
18870 @item
18871 The first key is either @kbd{I} (upper case i) for increasing the score
18872 or @kbd{L} for lowering the score.
18873 @item
18874 The second key says what header you want to score on.  The following
18875 keys are available:
18876 @table @kbd
18877
18878 @item a
18879 Score on the author name.
18880
18881 @item s
18882 Score on the subject line.
18883
18884 @item x
18885 Score on the @code{Xref} line---i.e., the cross-posting line.
18886
18887 @item r
18888 Score on the @code{References} line.
18889
18890 @item d
18891 Score on the date.
18892
18893 @item l
18894 Score on the number of lines.
18895
18896 @item i
18897 Score on the @code{Message-ID} header.
18898
18899 @item e
18900 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18901 if your @acronym{NNTP} server tracks additional header data in overviews.
18902
18903 @item f
18904 Score on followups---this matches the author name, and adds scores to
18905 the followups to this author.  (Using this key leads to the creation of
18906 @file{ADAPT} files.)
18907
18908 @item b
18909 Score on the body.
18910
18911 @item h
18912 Score on the head.
18913
18914 @item t
18915 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18916 files.)
18917
18918 @end table
18919
18920 @item
18921 The third key is the match type.  Which match types are valid depends on
18922 what headers you are scoring on.
18923
18924 @table @code
18925
18926 @item strings
18927
18928 @table @kbd
18929
18930 @item e
18931 Exact matching.
18932
18933 @item s
18934 Substring matching.
18935
18936 @item f
18937 Fuzzy matching (@pxref{Fuzzy Matching}).
18938
18939 @item r
18940 Regexp matching
18941 @end table
18942
18943 @item date
18944 @table @kbd
18945
18946 @item b
18947 Before date.
18948
18949 @item a
18950 After date.
18951
18952 @item n
18953 This date.
18954 @end table
18955
18956 @item number
18957 @table @kbd
18958
18959 @item <
18960 Less than number.
18961
18962 @item =
18963 Equal to number.
18964
18965 @item >
18966 Greater than number.
18967 @end table
18968 @end table
18969
18970 @item
18971 The fourth and usually final key says whether this is a temporary (i.e.,
18972 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
18973 or whether it is to be done immediately, without adding to the score
18974 file.
18975 @table @kbd
18976
18977 @item t
18978 Temporary score entry.
18979
18980 @item p
18981 Permanent score entry.
18982
18983 @item i
18984 Immediately scoring.
18985 @end table
18986
18987 @item
18988 If you are scoring on `e' (extra) headers, you will then be prompted for
18989 the header name on which you wish to score.  This must be a header named
18990 in gnus-extra-headers, and @samp{TAB} completion is available.
18991
18992 @end enumerate
18993
18994 So, let's say you want to increase the score on the current author with
18995 exact matching permanently: @kbd{I a e p}.  If you want to lower the
18996 score based on the subject line, using substring matching, and make a
18997 temporary score entry: @kbd{L s s t}.  Pretty easy.
18998
18999 To make things a bit more complicated, there are shortcuts.  If you use
19000 a capital letter on either the second or third keys, Gnus will use
19001 defaults for the remaining one or two keystrokes.  The defaults are
19002 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
19003 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19004
19005 These functions take both the numerical prefix and the symbolic prefix
19006 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
19007 (or increase) the score of the article.  A symbolic prefix of @code{a}
19008 says to use the @file{all.SCORE} file for the command instead of the
19009 current score file.
19010
19011 @vindex gnus-score-mimic-keymap
19012 The @code{gnus-score-mimic-keymap} says whether these commands will
19013 pretend they are keymaps or not.
19014
19015
19016 @node Group Score Commands
19017 @section Group Score Commands
19018 @cindex group score commands
19019
19020 There aren't many of these as yet, I'm afraid.
19021
19022 @table @kbd
19023
19024 @item W e
19025 @kindex W e (Group)
19026 @findex gnus-score-edit-all-score
19027 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
19028 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19029
19030 @item W f
19031 @kindex W f (Group)
19032 @findex gnus-score-flush-cache
19033 Gnus maintains a cache of score alists to avoid having to reload them
19034 all the time.  This command will flush the cache
19035 (@code{gnus-score-flush-cache}).
19036
19037 @end table
19038
19039 You can do scoring from the command line by saying something like:
19040
19041 @findex gnus-batch-score
19042 @cindex batch scoring
19043 @example
19044 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19045 @end example
19046
19047
19048 @node Score Variables
19049 @section Score Variables
19050 @cindex score variables
19051
19052 @table @code
19053
19054 @item gnus-use-scoring
19055 @vindex gnus-use-scoring
19056 If @code{nil}, Gnus will not check for score files, and will not, in
19057 general, do any score-related work.  This is @code{t} by default.
19058
19059 @item gnus-kill-killed
19060 @vindex gnus-kill-killed
19061 If this variable is @code{nil}, Gnus will never apply score files to
19062 articles that have already been through the kill process.  While this
19063 may save you lots of time, it also means that if you apply a kill file
19064 to a group, and then change the kill file and want to run it over you
19065 group again to kill more articles, it won't work.  You have to set this
19066 variable to @code{t} to do that.  (It is @code{t} by default.)
19067
19068 @item gnus-kill-files-directory
19069 @vindex gnus-kill-files-directory
19070 All kill and score files will be stored in this directory, which is
19071 initialized from the @env{SAVEDIR} environment variable by default.
19072 This is @file{~/News/} by default.
19073
19074 @item gnus-score-file-suffix
19075 @vindex gnus-score-file-suffix
19076 Suffix to add to the group name to arrive at the score file name
19077 (@file{SCORE} by default.)
19078
19079 @item gnus-score-uncacheable-files
19080 @vindex gnus-score-uncacheable-files
19081 @cindex score cache
19082 All score files are normally cached to avoid excessive re-loading of
19083 score files.  However, if this might make your Emacs grow big and
19084 bloated, so this regexp can be used to weed out score files unlikely
19085 to be needed again.  It would be a bad idea to deny caching of
19086 @file{all.SCORE}, while it might be a good idea to not cache
19087 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19088 variable is @samp{ADAPT$} by default, so no adaptive score files will
19089 be cached.
19090
19091 @item gnus-save-score
19092 @vindex gnus-save-score
19093 If you have really complicated score files, and do lots of batch
19094 scoring, then you might set this variable to @code{t}.  This will make
19095 Gnus save the scores into the @file{.newsrc.eld} file.
19096
19097 If you do not set this to @code{t}, then manual scores (like those set
19098 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19099 across group visits.
19100
19101 @item gnus-score-interactive-default-score
19102 @vindex gnus-score-interactive-default-score
19103 Score used by all the interactive raise/lower commands to raise/lower
19104 score with.  Default is 1000, which may seem excessive, but this is to
19105 ensure that the adaptive scoring scheme gets enough room to play with.
19106 We don't want the small changes from the adaptive scoring to overwrite
19107 manually entered data.
19108
19109 @item gnus-summary-default-score
19110 @vindex gnus-summary-default-score
19111 Default score of an article, which is 0 by default.
19112
19113 @item gnus-summary-expunge-below
19114 @vindex gnus-summary-expunge-below
19115 Don't display the summary lines of articles that have scores lower than
19116 this variable.  This is @code{nil} by default, which means that no
19117 articles will be hidden.  This variable is local to the summary buffers,
19118 and has to be set from @code{gnus-summary-mode-hook}.
19119
19120 @item gnus-score-over-mark
19121 @vindex gnus-score-over-mark
19122 Mark (in the third column) used for articles with a score over the
19123 default.  Default is @samp{+}.
19124
19125 @item gnus-score-below-mark
19126 @vindex gnus-score-below-mark
19127 Mark (in the third column) used for articles with a score below the
19128 default.  Default is @samp{-}.
19129
19130 @item gnus-score-find-score-files-function
19131 @vindex gnus-score-find-score-files-function
19132 Function used to find score files for the current group.  This function
19133 is called with the name of the group as the argument.
19134
19135 Predefined functions available are:
19136 @table @code
19137
19138 @item gnus-score-find-single
19139 @findex gnus-score-find-single
19140 Only apply the group's own score file.
19141
19142 @item gnus-score-find-bnews
19143 @findex gnus-score-find-bnews
19144 Apply all score files that match, using bnews syntax.  This is the
19145 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19146 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19147 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19148 @samp{all} in the score file names are translated into @samp{.*}, and
19149 then a regexp match is done.
19150
19151 This means that if you have some score entries that you want to apply to
19152 all groups, then you put those entries in the @file{all.SCORE} file.
19153
19154 The score files are applied in a semi-random order, although Gnus will
19155 try to apply the more general score files before the more specific score
19156 files.  It does this by looking at the number of elements in the score
19157 file names---discarding the @samp{all} elements.
19158
19159 @item gnus-score-find-hierarchical
19160 @findex gnus-score-find-hierarchical
19161 Apply all score files from all the parent groups.  This means that you
19162 can't have score files like @file{all.SCORE}, but you can have
19163 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19164 server.
19165
19166 @end table
19167 This variable can also be a list of functions.  In that case, all
19168 these functions will be called with the group name as argument, and
19169 all the returned lists of score files will be applied.  These
19170 functions can also return lists of lists of score alists directly.  In
19171 that case, the functions that return these non-file score alists
19172 should probably be placed before the ``real'' score file functions, to
19173 ensure that the last score file returned is the local score file.
19174 Phu.
19175
19176 For example, to do hierarchical scoring but use a non-server-specific
19177 overall score file, you could use the value
19178 @example
19179 (list (lambda (group) ("all.SCORE"))
19180       'gnus-score-find-hierarchical)
19181 @end example
19182
19183 @item gnus-score-expiry-days
19184 @vindex gnus-score-expiry-days
19185 This variable says how many days should pass before an unused score file
19186 entry is expired.  If this variable is @code{nil}, no score file entries
19187 are expired.  It's 7 by default.
19188
19189 @item gnus-update-score-entry-dates
19190 @vindex gnus-update-score-entry-dates
19191 If this variable is non-@code{nil}, temporary score entries that have
19192 been triggered (matched) will have their dates updated.  (This is how Gnus
19193 controls expiry---all non-matched-entries will become too old while
19194 matched entries will stay fresh and young.)  However, if you set this
19195 variable to @code{nil}, even matched entries will grow old and will
19196 have to face that oh-so grim reaper.
19197
19198 @item gnus-score-after-write-file-function
19199 @vindex gnus-score-after-write-file-function
19200 Function called with the name of the score file just written.
19201
19202 @item gnus-score-thread-simplify
19203 @vindex gnus-score-thread-simplify
19204 If this variable is non-@code{nil}, article subjects will be
19205 simplified for subject scoring purposes in the same manner as with
19206 threading---according to the current value of
19207 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19208 @code{substring} or @code{exact} matching, the match will also be
19209 simplified in this manner.
19210
19211 @end table
19212
19213
19214 @node Score File Format
19215 @section Score File Format
19216 @cindex score file format
19217
19218 A score file is an @code{emacs-lisp} file that normally contains just a
19219 single form.  Casual users are not expected to edit these files;
19220 everything can be changed from the summary buffer.
19221
19222 Anyway, if you'd like to dig into it yourself, here's an example:
19223
19224 @lisp
19225 (("from"
19226   ("Lars Ingebrigtsen" -10000)
19227   ("Per Abrahamsen")
19228   ("larsi\\|lmi" -50000 nil R))
19229  ("subject"
19230   ("Ding is Badd" nil 728373))
19231  ("xref"
19232   ("alt.politics" -1000 728372 s))
19233  ("lines"
19234   (2 -100 nil <))
19235  (mark 0)
19236  (expunge -1000)
19237  (mark-and-expunge -10)
19238  (read-only nil)
19239  (orphan -10)
19240  (adapt t)
19241  (files "/hom/larsi/News/gnu.SCORE")
19242  (exclude-files "all.SCORE")
19243  (local (gnus-newsgroup-auto-expire t)
19244         (gnus-summary-make-false-root empty))
19245  (eval (ding)))
19246 @end lisp
19247
19248 This example demonstrates most score file elements.  @xref{Advanced
19249 Scoring}, for a different approach.
19250
19251 Even though this looks much like Lisp code, nothing here is actually
19252 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19253 has to be valid syntactically, if not semantically.
19254
19255 Six keys are supported by this alist:
19256
19257 @table @code
19258
19259 @item STRING
19260 If the key is a string, it is the name of the header to perform the
19261 match on.  Scoring can only be performed on these eight headers:
19262 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19263 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19264 these headers, there are three strings to tell Gnus to fetch the entire
19265 article and do the match on larger parts of the article: @code{Body}
19266 will perform the match on the body of the article, @code{Head} will
19267 perform the match on the head of the article, and @code{All} will
19268 perform the match on the entire article.  Note that using any of these
19269 last three keys will slow down group entry @emph{considerably}.  The
19270 final ``header'' you can score on is @code{Followup}.  These score
19271 entries will result in new score entries being added for all follow-ups
19272 to articles that matches these score entries.
19273
19274 Following this key is an arbitrary number of score entries, where each
19275 score entry has one to four elements.
19276 @enumerate
19277
19278 @item
19279 The first element is the @dfn{match element}.  On most headers this will
19280 be a string, but on the Lines and Chars headers, this must be an
19281 integer.
19282
19283 @item
19284 If the second element is present, it should be a number---the @dfn{score
19285 element}.  This number should be an integer in the neginf to posinf
19286 interval.  This number is added to the score of the article if the match
19287 is successful.  If this element is not present, the
19288 @code{gnus-score-interactive-default-score} number will be used
19289 instead.  This is 1000 by default.
19290
19291 @item
19292 If the third element is present, it should be a number---the @dfn{date
19293 element}.  This date says when the last time this score entry matched,
19294 which provides a mechanism for expiring the score entries.  It this
19295 element is not present, the score entry is permanent.  The date is
19296 represented by the number of days since December 31, 1 BCE.
19297
19298 @item
19299 If the fourth element is present, it should be a symbol---the @dfn{type
19300 element}.  This element specifies what function should be used to see
19301 whether this score entry matches the article.  What match types that can
19302 be used depends on what header you wish to perform the match on.
19303 @table @dfn
19304
19305 @item From, Subject, References, Xref, Message-ID
19306 For most header types, there are the @code{r} and @code{R} (regexp), as
19307 well as @code{s} and @code{S} (substring) types, and @code{e} and
19308 @code{E} (exact match), and @code{w} (word match) types.  If this
19309 element is not present, Gnus will assume that substring matching should
19310 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19311 that the matches will be done in a case-sensitive manner.  All these
19312 one-letter types are really just abbreviations for the @code{regexp},
19313 @code{string}, @code{exact}, and @code{word} types, which you can use
19314 instead, if you feel like.
19315
19316 @item Extra
19317 Just as for the standard string overview headers, if you are using
19318 gnus-extra-headers, you can score on these headers' values.  In this
19319 case, there is a 5th element in the score entry, being the name of the
19320 header to be scored.  The following entry is useful in your
19321 @file{all.SCORE} file in case of spam attacks from a single origin
19322 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19323 overviews:
19324
19325 @lisp
19326 ("111.222.333.444" -1000 nil s
19327  "NNTP-Posting-Host")
19328 @end lisp
19329
19330 @item Lines, Chars
19331 These two headers use different match types: @code{<}, @code{>},
19332 @code{=}, @code{>=} and @code{<=}.
19333
19334 These predicates are true if
19335
19336 @example
19337 (PREDICATE HEADER MATCH)
19338 @end example
19339
19340 evaluates to non-@code{nil}.  For instance, the advanced match
19341 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19342 following form:
19343
19344 @lisp
19345 (< header-value 4)
19346 @end lisp
19347
19348 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19349 the match, we get the score added if the article has less than 4 lines.
19350 (It's easy to get confused and think it's the other way around.  But
19351 it's not.  I think.)
19352
19353 When matching on @code{Lines}, be careful because some back ends (like
19354 @code{nndir}) do not generate @code{Lines} header, so every article ends
19355 up being marked as having 0 lines.  This can lead to strange results if
19356 you happen to lower score of the articles with few lines.
19357
19358 @item Date
19359 For the Date header we have three kinda silly match types:
19360 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19361 ever being useful, but, like, it would feel kinda silly not to provide
19362 this function.  Just in case.  You never know.  Better safe than sorry.
19363 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19364 sex on a first date.  (I have been told that at least one person, and I
19365 quote, ``found this function indispensable'', however.)
19366
19367 @cindex ISO8601
19368 @cindex date
19369 A more useful match type is @code{regexp}.  With it, you can match the
19370 date string using a regular expression.  The date is normalized to
19371 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19372 you want to match all articles that have been posted on April 1st in
19373 every year, you could use @samp{....0401.........} as a match string,
19374 for instance.  (Note that the date is kept in its original time zone, so
19375 this will match articles that were posted when it was April 1st where
19376 the article was posted from.  Time zones are such wholesome fun for the
19377 whole family, eh?)
19378
19379 @item Head, Body, All
19380 These three match keys use the same match types as the @code{From} (etc)
19381 header uses.
19382
19383 @item Followup
19384 This match key is somewhat special, in that it will match the
19385 @code{From} header, and affect the score of not only the matching
19386 articles, but also all followups to the matching articles.  This allows
19387 you e.g. increase the score of followups to your own articles, or
19388 decrease the score of followups to the articles of some known
19389 trouble-maker.  Uses the same match types as the @code{From} header
19390 uses.  (Using this match key will lead to creation of @file{ADAPT}
19391 files.)
19392
19393 @item Thread
19394 This match key works along the same lines as the @code{Followup} match
19395 key.  If you say that you want to score on a (sub-)thread started by an
19396 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19397 match.  This will add a new @samp{thread} match for each article that
19398 has @var{x} in its @code{References} header.  (These new @samp{thread}
19399 matches will use the @code{Message-ID}s of these matching articles.)
19400 This will ensure that you can raise/lower the score of an entire thread,
19401 even though some articles in the thread may not have complete
19402 @code{References} headers.  Note that using this may lead to
19403 undeterministic scores of the articles in the thread.  (Using this match
19404 key will lead to creation of @file{ADAPT} files.)
19405 @end table
19406 @end enumerate
19407
19408 @cindex score file atoms
19409 @item mark
19410 The value of this entry should be a number.  Any articles with a score
19411 lower than this number will be marked as read.
19412
19413 @item expunge
19414 The value of this entry should be a number.  Any articles with a score
19415 lower than this number will be removed from the summary buffer.
19416
19417 @item mark-and-expunge
19418 The value of this entry should be a number.  Any articles with a score
19419 lower than this number will be marked as read and removed from the
19420 summary buffer.
19421
19422 @item thread-mark-and-expunge
19423 The value of this entry should be a number.  All articles that belong to
19424 a thread that has a total score below this number will be marked as read
19425 and removed from the summary buffer.  @code{gnus-thread-score-function}
19426 says how to compute the total score for a thread.
19427
19428 @item files
19429 The value of this entry should be any number of file names.  These files
19430 are assumed to be score files as well, and will be loaded the same way
19431 this one was.
19432
19433 @item exclude-files
19434 The clue of this entry should be any number of files.  These files will
19435 not be loaded, even though they would normally be so, for some reason or
19436 other.
19437
19438 @item eval
19439 The value of this entry will be @code{eval}el.  This element will be
19440 ignored when handling global score files.
19441
19442 @item read-only
19443 Read-only score files will not be updated or saved.  Global score files
19444 should feature this atom (@pxref{Global Score Files}).  (Note:
19445 @dfn{Global} here really means @dfn{global}; not your personal
19446 apply-to-all-groups score files.)
19447
19448 @item orphan
19449 The value of this entry should be a number.  Articles that do not have
19450 parents will get this number added to their scores.  Imagine you follow
19451 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19452 will only follow a few of the threads, also want to see any new threads.
19453
19454 You can do this with the following two score file entries:
19455
19456 @example
19457         (orphan -500)
19458         (mark-and-expunge -100)
19459 @end example
19460
19461 When you enter the group the first time, you will only see the new
19462 threads.  You then raise the score of the threads that you find
19463 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19464 rest.  Next time you enter the group, you will see new articles in the
19465 interesting threads, plus any new threads.
19466
19467 I.e.---the orphan score atom is for high-volume groups where a few
19468 interesting threads which can't be found automatically by ordinary
19469 scoring rules exist.
19470
19471 @item adapt
19472 This entry controls the adaptive scoring.  If it is @code{t}, the
19473 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19474 adaptive scoring will be performed on this group.  If it is a list, this
19475 list will be used as the adaptive scoring rules.  If it isn't present,
19476 or is something other than @code{t} or @code{ignore}, the default
19477 adaptive scoring rules will be used.  If you want to use adaptive
19478 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19479 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19480 not want adaptive scoring.  If you only want adaptive scoring in a few
19481 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19482 insert @code{(adapt t)} in the score files of the groups where you want
19483 it.
19484
19485 @item adapt-file
19486 All adaptive score entries will go to the file named by this entry.  It
19487 will also be applied when entering the group.  This atom might be handy
19488 if you want to adapt on several groups at once, using the same adaptive
19489 file for a number of groups.
19490
19491 @item local
19492 @cindex local variables
19493 The value of this entry should be a list of @code{(@var{var}
19494 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19495 current summary buffer, and set to the value specified.  This is a
19496 convenient, if somewhat strange, way of setting variables in some
19497 groups if you don't like hooks much.  Note that the @var{value} won't
19498 be evaluated.
19499 @end table
19500
19501
19502 @node Score File Editing
19503 @section Score File Editing
19504
19505 You normally enter all scoring commands from the summary buffer, but you
19506 might feel the urge to edit them by hand as well, so we've supplied you
19507 with a mode for that.
19508
19509 It's simply a slightly customized @code{emacs-lisp} mode, with these
19510 additional commands:
19511
19512 @table @kbd
19513
19514 @item C-c C-c
19515 @kindex C-c C-c (Score)
19516 @findex gnus-score-edit-done
19517 Save the changes you have made and return to the summary buffer
19518 (@code{gnus-score-edit-done}).
19519
19520 @item C-c C-d
19521 @kindex C-c C-d (Score)
19522 @findex gnus-score-edit-insert-date
19523 Insert the current date in numerical format
19524 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19525 you were wondering.
19526
19527 @item C-c C-p
19528 @kindex C-c C-p (Score)
19529 @findex gnus-score-pretty-print
19530 The adaptive score files are saved in an unformatted fashion.  If you
19531 intend to read one of these files, you want to @dfn{pretty print} it
19532 first.  This command (@code{gnus-score-pretty-print}) does that for
19533 you.
19534
19535 @end table
19536
19537 Type @kbd{M-x gnus-score-mode} to use this mode.
19538
19539 @vindex gnus-score-mode-hook
19540 @code{gnus-score-menu-hook} is run in score mode buffers.
19541
19542 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
19543 @kbd{V t} to begin editing score files.
19544
19545
19546 @node Adaptive Scoring
19547 @section Adaptive Scoring
19548 @cindex adaptive scoring
19549
19550 If all this scoring is getting you down, Gnus has a way of making it all
19551 happen automatically---as if by magic.  Or rather, as if by artificial
19552 stupidity, to be precise.
19553
19554 @vindex gnus-use-adaptive-scoring
19555 When you read an article, or mark an article as read, or kill an
19556 article, you leave marks behind.  On exit from the group, Gnus can sniff
19557 these marks and add score elements depending on what marks it finds.
19558 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19559 @code{t} or @code{(line)}.  If you want score adaptively on separate
19560 words appearing in the subjects, you should set this variable to
19561 @code{(word)}.  If you want to use both adaptive methods, set this
19562 variable to @code{(word line)}.
19563
19564 @vindex gnus-default-adaptive-score-alist
19565 To give you complete control over the scoring process, you can customize
19566 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19567 might look something like this:
19568
19569 @lisp
19570 (setq gnus-default-adaptive-score-alist
19571   '((gnus-unread-mark)
19572     (gnus-ticked-mark (from 4))
19573     (gnus-dormant-mark (from 5))
19574     (gnus-del-mark (from -4) (subject -1))
19575     (gnus-read-mark (from 4) (subject 2))
19576     (gnus-expirable-mark (from -1) (subject -1))
19577     (gnus-killed-mark (from -1) (subject -3))
19578     (gnus-kill-file-mark)
19579     (gnus-ancient-mark)
19580     (gnus-low-score-mark)
19581     (gnus-catchup-mark (from -1) (subject -1))))
19582 @end lisp
19583
19584 As you see, each element in this alist has a mark as a key (either a
19585 variable name or a ``real'' mark---a character).  Following this key is
19586 a arbitrary number of header/score pairs.  If there are no header/score
19587 pairs following the key, no adaptive scoring will be done on articles
19588 that have that key as the article mark.  For instance, articles with
19589 @code{gnus-unread-mark} in the example above will not get adaptive score
19590 entries.
19591
19592 Each article can have only one mark, so just a single of these rules
19593 will be applied to each article.
19594
19595 To take @code{gnus-del-mark} as an example---this alist says that all
19596 articles that have that mark (i.e., are marked with @samp{e}) will have a
19597 score entry added to lower based on the @code{From} header by -4, and
19598 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19599
19600 If you have marked 10 articles with the same subject with
19601 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19602 That means that that subject will get a score of ten times -1, which
19603 should be, unless I'm much mistaken, -10.
19604
19605 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19606 the read articles will be marked with the @samp{E} mark.  This'll
19607 probably make adaptive scoring slightly impossible, so auto-expiring and
19608 adaptive scoring doesn't really mix very well.
19609
19610 The headers you can score on are @code{from}, @code{subject},
19611 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19612 @code{chars} and @code{date}.  In addition, you can score on
19613 @code{followup}, which will create an adaptive score entry that matches
19614 on the @code{References} header using the @code{Message-ID} of the
19615 current article, thereby matching the following thread.
19616
19617 If you use this scheme, you should set the score file atom @code{mark}
19618 to something small---like -300, perhaps, to avoid having small random
19619 changes result in articles getting marked as read.
19620
19621 After using adaptive scoring for a week or so, Gnus should start to
19622 become properly trained and enhance the authors you like best, and kill
19623 the authors you like least, without you having to say so explicitly.
19624
19625 You can control what groups the adaptive scoring is to be performed on
19626 by using the score files (@pxref{Score File Format}).  This will also
19627 let you use different rules in different groups.
19628
19629 @vindex gnus-adaptive-file-suffix
19630 The adaptive score entries will be put into a file where the name is the
19631 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19632 is @file{ADAPT}.
19633
19634 @vindex gnus-score-exact-adapt-limit
19635 When doing adaptive scoring, substring or fuzzy matching would probably
19636 give you the best results in most cases.  However, if the header one
19637 matches is short, the possibility for false positives is great, so if
19638 the length of the match is less than
19639 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19640 this variable is @code{nil}, exact matching will always be used to avoid
19641 this problem.
19642
19643 @vindex gnus-default-adaptive-word-score-alist
19644 As mentioned above, you can adapt either on individual words or entire
19645 headers.  If you adapt on words, the
19646 @code{gnus-default-adaptive-word-score-alist} variable says what score
19647 each instance of a word should add given a mark.
19648
19649 @lisp
19650 (setq gnus-default-adaptive-word-score-alist
19651       `((,gnus-read-mark . 30)
19652         (,gnus-catchup-mark . -10)
19653         (,gnus-killed-mark . -20)
19654         (,gnus-del-mark . -15)))
19655 @end lisp
19656
19657 This is the default value.  If you have adaption on words enabled, every
19658 word that appears in subjects of articles marked with
19659 @code{gnus-read-mark} will result in a score rule that increase the
19660 score with 30 points.
19661
19662 @vindex gnus-default-ignored-adaptive-words
19663 @vindex gnus-ignored-adaptive-words
19664 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19665 will be ignored.  If you wish to add more words to be ignored, use the
19666 @code{gnus-ignored-adaptive-words} list instead.
19667
19668 @vindex gnus-adaptive-word-length-limit
19669 Some may feel that short words shouldn't count when doing adaptive
19670 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19671 an integer.  Words shorter than this number will be ignored.  This
19672 variable defaults to @code{nil}.
19673
19674 @vindex gnus-adaptive-word-syntax-table
19675 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19676 syntax table in effect.  It is similar to the standard syntax table, but
19677 it considers numbers to be non-word-constituent characters.
19678
19679 @vindex gnus-adaptive-word-minimum
19680 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19681 word scoring process will never bring down the score of an article to
19682 below this number.  The default is @code{nil}.
19683
19684 @vindex gnus-adaptive-word-no-group-words
19685 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19686 won't adaptively word score any of the words in the group name.  Useful
19687 for groups like @samp{comp.editors.emacs}, where most of the subject
19688 lines contain the word @samp{emacs}.
19689
19690 After using this scheme for a while, it might be nice to write a
19691 @code{gnus-psychoanalyze-user} command to go through the rules and see
19692 what words you like and what words you don't like.  Or perhaps not.
19693
19694 Note that the adaptive word scoring thing is highly experimental and is
19695 likely to change in the future.  Initial impressions seem to indicate
19696 that it's totally useless as it stands.  Some more work (involving more
19697 rigorous statistical methods) will have to be done to make this useful.
19698
19699
19700 @node Home Score File
19701 @section Home Score File
19702
19703 The score file where new score file entries will go is called the
19704 @dfn{home score file}.  This is normally (and by default) the score file
19705 for the group itself.  For instance, the home score file for
19706 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19707
19708 However, this may not be what you want.  It is often convenient to share
19709 a common home score file among many groups---all @samp{emacs} groups
19710 could perhaps use the same home score file.
19711
19712 @vindex gnus-home-score-file
19713 The variable that controls this is @code{gnus-home-score-file}.  It can
19714 be:
19715
19716 @enumerate
19717 @item
19718 A string.  Then this file will be used as the home score file for all
19719 groups.
19720
19721 @item
19722 A function.  The result of this function will be used as the home score
19723 file.  The function will be called with the name of the group as the
19724 parameter.
19725
19726 @item
19727 A list.  The elements in this list can be:
19728
19729 @enumerate
19730 @item
19731 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19732 group name, the @var{file-name} will be used as the home score file.
19733
19734 @item
19735 A function.  If the function returns non-@code{nil}, the result will
19736 be used as the home score file.
19737
19738 @item
19739 A string.  Use the string as the home score file.
19740 @end enumerate
19741
19742 The list will be traversed from the beginning towards the end looking
19743 for matches.
19744
19745 @end enumerate
19746
19747 So, if you want to use just a single score file, you could say:
19748
19749 @lisp
19750 (setq gnus-home-score-file
19751       "my-total-score-file.SCORE")
19752 @end lisp
19753
19754 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19755 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19756
19757 @findex gnus-hierarchial-home-score-file
19758 @lisp
19759 (setq gnus-home-score-file
19760       'gnus-hierarchial-home-score-file)
19761 @end lisp
19762
19763 This is a ready-made function provided for your convenience.
19764 Other functions include
19765
19766 @table @code
19767 @item gnus-current-home-score-file
19768 @findex gnus-current-home-score-file
19769 Return the ``current'' regular score file.  This will make scoring
19770 commands add entry to the ``innermost'' matching score file.
19771
19772 @end table
19773
19774 If you want to have one score file for the @samp{emacs} groups and
19775 another for the @samp{comp} groups, while letting all other groups use
19776 their own home score files:
19777
19778 @lisp
19779 (setq gnus-home-score-file
19780       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19781       '(("\\.emacs" "emacs.SCORE")
19782         ;; @r{All the comp groups in one score file}
19783         ("^comp" "comp.SCORE")))
19784 @end lisp
19785
19786 @vindex gnus-home-adapt-file
19787 @code{gnus-home-adapt-file} works exactly the same way as
19788 @code{gnus-home-score-file}, but says what the home adaptive score file
19789 is instead.  All new adaptive file entries will go into the file
19790 specified by this variable, and the same syntax is allowed.
19791
19792 In addition to using @code{gnus-home-score-file} and
19793 @code{gnus-home-adapt-file}, you can also use group parameters
19794 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19795 Parameters}) to achieve much the same.  Group and topic parameters take
19796 precedence over this variable.
19797
19798
19799 @node Followups To Yourself
19800 @section Followups To Yourself
19801
19802 Gnus offers two commands for picking out the @code{Message-ID} header in
19803 the current buffer.  Gnus will then add a score rule that scores using
19804 this @code{Message-ID} on the @code{References} header of other
19805 articles.  This will, in effect, increase the score of all articles that
19806 respond to the article in the current buffer.  Quite useful if you want
19807 to easily note when people answer what you've said.
19808
19809 @table @code
19810
19811 @item gnus-score-followup-article
19812 @findex gnus-score-followup-article
19813 This will add a score to articles that directly follow up your own
19814 article.
19815
19816 @item gnus-score-followup-thread
19817 @findex gnus-score-followup-thread
19818 This will add a score to all articles that appear in a thread ``below''
19819 your own article.
19820 @end table
19821
19822 @vindex message-sent-hook
19823 These two functions are both primarily meant to be used in hooks like
19824 @code{message-sent-hook}, like this:
19825 @lisp
19826 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19827 @end lisp
19828
19829
19830 If you look closely at your own @code{Message-ID}, you'll notice that
19831 the first two or three characters are always the same.  Here's two of
19832 mine:
19833
19834 @example
19835 <x6u3u47icf.fsf@@eyesore.no>
19836 <x6sp9o7ibw.fsf@@eyesore.no>
19837 @end example
19838
19839 So ``my'' ident on this machine is @samp{x6}.  This can be
19840 exploited---the following rule will raise the score on all followups to
19841 myself:
19842
19843 @lisp
19844 ("references"
19845  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19846   1000 nil r))
19847 @end lisp
19848
19849 Whether it's the first two or first three characters that are ``yours''
19850 is system-dependent.
19851
19852
19853 @node Scoring On Other Headers
19854 @section Scoring On Other Headers
19855 @cindex scoring on other headers
19856
19857 Gnus is quite fast when scoring the ``traditional''
19858 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19859 other headers requires writing a @code{head} scoring rule, which means
19860 that Gnus has to request every single article from the back end to find
19861 matches.  This takes a long time in big groups.
19862
19863 Now, there's not much you can do about this for news groups, but for
19864 mail groups, you have greater control.  In @ref{To From Newsgroups},
19865 it's explained in greater detail what this mechanism does, but here's
19866 a cookbook example for @code{nnml} on how to allow scoring on the
19867 @samp{To} and @samp{Cc} headers.
19868
19869 Put the following in your @file{~/.gnus.el} file.
19870
19871 @lisp
19872 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19873       nnmail-extra-headers gnus-extra-headers)
19874 @end lisp
19875
19876 Restart Gnus and rebuild your @code{nnml} overview files with the
19877 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19878 time if you have much mail.
19879
19880 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19881 so: @kbd{I e s p To RET <your name> RET}.
19882
19883 See?  Simple.
19884
19885
19886 @node Scoring Tips
19887 @section Scoring Tips
19888 @cindex scoring tips
19889
19890 @table @dfn
19891
19892 @item Crossposts
19893 @cindex crossposts
19894 @cindex scoring crossposts
19895 If you want to lower the score of crossposts, the line to match on is
19896 the @code{Xref} header.
19897 @lisp
19898 ("xref" (" talk.politics.misc:" -1000))
19899 @end lisp
19900
19901 @item Multiple crossposts
19902 If you want to lower the score of articles that have been crossposted to
19903 more than, say, 3 groups:
19904 @lisp
19905 ("xref"
19906   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19907    -1000 nil r))
19908 @end lisp
19909
19910 @item Matching on the body
19911 This is generally not a very good idea---it takes a very long time.
19912 Gnus actually has to fetch each individual article from the server.  But
19913 you might want to anyway, I guess.  Even though there are three match
19914 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19915 and stick with it in each score file.  If you use any two, each article
19916 will be fetched @emph{twice}.  If you want to match a bit on the
19917 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19918 the matches.
19919
19920 @item Marking as read
19921 You will probably want to mark articles that have scores below a certain
19922 number as read.  This is most easily achieved by putting the following
19923 in your @file{all.SCORE} file:
19924 @lisp
19925 ((mark -100))
19926 @end lisp
19927 You may also consider doing something similar with @code{expunge}.
19928
19929 @item Negated character classes
19930 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19931 That will match newlines, which might lead to, well, The Unknown.  Say
19932 @code{[^abcd\n]*} instead.
19933 @end table
19934
19935
19936 @node Reverse Scoring
19937 @section Reverse Scoring
19938 @cindex reverse scoring
19939
19940 If you want to keep just articles that have @samp{Sex with Emacs} in the
19941 subject header, and expunge all other articles, you could put something
19942 like this in your score file:
19943
19944 @lisp
19945 (("subject"
19946   ("Sex with Emacs" 2))
19947  (mark 1)
19948  (expunge 1))
19949 @end lisp
19950
19951 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19952 rest as read, and expunge them to boot.
19953
19954
19955 @node Global Score Files
19956 @section Global Score Files
19957 @cindex global score files
19958
19959 Sure, other newsreaders have ``global kill files''.  These are usually
19960 nothing more than a single kill file that applies to all groups, stored
19961 in the user's home directory.  Bah!  Puny, weak newsreaders!
19962
19963 What I'm talking about here are Global Score Files.  Score files from
19964 all over the world, from users everywhere, uniting all nations in one
19965 big, happy score file union!  Ange-score!  New and untested!
19966
19967 @vindex gnus-global-score-files
19968 All you have to do to use other people's score files is to set the
19969 @code{gnus-global-score-files} variable.  One entry for each score file,
19970 or each score file directory.  Gnus will decide by itself what score
19971 files are applicable to which group.
19972
19973 To use the score file
19974 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
19975 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
19976 say this:
19977
19978 @lisp
19979 (setq gnus-global-score-files
19980       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
19981         "/ftp@@ftp.some-where:/pub/score/"))
19982 @end lisp
19983
19984 @findex gnus-score-search-global-directories
19985 @noindent
19986 Simple, eh?  Directory names must end with a @samp{/}.  These
19987 directories are typically scanned only once during each Gnus session.
19988 If you feel the need to manually re-scan the remote directories, you can
19989 use the @code{gnus-score-search-global-directories} command.
19990
19991 Note that, at present, using this option will slow down group entry
19992 somewhat.  (That is---a lot.)
19993
19994 If you want to start maintaining score files for other people to use,
19995 just put your score file up for anonymous ftp and announce it to the
19996 world.  Become a retro-moderator!  Participate in the retro-moderator
19997 wars sure to ensue, where retro-moderators battle it out for the
19998 sympathy of the people, luring them to use their score files on false
19999 premises!  Yay!  The net is saved!
20000
20001 Here are some tips for the would-be retro-moderator, off the top of my
20002 head:
20003
20004 @itemize @bullet
20005
20006 @item
20007 Articles heavily crossposted are probably junk.
20008 @item
20009 To lower a single inappropriate article, lower by @code{Message-ID}.
20010 @item
20011 Particularly brilliant authors can be raised on a permanent basis.
20012 @item
20013 Authors that repeatedly post off-charter for the group can safely be
20014 lowered out of existence.
20015 @item
20016 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20017 articles completely.
20018
20019 @item
20020 Use expiring score entries to keep the size of the file down.  You
20021 should probably have a long expiry period, though, as some sites keep
20022 old articles for a long time.
20023 @end itemize
20024
20025 @dots{} I wonder whether other newsreaders will support global score files
20026 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20027 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20028 holding our breath yet?
20029
20030
20031 @node Kill Files
20032 @section Kill Files
20033 @cindex kill files
20034
20035 Gnus still supports those pesky old kill files.  In fact, the kill file
20036 entries can now be expiring, which is something I wrote before Daniel
20037 Quinlan thought of doing score files, so I've left the code in there.
20038
20039 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20040 than score processing, so it might be a good idea to rewrite your kill
20041 files into score files.
20042
20043 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20044 forms into this file, which means that you can use kill files as some
20045 sort of primitive hook function to be run on group entry, even though
20046 that isn't a very good idea.
20047
20048 Normal kill files look like this:
20049
20050 @lisp
20051 (gnus-kill "From" "Lars Ingebrigtsen")
20052 (gnus-kill "Subject" "ding")
20053 (gnus-expunge "X")
20054 @end lisp
20055
20056 This will mark every article written by me as read, and remove the
20057 marked articles from the summary buffer.  Very useful, you'll agree.
20058
20059 Other programs use a totally different kill file syntax.  If Gnus
20060 encounters what looks like a @code{rn} kill file, it will take a stab at
20061 interpreting it.
20062
20063 Two summary functions for editing a @sc{gnus} kill file:
20064
20065 @table @kbd
20066
20067 @item M-k
20068 @kindex M-k (Summary)
20069 @findex gnus-summary-edit-local-kill
20070 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20071
20072 @item M-K
20073 @kindex M-K (Summary)
20074 @findex gnus-summary-edit-global-kill
20075 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20076 @end table
20077
20078 Two group mode functions for editing the kill files:
20079
20080 @table @kbd
20081
20082 @item M-k
20083 @kindex M-k (Group)
20084 @findex gnus-group-edit-local-kill
20085 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20086
20087 @item M-K
20088 @kindex M-K (Group)
20089 @findex gnus-group-edit-global-kill
20090 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20091 @end table
20092
20093 Kill file variables:
20094
20095 @table @code
20096 @item gnus-kill-file-name
20097 @vindex gnus-kill-file-name
20098 A kill file for the group @samp{soc.motss} is normally called
20099 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20100 this file name is detailed by the @code{gnus-kill-file-name} variable.
20101 The ``global'' kill file (not in the score file sense of ``global'', of
20102 course) is just called @file{KILL}.
20103
20104 @vindex gnus-kill-save-kill-file
20105 @item gnus-kill-save-kill-file
20106 If this variable is non-@code{nil}, Gnus will save the
20107 kill file after processing, which is necessary if you use expiring
20108 kills.
20109
20110 @item gnus-apply-kill-hook
20111 @vindex gnus-apply-kill-hook
20112 @findex gnus-apply-kill-file-unless-scored
20113 @findex gnus-apply-kill-file
20114 A hook called to apply kill files to a group.  It is
20115 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20116 kill file if you have a score file for the same group, you can set this
20117 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20118 kill files to be processed, you should set this variable to @code{nil}.
20119
20120 @item gnus-kill-file-mode-hook
20121 @vindex gnus-kill-file-mode-hook
20122 A hook called in kill-file mode buffers.
20123
20124 @end table
20125
20126
20127 @node Converting Kill Files
20128 @section Converting Kill Files
20129 @cindex kill files
20130 @cindex converting kill files
20131
20132 If you have loads of old kill files, you may want to convert them into
20133 score files.  If they are ``regular'', you can use
20134 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20135 by hand.
20136
20137 The kill to score conversion package isn't included in Gnus by default.
20138 You can fetch it from
20139 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20140
20141 If your old kill files are very complex---if they contain more
20142 non-@code{gnus-kill} forms than not, you'll have to convert them by
20143 hand.  Or just let them be as they are.  Gnus will still use them as
20144 before.
20145
20146
20147 @node Advanced Scoring
20148 @section Advanced Scoring
20149
20150 Scoring on Subjects and From headers is nice enough, but what if you're
20151 really interested in what a person has to say only when she's talking
20152 about a particular subject?  Or what if you really don't want to
20153 read what person A has to say when she's following up to person B, but
20154 want to read what she says when she's following up to person C?
20155
20156 By using advanced scoring rules you may create arbitrarily complex
20157 scoring patterns.
20158
20159 @menu
20160 * Advanced Scoring Syntax::     A definition.
20161 * Advanced Scoring Examples::   What they look like.
20162 * Advanced Scoring Tips::       Getting the most out of it.
20163 @end menu
20164
20165
20166 @node Advanced Scoring Syntax
20167 @subsection Advanced Scoring Syntax
20168
20169 Ordinary scoring rules have a string as the first element in the rule.
20170 Advanced scoring rules have a list as the first element.  The second
20171 element is the score to be applied if the first element evaluated to a
20172 non-@code{nil} value.
20173
20174 These lists may consist of three logical operators, one redirection
20175 operator, and various match operators.
20176
20177 Logical operators:
20178
20179 @table @code
20180 @item &
20181 @itemx and
20182 This logical operator will evaluate each of its arguments until it finds
20183 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20184 evaluate to @code{true} values, then this operator will return
20185 @code{true}.
20186
20187 @item |
20188 @itemx or
20189 This logical operator will evaluate each of its arguments until it finds
20190 one that evaluates to @code{true}.  If no arguments are @code{true},
20191 then this operator will return @code{false}.
20192
20193 @item !
20194 @itemx not
20195 @itemx Â¬
20196 This logical operator only takes a single argument.  It returns the
20197 logical negation of the value of its argument.
20198
20199 @end table
20200
20201 There is an @dfn{indirection operator} that will make its arguments
20202 apply to the ancestors of the current article being scored.  For
20203 instance, @code{1-} will make score rules apply to the parent of the
20204 current article.  @code{2-} will make score rules apply to the
20205 grandparent of the current article.  Alternatively, you can write
20206 @code{^^}, where the number of @code{^}s (carets) says how far back into
20207 the ancestry you want to go.
20208
20209 Finally, we have the match operators.  These are the ones that do the
20210 real work.  Match operators are header name strings followed by a match
20211 and a match type.  A typical match operator looks like @samp{("from"
20212 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20213 simple scoring, and the match types are also the same.
20214
20215
20216 @node Advanced Scoring Examples
20217 @subsection Advanced Scoring Examples
20218
20219 Please note that the following examples are score file rules.  To
20220 make a complete score file from them, surround them with another pair
20221 of parentheses.
20222
20223 Let's say you want to increase the score of articles written by Lars
20224 when he's talking about Gnus:
20225
20226 @example
20227 @group
20228 ((&
20229   ("from" "Lars Ingebrigtsen")
20230   ("subject" "Gnus"))
20231  1000)
20232 @end group
20233 @end example
20234
20235 Quite simple, huh?
20236
20237 When he writes long articles, he sometimes has something nice to say:
20238
20239 @example
20240 ((&
20241   ("from" "Lars Ingebrigtsen")
20242   (|
20243    ("subject" "Gnus")
20244    ("lines" 100 >)))
20245  1000)
20246 @end example
20247
20248 However, when he responds to things written by Reig Eigil Logge, you
20249 really don't want to read what he's written:
20250
20251 @example
20252 ((&
20253   ("from" "Lars Ingebrigtsen")
20254   (1- ("from" "Reig Eigir Logge")))
20255  -100000)
20256 @end example
20257
20258 Everybody that follows up Redmondo when he writes about disappearing
20259 socks should have their scores raised, but only when they talk about
20260 white socks.  However, when Lars talks about socks, it's usually not
20261 very interesting:
20262
20263 @example
20264 ((&
20265   (1-
20266    (&
20267     ("from" "redmondo@@.*no" r)
20268     ("body" "disappearing.*socks" t)))
20269   (! ("from" "Lars Ingebrigtsen"))
20270   ("body" "white.*socks"))
20271  1000)
20272 @end example
20273
20274 The possibilities are endless.
20275
20276
20277 @node Advanced Scoring Tips
20278 @subsection Advanced Scoring Tips
20279
20280 The @code{&} and @code{|} logical operators do short-circuit logic.
20281 That is, they stop processing their arguments when it's clear what the
20282 result of the operation will be.  For instance, if one of the arguments
20283 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20284 the rest of the arguments.  This means that you should put slow matches
20285 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20286 @samp{subject}) first.
20287
20288 The indirection arguments (@code{1-} and so on) will make their
20289 arguments work on previous generations of the thread.  If you say
20290 something like:
20291
20292 @example
20293 ...
20294 (1-
20295  (1-
20296   ("from" "lars")))
20297 ...
20298 @end example
20299
20300 Then that means "score on the from header of the grandparent of the
20301 current article".  An indirection is quite fast, but it's better to say:
20302
20303 @example
20304 (1-
20305  (&
20306   ("from" "Lars")
20307   ("subject" "Gnus")))
20308 @end example
20309
20310 than it is to say:
20311
20312 @example
20313 (&
20314  (1- ("from" "Lars"))
20315  (1- ("subject" "Gnus")))
20316 @end example
20317
20318
20319 @node Score Decays
20320 @section Score Decays
20321 @cindex score decays
20322 @cindex decays
20323
20324 You may find that your scores have a tendency to grow without
20325 bounds, especially if you're using adaptive scoring.  If scores get too
20326 big, they lose all meaning---they simply max out and it's difficult to
20327 use them in any sensible way.
20328
20329 @vindex gnus-decay-scores
20330 @findex gnus-decay-score
20331 @vindex gnus-decay-score-function
20332 Gnus provides a mechanism for decaying scores to help with this problem.
20333 When score files are loaded and @code{gnus-decay-scores} is
20334 non-@code{nil}, Gnus will run the score files through the decaying
20335 mechanism thereby lowering the scores of all non-permanent score rules.
20336 The decay itself if performed by the @code{gnus-decay-score-function}
20337 function, which is @code{gnus-decay-score} by default.  Here's the
20338 definition of that function:
20339
20340 @lisp
20341 (defun gnus-decay-score (score)
20342   "Decay SCORE according to `gnus-score-decay-constant'
20343 and `gnus-score-decay-scale'."
20344   (let ((n (- score
20345               (* (if (< score 0) -1 1)
20346                  (min (abs score)
20347                       (max gnus-score-decay-constant
20348                            (* (abs score)
20349                               gnus-score-decay-scale)))))))
20350     (if (and (featurep 'xemacs)
20351              ;; XEmacs' floor can handle only the floating point
20352              ;; number below the half of the maximum integer.
20353              (> (abs n) (lsh -1 -2)))
20354         (string-to-number
20355          (car (split-string (number-to-string n) "\\.")))
20356       (floor n))))
20357 @end lisp
20358
20359 @vindex gnus-score-decay-scale
20360 @vindex gnus-score-decay-constant
20361 @code{gnus-score-decay-constant} is 3 by default and
20362 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20363
20364 @enumerate
20365 @item
20366 Scores between -3 and 3 will be set to 0 when this function is called.
20367
20368 @item
20369 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20370
20371 @item
20372 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20373 score.
20374 @end enumerate
20375
20376 If you don't like this decay function, write your own.  It is called
20377 with the score to be decayed as its only parameter, and it should return
20378 the new score, which should be an integer.
20379
20380 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20381 four days, Gnus will decay the scores four times, for instance.
20382
20383 @iftex
20384 @iflatex
20385 @chapter Message
20386 @include message.texi
20387 @chapter Emacs MIME
20388 @include emacs-mime.texi
20389 @chapter Sieve
20390 @include sieve.texi
20391 @c @chapter PGG
20392 @c @include pgg.texi
20393 @c @chapter SASL
20394 @c @include sasl.texi
20395 @end iflatex
20396 @end iftex
20397
20398 @node Various
20399 @chapter Various
20400
20401 @menu
20402 * Process/Prefix::              A convention used by many treatment commands.
20403 * Interactive::                 Making Gnus ask you many questions.
20404 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20405 * Formatting Variables::        You can specify what buffers should look like.
20406 * Window Layout::               Configuring the Gnus buffer windows.
20407 * Faces and Fonts::             How to change how faces look.
20408 * Compilation::                 How to speed Gnus up.
20409 * Mode Lines::                  Displaying information in the mode lines.
20410 * Highlighting and Menus::      Making buffers look all nice and cozy.
20411 * Buttons::                     Get tendinitis in ten easy steps!
20412 * Daemons::                     Gnus can do things behind your back.
20413 * NoCeM::                       How to avoid spam and other fatty foods.
20414 * Undo::                        Some actions can be undone.
20415 * Predicate Specifiers::        Specifying predicates.
20416 * Moderation::                  What to do if you're a moderator.
20417 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20418 * Fuzzy Matching::              What's the big fuzz?
20419 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20420 * Other modes::                 Interaction with other modes.
20421 * Various Various::             Things that are really various.
20422 @end menu
20423
20424
20425 @node Process/Prefix
20426 @section Process/Prefix
20427 @cindex process/prefix convention
20428
20429 Many functions, among them functions for moving, decoding and saving
20430 articles, use what is known as the @dfn{Process/Prefix convention}.
20431
20432 This is a method for figuring out what articles the user wants the
20433 command to be performed on.
20434
20435 It goes like this:
20436
20437 If the numeric prefix is N, perform the operation on the next N
20438 articles, starting with the current one.  If the numeric prefix is
20439 negative, perform the operation on the previous N articles, starting
20440 with the current one.
20441
20442 @vindex transient-mark-mode
20443 If @code{transient-mark-mode} in non-@code{nil} and the region is
20444 active, all articles in the region will be worked upon.
20445
20446 If there is no numeric prefix, but some articles are marked with the
20447 process mark, perform the operation on the articles marked with
20448 the process mark.
20449
20450 If there is neither a numeric prefix nor any articles marked with the
20451 process mark, just perform the operation on the current article.
20452
20453 Quite simple, really, but it needs to be made clear so that surprises
20454 are avoided.
20455
20456 Commands that react to the process mark will push the current list of
20457 process marked articles onto a stack and will then clear all process
20458 marked articles.  You can restore the previous configuration with the
20459 @kbd{M P y} command (@pxref{Setting Process Marks}).
20460
20461 @vindex gnus-summary-goto-unread
20462 One thing that seems to shock & horrify lots of people is that, for
20463 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20464 Since each @kbd{d} (which marks the current article as read) by default
20465 goes to the next unread article after marking, this means that @kbd{3 d}
20466 will mark the next three unread articles as read, no matter what the
20467 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20468 @code{nil} for a more straightforward action.
20469
20470 Many commands do not use the process/prefix convention.  All commands
20471 that do explicitly say so in this manual.  To apply the process/prefix
20472 convention to commands that do not use it, you can use the @kbd{M-&}
20473 command.  For instance, to mark all the articles in the group as
20474 expirable, you could say @kbd{M P b M-& E}.
20475
20476
20477 @node Interactive
20478 @section Interactive
20479 @cindex interaction
20480
20481 @table @code
20482
20483 @item gnus-novice-user
20484 @vindex gnus-novice-user
20485 If this variable is non-@code{nil}, you are either a newcomer to the
20486 World of Usenet, or you are very cautious, which is a nice thing to be,
20487 really.  You will be given questions of the type ``Are you sure you want
20488 to do this?'' before doing anything dangerous.  This is @code{t} by
20489 default.
20490
20491 @item gnus-expert-user
20492 @vindex gnus-expert-user
20493 If this variable is non-@code{nil}, you will seldom be asked any
20494 questions by Gnus.  It will simply assume you know what you're doing, no
20495 matter how strange.
20496
20497 @item gnus-interactive-catchup
20498 @vindex gnus-interactive-catchup
20499 Require confirmation before catching up a group if non-@code{nil}.  It
20500 is @code{t} by default.
20501
20502 @item gnus-interactive-exit
20503 @vindex gnus-interactive-exit
20504 Require confirmation before exiting Gnus.  This variable is @code{t} by
20505 default.
20506 @end table
20507
20508
20509 @node Symbolic Prefixes
20510 @section Symbolic Prefixes
20511 @cindex symbolic prefixes
20512
20513 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20514 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20515 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20516 rule of 900 to the current article.
20517
20518 This is all nice and well, but what if you want to give a command some
20519 additional information?  Well, what most commands do is interpret the
20520 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20521 doesn't want a backup file to be created when saving the current buffer,
20522 for instance.  But what if you want to save without making a backup
20523 file, and you want Emacs to flash lights and play a nice tune at the
20524 same time?  You can't, and you're probably perfectly happy that way.
20525
20526 @kindex M-i (Summary)
20527 @findex gnus-symbolic-argument
20528 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20529 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20530 character typed in is the value.  You can stack as many @kbd{M-i}
20531 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20532 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20533 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20534 @code{b}''.  You get the drift.
20535
20536 Typing in symbolic prefixes to commands that don't accept them doesn't
20537 hurt, but it doesn't do any good either.  Currently not many Gnus
20538 functions make use of the symbolic prefix.
20539
20540 If you're interested in how Gnus implements this, @pxref{Extended
20541 Interactive}.
20542
20543
20544 @node Formatting Variables
20545 @section Formatting Variables
20546 @cindex formatting variables
20547
20548 Throughout this manual you've probably noticed lots of variables called
20549 things like @code{gnus-group-line-format} and
20550 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20551 output lines in the various buffers.  There's quite a lot of them.
20552 Fortunately, they all use the same syntax, so there's not that much to
20553 be annoyed by.
20554
20555 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20556 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20557 lots of percentages everywhere.
20558
20559 @menu
20560 * Formatting Basics::           A formatting variable is basically a format string.
20561 * Mode Line Formatting::        Some rules about mode line formatting variables.
20562 * Advanced Formatting::         Modifying output in various ways.
20563 * User-Defined Specs::          Having Gnus call your own functions.
20564 * Formatting Fonts::            Making the formatting look colorful and nice.
20565 * Positioning Point::           Moving point to a position after an operation.
20566 * Tabulation::                  Tabulating your output.
20567 * Wide Characters::             Dealing with wide characters.
20568 @end menu
20569
20570 Currently Gnus uses the following formatting variables:
20571 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20572 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20573 @code{gnus-group-mode-line-format},
20574 @code{gnus-summary-mode-line-format},
20575 @code{gnus-article-mode-line-format},
20576 @code{gnus-server-mode-line-format}, and
20577 @code{gnus-summary-pick-line-format}.
20578
20579 All these format variables can also be arbitrary elisp forms.  In that
20580 case, they will be @code{eval}ed to insert the required lines.
20581
20582 @kindex M-x gnus-update-format
20583 @findex gnus-update-format
20584 Gnus includes a command to help you while creating your own format
20585 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20586 update the spec in question and pop you to a buffer where you can
20587 examine the resulting Lisp code to be run to generate the line.
20588
20589
20590
20591 @node Formatting Basics
20592 @subsection Formatting Basics
20593
20594 Each @samp{%} element will be replaced by some string or other when the
20595 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20596 spec, and pad with spaces to get a 5-character field''.
20597
20598 As with normal C and Emacs Lisp formatting strings, the numerical
20599 modifier between the @samp{%} and the formatting type character will
20600 @dfn{pad} the output so that it is always at least that long.
20601 @samp{%5y} will make the field always (at least) five characters wide by
20602 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20603 the right instead.
20604
20605 You may also wish to limit the length of the field to protect against
20606 particularly wide values.  For that you can say @samp{%4,6y}, which
20607 means that the field will never be more than 6 characters wide and never
20608 less than 4 characters wide.
20609
20610 Also Gnus supports some extended format specifications, such as
20611 @samp{%&user-date;}.
20612
20613
20614 @node Mode Line Formatting
20615 @subsection Mode Line Formatting
20616
20617 Mode line formatting variables (e.g.,
20618 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20619 buffer line oriented formatting variables (@pxref{Formatting Basics})
20620 with the following two differences:
20621
20622 @enumerate
20623
20624 @item
20625 There must be no newline (@samp{\n}) at the end.
20626
20627 @item
20628 The special @samp{%%b} spec can be used to display the buffer name.
20629 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20630 @samp{%} to allow it to pass through the formatting machinery unmangled,
20631 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20632 display interprets to mean ``show the buffer name''.  For a full list of
20633 mode line specs Emacs understands, see the documentation of the
20634 @code{mode-line-format} variable.
20635
20636 @end enumerate
20637
20638
20639 @node Advanced Formatting
20640 @subsection Advanced Formatting
20641
20642 It is frequently useful to post-process the fields in some way.
20643 Padding, limiting, cutting off parts and suppressing certain values can
20644 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20645 look like @samp{%~(cut 3)~(ignore "0")y}.
20646
20647 These are the valid modifiers:
20648
20649 @table @code
20650 @item pad
20651 @itemx pad-left
20652 Pad the field to the left with spaces until it reaches the required
20653 length.
20654
20655 @item pad-right
20656 Pad the field to the right with spaces until it reaches the required
20657 length.
20658
20659 @item max
20660 @itemx max-left
20661 Cut off characters from the left until it reaches the specified length.
20662
20663 @item max-right
20664 Cut off characters from the right until it reaches the specified
20665 length.
20666
20667 @item cut
20668 @itemx cut-left
20669 Cut off the specified number of characters from the left.
20670
20671 @item cut-right
20672 Cut off the specified number of characters from the right.
20673
20674 @item ignore
20675 Return an empty string if the field is equal to the specified value.
20676
20677 @item form
20678 Use the specified form as the field value when the @samp{@@} spec is
20679 used.
20680
20681 Here's an example:
20682
20683 @lisp
20684 "~(form (current-time-string))@@"
20685 @end lisp
20686
20687 @end table
20688
20689 Let's take an example.  The @samp{%o} spec in the summary mode lines
20690 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20691 This is quite a mouthful, so we want to shave off the century number and
20692 the time, leaving us with a six-character date.  That would be
20693 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20694 maxing, and we need the padding to ensure that the date is never less
20695 than 6 characters to make it look nice in columns.)
20696
20697 Ignoring is done first; then cutting; then maxing; and then as the very
20698 last operation, padding.
20699
20700 @vindex gnus-compile-user-specs
20701 If @code{gnus-compile-user-specs} is set to @code{nil} (@code{t} by
20702 default) with your strong personality, and use a lots of these advanced
20703 thingies, you'll find that Gnus gets quite slow.  This can be helped
20704 enormously by running @kbd{M-x gnus-compile} when you are satisfied with
20705 the look of your lines.
20706 @xref{Compilation}.
20707
20708
20709 @node User-Defined Specs
20710 @subsection User-Defined Specs
20711
20712 All the specs allow for inserting user defined specifiers---@samp{u}.
20713 The next character in the format string should be a letter.  Gnus
20714 will call the function @code{gnus-user-format-function-}@samp{X}, where
20715 @samp{X} is the letter following @samp{%u}.  The function will be passed
20716 a single parameter---what the parameter means depends on what buffer
20717 it's being called from.  The function should return a string, which will
20718 be inserted into the buffer just like information from any other
20719 specifier.  This function may also be called with dummy values, so it
20720 should protect against that.
20721
20722 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20723 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20724
20725 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20726 much the same without defining new functions.  Here's an example:
20727 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20728 given here will be evaluated to yield the current line number, and then
20729 inserted.
20730
20731
20732 @node Formatting Fonts
20733 @subsection Formatting Fonts
20734
20735 There are specs for highlighting, and these are shared by all the format
20736 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20737 the special @code{mouse-face} property set, which means that it will be
20738 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20739 over it.
20740
20741 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20742 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20743 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20744 and so on.  Create as many faces as you wish.  The same goes for the
20745 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20746 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20747
20748 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20749 special @code{balloon-help} property set to
20750 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20751 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20752 variables should be either strings or symbols naming functions that
20753 return a string.  When the mouse passes over text with this property
20754 set, a balloon window will appear and display the string.  Please
20755 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20756 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20757 XEmacs) for more information on this.  (For technical reasons, the
20758 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20759 paragraph.)
20760
20761 Here's an alternative recipe for the group buffer:
20762
20763 @lisp
20764 ;; @r{Create three face types.}
20765 (setq gnus-face-1 'bold)
20766 (setq gnus-face-3 'italic)
20767
20768 ;; @r{We want the article count to be in}
20769 ;; @r{a bold and green face.  So we create}
20770 ;; @r{a new face called @code{my-green-bold}.}
20771 (copy-face 'bold 'my-green-bold)
20772 ;; @r{Set the color.}
20773 (set-face-foreground 'my-green-bold "ForestGreen")
20774 (setq gnus-face-2 'my-green-bold)
20775
20776 ;; @r{Set the new & fancy format.}
20777 (setq gnus-group-line-format
20778       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20779 @end lisp
20780
20781 I'm sure you'll be able to use this scheme to create totally unreadable
20782 and extremely vulgar displays.  Have fun!
20783
20784 Note that the @samp{%(} specs (and friends) do not make any sense on the
20785 mode-line variables.
20786
20787 @node Positioning Point
20788 @subsection Positioning Point
20789
20790 Gnus usually moves point to a pre-defined place on each line in most
20791 buffers.  By default, point move to the first colon character on the
20792 line.  You can customize this behaviour in three different ways.
20793
20794 You can move the colon character to somewhere else on the line.
20795
20796 @findex gnus-goto-colon
20797 You can redefine the function that moves the point to the colon.  The
20798 function is called @code{gnus-goto-colon}.
20799
20800 But perhaps the most convenient way to deal with this, if you don't want
20801 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20802 put a @samp{%*} somewhere in your format line definition, Gnus will
20803 place point there.
20804
20805
20806 @node Tabulation
20807 @subsection Tabulation
20808
20809 You can usually line up your displays by padding and cutting your
20810 strings.  However, when combining various strings of different size, it
20811 can often be more convenient to just output the strings, and then worry
20812 about lining up the following text afterwards.
20813
20814 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
20815 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20816
20817 @samp{%50=} will insert space characters to pad the line up to column
20818 50.  If the text is already past column 50, nothing will be inserted.
20819 This is the soft tabulator.
20820
20821 @samp{%-50=} will insert space characters to pad the line up to column
20822 50.  If the text is already past column 50, the excess text past column
20823 50 will be removed.  This is the hard tabulator.
20824
20825
20826 @node Wide Characters
20827 @subsection Wide Characters
20828
20829 Fixed width fonts in most countries have characters of the same width.
20830 Some countries, however, use Latin characters mixed with wider
20831 characters---most notable East Asian countries.
20832
20833 The problem is that when formatting, Gnus assumes that if a string is 10
20834 characters wide, it'll be 10 Latin characters wide on the screen.  In
20835 these countries, that's not true.
20836
20837 @vindex gnus-use-correct-string-widths
20838 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20839 @code{t}.  This makes buffer generation slower, but the results will be
20840 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20841 for Emacs.
20842
20843
20844 @node Window Layout
20845 @section Window Layout
20846 @cindex window layout
20847
20848 No, there's nothing here about X, so be quiet.
20849
20850 @vindex gnus-use-full-window
20851 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20852 other windows and occupy the entire Emacs screen by itself.  It is
20853 @code{t} by default.
20854
20855 Setting this variable to @code{nil} kinda works, but there are
20856 glitches.  Use at your own peril.
20857
20858 @vindex gnus-buffer-configuration
20859 @code{gnus-buffer-configuration} describes how much space each Gnus
20860 buffer should be given.  Here's an excerpt of this variable:
20861
20862 @lisp
20863 ((group (vertical 1.0 (group 1.0 point)
20864                       (if gnus-carpal (group-carpal 4))))
20865  (article (vertical 1.0 (summary 0.25 point)
20866                         (article 1.0))))
20867 @end lisp
20868
20869 This is an alist.  The @dfn{key} is a symbol that names some action or
20870 other.  For instance, when displaying the group buffer, the window
20871 configuration function will use @code{group} as the key.  A full list of
20872 possible names is listed below.
20873
20874 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20875 should occupy.  To take the @code{article} split as an example -
20876
20877 @lisp
20878 (article (vertical 1.0 (summary 0.25 point)
20879                        (article 1.0)))
20880 @end lisp
20881
20882 This @dfn{split} says that the summary buffer should occupy 25% of upper
20883 half of the screen, and that it is placed over the article buffer.  As
20884 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20885 reaching for that calculator there).  However, the special number
20886 @code{1.0} is used to signal that this buffer should soak up all the
20887 rest of the space available after the rest of the buffers have taken
20888 whatever they need.  There should be only one buffer with the @code{1.0}
20889 size spec per split.
20890
20891 Point will be put in the buffer that has the optional third element
20892 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20893 split where the tag @code{frame-focus} is a member (i.e. is the third or
20894 fourth element in the list, depending on whether the @code{point} tag is
20895 present) gets focus.
20896
20897 Here's a more complicated example:
20898
20899 @lisp
20900 (article (vertical 1.0 (group 4)
20901                        (summary 0.25 point)
20902                        (if gnus-carpal (summary-carpal 4))
20903                        (article 1.0)))
20904 @end lisp
20905
20906 If the size spec is an integer instead of a floating point number,
20907 then that number will be used to say how many lines a buffer should
20908 occupy, not a percentage.
20909
20910 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20911 precise---if the @code{car} of the split is a function or a subr), this
20912 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20913 be used as a split.  This means that there will be three buffers if
20914 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20915 is non-@code{nil}.
20916
20917 Not complicated enough for you?  Well, try this on for size:
20918
20919 @lisp
20920 (article (horizontal 1.0
20921              (vertical 0.5
20922                  (group 1.0)
20923                  (gnus-carpal 4))
20924              (vertical 1.0
20925                  (summary 0.25 point)
20926                  (summary-carpal 4)
20927                  (article 1.0))))
20928 @end lisp
20929
20930 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20931 @code{horizontal} thingie?
20932
20933 If the first element in one of the split is @code{horizontal}, Gnus will
20934 split the window horizontally, giving you two windows side-by-side.
20935 Inside each of these strips you may carry on all you like in the normal
20936 fashion.  The number following @code{horizontal} says what percentage of
20937 the screen is to be given to this strip.
20938
20939 For each split, there @emph{must} be one element that has the 100% tag.
20940 The splitting is never accurate, and this buffer will eat any leftover
20941 lines from the splits.
20942
20943 To be slightly more formal, here's a definition of what a valid split
20944 may look like:
20945
20946 @example
20947 @group
20948 split      = frame | horizontal | vertical | buffer | form
20949 frame      = "(frame " size *split ")"
20950 horizontal = "(horizontal " size *split ")"
20951 vertical   = "(vertical " size *split ")"
20952 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20953 size       = number | frame-params
20954 buf-name   = group | article | summary ...
20955 @end group
20956 @end example
20957
20958 The limitations are that the @code{frame} split can only appear as the
20959 top-level split.  @var{form} should be an Emacs Lisp form that should
20960 return a valid split.  We see that each split is fully recursive, and
20961 may contain any number of @code{vertical} and @code{horizontal} splits.
20962
20963 @vindex gnus-window-min-width
20964 @vindex gnus-window-min-height
20965 @cindex window height
20966 @cindex window width
20967 Finding the right sizes can be a bit complicated.  No window may be less
20968 than @code{gnus-window-min-height} (default 1) characters high, and all
20969 windows must be at least @code{gnus-window-min-width} (default 1)
20970 characters wide.  Gnus will try to enforce this before applying the
20971 splits.  If you want to use the normal Emacs window width/height limit,
20972 you can just set these two variables to @code{nil}.
20973
20974 If you're not familiar with Emacs terminology, @code{horizontal} and
20975 @code{vertical} splits may work the opposite way of what you'd expect.
20976 Windows inside a @code{horizontal} split are shown side-by-side, and
20977 windows within a @code{vertical} split are shown above each other.
20978
20979 @findex gnus-configure-frame
20980 If you want to experiment with window placement, a good tip is to call
20981 @code{gnus-configure-frame} directly with a split.  This is the function
20982 that does all the real work when splitting buffers.  Below is a pretty
20983 nonsensical configuration with 5 windows; two for the group buffer and
20984 three for the article buffer.  (I said it was nonsensical.)  If you
20985 @code{eval} the statement below, you can get an idea of how that would
20986 look straight away, without going through the normal Gnus channels.
20987 Play with it until you're satisfied, and then use
20988 @code{gnus-add-configuration} to add your new creation to the buffer
20989 configuration list.
20990
20991 @lisp
20992 (gnus-configure-frame
20993  '(horizontal 1.0
20994     (vertical 10
20995       (group 1.0)
20996       (article 0.3 point))
20997     (vertical 1.0
20998       (article 1.0)
20999       (horizontal 4
21000         (group 1.0)
21001         (article 10)))))
21002 @end lisp
21003
21004 You might want to have several frames as well.  No prob---just use the
21005 @code{frame} split:
21006
21007 @lisp
21008 (gnus-configure-frame
21009  '(frame 1.0
21010          (vertical 1.0
21011                    (summary 0.25 point frame-focus)
21012                    (article 1.0))
21013          (vertical ((height . 5) (width . 15)
21014                     (user-position . t)
21015                     (left . -1) (top . 1))
21016                    (picon 1.0))))
21017
21018 @end lisp
21019
21020 This split will result in the familiar summary/article window
21021 configuration in the first (or ``main'') frame, while a small additional
21022 frame will be created where picons will be shown.  As you can see,
21023 instead of the normal @code{1.0} top-level spec, each additional split
21024 should have a frame parameter alist as the size spec.
21025 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21026 Reference Manual}.  Under XEmacs, a frame property list will be
21027 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21028 is such a plist.
21029 The list of all possible keys for @code{gnus-buffer-configuration} can
21030 be found in its default value.
21031
21032 Note that the @code{message} key is used for both
21033 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21034 it is desirable to distinguish between the two, something like this
21035 might be used:
21036
21037 @lisp
21038 (message (horizontal 1.0
21039                      (vertical 1.0 (message 1.0 point))
21040                      (vertical 0.24
21041                                (if (buffer-live-p gnus-summary-buffer)
21042                                    '(summary 0.5))
21043                                (group 1.0))))
21044 @end lisp
21045
21046 One common desire for a multiple frame split is to have a separate frame
21047 for composing mail and news while leaving the original frame intact.  To
21048 accomplish that, something like the following can be done:
21049
21050 @lisp
21051 (message
21052   (frame 1.0
21053          (if (not (buffer-live-p gnus-summary-buffer))
21054              (car (cdr (assoc 'group gnus-buffer-configuration)))
21055            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21056          (vertical ((user-position . t) (top . 1) (left . 1)
21057                     (name . "Message"))
21058                    (message 1.0 point))))
21059 @end lisp
21060
21061 @findex gnus-add-configuration
21062 Since the @code{gnus-buffer-configuration} variable is so long and
21063 complicated, there's a function you can use to ease changing the config
21064 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21065 you want to change the @code{article} setting, you could say:
21066
21067 @lisp
21068 (gnus-add-configuration
21069  '(article (vertical 1.0
21070                (group 4)
21071                (summary .25 point)
21072                (article 1.0))))
21073 @end lisp
21074
21075 You'd typically stick these @code{gnus-add-configuration} calls in your
21076 @file{~/.gnus.el} file or in some startup hook---they should be run after
21077 Gnus has been loaded.
21078
21079 @vindex gnus-always-force-window-configuration
21080 If all windows mentioned in the configuration are already visible, Gnus
21081 won't change the window configuration.  If you always want to force the
21082 ``right'' window configuration, you can set
21083 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21084
21085 If you're using tree displays (@pxref{Tree Display}), and the tree
21086 window is displayed vertically next to another window, you may also want
21087 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21088 windows resized.
21089
21090 @subsection Example Window Configurations
21091
21092 @itemize @bullet
21093 @item
21094 Narrow left hand side occupied by group buffer.  Right hand side split
21095 between summary buffer (top one-sixth) and article buffer (bottom).
21096
21097 @ifinfo
21098 @example
21099 +---+---------+
21100 | G | Summary |
21101 | r +---------+
21102 | o |         |
21103 | u | Article |
21104 | p |         |
21105 +---+---------+
21106 @end example
21107 @end ifinfo
21108
21109 @lisp
21110 (gnus-add-configuration
21111  '(article
21112    (horizontal 1.0
21113                (vertical 25 (group 1.0))
21114                (vertical 1.0
21115                          (summary 0.16 point)
21116                          (article 1.0)))))
21117
21118 (gnus-add-configuration
21119  '(summary
21120    (horizontal 1.0
21121                (vertical 25 (group 1.0))
21122                (vertical 1.0 (summary 1.0 point)))))
21123 @end lisp
21124
21125 @end itemize
21126
21127
21128 @node Faces and Fonts
21129 @section Faces and Fonts
21130 @cindex faces
21131 @cindex fonts
21132 @cindex colors
21133
21134 Fiddling with fonts and faces used to be very difficult, but these days
21135 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21136 the face you want to alter, and alter it via the standard Customize
21137 interface.
21138
21139
21140 @node Compilation
21141 @section Compilation
21142 @cindex compilation
21143 @cindex byte-compilation
21144
21145 @findex gnus-compile
21146
21147 Remember all those line format specification variables?
21148 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21149 on.  By default, T-gnus will use the byte-compiled codes of these
21150 variables and we can keep a slow-down to a minimum.  However, if you set
21151 @code{gnus-compile-user-specs} to @code{nil} (@code{t} by default),
21152 unfortunately, changing them will mean a quite significant slow-down.
21153 (The default values of these variables have byte-compiled functions
21154 associated with them, while the user-generated versions do not, of
21155 course.)
21156
21157 To help with this, you can run @kbd{M-x gnus-compile} after you've
21158 fiddled around with the variables and feel that you're (kind of)
21159 satisfied.  This will result in the new specs being byte-compiled, and
21160 you'll get top speed again.  Note that T-gnus will not save these
21161 compiled specs in the @file{.newsrc.eld} file.
21162
21163 @table @code
21164 @item gnus-compile-user-specs
21165 @vindex gnus-compile-user-specs
21166 If it is non-nil, the user-defined format specs will be byte-compiled
21167 automatically.  The default value of this variable is @code{t}.  It has
21168 an effect on the values of @code{gnus-*-line-format-spec}.
21169 @end table
21170
21171
21172 @node Mode Lines
21173 @section Mode Lines
21174 @cindex mode lines
21175
21176 @vindex gnus-updated-mode-lines
21177 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21178 lines updated.  It is a list of symbols.  Supported symbols include
21179 @code{group}, @code{article}, @code{summary}, @code{server},
21180 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21181 Gnus will keep that mode line updated with information that may be
21182 pertinent.  If this variable is @code{nil}, screen refresh may be
21183 quicker.
21184
21185 @cindex display-time
21186
21187 @vindex gnus-mode-non-string-length
21188 By default, Gnus displays information on the current article in the mode
21189 lines of the summary and article buffers.  The information Gnus wishes
21190 to display (e.g. the subject of the article) is often longer than the
21191 mode lines, and therefore have to be cut off at some point.  The
21192 @code{gnus-mode-non-string-length} variable says how long the other
21193 elements on the line is (i.e., the non-info part).  If you put
21194 additional elements on the mode line (e.g. a clock), you should modify
21195 this variable:
21196
21197 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21198 @lisp
21199 (add-hook 'display-time-hook
21200           (lambda () (setq gnus-mode-non-string-length
21201                            (+ 21
21202                               (if line-number-mode 5 0)
21203                               (if column-number-mode 4 0)
21204                               (length display-time-string)))))
21205 @end lisp
21206
21207 If this variable is @code{nil} (which is the default), the mode line
21208 strings won't be chopped off, and they won't be padded either.  Note
21209 that the default is unlikely to be desirable, as even the percentage
21210 complete in the buffer may be crowded off the mode line; the user should
21211 configure this variable appropriately for her configuration.
21212
21213
21214 @node Highlighting and Menus
21215 @section Highlighting and Menus
21216 @cindex visual
21217 @cindex highlighting
21218 @cindex menus
21219
21220 @vindex gnus-visual
21221 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21222 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21223 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21224 file.
21225
21226 This variable can be a list of visual properties that are enabled.  The
21227 following elements are valid, and are all included by default:
21228
21229 @table @code
21230 @item group-highlight
21231 Do highlights in the group buffer.
21232 @item summary-highlight
21233 Do highlights in the summary buffer.
21234 @item article-highlight
21235 Do highlights in the article buffer.
21236 @item highlight
21237 Turn on highlighting in all buffers.
21238 @item group-menu
21239 Create menus in the group buffer.
21240 @item summary-menu
21241 Create menus in the summary buffers.
21242 @item article-menu
21243 Create menus in the article buffer.
21244 @item browse-menu
21245 Create menus in the browse buffer.
21246 @item server-menu
21247 Create menus in the server buffer.
21248 @item score-menu
21249 Create menus in the score buffers.
21250 @item menu
21251 Create menus in all buffers.
21252 @end table
21253
21254 So if you only want highlighting in the article buffer and menus in all
21255 buffers, you could say something like:
21256
21257 @lisp
21258 (setq gnus-visual '(article-highlight menu))
21259 @end lisp
21260
21261 If you want highlighting only and no menus whatsoever, you'd say:
21262
21263 @lisp
21264 (setq gnus-visual '(highlight))
21265 @end lisp
21266
21267 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21268 in all Gnus buffers.
21269
21270 Other general variables that influence the look of all buffers include:
21271
21272 @table @code
21273 @item gnus-mouse-face
21274 @vindex gnus-mouse-face
21275 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21276 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21277
21278 @end table
21279
21280 There are hooks associated with the creation of all the different menus:
21281
21282 @table @code
21283
21284 @item gnus-article-menu-hook
21285 @vindex gnus-article-menu-hook
21286 Hook called after creating the article mode menu.
21287
21288 @item gnus-group-menu-hook
21289 @vindex gnus-group-menu-hook
21290 Hook called after creating the group mode menu.
21291
21292 @item gnus-summary-menu-hook
21293 @vindex gnus-summary-menu-hook
21294 Hook called after creating the summary mode menu.
21295
21296 @item gnus-server-menu-hook
21297 @vindex gnus-server-menu-hook
21298 Hook called after creating the server mode menu.
21299
21300 @item gnus-browse-menu-hook
21301 @vindex gnus-browse-menu-hook
21302 Hook called after creating the browse mode menu.
21303
21304 @item gnus-score-menu-hook
21305 @vindex gnus-score-menu-hook
21306 Hook called after creating the score mode menu.
21307
21308 @end table
21309
21310
21311 @node Buttons
21312 @section Buttons
21313 @cindex buttons
21314 @cindex mouse
21315 @cindex click
21316
21317 Those new-fangled @dfn{mouse} contraptions is very popular with the
21318 young, hep kids who don't want to learn the proper way to do things
21319 these days.  Why, I remember way back in the summer of '89, when I was
21320 using Emacs on a Tops 20 system.  Three hundred users on one single
21321 machine, and every user was running Simula compilers.  Bah!
21322
21323 Right.
21324
21325 @vindex gnus-carpal
21326 Well, you can make Gnus display bufferfuls of buttons you can click to
21327 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21328 really.  Tell the chiropractor I sent you.
21329
21330
21331 @table @code
21332
21333 @item gnus-carpal-mode-hook
21334 @vindex gnus-carpal-mode-hook
21335 Hook run in all carpal mode buffers.
21336
21337 @item gnus-carpal-button-face
21338 @vindex gnus-carpal-button-face
21339 Face used on buttons.
21340
21341 @item gnus-carpal-header-face
21342 @vindex gnus-carpal-header-face
21343 Face used on carpal buffer headers.
21344
21345 @item gnus-carpal-group-buffer-buttons
21346 @vindex gnus-carpal-group-buffer-buttons
21347 Buttons in the group buffer.
21348
21349 @item gnus-carpal-summary-buffer-buttons
21350 @vindex gnus-carpal-summary-buffer-buttons
21351 Buttons in the summary buffer.
21352
21353 @item gnus-carpal-server-buffer-buttons
21354 @vindex gnus-carpal-server-buffer-buttons
21355 Buttons in the server buffer.
21356
21357 @item gnus-carpal-browse-buffer-buttons
21358 @vindex gnus-carpal-browse-buffer-buttons
21359 Buttons in the browse buffer.
21360 @end table
21361
21362 All the @code{buttons} variables are lists.  The elements in these list
21363 are either cons cells where the @code{car} contains a text to be displayed and
21364 the @code{cdr} contains a function symbol, or a simple string.
21365
21366
21367 @node Daemons
21368 @section Daemons
21369 @cindex demons
21370 @cindex daemons
21371
21372 Gnus, being larger than any program ever written (allegedly), does lots
21373 of strange stuff that you may wish to have done while you're not
21374 present.  For instance, you may want it to check for new mail once in a
21375 while.  Or you may want it to close down all connections to all servers
21376 when you leave Emacs idle.  And stuff like that.
21377
21378 Gnus will let you do stuff like that by defining various
21379 @dfn{handlers}.  Each handler consists of three elements:  A
21380 @var{function}, a @var{time}, and an @var{idle} parameter.
21381
21382 Here's an example of a handler that closes connections when Emacs has
21383 been idle for thirty minutes:
21384
21385 @lisp
21386 (gnus-demon-close-connections nil 30)
21387 @end lisp
21388
21389 Here's a handler that scans for @acronym{PGP} headers every hour when
21390 Emacs is idle:
21391
21392 @lisp
21393 (gnus-demon-scan-pgp 60 t)
21394 @end lisp
21395
21396 This @var{time} parameter and that @var{idle} parameter work together
21397 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21398 @code{nil}, then the function will be called every @var{time} minutes.
21399
21400 If @var{idle} is @code{t}, then the function will be called after
21401 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21402 the function will never be called.  But once Emacs goes idle, the
21403 function will be called every @var{time} minutes.
21404
21405 If @var{idle} is a number and @var{time} is a number, the function will
21406 be called every @var{time} minutes only when Emacs has been idle for
21407 @var{idle} minutes.
21408
21409 If @var{idle} is a number and @var{time} is @code{nil}, the function
21410 will be called once every time Emacs has been idle for @var{idle}
21411 minutes.
21412
21413 And if @var{time} is a string, it should look like @samp{07:31}, and
21414 the function will then be called once every day somewhere near that
21415 time.  Modified by the @var{idle} parameter, of course.
21416
21417 @vindex gnus-demon-timestep
21418 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21419 seconds.  This is 60 by default.  If you change that variable,
21420 all the timings in the handlers will be affected.)
21421
21422 So, if you want to add a handler, you could put something like this in
21423 your @file{~/.gnus.el} file:
21424
21425 @findex gnus-demon-add-handler
21426 @lisp
21427 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21428 @end lisp
21429
21430 @findex gnus-demon-add-nocem
21431 @findex gnus-demon-add-scanmail
21432 @findex gnus-demon-add-rescan
21433 @findex gnus-demon-add-scan-timestamps
21434 @findex gnus-demon-add-disconnection
21435 Some ready-made functions to do this have been created:
21436 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21437 @code{gnus-demon-add-nntp-close-connection},
21438 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21439 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21440 @file{~/.gnus.el} if you want those abilities.
21441
21442 @findex gnus-demon-init
21443 @findex gnus-demon-cancel
21444 @vindex gnus-demon-handlers
21445 If you add handlers to @code{gnus-demon-handlers} directly, you should
21446 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21447 daemons, you can use the @code{gnus-demon-cancel} function.
21448
21449 Note that adding daemons can be pretty naughty if you over do it.  Adding
21450 functions that scan all news and mail from all servers every two seconds
21451 is a sure-fire way of getting booted off any respectable system.  So
21452 behave.
21453
21454
21455 @node NoCeM
21456 @section NoCeM
21457 @cindex nocem
21458 @cindex spam
21459
21460 @dfn{Spamming} is posting the same article lots and lots of times.
21461 Spamming is bad.  Spamming is evil.
21462
21463 Spamming is usually canceled within a day or so by various anti-spamming
21464 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21465 NoCeM is pronounced ``no see-'em'', and means what the name
21466 implies---these are messages that make the offending articles, like, go
21467 away.
21468
21469 What use are these NoCeM messages if the articles are canceled anyway?
21470 Some sites do not honor cancel messages and some sites just honor cancels
21471 from a select few people.  Then you may wish to make use of the NoCeM
21472 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21473
21474 Gnus can read and parse the messages in this group automatically, and
21475 this will make spam disappear.
21476
21477 There are some variables to customize, of course:
21478
21479 @table @code
21480 @item gnus-use-nocem
21481 @vindex gnus-use-nocem
21482 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21483 by default.
21484
21485 @item gnus-nocem-groups
21486 @vindex gnus-nocem-groups
21487 Gnus will look for NoCeM messages in the groups in this list.  The
21488 default is
21489 @lisp
21490 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21491  "alt.nocem.misc" "news.admin.net-abuse.announce")
21492 @end lisp
21493
21494 @item gnus-nocem-issuers
21495 @vindex gnus-nocem-issuers
21496 There are many people issuing NoCeM messages.  This list says what
21497 people you want to listen to.  The default is
21498 @lisp
21499 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21500  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21501 @end lisp
21502 fine, upstanding citizens all of them.
21503
21504 Known despammers that you can put in this list are listed at@*
21505 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21506
21507 You do not have to heed NoCeM messages from all these people---just the
21508 ones you want to listen to.  You also don't have to accept all NoCeM
21509 messages from the people you like.  Each NoCeM message has a @dfn{type}
21510 header that gives the message a (more or less, usually less) rigorous
21511 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21512 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21513 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21514 Each condition is either a string (which is a regexp that matches types
21515 you want to use) or a list on the form @code{(not @var{string})}, where
21516 @var{string} is a regexp that matches types you don't want to use.
21517
21518 For instance, if you want all NoCeM messages from Chris Lewis except his
21519 @samp{troll} messages, you'd say:
21520
21521 @lisp
21522 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21523 @end lisp
21524
21525 On the other hand, if you just want nothing but his @samp{spam} and
21526 @samp{spew} messages, you'd say:
21527
21528 @lisp
21529 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21530 @end lisp
21531
21532 The specs are applied left-to-right.
21533
21534
21535 @item gnus-nocem-verifyer
21536 @vindex gnus-nocem-verifyer
21537 @findex mc-verify
21538 This should be a function for verifying that the NoCeM issuer is who she
21539 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
21540 function.  If this is too slow and you don't care for verification
21541 (which may be dangerous), you can set this variable to @code{nil}.
21542
21543 If you want signed NoCeM messages to be verified and unsigned messages
21544 not to be verified (but used anyway), you could do something like:
21545
21546 @lisp
21547 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
21548
21549 (defun my-gnus-mc-verify ()
21550   (not (eq 'forged
21551            (ignore-errors
21552              (if (mc-verify)
21553                  t
21554                'forged)))))
21555 @end lisp
21556
21557 This might be dangerous, though.
21558
21559 @item gnus-nocem-directory
21560 @vindex gnus-nocem-directory
21561 This is where Gnus will store its NoCeM cache files.  The default is@*
21562 @file{~/News/NoCeM/}.
21563
21564 @item gnus-nocem-expiry-wait
21565 @vindex gnus-nocem-expiry-wait
21566 The number of days before removing old NoCeM entries from the cache.
21567 The default is 15.  If you make it shorter Gnus will be faster, but you
21568 might then see old spam.
21569
21570 @item gnus-nocem-check-from
21571 @vindex gnus-nocem-check-from
21572 Non-@code{nil} means check for valid issuers in message bodies.
21573 Otherwise don't bother fetching articles unless their author matches a
21574 valid issuer; that is much faster if you are selective about the
21575 issuers.
21576
21577 @item gnus-nocem-check-article-limit
21578 @vindex gnus-nocem-check-article-limit
21579 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21580 group.  NoCeM groups can be huge and very slow to process.
21581
21582 @end table
21583
21584 Using NoCeM could potentially be a memory hog.  If you have many living
21585 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21586 big.  If this is a problem, you should kill off all (or most) of your
21587 unsubscribed groups (@pxref{Subscription Commands}).
21588
21589
21590 @node Undo
21591 @section Undo
21592 @cindex undo
21593
21594 It is very useful to be able to undo actions one has done.  In normal
21595 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21596 In Gnus buffers, however, it isn't that simple.
21597
21598 The things Gnus displays in its buffer is of no value whatsoever to
21599 Gnus---it's all just data designed to look nice to the user.
21600 Killing a group in the group buffer with @kbd{C-k} makes the line
21601 disappear, but that's just a side-effect of the real action---the
21602 removal of the group in question from the internal Gnus structures.
21603 Undoing something like that can't be done by the normal Emacs
21604 @code{undo} function.
21605
21606 Gnus tries to remedy this somewhat by keeping track of what the user
21607 does and coming up with actions that would reverse the actions the user
21608 takes.  When the user then presses the @code{undo} key, Gnus will run
21609 the code to reverse the previous action, or the previous actions.
21610 However, not all actions are easily reversible, so Gnus currently offers
21611 a few key functions to be undoable.  These include killing groups,
21612 yanking groups, and changing the list of read articles of groups.
21613 That's it, really.  More functions may be added in the future, but each
21614 added function means an increase in data to be stored, so Gnus will
21615 never be totally undoable.
21616
21617 @findex gnus-undo-mode
21618 @vindex gnus-use-undo
21619 @findex gnus-undo
21620 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21621 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21622 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21623 command, which should feel kinda like the normal Emacs @code{undo}
21624 command.
21625
21626
21627 @node Predicate Specifiers
21628 @section Predicate Specifiers
21629 @cindex predicate specifiers
21630
21631 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21632 form that allows flexible specification of predicates without having
21633 to type all that much.
21634
21635 These specifiers are lists consisting of functions, symbols and lists.
21636
21637 Here's an example:
21638
21639 @lisp
21640 (or gnus-article-unseen-p
21641     gnus-article-unread-p)
21642 @end lisp
21643
21644 The available symbols are @code{or}, @code{and} and @code{not}.  The
21645 functions all take one parameter.
21646
21647 @findex gnus-make-predicate
21648 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21649 to create a function that can be called.  This input parameter to this
21650 function will be passed along to all the functions in the predicate
21651 specifier.
21652
21653
21654 @node Moderation
21655 @section Moderation
21656 @cindex moderation
21657
21658 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21659 It is not included in the standard Gnus package.  Write a mail to
21660 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21661 get a copy.
21662
21663 The moderation package is implemented as a minor mode for summary
21664 buffers.  Put
21665
21666 @lisp
21667 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21668 @end lisp
21669
21670 in your @file{~/.gnus.el} file.
21671
21672 If you are the moderator of @samp{rec.zoofle}, this is how it's
21673 supposed to work:
21674
21675 @enumerate
21676 @item
21677 You split your incoming mail by matching on
21678 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21679 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21680
21681 @item
21682 You enter that group once in a while and post articles using the @kbd{e}
21683 (edit-and-post) or @kbd{s} (just send unedited) commands.
21684
21685 @item
21686 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21687 articles that weren't approved by you, you can cancel them with the
21688 @kbd{c} command.
21689 @end enumerate
21690
21691 To use moderation mode in these two groups, say:
21692
21693 @lisp
21694 (setq gnus-moderated-list
21695       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21696 @end lisp
21697
21698
21699 @node Image Enhancements
21700 @section Image Enhancements
21701
21702 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21703 support images yet.}, is able to display pictures and stuff, so Gnus has
21704 taken advantage of that.
21705
21706 @menu
21707 * X-Face::                      Display a funky, teensy black-and-white image.
21708 * Face::                        Display a funkier, teensier colored image.
21709 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21710 * Picons::                      How to display pictures of what you're reading.
21711 * XVarious::                    Other XEmacsy Gnusey variables.
21712 @end menu
21713
21714
21715 @node X-Face
21716 @subsection X-Face
21717 @cindex x-face
21718
21719 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21720 depth) image that's supposed to represent the author of the message.
21721 It seems to be supported by an ever-growing number of mail and news
21722 readers.
21723
21724 @cindex x-face
21725 @findex gnus-article-display-x-face
21726 @vindex gnus-article-x-face-command
21727 @vindex gnus-article-x-face-too-ugly
21728 @iftex
21729 @iflatex
21730 \include{xface}
21731 @end iflatex
21732 @end iftex
21733 @c @anchor{X-Face}
21734
21735 Gnus now uses the internal ELisp-based @code{uncompface} program for
21736 decoding an @code{X-Face} header normally in Emacs.  While it doesn't
21737 require any other external program, you may feel it is slow if you are
21738 using a slow machine.  In such a case, you can modify the following
21739 variables:
21740
21741 @table @code
21742 @item uncompface-use-external
21743 @vindex uncompface-use-external
21744 Specify which of the internal or the external decoder should be used.
21745 @code{nil} means to use the internal ELisp-based @code{uncompface}
21746 program.  @code{t} means to use the external decoder.  The default value
21747 is normally @code{undecided} which means to determine it by checking
21748 whether the host machine is slow, being controlled by
21749 @code{uncompface-use-external-threshold} (which see).
21750
21751 @item uncompface-use-external-threshold
21752 @vindex uncompface-use-external-threshold
21753 A number of seconds to check whether the host machine is slow.  If the
21754 host takes time larger than this value for decoding an @code{X-Face}
21755 using the internal ELisp-based @code{uncompface} program, it will be
21756 changed to using the external decoder.  The default is 0.1 seconds.
21757 @end table
21758
21759 If the internal decoder is invalidated or if you are using XEmacs,
21760 decoding an @code{X-Face} header either requires an Emacs that has
21761 @samp{compface} support (which most XEmacs versions has), or that you
21762 have @samp{compface} installed on your system.  If either is true,
21763 Gnus will default to displaying @code{X-Face} headers.
21764
21765 The variable that controls this is the
21766 @code{gnus-article-x-face-command} variable.  If this variable is a
21767 string, this string will be executed in a sub-shell.  If it is a
21768 function, this function will be called with the face as the argument.
21769 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21770 the @code{From} header, the face will not be shown.
21771
21772 The default action under Emacs 20 is to fork off the @code{display}
21773 program@footnote{@code{display} is from the ImageMagick package.  For
21774 the @code{uncompface} and @code{icontopbm} programs look for a package
21775 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21776 view the face.
21777
21778 Under XEmacs or Emacs 21+ with suitable image support, the default
21779 action is to display the face before the @code{From} header.  (It's
21780 nicer if XEmacs has been compiled with @code{X-Face} support---that
21781 will make display somewhat faster.  If there's no native @code{X-Face}
21782 support, Gnus will try to convert the @code{X-Face} header using
21783 external programs from the @code{pbmplus} package and
21784 friends.@footnote{On a GNU/Linux system look for packages with names
21785 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21786
21787 (Note: @code{x-face} is used in the variable/function names, not
21788 @code{xface}).
21789
21790 @noindent
21791 Face and variable:
21792
21793 @table @code
21794 @item gnus-x-face
21795 @vindex gnus-x-face
21796 Face to show X-Face.  The colors from this face are used as the
21797 foreground and background colors of the displayed X-Faces.  The
21798 default colors are black and white.
21799
21800 @item gnus-face-properties-alist
21801 @vindex gnus-face-properties-alist
21802 Alist of image types and properties applied to Face (@pxref{Face}) and
21803 X-Face images.  The default value is @code{((pbm . (:face gnus-x-face))
21804 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
21805 XEmacs.  Here are examples:
21806
21807 @lisp
21808 ;; Specify the altitude of Face and X-Face images in the From header.
21809 (setq gnus-face-properties-alist
21810       '((pbm . (:face gnus-x-face :ascent 80))
21811         (png . (:ascent 80))))
21812
21813 ;; Show Face and X-Face images as pressed buttons.
21814 (setq gnus-face-properties-alist
21815       '((pbm . (:face gnus-x-face :relief -2))
21816         (png . (:relief -2))))
21817 @end lisp
21818
21819 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
21820 Reference Manual} for the valid properties for various image types.
21821 Currently, @code{pbm} is used for X-Face images and @code{png} is used
21822 for Face images in Emacs.  Only the @code{:face} property is effective
21823 on the @code{xface} image type in XEmacs if it is built with the
21824 @samp{libcompface} library.
21825 @end table
21826
21827 Gnus provides a few convenience functions and variables to allow
21828 easier insertion of X-Face headers in outgoing messages.
21829
21830 @findex gnus-random-x-face
21831 @vindex gnus-convert-pbm-to-x-face-command
21832 @vindex gnus-x-face-directory
21833 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21834 @code{gnus-x-face-directory} and picks one at random, and then
21835 converts it to the X-Face format by using the
21836 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21837 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21838 header data as a string.
21839
21840 @findex gnus-insert-random-x-face-header
21841 @code{gnus-insert-random-x-face-header} calls
21842 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21843 randomly generated data.
21844
21845 @findex gnus-x-face-from-file
21846 @vindex gnus-convert-image-to-x-face-command
21847 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21848 converts the file to X-Face format by using the
21849 @code{gnus-convert-image-to-x-face-command} shell command.
21850
21851 Here's how you would typically use the first function.  Put something
21852 like the following in your @file{~/.gnus.el} file:
21853
21854 @lisp
21855 (setq message-required-news-headers
21856       (nconc message-required-news-headers
21857              (list '(X-Face . gnus-random-x-face))))
21858 @end lisp
21859
21860 Using the last function would be something like this:
21861
21862 @lisp
21863 (setq message-required-news-headers
21864       (nconc message-required-news-headers
21865              (list '(X-Face . (lambda ()
21866                                 (gnus-x-face-from-file
21867                                  "~/My-face.gif"))))))
21868 @end lisp
21869
21870
21871 @node Face
21872 @subsection Face
21873 @cindex face
21874
21875 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
21876
21877 @code{Face} headers are essentially a funkier version of @code{X-Face}
21878 ones. They describe a 48x48 pixel colored image that's supposed to
21879 represent the author of the message.
21880
21881 @cindex face
21882 @findex gnus-article-display-face
21883 The contents of a @code{Face} header must be a base64 encoded PNG image.
21884 See @uref{http://quimby.gnus.org/circus/face/} for the precise
21885 specifications.
21886
21887 The @code{gnus-face-properties-alist} variable affects the appearance of
21888 displayed Face images.  @xref{X-Face}.
21889
21890 Gnus provides a few convenience functions and variables to allow
21891 easier insertion of Face headers in outgoing messages.
21892
21893 @findex gnus-convert-png-to-face
21894 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
21895 726 bytes long, and converts it to a face.
21896
21897 @findex gnus-face-from-file
21898 @vindex gnus-convert-image-to-face-command
21899 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
21900 converts the file to Face format by using the
21901 @code{gnus-convert-image-to-face-command} shell command.
21902
21903 Here's how you would typically use this function. Put something like the
21904 following in your @file{~/.gnus.el} file:
21905
21906 @lisp
21907 (setq message-required-news-headers
21908       (nconc message-required-news-headers
21909              (list '(Face . (lambda ()
21910                               (gnus-face-from-file "~/face.jpg"))))))
21911 @end lisp
21912
21913
21914 @node Smileys
21915 @subsection Smileys
21916 @cindex smileys
21917
21918 @iftex
21919 @iflatex
21920 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21921 \input{smiley}
21922 @end iflatex
21923 @end iftex
21924
21925 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21926 currently the only package that uses Smiley, it is documented here.
21927
21928 In short---to use Smiley in Gnus, put the following in your
21929 @file{~/.gnus.el} file:
21930
21931 @lisp
21932 (setq gnus-treat-display-smileys t)
21933 @end lisp
21934
21935 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
21936 the like---to pictures and displays those instead of the text smiley
21937 faces.  The conversion is controlled by a list of regexps that matches
21938 text and maps that to file names.
21939
21940 @vindex smiley-regexp-alist
21941 The alist used is specified by the @code{smiley-regexp-alist}
21942 variable.  The first item in each element is the regexp to be matched;
21943 the second element is the regexp match group that is to be replaced by
21944 the picture; and the third element is the name of the file to be
21945 displayed.
21946
21947 The following variables customize where Smiley will look for these
21948 files:
21949
21950 @table @code
21951
21952 @item smiley-data-directory
21953 @vindex smiley-data-directory
21954 Where Smiley will look for smiley faces files.
21955
21956 @item gnus-smiley-file-types
21957 @vindex gnus-smiley-file-types
21958 List of suffixes on smiley file names to try.
21959
21960 @end table
21961
21962
21963 @node Picons
21964 @subsection Picons
21965
21966 @iftex
21967 @iflatex
21968 \include{picons}
21969 @end iflatex
21970 @end iftex
21971
21972 So@dots{}  You want to slow down your news reader even more!  This is a
21973 good way to do so.  It's also a great way to impress people staring
21974 over your shoulder as you read news.
21975
21976 What are Picons?  To quote directly from the Picons Web site:
21977
21978 @iftex
21979 @iflatex
21980 \margindex{}
21981 @end iflatex
21982 @end iftex
21983
21984 @quotation
21985 @dfn{Picons} is short for ``personal icons''.  They're small,
21986 constrained images used to represent users and domains on the net,
21987 organized into databases so that the appropriate image for a given
21988 e-mail address can be found.  Besides users and domains, there are picon
21989 databases for Usenet newsgroups and weather forecasts.  The picons are
21990 in either monochrome @code{XBM} format or color @code{XPM} and
21991 @code{GIF} formats.
21992 @end quotation
21993
21994 @vindex gnus-picon-databases
21995 For instructions on obtaining and installing the picons databases,
21996 point your Web browser at
21997 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
21998
21999 If you are using Debian GNU/Linux, saying @samp{apt-get install
22000 picons.*} will install the picons where Gnus can find them.
22001
22002 To enable displaying picons, simply make sure that
22003 @code{gnus-picon-databases} points to the directory containing the
22004 Picons databases.
22005
22006 The following variables offer control over where things are located.
22007
22008 @table @code
22009
22010 @item gnus-picon-databases
22011 @vindex gnus-picon-databases
22012 The location of the picons database.  This is a list of directories
22013 containing the @file{news}, @file{domains}, @file{users} (and so on)
22014 subdirectories.  Defaults to @code{("/usr/lib/picon"
22015 "/usr/local/faces")}.
22016
22017 @item gnus-picon-news-directories
22018 @vindex gnus-picon-news-directories
22019 List of subdirectories to search in @code{gnus-picon-databases} for
22020 newsgroups faces.  @code{("news")} is the default.
22021
22022 @item gnus-picon-user-directories
22023 @vindex gnus-picon-user-directories
22024 List of subdirectories to search in @code{gnus-picon-databases} for user
22025 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22026
22027 @item gnus-picon-domain-directories
22028 @vindex gnus-picon-domain-directories
22029 List of subdirectories to search in @code{gnus-picon-databases} for
22030 domain name faces.  Defaults to @code{("domains")}.  Some people may
22031 want to add @samp{"unknown"} to this list.
22032
22033 @item gnus-picon-file-types
22034 @vindex gnus-picon-file-types
22035 Ordered list of suffixes on picon file names to try.  Defaults to
22036 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22037
22038 @end table
22039
22040
22041 @node XVarious
22042 @subsection Various XEmacs Variables
22043
22044 @table @code
22045 @item gnus-xmas-glyph-directory
22046 @vindex gnus-xmas-glyph-directory
22047 This is where Gnus will look for pictures.  Gnus will normally
22048 auto-detect this directory, but you may set it manually if you have an
22049 unusual directory structure.
22050
22051 @item gnus-xmas-logo-color-alist
22052 @vindex gnus-xmas-logo-color-alist
22053 This is an alist where the key is a type symbol and the values are the
22054 foreground and background color of the splash page glyph.
22055
22056 @item gnus-xmas-logo-color-style
22057 @vindex gnus-xmas-logo-color-style
22058 This is the key used to look up the color in the alist described above.
22059 Valid values include @code{flame}, @code{pine}, @code{moss},
22060 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22061 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22062
22063 @item gnus-xmas-modeline-glyph
22064 @vindex gnus-xmas-modeline-glyph
22065 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22066 default.
22067
22068 @end table
22069
22070 @subsubsection Toolbar
22071
22072 @table @code
22073
22074 @item gnus-use-toolbar
22075 @vindex gnus-use-toolbar
22076 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22077 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22078 @code{right-toolbar}, or @code{left-toolbar}.
22079
22080 @item gnus-group-toolbar
22081 @vindex gnus-group-toolbar
22082 The toolbar in the group buffer.
22083
22084 @item gnus-summary-toolbar
22085 @vindex gnus-summary-toolbar
22086 The toolbar in the summary buffer.
22087
22088 @item gnus-summary-mail-toolbar
22089 @vindex gnus-summary-mail-toolbar
22090 The toolbar in the summary buffer of mail groups.
22091
22092 @end table
22093
22094 @iftex
22095 @iflatex
22096 \margindex{}
22097 @end iflatex
22098 @end iftex
22099
22100
22101 @node Fuzzy Matching
22102 @section Fuzzy Matching
22103 @cindex fuzzy matching
22104
22105 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22106 things like scoring, thread gathering and thread comparison.
22107
22108 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22109 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22110 means, and the implementation has changed over time.
22111
22112 Basically, it tries to remove all noise from lines before comparing.
22113 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22114 out of the strings before comparing the results.  This often leads to
22115 adequate results---even when faced with strings generated by text
22116 manglers masquerading as newsreaders.
22117
22118
22119 @node Thwarting Email Spam
22120 @section Thwarting Email Spam
22121 @cindex email spam
22122 @cindex spam
22123 @cindex UCE
22124 @cindex unsolicited commercial email
22125
22126 In these last days of the Usenet, commercial vultures are hanging about
22127 and grepping through news like crazy to find email addresses they can
22128 foist off their scams and products to.  As a reaction to this, many
22129 people have started putting nonsense addresses into their @code{From}
22130 lines.  I think this is counterproductive---it makes it difficult for
22131 people to send you legitimate mail in response to things you write, as
22132 well as making it difficult to see who wrote what.  This rewriting may
22133 perhaps be a bigger menace than the unsolicited commercial email itself
22134 in the end.
22135
22136 The biggest problem I have with email spam is that it comes in under
22137 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22138 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22139 mail group, only to find two pyramid schemes, seven advertisements
22140 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22141 and one mail asking me to repent and find some god.
22142
22143 This is annoying.  Here's what you can do about it.
22144
22145 @menu
22146 * The problem of spam::         Some background, and some solutions
22147 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22148 * SpamAssassin::                How to use external anti-spam tools.
22149 * Hashcash::                    Reduce spam by burning CPU time.
22150 * Filtering Spam Using The Spam ELisp Package::
22151 * Filtering Spam Using Statistics with spam-stat::
22152 @end menu
22153
22154 @node The problem of spam
22155 @subsection The problem of spam
22156 @cindex email spam
22157 @cindex spam filtering approaches
22158 @cindex filtering approaches, spam
22159 @cindex UCE
22160 @cindex unsolicited commercial email
22161
22162 First, some background on spam.
22163
22164 If you have access to e-mail, you are familiar with spam (technically
22165 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22166 exists because e-mail delivery is very cheap compared to paper mail,
22167 so only a very small percentage of people need to respond to an UCE to
22168 make it worthwhile to the advertiser.  Ironically, one of the most
22169 common spams is the one offering a database of e-mail addresses for
22170 further spamming.  Senders of spam are usually called @emph{spammers},
22171 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22172 @emph{morons} are in common use as well.
22173
22174 Spam comes from a wide variety of sources.  It is simply impossible to
22175 dispose of all spam without discarding useful messages.  A good
22176 example is the TMDA system, which requires senders
22177 unknown to you to confirm themselves as legitimate senders before
22178 their e-mail can reach you.  Without getting into the technical side
22179 of TMDA, a downside is clearly that e-mail from legitimate sources may
22180 be discarded if those sources can't or won't confirm themselves
22181 through the TMDA system.  Another problem with TMDA is that it
22182 requires its users to have a basic understanding of e-mail delivery
22183 and processing.
22184
22185 The simplest approach to filtering spam is filtering, at the mail
22186 server or when you sort through incoming mail.  If you get 200 spam
22187 messages per day from @samp{random-address@@vmadmin.com}, you block
22188 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22189 discard all messages with @samp{VIAGRA} in the message.  If you get
22190 lots of spam from Bulgaria, for example, you try to filter all mail
22191 from Bulgarian IPs.  
22192
22193 This, unfortunately, is a great way to discard legitimate e-mail.  The
22194 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22195 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22196 you should be obvious, so don't do it if you have the choice.
22197
22198 In another instance, the very informative and useful RISKS digest has
22199 been blocked by overzealous mail filters because it @strong{contained}
22200 words that were common in spam messages.  Nevertheless, in isolated
22201 cases, with great care, direct filtering of mail can be useful.
22202
22203 Another approach to filtering e-mail is the distributed spam
22204 processing, for instance DCC implements such a system.  In essence,
22205 @var{N} systems around the world agree that a machine @var{X} in
22206 Ghana, Estonia, or California is sending out spam e-mail, and these
22207 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22208 database.  The criteria for spam detection vary---it may be the number
22209 of messages sent, the content of the messages, and so on.  When a user
22210 of the distributed processing system wants to find out if a message is
22211 spam, he consults one of those @var{N} systems.
22212
22213 Distributed spam processing works very well against spammers that send
22214 a large number of messages at once, but it requires the user to set up
22215 fairly complicated checks.  There are commercial and free distributed
22216 spam processing systems.  Distributed spam processing has its risks as
22217 well.  For instance legitimate e-mail senders have been accused of
22218 sending spam, and their web sites and mailing lists have been shut
22219 down for some time because of the incident.
22220
22221 The statistical approach to spam filtering is also popular.  It is
22222 based on a statistical analysis of previous spam messages.  Usually
22223 the analysis is a simple word frequency count, with perhaps pairs of
22224 words or 3-word combinations thrown into the mix.  Statistical
22225 analysis of spam works very well in most of the cases, but it can
22226 classify legitimate e-mail as spam in some cases.  It takes time to
22227 run the analysis, the full message must be analyzed, and the user has
22228 to store the database of spam analyses.  Statistical analysis on the
22229 server is gaining popularity.  This has the advantage of letting the
22230 user Just Read Mail, but has the disadvantage that it's harder to tell
22231 the server that it has misclassified mail.
22232
22233 Fighting spam is not easy, no matter what anyone says.  There is no
22234 magic switch that will distinguish Viagra ads from Mom's e-mails.
22235 Even people are having a hard time telling spam apart from non-spam,
22236 because spammers are actively looking to fool us into thinking they
22237 are Mom, essentially.  Spamming is irritating, irresponsible, and
22238 idiotic behavior from a bunch of people who think the world owes them
22239 a favor.  We hope the following sections will help you in fighting the
22240 spam plague.
22241
22242 @node Anti-Spam Basics
22243 @subsection Anti-Spam Basics
22244 @cindex email spam
22245 @cindex spam
22246 @cindex UCE
22247 @cindex unsolicited commercial email
22248
22249 One way of dealing with spam is having Gnus split out all spam into a
22250 @samp{spam} mail group (@pxref{Splitting Mail}).
22251
22252 First, pick one (1) valid mail address that you can be reached at, and
22253 put it in your @code{From} header of all your news articles.  (I've
22254 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22255 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22256 sysadmin whether your sendmail installation accepts keywords in the local
22257 part of the mail address.)
22258
22259 @lisp
22260 (setq message-default-news-headers
22261       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22262 @end lisp
22263
22264 Then put the following split rule in @code{nnmail-split-fancy}
22265 (@pxref{Fancy Mail Splitting}):
22266
22267 @lisp
22268 (...
22269  (to "larsi@@trym.ifi.uio.no"
22270      (| ("subject" "re:.*" "misc")
22271         ("references" ".*@@.*" "misc")
22272         "spam"))
22273  ...)
22274 @end lisp
22275
22276 This says that all mail to this address is suspect, but if it has a
22277 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22278 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22279 (This idea probably comes from Tim Pierce.)
22280
22281 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22282 and do not include your email address explicitly in the @code{To}
22283 header.  Why they do this is unknown---perhaps it's to thwart this
22284 thwarting scheme?  In any case, this is trivial to deal with---you just
22285 put anything not addressed to you in the @samp{spam} group by ending
22286 your fancy split rule in this way:
22287
22288 @lisp
22289 (
22290  ...
22291  (to "larsi" "misc")
22292  "spam")
22293 @end lisp
22294
22295 In my experience, this will sort virtually everything into the right
22296 group.  You still have to check the @samp{spam} group from time to time to
22297 check for legitimate mail, though.  If you feel like being a good net
22298 citizen, you can even send off complaints to the proper authorities on
22299 each unsolicited commercial email---at your leisure.
22300
22301 This works for me.  It allows people an easy way to contact me (they can
22302 just press @kbd{r} in the usual way), and I'm not bothered at all with
22303 spam.  It's a win-win situation.  Forging @code{From} headers to point
22304 to non-existent domains is yucky, in my opinion.
22305
22306 Be careful with this approach.  Spammers are wise to it.
22307
22308
22309 @node SpamAssassin
22310 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22311 @cindex SpamAssassin
22312 @cindex Vipul's Razor
22313 @cindex DCC
22314
22315 The days where the hints in the previous section were sufficient in
22316 avoiding spam are coming to an end.  There are many tools out there
22317 that claim to reduce the amount of spam you get.  This section could
22318 easily become outdated fast, as new products replace old, but
22319 fortunately most of these tools seem to have similar interfaces.  Even
22320 though this section will use SpamAssassin as an example, it should be
22321 easy to adapt it to most other tools.
22322
22323 Note that this section does not involve the @code{spam.el} package,
22324 which is discussed in the next section.  If you don't care for all
22325 the features of @code{spam.el}, you can make do with these simple
22326 recipes.
22327
22328 If the tool you are using is not installed on the mail server, you
22329 need to invoke it yourself.  Ideas on how to use the
22330 @code{:postscript} mail source parameter (@pxref{Mail Source
22331 Specifiers}) follow.
22332
22333 @lisp
22334 (setq mail-sources
22335       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22336         (pop :user "jrl"
22337              :server "pophost"
22338              :postscript
22339              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22340 @end lisp
22341
22342 Once you manage to process your incoming spool somehow, thus making
22343 the mail contain e.g.@: a header indicating it is spam, you are ready to
22344 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22345
22346 @lisp
22347 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22348                              ...))
22349 @end lisp
22350
22351 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22352
22353 @lisp
22354 (setq nnmail-split-methods 'nnmail-split-fancy
22355       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22356                              ...))
22357 @end lisp
22358
22359 Some people might not like the idea of piping the mail through various
22360 programs using a @code{:prescript} (if some program is buggy, you
22361 might lose all mail).  If you are one of them, another solution is to
22362 call the external tools during splitting.  Example fancy split method:
22363
22364 @lisp
22365 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22366                              ...))
22367 (defun kevin-spamassassin ()
22368   (save-excursion
22369     (save-restriction
22370       (widen)
22371       (if (eq 1 (call-process-region (point-min) (point-max)
22372                                      "spamc" nil nil nil "-c"))
22373           "spam"))))
22374 @end lisp
22375
22376 Note that with the nnimap backend, message bodies will not be
22377 downloaded by default.  You need to set
22378 @code{nnimap-split-download-body} to @code{t} to do that
22379 (@pxref{Splitting in IMAP}).
22380
22381 That is about it.  As some spam is likely to get through anyway, you
22382 might want to have a nifty function to call when you happen to read
22383 spam.  And here is the nifty function:
22384
22385 @lisp
22386  (defun my-gnus-raze-spam ()
22387   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22388   (interactive)
22389   (gnus-summary-show-raw-article)
22390   (gnus-summary-save-in-pipe "razor-report -f -d")
22391   (gnus-summary-mark-as-expirable 1))
22392 @end lisp
22393
22394 @node Hashcash
22395 @subsection Hashcash
22396 @cindex hashcash
22397
22398 A novel technique to fight spam is to require senders to do something
22399 costly for each message they send.  This has the obvious drawback that
22400 you cannot rely on everyone in the world using this technique,
22401 since it is not part of the Internet standards, but it may be useful
22402 in smaller communities.
22403
22404 While the tools in the previous section work well in practice, they
22405 work only because the tools are constantly maintained and updated as
22406 new form of spam appears.  This means that a small percentage of spam
22407 will always get through.  It also means that somewhere, someone needs
22408 to read lots of spam to update these tools.  Hashcash avoids that, but
22409 instead prefers that everyone you contact through e-mail supports the
22410 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22411 The approaches have their own advantages and disadvantages, but as
22412 often in the real world, a combination of them is stronger than either
22413 one of them separately.
22414
22415 @cindex X-Hashcash
22416 The ``something costly'' is to burn CPU time, more specifically to
22417 compute a hash collision up to a certain number of bits.  The
22418 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22419 header.  For more details, and for the external application
22420 @code{hashcash} you need to install to use this feature, see
22421 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22422 information can be found at @uref{http://www.camram.org/}.
22423
22424 If you wish to call hashcash for each message you send, say something
22425 like:
22426
22427 @lisp
22428 (require 'hashcash)
22429 (add-hook 'message-send-hook 'mail-add-payment)
22430 @end lisp
22431
22432 The @file{hashcash.el} library can be found in the Gnus development
22433 contrib directory or at
22434 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22435
22436 You will need to set up some additional variables as well:
22437
22438 @table @code
22439
22440 @item hashcash-default-payment
22441 @vindex hashcash-default-payment
22442 This variable indicates the default number of bits the hash collision
22443 should consist of.  By default this is 0, meaning nothing will be
22444 done.  Suggested useful values include 17 to 29.
22445
22446 @item hashcash-payment-alist
22447 @vindex hashcash-payment-alist
22448 Some receivers may require you to spend burn more CPU time than the
22449 default.  This variable contains a list of @samp{(@var{addr}
22450 @var{amount})} cells, where @var{addr} is the receiver (email address
22451 or newsgroup) and @var{amount} is the number of bits in the collision
22452 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22453 @var{amount})} cells, where the @var{string} is the string to use
22454 (normally the email address or newsgroup name is used).
22455
22456 @item hashcash
22457 @vindex hashcash
22458 Where the @code{hashcash} binary is installed.
22459
22460 @end table
22461
22462 Currently there is no built in functionality in Gnus to verify
22463 hashcash cookies, it is expected that this is performed by your hand
22464 customized mail filtering scripts.  Improvements in this area would be
22465 a useful contribution, however.
22466
22467 @node Filtering Spam Using The Spam ELisp Package
22468 @subsection Filtering Spam Using The Spam ELisp Package
22469 @cindex spam filtering
22470 @cindex spam
22471
22472 The idea behind @file{spam.el} is to have a control center for spam detection
22473 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22474 filters new mail, and it analyzes mail known to be spam or ham.
22475 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22476 non-spam messages.
22477
22478 First of all, you @strong{must} run the function
22479 @code{spam-initialize} to autoload @code{spam.el} and to install the
22480 @code{spam.el} hooks.  There is one exception: if you use the
22481 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
22482 should turn it on before @code{spam-initialize}:
22483
22484 @example
22485 (setq spam-use-stat t) ;; if needed
22486 (spam-initialize)
22487 @end example
22488
22489 So, what happens when you load @file{spam.el}?
22490
22491 First, some hooks will get installed by @code{spam-initialize}.  There
22492 are some hooks for @code{spam-stat} so it can save its databases, and
22493 there are hooks so interesting things will happen when you enter and
22494 leave a group.  More on the sequence of events later (@pxref{Spam
22495 ELisp Package Sequence of Events}).
22496
22497 You get the following keyboard commands:
22498
22499 @table @kbd
22500
22501 @item M-d
22502 @itemx M s x
22503 @itemx S x
22504 @kindex M-d
22505 @kindex S x
22506 @kindex M s x
22507 @findex gnus-summary-mark-as-spam
22508 @code{gnus-summary-mark-as-spam}.
22509
22510 Mark current article as spam, showing it with the @samp{$} mark.
22511 Whenever you see a spam article, make sure to mark its summary line
22512 with @kbd{M-d} before leaving the group.  This is done automatically
22513 for unread articles in @emph{spam} groups.
22514
22515 @item M s t
22516 @itemx S t
22517 @kindex M s t
22518 @kindex S t
22519 @findex spam-bogofilter-score
22520 @code{spam-bogofilter-score}.
22521
22522 You must have Bogofilter installed for that command to work properly.
22523
22524 @xref{Bogofilter}.
22525
22526 @end table
22527
22528 Also, when you load @file{spam.el}, you will be able to customize its
22529 variables.  Try @code{customize-group} on the @samp{spam} variable
22530 group.
22531
22532 @menu
22533 * Spam ELisp Package Sequence of Events::  
22534 * Spam ELisp Package Filtering of Incoming Mail::  
22535 * Spam ELisp Package Global Variables::  
22536 * Spam ELisp Package Configuration Examples::  
22537 * Blacklists and Whitelists::   
22538 * BBDB Whitelists::             
22539 * Gmane Spam Reporting::        
22540 * Anti-spam Hashcash Payments::  
22541 * Blackholes::                  
22542 * Regular Expressions Header Matching::  
22543 * Bogofilter::                  
22544 * ifile spam filtering::        
22545 * spam-stat spam filtering::    
22546 * SpamOracle::                  
22547 * Extending the Spam ELisp package::  
22548 @end menu 
22549
22550 @node Spam ELisp Package Sequence of Events
22551 @subsubsection Spam ELisp Package Sequence of Events
22552 @cindex spam filtering
22553 @cindex spam filtering sequence of events
22554 @cindex spam
22555
22556 You must read this section to understand how @code{spam.el} works.
22557 Do not skip, speed-read, or glance through this section.
22558
22559 There are two @emph{contact points}, if you will, between
22560 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
22561 leaving a group.
22562
22563 Getting new mail is done in one of two ways.  You can either split
22564 your incoming mail or you can classify new articles as ham or spam
22565 when you enter the group.
22566
22567 Splitting incoming mail is better suited to mail backends such as
22568 @code{nnml} or @code{nnimap} where new mail appears in a single file
22569 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
22570 Incoming Mail}.
22571
22572 @vindex gnus-spam-autodetect
22573 @vindex gnus-spam-autodetect-methods
22574 For backends such as @code{nntp} there is no incoming mail spool, so
22575 an alternate mechanism must be used.  This may also happen for
22576 backends where the server is in charge of splitting incoming mail, and
22577 Gnus does not do further splitting.  The @code{spam-autodetect} and
22578 @code{spam-autodetect-methods} group parameters (accessible with
22579 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
22580 @code{gnus-spam-autodetect} and @code{gnus-spam-autodetect-methods}
22581 (accessible with @kbd{M-x customize-variable} as usual).
22582
22583 When @code{spam-autodetect} is used, it hooks into the process of
22584 entering a group.  Thus, entering a group with unseen or unread
22585 articles becomes the substitute for checking incoming mail.  Whether
22586 only unseen articles or all unread articles will be processed is
22587 determined by the @code{spam-autodetect-recheck-messages}.  When set
22588 to @code{t}, unread messages will be rechecked.
22589
22590 @code{spam-autodetect} grants the user at once more and less control
22591 of spam filtering.  The user will have more control over each group's
22592 spam methods, so for instance the @samp{ding} group may have
22593 @code{spam-use-BBDB} as the autodetection method, while the
22594 @samp{suspect} group may have the @code{spam-use-blacklist} and
22595 @code{spam-use-bogofilter} methods enabled.  Every article detected to
22596 be spam will be marked with the spam mark @samp{$} and processed on
22597 exit from the group as normal spam.  The user has less control over
22598 the @emph{sequence} of checks, as he might with @code{spam-split}.
22599
22600 When the newly split mail goes into groups, or messages are
22601 autodetected to be ham or spam, those groups must be exited (after
22602 entering, if needed) for further spam processing to happen.  It
22603 matters whether the group is considered a ham group, a spam group, or
22604 is unclassified, based on its @code{spam-content} parameter
22605 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
22606 additional characteristic that, when entered, any unseen or unread
22607 articles (depending on the @code{spam-mark-only-unseen-as-spam}
22608 variable) will be marked as spam.  Thus, mail split into a spam group
22609 gets automatically marked as spam when you enter the group.
22610
22611 So, when you exit a group, the @code{spam-processors} are applied, if
22612 any are set, and the processed mail is moved to the
22613 @code{ham-process-destination} or the @code{spam-process-destination}
22614 depending on the article's classification.  If the
22615 @code{ham-process-destination} or the @code{spam-process-destination},
22616 whichever is appropriate, are @code{nil}, the article is left in the
22617 current group.
22618
22619 If a spam is found in any group (this can be changed to only non-spam
22620 groups with @code{spam-move-spam-nonspam-groups-only}), it is
22621 processed by the active @code{spam-processors} (@pxref{Spam ELisp
22622 Package Global Variables}) when the group is exited.  Furthermore, the
22623 spam is moved to the @code{spam-process-destination} (@pxref{Spam
22624 ELisp Package Global Variables}) for further training or deletion.
22625 You have to load the @code{gnus-registry.el} package and enable the
22626 @code{spam-log-to-registry} variable if you want spam to be processed
22627 no more than once.  Thus, spam is detected and processed everywhere,
22628 which is what most people want.  If the
22629 @code{spam-process-destination} is @code{nil}, the spam is marked as
22630 expired, which is usually the right thing to do.
22631
22632 If spam can not be moved---because of a read-only backend such as
22633 @acronym{NNTP}, for example, it will be copied.
22634
22635 If a ham mail is found in a ham group, as determined by the
22636 @code{ham-marks} parameter, it is processed as ham by the active ham
22637 @code{spam-processor} when the group is exited.  With the variables
22638 @code{spam-process-ham-in-spam-groups} and
22639 @code{spam-process-ham-in-nonham-groups} the behavior can be further
22640 altered so ham found anywhere can be processed.  You have to load the
22641 @code{gnus-registry.el} package and enable the
22642 @code{spam-log-to-registry} variable if you want ham to be processed
22643 no more than once.  Thus, ham is detected and processed only when
22644 necessary, which is what most people want.  More on this in
22645 @xref{Spam ELisp Package Configuration Examples}.
22646
22647 If ham can not be moved---because of a read-only backend such as
22648 @acronym{NNTP}, for example, it will be copied.
22649
22650 If all this seems confusing, don't worry.  Soon it will be as natural
22651 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
22652 50 years in the future yet.  Just trust us, it's not so bad.
22653
22654 @node Spam ELisp Package Filtering of Incoming Mail
22655 @subsubsection Spam ELisp Package Filtering of Incoming Mail
22656 @cindex spam filtering
22657 @cindex spam filtering incoming mail
22658 @cindex spam
22659
22660 To use the @file{spam.el} facilities for incoming mail filtering, you
22661 must add the following to your fancy split list
22662 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22663
22664 @example
22665 (: spam-split)
22666 @end example
22667
22668 Note that the fancy split may be called @code{nnmail-split-fancy} or
22669 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22670 nnimap back ends to retrieve your mail.
22671
22672 Also, @code{spam-split} will not modify incoming mail in any way.
22673
22674 The @code{spam-split} function will process incoming mail and send the
22675 mail considered to be spam into the group name given by the variable
22676 @code{spam-split-group}.  By default that group name is @samp{spam},
22677 but you can customize @code{spam-split-group}.  Make sure the contents
22678 of @code{spam-split-group} are an @emph{unqualified} group name, for
22679 instance in an @code{nnimap} server @samp{your-server} the value
22680 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
22681 value @samp{nnimap+server:spam}, therefore, is wrong and will
22682 actually give you the group
22683 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
22684 work depending on your server's tolerance for strange group names.
22685
22686 You can also give @code{spam-split} a parameter,
22687 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
22688 this useful?
22689
22690 Take these split rules (with @code{spam-use-regex-headers} and
22691 @code{spam-use-blackholes} set):
22692
22693 @example
22694  nnimap-split-fancy '(|
22695                       (any "ding" "ding")
22696                       (: spam-split)
22697                       ;; @r{default mailbox}
22698                       "mail")
22699 @end example
22700
22701 Now, the problem is that you want all ding messages to make it to the
22702 ding folder.  But that will let obvious spam (for example, spam
22703 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22704 when it's sent to the ding list.  On the other hand, some messages to
22705 the ding list are from a mail server in the blackhole list, so the
22706 invocation of @code{spam-split} can't be before the ding rule.
22707
22708 You can let SpamAssassin headers supersede ding rules, but all other
22709 @code{spam-split} rules (including a second invocation of the
22710 regex-headers check) will be after the ding rule:
22711
22712 @example
22713 nnimap-split-fancy
22714       '(|
22715         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
22716         (: spam-split "regex-spam" 'spam-use-regex-headers)
22717         (any "ding" "ding")
22718         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
22719         (: spam-split)
22720         ;; @r{default mailbox}
22721         "mail")
22722 @end example
22723
22724 This lets you invoke specific @code{spam-split} checks depending on
22725 your particular needs, and to target the results of those checks to a
22726 particular spam group.  You don't have to throw all mail into all the
22727 spam tests.  Another reason why this is nice is that messages to
22728 mailing lists you have rules for don't have to have resource-intensive
22729 blackhole checks performed on them.  You could also specify different
22730 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
22731
22732 You should still have specific checks such as
22733 @code{spam-use-regex-headers} set to @code{t}, even if you
22734 specifically invoke @code{spam-split} with the check.  The reason is
22735 that when loading @file{spam.el}, some conditional loading is done
22736 depending on what @code{spam-use-xyz} variables you have set.  This
22737 is usually not critical, though.
22738
22739 @emph{Note for IMAP users}
22740
22741 The boolean variable @code{nnimap-split-download-body} needs to be
22742 set, if you want to split based on the whole message instead of just
22743 the headers.  By default, the nnimap back end will only retrieve the
22744 message headers.  If you use @code{spam-check-bogofilter},
22745 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22746 can benefit from the full message body), you should set this variable.
22747 It is not set by default because it will slow @acronym{IMAP} down, and
22748 that is not an appropriate decision to make on behalf of the user.
22749
22750 @xref{Splitting in IMAP}.
22751
22752 @emph{TODO: spam.el needs to provide a uniform way of training all the
22753 statistical databases.  Some have that functionality built-in, others
22754 don't.}
22755
22756 @node Spam ELisp Package Global Variables
22757 @subsubsection Spam ELisp Package Global Variables
22758 @cindex spam filtering
22759 @cindex spam filtering variables
22760 @cindex spam variables
22761 @cindex spam
22762
22763 @vindex gnus-spam-process-newsgroups
22764 The concepts of ham processors and spam processors are very important.
22765 Ham processors and spam processors for a group can be set with the
22766 @code{spam-process} group parameter, or the
22767 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22768 mail known to be non-spam (@emph{ham}) and process it in some way so
22769 that later similar mail will also be considered non-spam.  Spam
22770 processors take mail known to be spam and process it so similar spam
22771 will be detected later.
22772
22773 The format of the spam or ham processor entry used to be a symbol,
22774 but now it is a @sc{cons} cell.  See the individual spam processor entries
22775 for more information.
22776
22777 @vindex gnus-spam-newsgroup-contents
22778 Gnus learns from the spam you get.  You have to collect your spam in
22779 one or more spam groups, and set or customize the variable
22780 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22781 groups to contain spam by setting their group parameter
22782 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22783 by customizing the corresponding variable
22784 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22785 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22786 also be used to declare groups as @emph{ham} groups if you set their
22787 classification to @code{gnus-group-spam-classification-ham}.  If
22788 groups are not classified by means of @code{spam-junk-mailgroups},
22789 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22790 considered @emph{unclassified}.  All groups are unclassified by
22791 default.
22792
22793 @vindex gnus-spam-mark
22794 @cindex $
22795 In spam groups, all messages are considered to be spam by default:
22796 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22797 group.  If you have seen a message, had it marked as spam, then
22798 unmarked it, it won't be marked as spam when you enter the group
22799 thereafter.  You can disable that behavior, so all unread messages
22800 will get the @samp{$} mark, if you set the
22801 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22802 should remove the @samp{$} mark when you are in the group summary
22803 buffer for every message that is not spam after all.  To remove the
22804 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22805 @kbd{d} for declaring it read the non-spam way.  When you leave a
22806 group, all spam-marked (@samp{$}) articles are sent to a spam
22807 processor which will study them as spam samples.
22808
22809 Messages may also be deleted in various other ways, and unless
22810 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22811 and @samp{r} for default read or explicit delete, marks @samp{X} and
22812 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22813 low scores, are all considered to be associated with articles which
22814 are not spam.  This assumption might be false, in particular if you
22815 use kill files or score files as means for detecting genuine spam, you
22816 should then adjust the @code{ham-marks} group parameter.
22817
22818 @defvar ham-marks
22819 You can customize this group or topic parameter to be the list of
22820 marks you want to consider ham.  By default, the list contains the
22821 deleted, read, killed, kill-filed, and low-score marks (the idea is
22822 that these articles have been read, but are not spam).  It can be
22823 useful to also include the tick mark in the ham marks.  It is not
22824 recommended to make the unread mark a ham mark, because it normally
22825 indicates a lack of classification.  But you can do it, and we'll be
22826 happy for you.
22827 @end defvar
22828
22829 @defvar spam-marks
22830 You can customize this group or topic parameter to be the list of
22831 marks you want to consider spam.  By default, the list contains only
22832 the spam mark.  It is not recommended to change that, but you can if
22833 you really want to.
22834 @end defvar
22835
22836 When you leave @emph{any} group, regardless of its
22837 @code{spam-contents} classification, all spam-marked articles are sent
22838 to a spam processor, which will study these as spam samples.  If you
22839 explicit kill a lot, you might sometimes end up with articles marked
22840 @samp{K} which you never saw, and which might accidentally contain
22841 spam.  Best is to make sure that real spam is marked with @samp{$},
22842 and nothing else.
22843
22844 @vindex gnus-ham-process-destinations
22845 When you leave a @emph{spam} group, all spam-marked articles are
22846 marked as expired after processing with the spam processor.  This is
22847 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
22848 @strong{ham} articles in a spam group will be moved to a location
22849 determined by either the @code{ham-process-destination} group
22850 parameter or a match in the @code{gnus-ham-process-destinations}
22851 variable, which is a list of regular expressions matched with group
22852 names (it's easiest to customize this variable with @kbd{M-x
22853 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
22854 newsgroup specification has the format @code{(@var{regexp}
22855 @var{processor})} in a standard Lisp list, if you prefer to customize
22856 the variable manually.  The ultimate location is a group name or
22857 names.  If the @code{ham-process-destination} parameter is not set,
22858 ham articles are left in place.  If the
22859 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
22860 set, the ham articles are marked as unread before being moved.
22861
22862 If ham can not be moved---because of a read-only backend such as
22863 @acronym{NNTP}, for example, it will be copied.
22864
22865 Note that you can use multiples destinations per group or regular
22866 expression!  This enables you to send your ham to a regular mail
22867 group and to a @emph{ham training} group.
22868
22869 When you leave a @emph{ham} group, all ham-marked articles are sent to
22870 a ham processor, which will study these as non-spam samples.
22871
22872 @vindex spam-process-ham-in-spam-groups
22873 By default the variable @code{spam-process-ham-in-spam-groups} is
22874 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
22875 to be processed.  Normally this is not done, you are expected instead
22876 to send your ham to a ham group and process it there.
22877
22878 @vindex spam-process-ham-in-nonham-groups
22879 By default the variable @code{spam-process-ham-in-nonham-groups} is
22880 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
22881 or unclassified) groups to be processed.  Normally this is not done,
22882 you are expected instead to send your ham to a ham group and process
22883 it there.
22884
22885 @vindex gnus-spam-process-destinations
22886 When you leave a @emph{ham} or @emph{unclassified} group, all
22887 @strong{spam} articles are moved to a location determined by either
22888 the @code{spam-process-destination} group parameter or a match in the
22889 @code{gnus-spam-process-destinations} variable, which is a list of
22890 regular expressions matched with group names (it's easiest to
22891 customize this variable with @kbd{M-x customize-variable @key{RET}
22892 gnus-spam-process-destinations}).  Each newsgroup specification has
22893 the repeated format @code{(@var{regexp} @var{group})} and they are all
22894 in a standard Lisp list, if you prefer to customize the variable
22895 manually.  The ultimate location is a group name or names.  If the
22896 @code{spam-process-destination} parameter is not set, the spam
22897 articles are only expired.  The group name is fully qualified, meaning
22898 that if you see @samp{nntp:servername} before the group name in the
22899 group buffer then you need it here as well.
22900
22901 If spam can not be moved---because of a read-only backend such as
22902 @acronym{NNTP}, for example, it will be copied.
22903
22904 Note that you can use multiples destinations per group or regular
22905 expression!  This enables you to send your spam to multiple @emph{spam
22906 training} groups.
22907
22908 @vindex spam-log-to-registry
22909 The problem with processing ham and spam is that Gnus doesn't track
22910 this processing by default.  Enable the @code{spam-log-to-registry}
22911 variable so @code{spam.el} will use @code{gnus-registry.el} to track
22912 what articles have been processed, and avoid processing articles
22913 multiple times.  Keep in mind that if you limit the number of registry
22914 entries, this won't work as well as it does without a limit.
22915
22916 @vindex spam-mark-only-unseen-as-spam
22917 Set this variable if you want only unseen articles in spam groups to
22918 be marked as spam.  By default, it is set.  If you set it to
22919 @code{nil}, unread articles will also be marked as spam.
22920
22921 @vindex spam-mark-ham-unread-before-move-from-spam-group
22922 Set this variable if you want ham to be unmarked before it is moved
22923 out of the spam group.  This is very useful when you use something
22924 like the tick mark @samp{!} to mark ham---the article will be placed
22925 in your @code{ham-process-destination}, unmarked as if it came fresh
22926 from the mail server.
22927
22928 @vindex spam-autodetect-recheck-messages
22929 When autodetecting spam, this variable tells @code{spam.el} whether
22930 only unseen articles or all unread articles should be checked for
22931 spam.  It is recommended that you leave it off.
22932
22933 @node Spam ELisp Package Configuration Examples
22934 @subsubsection Spam ELisp Package Configuration Examples
22935 @cindex spam filtering
22936 @cindex spam filtering configuration examples
22937 @cindex spam configuration examples
22938 @cindex spam
22939
22940 @subsubheading Ted's setup
22941
22942 From Ted Zlatanov <tzz@@lifelogs.com>.
22943 @example
22944 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
22945 ;; @r{see @file{gnus-registry.el} for more information}
22946 (gnus-registry-initialize)
22947 (spam-initialize)
22948
22949 ;; @r{I like @kbd{C-s} for marking spam}
22950 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
22951
22952 (setq
22953  spam-log-to-registry t     ; @r{for spam autodetection}
22954  spam-use-BBDB t
22955  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
22956  ;; @r{all groups with @samp{spam} in the name contain spam}
22957  gnus-spam-newsgroup-contents
22958   '(("spam" gnus-group-spam-classification-spam))
22959  ;; @r{see documentation for these}
22960  spam-move-spam-nonspam-groups-only nil
22961  spam-mark-only-unseen-as-spam t
22962  spam-mark-ham-unread-before-move-from-spam-group t
22963  nnimap-split-rule 'nnimap-split-fancy
22964  ;; @r{understand what this does before you copy it to your own setup!}
22965  nnimap-split-fancy '(|
22966                       ;; @r{trace references to parents and put in their group}
22967                       (: gnus-registry-split-fancy-with-parent)
22968                       ;; @r{this will catch server-side SpamAssassin tags}
22969                       (: spam-split 'spam-use-regex-headers)
22970                       (any "ding" "ding")
22971                       ;; @r{note that spam by default will go to @samp{spam}}
22972                       (: spam-split)
22973                       ;; @r{default mailbox}
22974                       "mail"))
22975
22976 ;; @r{my parameters, set with @kbd{G p}}
22977
22978 ;; @r{all nnml groups, and all nnimap groups except}
22979 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
22980 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
22981 ;; @r{because it must have been detected manually}
22982
22983 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22984
22985 ;; @r{all @acronym{NNTP} groups}
22986 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
22987 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
22988 ;; @r{send all spam to the training group}
22989  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22990
22991 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
22992 ((spam-autodetect . t))
22993
22994 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
22995
22996 ;; @r{this is a spam group}
22997 ((spam-contents gnus-group-spam-classification-spam)
22998
22999  ;; @r{any spam (which happens when I enter for all unseen messages,}
23000  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
23001  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
23002
23003  (spam-process-destination "nnimap+mail.lifelogs.com:train")
23004
23005  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23006  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23007
23008  (ham-process-destination "nnimap+mail.lifelogs.com:mail" 
23009                           "nnimap+mail.lifelogs.com:trainham")
23010  ;; @r{in this group, only @samp{!} marks are ham}
23011  (ham-marks
23012   (gnus-ticked-mark))
23013  ;; @r{remembers senders in the blacklist on the way out---this is}
23014  ;; @r{definitely not needed, it just makes me feel better}
23015  (spam-process (gnus-group-spam-exit-processor-blacklist)))
23016
23017 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
23018 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
23019 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
23020
23021 @end example
23022
23023 @subsubheading Using @file{spam.el} on an IMAP server with a statistical filter on the server
23024 From Reiner Steib <reiner.steib@@gmx.de>.
23025
23026 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23027 the mail server (@acronym{IMAP}).  Recognized spam goes to
23028 @samp{spam.detected}, the rest goes through the normal filter rules,
23029 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23030 positives or negatives is done by copying or moving the article to
23031 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23032 the server feeds those to bogofilter with the suitable ham or spam
23033 options and deletes them from the @samp{training.ham} and
23034 @samp{training.spam} folders.
23035
23036 With the following entries in @code{gnus-parameters}, @code{spam.el}
23037 does most of the job for me:
23038
23039 @lisp
23040    ("nnimap:spam\\.detected"
23041     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23042     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23043     (spam-contents gnus-group-spam-classification-spam))
23044    ("nnimap:\\(INBOX\\|other-folders\\)"
23045     (spam-process-destination . "nnimap:training.spam")
23046     (spam-contents gnus-group-spam-classification-ham))
23047 @end lisp
23048
23049 @itemize 
23050
23051 @item @b{The Spam folder:}
23052
23053 In the folder @samp{spam.detected}, I have to check for false positives
23054 (i.e. legitimate mails, that were wrongly judged as spam by
23055 bogofilter or DCC).
23056
23057 Because of the @code{gnus-group-spam-classification-spam} entry, all
23058 messages are marked as spam (with @code{$}).  When I find a false
23059 positive, I mark the message with some other ham mark (@code{ham-marks},
23060 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23061 messages are copied to both groups, @samp{INBOX} (where I want to have
23062 the article) and @samp{training.ham} (for training bogofilter) and
23063 deleted from the @samp{spam.detected} folder.
23064
23065 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23066 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23067 have a similar size.  Grouping them by size (i.e. chars) makes finding
23068 other false positives easier.  (Of course worms aren't @i{spam}
23069 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23070 an excellent tool for filtering those unwanted mails for me.)
23071
23072 @item @b{Ham folders:}
23073
23074 In my ham folders, I just hit @kbd{S x}
23075 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23076 mail (false negative).  On group exit, those messages are moved to
23077 @samp{training.ham}.
23078 @end itemize
23079
23080 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23081
23082 From Reiner Steib <reiner.steib@@gmx.de>.
23083
23084 With following entry in @code{gnus-parameters}, @kbd{S x}
23085 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23086 groups as spam and reports the to Gmane at group exit:
23087
23088 @lisp
23089    ("^gmane\\."
23090     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23091 @end lisp
23092
23093 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23094 because I don't read the groups directly from news.gmane.org, but
23095 through my local news server (leafnode).  I.e. the article numbers are
23096 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23097 the @code{X-Report-Spam} header to find the correct number.
23098
23099 @node Blacklists and Whitelists
23100 @subsubsection Blacklists and Whitelists
23101 @cindex spam filtering
23102 @cindex whitelists, spam filtering
23103 @cindex blacklists, spam filtering
23104 @cindex spam
23105
23106 @defvar spam-use-blacklist
23107
23108 Set this variable to @code{t} if you want to use blacklists when
23109 splitting incoming mail.  Messages whose senders are in the blacklist
23110 will be sent to the @code{spam-split-group}.  This is an explicit
23111 filter, meaning that it acts only on mail senders @emph{declared} to
23112 be spammers.
23113
23114 @end defvar
23115
23116 @defvar spam-use-whitelist
23117
23118 Set this variable to @code{t} if you want to use whitelists when
23119 splitting incoming mail.  Messages whose senders are not in the
23120 whitelist will be sent to the next spam-split rule.  This is an
23121 explicit filter, meaning that unless someone is in the whitelist, their
23122 messages are not assumed to be spam or ham.
23123
23124 @end defvar
23125
23126 @defvar spam-use-whitelist-exclusive
23127
23128 Set this variable to @code{t} if you want to use whitelists as an
23129 implicit filter, meaning that every message will be considered spam
23130 unless the sender is in the whitelist.  Use with care.
23131
23132 @end defvar
23133
23134 @defvar gnus-group-spam-exit-processor-blacklist
23135
23136 Add this symbol to a group's @code{spam-process} parameter by
23137 customizing the group parameters or the
23138 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23139 added to a group's @code{spam-process} parameter, the senders of
23140 spam-marked articles will be added to the blacklist.
23141
23142 @emph{WARNING} 
23143
23144 Instead of the obsolete
23145 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23146 that you use @code{'(spam spam-use-blacklist)}.  Everything will work
23147 the same way, we promise.
23148
23149 @end defvar
23150
23151 @defvar gnus-group-ham-exit-processor-whitelist
23152
23153 Add this symbol to a group's @code{spam-process} parameter by
23154 customizing the group parameters or the
23155 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23156 added to a group's @code{spam-process} parameter, the senders of
23157 ham-marked articles in @emph{ham} groups will be added to the
23158 whitelist.  Note that this ham processor has no effect in @emph{spam}
23159 or @emph{unclassified} groups.
23160
23161 @emph{WARNING} 
23162
23163 Instead of the obsolete
23164 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23165 that you use @code{'(ham spam-use-whitelist)}.  Everything will work
23166 the same way, we promise.
23167
23168 @end defvar
23169
23170 Blacklists are lists of regular expressions matching addresses you
23171 consider to be spam senders.  For instance, to block mail from any
23172 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23173 blacklist.  You start out with an empty blacklist.  Blacklist entries
23174 use the Emacs regular expression syntax.
23175
23176 Conversely, whitelists tell Gnus what addresses are considered
23177 legitimate.  All messages from whitelisted addresses are considered
23178 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23179 Emacs regular expression syntax.
23180
23181 The blacklist and whitelist file locations can be customized with the
23182 @code{spam-directory} variable (@file{~/News/spam} by default), or
23183 the @code{spam-whitelist} and @code{spam-blacklist} variables
23184 directly.  The whitelist and blacklist files will by default be in the
23185 @code{spam-directory} directory, named @file{whitelist} and
23186 @file{blacklist} respectively.
23187
23188 @node BBDB Whitelists
23189 @subsubsection BBDB Whitelists
23190 @cindex spam filtering
23191 @cindex BBDB whitelists, spam filtering
23192 @cindex BBDB, spam filtering
23193 @cindex spam
23194
23195 @defvar spam-use-BBDB
23196
23197 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23198 Whitelists}), but uses the BBDB as the source of whitelisted
23199 addresses, without regular expressions.  You must have the BBDB loaded
23200 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23201 not in the BBDB will be sent to the next spam-split rule.  This is an
23202 explicit filter, meaning that unless someone is in the BBDB, their
23203 messages are not assumed to be spam or ham.
23204
23205 @end defvar
23206
23207 @defvar spam-use-BBDB-exclusive
23208
23209 Set this variable to @code{t} if you want to use the BBDB as an
23210 implicit filter, meaning that every message will be considered spam
23211 unless the sender is in the BBDB.  Use with care.  Only sender
23212 addresses in the BBDB will be allowed through; all others will be
23213 classified as spammers.
23214
23215 @end defvar
23216
23217 @defvar gnus-group-ham-exit-processor-BBDB
23218
23219 Add this symbol to a group's @code{spam-process} parameter by
23220 customizing the group parameters or the
23221 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23222 added to a group's @code{spam-process} parameter, the senders of
23223 ham-marked articles in @emph{ham} groups will be added to the
23224 BBDB.  Note that this ham processor has no effect in @emph{spam}
23225 or @emph{unclassified} groups.
23226
23227 @emph{WARNING} 
23228
23229 Instead of the obsolete
23230 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23231 that you use @code{'(ham spam-use-BBDB)}.  Everything will work
23232 the same way, we promise.
23233
23234 @end defvar
23235
23236 @node Gmane Spam Reporting
23237 @subsubsection Gmane Spam Reporting
23238 @cindex spam reporting
23239 @cindex Gmane, spam reporting
23240 @cindex Gmane, spam reporting
23241 @cindex spam
23242
23243 @defvar gnus-group-spam-exit-processor-report-gmane
23244
23245 Add this symbol to a group's @code{spam-process} parameter by
23246 customizing the group parameters or the
23247 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23248 added to a group's @code{spam-process} parameter, the spam-marked
23249 articles groups will be reported to the Gmane administrators via a
23250 HTTP request.
23251
23252 Gmane can be found at @uref{http://gmane.org}.
23253
23254 @emph{WARNING} 
23255
23256 Instead of the obsolete
23257 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23258 that you use @code{'(spam spam-use-gmane)}.  Everything will work the
23259 same way, we promise.
23260
23261 @end defvar
23262
23263 @defvar spam-report-gmane-use-article-number
23264
23265 This variable is @code{t} by default.  Set it to @code{nil} if you are
23266 running your own news server, for instance, and the local article
23267 numbers don't correspond to the Gmane article numbers.  When
23268 @code{spam-report-gmane-use-article-number} is @code{nil},
23269 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23270 Gmane provides.
23271
23272 @end defvar
23273
23274 @node Anti-spam Hashcash Payments
23275 @subsubsection Anti-spam Hashcash Payments
23276 @cindex spam filtering
23277 @cindex hashcash, spam filtering
23278 @cindex spam
23279
23280 @defvar spam-use-hashcash
23281
23282 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23283 Whitelists}), but uses hashcash tokens for whitelisting messages
23284 instead of the sender address.  You must have the @code{hashcash.el}
23285 package loaded for @code{spam-use-hashcash} to work properly.
23286 Messages without a hashcash payment token will be sent to the next
23287 spam-split rule.  This is an explicit filter, meaning that unless a
23288 hashcash token is found, the messages are not assumed to be spam or
23289 ham.
23290
23291 @end defvar
23292
23293 @node Blackholes
23294 @subsubsection Blackholes
23295 @cindex spam filtering
23296 @cindex blackholes, spam filtering
23297 @cindex spam
23298
23299 @defvar spam-use-blackholes
23300
23301 This option is disabled by default.  You can let Gnus consult the
23302 blackhole-type distributed spam processing systems (DCC, for instance)
23303 when you set this option.  The variable @code{spam-blackhole-servers}
23304 holds the list of blackhole servers Gnus will consult.  The current
23305 list is fairly comprehensive, but make sure to let us know if it
23306 contains outdated servers.
23307
23308 The blackhole check uses the @code{dig.el} package, but you can tell
23309 @file{spam.el} to use @code{dns.el} instead for better performance if
23310 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23311 this time to set @code{spam-use-dig} to @code{nil} despite the
23312 possible performance improvements, because some users may be unable to
23313 use it, but you can try it and see if it works for you.
23314
23315 @end defvar
23316
23317 @defvar spam-blackhole-servers
23318
23319 The list of servers to consult for blackhole checks.
23320
23321 @end defvar
23322
23323 @defvar spam-blackhole-good-server-regex
23324
23325 A regular expression for IPs that should not be checked against the
23326 blackhole server list.  When set to @code{nil}, it has no effect.
23327
23328 @end defvar
23329
23330 @defvar spam-use-dig
23331
23332 Use the @code{dig.el} package instead of the @code{dns.el} package.
23333 The default setting of @code{t} is recommended.
23334
23335 @end defvar
23336
23337 Blackhole checks are done only on incoming mail.  There is no spam or
23338 ham processor for blackholes.
23339
23340 @node Regular Expressions Header Matching
23341 @subsubsection Regular Expressions Header Matching
23342 @cindex spam filtering
23343 @cindex regular expressions header matching, spam filtering
23344 @cindex spam
23345
23346 @defvar spam-use-regex-headers
23347
23348 This option is disabled by default.  You can let Gnus check the
23349 message headers against lists of regular expressions when you set this
23350 option.  The variables @code{spam-regex-headers-spam} and
23351 @code{spam-regex-headers-ham} hold the list of regular expressions.
23352 Gnus will check against the message headers to determine if the
23353 message is spam or ham, respectively.
23354
23355 @end defvar
23356
23357 @defvar spam-regex-headers-spam
23358
23359 The list of regular expressions that, when matched in the headers of
23360 the message, positively identify it as spam.
23361
23362 @end defvar
23363
23364 @defvar spam-regex-headers-ham
23365
23366 The list of regular expressions that, when matched in the headers of
23367 the message, positively identify it as ham.
23368
23369 @end defvar
23370
23371 Regular expression header checks are done only on incoming mail.
23372 There is no specific spam or ham processor for regular expressions.
23373
23374 @node Bogofilter
23375 @subsubsection Bogofilter
23376 @cindex spam filtering
23377 @cindex bogofilter, spam filtering
23378 @cindex spam
23379
23380 @defvar spam-use-bogofilter
23381
23382 Set this variable if you want @code{spam-split} to use Eric Raymond's
23383 speedy Bogofilter.
23384
23385 With a minimum of care for associating the @samp{$} mark for spam
23386 articles only, Bogofilter training all gets fairly automatic.  You
23387 should do this until you get a few hundreds of articles in each
23388 category, spam or not.  The command @kbd{S t} in summary mode, either
23389 for debugging or for curiosity, shows the @emph{spamicity} score of
23390 the current article (between 0.0 and 1.0).
23391
23392 Bogofilter determines if a message is spam based on a specific
23393 threshold.  That threshold can be customized, consult the Bogofilter
23394 documentation.
23395
23396 If the @code{bogofilter} executable is not in your path, Bogofilter
23397 processing will be turned off.
23398
23399 You should not enable this if you use @code{spam-use-bogofilter-headers}.
23400
23401 @end defvar
23402
23403 @defvar spam-use-bogofilter-headers
23404
23405 Set this variable if you want @code{spam-split} to use Eric Raymond's
23406 speedy Bogofilter, looking only at the message headers.  It works
23407 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
23408 must be in the message already.  Normally you would do this with a
23409 procmail recipe or something similar; consult the Bogofilter
23410 installation documents for details.
23411
23412 You should not enable this if you use @code{spam-use-bogofilter}.
23413
23414 @end defvar
23415
23416 @defvar gnus-group-spam-exit-processor-bogofilter
23417 Add this symbol to a group's @code{spam-process} parameter by
23418 customizing the group parameters or the
23419 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23420 added to a group's @code{spam-process} parameter, spam-marked articles
23421 will be added to the Bogofilter spam database.
23422
23423 @emph{WARNING} 
23424
23425 Instead of the obsolete
23426 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
23427 that you use @code{'(spam spam-use-bogofilter)}.  Everything will work
23428 the same way, we promise.
23429 @end defvar
23430
23431 @defvar gnus-group-ham-exit-processor-bogofilter
23432 Add this symbol to a group's @code{spam-process} parameter by
23433 customizing the group parameters or the
23434 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23435 added to a group's @code{spam-process} parameter, the ham-marked
23436 articles in @emph{ham} groups will be added to the Bogofilter database
23437 of non-spam messages.  Note that this ham processor has no effect in
23438 @emph{spam} or @emph{unclassified} groups.
23439
23440 @emph{WARNING} 
23441
23442 Instead of the obsolete
23443 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
23444 that you use @code{'(ham spam-use-bogofilter)}.  Everything will work
23445 the same way, we promise.
23446 @end defvar
23447
23448 @defvar spam-bogofilter-database-directory
23449
23450 This is the directory where Bogofilter will store its databases.  It
23451 is not specified by default, so Bogofilter will use its own default
23452 database directory.
23453
23454 @end defvar
23455
23456 The Bogofilter mail classifier is similar to @command{ifile} in intent and
23457 purpose.  A ham and a spam processor are provided, plus the
23458 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
23459 variables to indicate to spam-split that Bogofilter should either be
23460 used, or has already been used on the article.  The 0.9.2.1 version of
23461 Bogofilter was used to test this functionality.
23462
23463 @node ifile spam filtering
23464 @subsubsection ifile spam filtering
23465 @cindex spam filtering
23466 @cindex ifile, spam filtering
23467 @cindex spam
23468
23469 @defvar spam-use-ifile
23470
23471 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
23472 statistical analyzer similar to Bogofilter.
23473
23474 @end defvar
23475
23476 @defvar spam-ifile-all-categories
23477
23478 Enable this variable if you want @code{spam-use-ifile} to give you all
23479 the ifile categories, not just spam/non-spam.  If you use this, make
23480 sure you train ifile as described in its documentation.
23481
23482 @end defvar
23483
23484 @defvar spam-ifile-spam-category
23485
23486 This is the category of spam messages as far as ifile is concerned.
23487 The actual string used is irrelevant, but you probably want to leave
23488 the default value of @samp{spam}.
23489 @end defvar
23490
23491 @defvar spam-ifile-database-path
23492
23493 This is the filename for the ifile database.  It is not specified by
23494 default, so ifile will use its own default database name.
23495
23496 @end defvar
23497
23498 The ifile mail classifier is similar to Bogofilter in intent and
23499 purpose.  A ham and a spam processor are provided, plus the
23500 @code{spam-use-ifile} variable to indicate to spam-split that ifile
23501 should be used.  The 1.2.1 version of ifile was used to test this
23502 functionality.
23503
23504 @node spam-stat spam filtering
23505 @subsubsection spam-stat spam filtering
23506 @cindex spam filtering
23507 @cindex spam-stat, spam filtering
23508 @cindex spam-stat
23509 @cindex spam
23510
23511 @xref{Filtering Spam Using Statistics with spam-stat}.
23512
23513 @defvar spam-use-stat
23514
23515 Enable this variable if you want @code{spam-split} to use
23516 spam-stat.el, an Emacs Lisp statistical analyzer.
23517
23518 @end defvar
23519
23520 @defvar gnus-group-spam-exit-processor-stat
23521 Add this symbol to a group's @code{spam-process} parameter by
23522 customizing the group parameters or the
23523 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23524 added to a group's @code{spam-process} parameter, the spam-marked
23525 articles will be added to the spam-stat database of spam messages.
23526
23527 @emph{WARNING} 
23528
23529 Instead of the obsolete
23530 @code{gnus-group-spam-exit-processor-stat}, it is recommended
23531 that you use @code{'(spam spam-use-stat)}.  Everything will work
23532 the same way, we promise.
23533 @end defvar
23534
23535 @defvar gnus-group-ham-exit-processor-stat
23536 Add this symbol to a group's @code{spam-process} parameter by
23537 customizing the group parameters or the
23538 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23539 added to a group's @code{spam-process} parameter, the ham-marked
23540 articles in @emph{ham} groups will be added to the spam-stat database
23541 of non-spam messages.  Note that this ham processor has no effect in
23542 @emph{spam} or @emph{unclassified} groups.
23543
23544 @emph{WARNING} 
23545
23546 Instead of the obsolete
23547 @code{gnus-group-ham-exit-processor-stat}, it is recommended
23548 that you use @code{'(ham spam-use-stat)}.  Everything will work
23549 the same way, we promise.
23550 @end defvar
23551
23552 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
23553 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
23554 which unlike ifile or Bogofilter does not require external programs.
23555 A spam and a ham processor, and the @code{spam-use-stat} variable for
23556 @code{spam-split} are provided.
23557
23558 @node SpamOracle
23559 @subsubsection Using SpamOracle with Gnus
23560 @cindex spam filtering
23561 @cindex SpamOracle
23562 @cindex spam
23563
23564 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
23565 statistical mail filtering tool written by Xavier Leroy and needs to be
23566 installed separately.
23567
23568 There are several ways to use SpamOracle with Gnus.  In all cases, your
23569 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
23570 then enter an @samp{X-Spam} header indicating whether it regards the
23571 mail as a spam mail or not.
23572
23573 One possibility is to run SpamOracle as a @code{:prescript} from the
23574 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
23575 the advantage that the user can see the @emph{X-Spam} headers.
23576
23577 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
23578 Using The Spam ELisp Package}) call SpamOracle.
23579
23580 @vindex spam-use-spamoracle
23581 To enable SpamOracle usage by @file{spam.el}, set the variable
23582 @code{spam-use-spamoracle} to @code{t} and configure the
23583 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
23584 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
23585 this example the @samp{INBOX} of an nnimap server is filtered using
23586 SpamOracle.  Mails recognized as spam mails will be moved to
23587 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23588 in @samp{INBOX}:
23589
23590 @example
23591 (setq spam-use-spamoracle t
23592       spam-split-group "Junk"
23593       nnimap-split-inbox '("INBOX")
23594       nnimap-split-rule 'nnimap-split-fancy
23595       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23596 @end example
23597
23598 @defvar spam-use-spamoracle
23599 Set to @code{t} if you want Gnus to enable spam filtering using
23600 SpamOracle.
23601 @end defvar
23602
23603 @defvar spam-spamoracle-binary
23604 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23605 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23606 can be customized.
23607 @end defvar
23608
23609 @defvar spam-spamoracle-database
23610 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23611 store its analyses.  This is controlled by the variable
23612 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23613 the default SpamOracle database will be used.  In case you want your
23614 database to live somewhere special, set
23615 @code{spam-spamoracle-database} to this path.
23616 @end defvar
23617
23618 SpamOracle employs a statistical algorithm to determine whether a
23619 message is spam or ham.  In order to get good results, meaning few
23620 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23621 characteristics of your spam mails.  Using the @emph{add} mode
23622 (training mode) one has to feed good (ham) and spam mails to
23623 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23624 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23625 spam- and ham-processors, which is much more convenient.  For a
23626 detailed description of spam- and ham-processors, @xref{Filtering Spam
23627 Using The Spam ELisp Package}.
23628
23629 @defvar gnus-group-spam-exit-processor-spamoracle
23630 Add this symbol to a group's @code{spam-process} parameter by
23631 customizing the group parameter or the
23632 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23633 to a group's @code{spam-process} parameter, spam-marked articles will be
23634 sent to SpamOracle as spam samples.
23635
23636 @emph{WARNING} 
23637
23638 Instead of the obsolete
23639 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
23640 that you use @code{'(spam spam-use-spamoracle)}.  Everything will work
23641 the same way, we promise.
23642 @end defvar
23643
23644 @defvar gnus-group-ham-exit-processor-spamoracle
23645 Add this symbol to a group's @code{spam-process} parameter by
23646 customizing the group parameter or the
23647 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23648 to a group's @code{spam-process} parameter, the ham-marked articles in
23649 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23650 messages.  Note that this ham processor has no effect in @emph{spam} or
23651 @emph{unclassified} groups.
23652
23653 @emph{WARNING} 
23654
23655 Instead of the obsolete
23656 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
23657 that you use @code{'(ham spam-use-spamoracle)}.  Everything will work
23658 the same way, we promise.
23659 @end defvar
23660
23661 @emph{Example:} These are the Group Parameters of a group that has been
23662 classified as a ham group, meaning that it should only contain ham
23663 messages.
23664 @example
23665  ((spam-contents gnus-group-spam-classification-ham)
23666   (spam-process ((ham spam-use-spamoracle)
23667                  (spam spam-use-spamoracle))))
23668 @end example
23669 For this group the @code{spam-use-spamoracle} is installed for both
23670 ham and spam processing.  If the group contains spam message
23671 (e.g. because SpamOracle has not had enough sample messages yet) and
23672 the user marks some messages as spam messages, these messages will be
23673 processed by SpamOracle.  The processor sends the messages to
23674 SpamOracle as new samples for spam.
23675
23676 @node Extending the Spam ELisp package
23677 @subsubsection Extending the Spam ELisp package
23678 @cindex spam filtering
23679 @cindex spam elisp package, extending
23680 @cindex extending the spam elisp package
23681
23682 Say you want to add a new back end called blackbox.  For filtering
23683 incoming mail, provide the following:
23684
23685 @enumerate
23686
23687 @item
23688 Code
23689
23690 @lisp
23691 (defvar spam-use-blackbox nil
23692   "True if blackbox should be used.")
23693 @end lisp
23694
23695 Add
23696 @lisp
23697 (spam-use-blackbox   . spam-check-blackbox)
23698 @end lisp
23699 to @code{spam-list-of-checks}.
23700
23701 Add
23702 @lisp
23703 (gnus-group-ham-exit-processor-blackbox  ham spam-use-blackbox)
23704 (gnus-group-spam-exit-processor-blackbox spam spam-use-blackbox)
23705 @end lisp
23706
23707 to @code{spam-list-of-processors}.
23708
23709 Add
23710 @lisp
23711 (spam-use-blackbox spam-blackbox-register-routine
23712                    nil
23713                    spam-blackbox-unregister-routine
23714                    nil)
23715 @end lisp
23716
23717 to @code{spam-registration-functions}.  Write the register/unregister
23718 routines using the bogofilter register/unregister routines as a
23719 start, or other restister/unregister routines more appropriate to
23720 Blackbox.
23721
23722 @item
23723 Functionality
23724
23725 Write the @code{spam-check-blackbox} function.  It should return
23726 @samp{nil} or @code{spam-split-group}, observing the other
23727 conventions.  See the existing @code{spam-check-*} functions for
23728 examples of what you can do, and stick to the template unless you
23729 fully understand the reasons why you aren't.
23730
23731 Make sure to add @code{spam-use-blackbox} to
23732 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23733 mail analyzer that needs the full message body to operate.
23734
23735 @end enumerate
23736
23737 For processing spam and ham messages, provide the following:
23738
23739 @enumerate
23740
23741 @item
23742 Code
23743
23744 Note you don't have to provide a spam or a ham processor.  Only
23745 provide them if Blackbox supports spam or ham processing.
23746
23747 Also, ham and spam processors are being phased out as single
23748 variables.  Instead the form @code{'(spam spam-use-blackbox)} or 
23749 @code{'(ham spam-use-blackbox)} is favored.  For now, spam/ham
23750 processor variables are still around but they won't be for long.
23751
23752 @lisp
23753 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
23754   "The Blackbox summary exit spam processor.
23755 Only applicable to spam groups.")
23756
23757 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
23758   "The whitelist summary exit ham processor.
23759 Only applicable to non-spam (unclassified and ham) groups.")
23760
23761 @end lisp
23762
23763 @item
23764 Gnus parameters
23765
23766 Add
23767 @lisp
23768 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
23769 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
23770 @end lisp
23771 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
23772 sure you do it twice, once for the parameter and once for the
23773 variable customization.
23774
23775 Add
23776 @lisp
23777 (variable-item spam-use-blackbox)
23778 @end lisp
23779 to the @code{spam-autodetect-methods} group parameter in
23780 @code{gnus.el}.
23781
23782 @end enumerate
23783
23784
23785 @node Filtering Spam Using Statistics with spam-stat
23786 @subsection Filtering Spam Using Statistics with spam-stat
23787 @cindex Paul Graham
23788 @cindex Graham, Paul
23789 @cindex naive Bayesian spam filtering
23790 @cindex Bayesian spam filtering, naive
23791 @cindex spam filtering, naive Bayesian
23792
23793 Paul Graham has written an excellent essay about spam filtering using
23794 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23795 Spam}.  In it he describes the inherent deficiency of rule-based
23796 filtering as used by SpamAssassin, for example: Somebody has to write
23797 the rules, and everybody else has to install these rules.  You are
23798 always late.  It would be much better, he argues, to filter mail based
23799 on whether it somehow resembles spam or non-spam.  One way to measure
23800 this is word distribution.  He then goes on to describe a solution
23801 that checks whether a new mail resembles any of your other spam mails
23802 or not.
23803
23804 The basic idea is this:  Create a two collections of your mail, one
23805 with spam, one with non-spam.  Count how often each word appears in
23806 either collection, weight this by the total number of mails in the
23807 collections, and store this information in a dictionary.  For every
23808 word in a new mail, determine its probability to belong to a spam or a
23809 non-spam mail.  Use the 15 most conspicuous words, compute the total
23810 probability of the mail being spam.  If this probability is higher
23811 than a certain threshold, the mail is considered to be spam.
23812
23813 Gnus supports this kind of filtering.  But it needs some setting up.
23814 First, you need two collections of your mail, one with spam, one with
23815 non-spam.  Then you need to create a dictionary using these two
23816 collections, and save it.  And last but not least, you need to use
23817 this dictionary in your fancy mail splitting rules.
23818
23819 @menu
23820 * Creating a spam-stat dictionary::
23821 * Splitting mail using spam-stat::
23822 * Low-level interface to the spam-stat dictionary::
23823 @end menu
23824
23825 @node Creating a spam-stat dictionary
23826 @subsubsection Creating a spam-stat dictionary
23827
23828 Before you can begin to filter spam based on statistics, you must
23829 create these statistics based on two mail collections, one with spam,
23830 one with non-spam.  These statistics are then stored in a dictionary
23831 for later use.  In order for these statistics to be meaningful, you
23832 need several hundred emails in both collections.
23833
23834 Gnus currently supports only the nnml back end for automated dictionary
23835 creation.  The nnml back end stores all mails in a directory, one file
23836 per mail.  Use the following:
23837
23838 @defun spam-stat-process-spam-directory
23839 Create spam statistics for every file in this directory.  Every file
23840 is treated as one spam mail.
23841 @end defun
23842
23843 @defun spam-stat-process-non-spam-directory
23844 Create non-spam statistics for every file in this directory.  Every
23845 file is treated as one non-spam mail.
23846 @end defun
23847
23848 Usually you would call @code{spam-stat-process-spam-directory} on a
23849 directory such as @file{~/Mail/mail/spam} (this usually corresponds
23850 the the group @samp{nnml:mail.spam}), and you would call
23851 @code{spam-stat-process-non-spam-directory} on a directory such as
23852 @file{~/Mail/mail/misc} (this usually corresponds the the group
23853 @samp{nnml:mail.misc}).
23854
23855 When you are using @acronym{IMAP}, you won't have the mails available
23856 locally, so that will not work.  One solution is to use the Gnus Agent
23857 to cache the articles.  Then you can use directories such as
23858 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
23859 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
23860
23861 @defvar spam-stat
23862 This variable holds the hash-table with all the statistics---the
23863 dictionary we have been talking about.  For every word in either
23864 collection, this hash-table stores a vector describing how often the
23865 word appeared in spam and often it appeared in non-spam mails.
23866 @end defvar
23867
23868 If you want to regenerate the statistics from scratch, you need to
23869 reset the dictionary.
23870
23871 @defun spam-stat-reset
23872 Reset the @code{spam-stat} hash-table, deleting all the statistics.
23873 @end defun
23874
23875 When you are done, you must save the dictionary.  The dictionary may
23876 be rather large.  If you will not update the dictionary incrementally
23877 (instead, you will recreate it once a month, for example), then you
23878 can reduce the size of the dictionary by deleting all words that did
23879 not appear often enough or that do not clearly belong to only spam or
23880 only non-spam mails.
23881
23882 @defun spam-stat-reduce-size
23883 Reduce the size of the dictionary.  Use this only if you do not want
23884 to update the dictionary incrementally.
23885 @end defun
23886
23887 @defun spam-stat-save
23888 Save the dictionary.
23889 @end defun
23890
23891 @defvar spam-stat-file
23892 The filename used to store the dictionary.  This defaults to
23893 @file{~/.spam-stat.el}.
23894 @end defvar
23895
23896 @node Splitting mail using spam-stat
23897 @subsubsection Splitting mail using spam-stat
23898
23899 In order to use @code{spam-stat} to split your mail, you need to add the
23900 following to your @file{~/.gnus.el} file:
23901
23902 @lisp
23903 (require 'spam-stat)
23904 (spam-stat-load)
23905 @end lisp
23906
23907 This will load the necessary Gnus code, and the dictionary you
23908 created.
23909
23910 Next, you need to adapt your fancy splitting rules:  You need to
23911 determine how to use @code{spam-stat}.  The following examples are for
23912 the nnml back end.  Using the nnimap back end works just as well.  Just
23913 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
23914
23915 In the simplest case, you only have two groups, @samp{mail.misc} and
23916 @samp{mail.spam}.  The following expression says that mail is either
23917 spam or it should go into @samp{mail.misc}.  If it is spam, then
23918 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
23919
23920 @lisp
23921 (setq nnmail-split-fancy
23922       `(| (: spam-stat-split-fancy)
23923           "mail.misc"))
23924 @end lisp
23925
23926 @defvar spam-stat-split-fancy-spam-group
23927 The group to use for spam.  Default is @samp{mail.spam}.
23928 @end defvar
23929
23930 If you also filter mail with specific subjects into other groups, use
23931 the following expression.  Only mails not matching the regular
23932 expression are considered potential spam.
23933
23934 @lisp
23935 (setq nnmail-split-fancy
23936       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
23937           (: spam-stat-split-fancy)
23938           "mail.misc"))
23939 @end lisp
23940
23941 If you want to filter for spam first, then you must be careful when
23942 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
23943 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
23944 non-spam, therefore both should be in your collection of non-spam
23945 mails, when creating the dictionary!
23946
23947 @lisp
23948 (setq nnmail-split-fancy
23949       `(| (: spam-stat-split-fancy)
23950           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23951           "mail.misc"))
23952 @end lisp
23953
23954 You can combine this with traditional filtering.  Here, we move all
23955 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
23956 @code{spam-stat-split-fancy} will never see them, the mails in
23957 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
23958 nor in your collection of non-spam mails, when creating the
23959 dictionary!
23960
23961 @lisp
23962 (setq nnmail-split-fancy
23963       `(| ("Content-Type" "text/html" "mail.spam.filtered")
23964           (: spam-stat-split-fancy)
23965           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23966           "mail.misc"))
23967 @end lisp
23968
23969
23970 @node Low-level interface to the spam-stat dictionary
23971 @subsubsection Low-level interface to the spam-stat dictionary
23972
23973 The main interface to using @code{spam-stat}, are the following functions:
23974
23975 @defun spam-stat-buffer-is-spam
23976 Called in a buffer, that buffer is considered to be a new spam mail.
23977 Use this for new mail that has not been processed before.
23978 @end defun
23979
23980 @defun spam-stat-buffer-is-no-spam
23981 Called in a buffer, that buffer is considered to be a new non-spam
23982 mail.  Use this for new mail that has not been processed before.
23983 @end defun
23984
23985 @defun spam-stat-buffer-change-to-spam
23986 Called in a buffer, that buffer is no longer considered to be normal
23987 mail but spam.  Use this to change the status of a mail that has
23988 already been processed as non-spam.
23989 @end defun
23990
23991 @defun spam-stat-buffer-change-to-non-spam
23992 Called in a buffer, that buffer is no longer considered to be spam but
23993 normal mail.  Use this to change the status of a mail that has already
23994 been processed as spam.
23995 @end defun
23996
23997 @defun spam-stat-save
23998 Save the hash table to the file.  The filename used is stored in the
23999 variable @code{spam-stat-file}.
24000 @end defun
24001
24002 @defun spam-stat-load
24003 Load the hash table from a file.  The filename used is stored in the
24004 variable @code{spam-stat-file}.
24005 @end defun
24006
24007 @defun spam-stat-score-word
24008 Return the spam score for a word.
24009 @end defun
24010
24011 @defun spam-stat-score-buffer
24012 Return the spam score for a buffer.
24013 @end defun
24014
24015 @defun spam-stat-split-fancy
24016 Use this function for fancy mail splitting.  Add the rule @samp{(:
24017 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
24018 @end defun
24019
24020 Make sure you load the dictionary before using it.  This requires the
24021 following in your @file{~/.gnus.el} file:
24022
24023 @lisp
24024 (require 'spam-stat)
24025 (spam-stat-load)
24026 @end lisp
24027
24028 Typical test will involve calls to the following functions:
24029
24030 @smallexample
24031 Reset: (setq spam-stat (make-hash-table :test 'equal))
24032 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24033 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24034 Save table: (spam-stat-save)
24035 File size: (nth 7 (file-attributes spam-stat-file))
24036 Number of words: (hash-table-count spam-stat)
24037 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24038 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24039 Reduce table size: (spam-stat-reduce-size)
24040 Save table: (spam-stat-save)
24041 File size: (nth 7 (file-attributes spam-stat-file))
24042 Number of words: (hash-table-count spam-stat)
24043 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24044 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24045 @end smallexample
24046
24047 Here is how you would create your dictionary:
24048
24049 @smallexample
24050 Reset: (setq spam-stat (make-hash-table :test 'equal))
24051 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24052 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24053 Repeat for any other non-spam group you need...
24054 Reduce table size: (spam-stat-reduce-size)
24055 Save table: (spam-stat-save)
24056 @end smallexample
24057
24058 @node Other modes
24059 @section Interaction with other modes
24060
24061 @subsection Dired
24062 @cindex dired
24063
24064 @code{gnus-dired-minor-mode} provided some useful functions for dired
24065 buffers.  It is enabled with
24066 @lisp
24067 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24068 @end lisp
24069
24070 @table @kbd
24071 @item C-c C-m C-a
24072 @findex gnus-dired-attach
24073 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24074 You will be prompted for a message buffer.
24075
24076 @item C-c C-m C-l
24077 @findex gnus-dired-find-file-mailcap
24078 Visit a file according to the appropriate mailcap entry
24079 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24080 buffer.
24081
24082 @item C-c C-m C-p
24083 @findex gnus-dired-print
24084 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24085 there is no print command, print in a PostScript image.
24086 @end table
24087
24088 @node Various Various
24089 @section Various Various
24090 @cindex mode lines
24091 @cindex highlights
24092
24093 @table @code
24094
24095 @item gnus-home-directory
24096 @vindex gnus-home-directory
24097 All Gnus file and directory variables will be initialized from this
24098 variable, which defaults to @file{~/}.
24099
24100 @item gnus-directory
24101 @vindex gnus-directory
24102 Most Gnus storage file and directory variables will be initialized from
24103 this variable, which defaults to the @env{SAVEDIR} environment
24104 variable, or @file{~/News/} if that variable isn't set.
24105
24106 Note that gnus is mostly loaded when the @file{.gnus.el} file is read.
24107 This means that other directory variables that are initialized from this
24108 variable won't be set properly if you set this variable in
24109 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
24110
24111 @item gnus-default-directory
24112 @vindex gnus-default-directory
24113 Not related to the above variable at all---this variable says what the
24114 default directory of all Gnus buffers should be.  If you issue commands
24115 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24116 default directory.  If this variable is @code{nil} (which is the
24117 default), the default directory will be the default directory of the
24118 buffer you were in when you started Gnus.
24119
24120 @item gnus-verbose
24121 @vindex gnus-verbose
24122 This variable is an integer between zero and ten.  The higher the value,
24123 the more messages will be displayed.  If this variable is zero, Gnus
24124 will never flash any messages, if it is seven (which is the default),
24125 most important messages will be shown, and if it is ten, Gnus won't ever
24126 shut up, but will flash so many messages it will make your head swim.
24127
24128 @item gnus-verbose-backends
24129 @vindex gnus-verbose-backends
24130 This variable works the same way as @code{gnus-verbose}, but it applies
24131 to the Gnus back ends instead of Gnus proper.
24132
24133 @item nnheader-max-head-length
24134 @vindex nnheader-max-head-length
24135 When the back ends read straight heads of articles, they all try to read
24136 as little as possible.  This variable (default 4096) specifies
24137 the absolute max length the back ends will try to read before giving up
24138 on finding a separator line between the head and the body.  If this
24139 variable is @code{nil}, there is no upper read bound.  If it is
24140 @code{t}, the back ends won't try to read the articles piece by piece,
24141 but read the entire articles.  This makes sense with some versions of
24142 @code{ange-ftp} or @code{efs}.
24143
24144 @item nnheader-head-chop-length
24145 @vindex nnheader-head-chop-length
24146 This variable (default 2048) says how big a piece of each article to
24147 read when doing the operation described above.
24148
24149 @item nnheader-file-name-translation-alist
24150 @vindex nnheader-file-name-translation-alist
24151 @cindex file names
24152 @cindex invalid characters in file names
24153 @cindex characters in file names
24154 This is an alist that says how to translate characters in file names.
24155 For instance, if @samp{:} is invalid as a file character in file names
24156 on your system (you OS/2 user you), you could say something like:
24157
24158 @lisp
24159 @group
24160 (setq nnheader-file-name-translation-alist
24161       '((?: . ?_)))
24162 @end group
24163 @end lisp
24164
24165 In fact, this is the default value for this variable on OS/2 and MS
24166 Windows (phooey) systems.
24167
24168 @item gnus-hidden-properties
24169 @vindex gnus-hidden-properties
24170 This is a list of properties to use to hide ``invisible'' text.  It is
24171 @code{(invisible t intangible t)} by default on most systems, which
24172 makes invisible text invisible and intangible.
24173
24174 @item gnus-parse-headers-hook
24175 @vindex gnus-parse-headers-hook
24176 A hook called before parsing headers.  It can be used, for instance, to
24177 gather statistics on the headers fetched, or perhaps you'd like to prune
24178 some headers.  I don't see why you'd want that, though.
24179
24180 @item gnus-shell-command-separator
24181 @vindex gnus-shell-command-separator
24182 String used to separate two shell commands.  The default is @samp{;}.
24183
24184 @item gnus-invalid-group-regexp
24185 @vindex gnus-invalid-group-regexp
24186
24187 Regexp to match ``invalid'' group names when querying user for a group
24188 name.  The default value catches some @strong{really} invalid group
24189 names who could possibly mess up Gnus internally (like allowing
24190 @samp{:} in a group name, which is normally used to delimit method and
24191 group).
24192
24193 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24194
24195
24196 @end table
24197
24198 @node The End
24199 @chapter The End
24200
24201 Well, that's the manual---you can get on with your life now.  Keep in
24202 touch.  Say hello to your cats from me.
24203
24204 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24205
24206 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24207
24208 @quotation
24209 @strong{Te Deum}
24210
24211 @sp 1
24212 Not because of victories @*
24213 I sing,@*
24214 having none,@*
24215 but for the common sunshine,@*
24216 the breeze,@*
24217 the largess of the spring.
24218
24219 @sp 1
24220 Not for victory@*
24221 but for the day's work done@*
24222 as well as I was able;@*
24223 not for a seat upon the dais@*
24224 but at the common table.@*
24225 @end quotation
24226
24227
24228 @node Appendices
24229 @chapter Appendices
24230
24231 @menu
24232 * XEmacs::                      Requirements for installing under XEmacs.
24233 * History::                     How Gnus got where it is today.
24234 * On Writing Manuals::          Why this is not a beginner's guide.
24235 * Terminology::                 We use really difficult, like, words here.
24236 * Customization::               Tailoring Gnus to your needs.
24237 * Troubleshooting::             What you might try if things do not work.
24238 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24239 * Emacs for Heathens::          A short introduction to Emacsian terms.
24240 * Frequently Asked Questions::  The Gnus FAQ
24241 @end menu
24242
24243
24244 @node XEmacs
24245 @section XEmacs
24246 @cindex XEmacs
24247 @cindex installing under XEmacs
24248
24249 XEmacs is distributed as a collection of packages.  You should install
24250 whatever packages the Gnus XEmacs package requires.  The current
24251 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
24252 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
24253 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{w3},
24254 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
24255
24256
24257 @node History
24258 @section History
24259
24260 @cindex history
24261 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
24262 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
24263
24264 If you want to investigate the person responsible for this outrage,
24265 you can point your (feh!) web browser to
24266 @uref{http://quimby.gnus.org/}.  This is also the primary
24267 distribution point for the new and spiffy versions of Gnus, and is
24268 known as The Site That Destroys Newsrcs And Drives People Mad.
24269
24270 During the first extended alpha period of development, the new Gnus was
24271 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
24272 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
24273 (Besides, the ``Gnus'' in this abbreviation should probably be
24274 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
24275 appropriate name, don't you think?)
24276
24277 In any case, after spending all that energy on coming up with a new and
24278 spunky name, we decided that the name was @emph{too} spunky, so we
24279 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
24280 ``@sc{gnus}''.  New vs. old.
24281
24282 @menu
24283 * Gnus Versions::               What Gnus versions have been released.
24284 * Other Gnus Versions::         Other Gnus versions that also have been released.
24285 * Why?::                        What's the point of Gnus?
24286 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
24287 * Conformity::                  Gnus tries to conform to all standards.
24288 * Emacsen::                     Gnus can be run on a few modern Emacsen.
24289 * Gnus Development::            How Gnus is developed.
24290 * Contributors::                Oodles of people.
24291 * New Features::                Pointers to some of the new stuff in Gnus.
24292 @end menu
24293
24294
24295 @node Gnus Versions
24296 @subsection Gnus Versions
24297 @cindex ding Gnus
24298 @cindex September Gnus
24299 @cindex Red Gnus
24300 @cindex Quassia Gnus
24301 @cindex Pterodactyl Gnus
24302 @cindex Oort Gnus
24303 @cindex No Gnus
24304 @cindex Gnus versions
24305
24306 The first ``proper'' release of Gnus 5 was done in November 1995 when it
24307 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
24308 plus 15 Gnus 5.0 releases).
24309
24310 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
24311 releases)) was released under the name ``Gnus 5.2'' (40 releases).
24312
24313 On July 28th 1996 work on Red Gnus was begun, and it was released on
24314 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
24315
24316 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
24317 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
24318
24319 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24320 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
24321 1999.
24322
24323 On the 26th of October 2000, Oort Gnus was begun.
24324
24325 If you happen upon a version of Gnus that has a prefixed name --
24326 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24327 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
24328 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
24329 run.  Walk away, calmly, until you're out of its reach.  Find a proper
24330 released version of Gnus and snuggle up to that instead.
24331
24332
24333 @node Other Gnus Versions
24334 @subsection Other Gnus Versions
24335 @cindex Semi-gnus
24336
24337 In addition to the versions of Gnus which have had their releases
24338 coordinated by Lars, one major development has been Semi-gnus from
24339 Japan.  It's based on a library called @acronym{SEMI}, which provides
24340 @acronym{MIME} capabilities.
24341
24342 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
24343 Collectively, they are called ``Semi-gnus'', and different strains are
24344 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
24345 @acronym{MIME} and multilingualization things, especially important for
24346 Japanese users.
24347
24348
24349 @node Why?
24350 @subsection Why?
24351
24352 What's the point of Gnus?
24353
24354 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
24355 newsreader, that lets you do anything you can think of.  That was my
24356 original motivation, but while working on Gnus, it has become clear to
24357 me that this generation of newsreaders really belong in the stone age.
24358 Newsreaders haven't developed much since the infancy of the net.  If the
24359 volume continues to rise with the current rate of increase, all current
24360 newsreaders will be pretty much useless.  How do you deal with
24361 newsgroups that have thousands of new articles each day?  How do you
24362 keep track of millions of people who post?
24363
24364 Gnus offers no real solutions to these questions, but I would very much
24365 like to see Gnus being used as a testing ground for new methods of
24366 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
24367 to separate the newsreader from the back ends, Gnus now offers a simple
24368 interface for anybody who wants to write new back ends for fetching mail
24369 and news from different sources.  I have added hooks for customizations
24370 everywhere I could imagine it being useful.  By doing so, I'm inviting
24371 every one of you to explore and invent.
24372
24373 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
24374 @kbd{C-u 100 M-x all-hail-xemacs}.
24375
24376
24377 @node Compatibility
24378 @subsection Compatibility
24379
24380 @cindex compatibility
24381 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
24382 bindings have been kept.  More key bindings have been added, of course,
24383 but only in one or two obscure cases have old bindings been changed.
24384
24385 Our motto is:
24386 @quotation
24387 @cartouche
24388 @center In a cloud bones of steel.
24389 @end cartouche
24390 @end quotation
24391
24392 All commands have kept their names.  Some internal functions have changed
24393 their names.
24394
24395 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
24396 Articles}.
24397
24398 One major compatibility question is the presence of several summary
24399 buffers.  All variables relevant while reading a group are
24400 buffer-local to the summary buffer they belong in.  Although many
24401 important variables have their values copied into their global
24402 counterparts whenever a command is executed in the summary buffer, this
24403 change might lead to incorrect values being used unless you are careful.
24404
24405 All code that relies on knowledge of @sc{gnus} internals will probably
24406 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
24407 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
24408 maintains a hash table that points to the entries in this alist (which
24409 speeds up many functions), and changing the alist directly will lead to
24410 peculiar results.
24411
24412 @cindex hilit19
24413 @cindex highlighting
24414 Old hilit19 code does not work at all.  In fact, you should probably
24415 remove all hilit code from all Gnus hooks
24416 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
24417 Gnus provides various integrated functions for highlighting.  These are
24418 faster and more accurate.  To make life easier for everybody, Gnus will
24419 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
24420 Away!
24421
24422 Packages like @code{expire-kill} will no longer work.  As a matter of
24423 fact, you should probably remove all old @sc{gnus} packages (and other
24424 code) when you start using Gnus.  More likely than not, Gnus already
24425 does what you have written code to make @sc{gnus} do.  (Snicker.)
24426
24427 Even though old methods of doing things are still supported, only the
24428 new methods are documented in this manual.  If you detect a new method of
24429 doing something while reading this manual, that does not mean you have
24430 to stop doing it the old way.
24431
24432 Gnus understands all @sc{gnus} startup files.
24433
24434 @kindex M-x gnus-bug
24435 @findex gnus-bug
24436 @cindex reporting bugs
24437 @cindex bugs
24438 Overall, a casual user who hasn't written much code that depends on
24439 @sc{gnus} internals should suffer no problems.  If problems occur,
24440 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
24441
24442 @vindex gnus-bug-create-help-buffer
24443 If you are in the habit of sending bug reports @emph{very} often, you
24444 may find the helpful help buffer annoying after a while.  If so, set
24445 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
24446 up at you.
24447
24448
24449 @node Conformity
24450 @subsection Conformity
24451
24452 No rebels without a clue here, ma'am.  We conform to all standards known
24453 to (wo)man.  Except for those standards and/or conventions we disagree
24454 with, of course.
24455
24456 @table @strong
24457
24458 @item RFC (2)822
24459 @cindex RFC 822
24460 @cindex RFC 2822
24461 There are no known breaches of this standard.
24462
24463 @item RFC 1036
24464 @cindex RFC 1036
24465 There are no known breaches of this standard, either.
24466
24467 @item Son-of-RFC 1036
24468 @cindex Son-of-RFC 1036
24469 We do have some breaches to this one.
24470
24471 @table @emph
24472
24473 @item X-Newsreader
24474 @itemx User-Agent
24475 These are considered to be ``vanity headers'', while I consider them
24476 to be consumer information.  After seeing so many badly formatted
24477 articles coming from @code{tin} and @code{Netscape} I know not to use
24478 either of those for posting articles.  I would not have known that if
24479 it wasn't for the @code{X-Newsreader} header.
24480 @end table
24481
24482 @item USEFOR
24483 @cindex USEFOR
24484 USEFOR is an IETF working group writing a successor to RFC 1036, based
24485 on Son-of-RFC 1036.  They have produced a number of drafts proposing
24486 various changes to the format of news articles.  The Gnus towers will
24487 look into implementing the changes when the draft is accepted as an RFC.
24488
24489 @item MIME - RFC 2045-2049 etc
24490 @cindex @acronym{MIME}
24491 All the various @acronym{MIME} RFCs are supported.
24492
24493 @item Disposition Notifications - RFC 2298
24494 Message Mode is able to request notifications from the receiver.
24495
24496 @item PGP - RFC 1991 and RFC 2440
24497 @cindex RFC 1991
24498 @cindex RFC 2440
24499 RFC 1991 is the original @acronym{PGP} message specification,
24500 published as an informational RFC.  RFC 2440 was the follow-up, now
24501 called Open PGP, and put on the Standards Track.  Both document a
24502 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
24503 encoding (signing and encryption) and decoding (verification and
24504 decryption).
24505
24506 @item PGP/MIME - RFC 2015/3156
24507 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
24508 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
24509 Gnus supports both encoding and decoding.
24510
24511 @item S/MIME - RFC 2633
24512 RFC 2633 describes the @acronym{S/MIME} format.
24513
24514 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
24515 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
24516 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
24517 authentication for @acronym{IMAP}.  RFC 2086 describes access control
24518 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
24519 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
24520 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
24521 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
24522
24523 @end table
24524
24525 If you ever notice Gnus acting non-compliant with regards to the texts
24526 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
24527 know.
24528
24529
24530 @node Emacsen
24531 @subsection Emacsen
24532 @cindex Emacsen
24533 @cindex XEmacs
24534 @cindex Mule
24535 @cindex Emacs
24536
24537 Gnus should work on:
24538
24539 @itemize @bullet
24540
24541 @item
24542 Emacs 21.1 and up.
24543
24544 @item
24545 XEmacs 21.4 and up.
24546
24547 @end itemize
24548
24549 This Gnus version will absolutely not work on any Emacsen older than
24550 that.  Not reliably, at least.  Older versions of Gnus may work on older
24551 Emacs versions.  However, T-gnus does support ``Mule 2.3 based on Emacs
24552 19.34'' and possibly the versions of XEmacs prior to 21.1.1, e.g. 20.4.
24553 See the file ``README'' in the T-gnus distribution for more details.
24554
24555 There are some vague differences between Gnus on the various
24556 platforms---XEmacs features more graphics (a logo and a toolbar)---but
24557 other than that, things should look pretty much the same under all
24558 Emacsen.
24559
24560
24561 @node Gnus Development
24562 @subsection Gnus Development
24563
24564 Gnus is developed in a two-phased cycle.  The first phase involves much
24565 discussion on the @samp{ding@@gnus.org} mailing list, where people
24566 propose changes and new features, post patches and new back ends.  This
24567 phase is called the @dfn{alpha} phase, since the Gnusae released in this
24568 phase are @dfn{alpha releases}, or (perhaps more commonly in other
24569 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
24570 unstable and should not be used by casual users.  Gnus alpha releases
24571 have names like ``Red Gnus'' and ``Quassia Gnus''.
24572
24573 After futzing around for 50-100 alpha releases, Gnus is declared
24574 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
24575 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
24576 supposed to be able to use these, and these are mostly discussed on the
24577 @samp{gnu.emacs.gnus} newsgroup.
24578
24579 @cindex Incoming*
24580 @vindex mail-source-delete-incoming
24581 Some variable defaults differ between alpha Gnusae and released Gnusae.
24582 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
24583 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
24584 lossage of mail if an alpha release hiccups while handling the mail.
24585
24586 The division of discussion between the ding mailing list and the Gnus
24587 newsgroup is not purely based on publicity concerns.  It's true that
24588 having people write about the horrible things that an alpha Gnus release
24589 can do (sometimes) in a public forum may scare people off, but more
24590 importantly, talking about new experimental features that have been
24591 introduced may confuse casual users.  New features are frequently
24592 introduced, fiddled with, and judged to be found wanting, and then
24593 either discarded or totally rewritten.  People reading the mailing list
24594 usually keep up with these rapid changes, while people on the newsgroup
24595 can't be assumed to do so.
24596
24597
24598
24599 @node Contributors
24600 @subsection Contributors
24601 @cindex contributors
24602
24603 The new Gnus version couldn't have been done without the help of all the
24604 people on the (ding) mailing list.  Every day for over a year I have
24605 gotten billions of nice bug reports from them, filling me with joy,
24606 every single one of them.  Smooches.  The people on the list have been
24607 tried beyond endurance, what with my ``oh, that's a neat idea <type
24608 type>, yup, I'll release it right away <ship off> no wait, that doesn't
24609 work at all <type type>, yup, I'll ship that one off right away <ship
24610 off> no, wait, that absolutely does not work'' policy for releases.
24611 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
24612 ``worser''? ``much worser''?  ``worsest''?)
24613
24614 I would like to take this opportunity to thank the Academy for@dots{}  oops,
24615 wrong show.
24616
24617 @itemize @bullet
24618
24619 @item
24620 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
24621
24622 @item
24623 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
24624 nnwarchive and many, many other things connected with @acronym{MIME} and
24625 other types of en/decoding, as well as general bug fixing, new
24626 functionality and stuff.
24627
24628 @item
24629 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
24630 well as numerous other things).
24631
24632 @item
24633 Luis Fernandes---design and graphics.
24634
24635 @item
24636 Joe Reiss---creator of the smiley faces.
24637
24638 @item
24639 Justin Sheehy---the @acronym{FAQ} maintainer.
24640
24641 @item
24642 Erik Naggum---help, ideas, support, code and stuff.
24643
24644 @item
24645 Wes Hardaker---@file{gnus-picon.el} and the manual section on
24646 @dfn{picons} (@pxref{Picons}).
24647
24648 @item
24649 Kim-Minh Kaplan---further work on the picon code.
24650
24651 @item
24652 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
24653
24654 @item
24655 Sudish Joseph---innumerable bug fixes.
24656
24657 @item
24658 Ilja Weis---@file{gnus-topic.el}.
24659
24660 @item
24661 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24662
24663 @item
24664 Vladimir Alexiev---the refcard and reference booklets.
24665
24666 @item
24667 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24668 distribution by Felix Lee and JWZ.
24669
24670 @item
24671 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24672
24673 @item
24674 Peter Mutsaers---orphan article scoring code.
24675
24676 @item
24677 Ken Raeburn---POP mail support.
24678
24679 @item
24680 Hallvard B Furuseth---various bits and pieces, especially dealing with
24681 .newsrc files.
24682
24683 @item
24684 Brian Edmonds---@file{gnus-bbdb.el}.
24685
24686 @item
24687 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24688
24689 @item
24690 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24691
24692 @item
24693 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
24694 well as autoconf support.
24695
24696 @end itemize
24697
24698 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24699 Borges, and Jost Krieger proof-reading parts of the manual.
24700
24701 The following people have contributed many patches and suggestions:
24702
24703 Christopher Davis,
24704 Andrew Eskilsson,
24705 Kai Grossjohann,
24706 Kevin Greiner,
24707 Jesper Harder,
24708 Paul Jarc,
24709 Simon Josefsson,
24710 David K@aa{}gedal,
24711 Richard Pieri,
24712 Fabrice Popineau,
24713 Daniel Quinlan,
24714 Michael Shields,
24715 Reiner Steib,
24716 Jason L. Tibbitts, III,
24717 Jack Vinson,
24718 Katsumi Yamaoka, @c Yamaoka
24719 and
24720 Teodor Zlatanov.
24721
24722 Also thanks to the following for patches and stuff:
24723
24724 Jari Aalto,
24725 Adrian Aichner,
24726 Vladimir Alexiev,
24727 Russ Allbery,
24728 Peter Arius,
24729 Matt Armstrong,
24730 Marc Auslander,
24731 Miles Bader,
24732 Alexei V. Barantsev,
24733 Frank Bennett,
24734 Robert Bihlmeyer,
24735 Chris Bone,
24736 Mark Borges,
24737 Mark Boyns,
24738 Lance A. Brown,
24739 Rob Browning,
24740 Kees de Bruin,
24741 Martin Buchholz,
24742 Joe Buehler,
24743 Kevin Buhr,
24744 Alastair Burt,
24745 Joao Cachopo,
24746 Zlatko Calusic,
24747 Massimo Campostrini,
24748 Castor,
24749 David Charlap,
24750 Dan Christensen,
24751 Kevin Christian,
24752 Jae-you Chung, @c ?
24753 James H. Cloos, Jr.,
24754 Laura Conrad,
24755 Michael R. Cook,
24756 Glenn Coombs,
24757 Andrew J. Cosgriff,
24758 Neil Crellin,
24759 Frank D. Cringle,
24760 Geoffrey T. Dairiki,
24761 Andre Deparade,
24762 Ulrik Dickow,
24763 Dave Disser,
24764 Rui-Tao Dong, @c ?
24765 Joev Dubach,
24766 Michael Welsh Duggan,
24767 Dave Edmondson,
24768 Paul Eggert,
24769 Mark W. Eichin,
24770 Karl Eichwalder,
24771 Enami Tsugutomo, @c Enami
24772 Michael Ernst,
24773 Luc Van Eycken,
24774 Sam Falkner,
24775 Nelson Jose dos Santos Ferreira,
24776 Sigbjorn Finne,
24777 Sven Fischer,
24778 Paul Fisher,
24779 Decklin Foster,
24780 Gary D. Foster,
24781 Paul Franklin,
24782 Guy Geens,
24783 Arne Georg Gleditsch,
24784 David S. Goldberg,
24785 Michelangelo Grigni,
24786 Dale Hagglund,
24787 D. Hall,
24788 Magnus Hammerin,
24789 Kenichi Handa, @c Handa
24790 Raja R. Harinath,
24791 Yoshiki Hayashi, @c Hayashi
24792 P. E. Jareth Hein,
24793 Hisashige Kenji, @c Hisashige
24794 Scott Hofmann,
24795 Marc Horowitz,
24796 Gunnar Horrigmo,
24797 Richard Hoskins,
24798 Brad Howes,
24799 Miguel de Icaza,
24800 Fran@,{c}ois Felix Ingrand,
24801 Tatsuya Ichikawa, @c Ichikawa
24802 Ishikawa Ichiro, @c Ishikawa
24803 Lee Iverson,
24804 Iwamuro Motonori, @c Iwamuro
24805 Rajappa Iyer,
24806 Andreas Jaeger,
24807 Adam P. Jenkins,
24808 Randell Jesup,
24809 Fred Johansen,
24810 Gareth Jones,
24811 Greg Klanderman,
24812 Karl Kleinpaste,
24813 Michael Klingbeil,
24814 Peter Skov Knudsen,
24815 Shuhei Kobayashi, @c Kobayashi
24816 Petr Konecny,
24817 Koseki Yoshinori, @c Koseki
24818 Thor Kristoffersen,
24819 Jens Lautenbacher,
24820 Martin Larose,
24821 Seokchan Lee, @c Lee
24822 Joerg Lenneis,
24823 Carsten Leonhardt,
24824 James LewisMoss,
24825 Christian Limpach,
24826 Markus Linnala,
24827 Dave Love,
24828 Mike McEwan,
24829 Tonny Madsen,
24830 Shlomo Mahlab,
24831 Nat Makarevitch,
24832 Istvan Marko,
24833 David Martin,
24834 Jason R. Mastaler,
24835 Gordon Matzigkeit,
24836 Timo Metzemakers,
24837 Richard Mlynarik,
24838 Lantz Moore,
24839 Morioka Tomohiko, @c Morioka
24840 Erik Toubro Nielsen,
24841 Hrvoje Niksic,
24842 Andy Norman,
24843 Fred Oberhauser,
24844 C. R. Oldham,
24845 Alexandre Oliva,
24846 Ken Olstad,
24847 Masaharu Onishi, @c Onishi
24848 Hideki Ono, @c Ono
24849 Ettore Perazzoli,
24850 William Perry,
24851 Stephen Peters,
24852 Jens-Ulrik Holger Petersen,
24853 Ulrich Pfeifer,
24854 Matt Pharr,
24855 Andy Piper,
24856 John McClary Prevost,
24857 Bill Pringlemeir,
24858 Mike Pullen,
24859 Jim Radford,
24860 Colin Rafferty,
24861 Lasse Rasinen,
24862 Lars Balker Rasmussen,
24863 Joe Reiss,
24864 Renaud Rioboo,
24865 Roland B. Roberts,
24866 Bart Robinson,
24867 Christian von Roques,
24868 Markus Rost,
24869 Jason Rumney,
24870 Wolfgang Rupprecht,
24871 Jay Sachs,
24872 Dewey M. Sasser,
24873 Conrad Sauerwald,
24874 Loren Schall,
24875 Dan Schmidt,
24876 Ralph Schleicher,
24877 Philippe Schnoebelen,
24878 Andreas Schwab,
24879 Randal L. Schwartz,
24880 Danny Siu,
24881 Matt Simmons,
24882 Paul D. Smith,
24883 Jeff Sparkes,
24884 Toby Speight,
24885 Michael Sperber,
24886 Darren Stalder,
24887 Richard Stallman,
24888 Greg Stark,
24889 Sam Steingold,
24890 Paul Stevenson,
24891 Jonas Steverud,
24892 Paul Stodghill,
24893 Kiyokazu Suto, @c Suto
24894 Kurt Swanson,
24895 Samuel Tardieu,
24896 Teddy,
24897 Chuck Thompson,
24898 Tozawa Akihiko, @c Tozawa
24899 Philippe Troin,
24900 James Troup,
24901 Trung Tran-Duc,
24902 Jack Twilley,
24903 Aaron M. Ucko,
24904 Aki Vehtari,
24905 Didier Verna,
24906 Vladimir Volovich,
24907 Jan Vroonhof,
24908 Stefan Waldherr,
24909 Pete Ware,
24910 Barry A. Warsaw,
24911 Christoph Wedler,
24912 Joe Wells,
24913 Lee Willis,
24914 and
24915 Lloyd Zusman.
24916
24917
24918 For a full overview of what each person has done, the ChangeLogs
24919 included in the Gnus alpha distributions should give ample reading
24920 (550kB and counting).
24921
24922 Apologies to everybody that I've forgotten, of which there are many, I'm
24923 sure.
24924
24925 Gee, that's quite a list of people.  I guess that must mean that there
24926 actually are people who are using Gnus.  Who'd'a thunk it!
24927
24928
24929 @node New Features
24930 @subsection New Features
24931 @cindex new features
24932
24933 @menu
24934 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
24935 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
24936 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
24937 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
24938 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
24939 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
24940 * No Gnus::                     Lars, FIXME!
24941 @end menu
24942
24943 These lists are, of course, just @emph{short} overviews of the
24944 @emph{most} important new features.  No, really.  There are tons more.
24945 Yes, we have feeping creaturism in full effect.
24946
24947 @node ding Gnus
24948 @subsubsection (ding) Gnus
24949
24950 New features in Gnus 5.0/5.1:
24951
24952 @itemize @bullet
24953
24954 @item
24955 The look of all buffers can be changed by setting format-like variables
24956 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
24957
24958 @item
24959 Local spool and several @acronym{NNTP} servers can be used at once
24960 (@pxref{Select Methods}).
24961
24962 @item
24963 You can combine groups into virtual groups (@pxref{Virtual Groups}).
24964
24965 @item
24966 You can read a number of different mail formats (@pxref{Getting Mail}).
24967 All the mail back ends implement a convenient mail expiry scheme
24968 (@pxref{Expiring Mail}).
24969
24970 @item
24971 Gnus can use various strategies for gathering threads that have lost
24972 their roots (thereby gathering loose sub-threads into one thread) or it
24973 can go back and retrieve enough headers to build a complete thread
24974 (@pxref{Customizing Threading}).
24975
24976 @item
24977 Killed groups can be displayed in the group buffer, and you can read
24978 them as well (@pxref{Listing Groups}).
24979
24980 @item
24981 Gnus can do partial group updates---you do not have to retrieve the
24982 entire active file just to check for new articles in a few groups
24983 (@pxref{The Active File}).
24984
24985 @item
24986 Gnus implements a sliding scale of subscribedness to groups
24987 (@pxref{Group Levels}).
24988
24989 @item
24990 You can score articles according to any number of criteria
24991 (@pxref{Scoring}).  You can even get Gnus to find out how to score
24992 articles for you (@pxref{Adaptive Scoring}).
24993
24994 @item
24995 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
24996 manner, so it should be difficult to lose much data on what you have
24997 read if your machine should go down (@pxref{Auto Save}).
24998
24999 @item
25000 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
25001 cluttering up the @file{.emacs} file.
25002
25003 @item
25004 You can set the process mark on both groups and articles and perform
25005 operations on all the marked items (@pxref{Process/Prefix}).
25006
25007 @item
25008 You can grep through a subset of groups and create a group from the
25009 results (@pxref{Kibozed Groups}).
25010
25011 @item
25012 You can list subsets of groups according to, well, anything
25013 (@pxref{Listing Groups}).
25014
25015 @item
25016 You can browse foreign servers and subscribe to groups from those
25017 servers (@pxref{Browse Foreign Server}).
25018
25019 @item
25020 Gnus can fetch articles, asynchronously, on a second connection to the
25021 server (@pxref{Asynchronous Fetching}).
25022
25023 @item
25024 You can cache articles locally (@pxref{Article Caching}).
25025
25026 @item
25027 The uudecode functions have been expanded and generalized
25028 (@pxref{Decoding Articles}).
25029
25030 @item
25031 You can still post uuencoded articles, which was a little-known feature
25032 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25033
25034 @item
25035 Fetching parents (and other articles) now actually works without
25036 glitches (@pxref{Finding the Parent}).
25037
25038 @item
25039 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25040
25041 @item
25042 Digests (and other files) can be used as the basis for groups
25043 (@pxref{Document Groups}).
25044
25045 @item
25046 Articles can be highlighted and customized (@pxref{Customizing
25047 Articles}).
25048
25049 @item
25050 URLs and other external references can be buttonized (@pxref{Article
25051 Buttons}).
25052
25053 @item
25054 You can do lots of strange stuff with the Gnus window & frame
25055 configuration (@pxref{Window Layout}).
25056
25057 @item
25058 You can click on buttons instead of using the keyboard
25059 (@pxref{Buttons}).
25060
25061 @end itemize
25062
25063
25064 @node September Gnus
25065 @subsubsection September Gnus
25066
25067 @iftex
25068 @iflatex
25069 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25070 @end iflatex
25071 @end iftex
25072
25073 New features in Gnus 5.2/5.3:
25074
25075 @itemize @bullet
25076
25077 @item
25078 A new message composition mode is used.  All old customization variables
25079 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25080 now obsolete.
25081
25082 @item
25083 Gnus is now able to generate @dfn{sparse} threads---threads where
25084 missing articles are represented by empty nodes (@pxref{Customizing
25085 Threading}).
25086
25087 @lisp
25088 (setq gnus-build-sparse-threads 'some)
25089 @end lisp
25090
25091 @item
25092 Outgoing articles are stored on a special archive server
25093 (@pxref{Archived Messages}).
25094
25095 @item
25096 Partial thread regeneration now happens when articles are
25097 referred.
25098
25099 @item
25100 Gnus can make use of GroupLens predictions.
25101
25102 @item
25103 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25104
25105 @item
25106 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25107
25108 @lisp
25109 (setq gnus-use-trees t)
25110 @end lisp
25111
25112 @item
25113 An @code{nn}-like pick-and-read minor mode is available for the summary
25114 buffers (@pxref{Pick and Read}).
25115
25116 @lisp
25117 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25118 @end lisp
25119
25120 @item
25121 In binary groups you can use a special binary minor mode (@pxref{Binary
25122 Groups}).
25123
25124 @item
25125 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25126 Topics}).
25127
25128 @lisp
25129 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25130 @end lisp
25131
25132 @item
25133 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25134
25135 @item
25136 Groups can now have a score, and bubbling based on entry frequency
25137 is possible (@pxref{Group Score}).
25138
25139 @lisp
25140 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25141 @end lisp
25142
25143 @item
25144 Groups can be process-marked, and commands can be performed on
25145 groups of groups (@pxref{Marking Groups}).
25146
25147 @item
25148 Caching is possible in virtual groups.
25149
25150 @item
25151 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25152 news batches, ClariNet briefs collections, and just about everything
25153 else (@pxref{Document Groups}).
25154
25155 @item
25156 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25157 (@pxref{SOUP}).
25158
25159 @item
25160 The Gnus cache is much faster.
25161
25162 @item
25163 Groups can be sorted according to many criteria (@pxref{Sorting
25164 Groups}).
25165
25166 @item
25167 New group parameters have been introduced to set list-addresses and
25168 expiry times (@pxref{Group Parameters}).
25169
25170 @item
25171 All formatting specs allow specifying faces to be used
25172 (@pxref{Formatting Fonts}).
25173
25174 @item
25175 There are several more commands for setting/removing/acting on process
25176 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25177
25178 @item
25179 The summary buffer can be limited to show parts of the available
25180 articles based on a wide range of criteria.  These commands have been
25181 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25182
25183 @item
25184 Articles can be made persistent with the @kbd{*} command
25185 (@pxref{Persistent Articles}).
25186
25187 @item
25188 All functions for hiding article elements are now toggles.
25189
25190 @item
25191 Article headers can be buttonized (@pxref{Article Washing}).
25192
25193 @item
25194 All mail back ends support fetching articles by @code{Message-ID}.
25195
25196 @item
25197 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25198
25199 @item
25200 All summary mode commands are available directly from the article
25201 buffer (@pxref{Article Keymap}).
25202
25203 @item
25204 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25205 Layout}).
25206
25207 @item
25208 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25209 @iftex
25210 @iflatex
25211 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25212 @end iflatex
25213 @end iftex
25214
25215 @item
25216 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25217
25218 @lisp
25219 (setq gnus-use-nocem t)
25220 @end lisp
25221
25222 @item
25223 Groups can be made permanently visible (@pxref{Listing Groups}).
25224
25225 @lisp
25226 (setq gnus-permanently-visible-groups "^nnml:")
25227 @end lisp
25228
25229 @item
25230 Many new hooks have been introduced to make customizing easier.
25231
25232 @item
25233 Gnus respects the @code{Mail-Copies-To} header.
25234
25235 @item
25236 Threads can be gathered by looking at the @code{References} header
25237 (@pxref{Customizing Threading}).
25238
25239 @lisp
25240 (setq gnus-summary-thread-gathering-function
25241       'gnus-gather-threads-by-references)
25242 @end lisp
25243
25244 @item
25245 Read articles can be stored in a special backlog buffer to avoid
25246 refetching (@pxref{Article Backlog}).
25247
25248 @lisp
25249 (setq gnus-keep-backlog 50)
25250 @end lisp
25251
25252 @item
25253 A clean copy of the current article is always stored in a separate
25254 buffer to allow easier treatment.
25255
25256 @item
25257 Gnus can suggest where to save articles (@pxref{Saving Articles}).
25258
25259 @item
25260 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
25261 Articles}).
25262
25263 @lisp
25264 (setq gnus-prompt-before-saving t)
25265 @end lisp
25266
25267 @item
25268 @code{gnus-uu} can view decoded files asynchronously while fetching
25269 articles (@pxref{Other Decode Variables}).
25270
25271 @lisp
25272 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
25273 @end lisp
25274
25275 @item
25276 Filling in the article buffer now works properly on cited text
25277 (@pxref{Article Washing}).
25278
25279 @item
25280 Hiding cited text adds buttons to toggle hiding, and how much
25281 cited text to hide is now customizable (@pxref{Article Hiding}).
25282
25283 @lisp
25284 (setq gnus-cited-lines-visible 2)
25285 @end lisp
25286
25287 @item
25288 Boring headers can be hidden (@pxref{Article Hiding}).
25289
25290 @item
25291 Default scoring values can now be set from the menu bar.
25292
25293 @item
25294 Further syntax checking of outgoing articles have been added.
25295
25296 @end itemize
25297
25298
25299 @node Red Gnus
25300 @subsubsection Red Gnus
25301
25302 New features in Gnus 5.4/5.5:
25303
25304 @iftex
25305 @iflatex
25306 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
25307 @end iflatex
25308 @end iftex
25309
25310 @itemize @bullet
25311
25312 @item
25313 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
25314
25315 @item
25316 Article prefetching functionality has been moved up into
25317 Gnus (@pxref{Asynchronous Fetching}).
25318
25319 @item
25320 Scoring can now be performed with logical operators like @code{and},
25321 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
25322 Scoring}).
25323
25324 @item
25325 Article washing status can be displayed in the
25326 article mode line (@pxref{Misc Article}).
25327
25328 @item
25329 @file{gnus.el} has been split into many smaller files.
25330
25331 @item
25332 Suppression of duplicate articles based on Message-ID can be done
25333 (@pxref{Duplicate Suppression}).
25334
25335 @lisp
25336 (setq gnus-suppress-duplicates t)
25337 @end lisp
25338
25339 @item
25340 New variables for specifying what score and adapt files are to be
25341 considered home score and adapt files (@pxref{Home Score File}) have
25342 been added.
25343
25344 @item
25345 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
25346 Server Internals}).
25347
25348 @item
25349 Groups can inherit group parameters from parent topics (@pxref{Topic
25350 Parameters}).
25351
25352 @item
25353 Article editing has been revamped and is now actually usable.
25354
25355 @item
25356 Signatures can be recognized in more intelligent fashions
25357 (@pxref{Article Signature}).
25358
25359 @item
25360 Summary pick mode has been made to look more @code{nn}-like.  Line
25361 numbers are displayed and the @kbd{.} command can be used to pick
25362 articles (@code{Pick and Read}).
25363
25364 @item
25365 Commands for moving the @file{.newsrc.eld} from one server to
25366 another have been added (@pxref{Changing Servers}).
25367
25368 @item
25369 There's a way now to specify that ``uninteresting'' fields be suppressed
25370 when generating lines in buffers (@pxref{Advanced Formatting}).
25371
25372 @item
25373 Several commands in the group buffer can be undone with @kbd{C-M-_}
25374 (@pxref{Undo}).
25375
25376 @item
25377 Scoring can be done on words using the new score type @code{w}
25378 (@pxref{Score File Format}).
25379
25380 @item
25381 Adaptive scoring can be done on a Subject word-by-word basis
25382 (@pxref{Adaptive Scoring}).
25383
25384 @lisp
25385 (setq gnus-use-adaptive-scoring '(word))
25386 @end lisp
25387
25388 @item
25389 Scores can be decayed (@pxref{Score Decays}).
25390
25391 @lisp
25392 (setq gnus-decay-scores t)
25393 @end lisp
25394
25395 @item
25396 Scoring can be performed using a regexp on the Date header.  The Date is
25397 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
25398
25399 @item
25400 A new command has been added to remove all data on articles from
25401 the native server (@pxref{Changing Servers}).
25402
25403 @item
25404 A new command for reading collections of documents
25405 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
25406 (@pxref{Really Various Summary Commands}).
25407
25408 @item
25409 Process mark sets can be pushed and popped (@pxref{Setting Process
25410 Marks}).
25411
25412 @item
25413 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
25414 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
25415
25416 @item
25417 A new back end for reading searches from Web search engines
25418 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
25419 (@pxref{Web Searches}).
25420
25421 @item
25422 Groups inside topics can now be sorted using the standard sorting
25423 functions, and each topic can be sorted independently (@pxref{Topic
25424 Sorting}).
25425
25426 @item
25427 Subsets of the groups can be sorted independently (@code{Sorting
25428 Groups}).
25429
25430 @item
25431 Cached articles can be pulled into the groups (@pxref{Summary Generation
25432 Commands}).
25433 @iftex
25434 @iflatex
25435 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
25436 @end iflatex
25437 @end iftex
25438
25439 @item
25440 Score files are now applied in a more reliable order (@pxref{Score
25441 Variables}).
25442
25443 @item
25444 Reports on where mail messages end up can be generated (@pxref{Splitting
25445 Mail}).
25446
25447 @item
25448 More hooks and functions have been added to remove junk from incoming
25449 mail before saving the mail (@pxref{Washing Mail}).
25450
25451 @item
25452 Emphasized text can be properly fontisized:
25453
25454 @end itemize
25455
25456
25457 @node Quassia Gnus
25458 @subsubsection Quassia Gnus
25459
25460 New features in Gnus 5.6:
25461
25462 @itemize @bullet
25463
25464 @item
25465 New functionality for using Gnus as an offline newsreader has been
25466 added.  A plethora of new commands and modes have been added.
25467 @xref{Gnus Unplugged}, for the full story.
25468
25469 @item
25470 The @code{nndraft} back end has returned, but works differently than
25471 before.  All Message buffers are now also articles in the @code{nndraft}
25472 group, which is created automatically.
25473
25474 @item
25475 @code{gnus-alter-header-function} can now be used to alter header
25476 values.
25477
25478 @item
25479 @code{gnus-summary-goto-article} now accept Message-ID's.
25480
25481 @item
25482 A new Message command for deleting text in the body of a message
25483 outside the region: @kbd{C-c C-v}.
25484
25485 @item
25486 You can now post to component group in @code{nnvirtual} groups with
25487 @kbd{C-u C-c C-c}.
25488
25489 @item
25490  @code{nntp-rlogin-program}---new variable to ease customization.
25491
25492 @item
25493 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
25494 re-highlighting of the article buffer.
25495
25496 @item
25497 New element in @code{gnus-boring-article-headers}---@code{long-to}.
25498
25499 @item
25500 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
25501 details.
25502
25503 @item
25504 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
25505 @kbd{a} to add the score rule to the @file{all.SCORE} file.
25506
25507 @item
25508 @code{gnus-simplify-subject-functions} variable to allow greater
25509 control over simplification.
25510
25511 @item
25512 @kbd{A T}---new command for fetching the current thread.
25513
25514 @item
25515 @kbd{/ T}---new command for including the current thread in the
25516 limit.
25517
25518 @item
25519 @kbd{M-RET} is a new Message command for breaking cited text.
25520
25521 @item
25522 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
25523
25524 @item
25525 The @code{custom-face-lookup} function has been removed.
25526 If you used this function in your initialization files, you must
25527 rewrite them to use @code{face-spec-set} instead.
25528
25529 @item
25530 Canceling now uses the current select method.  Symbolic prefix
25531 @kbd{a} forces normal posting method.
25532
25533 @item
25534 New command to translate M******** sm*rtq**t*s into proper
25535 text---@kbd{W d}.
25536
25537 @item
25538 For easier debugging of @code{nntp}, you can set
25539 @code{nntp-record-commands} to a non-@code{nil} value.
25540
25541 @item
25542 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
25543 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
25544
25545 @item
25546 A command for editing group parameters from the summary buffer
25547 has been added.
25548
25549 @item
25550 A history of where mails have been split is available.
25551
25552 @item
25553 A new article date command has been added---@code{article-date-iso8601}.
25554
25555 @item
25556 Subjects can be simplified when threading by setting
25557 @code{gnus-score-thread-simplify}.
25558
25559 @item
25560 A new function for citing in Message has been
25561 added---@code{message-cite-original-without-signature}.
25562
25563 @item
25564 @code{article-strip-all-blank-lines}---new article command.
25565
25566 @item
25567 A new Message command to kill to the end of the article has
25568 been added.
25569
25570 @item
25571 A minimum adaptive score can be specified by using the
25572 @code{gnus-adaptive-word-minimum} variable.
25573
25574 @item
25575 The ``lapsed date'' article header can be kept continually
25576 updated by the @code{gnus-start-date-timer} command.
25577
25578 @item
25579 Web listserv archives can be read with the @code{nnlistserv} back end.
25580
25581 @item
25582 Old dejanews archives can now be read by @code{nnweb}.
25583
25584 @end itemize
25585
25586 @node Pterodactyl Gnus
25587 @subsubsection Pterodactyl Gnus
25588
25589 New features in Gnus 5.8:
25590
25591 @itemize @bullet
25592
25593 @item
25594 The mail-fetching functions have changed.  See the manual for the
25595 many details.  In particular, all procmail fetching variables are gone.
25596
25597 If you used procmail like in
25598
25599 @lisp
25600 (setq nnmail-use-procmail t)
25601 (setq nnmail-spool-file 'procmail)
25602 (setq nnmail-procmail-directory "~/mail/incoming/")
25603 (setq nnmail-procmail-suffix "\\.in")
25604 @end lisp
25605
25606 this now has changed to
25607
25608 @lisp
25609 (setq mail-sources
25610       '((directory :path "~/mail/incoming/"
25611                    :suffix ".in")))
25612 @end lisp
25613
25614 @xref{Mail Source Specifiers}.
25615
25616 @item
25617 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
25618 Gnus, and adds a slew of new commands.  See the manual for details.
25619
25620 @item
25621 Gnus has also been multilingualized.  This also affects too
25622 many parts of Gnus to summarize here, and adds many new variables.
25623
25624 @item
25625 @code{gnus-auto-select-first} can now be a function to be
25626 called to position point.
25627
25628 @item
25629 The user can now decide which extra headers should be included in
25630 summary buffers and @acronym{NOV} files.
25631
25632 @item
25633 @code{gnus-article-display-hook} has been removed.  Instead, a number
25634 of variables starting with @code{gnus-treat-} have been added.
25635
25636 @item
25637 The Gnus posting styles have been redone again and now works in a
25638 subtly different manner.
25639
25640 @item
25641 New web-based back ends have been added: @code{nnslashdot},
25642 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
25643 again, to keep up with ever-changing layouts.
25644
25645 @item
25646 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
25647
25648 @end itemize
25649
25650 @node Oort Gnus
25651 @subsubsection Oort Gnus
25652 @cindex Oort Gnus
25653
25654 New features in Gnus 5.10:
25655
25656 @itemize @bullet
25657
25658 @item
25659 @code{gnus-group-read-ephemeral-group} can be called interactively,
25660 using @kbd{G M}.
25661
25662 @item
25663 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
25664 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
25665
25666 @item
25667 The revised Gnus @acronym{FAQ} is included in the manual,
25668 @xref{Frequently Asked Questions}.
25669
25670 @item
25671 Upgrading from previous (stable) version if you have used Oort.
25672
25673 If you have tried Oort (the unstable Gnus branch leading to this
25674 release) but went back to a stable version, be careful when upgrading to
25675 this version.  In particular, you will probably want to remove all
25676 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25677 read from your @file{.newsrc.eld} instead of from the
25678 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25679 later entry for more information about marks.  Note that downgrading
25680 isn't save in general.
25681
25682 @item
25683 Article Buttons
25684
25685 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25686 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25687 variables @code{gnus-button-@var{*}-level} can be used to control the
25688 appearance of all article buttons.  @xref{Article Button Levels}.
25689
25690 @item
25691 Dired integration
25692
25693 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
25694 bindings in dired buffers to send a file as an attachment, open a file
25695 using the appropriate mailcap entry, and print a file using the mailcap
25696 entry.
25697
25698 @item
25699 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25700
25701 @item
25702 Single-part yenc encoded attachments can be decoded.
25703
25704 @item
25705 Picons
25706
25707 The picons code has been reimplemented to work in GNU Emacs---some of
25708 the previous options have been removed or renamed.
25709
25710 Picons are small ``personal icons'' representing users, domain and
25711 newsgroups, which can be displayed in the Article buffer.
25712 @xref{Picons}.
25713
25714 @item
25715 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25716 boundary line is drawn at the end of the headers.
25717
25718 @item
25719 Retrieval of charters and control messages
25720
25721 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25722 control messages (@kbd{H C}).
25723
25724 @item
25725 Delayed articles
25726
25727 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25728 buffer.  The messages are delivered at specified time.  This is useful
25729 for sending yourself reminders.  @xref{Delayed Articles}.
25730
25731 @item
25732 If @code{auto-compression-mode} is enabled, attachments are automatically
25733 decompressed when activated.
25734
25735 @item
25736 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25737 the nnml back end allows compressed message files.
25738
25739 @item
25740 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25741
25742 @item
25743 The Summary Buffer uses an arrow in the fringe to indicate the current
25744 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25745
25746 @item
25747 Warn about email replies to news
25748
25749 Do you often find yourself replying to news by email by mistake?  Then
25750 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25751 you.
25752
25753 @item
25754 If the new option @code{gnus-summary-display-while-building} is
25755 non-@code{nil}, the summary buffer is shown and updated as it's being
25756 built.
25757
25758 @item
25759 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25760 opposed to old but unread messages).
25761
25762 @item
25763 The new option @code{gnus-gcc-mark-as-read} automatically marks
25764 Gcc articles as read.
25765
25766 @item
25767 The nndoc back end now supports mailman digests and exim bounces.
25768
25769 @item
25770 Gnus supports RFC 2369 mailing list headers, and adds a number of
25771 related commands in mailing list groups.  @xref{Mailing List}.
25772
25773 @item
25774 The Date header can be displayed in a format that can be read aloud
25775 in English.  @xref{Article Date}.
25776
25777 @item
25778 The envelope sender address can be customized when using Sendmail.
25779 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25780
25781 @item
25782 diffs are automatically highlighted in groups matching
25783 @code{mm-uu-diff-groups-regexp}
25784
25785 @item
25786 @acronym{TLS} wrapper shipped with Gnus
25787
25788 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25789 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25790 @acronym{TLS}/@acronym{SSL} support via (external third party)
25791 @file{ssl.el} and OpenSSL still works.
25792
25793 @item
25794 New @file{make.bat} for compiling and installing Gnus under MS Windows
25795
25796 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25797 first argument to the batch-program should be the directory where
25798 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25799 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25800 the second parameter.
25801
25802 @file{make.bat} has been rewritten from scratch, it now features
25803 automatic recognition of XEmacs and GNU Emacs, generates
25804 @file{gnus-load.el}, checks if errors occur while compilation and
25805 generation of info files and reports them at the end of the build
25806 process.  It now uses @code{makeinfo} if it is available and falls
25807 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25808 install all files which are necessary to run Gnus and be generally a
25809 complete replacement for the @code{configure; make; make install}
25810 cycle used under Unix systems.
25811
25812 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25813 been removed.
25814
25815 @item
25816 Support for non-@acronym{ASCII} domain names
25817
25818 Message supports non-@acronym{ASCII} domain names in From:, To: and
25819 Cc: and will query you whether to perform encoding when you try to
25820 send a message.  The variable @code{message-use-idna} controls this.
25821 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25822 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25823 controls this.
25824
25825 @item
25826 Better handling of Microsoft citation styles
25827
25828 Gnus now tries to recognize the mangled header block that some Microsoft
25829 mailers use to indicate that the rest of the message is a citation, even
25830 though it is not quoted in any way.  The variable
25831 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25832 citations.
25833
25834 @item
25835 @code{gnus-article-skip-boring}
25836
25837 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
25838 not scroll down to show you a page that contains only boring text,
25839 which by default means cited text and signature.  You can customize
25840 what is skippable using @code{gnus-article-boring-faces}.
25841
25842 This feature is especially useful if you read many articles that
25843 consist of a little new content at the top with a long, untrimmed
25844 message cited below.
25845
25846 @item
25847 The format spec @code{%C} for positioning point has changed to @code{%*}.
25848
25849 @item
25850 The new variable @code{gnus-parameters} can be used to set group parameters.
25851
25852 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
25853 the parameters in @file{~/.newsrc.eld}, but via this variable you can
25854 enjoy the powers of customize, and simplified backups since you set the
25855 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
25856 variable maps regular expressions matching group names to group
25857 parameters, a'la:
25858 @lisp
25859 (setq gnus-parameters
25860       '(("mail\\..*"
25861          (gnus-show-threads nil)
25862          (gnus-use-scoring nil))
25863         ("^nnimap:\\(foo.bar\\)$"
25864          (to-group . "\\1"))))
25865 @end lisp
25866
25867 @item
25868 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
25869
25870 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
25871 disable it.
25872
25873 @item
25874 Gnus no longer generate the Sender: header automatically.
25875
25876 Earlier it was generated iff the user configurable email address was
25877 different from the Gnus guessed default user address.  As the guessing
25878 algorithm is rarely correct these days, and (more controversially) the
25879 only use of the Sender: header was to check if you are entitled to
25880 cancel/supersede news (which is now solved by Cancel Locks instead,
25881 see another entry), generation of the header has been disabled by
25882 default.  See the variables @code{message-required-headers},
25883 @code{message-required-news-headers}, and
25884 @code{message-required-mail-headers}.
25885
25886 @item
25887 Features from third party @file{message-utils.el} added to @file{message.el}.
25888
25889 Message now asks if you wish to remove @samp{(was: <old subject>)} from
25890 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
25891 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
25892 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
25893 appropriate headers and a note in the body for cross-postings and
25894 followups (see the variables @code{message-cross-post-@var{*}}).
25895
25896 @item
25897 References and X-Draft-Headers are no longer generated when you start
25898 composing messages and @code{message-generate-headers-first} is
25899 @code{nil}.
25900
25901 @item
25902 Improved anti-spam features.
25903
25904 Gnus is now able to take out spam from your mail and news streams
25905 using a wide variety of programs and filter rules.  Among the supported
25906 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
25907 for easy use of external packages such as SpamAssassin and Hashcash
25908 are also new.  @xref{Thwarting Email Spam}.
25909
25910 @item
25911 Easy inclusion of X-Faces headers.
25912
25913 @item
25914 Face headers handling.
25915
25916 @item
25917 In the summary buffer, the new command @kbd{/ N} inserts new messages
25918 and @kbd{/ o} inserts old messages.
25919
25920 @item
25921 Gnus decodes morse encoded messages if you press @kbd{W m}.
25922
25923 @item
25924 Unread count correct in nnimap groups.
25925
25926 The estimated number of unread articles in the group buffer should now
25927 be correct for nnimap groups.  This is achieved by calling
25928 @code{nnimap-fixup-unread-after-getting-new-news} from the
25929 @code{gnus-setup-news-hook} (called on startup) and
25930 @code{gnus-after-getting-new-news-hook}. (called after getting new
25931 mail).  If you have modified those variables from the default, you may
25932 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
25933 you were happy with the estimate and want to save some (minimal) time
25934 when getting new mail, remove the function.
25935
25936 @item
25937 Group Carbon Copy (GCC) quoting
25938
25939 To support groups that contains SPC and other weird characters, groups
25940 are quoted before they are placed in the Gcc: header.  This means
25941 variables such as @code{gnus-message-archive-group} should no longer
25942 contain quote characters to make groups containing SPC work.  Also, if
25943 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
25944 into two groups) you must change it to return the list
25945 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
25946 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
25947 was incorrect earlier, it just didn't generate any problems since it
25948 was inserted directly.
25949
25950 @item
25951 @file{~/News/overview/} not used.
25952
25953 As a result of the following change, the @file{~/News/overview/}
25954 directory is not used any more.  You can safely delete the entire
25955 hierarchy.
25956
25957 @item
25958 @code{gnus-agent}
25959
25960 The Gnus Agent has seen a major updated and is now enabled by default,
25961 and all nntp and nnimap servers from @code{gnus-select-method} and
25962 @code{gnus-secondary-select-method} are agentized by default.  Earlier
25963 only the server in @code{gnus-select-method} was agentized by the
25964 default, and the agent was disabled by default.  When the agent is
25965 enabled, headers are now also retrieved from the Agent cache instead
25966 of the back ends when possible.  Earlier this only happened in the
25967 unplugged state.  You can enroll or remove servers with @kbd{J a} and
25968 @kbd{J r} in the server buffer.  Gnus will not download articles into
25969 the Agent cache, unless you instruct it to do so, though, by using
25970 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
25971 behaviour of having the Agent disabled with @code{(setq gnus-agent
25972 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
25973 is not needed any more.
25974
25975 @item
25976 @code{gnus-summary-line-format}
25977
25978 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
25979 %s\n}.  Moreover @code{gnus-extra-headers},
25980 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
25981 changed their default so that the users name will be replaced by the
25982 recipient's name or the group name posting to for @acronym{NNTP}
25983 groups.
25984
25985 @item
25986 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
25987
25988 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
25989 broken Outlook (Express) articles.
25990
25991 @item
25992 @code{(require 'gnus-load)}
25993
25994 If you use a stand-alone Gnus distribution, you'd better add
25995 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
25996 lisp directory into load-path.
25997
25998 File @file{gnus-load.el} contains autoload commands, functions and variables,
25999 some of which may not be included in distributions of Emacsen.
26000
26001 @item
26002 @code{gnus-slave-unplugged}
26003
26004 A new command which starts Gnus offline in slave mode.
26005
26006 @item
26007 @code{message-insinuate-rmail}
26008
26009 Adding @code{(message-insinuate-rmail)} and @code{(setq
26010 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
26011 compose, reply and forward messages in message-mode, where you can
26012 enjoy the power of @acronym{MML}.
26013
26014 @item
26015 @code{message-minibuffer-local-map}
26016
26017 The line below enables BBDB in resending a message:
26018 @lisp
26019 (define-key message-minibuffer-local-map [(tab)]
26020   'bbdb-complete-name)
26021 @end lisp
26022
26023 @item
26024 Externalizing and deleting of attachments.
26025
26026 If @code{gnus-gcc-externalize-attachments} or
26027 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26028 local files as external parts.
26029
26030 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26031 on @acronym{MIME} buttons) saves a part and replaces the part with an
26032 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26033 @acronym{MIME} buttons) removes a part.  It works only on back ends
26034 that support editing.
26035
26036 @item
26037 @code{gnus-default-charset}
26038
26039 The default value is determined from the
26040 @code{current-language-environment} variable, instead of
26041 @code{iso-8859-1}.  Also the @samp{.*} item in
26042 @code{gnus-group-charset-alist} is removed.
26043
26044 @item
26045 @code{gnus-posting-styles}
26046
26047 Add a new format of match like
26048 @lisp
26049 ((header "to" "larsi.*org")
26050  (Organization "Somewhere, Inc."))
26051 @end lisp
26052 The old format like the lines below is obsolete, but still accepted.
26053 @lisp
26054 (header "to" "larsi.*org"
26055         (Organization "Somewhere, Inc."))
26056 @end lisp
26057
26058 @item
26059 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26060
26061 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26062 added into these two variables.  If you customized those, perhaps you
26063 need add those two headers too.
26064
26065 @item
26066 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26067
26068 If one reads an article while plugged, and the article already exists
26069 in the Agent, it won't get downloaded once more.  @code{(setq
26070 gnus-agent-cache nil)} reverts to the old behavior.
26071
26072 @item
26073 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26074 composing messages, it is enabled by @code{use-hard-newlines}.
26075 Decoding format=flowed was present but not documented in earlier
26076 versions.
26077
26078 @item
26079 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26080
26081 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26082
26083 @item
26084 Gnus supports Maildir groups.
26085
26086 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26087
26088 @item
26089 Printing capabilities are enhanced.
26090
26091 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26092 Article buffers.  Also, each individual @acronym{MIME} part can be
26093 printed using @kbd{p} on the @acronym{MIME} button.
26094
26095 @item
26096 Message supports the Importance: (RFC 2156) header.
26097
26098 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26099 the valid values.
26100
26101 @item
26102 Gnus supports Cancel Locks in News.
26103
26104 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26105 used to determine if you wrote an article or not (for canceling and
26106 superseding).  Gnus generates a random password string the first time
26107 you post a message, and saves it in your @file{~/.emacs} using the Custom
26108 system.  While the variable is called @code{canlock-password}, it is not
26109 security sensitive data.  Publishing your canlock string on the web
26110 will not allow anyone to be able to anything she could not already do.
26111 The behaviour can be changed by customizing @code{message-insert-canlock}.
26112
26113 @item
26114 Gnus supports server-side mail filtering using Sieve.
26115
26116 Sieve rules can be added as Group Parameters for groups, and the
26117 complete Sieve script is generated using @kbd{D g} from the Group
26118 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26119 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26120 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26121
26122 @item
26123 Extended format specs.
26124
26125 Format spec @samp{%&user-date;} is added into
26126 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26127 format specs are supported.  The extended format specs look like
26128 @samp{%u&foo;}, which invokes function
26129 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26130 escape character, old user defined format @samp{%u&} is no longer supported.
26131
26132 @item
26133 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26134
26135 It was aliased to @kbd{Y c}
26136 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26137 out other articles.
26138
26139 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26140
26141 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26142 s}, @kbd{/ a}, and @kbd{/ x}
26143 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26144 result will be to display all articles that do not match the expression.
26145
26146 @item
26147 Group names are treated as UTF-8 by default.
26148
26149 This is supposedly what USEFOR wanted to migrate to.  See
26150 @code{gnus-group-name-charset-group-alist} and
26151 @code{gnus-group-name-charset-method-alist} for customization.
26152
26153 @item
26154 The nnml and nnfolder back ends store marks for each groups.
26155
26156 This makes it possible to take backup of nnml/nnfolder servers/groups
26157 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26158 makes it possible to share articles and marks between users (without
26159 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26160 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26161 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26162 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26163 another machine, Gnus will automatically use the @file{.marks} or
26164 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26165 The new server variables @code{nnml-marks-is-evil} and
26166 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26167
26168 @item
26169 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26170 been renamed to ``Gnus''.
26171
26172 @item
26173 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26174 renamed to ``Attachments''.  Note that this menu also contains security
26175 related stuff, like signing and encryption (@pxref{Security, Security,,
26176 message, Message Manual}).
26177
26178 @item
26179 @code{gnus-group-charset-alist} and
26180 @code{gnus-group-ignored-charsets-alist}.
26181
26182 The regexps in these variables are compared with full group names
26183 instead of real group names in 5.8.  Users who customize these
26184 variables should change those regexps accordingly.  For example:
26185 @lisp
26186 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26187 @end lisp
26188
26189 @item
26190 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26191 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26192
26193 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26194 additional Lisp libraries.  This add several menu items to the
26195 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26196 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26197
26198 @item
26199 Gnus inlines external parts (message/external).
26200
26201 @item
26202 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26203 C-m}.
26204
26205 This change was made to avoid conflict with the standard binding of
26206 @code{back-to-indentation}, which is also useful in message mode.
26207
26208 @item
26209 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26210
26211 The behaviour for the @code{best} value is to show @acronym{MML} (i.e.,
26212 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26213 used when forwarding signed or encrypted messages, as the conversion
26214 invalidate the digital signature.
26215 @end itemize
26216
26217 @node No Gnus
26218 @subsubsection No Gnus
26219 @cindex No Gnus
26220
26221 New features in No Gnus:
26222 @c FIXME: Gnus 5.12?
26223
26224 @include gnus-news.texi
26225
26226 @iftex
26227
26228 @page
26229 @node The Manual
26230 @section The Manual
26231 @cindex colophon
26232 @cindex manual
26233
26234 This manual was generated from a TeXinfo file and then run through
26235 either @code{texi2dvi}
26236 @iflatex
26237 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26238 and then run through @code{latex} and @code{dvips}
26239 @end iflatex
26240 to get what you hold in your hands now.
26241
26242 The following conventions have been used:
26243
26244 @enumerate
26245
26246 @item
26247 This is a @samp{string}
26248
26249 @item
26250 This is a @kbd{keystroke}
26251
26252 @item
26253 This is a @file{file}
26254
26255 @item
26256 This is a @code{symbol}
26257
26258 @end enumerate
26259
26260 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
26261 mean:
26262
26263 @lisp
26264 (setq flargnoze "yes")
26265 @end lisp
26266
26267 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
26268
26269 @lisp
26270 (setq flumphel 'yes)
26271 @end lisp
26272
26273 @samp{yes} and @code{yes} are two @emph{very} different things---don't
26274 ever get them confused.
26275
26276 @iflatex
26277 @c @head
26278 Of course, everything in this manual is of vital interest, so you should
26279 read it all.  Several times.  However, if you feel like skimming the
26280 manual, look for that gnu head you should see in the margin over
26281 there---it means that what's being discussed is of more importance than
26282 the rest of the stuff.  (On the other hand, if everything is infinitely
26283 important, how can anything be more important than that?  Just one more
26284 of the mysteries of this world, I guess.)
26285 @end iflatex
26286
26287 @end iftex
26288
26289
26290 @node On Writing Manuals
26291 @section On Writing Manuals
26292
26293 I guess most manuals are written after-the-fact; documenting a program
26294 that's already there.  This is not how this manual is written.  When
26295 implementing something, I write the manual entry for that something
26296 straight away.  I then see that it's difficult to explain the
26297 functionality, so I write how it's supposed to be, and then I change the
26298 implementation.  Writing the documentation and writing the code goes
26299 hand in hand.
26300
26301 This, of course, means that this manual has no, or little, flow.  It
26302 documents absolutely everything in Gnus, but often not where you're
26303 looking for it.  It is a reference manual, and not a guide to how to get
26304 started with Gnus.
26305
26306 That would be a totally different book, that should be written using the
26307 reference manual as source material.  It would look quite differently.
26308
26309
26310 @page
26311 @node Terminology
26312 @section Terminology
26313
26314 @cindex terminology
26315 @table @dfn
26316
26317 @item news
26318 @cindex news
26319 This is what you are supposed to use this thing for---reading news.
26320 News is generally fetched from a nearby @acronym{NNTP} server, and is
26321 generally publicly available to everybody.  If you post news, the entire
26322 world is likely to read just what you have written, and they'll all
26323 snigger mischievously.  Behind your back.
26324
26325 @item mail
26326 @cindex mail
26327 Everything that's delivered to you personally is mail.  Some news/mail
26328 readers (like Gnus) blur the distinction between mail and news, but
26329 there is a difference.  Mail is private.  News is public.  Mailing is
26330 not posting, and replying is not following up.
26331
26332 @item reply
26333 @cindex reply
26334 Send a mail to the person who has written what you are reading.
26335
26336 @item follow up
26337 @cindex follow up
26338 Post an article to the current newsgroup responding to the article you
26339 are reading.
26340
26341 @item back end
26342 @cindex back end
26343 Gnus considers mail and news to be mostly the same, really.  The only
26344 difference is how to access the actual articles.  News articles are
26345 commonly fetched via the protocol @acronym{NNTP}, whereas mail
26346 messages could be read from a file on the local disk.  The internal
26347 architecture of Gnus thus comprises a ``front end'' and a number of
26348 ``back ends''.  Internally, when you enter a group (by hitting
26349 @key{RET}, say), you thereby invoke a function in the front end in
26350 Gnus.  The front end then ``talks'' to a back end and says things like
26351 ``Give me the list of articles in the foo group'' or ``Show me article
26352 number 4711''.
26353
26354 So a back end mainly defines either a protocol (the @code{nntp} back
26355 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
26356 accesses mail via @acronym{IMAP}) or a file format and directory
26357 layout (the @code{nnspool} back end accesses news via the common
26358 ``spool directory'' format, the @code{nnml} back end access mail via a
26359 file format and directory layout that's quite similar).
26360
26361 Gnus does not handle the underlying media, so to speak---this is all
26362 done by the back ends.  A back end is a collection of functions to
26363 access the articles.
26364
26365 However, sometimes the term ``back end'' is also used where ``server''
26366 would have been more appropriate.  And then there is the term ``select
26367 method'' which can mean either.  The Gnus terminology can be quite
26368 confusing.
26369
26370 @item native
26371 @cindex native
26372 Gnus will always use one method (and back end) as the @dfn{native}, or
26373 default, way of getting news.
26374
26375 @item foreign
26376 @cindex foreign
26377 You can also have any number of foreign groups active at the same time.
26378 These are groups that use non-native non-secondary back ends for getting
26379 news.
26380
26381 @item secondary
26382 @cindex secondary
26383 Secondary back ends are somewhere half-way between being native and being
26384 foreign, but they mostly act like they are native.
26385
26386 @item article
26387 @cindex article
26388 A message that has been posted as news.
26389
26390 @item mail message
26391 @cindex mail message
26392 A message that has been mailed.
26393
26394 @item message
26395 @cindex message
26396 A mail message or news article
26397
26398 @item head
26399 @cindex head
26400 The top part of a message, where administrative information (etc.) is
26401 put.
26402
26403 @item body
26404 @cindex body
26405 The rest of an article.  Everything not in the head is in the
26406 body.
26407
26408 @item header
26409 @cindex header
26410 A line from the head of an article.
26411
26412 @item headers
26413 @cindex headers
26414 A collection of such lines, or a collection of heads.  Or even a
26415 collection of @acronym{NOV} lines.
26416
26417 @item @acronym{NOV}
26418 @cindex @acronym{NOV}
26419 When Gnus enters a group, it asks the back end for the headers of all
26420 unread articles in the group.  Most servers support the News OverView
26421 format, which is more compact and much faster to read and parse than the
26422 normal @sc{head} format.
26423
26424 @item level
26425 @cindex levels
26426 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
26427 that have a lower level are ``more'' subscribed than the groups with a
26428 higher level.  In fact, groups on levels 1-5 are considered
26429 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
26430 are @dfn{killed}.  Commands for listing groups and scanning for new
26431 articles will all use the numeric prefix as @dfn{working level}.
26432
26433 @item killed groups
26434 @cindex killed groups
26435 No information on killed groups is stored or updated, which makes killed
26436 groups much easier to handle than subscribed groups.
26437
26438 @item zombie groups
26439 @cindex zombie groups
26440 Just like killed groups, only slightly less dead.
26441
26442 @item active file
26443 @cindex active file
26444 The news server has to keep track of what articles it carries, and what
26445 groups exist.  All this information in stored in the active file, which
26446 is rather large, as you might surmise.
26447
26448 @item bogus groups
26449 @cindex bogus groups
26450 A group that exists in the @file{.newsrc} file, but isn't known to the
26451 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
26452 This means that the group probably doesn't exist (any more).
26453
26454 @item activating
26455 @cindex activating groups
26456 The act of asking the server for info on a group and computing the
26457 number of unread articles is called @dfn{activating the group}.
26458 Un-activated groups are listed with @samp{*} in the group buffer.
26459
26460 @item server
26461 @cindex server
26462 A machine one can connect to and get news (or mail) from.
26463
26464 @item select method
26465 @cindex select method
26466 A structure that specifies the back end, the server and the virtual
26467 server settings.
26468
26469 @item virtual server
26470 @cindex virtual server
26471 A named select method.  Since a select method defines all there is to
26472 know about connecting to a (physical) server, taking the thing as a
26473 whole is a virtual server.
26474
26475 @item washing
26476 @cindex washing
26477 Taking a buffer and running it through a filter of some sort.  The
26478 result will (more often than not) be cleaner and more pleasing than the
26479 original.
26480
26481 @item ephemeral groups
26482 @cindex ephemeral groups
26483 @cindex temporary groups
26484 Most groups store data on what articles you have read.  @dfn{Ephemeral}
26485 groups are groups that will have no data stored---when you exit the
26486 group, it'll disappear into the aether.
26487
26488 @item solid groups
26489 @cindex solid groups
26490 This is the opposite of ephemeral groups.  All groups listed in the
26491 group buffer are solid groups.
26492
26493 @item sparse articles
26494 @cindex sparse articles
26495 These are article placeholders shown in the summary buffer when
26496 @code{gnus-build-sparse-threads} has been switched on.
26497
26498 @item threading
26499 @cindex threading
26500 To put responses to articles directly after the articles they respond
26501 to---in a hierarchical fashion.
26502
26503 @item root
26504 @cindex root
26505 @cindex thread root
26506 The first article in a thread is the root.  It is the ancestor of all
26507 articles in the thread.
26508
26509 @item parent
26510 @cindex parent
26511 An article that has responses.
26512
26513 @item child
26514 @cindex child
26515 An article that responds to a different article---its parent.
26516
26517 @item digest
26518 @cindex digest
26519 A collection of messages in one file.  The most common digest format is
26520 specified by RFC 1153.
26521
26522 @item splitting
26523 @cindex splitting, terminolgy
26524 @cindex mail sorting
26525 @cindex mail filtering (splitting)
26526 The action of sorting your emails according to certain rules. Sometimes
26527 incorrectly called mail filtering.
26528
26529 @end table
26530
26531
26532 @page
26533 @node Customization
26534 @section Customization
26535 @cindex general customization
26536
26537 All variables are properly documented elsewhere in this manual.  This
26538 section is designed to give general pointers on how to customize Gnus
26539 for some quite common situations.
26540
26541 @menu
26542 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
26543 * Slow Terminal Connection::    You run a remote Emacs.
26544 * Little Disk Space::           You feel that having large setup files is icky.
26545 * Slow Machine::                You feel like buying a faster machine.
26546 @end menu
26547
26548
26549 @node Slow/Expensive Connection
26550 @subsection Slow/Expensive NNTP Connection
26551
26552 If you run Emacs on a machine locally, and get your news from a machine
26553 over some very thin strings, you want to cut down on the amount of data
26554 Gnus has to get from the @acronym{NNTP} server.
26555
26556 @table @code
26557
26558 @item gnus-read-active-file
26559 Set this to @code{nil}, which will inhibit Gnus from requesting the
26560 entire active file from the server.  This file is often v.  large.  You
26561 also have to set @code{gnus-check-new-newsgroups} and
26562 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26563 doesn't suddenly decide to fetch the active file anyway.
26564
26565 @item gnus-nov-is-evil
26566 This one has to be @code{nil}.  If not, grabbing article headers from
26567 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
26568 support @sc{xover}; Gnus will detect this by itself.
26569 @end table
26570
26571
26572 @node Slow Terminal Connection
26573 @subsection Slow Terminal Connection
26574
26575 Let's say you use your home computer for dialing up the system that runs
26576 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
26577 possible) the amount of data sent over the wires.
26578
26579 @table @code
26580
26581 @item gnus-auto-center-summary
26582 Set this to @code{nil} to inhibit Gnus from re-centering the summary
26583 buffer all the time.  If it is @code{vertical}, do only vertical
26584 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
26585 horizontal and vertical recentering.
26586
26587 @item gnus-visible-headers
26588 Cut down on the headers included in the articles to the
26589 minimum.  You can, in fact, make do without them altogether---most of the
26590 useful data is in the summary buffer, anyway.  Set this variable to
26591 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
26592
26593 Set this hook to all the available hiding commands:
26594 @lisp
26595 (setq gnus-treat-hide-headers 'head
26596       gnus-treat-hide-signature t
26597       gnus-treat-hide-citation t)
26598 @end lisp
26599
26600 @item gnus-use-full-window
26601 By setting this to @code{nil}, you can make all the windows smaller.
26602 While this doesn't really cut down much generally, it means that you
26603 have to see smaller portions of articles before deciding that you didn't
26604 want to read them anyway.
26605
26606 @item gnus-thread-hide-subtree
26607 If this is non-@code{nil}, all threads in the summary buffer will be
26608 hidden initially.
26609
26610
26611 @item gnus-updated-mode-lines
26612 If this is @code{nil}, Gnus will not put information in the buffer mode
26613 lines, which might save some time.
26614 @end table
26615
26616
26617 @node Little Disk Space
26618 @subsection Little Disk Space
26619 @cindex disk space
26620
26621 The startup files can get rather large, so you may want to cut their
26622 sizes a bit if you are running out of space.
26623
26624 @table @code
26625
26626 @item gnus-save-newsrc-file
26627 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
26628 only save @file{.newsrc.eld}.  This means that you will not be able to
26629 use any other newsreaders than Gnus.  This variable is @code{t} by
26630 default.
26631
26632 @item gnus-read-newsrc-file
26633 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
26634 only read @file{.newsrc.eld}.  This means that you will not be able to
26635 use any other newsreaders than Gnus.  This variable is @code{t} by
26636 default.
26637
26638 @item gnus-save-killed-list
26639 If this is @code{nil}, Gnus will not save the list of dead groups.  You
26640 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
26641 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
26642 variable to @code{nil}.  This variable is @code{t} by default.
26643
26644 @end table
26645
26646
26647 @node Slow Machine
26648 @subsection Slow Machine
26649 @cindex slow machine
26650
26651 If you have a slow machine, or are just really impatient, there are a
26652 few things you can do to make Gnus run faster.
26653
26654 Set @code{gnus-check-new-newsgroups} and
26655 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
26656
26657 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
26658 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
26659 summary buffer faster.
26660
26661 Gnus uses the internal ELisp-based @code{uncompface} program for
26662 decoding an @code{X-Face} header normally in Emacs.  If you feel it is
26663 slow, set @code{uncompface-use-external} to @code{t}.  @xref{X-Face}.
26664
26665
26666 @page
26667 @node Troubleshooting
26668 @section Troubleshooting
26669 @cindex troubleshooting
26670
26671 Gnus works @emph{so} well straight out of the box---I can't imagine any
26672 problems, really.
26673
26674 Ahem.
26675
26676 @enumerate
26677
26678 @item
26679 Make sure your computer is switched on.
26680
26681 @item
26682 Make sure that you really load the current Gnus version.  If you have
26683 been running @sc{gnus}, you need to exit Emacs and start it up again before
26684 Gnus will work.
26685
26686 @item
26687 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26688 like @samp{T-gnus 6.17.* (based on Gnus v5.10.*; for SEMI 1.1*, FLIM
26689 1.1*)} you have the right files loaded.  Otherwise you have some old
26690 @file{.el} files lying around.  Delete these.
26691
26692 @item
26693 Read the help group (@kbd{G h} in the group buffer) for a
26694 @acronym{FAQ} and a how-to.
26695
26696 @item
26697 @vindex max-lisp-eval-depth
26698 Gnus works on many recursive structures, and in some extreme (and very
26699 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26700 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26701 something like that.
26702 @end enumerate
26703
26704 If all else fails, report the problem as a bug.
26705
26706 @cindex bugs
26707 @cindex reporting bugs
26708
26709 @kindex M-x gnus-bug
26710 @findex gnus-bug
26711 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26712 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26713 me the backtrace.  I will fix bugs, but I can only fix them if you send
26714 me a precise description as to how to reproduce the bug.
26715
26716 You really can never be too detailed in a bug report.  Always use the
26717 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26718 a 10Kb mail each time you use it, and even if you have sent me your
26719 environment 500 times before.  I don't care.  I want the full info each
26720 time.
26721
26722 It is also important to remember that I have no memory whatsoever.  If
26723 you send a bug report, and I send you a reply, and then you just send
26724 back ``No, it's not! Moron!'', I will have no idea what you are
26725 insulting me about.  Always over-explain everything.  It's much easier
26726 for all of us---if I don't have all the information I need, I will just
26727 mail you and ask for more info, and everything takes more time.
26728
26729 If the problem you're seeing is very visual, and you can't quite explain
26730 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26731 it somewhere it can be reached, and include the URL of the picture in
26732 the bug report.
26733
26734 @cindex patches
26735 If you would like to contribute a patch to fix bugs or make
26736 improvements, please produce the patch using @samp{diff -u}.
26737
26738 @cindex edebug
26739 If you want to debug your problem further before reporting, possibly
26740 in order to solve the problem yourself and send a patch, you can use
26741 edebug.  Debugging Lisp code is documented in the Elisp manual
26742 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26743 Lisp Reference Manual}).  To get you started with edebug, consider if
26744 you discover some weird behaviour when pressing @kbd{c}, the first
26745 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26746 the documentation buffer that leads you to the function definition,
26747 then press @kbd{M-x edebug-defun RET} with point inside that function,
26748 return to Gnus and press @kbd{c} to invoke the code.  You will be
26749 placed in the lisp buffer and can single step using @kbd{SPC} and
26750 evaluate expressions using @kbd{M-:} or inspect variables using
26751 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26752 @kbd{c} or @kbd{g}.
26753
26754 @cindex elp
26755 @cindex profile
26756 @cindex slow
26757 Sometimes, a problem do not directly generate an elisp error but
26758 manifests itself by causing Gnus to be very slow.  In these cases, you
26759 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26760 slow, and then try to analyze the backtrace (repeating the procedure
26761 helps isolating the real problem areas).
26762
26763 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26764 (or should be) fully documented elsewhere, but to get you started
26765 there are a few steps that need to be followed.  First, instrument the
26766 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26767 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26768 RET message}.  Then perform the operation that is slow and press
26769 @kbd{M-x elp-results}.  You will then see which operations that takes
26770 time, and can debug them further.  If the entire operation takes much
26771 longer than the time spent in the slowest function in the profiler
26772 output, you probably profiled the wrong part of Gnus.  To reset
26773 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26774 elp-restore-all} is supposed to remove profiling, but given the
26775 complexities and dynamic code generation in Gnus, it might not always
26776 work perfectly.
26777
26778 @cindex gnu.emacs.gnus
26779 @cindex ding mailing list
26780 If you just need help, you are better off asking on
26781 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26782 @email{ding@@gnus.org, the ding mailing list}.  Write to
26783 @email{ding-request@@gnus.org} to subscribe.
26784
26785
26786 @page
26787 @node Gnus Reference Guide
26788 @section Gnus Reference Guide
26789
26790 It is my hope that other people will figure out smart stuff that Gnus
26791 can do, and that other people will write those smart things as well.  To
26792 facilitate that I thought it would be a good idea to describe the inner
26793 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26794 it.
26795
26796 You can never expect the internals of a program not to change, but I
26797 will be defining (in some details) the interface between Gnus and its
26798 back ends (this is written in stone), the format of the score files
26799 (ditto), data structures (some are less likely to change than others)
26800 and general methods of operation.
26801
26802 @menu
26803 * Gnus Utility Functions::      Common functions and variable to use.
26804 * Back End Interface::          How Gnus communicates with the servers.
26805 * Score File Syntax::           A BNF definition of the score file standard.
26806 * Headers::                     How Gnus stores headers internally.
26807 * Ranges::                      A handy format for storing mucho numbers.
26808 * Group Info::                  The group info format.
26809 * Extended Interactive::        Symbolic prefixes and stuff.
26810 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26811 * Various File Formats::        Formats of files that Gnus use.
26812 @end menu
26813
26814
26815 @node Gnus Utility Functions
26816 @subsection Gnus Utility Functions
26817 @cindex Gnus utility functions
26818 @cindex utility functions
26819 @cindex functions
26820 @cindex internal variables
26821
26822 When writing small functions to be run from hooks (and stuff), it's
26823 vital to have access to the Gnus internal functions and variables.
26824 Below is a list of the most common ones.
26825
26826 @table @code
26827
26828 @item gnus-newsgroup-name
26829 @vindex gnus-newsgroup-name
26830 This variable holds the name of the current newsgroup.
26831
26832 @item gnus-find-method-for-group
26833 @findex gnus-find-method-for-group
26834 A function that returns the select method for @var{group}.
26835
26836 @item gnus-group-real-name
26837 @findex gnus-group-real-name
26838 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26839 name.
26840
26841 @item gnus-group-prefixed-name
26842 @findex gnus-group-prefixed-name
26843 Takes an unprefixed group name and a select method, and returns the full
26844 (prefixed) Gnus group name.
26845
26846 @item gnus-get-info
26847 @findex gnus-get-info
26848 Returns the group info list for @var{group}.
26849
26850 @item gnus-group-unread
26851 @findex gnus-group-unread
26852 The number of unread articles in @var{group}, or @code{t} if that is
26853 unknown.
26854
26855 @item gnus-active
26856 @findex gnus-active
26857 The active entry for @var{group}.
26858
26859 @item gnus-set-active
26860 @findex gnus-set-active
26861 Set the active entry for @var{group}.
26862
26863 @item gnus-add-current-to-buffer-list
26864 @findex gnus-add-current-to-buffer-list
26865 Adds the current buffer to the list of buffers to be killed on Gnus
26866 exit.
26867
26868 @item gnus-continuum-version
26869 @findex gnus-continuum-version
26870 Takes a Gnus version string as a parameter and returns a floating point
26871 number.  Earlier versions will always get a lower number than later
26872 versions.
26873
26874 @item gnus-group-read-only-p
26875 @findex gnus-group-read-only-p
26876 Says whether @var{group} is read-only or not.
26877
26878 @item gnus-news-group-p
26879 @findex gnus-news-group-p
26880 Says whether @var{group} came from a news back end.
26881
26882 @item gnus-ephemeral-group-p
26883 @findex gnus-ephemeral-group-p
26884 Says whether @var{group} is ephemeral or not.
26885
26886 @item gnus-server-to-method
26887 @findex gnus-server-to-method
26888 Returns the select method corresponding to @var{server}.
26889
26890 @item gnus-server-equal
26891 @findex gnus-server-equal
26892 Says whether two virtual servers are equal.
26893
26894 @item gnus-group-native-p
26895 @findex gnus-group-native-p
26896 Says whether @var{group} is native or not.
26897
26898 @item gnus-group-secondary-p
26899 @findex gnus-group-secondary-p
26900 Says whether @var{group} is secondary or not.
26901
26902 @item gnus-group-foreign-p
26903 @findex gnus-group-foreign-p
26904 Says whether @var{group} is foreign or not.
26905
26906 @item gnus-group-find-parameter
26907 @findex gnus-group-find-parameter
26908 Returns the parameter list of @var{group}.  If given a second parameter,
26909 returns the value of that parameter for @var{group}.
26910
26911 @item gnus-group-set-parameter
26912 @findex gnus-group-set-parameter
26913 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
26914
26915 @item gnus-narrow-to-body
26916 @findex gnus-narrow-to-body
26917 Narrows the current buffer to the body of the article.
26918
26919 @item gnus-check-backend-function
26920 @findex gnus-check-backend-function
26921 Takes two parameters, @var{function} and @var{group}.  If the back end
26922 @var{group} comes from supports @var{function}, return non-@code{nil}.
26923
26924 @lisp
26925 (gnus-check-backend-function "request-scan" "nnml:misc")
26926 @result{} t
26927 @end lisp
26928
26929 @item gnus-read-method
26930 @findex gnus-read-method
26931 Prompts the user for a select method.
26932
26933 @end table
26934
26935
26936 @node Back End Interface
26937 @subsection Back End Interface
26938
26939 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
26940 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
26941 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
26942 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
26943 examples of the latter we have @code{nntp-port-number} and
26944 @code{nnmbox-directory}.
26945
26946 When Gnus asks for information from a back end---say @code{nntp}---on
26947 something, it will normally include a virtual server name in the
26948 function parameters.  (If not, the back end should use the ``current''
26949 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
26950 server as its only (optional) parameter.  If this virtual server hasn't
26951 been opened, the function should fail.
26952
26953 Note that a virtual server name has no relation to some physical server
26954 name.  Take this example:
26955
26956 @lisp
26957 (nntp "odd-one"
26958       (nntp-address "ifi.uio.no")
26959       (nntp-port-number 4324))
26960 @end lisp
26961
26962 Here the virtual server name is @samp{odd-one} while the name of
26963 the physical server is @samp{ifi.uio.no}.
26964
26965 The back ends should be able to switch between several virtual servers.
26966 The standard back ends implement this by keeping an alist of virtual
26967 server environments that they pull down/push up when needed.
26968
26969 There are two groups of interface functions: @dfn{required functions},
26970 which must be present, and @dfn{optional functions}, which Gnus will
26971 always check for presence before attempting to call 'em.
26972
26973 All these functions are expected to return data in the buffer
26974 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
26975 unfortunately named, but we'll have to live with it.  When I talk about
26976 @dfn{resulting data}, I always refer to the data in that buffer.  When I
26977 talk about @dfn{return value}, I talk about the function value returned by
26978 the function call.  Functions that fail should return @code{nil} as the
26979 return value.
26980
26981 Some back ends could be said to be @dfn{server-forming} back ends, and
26982 some might be said not to be.  The latter are back ends that generally
26983 only operate on one group at a time, and have no concept of ``server''
26984 ---they have a group, and they deliver info on that group and nothing
26985 more.
26986
26987 Gnus identifies each message by way of group name and article number.  A
26988 few remarks about these article numbers might be useful.  First of all,
26989 the numbers are positive integers.  Secondly, it is normally not
26990 possible for later articles to ``re-use'' older article numbers without
26991 confusing Gnus.  That is, if a group has ever contained a message
26992 numbered 42, then no other message may get that number, or Gnus will get
26993 mightily confused.@footnote{See the function
26994 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
26995 Third, article numbers must be assigned in order of arrival in the
26996 group; this is not necessarily the same as the date of the message.
26997
26998 The previous paragraph already mentions all the ``hard'' restrictions that
26999 article numbers must fulfill.  But it seems that it might be useful to
27000 assign @emph{consecutive} article numbers, for Gnus gets quite confused
27001 if there are holes in the article numbering sequence.  However, due to
27002 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
27003 also useful for the article numbers to start at 1 to avoid running out
27004 of numbers as long as possible.
27005
27006 Note that by convention, back ends are named @code{nnsomething}, but
27007 Gnus also comes with some @code{nnnotbackends}, such as
27008 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
27009
27010 In the examples and definitions I will refer to the imaginary back end
27011 @code{nnchoke}.
27012
27013 @cindex @code{nnchoke}
27014
27015 @menu
27016 * Required Back End Functions::  Functions that must be implemented.
27017 * Optional Back End Functions::  Functions that need not be implemented.
27018 * Error Messaging::             How to get messages and report errors.
27019 * Writing New Back Ends::       Extending old back ends.
27020 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
27021 * Mail-like Back Ends::         Some tips on mail back ends.
27022 @end menu
27023
27024
27025 @node Required Back End Functions
27026 @subsubsection Required Back End Functions
27027
27028 @table @code
27029
27030 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27031
27032 @var{articles} is either a range of article numbers or a list of
27033 @code{Message-ID}s.  Current back ends do not fully support either---only
27034 sequences (lists) of article numbers, and most back ends do not support
27035 retrieval of @code{Message-ID}s.  But they should try for both.
27036
27037 The result data should either be HEADs or @acronym{NOV} lines, and the result
27038 value should either be @code{headers} or @code{nov} to reflect this.
27039 This might later be expanded to @code{various}, which will be a mixture
27040 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27041
27042 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27043 headers'', in some meaning of the word.  This is generally done by
27044 fetching (at most) @var{fetch-old} extra headers less than the smallest
27045 article number in @code{articles}, and filling the gaps as well.  The
27046 presence of this parameter can be ignored if the back end finds it
27047 cumbersome to follow the request.  If this is non-@code{nil} and not a
27048 number, do maximum fetches.
27049
27050 Here's an example HEAD:
27051
27052 @example
27053 221 1056 Article retrieved.
27054 Path: ifi.uio.no!sturles
27055 From: sturles@@ifi.uio.no (Sturle Sunde)
27056 Newsgroups: ifi.discussion
27057 Subject: Re: Something very droll
27058 Date: 27 Oct 1994 14:02:57 +0100
27059 Organization: Dept. of Informatics, University of Oslo, Norway
27060 Lines: 26
27061 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27062 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27063 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27064 .
27065 @end example
27066
27067 So a @code{headers} return value would imply that there's a number of
27068 these in the data buffer.
27069
27070 Here's a BNF definition of such a buffer:
27071
27072 @example
27073 headers        = *head
27074 head           = error / valid-head
27075 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27076 valid-head     = valid-message *header "." eol
27077 valid-message  = "221 " <number> " Article retrieved." eol
27078 header         = <text> eol
27079 @end example
27080
27081 @cindex BNF
27082 (The version of BNF used here is the one used in RFC822.)
27083
27084 If the return value is @code{nov}, the data buffer should contain
27085 @dfn{network overview database} lines.  These are basically fields
27086 separated by tabs.
27087
27088 @example
27089 nov-buffer = *nov-line
27090 nov-line   = field 7*8[ <TAB> field ] eol
27091 field      = <text except TAB>
27092 @end example
27093
27094 For a closer look at what should be in those fields,
27095 @pxref{Headers}.
27096
27097
27098 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27099
27100 @var{server} is here the virtual server name.  @var{definitions} is a
27101 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27102
27103 If the server can't be opened, no error should be signaled.  The back end
27104 may then choose to refuse further attempts at connecting to this
27105 server.  In fact, it should do so.
27106
27107 If the server is opened already, this function should return a
27108 non-@code{nil} value.  There should be no data returned.
27109
27110
27111 @item (nnchoke-close-server &optional SERVER)
27112
27113 Close connection to @var{server} and free all resources connected
27114 to it.  Return @code{nil} if the server couldn't be closed for some
27115 reason.
27116
27117 There should be no data returned.
27118
27119
27120 @item (nnchoke-request-close)
27121
27122 Close connection to all servers and free all resources that the back end
27123 have reserved.  All buffers that have been created by that back end
27124 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27125 function is generally only called when Gnus is shutting down.
27126
27127 There should be no data returned.
27128
27129
27130 @item (nnchoke-server-opened &optional SERVER)
27131
27132 If @var{server} is the current virtual server, and the connection to the
27133 physical server is alive, then this function should return a
27134 non-@code{nil} value.  This function should under no circumstances
27135 attempt to reconnect to a server we have lost connection to.
27136
27137 There should be no data returned.
27138
27139
27140 @item (nnchoke-status-message &optional SERVER)
27141
27142 This function should return the last error message from @var{server}.
27143
27144 There should be no data returned.
27145
27146
27147 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27148
27149 The result data from this function should be the article specified by
27150 @var{article}.  This might either be a @code{Message-ID} or a number.
27151 It is optional whether to implement retrieval by @code{Message-ID}, but
27152 it would be nice if that were possible.
27153
27154 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27155 in this buffer instead of the normal data buffer.  This is to make it
27156 possible to avoid copying large amounts of data from one buffer to
27157 another, while Gnus mainly requests articles to be inserted directly
27158 into its article buffer.
27159
27160 If it is at all possible, this function should return a cons cell where
27161 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27162 the article number.  This will enable Gnus to find out what the real
27163 group and article numbers are when fetching articles by
27164 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27165 on successful article retrieval.
27166
27167
27168 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27169
27170 Get data on @var{group}.  This function also has the side effect of
27171 making @var{group} the current group.
27172
27173 If @var{fast}, don't bother to return useful data, just make @var{group}
27174 the current group.
27175
27176 Here's an example of some result data and a definition of the same:
27177
27178 @example
27179 211 56 1000 1059 ifi.discussion
27180 @end example
27181
27182 The first number is the status, which should be 211.  Next is the
27183 total number of articles in the group, the lowest article number, the
27184 highest article number, and finally the group name.  Note that the total
27185 number of articles may be less than one might think while just
27186 considering the highest and lowest article numbers, but some articles
27187 may have been canceled.  Gnus just discards the total-number, so
27188 whether one should take the bother to generate it properly (if that is a
27189 problem) is left as an exercise to the reader.  If the group contains no
27190 articles, the lowest article number should be reported as 1 and the
27191 highest as 0.
27192
27193 @example
27194 group-status = [ error / info ] eol
27195 error        = [ "4" / "5" ] 2<number> " " <Error message>
27196 info         = "211 " 3* [ <number> " " ] <string>
27197 @end example
27198
27199
27200 @item (nnchoke-close-group GROUP &optional SERVER)
27201
27202 Close @var{group} and free any resources connected to it.  This will be
27203 a no-op on most back ends.
27204
27205 There should be no data returned.
27206
27207
27208 @item (nnchoke-request-list &optional SERVER)
27209
27210 Return a list of all groups available on @var{server}.  And that means
27211 @emph{all}.
27212
27213 Here's an example from a server that only carries two groups:
27214
27215 @example
27216 ifi.test 0000002200 0000002000 y
27217 ifi.discussion 3324 3300 n
27218 @end example
27219
27220 On each line we have a group name, then the highest article number in
27221 that group, the lowest article number, and finally a flag.  If the group
27222 contains no articles, the lowest article number should be reported as 1
27223 and the highest as 0.
27224
27225 @example
27226 active-file = *active-line
27227 active-line = name " " <number> " " <number> " " flags eol
27228 name        = <string>
27229 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27230 @end example
27231
27232 The flag says whether the group is read-only (@samp{n}), is moderated
27233 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27234 (@samp{=other-group}) or none of the above (@samp{y}).
27235
27236
27237 @item (nnchoke-request-post &optional SERVER)
27238
27239 This function should post the current buffer.  It might return whether
27240 the posting was successful or not, but that's not required.  If, for
27241 instance, the posting is done asynchronously, it has generally not been
27242 completed by the time this function concludes.  In that case, this
27243 function should set up some kind of sentinel to beep the user loud and
27244 clear if the posting could not be completed.
27245
27246 There should be no result data from this function.
27247
27248 @end table
27249
27250
27251 @node Optional Back End Functions
27252 @subsubsection Optional Back End Functions
27253
27254 @table @code
27255
27256 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
27257
27258 @var{groups} is a list of groups, and this function should request data
27259 on all those groups.  How it does it is of no concern to Gnus, but it
27260 should attempt to do this in a speedy fashion.
27261
27262 The return value of this function can be either @code{active} or
27263 @code{group}, which says what the format of the result data is.  The
27264 former is in the same format as the data from
27265 @code{nnchoke-request-list}, while the latter is a buffer full of lines
27266 in the same format as @code{nnchoke-request-group} gives.
27267
27268 @example
27269 group-buffer = *active-line / *group-status
27270 @end example
27271
27272
27273 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
27274
27275 A Gnus group info (@pxref{Group Info}) is handed to the back end for
27276 alterations.  This comes in handy if the back end really carries all
27277 the information (as is the case with virtual and imap groups).  This
27278 function should destructively alter the info to suit its needs, and
27279 should return a non-@code{nil} value.
27280
27281 There should be no result data from this function.
27282
27283
27284 @item (nnchoke-request-type GROUP &optional ARTICLE)
27285
27286 When the user issues commands for ``sending news'' (@kbd{F} in the
27287 summary buffer, for instance), Gnus has to know whether the article the
27288 user is following up on is news or mail.  This function should return
27289 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
27290 is mail and @code{unknown} if the type can't be decided.  (The
27291 @var{article} parameter is necessary in @code{nnvirtual} groups which
27292 might very well combine mail groups and news groups.)  Both @var{group}
27293 and @var{article} may be @code{nil}.
27294
27295 There should be no result data from this function.
27296
27297
27298 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
27299
27300 Set/remove/add marks on articles.  Normally Gnus handles the article
27301 marks (such as read, ticked, expired etc) internally, and store them in
27302 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
27303 all information about the articles on the server, so Gnus need to
27304 propagate the mark information to the server.
27305
27306 @var{action} is a list of mark setting requests, having this format:
27307
27308 @example
27309 (RANGE ACTION MARK)
27310 @end example
27311
27312 @var{range} is a range of articles you wish to update marks on.
27313 @var{action} is @code{add} or @code{del}, used to add marks or remove
27314 marks (preserving all marks not mentioned).  @var{mark} is a list of
27315 marks; where each mark is a symbol.  Currently used marks are
27316 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
27317 @code{dormant}, @code{save}, @code{download}, @code{unsend},
27318 @code{forward} and @code{recent}, but your back end should, if
27319 possible, not limit itself to these.
27320
27321 Given contradictory actions, the last action in the list should be the
27322 effective one.  That is, if your action contains a request to add the
27323 @code{tick} mark on article 1 and, later in the list, a request to
27324 remove the mark on the same article, the mark should in fact be removed.
27325
27326 An example action list:
27327
27328 @example
27329 (((5 12 30) 'del '(tick))
27330  ((10 . 90) 'add '(read expire))
27331  ((92 94) 'del '(read)))
27332 @end example
27333
27334 The function should return a range of articles it wasn't able to set the
27335 mark on (currently not used for anything).
27336
27337 There should be no result data from this function.
27338
27339 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
27340
27341 If the user tries to set a mark that the back end doesn't like, this
27342 function may change the mark.  Gnus will use whatever this function
27343 returns as the mark for @var{article} instead of the original
27344 @var{mark}.  If the back end doesn't care, it must return the original
27345 @var{mark}, and not @code{nil} or any other type of garbage.
27346
27347 The only use for this I can see is what @code{nnvirtual} does with
27348 it---if a component group is auto-expirable, marking an article as read
27349 in the virtual group should result in the article being marked as
27350 expirable.
27351
27352 There should be no result data from this function.
27353
27354
27355 @item (nnchoke-request-scan &optional GROUP SERVER)
27356
27357 This function may be called at any time (by Gnus or anything else) to
27358 request that the back end check for incoming articles, in one way or
27359 another.  A mail back end will typically read the spool file or query
27360 the @acronym{POP} server when this function is invoked.  The
27361 @var{group} doesn't have to be heeded---if the back end decides that
27362 it is too much work just scanning for a single group, it may do a
27363 total scan of all groups.  It would be nice, however, to keep things
27364 local if that's practical.
27365
27366 There should be no result data from this function.
27367
27368
27369 @item (nnchoke-request-group-description GROUP &optional SERVER)
27370
27371 The result data from this function should be a description of
27372 @var{group}.
27373
27374 @example
27375 description-line = name <TAB> description eol
27376 name             = <string>
27377 description      = <text>
27378 @end example
27379
27380 @item (nnchoke-request-list-newsgroups &optional SERVER)
27381
27382 The result data from this function should be the description of all
27383 groups available on the server.
27384
27385 @example
27386 description-buffer = *description-line
27387 @end example
27388
27389
27390 @item (nnchoke-request-newgroups DATE &optional SERVER)
27391
27392 The result data from this function should be all groups that were
27393 created after @samp{date}, which is in normal human-readable date format
27394 (i.e., the date format used in mail and news headers, and returned by
27395 the function @code{message-make-date} by default).  The data should be
27396 in the active buffer format.
27397
27398 It is okay for this function to return ``too many'' groups; some back ends
27399 might find it cheaper to return the full list of groups, rather than
27400 just the new groups.  But don't do this for back ends with many groups.
27401 Normally, if the user creates the groups herself, there won't be too
27402 many groups, so @code{nnml} and the like are probably safe.  But for
27403 back ends like @code{nntp}, where the groups have been created by the
27404 server, it is quite likely that there can be many groups.
27405
27406
27407 @item (nnchoke-request-create-group GROUP &optional SERVER)
27408
27409 This function should create an empty group with name @var{group}.
27410
27411 There should be no return data.
27412
27413
27414 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
27415
27416 This function should run the expiry process on all articles in the
27417 @var{articles} range (which is currently a simple list of article
27418 numbers.)  It is left up to the back end to decide how old articles
27419 should be before they are removed by this function.  If @var{force} is
27420 non-@code{nil}, all @var{articles} should be deleted, no matter how new
27421 they are.
27422
27423 This function should return a list of articles that it did not/was not
27424 able to delete.
27425
27426 There should be no result data returned.
27427
27428
27429 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
27430
27431 This function should move @var{article} (which is a number) from
27432 @var{group} by calling @var{accept-form}.
27433
27434 This function should ready the article in question for moving by
27435 removing any header lines it has added to the article, and generally
27436 should ``tidy up'' the article.  Then it should @code{eval}
27437 @var{accept-form} in the buffer where the ``tidy'' article is.  This
27438 will do the actual copying.  If this @code{eval} returns a
27439 non-@code{nil} value, the article should be removed.
27440
27441 If @var{last} is @code{nil}, that means that there is a high likelihood
27442 that there will be more requests issued shortly, so that allows some
27443 optimizations.
27444
27445 The function should return a cons where the @code{car} is the group name and
27446 the @code{cdr} is the article number that the article was entered as.
27447
27448 The group should exist before the back end is asked to accept the
27449 article for that group.
27450
27451 There should be no data returned.
27452
27453
27454 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
27455
27456 This function takes the current buffer and inserts it into @var{group}.
27457 If @var{last} in @code{nil}, that means that there will be more calls to
27458 this function in short order.
27459
27460 The function should return a cons where the @code{car} is the group name and
27461 the @code{cdr} is the article number that the article was entered as.
27462
27463 There should be no data returned.
27464
27465
27466 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
27467
27468 This function should remove @var{article} (which is a number) from
27469 @var{group} and insert @var{buffer} there instead.
27470
27471 There should be no data returned.
27472
27473
27474 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
27475
27476 This function should delete @var{group}.  If @var{force}, it should
27477 really delete all the articles in the group, and then delete the group
27478 itself.  (If there is such a thing as ``the group itself''.)
27479
27480 There should be no data returned.
27481
27482
27483 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
27484
27485 This function should rename @var{group} into @var{new-name}.  All
27486 articles in @var{group} should move to @var{new-name}.
27487
27488 There should be no data returned.
27489
27490 @end table
27491
27492
27493 @node Error Messaging
27494 @subsubsection Error Messaging
27495
27496 @findex nnheader-report
27497 @findex nnheader-get-report
27498 The back ends should use the function @code{nnheader-report} to report
27499 error conditions---they should not raise errors when they aren't able to
27500 perform a request.  The first argument to this function is the back end
27501 symbol, and the rest are interpreted as arguments to @code{format} if
27502 there are multiple of them, or just a string if there is one of them.
27503 This function must always returns @code{nil}.
27504
27505 @lisp
27506 (nnheader-report 'nnchoke "You did something totally bogus")
27507
27508 (nnheader-report 'nnchoke "Could not request group %s" group)
27509 @end lisp
27510
27511 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
27512 @code{nil} back from a server, and this function returns the most
27513 recently reported message for the back end in question.  This function
27514 takes one argument---the server symbol.
27515
27516 Internally, these functions access @var{back-end}@code{-status-string},
27517 so the @code{nnchoke} back end will have its error message stored in
27518 @code{nnchoke-status-string}.
27519
27520
27521 @node Writing New Back Ends
27522 @subsubsection Writing New Back Ends
27523
27524 Many back ends are quite similar.  @code{nnml} is just like
27525 @code{nnspool}, but it allows you to edit the articles on the server.
27526 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
27527 and it doesn't maintain overview databases.  @code{nndir} is just like
27528 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
27529 editing articles.
27530
27531 It would make sense if it were possible to ``inherit'' functions from
27532 back ends when writing new back ends.  And, indeed, you can do that if you
27533 want to.  (You don't have to if you don't want to, of course.)
27534
27535 All the back ends declare their public variables and functions by using a
27536 package called @code{nnoo}.
27537
27538 To inherit functions from other back ends (and allow other back ends to
27539 inherit functions from the current back end), you should use the
27540 following macros:
27541
27542 @table @code
27543
27544 @item nnoo-declare
27545 This macro declares the first parameter to be a child of the subsequent
27546 parameters.  For instance:
27547
27548 @lisp
27549 (nnoo-declare nndir
27550   nnml nnmh)
27551 @end lisp
27552
27553 @code{nndir} has declared here that it intends to inherit functions from
27554 both @code{nnml} and @code{nnmh}.
27555
27556 @item defvoo
27557 This macro is equivalent to @code{defvar}, but registers the variable as
27558 a public server variable.  Most state-oriented variables should be
27559 declared with @code{defvoo} instead of @code{defvar}.
27560
27561 In addition to the normal @code{defvar} parameters, it takes a list of
27562 variables in the parent back ends to map the variable to when executing
27563 a function in those back ends.
27564
27565 @lisp
27566 (defvoo nndir-directory nil
27567   "Where nndir will look for groups."
27568   nnml-current-directory nnmh-current-directory)
27569 @end lisp
27570
27571 This means that @code{nnml-current-directory} will be set to
27572 @code{nndir-directory} when an @code{nnml} function is called on behalf
27573 of @code{nndir}.  (The same with @code{nnmh}.)
27574
27575 @item nnoo-define-basics
27576 This macro defines some common functions that almost all back ends should
27577 have.
27578
27579 @lisp
27580 (nnoo-define-basics nndir)
27581 @end lisp
27582
27583 @item deffoo
27584 This macro is just like @code{defun} and takes the same parameters.  In
27585 addition to doing the normal @code{defun} things, it registers the
27586 function as being public so that other back ends can inherit it.
27587
27588 @item nnoo-map-functions
27589 This macro allows mapping of functions from the current back end to
27590 functions from the parent back ends.
27591
27592 @lisp
27593 (nnoo-map-functions nndir
27594   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27595   (nnmh-request-article 0 nndir-current-group 0 0))
27596 @end lisp
27597
27598 This means that when @code{nndir-retrieve-headers} is called, the first,
27599 third, and fourth parameters will be passed on to
27600 @code{nnml-retrieve-headers}, while the second parameter is set to the
27601 value of @code{nndir-current-group}.
27602
27603 @item nnoo-import
27604 This macro allows importing functions from back ends.  It should be the
27605 last thing in the source file, since it will only define functions that
27606 haven't already been defined.
27607
27608 @lisp
27609 (nnoo-import nndir
27610   (nnmh
27611    nnmh-request-list
27612    nnmh-request-newgroups)
27613   (nnml))
27614 @end lisp
27615
27616 This means that calls to @code{nndir-request-list} should just be passed
27617 on to @code{nnmh-request-list}, while all public functions from
27618 @code{nnml} that haven't been defined in @code{nndir} yet should be
27619 defined now.
27620
27621 @end table
27622
27623 Below is a slightly shortened version of the @code{nndir} back end.
27624
27625 @lisp
27626 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
27627 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
27628
27629 ;;; @r{Code:}
27630
27631 (require 'nnheader)
27632 (require 'nnmh)
27633 (require 'nnml)
27634 (require 'nnoo)
27635 (eval-when-compile (require 'cl))
27636
27637 (nnoo-declare nndir
27638   nnml nnmh)
27639
27640 (defvoo nndir-directory nil
27641   "Where nndir will look for groups."
27642   nnml-current-directory nnmh-current-directory)
27643
27644 (defvoo nndir-nov-is-evil nil
27645   "*Non-nil means that nndir will never retrieve NOV headers."
27646   nnml-nov-is-evil)
27647
27648 (defvoo nndir-current-group ""
27649   nil
27650   nnml-current-group nnmh-current-group)
27651 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
27652 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
27653
27654 (defvoo nndir-status-string "" nil nnmh-status-string)
27655 (defconst nndir-version "nndir 1.0")
27656
27657 ;;; @r{Interface functions.}
27658
27659 (nnoo-define-basics nndir)
27660
27661 (deffoo nndir-open-server (server &optional defs)
27662   (setq nndir-directory
27663         (or (cadr (assq 'nndir-directory defs))
27664             server))
27665   (unless (assq 'nndir-directory defs)
27666     (push `(nndir-directory ,server) defs))
27667   (push `(nndir-current-group
27668           ,(file-name-nondirectory
27669             (directory-file-name nndir-directory)))
27670         defs)
27671   (push `(nndir-top-directory
27672           ,(file-name-directory (directory-file-name nndir-directory)))
27673         defs)
27674   (nnoo-change-server 'nndir server defs))
27675
27676 (nnoo-map-functions nndir
27677   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27678   (nnmh-request-article 0 nndir-current-group 0 0)
27679   (nnmh-request-group nndir-current-group 0 0)
27680   (nnmh-close-group nndir-current-group 0))
27681
27682 (nnoo-import nndir
27683   (nnmh
27684    nnmh-status-message
27685    nnmh-request-list
27686    nnmh-request-newgroups))
27687
27688 (provide 'nndir)
27689 @end lisp
27690
27691
27692 @node Hooking New Back Ends Into Gnus
27693 @subsubsection Hooking New Back Ends Into Gnus
27694
27695 @vindex gnus-valid-select-methods
27696 @findex gnus-declare-backend
27697 Having Gnus start using your new back end is rather easy---you just
27698 declare it with the @code{gnus-declare-backend} functions.  This will
27699 enter the back end into the @code{gnus-valid-select-methods} variable.
27700
27701 @code{gnus-declare-backend} takes two parameters---the back end name and
27702 an arbitrary number of @dfn{abilities}.
27703
27704 Here's an example:
27705
27706 @lisp
27707 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27708 @end lisp
27709
27710 The above line would then go in the @file{nnchoke.el} file.
27711
27712 The abilities can be:
27713
27714 @table @code
27715 @item mail
27716 This is a mailish back end---followups should (probably) go via mail.
27717 @item post
27718 This is a newsish back end---followups should (probably) go via news.
27719 @item post-mail
27720 This back end supports both mail and news.
27721 @item none
27722 This is neither a post nor mail back end---it's something completely
27723 different.
27724 @item respool
27725 It supports respooling---or rather, it is able to modify its source
27726 articles and groups.
27727 @item address
27728 The name of the server should be in the virtual server name.  This is
27729 true for almost all back ends.
27730 @item prompt-address
27731 The user should be prompted for an address when doing commands like
27732 @kbd{B} in the group buffer.  This is true for back ends like
27733 @code{nntp}, but not @code{nnmbox}, for instance.
27734 @end table
27735
27736
27737 @node Mail-like Back Ends
27738 @subsubsection Mail-like Back Ends
27739
27740 One of the things that separate the mail back ends from the rest of the
27741 back ends is the heavy dependence by most of the mail back ends on
27742 common functions in @file{nnmail.el}.  For instance, here's the
27743 definition of @code{nnml-request-scan}:
27744
27745 @lisp
27746 (deffoo nnml-request-scan (&optional group server)
27747   (setq nnml-article-file-alist nil)
27748   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27749 @end lisp
27750
27751 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27752 and @code{nnmail} takes care of all the moving and splitting of the
27753 mail.
27754
27755 This function takes four parameters.
27756
27757 @table @var
27758 @item method
27759 This should be a symbol to designate which back end is responsible for
27760 the call.
27761
27762 @item exit-function
27763 This function should be called after the splitting has been performed.
27764
27765 @item temp-directory
27766 Where the temporary files should be stored.
27767
27768 @item group
27769 This optional argument should be a group name if the splitting is to be
27770 performed for one group only.
27771 @end table
27772
27773 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27774 save each article.  @var{back-end}@code{-active-number} will be called to
27775 find the article number assigned to this article.
27776
27777 The function also uses the following variables:
27778 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27779 this back end); and @var{back-end}@code{-group-alist} and
27780 @var{back-end}@code{-active-file} to generate the new active file.
27781 @var{back-end}@code{-group-alist} should be a group-active alist, like
27782 this:
27783
27784 @example
27785 (("a-group" (1 . 10))
27786  ("some-group" (34 . 39)))
27787 @end example
27788
27789
27790 @node Score File Syntax
27791 @subsection Score File Syntax
27792
27793 Score files are meant to be easily parseable, but yet extremely
27794 mallable.  It was decided that something that had the same read syntax
27795 as an Emacs Lisp list would fit that spec.
27796
27797 Here's a typical score file:
27798
27799 @lisp
27800 (("summary"
27801   ("win95" -10000 nil s)
27802   ("Gnus"))
27803  ("from"
27804   ("Lars" -1000))
27805  (mark -100))
27806 @end lisp
27807
27808 BNF definition of a score file:
27809
27810 @example
27811 score-file      = "" / "(" *element ")"
27812 element         = rule / atom
27813 rule            = string-rule / number-rule / date-rule
27814 string-rule     = "(" quote string-header quote space *string-match ")"
27815 number-rule     = "(" quote number-header quote space *number-match ")"
27816 date-rule       = "(" quote date-header quote space *date-match ")"
27817 quote           = <ascii 34>
27818 string-header   = "subject" / "from" / "references" / "message-id" /
27819                   "xref" / "body" / "head" / "all" / "followup"
27820 number-header   = "lines" / "chars"
27821 date-header     = "date"
27822 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27823                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27824 score           = "nil" / <integer>
27825 date            = "nil" / <natural number>
27826 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27827                   "r" / "regex" / "R" / "Regex" /
27828                   "e" / "exact" / "E" / "Exact" /
27829                   "f" / "fuzzy" / "F" / "Fuzzy"
27830 number-match    = "(" <integer> [ "" / [ space score [ "" /
27831                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27832 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27833 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27834                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27835 date-match-t    = "nil" / "at" / "before" / "after"
27836 atom            = "(" [ required-atom / optional-atom ] ")"
27837 required-atom   = mark / expunge / mark-and-expunge / files /
27838                   exclude-files / read-only / touched
27839 optional-atom   = adapt / local / eval
27840 mark            = "mark" space nil-or-number
27841 nil-or-number   = "nil" / <integer>
27842 expunge         = "expunge" space nil-or-number
27843 mark-and-expunge = "mark-and-expunge" space nil-or-number
27844 files           = "files" *[ space <string> ]
27845 exclude-files   = "exclude-files" *[ space <string> ]
27846 read-only       = "read-only" [ space "nil" / space "t" ]
27847 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
27848 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
27849 local           = "local" *[ space "(" <string> space <form> ")" ]
27850 eval            = "eval" space <form>
27851 space           = *[ " " / <TAB> / <NEWLINE> ]
27852 @end example
27853
27854 Any unrecognized elements in a score file should be ignored, but not
27855 discarded.
27856
27857 As you can see, white space is needed, but the type and amount of white
27858 space is irrelevant.  This means that formatting of the score file is
27859 left up to the programmer---if it's simpler to just spew it all out on
27860 one looong line, then that's ok.
27861
27862 The meaning of the various atoms are explained elsewhere in this
27863 manual (@pxref{Score File Format}).
27864
27865
27866 @node Headers
27867 @subsection Headers
27868
27869 Internally Gnus uses a format for storing article headers that
27870 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
27871 almost suspect that the author looked at the @acronym{NOV} specification and
27872 just shamelessly @emph{stole} the entire thing, and one would be right.
27873
27874 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
27875 RFC 1036 to talk about lines in the head of an article (e.g.,
27876 @code{From}).  It is used by many people as a synonym for
27877 ``head''---``the header and the body''.  (That should be avoided, in my
27878 opinion.)  And Gnus uses a format internally that it calls ``header'',
27879 which is what I'm talking about here.  This is a 9-element vector,
27880 basically, with each header (ouch) having one slot.
27881
27882 These slots are, in order: @code{number}, @code{subject}, @code{from},
27883 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
27884 @code{xref}, and @code{extra}.  There are macros for accessing and
27885 setting these slots---they all have predictable names beginning with
27886 @code{mail-header-} and @code{mail-header-set-}, respectively.
27887
27888 All these slots contain strings, except the @code{extra} slot, which
27889 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
27890
27891
27892 @node Ranges
27893 @subsection Ranges
27894
27895 @sc{gnus} introduced a concept that I found so useful that I've started
27896 using it a lot and have elaborated on it greatly.
27897
27898 The question is simple: If you have a large amount of objects that are
27899 identified by numbers (say, articles, to take a @emph{wild} example)
27900 that you want to qualify as being ``included'', a normal sequence isn't
27901 very useful.  (A 200,000 length sequence is a bit long-winded.)
27902
27903 The solution is as simple as the question: You just collapse the
27904 sequence.
27905
27906 @example
27907 (1 2 3 4 5 6 10 11 12)
27908 @end example
27909
27910 is transformed into
27911
27912 @example
27913 ((1 . 6) (10 . 12))
27914 @end example
27915
27916 To avoid having those nasty @samp{(13 . 13)} elements to denote a
27917 lonesome object, a @samp{13} is a valid element:
27918
27919 @example
27920 ((1 . 6) 7 (10 . 12))
27921 @end example
27922
27923 This means that comparing two ranges to find out whether they are equal
27924 is slightly tricky:
27925
27926 @example
27927 ((1 . 5) 7 8 (10 . 12))
27928 @end example
27929
27930 and
27931
27932 @example
27933 ((1 . 5) (7 . 8) (10 . 12))
27934 @end example
27935
27936 are equal.  In fact, any non-descending list is a range:
27937
27938 @example
27939 (1 2 3 4 5)
27940 @end example
27941
27942 is a perfectly valid range, although a pretty long-winded one.  This is
27943 also valid:
27944
27945 @example
27946 (1 . 5)
27947 @end example
27948
27949 and is equal to the previous range.
27950
27951 Here's a BNF definition of ranges.  Of course, one must remember the
27952 semantic requirement that the numbers are non-descending.  (Any number
27953 of repetition of the same number is allowed, but apt to disappear in
27954 range handling.)
27955
27956 @example
27957 range           = simple-range / normal-range
27958 simple-range    = "(" number " . " number ")"
27959 normal-range    = "(" start-contents ")"
27960 contents        = "" / simple-range *[ " " contents ] /
27961                   number *[ " " contents ]
27962 @end example
27963
27964 Gnus currently uses ranges to keep track of read articles and article
27965 marks.  I plan on implementing a number of range operators in C if The
27966 Powers That Be are willing to let me.  (I haven't asked yet, because I
27967 need to do some more thinking on what operators I need to make life
27968 totally range-based without ever having to convert back to normal
27969 sequences.)
27970
27971
27972 @node Group Info
27973 @subsection Group Info
27974
27975 Gnus stores all permanent info on groups in a @dfn{group info} list.
27976 This list is from three to six elements (or more) long and exhaustively
27977 describes the group.
27978
27979 Here are two example group infos; one is a very simple group while the
27980 second is a more complex one:
27981
27982 @example
27983 ("no.group" 5 ((1 . 54324)))
27984
27985 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
27986                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
27987                 (nnml "")
27988                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
27989 @end example
27990
27991 The first element is the @dfn{group name}---as Gnus knows the group,
27992 anyway.  The second element is the @dfn{subscription level}, which
27993 normally is a small integer.  (It can also be the @dfn{rank}, which is a
27994 cons cell where the @code{car} is the level and the @code{cdr} is the
27995 score.)  The third element is a list of ranges of read articles.  The
27996 fourth element is a list of lists of article marks of various kinds.
27997 The fifth element is the select method (or virtual server, if you like).
27998 The sixth element is a list of @dfn{group parameters}, which is what
27999 this section is about.
28000
28001 Any of the last three elements may be missing if they are not required.
28002 In fact, the vast majority of groups will normally only have the first
28003 three elements, which saves quite a lot of cons cells.
28004
28005 Here's a BNF definition of the group info format:
28006
28007 @example
28008 info          = "(" group space ralevel space read
28009                 [ "" / [ space marks-list [ "" / [ space method [ "" /
28010                 space parameters ] ] ] ] ] ")"
28011 group         = quote <string> quote
28012 ralevel       = rank / level
28013 level         = <integer in the range of 1 to inf>
28014 rank          = "(" level "." score ")"
28015 score         = <integer in the range of 1 to inf>
28016 read          = range
28017 marks-lists   = nil / "(" *marks ")"
28018 marks         = "(" <string> range ")"
28019 method        = "(" <string> *elisp-forms ")"
28020 parameters    = "(" *elisp-forms ")"
28021 @end example
28022
28023 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28024 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28025 in pseudo-BNF.
28026
28027 If you have a Gnus info and want to access the elements, Gnus offers a
28028 series of macros for getting/setting these elements.
28029
28030 @table @code
28031 @item gnus-info-group
28032 @itemx gnus-info-set-group
28033 @findex gnus-info-group
28034 @findex gnus-info-set-group
28035 Get/set the group name.
28036
28037 @item gnus-info-rank
28038 @itemx gnus-info-set-rank
28039 @findex gnus-info-rank
28040 @findex gnus-info-set-rank
28041 Get/set the group rank (@pxref{Group Score}).
28042
28043 @item gnus-info-level
28044 @itemx gnus-info-set-level
28045 @findex gnus-info-level
28046 @findex gnus-info-set-level
28047 Get/set the group level.
28048
28049 @item gnus-info-score
28050 @itemx gnus-info-set-score
28051 @findex gnus-info-score
28052 @findex gnus-info-set-score
28053 Get/set the group score (@pxref{Group Score}).
28054
28055 @item gnus-info-read
28056 @itemx gnus-info-set-read
28057 @findex gnus-info-read
28058 @findex gnus-info-set-read
28059 Get/set the ranges of read articles.
28060
28061 @item gnus-info-marks
28062 @itemx gnus-info-set-marks
28063 @findex gnus-info-marks
28064 @findex gnus-info-set-marks
28065 Get/set the lists of ranges of marked articles.
28066
28067 @item gnus-info-method
28068 @itemx gnus-info-set-method
28069 @findex gnus-info-method
28070 @findex gnus-info-set-method
28071 Get/set the group select method.
28072
28073 @item gnus-info-params
28074 @itemx gnus-info-set-params
28075 @findex gnus-info-params
28076 @findex gnus-info-set-params
28077 Get/set the group parameters.
28078 @end table
28079
28080 All the getter functions take one parameter---the info list.  The setter
28081 functions take two parameters---the info list and the new value.
28082
28083 The last three elements in the group info aren't mandatory, so it may be
28084 necessary to extend the group info before setting the element.  If this
28085 is necessary, you can just pass on a non-@code{nil} third parameter to
28086 the three final setter functions to have this happen automatically.
28087
28088
28089 @node Extended Interactive
28090 @subsection Extended Interactive
28091 @cindex interactive
28092 @findex gnus-interactive
28093
28094 Gnus extends the standard Emacs @code{interactive} specification
28095 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28096 Prefixes}).  Here's an example of how this is used:
28097
28098 @lisp
28099 (defun gnus-summary-increase-score (&optional score symp)
28100   (interactive (gnus-interactive "P\ny"))
28101   ...
28102   )
28103 @end lisp
28104
28105 The best thing to do would have been to implement
28106 @code{gnus-interactive} as a macro which would have returned an
28107 @code{interactive} form, but this isn't possible since Emacs checks
28108 whether a function is interactive or not by simply doing an @code{assq}
28109 on the lambda form.  So, instead we have @code{gnus-interactive}
28110 function that takes a string and returns values that are usable to
28111 @code{interactive}.
28112
28113 This function accepts (almost) all normal @code{interactive} specs, but
28114 adds a few more.
28115
28116 @table @samp
28117 @item y
28118 @vindex gnus-current-prefix-symbol
28119 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28120 variable.
28121
28122 @item Y
28123 @vindex gnus-current-prefix-symbols
28124 A list of the current symbolic prefixes---the
28125 @code{gnus-current-prefix-symbol} variable.
28126
28127 @item A
28128 The current article number---the @code{gnus-summary-article-number}
28129 function.
28130
28131 @item H
28132 The current article header---the @code{gnus-summary-article-header}
28133 function.
28134
28135 @item g
28136 The current group name---the @code{gnus-group-group-name}
28137 function.
28138
28139 @end table
28140
28141
28142 @node Emacs/XEmacs Code
28143 @subsection Emacs/XEmacs Code
28144 @cindex XEmacs
28145 @cindex Emacsen
28146
28147 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28148 platforms must be the primary one.  I chose Emacs.  Not because I don't
28149 like XEmacs or Mule, but because it comes first alphabetically.
28150
28151 This means that Gnus will byte-compile under Emacs with nary a warning,
28152 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28153 As I use byte-compilation warnings to help me root out trivial errors in
28154 Gnus, that's very useful.
28155
28156 I've also consistently used Emacs function interfaces, but have used
28157 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28158 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28159 function.  I then define a function called @code{gnus-run-at-time} that
28160 takes the same parameters as the Emacs @code{run-at-time}.  When running
28161 Gnus under Emacs, the former function is just an alias for the latter.
28162 However, when running under XEmacs, the former is an alias for the
28163 following function:
28164
28165 @lisp
28166 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28167   (start-itimer
28168    "gnus-run-at-time"
28169    `(lambda ()
28170       (,function ,@@args))
28171    time repeat))
28172 @end lisp
28173
28174 This sort of thing has been done for bunches of functions.  Gnus does
28175 not redefine any native Emacs functions while running under XEmacs---it
28176 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28177 all over.
28178
28179 In the cases where the XEmacs function interface was obviously cleaner,
28180 I used it instead.  For example @code{gnus-region-active-p} is an alias
28181 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28182
28183 Of course, I could have chosen XEmacs as my native platform and done
28184 mapping functions the other way around.  But I didn't.  The performance
28185 hit these indirections impose on Gnus under XEmacs should be slight.
28186
28187
28188 @node Various File Formats
28189 @subsection Various File Formats
28190
28191 @menu
28192 * Active File Format::          Information on articles and groups available.
28193 * Newsgroups File Format::      Group descriptions.
28194 @end menu
28195
28196
28197 @node Active File Format
28198 @subsubsection Active File Format
28199
28200 The active file lists all groups available on the server in
28201 question.  It also lists the highest and lowest current article numbers
28202 in each group.
28203
28204 Here's an excerpt from a typical active file:
28205
28206 @example
28207 soc.motss 296030 293865 y
28208 alt.binaries.pictures.fractals 3922 3913 n
28209 comp.sources.unix 1605 1593 m
28210 comp.binaries.ibm.pc 5097 5089 y
28211 no.general 1000 900 y
28212 @end example
28213
28214 Here's a pseudo-BNF definition of this file:
28215
28216 @example
28217 active      = *group-line
28218 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28219 group       = <non-white-space string>
28220 spc         = " "
28221 high-number = <non-negative integer>
28222 low-number  = <positive integer>
28223 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28224 @end example
28225
28226 For a full description of this file, see the manual pages for
28227 @samp{innd}, in particular @samp{active(5)}.
28228
28229
28230 @node Newsgroups File Format
28231 @subsubsection Newsgroups File Format
28232
28233 The newsgroups file lists groups along with their descriptions.  Not all
28234 groups on the server have to be listed,  and not all groups in the file
28235 have to exist on the server.  The file is meant purely as information to
28236 the user.
28237
28238 The format is quite simple; a group name, a tab, and the description.
28239 Here's the definition:
28240
28241 @example
28242 newsgroups    = *line
28243 line          = group tab description <NEWLINE>
28244 group         = <non-white-space string>
28245 tab           = <TAB>
28246 description   = <string>
28247 @end example
28248
28249
28250 @page
28251 @node Emacs for Heathens
28252 @section Emacs for Heathens
28253
28254 Believe it or not, but some people who use Gnus haven't really used
28255 Emacs much before they embarked on their journey on the Gnus Love Boat.
28256 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
28257 region'', and ``set @code{gnus-flargblossen} to an alist where the key
28258 is a regexp that is used for matching on the group name'' are magical
28259 phrases with little or no meaning, then this appendix is for you.  If
28260 you are already familiar with Emacs, just ignore this and go fondle your
28261 cat instead.
28262
28263 @menu
28264 * Keystrokes::                  Entering text and executing commands.
28265 * Emacs Lisp::                  The built-in Emacs programming language.
28266 @end menu
28267
28268
28269 @node Keystrokes
28270 @subsection Keystrokes
28271
28272 @itemize @bullet
28273 @item
28274 Q: What is an experienced Emacs user?
28275
28276 @item
28277 A: A person who wishes that the terminal had pedals.
28278 @end itemize
28279
28280 Yes, when you use Emacs, you are apt to use the control key, the shift
28281 key and the meta key a lot.  This is very annoying to some people
28282 (notably @code{vi}le users), and the rest of us just love the hell out
28283 of it.  Just give up and submit.  Emacs really does stand for
28284 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
28285 may have heard from other disreputable sources (like the Emacs author).
28286
28287 The shift keys are normally located near your pinky fingers, and are
28288 normally used to get capital letters and stuff.  You probably use it all
28289 the time.  The control key is normally marked ``CTRL'' or something like
28290 that.  The meta key is, funnily enough, never marked as such on any
28291 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
28292 which is the meta key on this keyboard.  It's usually located somewhere
28293 to the left hand side of the keyboard, usually on the bottom row.
28294
28295 Now, us Emacs people don't say ``press the meta-control-m key'',
28296 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
28297 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
28298 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
28299 down the control key, and hold it down while you press @kbd{k}''.
28300 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
28301 the control key and then press @kbd{k}''.  Simple, ay?
28302
28303 This is somewhat complicated by the fact that not all keyboards have a
28304 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
28305 means ``press escape, release escape, press @kbd{k}''.  That's much more
28306 work than if you have a meta key, so if that's the case, I respectfully
28307 suggest you get a real keyboard with a meta key.  You can't live without
28308 it.
28309
28310
28311
28312 @node Emacs Lisp
28313 @subsection Emacs Lisp
28314
28315 Emacs is the King of Editors because it's really a Lisp interpreter.
28316 Each and every key you tap runs some Emacs Lisp code snippet, and since
28317 Emacs Lisp is an interpreted language, that means that you can configure
28318 any key to run any arbitrary code.  You just, like, do it.
28319
28320 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
28321 functions.  (These are byte-compiled for speed, but it's still
28322 interpreted.)  If you decide that you don't like the way Gnus does
28323 certain things, it's trivial to have it do something a different way.
28324 (Well, at least if you know how to write Lisp code.)  However, that's
28325 beyond the scope of this manual, so we are simply going to talk about
28326 some common constructs that you normally use in your @file{.emacs} file
28327 to customize Gnus.
28328
28329 If you want to set the variable @code{gnus-florgbnize} to four (4), you
28330 write the following:
28331
28332 @lisp
28333 (setq gnus-florgbnize 4)
28334 @end lisp
28335
28336 This function (really ``special form'') @code{setq} is the one that can
28337 set a variable to some value.  This is really all you need to know.  Now
28338 you can go and fill your @file{.emacs} file with lots of these to change
28339 how Gnus works.
28340
28341 If you have put that thing in your @file{.emacs} file, it will be read
28342 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
28343 start Emacs.  If you want to change the variable right away, simply say
28344 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
28345 previous ``form'', which is a simple @code{setq} statement here.
28346
28347 Go ahead---just try it, if you're located at your Emacs.  After you
28348 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
28349 is the return value of the form you @code{eval}ed.
28350
28351 Some pitfalls:
28352
28353 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
28354 that means:
28355
28356 @lisp
28357 (setq gnus-read-active-file 'some)
28358 @end lisp
28359
28360 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
28361 @samp{nntp.ifi.uio.no}'', that means:
28362
28363 @lisp
28364 (setq gnus-nntp-server "nntp.ifi.uio.no")
28365 @end lisp
28366
28367 So be careful not to mix up strings (the latter) with symbols (the
28368 former).  The manual is unambiguous, but it can be confusing.
28369
28370 @page
28371 @include gnus-faq.texi
28372
28373 @node Index
28374 @chapter Index
28375 @printindex cp
28376
28377 @node Key Index
28378 @chapter Key Index
28379 @printindex ky
28380
28381 @summarycontents
28382 @contents
28383 @bye
28384
28385 @iftex
28386 @iflatex
28387 \end{document}
28388 @end iflatex
28389 @end iftex
28390
28391 @c Local Variables:
28392 @c mode: texinfo
28393 @c coding: iso-8859-1
28394 @c End: