file evil.xpm was added on branch t-gnus-6_17 on 2005-05-01 23:25:48 +0000
[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 * SpamAssassin backend::        
889 * ifile spam filtering::        
890 * spam-stat spam filtering::    
891 * SpamOracle::                  
892 * Extending the Spam ELisp package::  
893
894 Filtering Spam Using Statistics with spam-stat
895
896 * Creating a spam-stat dictionary::
897 * Splitting mail using spam-stat::
898 * Low-level interface to the spam-stat dictionary::
899
900 Appendices
901
902 * XEmacs::                      Requirements for installing under XEmacs.
903 * History::                     How Gnus got where it is today.
904 * On Writing Manuals::          Why this is not a beginner's guide.
905 * Terminology::                 We use really difficult, like, words here.
906 * Customization::               Tailoring Gnus to your needs.
907 * Troubleshooting::             What you might try if things do not work.
908 * Gnus Reference Guide::        Rilly, rilly technical stuff.
909 * Emacs for Heathens::          A short introduction to Emacsian terms.
910 * Frequently Asked Questions::  The Gnus FAQ
911
912 History
913
914 * Gnus Versions::               What Gnus versions have been released.
915 * Other Gnus Versions::         Other Gnus versions that also have been released.
916 * Why?::                        What's the point of Gnus?
917 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
918 * Conformity::                  Gnus tries to conform to all standards.
919 * Emacsen::                     Gnus can be run on a few modern Emacsen.
920 * Gnus Development::            How Gnus is developed.
921 * Contributors::                Oodles of people.
922 * New Features::                Pointers to some of the new stuff in Gnus.
923
924 New Features
925
926 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
927 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
928 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
929 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
930 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
931 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
932 * No Gnus::                     Lars, FIXME!
933
934 Customization
935
936 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
937 * Slow Terminal Connection::    You run a remote Emacs.
938 * Little Disk Space::           You feel that having large setup files is icky.
939 * Slow Machine::                You feel like buying a faster machine.
940
941 Gnus Reference Guide
942
943 * Gnus Utility Functions::      Common functions and variable to use.
944 * Back End Interface::          How Gnus communicates with the servers.
945 * Score File Syntax::           A BNF definition of the score file standard.
946 * Headers::                     How Gnus stores headers internally.
947 * Ranges::                      A handy format for storing mucho numbers.
948 * Group Info::                  The group info format.
949 * Extended Interactive::        Symbolic prefixes and stuff.
950 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
951 * Various File Formats::        Formats of files that Gnus use.
952
953 Back End Interface
954
955 * Required Back End Functions::  Functions that must be implemented.
956 * Optional Back End Functions::  Functions that need not be implemented.
957 * Error Messaging::             How to get messages and report errors.
958 * Writing New Back Ends::       Extending old back ends.
959 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
960 * Mail-like Back Ends::         Some tips on mail back ends.
961
962 Various File Formats
963
964 * Active File Format::          Information on articles and groups available.
965 * Newsgroups File Format::      Group descriptions.
966
967 Emacs for Heathens
968
969 * Keystrokes::                  Entering text and executing commands.
970 * Emacs Lisp::                  The built-in Emacs programming language.
971
972 @end detailmenu
973 @end menu
974
975 @node Starting Up
976 @chapter Starting gnus
977 @cindex starting up
978
979 @kindex M-x gnus
980 @findex gnus
981 If your system administrator has set things up properly, starting gnus
982 and reading news is extremely easy---you just type @kbd{M-x gnus} in
983 your Emacs.
984
985 @findex gnus-other-frame
986 @kindex M-x gnus-other-frame
987 If you want to start gnus in a different frame, you can use the command
988 @kbd{M-x gnus-other-frame} instead.
989
990 If things do not go smoothly at startup, you have to twiddle some
991 variables in your @file{~/.gnus.el} file.  This file is similar to
992 @file{~/.emacs}, but is read when Gnus starts.
993
994 If you puzzle at any terms used in this manual, please refer to the
995 terminology section (@pxref{Terminology}).
996
997 @menu
998 * Finding the News::            Choosing a method for getting news.
999 * The First Time::              What does Gnus do the first time you start it?
1000 * The Server is Down::          How can I read my mail then?
1001 * Slave Gnusae::                You can have more than one Gnus active at a time.
1002 * Fetching a Group::            Starting Gnus just to read a group.
1003 * New Groups::                  What is Gnus supposed to do with new groups?
1004 * Changing Servers::            You may want to move from one server to another.
1005 * Startup Files::               Those pesky startup files---@file{.newsrc}.
1006 * Auto Save::                   Recovering from a crash.
1007 * The Active File::             Reading the active file over a slow line Takes Time.
1008 * Startup Variables::           Other variables you might change.
1009 @end menu
1010
1011
1012 @node Finding the News
1013 @section Finding the News
1014 @cindex finding news
1015
1016 @vindex gnus-select-method
1017 @c @head
1018 The @code{gnus-select-method} variable says where gnus should look for
1019 news.  This variable should be a list where the first element says
1020 @dfn{how} and the second element says @dfn{where}.  This method is your
1021 native method.  All groups not fetched with this method are
1022 foreign groups.
1023
1024 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1025 you want to get your daily dosage of news from, you'd say:
1026
1027 @lisp
1028 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1029 @end lisp
1030
1031 If you want to read directly from the local spool, say:
1032
1033 @lisp
1034 (setq gnus-select-method '(nnspool ""))
1035 @end lisp
1036
1037 If you can use a local spool, you probably should, as it will almost
1038 certainly be much faster.  But do not use the local spool if your
1039 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1040
1041 @vindex gnus-nntpserver-file
1042 @cindex NNTPSERVER
1043 @cindex @acronym{NNTP} server
1044 If this variable is not set, gnus will take a look at the
1045 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1046 gnus will see whether @code{gnus-nntpserver-file}
1047 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1048 If that fails as well, gnus will try to use the machine running Emacs
1049 as an @acronym{NNTP} server.  That's a long shot, though.
1050
1051 @vindex gnus-nntp-server
1052 If @code{gnus-nntp-server} is set, this variable will override
1053 @code{gnus-select-method}.  You should therefore set
1054 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1055
1056 @vindex gnus-secondary-servers
1057 @vindex gnus-nntp-server
1058 You can also make gnus prompt you interactively for the name of an
1059 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1060 (i.e., @kbd{C-u M-x gnus}), gnus will let you choose between the servers
1061 in the @code{gnus-secondary-servers} list (if any).  You can also just
1062 type in the name of any server you feel like visiting.  (Note that this
1063 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1064 gnus} later in the same Emacs session, Gnus will contact the same
1065 server.)
1066
1067 @findex gnus-group-browse-foreign-server
1068 @kindex B (Group)
1069 However, if you use one @acronym{NNTP} server regularly and are just
1070 interested in a couple of groups from a different server, you would be
1071 better served by using the @kbd{B} command in the group buffer.  It will
1072 let you have a look at what groups are available, and you can subscribe
1073 to any of the groups you want to.  This also makes @file{.newsrc}
1074 maintenance much tidier.  @xref{Foreign Groups}.
1075
1076 @vindex gnus-secondary-select-methods
1077 @c @head
1078 A slightly different approach to foreign groups is to set the
1079 @code{gnus-secondary-select-methods} variable.  The select methods
1080 listed in this variable are in many ways just as native as the
1081 @code{gnus-select-method} server.  They will also be queried for active
1082 files during startup (if that's required), and new newsgroups that
1083 appear on these servers will be subscribed (or not) just as native
1084 groups are.
1085
1086 For instance, if you use the @code{nnmbox} back end to read your mail,
1087 you would typically set this variable to
1088
1089 @lisp
1090 (setq gnus-secondary-select-methods '((nnmbox "")))
1091 @end lisp
1092
1093
1094 @node The First Time
1095 @section The First Time
1096 @cindex first time usage
1097
1098 If no startup files exist, gnus will try to determine what groups should
1099 be subscribed by default.
1100
1101 @vindex gnus-default-subscribed-newsgroups
1102 If the variable @code{gnus-default-subscribed-newsgroups} is set, gnus
1103 will subscribe you to just those groups in that list, leaving the rest
1104 killed.  Your system administrator should have set this variable to
1105 something useful.
1106
1107 Since she hasn't, gnus will just subscribe you to a few arbitrarily
1108 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1109 here as @dfn{whatever Lars thinks you should read}.)
1110
1111 You'll also be subscribed to the gnus documentation group, which should
1112 help you with most common problems.
1113
1114 If @code{gnus-default-subscribed-newsgroups} is @code{t}, gnus will just
1115 use the normal functions for handling new groups, and not do anything
1116 special.
1117
1118
1119 @node The Server is Down
1120 @section The Server is Down
1121 @cindex server errors
1122
1123 If the default server is down, gnus will understandably have some
1124 problems starting.  However, if you have some mail groups in addition to
1125 the news groups, you may want to start gnus anyway.
1126
1127 Gnus, being the trusting sort of program, will ask whether to proceed
1128 without a native select method if that server can't be contacted.  This
1129 will happen whether the server doesn't actually exist (i.e., you have
1130 given the wrong address) or the server has just momentarily taken ill
1131 for some reason or other.  If you decide to continue and have no foreign
1132 groups, you'll find it difficult to actually do anything in the group
1133 buffer.  But, hey, that's your problem.  Blllrph!
1134
1135 @findex gnus-no-server
1136 @kindex M-x gnus-no-server
1137 @c @head
1138 If you know that the server is definitely down, or you just want to read
1139 your mail without bothering with the server at all, you can use the
1140 @code{gnus-no-server} command to start gnus.  That might come in handy
1141 if you're in a hurry as well.  This command will not attempt to contact
1142 your primary server---instead, it will just activate all groups on level
1143 1 and 2.  (You should preferably keep no native groups on those two
1144 levels.) Also @pxref{Group Levels}.
1145
1146
1147 @node Slave Gnusae
1148 @section Slave Gnusae
1149 @cindex slave
1150
1151 You might want to run more than one Emacs with more than one gnus at the
1152 same time.  If you are using different @file{.newsrc} files (e.g., if you
1153 are using the two different gnusae to read from two different servers),
1154 that is no problem whatsoever.  You just do it.
1155
1156 The problem appears when you want to run two Gnusae that use the same
1157 @file{.newsrc} file.
1158
1159 To work around that problem some, we here at the Think-Tank at the gnus
1160 Towers have come up with a new concept: @dfn{Masters} and
1161 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1162 taken out a copyright on those words.  If you wish to use those words in
1163 conjunction with each other, you have to send $1 per usage instance to
1164 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1165 Applications}) will be much more expensive, of course.)
1166
1167 @findex gnus-slave
1168 Anyway, you start one gnus up the normal way with @kbd{M-x gnus} (or
1169 however you do it).  Each subsequent slave gnusae should be started with
1170 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1171 files, but instead save @dfn{slave files} that contain information only
1172 on what groups have been read in the slave session.  When a master gnus
1173 starts, it will read (and delete) these slave files, incorporating all
1174 information from them.  (The slave files will be read in the sequence
1175 they were created, so the latest changes will have precedence.)
1176
1177 Information from the slave files has, of course, precedence over the
1178 information in the normal (i.e., master) @file{.newsrc} file.
1179
1180 If the @file{.newsrc*} files have not been saved in the master when the
1181 slave starts, you may be prompted as to whether to read an auto-save
1182 file.  If you answer ``yes'', the unsaved changes to the master will be
1183 incorporated into the slave.  If you answer ``no'', the slave may see some
1184 messages as unread that have been read in the master.
1185
1186 @node Fetching a Group
1187 @section Fetching a Group
1188 @cindex fetching a group
1189
1190 @findex gnus-fetch-group
1191 It is sometimes convenient to be able to just say ``I want to read this
1192 group and I don't care whether gnus has been started or not''.  This is
1193 perhaps more useful for people who write code than for users, but the
1194 command @code{gnus-fetch-group} provides this functionality in any case.
1195 It takes the group name as a parameter.
1196
1197
1198 @node New Groups
1199 @section New Groups
1200 @cindex new groups
1201 @cindex subscription
1202
1203 @vindex gnus-check-new-newsgroups
1204 If you are satisfied that you really never want to see any new groups,
1205 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1206 also save you some time at startup.  Even if this variable is
1207 @code{nil}, you can always subscribe to the new groups just by pressing
1208 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1209 is @code{ask-server} by default.  If you set this variable to
1210 @code{always}, then Gnus will query the back ends for new groups even
1211 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1212
1213 @menu
1214 * Checking New Groups::         Determining what groups are new.
1215 * Subscription Methods::        What Gnus should do with new groups.
1216 * Filtering New Groups::        Making Gnus ignore certain new groups.
1217 @end menu
1218
1219
1220 @node Checking New Groups
1221 @subsection Checking New Groups
1222
1223 Gnus normally determines whether a group is new or not by comparing the
1224 list of groups from the active file(s) with the lists of subscribed and
1225 dead groups.  This isn't a particularly fast method.  If
1226 @code{gnus-check-new-newsgroups} is @code{ask-server}, gnus will ask the
1227 server for new groups since the last time.  This is both faster and
1228 cheaper.  This also means that you can get rid of the list of killed
1229 groups altogether, so you may set @code{gnus-save-killed-list} to
1230 @code{nil}, which will save time both at startup, at exit, and all over.
1231 Saves disk space, too.  Why isn't this the default, then?
1232 Unfortunately, not all servers support this command.
1233
1234 I bet I know what you're thinking now: How do I find out whether my
1235 server supports @code{ask-server}?  No?  Good, because I don't have a
1236 fail-safe answer.  I would suggest just setting this variable to
1237 @code{ask-server} and see whether any new groups appear within the next
1238 few days.  If any do, then it works.  If none do, then it doesn't
1239 work.  I could write a function to make gnus guess whether the server
1240 supports @code{ask-server}, but it would just be a guess.  So I won't.
1241 You could @code{telnet} to the server and say @code{HELP} and see
1242 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1243 it does, then it might work.  (But there are servers that lists
1244 @samp{NEWGROUPS} without supporting the function properly.)
1245
1246 This variable can also be a list of select methods.  If so, gnus will
1247 issue an @code{ask-server} command to each of the select methods, and
1248 subscribe them (or not) using the normal methods.  This might be handy
1249 if you are monitoring a few servers for new groups.  A side effect is
1250 that startup will take much longer, so you can meditate while waiting.
1251 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1252
1253
1254 @node Subscription Methods
1255 @subsection Subscription Methods
1256
1257 @vindex gnus-subscribe-newsgroup-method
1258 What gnus does when it encounters a new group is determined by the
1259 @code{gnus-subscribe-newsgroup-method} variable.
1260
1261 This variable should contain a function.  This function will be called
1262 with the name of the new group as the only parameter.
1263
1264 Some handy pre-fab functions are:
1265
1266 @table @code
1267
1268 @item gnus-subscribe-zombies
1269 @vindex gnus-subscribe-zombies
1270 Make all new groups zombies.  This is the default.  You can browse the
1271 zombies later (with @kbd{A z}) and either kill them all off properly
1272 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1273
1274 @item gnus-subscribe-randomly
1275 @vindex gnus-subscribe-randomly
1276 Subscribe all new groups in arbitrary order.  This really means that all
1277 new groups will be added at ``the top'' of the group buffer.
1278
1279 @item gnus-subscribe-alphabetically
1280 @vindex gnus-subscribe-alphabetically
1281 Subscribe all new groups in alphabetical order.
1282
1283 @item gnus-subscribe-hierarchically
1284 @vindex gnus-subscribe-hierarchically
1285 Subscribe all new groups hierarchically.  The difference between this
1286 function and @code{gnus-subscribe-alphabetically} is slight.
1287 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1288 alphabetical fashion, while this function will enter groups into its
1289 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1290 @samp{comp} hierarchy, this function will not mess that configuration
1291 up.  Or something like that.
1292
1293 @item gnus-subscribe-interactively
1294 @vindex gnus-subscribe-interactively
1295 Subscribe new groups interactively.  This means that gnus will ask
1296 you about @strong{all} new groups.  The groups you choose to subscribe
1297 to will be subscribed hierarchically.
1298
1299 @item gnus-subscribe-killed
1300 @vindex gnus-subscribe-killed
1301 Kill all new groups.
1302
1303 @item gnus-subscribe-topics
1304 @vindex gnus-subscribe-topics
1305 Put the groups into the topic that has a matching @code{subscribe} topic
1306 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1307 topic parameter that looks like
1308
1309 @example
1310 "nnslashdot"
1311 @end example
1312
1313 will mean that all groups that match that regex will be subscribed under
1314 that topic.
1315
1316 If no topics match the groups, the groups will be subscribed in the
1317 top-level topic.
1318
1319 @end table
1320
1321 @vindex gnus-subscribe-hierarchical-interactive
1322 A closely related variable is
1323 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1324 mouthful.)  If this variable is non-@code{nil}, gnus will ask you in a
1325 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1326 will ask you for each sub-hierarchy whether you want to descend the
1327 hierarchy or not.
1328
1329 One common mistake is to set the variable a few paragraphs above
1330 (@code{gnus-subscribe-newsgroup-method}) to
1331 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1332 will not work.  This is ga-ga.  So don't do it.
1333
1334
1335 @node Filtering New Groups
1336 @subsection Filtering New Groups
1337
1338 A nice and portable way to control which new newsgroups should be
1339 subscribed (or ignored) is to put an @dfn{options} line at the start of
1340 the @file{.newsrc} file.  Here's an example:
1341
1342 @example
1343 options -n !alt.all !rec.all sci.all
1344 @end example
1345
1346 @vindex gnus-subscribe-options-newsgroup-method
1347 This line obviously belongs to a serious-minded intellectual scientific
1348 person (or she may just be plain old boring), because it says that all
1349 groups that have names beginning with @samp{alt} and @samp{rec} should
1350 be ignored, and all groups with names beginning with @samp{sci} should
1351 be subscribed.  Gnus will not use the normal subscription method for
1352 subscribing these groups.
1353 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1354 variable defaults to @code{gnus-subscribe-alphabetically}.
1355
1356 @vindex gnus-options-not-subscribe
1357 @vindex gnus-options-subscribe
1358 If you don't want to mess with your @file{.newsrc} file, you can just
1359 set the two variables @code{gnus-options-subscribe} and
1360 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1361 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1362 and if the new group matches the former, it will be unconditionally
1363 subscribed, and if it matches the latter, it will be ignored.
1364
1365 @vindex gnus-auto-subscribed-groups
1366 Yet another variable that meddles here is
1367 @code{gnus-auto-subscribed-groups}.  It works exactly like
1368 @code{gnus-options-subscribe}, and is therefore really superfluous,
1369 but I thought it would be nice to have two of these.  This variable is
1370 more meant for setting some ground rules, while the other variable is
1371 used more for user fiddling.  By default this variable makes all new
1372 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1373 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1374 subscribed.  If you don't like that, just set this variable to
1375 @code{nil}.
1376
1377 New groups that match this regexp are subscribed using
1378 @code{gnus-subscribe-options-newsgroup-method}.
1379
1380
1381 @node Changing Servers
1382 @section Changing Servers
1383 @cindex changing servers
1384
1385 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1386 This happens very rarely, but perhaps you change jobs, or one server is
1387 very flaky and you want to use another.
1388
1389 Changing the server is pretty easy, right?  You just change
1390 @code{gnus-select-method} to point to the new server?
1391
1392 @emph{Wrong!}
1393
1394 Article numbers are not (in any way) kept synchronized between different
1395 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1396 you have read is by keeping track of article numbers.  So when you
1397 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1398 worthless.
1399
1400 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1401 file from one server to another.  They all have one thing in
1402 common---they take a looong time to run.  You don't want to use these
1403 functions more than absolutely necessary.
1404
1405 @kindex M-x gnus-change-server
1406 @findex gnus-change-server
1407 If you have access to both servers, Gnus can request the headers for all
1408 the articles you have read and compare @code{Message-ID}s and map the
1409 article numbers of the read articles and article marks.  The @kbd{M-x
1410 gnus-change-server} command will do this for all your native groups.  It
1411 will prompt for the method you want to move to.
1412
1413 @kindex M-x gnus-group-move-group-to-server
1414 @findex gnus-group-move-group-to-server
1415 You can also move individual groups with the @kbd{M-x
1416 gnus-group-move-group-to-server} command.  This is useful if you want to
1417 move a (foreign) group from one server to another.
1418
1419 @kindex M-x gnus-group-clear-data-on-native-groups
1420 @findex gnus-group-clear-data-on-native-groups
1421 If you don't have access to both the old and new server, all your marks
1422 and read ranges have become worthless.  You can use the @kbd{M-x
1423 gnus-group-clear-data-on-native-groups} command to clear out all data
1424 that you have on your native groups.  Use with caution.
1425
1426 @kindex M-x gnus-group-clear-data
1427 @findex gnus-group-clear-data
1428 Clear the data from the current group only---nix out marks and the
1429 list of read articles (@code{gnus-group-clear-data}).
1430
1431 After changing servers, you @strong{must} move the cache hierarchy away,
1432 since the cached articles will have wrong article numbers, which will
1433 affect which articles Gnus thinks are read.
1434 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1435 to have it done automatically; for @code{gnus-group-clear-data}, you
1436 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1437 cache for all groups).
1438
1439
1440 @node Startup Files
1441 @section Startup Files
1442 @cindex startup files
1443 @cindex .newsrc
1444 @cindex .newsrc.el
1445 @cindex .newsrc.eld
1446
1447 Now, you all know about the @file{.newsrc} file.  All subscription
1448 information is traditionally stored in this file.
1449
1450 Things got a bit more complicated with @sc{gnus}.  In addition to
1451 keeping the @file{.newsrc} file updated, it also used a file called
1452 @file{.newsrc.el} for storing all the information that didn't fit into
1453 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1454 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1455 files was the most recently saved, which enabled people to swap between
1456 @sc{gnus} and other newsreaders.
1457
1458 That was kinda silly, so Gnus went one better: In addition to the
1459 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1460 @file{.newsrc.eld}.  It will read whichever of these files that are most
1461 recent, but it will never write a @file{.newsrc.el} file.  You should
1462 never delete the @file{.newsrc.eld} file---it contains much information
1463 not stored in the @file{.newsrc} file.
1464
1465 @vindex gnus-save-newsrc-file
1466 @vindex gnus-read-newsrc-file
1467 You can turn off writing the @file{.newsrc} file by setting
1468 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1469 the file and save some space, as well as exiting from gnus faster.
1470 However, this will make it impossible to use other newsreaders than
1471 gnus.  But hey, who would want to, right?  Similarly, setting
1472 @code{gnus-read-newsrc-file} to @code{nil} makes gnus ignore the
1473 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1474 convenient if you have a tendency to use Netscape once in a while.
1475
1476 @vindex gnus-save-killed-list
1477 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1478 will not save the list of killed groups to the startup file.  This will
1479 save both time (when starting and quitting) and space (on disk).  It
1480 will also mean that Gnus has no record of what groups are new or old,
1481 so the automatic new groups subscription methods become meaningless.
1482 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1483 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1484 Groups}).  This variable can also be a regular expression.  If that's
1485 the case, remove all groups that do not match this regexp before
1486 saving.  This can be useful in certain obscure situations that involve
1487 several servers where not all servers support @code{ask-server}.
1488
1489 @vindex gnus-startup-file
1490 @vindex gnus-backup-startup-file
1491 @vindex version-control
1492 The @code{gnus-startup-file} variable says where the startup files are.
1493 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1494 file being whatever that one is, with a @samp{.eld} appended.
1495 If you want version control for this file, set
1496 @code{gnus-backup-startup-file}.  It respects the same values as the
1497 @code{version-control} variable.
1498
1499 @vindex gnus-save-newsrc-hook
1500 @vindex gnus-save-quick-newsrc-hook
1501 @vindex gnus-save-standard-newsrc-hook
1502 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1503 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1504 saving the @file{.newsrc.eld} file, and
1505 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1506 @file{.newsrc} file.  The latter two are commonly used to turn version
1507 control on or off.  Version control is on by default when saving the
1508 startup files.  If you want to turn backup creation off, say something like:
1509
1510 @lisp
1511 (defun turn-off-backup ()
1512   (set (make-local-variable 'backup-inhibited) t))
1513
1514 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1515 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1516 @end lisp
1517
1518 @vindex gnus-init-file
1519 @vindex gnus-site-init-file
1520 When gnus starts, it will read the @code{gnus-site-init-file}
1521 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1522 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1523 and can be used to avoid cluttering your @file{~/.emacs} and
1524 @file{site-init} files with gnus stuff.  Gnus will also check for files
1525 with the same names as these, but with @file{.elc} and @file{.el}
1526 suffixes.  In other words, if you have set @code{gnus-init-file} to
1527 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1528 and finally @file{~/.gnus} (in this order).
1529
1530
1531
1532 @node Auto Save
1533 @section Auto Save
1534 @cindex dribble file
1535 @cindex auto-save
1536
1537 Whenever you do something that changes the gnus data (reading articles,
1538 catching up, killing/subscribing groups), the change is added to a
1539 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1540 Emacs way.  If your Emacs should crash before you have saved the
1541 @file{.newsrc} files, all changes you have made can be recovered from
1542 this file.
1543
1544 If gnus detects this file at startup, it will ask the user whether to
1545 read it.  The auto save file is deleted whenever the real startup file is
1546 saved.
1547
1548 @vindex gnus-use-dribble-file
1549 If @code{gnus-use-dribble-file} is @code{nil}, gnus won't create and
1550 maintain a dribble buffer.  The default is @code{t}.
1551
1552 @vindex gnus-dribble-directory
1553 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1554 this variable is @code{nil}, which it is by default, gnus will dribble
1555 into the directory where the @file{.newsrc} file is located.  (This is
1556 normally the user's home directory.)  The dribble file will get the same
1557 file permissions as the @file{.newsrc} file.
1558
1559 @vindex gnus-always-read-dribble-file
1560 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1561 read the dribble file on startup without querying the user.
1562
1563
1564 @node The Active File
1565 @section The Active File
1566 @cindex active file
1567 @cindex ignored groups
1568
1569 When gnus starts, or indeed whenever it tries to determine whether new
1570 articles have arrived, it reads the active file.  This is a very large
1571 file that lists all the active groups and articles on the server.
1572
1573 @vindex gnus-ignored-newsgroups
1574 Before examining the active file, gnus deletes all lines that match the
1575 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1576 any groups with bogus names, but you can use this variable to make gnus
1577 ignore hierarchies you aren't ever interested in.  However, this is not
1578 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1579 Groups} for an overview of other variables that can be used instead.
1580
1581 @c This variable is
1582 @c @code{nil} by default, and will slow down active file handling somewhat
1583 @c if you set it to anything else.
1584
1585 @vindex gnus-read-active-file
1586 @c @head
1587 The active file can be rather Huge, so if you have a slow network, you
1588 can set @code{gnus-read-active-file} to @code{nil} to prevent gnus from
1589 reading the active file.  This variable is @code{some} by default.
1590
1591 Gnus will try to make do by getting information just on the groups that
1592 you actually subscribe to.
1593
1594 Note that if you subscribe to lots and lots of groups, setting this
1595 variable to @code{nil} will probably make gnus slower, not faster.  At
1596 present, having this variable @code{nil} will slow gnus down
1597 considerably, unless you read news over a 2400 baud modem.
1598
1599 This variable can also have the value @code{some}.  Gnus will then
1600 attempt to read active info only on the subscribed groups.  On some
1601 servers this is quite fast (on sparkling, brand new INN servers that
1602 support the @code{LIST ACTIVE group} command), on others this isn't fast
1603 at all.  In any case, @code{some} should be faster than @code{nil}, and
1604 is certainly faster than @code{t} over slow lines.
1605
1606 Some news servers (old versions of Leafnode and old versions of INN, for
1607 instance) do not support the @code{LIST ACTIVE group}.  For these
1608 servers, @code{nil} is probably the most efficient value for this
1609 variable.
1610
1611 If this variable is @code{nil}, gnus will ask for group info in total
1612 lock-step, which isn't very fast.  If it is @code{some} and you use an
1613 @acronym{NNTP} server, gnus will pump out commands as fast as it can, and
1614 read all the replies in one swoop.  This will normally result in better
1615 performance, but if the server does not support the aforementioned
1616 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1617
1618 If you think that starting up Gnus takes too long, try all the three
1619 different values for this variable and see what works best for you.
1620
1621 In any case, if you use @code{some} or @code{nil}, you should definitely
1622 kill all groups that you aren't interested in to speed things up.
1623
1624 Note that this variable also affects active file retrieval from
1625 secondary select methods.
1626
1627
1628 @node Startup Variables
1629 @section Startup Variables
1630
1631 @table @code
1632
1633 @item gnus-load-hook
1634 @vindex gnus-load-hook
1635 A hook run while gnus is being loaded.  Note that this hook will
1636 normally be run just once in each Emacs session, no matter how many
1637 times you start gnus.
1638
1639 @item gnus-before-startup-hook
1640 @vindex gnus-before-startup-hook
1641 A hook run after starting up gnus successfully.
1642
1643 @item gnus-startup-hook
1644 @vindex gnus-startup-hook
1645 A hook run as the very last thing after starting up gnus
1646
1647 @item gnus-started-hook
1648 @vindex gnus-started-hook
1649 A hook that is run as the very last thing after starting up gnus
1650 successfully.
1651
1652 @item gnus-setup-news-hook
1653 @vindex gnus-setup-news-hook
1654 A hook that is run after reading the @file{.newsrc} file(s), but before
1655 generating the group buffer.
1656
1657 @item gnus-check-bogus-newsgroups
1658 @vindex gnus-check-bogus-newsgroups
1659 If non-@code{nil}, gnus will check for and delete all bogus groups at
1660 startup.  A @dfn{bogus group} is a group that you have in your
1661 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1662 bogus groups can take quite a while, so to save time and resources it's
1663 best to leave this option off, and do the checking for bogus groups once
1664 in a while from the group buffer instead (@pxref{Group Maintenance}).
1665
1666 @item gnus-inhibit-startup-message
1667 @vindex gnus-inhibit-startup-message
1668 If non-@code{nil}, the startup message won't be displayed.  That way,
1669 your boss might not notice as easily that you are reading news instead
1670 of doing your job.  Note that this variable is used before
1671 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1672
1673 @item gnus-no-groups-message
1674 @vindex gnus-no-groups-message
1675 Message displayed by gnus when no groups are available.
1676
1677 @item gnus-play-startup-jingle
1678 @vindex gnus-play-startup-jingle
1679 If non-@code{nil}, play the gnus jingle at startup.
1680
1681 @item gnus-startup-jingle
1682 @vindex gnus-startup-jingle
1683 Jingle to be played if the above variable is non-@code{nil}.  The
1684 default is @samp{Tuxedomoon.Jingle4.au}.
1685
1686 @end table
1687
1688
1689 @node Group Buffer
1690 @chapter Group Buffer
1691 @cindex group buffer
1692
1693 @c Alex Schroeder suggests to rearrange this as follows:
1694 @c
1695 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1696 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1697 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1698 @c   7. Group Score, 8. Group Buffer Format
1699 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1700 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1701 @c <kensanata> First, "Gnus considers groups... (default 9)."
1702 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1703 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1704 @c <kensanata> Then expand the next paragraph or add some more to it.
1705 @c    This short one sentence explains levels 1 and 2, therefore I understand
1706 @c    that I should keep important news at 3 and boring news at 4.
1707 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1708 @c    Maybe keep those that you don't want to read temporarily at 6,
1709 @c    those that you never want to read at 8, those that offend your
1710 @c    human rights at 9...
1711
1712
1713 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1714 is the first buffer shown when gnus starts, and will never be killed as
1715 long as gnus is active.
1716
1717 @iftex
1718 @iflatex
1719 \gnusfigure{The Group Buffer}{320}{
1720 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1721 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1722 \put(120,38){\vector(1,2){10}}
1723 \put(40,60){\makebox(0,0)[r]{Mode line}}
1724 \put(40,58){\vector(1,0){30}}
1725 \put(200,28){\makebox(0,0)[t]{Native select method}}
1726 \put(200,26){\vector(-1,2){15}}
1727 }
1728 @end iflatex
1729 @end iftex
1730
1731 @menu
1732 * Group Buffer Format::         Information listed and how you can change it.
1733 * Group Maneuvering::           Commands for moving in the group buffer.
1734 * Selecting a Group::           Actually reading news.
1735 * Subscription Commands::       Unsubscribing, killing, subscribing.
1736 * Group Data::                  Changing the info for a group.
1737 * Group Levels::                Levels? What are those, then?
1738 * Group Score::                 A mechanism for finding out what groups you like.
1739 * Marking Groups::              You can mark groups for later processing.
1740 * Foreign Groups::              Creating and editing groups.
1741 * Group Parameters::            Each group may have different parameters set.
1742 * Listing Groups::              Gnus can list various subsets of the groups.
1743 * Sorting Groups::              Re-arrange the group order.
1744 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1745 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1746 * Exiting Gnus::                Stop reading news and get some work done.
1747 * Group Topics::                A folding group mode divided into topics.
1748 * Misc Group Stuff::            Other stuff that you can to do.
1749 @end menu
1750
1751
1752 @node Group Buffer Format
1753 @section Group Buffer Format
1754
1755 @menu
1756 * Group Line Specification::    Deciding how the group buffer is to look.
1757 * Group Mode Line Specification::  The group buffer mode line.
1758 * Group Highlighting::          Having nice colors in the group buffer.
1759 @end menu
1760
1761
1762 @node Group Line Specification
1763 @subsection Group Line Specification
1764 @cindex group buffer format
1765
1766 The default format of the group buffer is nice and dull, but you can
1767 make it as exciting and ugly as you feel like.
1768
1769 Here's a couple of example group lines:
1770
1771 @example
1772      25: news.announce.newusers
1773  *    0: alt.fan.andrea-dworkin
1774 @end example
1775
1776 Quite simple, huh?
1777
1778 You can see that there are 25 unread articles in
1779 @samp{news.announce.newusers}.  There are no unread articles, but some
1780 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1781 asterisk at the beginning of the line?).
1782
1783 @vindex gnus-group-line-format
1784 You can change that format to whatever you want by fiddling with the
1785 @code{gnus-group-line-format} variable.  This variable works along the
1786 lines of a @code{format} specification, which is pretty much the same as
1787 a @code{printf} specifications, for those of you who use (feh!) C.
1788 @xref{Formatting Variables}.
1789
1790 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1791
1792 There should always be a colon on the line; the cursor always moves to
1793 the colon after performing an operation.  @xref{Positioning
1794 Point}.  Nothing else is required---not even the group name.  All
1795 displayed text is just window dressing, and is never examined by Gnus.
1796 Gnus stores all real information it needs using text properties.
1797
1798 (Note that if you make a really strange, wonderful, spreadsheet-like
1799 layout, everybody will believe you are hard at work with the accounting
1800 instead of wasting time reading news.)
1801
1802 Here's a list of all available format characters:
1803
1804 @table @samp
1805
1806 @item M
1807 An asterisk if the group only has marked articles.
1808
1809 @item S
1810 Whether the group is subscribed.
1811
1812 @item L
1813 Level of subscribedness.
1814
1815 @item N
1816 Number of unread articles.
1817
1818 @item I
1819 Number of dormant articles.
1820
1821 @item T
1822 Number of ticked articles.
1823
1824 @item R
1825 Number of read articles.
1826
1827 @item U
1828 Number of unseen articles.
1829
1830 @item t
1831 Estimated total number of articles.  (This is really @var{max-number}
1832 minus @var{min-number} plus 1.)
1833
1834 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1835 efficient access to @var{max-number} and @var{min-number} but getting
1836 the true unread message count is not possible efficiently.  For
1837 hysterical raisins, even the mail back ends, where the true number of
1838 unread messages might be available efficiently, use the same limited
1839 interface.  To remove this restriction from Gnus means that the back
1840 end interface has to be changed, which is not an easy job.  If you
1841 want to work on this, please contact the Gnus mailing list.
1842
1843 @item y
1844 Number of unread, unticked, non-dormant articles.
1845
1846 @item i
1847 Number of ticked and dormant articles.
1848
1849 @item g
1850 Full group name.
1851
1852 @item G
1853 Group name.
1854
1855 @item C
1856 Group comment (@pxref{Group Parameters}) or group name if there is no
1857 comment element in the group parameters.
1858
1859 @item D
1860 Newsgroup description.  You need to read the group descriptions
1861 before these will appear, and to do that, you either have to set
1862 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1863 command.
1864
1865 @item o
1866 @samp{m} if moderated.
1867
1868 @item O
1869 @samp{(m)} if moderated.
1870
1871 @item s
1872 Select method.
1873
1874 @item B
1875 If the summary buffer for the group is open or not.
1876
1877 @item n
1878 Select from where.
1879
1880 @item z
1881 A string that looks like @samp{<%s:%n>} if a foreign select method is
1882 used.
1883
1884 @item P
1885 Indentation based on the level of the topic (@pxref{Group Topics}).
1886
1887 @item c
1888 @vindex gnus-group-uncollapsed-levels
1889 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1890 variable says how many levels to leave at the end of the group name.
1891 The default is 1---this will mean that group names like
1892 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1893
1894 @item m
1895 @vindex gnus-new-mail-mark
1896 @cindex %
1897 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1898 the group lately.
1899
1900 @item p
1901 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1902
1903 @item d
1904 A string that says when you last read the group (@pxref{Group
1905 Timestamp}).
1906
1907 @item F
1908 The disk space used by the articles fetched by both the cache and
1909 agent.  The value is automatically scaled to bytes(B), kilobytes(K),
1910 megabytes(M), or gigabytes(G) to minimize the column width.  A format
1911 of %7F is sufficient for a fixed-width column.
1912
1913 @item u
1914 User defined specifier.  The next character in the format string should
1915 be a letter.  Gnus will call the function
1916 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1917 following @samp{%u}.  The function will be passed a single dummy
1918 parameter as argument.  The function should return a string, which will
1919 be inserted into the buffer just like information from any other
1920 specifier.
1921 @end table
1922
1923 @cindex *
1924 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1925 if no info is available---for instance, if it is a non-activated foreign
1926 group, or a bogus native group.
1927
1928
1929 @node Group Mode Line Specification
1930 @subsection Group Mode Line Specification
1931 @cindex group mode line
1932
1933 @vindex gnus-group-mode-line-format
1934 The mode line can be changed by setting
1935 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1936 doesn't understand that many format specifiers:
1937
1938 @table @samp
1939 @item S
1940 The native news server.
1941 @item M
1942 The native select method.
1943 @end table
1944
1945
1946 @node Group Highlighting
1947 @subsection Group Highlighting
1948 @cindex highlighting
1949 @cindex group highlighting
1950
1951 @vindex gnus-group-highlight
1952 Highlighting in the group buffer is controlled by the
1953 @code{gnus-group-highlight} variable.  This is an alist with elements
1954 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1955 something non-@code{nil}, the @var{face} will be used on the line.
1956
1957 Here's an example value for this variable that might look nice if the
1958 background is dark:
1959
1960 @lisp
1961 (cond (window-system
1962        (setq custom-background-mode 'light)
1963        (defface my-group-face-1
1964          '((t (:foreground "Red" :bold t))) "First group face")
1965        (defface my-group-face-2
1966          '((t (:foreground "DarkSeaGreen4" :bold t)))
1967          "Second group face")
1968        (defface my-group-face-3
1969          '((t (:foreground "Green4" :bold t))) "Third group face")
1970        (defface my-group-face-4
1971          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1972        (defface my-group-face-5
1973          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1974
1975 (setq gnus-group-highlight
1976       '(((> unread 200) . my-group-face-1)
1977         ((and (< level 3) (zerop unread)) . my-group-face-2)
1978         ((< level 3) . my-group-face-3)
1979         ((zerop unread) . my-group-face-4)
1980         (t . my-group-face-5)))
1981 @end lisp
1982
1983 Also @pxref{Faces and Fonts}.
1984
1985 Variables that are dynamically bound when the forms are evaluated
1986 include:
1987
1988 @table @code
1989 @item group
1990 The group name.
1991 @item unread
1992 The number of unread articles in the group.
1993 @item method
1994 The select method.
1995 @item mailp
1996 Whether the group is a mail group.
1997 @item level
1998 The level of the group.
1999 @item score
2000 The score of the group.
2001 @item ticked
2002 The number of ticked articles in the group.
2003 @item total
2004 The total number of articles in the group.  Or rather,
2005 @var{max-number} minus @var{min-number} plus one.
2006 @item topic
2007 When using the topic minor mode, this variable is bound to the current
2008 topic being inserted.
2009 @end table
2010
2011 When the forms are @code{eval}ed, point is at the beginning of the line
2012 of the group in question, so you can use many of the normal gnus
2013 functions for snarfing info on the group.
2014
2015 @vindex gnus-group-update-hook
2016 @findex gnus-group-highlight-line
2017 @code{gnus-group-update-hook} is called when a group line is changed.
2018 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2019 calls @code{gnus-group-highlight-line} by default.
2020
2021
2022 @node Group Maneuvering
2023 @section Group Maneuvering
2024 @cindex group movement
2025
2026 All movement commands understand the numeric prefix and will behave as
2027 expected, hopefully.
2028
2029 @table @kbd
2030
2031 @item n
2032 @kindex n (Group)
2033 @findex gnus-group-next-unread-group
2034 Go to the next group that has unread articles
2035 (@code{gnus-group-next-unread-group}).
2036
2037 @item p
2038 @itemx DEL
2039 @kindex DEL (Group)
2040 @kindex p (Group)
2041 @findex gnus-group-prev-unread-group
2042 Go to the previous group that has unread articles
2043 (@code{gnus-group-prev-unread-group}).
2044
2045 @item N
2046 @kindex N (Group)
2047 @findex gnus-group-next-group
2048 Go to the next group (@code{gnus-group-next-group}).
2049
2050 @item P
2051 @kindex P (Group)
2052 @findex gnus-group-prev-group
2053 Go to the previous group (@code{gnus-group-prev-group}).
2054
2055 @item M-n
2056 @kindex M-n (Group)
2057 @findex gnus-group-next-unread-group-same-level
2058 Go to the next unread group on the same (or lower) level
2059 (@code{gnus-group-next-unread-group-same-level}).
2060
2061 @item M-p
2062 @kindex M-p (Group)
2063 @findex gnus-group-prev-unread-group-same-level
2064 Go to the previous unread group on the same (or lower) level
2065 (@code{gnus-group-prev-unread-group-same-level}).
2066 @end table
2067
2068 Three commands for jumping to groups:
2069
2070 @table @kbd
2071
2072 @item j
2073 @kindex j (Group)
2074 @findex gnus-group-jump-to-group
2075 Jump to a group (and make it visible if it isn't already)
2076 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2077 like living groups.
2078
2079 @item ,
2080 @kindex , (Group)
2081 @findex gnus-group-best-unread-group
2082 Jump to the unread group with the lowest level
2083 (@code{gnus-group-best-unread-group}).
2084
2085 @item .
2086 @kindex . (Group)
2087 @findex gnus-group-first-unread-group
2088 Jump to the first group with unread articles
2089 (@code{gnus-group-first-unread-group}).
2090 @end table
2091
2092 @vindex gnus-group-goto-unread
2093 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2094 commands will move to the next group, not the next unread group.  Even
2095 the commands that say they move to the next unread group.  The default
2096 is @code{t}.
2097
2098
2099 @node Selecting a Group
2100 @section Selecting a Group
2101 @cindex group selection
2102
2103 @table @kbd
2104
2105 @item SPACE
2106 @kindex SPACE (Group)
2107 @findex gnus-group-read-group
2108 Select the current group, switch to the summary buffer and display the
2109 first unread article (@code{gnus-group-read-group}).  If there are no
2110 unread articles in the group, or if you give a non-numerical prefix to
2111 this command, gnus will offer to fetch all the old articles in this
2112 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2113 determines the number of articles Gnus will fetch.  If @var{n} is
2114 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2115 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2116
2117 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2118 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2119 - 4 2 SPC} fetches the 42 oldest ones.
2120
2121 When you are in the group (in the Summary buffer), you can type
2122 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2123 ones.
2124
2125 @item RET
2126 @kindex RET (Group)
2127 @findex gnus-group-select-group
2128 Select the current group and switch to the summary buffer
2129 (@code{gnus-group-select-group}).  Takes the same arguments as
2130 @code{gnus-group-read-group}---the only difference is that this command
2131 does not display the first unread article automatically upon group
2132 entry.
2133
2134 @item M-RET
2135 @kindex M-RET (Group)
2136 @findex gnus-group-quick-select-group
2137 This does the same as the command above, but tries to do it with the
2138 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2139 scoring/killing will be performed, there will be no highlights and no
2140 expunging.  This might be useful if you're in a real hurry and have to
2141 enter some humongous group.  If you give a 0 prefix to this command
2142 (i.e., @kbd{0 M-RET}), gnus won't even generate the summary buffer,
2143 which is useful if you want to toggle threading before generating the
2144 summary buffer (@pxref{Summary Generation Commands}).
2145
2146 @item M-SPACE
2147 @kindex M-SPACE (Group)
2148 @findex gnus-group-visible-select-group
2149 This is yet one more command that does the same as the @kbd{RET}
2150 command, but this one does it without expunging and hiding dormants
2151 (@code{gnus-group-visible-select-group}).
2152
2153 @item C-M-RET
2154 @kindex C-M-RET (Group)
2155 @findex gnus-group-select-group-ephemerally
2156 Finally, this command selects the current group ephemerally without
2157 doing any processing of its contents
2158 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2159 turned off.  Everything you do in the group after selecting it in this
2160 manner will have no permanent effects.
2161
2162 @end table
2163
2164 @vindex gnus-large-newsgroup
2165 The @code{gnus-large-newsgroup} variable says what Gnus should
2166 consider to be a big group.  If it is @code{nil}, no groups are
2167 considered big.  The default value is 200.  If the group has more
2168 (unread and/or ticked) articles than this, gnus will query the user
2169 before entering the group.  The user can then specify how many
2170 articles should be fetched from the server.  If the user specifies a
2171 negative number (@var{-n}), the @var{n} oldest articles will be
2172 fetched.  If it is positive, the @var{n} articles that have arrived
2173 most recently will be fetched.
2174
2175 @vindex gnus-large-ephemeral-newsgroup
2176 @code{gnus-large-ephemeral-newsgroup} is the same as
2177 @code{gnus-large-newsgroup}, but is only used for ephemeral
2178 newsgroups.
2179
2180 @vindex gnus-select-group-hook
2181 @vindex gnus-auto-select-first
2182 @vindex gnus-auto-select-subject
2183 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2184 automatically when entering a group with the @kbd{SPACE} command.
2185 Which article this is is controlled by the
2186 @code{gnus-auto-select-subject} variable.  Valid values for this
2187 variable is:
2188
2189 @table @code
2190
2191 @item unread
2192 Place point on the subject line of the first unread article.
2193
2194 @item first
2195 Place point on the subject line of the first article.
2196
2197 @item unseen
2198 Place point on the subject line of the first unseen article.
2199
2200 @item unseen-or-unread
2201 Place point on the subject line of the first unseen article, and if
2202 there is no such article, place point on the subject line of the first
2203 unread article.
2204
2205 @item best
2206 Place point on the subject line of the highest-scored unread article.
2207
2208 @end table
2209
2210 This variable can also be a function.  In that case, that function
2211 will be called to place point on a subject line.
2212
2213 If you want to prevent automatic selection in some group (say, in a
2214 binary group with Huge articles) you can set the
2215 @code{gnus-auto-select-first} variable to @code{nil} in
2216 @code{gnus-select-group-hook}, which is called when a group is
2217 selected.
2218
2219
2220 @node Subscription Commands
2221 @section Subscription Commands
2222 @cindex subscription
2223
2224 @table @kbd
2225
2226 @item S t
2227 @itemx u
2228 @kindex S t (Group)
2229 @kindex u (Group)
2230 @findex gnus-group-unsubscribe-current-group
2231 @c @icon{gnus-group-unsubscribe}
2232 Toggle subscription to the current group
2233 (@code{gnus-group-unsubscribe-current-group}).
2234
2235 @item S s
2236 @itemx U
2237 @kindex S s (Group)
2238 @kindex U (Group)
2239 @findex gnus-group-unsubscribe-group
2240 Prompt for a group to subscribe, and then subscribe it.  If it was
2241 subscribed already, unsubscribe it instead
2242 (@code{gnus-group-unsubscribe-group}).
2243
2244 @item S k
2245 @itemx C-k
2246 @kindex S k (Group)
2247 @kindex C-k (Group)
2248 @findex gnus-group-kill-group
2249 @c @icon{gnus-group-kill-group}
2250 Kill the current group (@code{gnus-group-kill-group}).
2251
2252 @item S y
2253 @itemx C-y
2254 @kindex S y (Group)
2255 @kindex C-y (Group)
2256 @findex gnus-group-yank-group
2257 Yank the last killed group (@code{gnus-group-yank-group}).
2258
2259 @item C-x C-t
2260 @kindex C-x C-t (Group)
2261 @findex gnus-group-transpose-groups
2262 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2263 really a subscription command, but you can use it instead of a
2264 kill-and-yank sequence sometimes.
2265
2266 @item S w
2267 @itemx C-w
2268 @kindex S w (Group)
2269 @kindex C-w (Group)
2270 @findex gnus-group-kill-region
2271 Kill all groups in the region (@code{gnus-group-kill-region}).
2272
2273 @item S z
2274 @kindex S z (Group)
2275 @findex gnus-group-kill-all-zombies
2276 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2277
2278 @item S C-k
2279 @kindex S C-k (Group)
2280 @findex gnus-group-kill-level
2281 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2282 These groups can't be yanked back after killing, so this command should
2283 be used with some caution.  The only time where this command comes in
2284 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2285 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2286 kill off all unsubscribed groups that do not have message numbers in the
2287 @file{.newsrc} file.
2288
2289 @end table
2290
2291 Also @pxref{Group Levels}.
2292
2293
2294 @node Group Data
2295 @section Group Data
2296
2297 @table @kbd
2298
2299 @item c
2300 @kindex c (Group)
2301 @findex gnus-group-catchup-current
2302 @vindex gnus-group-catchup-group-hook
2303 @c @icon{gnus-group-catchup-current}
2304 Mark all unticked articles in this group as read
2305 (@code{gnus-group-catchup-current}).
2306 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2307 the group buffer.
2308
2309 @item C
2310 @kindex C (Group)
2311 @findex gnus-group-catchup-current-all
2312 Mark all articles in this group, even the ticked ones, as read
2313 (@code{gnus-group-catchup-current-all}).
2314
2315 @item M-c
2316 @kindex M-c (Group)
2317 @findex gnus-group-clear-data
2318 Clear the data from the current group---nix out marks and the list of
2319 read articles (@code{gnus-group-clear-data}).
2320
2321 @item M-x gnus-group-clear-data-on-native-groups
2322 @kindex M-x gnus-group-clear-data-on-native-groups
2323 @findex gnus-group-clear-data-on-native-groups
2324 If you have switched from one @acronym{NNTP} server to another, all your marks
2325 and read ranges have become worthless.  You can use this command to
2326 clear out all data that you have on your native groups.  Use with
2327 caution.
2328
2329 @end table
2330
2331
2332 @node Group Levels
2333 @section Group Levels
2334 @cindex group level
2335 @cindex level
2336
2337 All groups have a level of @dfn{subscribedness}.  For instance, if a
2338 group is on level 2, it is more subscribed than a group on level 5.  You
2339 can ask gnus to just list groups on a given level or lower
2340 (@pxref{Listing Groups}), or to just check for new articles in groups on
2341 a given level or lower (@pxref{Scanning New Messages}).
2342
2343 Remember:  The higher the level of the group, the less important it is.
2344
2345 @table @kbd
2346
2347 @item S l
2348 @kindex S l (Group)
2349 @findex gnus-group-set-current-level
2350 Set the level of the current group.  If a numeric prefix is given, the
2351 next @var{n} groups will have their levels set.  The user will be
2352 prompted for a level.
2353 @end table
2354
2355 @vindex gnus-level-killed
2356 @vindex gnus-level-zombie
2357 @vindex gnus-level-unsubscribed
2358 @vindex gnus-level-subscribed
2359 Gnus considers groups from levels 1 to
2360 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2361 @code{gnus-level-subscribed} (exclusive) and
2362 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2363 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2364 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2365 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2366 same, but zombie and killed groups have no information on what articles
2367 you have read, etc, stored.  This distinction between dead and living
2368 groups isn't done because it is nice or clever, it is done purely for
2369 reasons of efficiency.
2370
2371 It is recommended that you keep all your mail groups (if any) on quite
2372 low levels (e.g. 1 or 2).
2373
2374 Maybe the following description of the default behavior of Gnus helps to
2375 understand what these levels are all about.  By default, Gnus shows you
2376 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2377 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2378 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2379 groups are hidden, in a way.
2380
2381 Zombie and killed groups are similar to unsubscribed groups in that they
2382 are hidden by default.  But they are different from subscribed and
2383 unsubscribed groups in that Gnus doesn't ask the news server for
2384 information (number of messages, number of unread messages) on zombie
2385 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2386 aren't interested in.  If most groups are killed, Gnus is faster.
2387
2388 Why does Gnus distinguish between zombie and killed groups?  Well, when
2389 a new group arrives on the server, Gnus by default makes it a zombie
2390 group.  This means that you are normally not bothered with new groups,
2391 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2392 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2393 list of killed groups.)
2394
2395 If you want to play with the level variables, you should show some care.
2396 Set them once, and don't touch them ever again.  Better yet, don't touch
2397 them at all unless you know exactly what you're doing.
2398
2399 @vindex gnus-level-default-unsubscribed
2400 @vindex gnus-level-default-subscribed
2401 Two closely related variables are @code{gnus-level-default-subscribed}
2402 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2403 which are the levels that new groups will be put on if they are
2404 (un)subscribed.  These two variables should, of course, be inside the
2405 relevant valid ranges.
2406
2407 @vindex gnus-keep-same-level
2408 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2409 will only move to groups of the same level (or lower).  In
2410 particular, going from the last article in one group to the next group
2411 will go to the next group of the same level (or lower).  This might be
2412 handy if you want to read the most important groups before you read the
2413 rest.
2414
2415 If this variable is @code{best}, Gnus will make the next newsgroup the
2416 one with the best level.
2417
2418 @vindex gnus-group-default-list-level
2419 All groups with a level less than or equal to
2420 @code{gnus-group-default-list-level} will be listed in the group buffer
2421 by default.
2422
2423 @vindex gnus-group-list-inactive-groups
2424 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2425 groups will be listed along with the unread groups.  This variable is
2426 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2427 listed.
2428
2429 @vindex gnus-group-use-permanent-levels
2430 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2431 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2432 use this level as the ``work'' level.
2433
2434 @vindex gnus-activate-level
2435 Gnus will normally just activate (i. e., query the server about) groups
2436 on level @code{gnus-activate-level} or less.  If you don't want to
2437 activate unsubscribed groups, for instance, you might set this variable
2438 to 5.  The default is 6.
2439
2440
2441 @node Group Score
2442 @section Group Score
2443 @cindex group score
2444 @cindex group rank
2445 @cindex rank
2446
2447 You would normally keep important groups on high levels, but that scheme
2448 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2449 group buffer according to how often you read groups, perhaps?  Within
2450 reason?
2451
2452 This is what @dfn{group score} is for.  You can have Gnus assign a score
2453 to each group through the mechanism described below.  You can then sort
2454 the group buffer based on this score.  Alternatively, you can sort on
2455 score and then level.  (Taken together, the level and the score is
2456 called the @dfn{rank} of the group.  A group that is on level 4 and has
2457 a score of 1 has a higher rank than a group on level 5 that has a score
2458 of 300.  (The level is the most significant part and the score is the
2459 least significant part.))
2460
2461 @findex gnus-summary-bubble-group
2462 If you want groups you read often to get higher scores than groups you
2463 read seldom you can add the @code{gnus-summary-bubble-group} function to
2464 the @code{gnus-summary-exit-hook} hook.  This will result (after
2465 sorting) in a bubbling sort of action.  If you want to see that in
2466 action after each summary exit, you can add
2467 @code{gnus-group-sort-groups-by-rank} or
2468 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2469 slow things down somewhat.
2470
2471
2472 @node Marking Groups
2473 @section Marking Groups
2474 @cindex marking groups
2475
2476 If you want to perform some command on several groups, and they appear
2477 subsequently in the group buffer, you would normally just give a
2478 numerical prefix to the command.  Most group commands will then do your
2479 bidding on those groups.
2480
2481 However, if the groups are not in sequential order, you can still
2482 perform a command on several groups.  You simply mark the groups first
2483 with the process mark and then execute the command.
2484
2485 @table @kbd
2486
2487 @item #
2488 @kindex # (Group)
2489 @itemx M m
2490 @kindex M m (Group)
2491 @findex gnus-group-mark-group
2492 Set the mark on the current group (@code{gnus-group-mark-group}).
2493
2494 @item M-#
2495 @kindex M-# (Group)
2496 @itemx M u
2497 @kindex M u (Group)
2498 @findex gnus-group-unmark-group
2499 Remove the mark from the current group
2500 (@code{gnus-group-unmark-group}).
2501
2502 @item M U
2503 @kindex M U (Group)
2504 @findex gnus-group-unmark-all-groups
2505 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2506
2507 @item M w
2508 @kindex M w (Group)
2509 @findex gnus-group-mark-region
2510 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2511
2512 @item M b
2513 @kindex M b (Group)
2514 @findex gnus-group-mark-buffer
2515 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2516
2517 @item M r
2518 @kindex M r (Group)
2519 @findex gnus-group-mark-regexp
2520 Mark all groups that match some regular expression
2521 (@code{gnus-group-mark-regexp}).
2522 @end table
2523
2524 Also @pxref{Process/Prefix}.
2525
2526 @findex gnus-group-universal-argument
2527 If you want to execute some command on all groups that have been marked
2528 with the process mark, you can use the @kbd{M-&}
2529 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2530 the command to be executed.
2531
2532
2533 @node Foreign Groups
2534 @section Foreign Groups
2535 @cindex foreign groups
2536
2537 Below are some group mode commands for making and editing general foreign
2538 groups, as well as commands to ease the creation of a few
2539 special-purpose groups.  All these commands insert the newly created
2540 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2541 consulted.
2542
2543 @table @kbd
2544
2545 @item G m
2546 @kindex G m (Group)
2547 @findex gnus-group-make-group
2548 @cindex making groups
2549 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2550 for a name, a method and possibly an @dfn{address}.  For an easier way
2551 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2552
2553 @item G M
2554 @kindex G M (Group)
2555 @findex gnus-group-read-ephemeral-group
2556 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2557 will prompt you for a name, a method and an @dfn{address}.
2558
2559 @item G r
2560 @kindex G r (Group)
2561 @findex gnus-group-rename-group
2562 @cindex renaming groups
2563 Rename the current group to something else
2564 (@code{gnus-group-rename-group}).  This is valid only on some
2565 groups---mail groups mostly.  This command might very well be quite slow
2566 on some back ends.
2567
2568 @item G c
2569 @kindex G c (Group)
2570 @cindex customizing
2571 @findex gnus-group-customize
2572 Customize the group parameters (@code{gnus-group-customize}).
2573
2574 @item G e
2575 @kindex G e (Group)
2576 @findex gnus-group-edit-group-method
2577 @cindex renaming groups
2578 Enter a buffer where you can edit the select method of the current
2579 group (@code{gnus-group-edit-group-method}).
2580
2581 @item G p
2582 @kindex G p (Group)
2583 @findex gnus-group-edit-group-parameters
2584 Enter a buffer where you can edit the group parameters
2585 (@code{gnus-group-edit-group-parameters}).
2586
2587 @item G E
2588 @kindex G E (Group)
2589 @findex gnus-group-edit-group
2590 Enter a buffer where you can edit the group info
2591 (@code{gnus-group-edit-group}).
2592
2593 @item G d
2594 @kindex G d (Group)
2595 @findex gnus-group-make-directory-group
2596 @cindex nndir
2597 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2598 for a directory name (@code{gnus-group-make-directory-group}).
2599
2600 @item G h
2601 @kindex G h (Group)
2602 @cindex help group
2603 @findex gnus-group-make-help-group
2604 Make the gnus help group (@code{gnus-group-make-help-group}).
2605
2606 @item G a
2607 @kindex G a (Group)
2608 @cindex (ding) archive
2609 @cindex archive group
2610 @findex gnus-group-make-archive-group
2611 @vindex gnus-group-archive-directory
2612 @vindex gnus-group-recent-archive-directory
2613 Make a gnus archive group (@code{gnus-group-make-archive-group}).  By
2614 default a group pointing to the most recent articles will be created
2615 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2616 group will be created from @code{gnus-group-archive-directory}.
2617
2618 @item G k
2619 @kindex G k (Group)
2620 @findex gnus-group-make-kiboze-group
2621 @cindex nnkiboze
2622 Make a kiboze group.  You will be prompted for a name, for a regexp to
2623 match groups to be ``included'' in the kiboze group, and a series of
2624 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2625 @xref{Kibozed Groups}.
2626
2627 @item G D
2628 @kindex G D (Group)
2629 @findex gnus-group-enter-directory
2630 @cindex nneething
2631 Read an arbitrary directory as if it were a newsgroup with the
2632 @code{nneething} back end (@code{gnus-group-enter-directory}).
2633 @xref{Anything Groups}.
2634
2635 @item G f
2636 @kindex G f (Group)
2637 @findex gnus-group-make-doc-group
2638 @cindex ClariNet Briefs
2639 @cindex nndoc
2640 Make a group based on some file or other
2641 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2642 command, you will be prompted for a file name and a file type.
2643 Currently supported types are @code{mbox}, @code{babyl},
2644 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2645 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2646 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2647 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2648 you run this command without a prefix, Gnus will guess at the file
2649 type.  @xref{Document Groups}.
2650
2651 @item G u
2652 @kindex G u (Group)
2653 @vindex gnus-useful-groups
2654 @findex gnus-group-make-useful-group
2655 Create one of the groups mentioned in @code{gnus-useful-groups}
2656 (@code{gnus-group-make-useful-group}).
2657
2658 @item G w
2659 @kindex G w (Group)
2660 @findex gnus-group-make-web-group
2661 @cindex Google
2662 @cindex nnweb
2663 @cindex gmane
2664 Make an ephemeral group based on a web search
2665 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2666 command, make a solid group instead.  You will be prompted for the
2667 search engine type and the search string.  Valid search engine types
2668 include @code{google}, @code{dejanews}, and @code{gmane}.
2669 @xref{Web Searches}.
2670
2671 If you use the @code{google} search engine, you can limit the search
2672 to a particular group by using a match string like
2673 @samp{shaving group:alt.sysadmin.recovery}.
2674
2675 @item G R
2676 @kindex G R (Group)
2677 @findex gnus-group-make-rss-group
2678 Make a group based on an @acronym{RSS} feed
2679 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2680 @xref{RSS}.
2681
2682 @item G DEL
2683 @kindex G DEL (Group)
2684 @findex gnus-group-delete-group
2685 This function will delete the current group
2686 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2687 actually delete all the articles in the group, and forcibly remove the
2688 group itself from the face of the Earth.  Use a prefix only if you are
2689 absolutely sure of what you are doing.  This command can't be used on
2690 read-only groups (like @code{nntp} groups), though.
2691
2692 @item G V
2693 @kindex G V (Group)
2694 @findex gnus-group-make-empty-virtual
2695 Make a new, fresh, empty @code{nnvirtual} group
2696 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2697
2698 @item G v
2699 @kindex G v (Group)
2700 @findex gnus-group-add-to-virtual
2701 Add the current group to an @code{nnvirtual} group
2702 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2703 @end table
2704
2705 @xref{Select Methods}, for more information on the various select
2706 methods.
2707
2708 @vindex gnus-activate-foreign-newsgroups
2709 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2710 gnus will check all foreign groups with this level or lower at startup.
2711 This might take quite a while, especially if you subscribe to lots of
2712 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2713 @code{gnus-activate-level} also affects activation of foreign
2714 newsgroups.
2715
2716
2717 @node Group Parameters
2718 @section Group Parameters
2719 @cindex group parameters
2720
2721 The group parameters store information local to a particular group.
2722 Here's an example group parameter list:
2723
2724 @example
2725 ((to-address . "ding@@gnus.org")
2726  (auto-expire . t))
2727 @end example
2728
2729 We see that each element consists of a ``dotted pair''---the thing before
2730 the dot is the key, while the thing after the dot is the value.  All the
2731 parameters have this form @emph{except} local variable specs, which are
2732 not dotted pairs, but proper lists.
2733
2734 Some parameters have correspondent customizable variables, each of which
2735 is an alist of regexps and values.
2736
2737 The following group parameters can be used:
2738
2739 @table @code
2740 @item to-address
2741 @cindex to-address
2742 Address used by when doing followups and new posts.
2743
2744 @example
2745 (to-address . "some@@where.com")
2746 @end example
2747
2748 This is primarily useful in mail groups that represent closed mailing
2749 lists---mailing lists where it's expected that everybody that writes to
2750 the mailing list is subscribed to it.  Since using this parameter
2751 ensures that the mail only goes to the mailing list itself, it means
2752 that members won't receive two copies of your followups.
2753
2754 Using @code{to-address} will actually work whether the group is foreign
2755 or not.  Let's say there's a group on the server that is called
2756 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2757 the articles from a mail-to-news gateway.  Posting directly to this
2758 group is therefore impossible---you have to send mail to the mailing
2759 list address instead.
2760
2761 See also @code{gnus-parameter-to-address-alist}.
2762
2763 @item to-list
2764 @cindex to-list
2765 Address used when doing @kbd{a} in that group.
2766
2767 @example
2768 (to-list . "some@@where.com")
2769 @end example
2770
2771 It is totally ignored
2772 when doing a followup---except that if it is present in a news group,
2773 you'll get mail group semantics when doing @kbd{f}.
2774
2775 If you do an @kbd{a} command in a mail group and you have neither a
2776 @code{to-list} group parameter nor a @code{to-address} group parameter,
2777 then a @code{to-list} group parameter will be added automatically upon
2778 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2779 @vindex gnus-add-to-list
2780
2781 @findex gnus-mailing-list-mode
2782 @cindex mail list groups
2783 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2784 entering summary buffer.
2785
2786 See also @code{gnus-parameter-to-list-alist}.
2787
2788 @anchor{subscribed}
2789 @item subscribed
2790 @cindex subscribed
2791 @cindex Mail-Followup-To
2792 @findex gnus-find-subscribed-addresses
2793 If this parameter is set to @code{t}, Gnus will consider the
2794 to-address and to-list parameters for this group as addresses of
2795 mailing lists you are subscribed to.  Giving Gnus this information is
2796 (only) a first step in getting it to generate correct Mail-Followup-To
2797 headers for your posts to these lists.  The second step is to put the
2798 following in your @file{.gnus.el}
2799
2800 @lisp
2801 (setq message-subscribed-address-functions
2802       '(gnus-find-subscribed-addresses))
2803 @end lisp
2804
2805 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2806 a complete treatment of available MFT support.
2807
2808 @item visible
2809 @cindex visible
2810 If the group parameter list has the element @code{(visible . t)},
2811 that group will always be visible in the Group buffer, regardless
2812 of whether it has any unread articles.
2813
2814 @item broken-reply-to
2815 @cindex broken-reply-to
2816 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2817 headers in this group are to be ignored, and for the header to be hidden
2818 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2819 can be useful if you're reading a mailing list group where the listserv
2820 has inserted @code{Reply-To} headers that point back to the listserv
2821 itself.  That is broken behavior.  So there!
2822
2823 @item to-group
2824 @cindex to-group
2825 Elements like @code{(to-group . "some.group.name")} means that all
2826 posts in that group will be sent to @code{some.group.name}.
2827
2828 @item newsgroup
2829 @cindex newsgroup
2830 If you have @code{(newsgroup . t)} in the group parameter list, gnus
2831 will treat all responses as if they were responses to news articles.
2832 This can be useful if you have a mail group that's really a mirror of a
2833 news group.
2834
2835 @item gcc-self
2836 @cindex gcc-self
2837 If @code{(gcc-self . t)} is present in the group parameter list, newly
2838 composed messages will be @code{Gcc}'d to the current group.  If
2839 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2840 generated, if @code{(gcc-self . "string")} is present, this string will
2841 be inserted literally as a @code{gcc} header.  This parameter takes
2842 precedence over any default @code{Gcc} rules as described later
2843 (@pxref{Archived Messages}).
2844
2845 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2846 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2847 doesn't accept articles.
2848
2849 @item auto-expire
2850 @cindex auto-expire
2851 If the group parameter has an element that looks like @code{(auto-expire
2852 . t)}, all articles read will be marked as expirable.  For an
2853 alternative approach, @pxref{Expiring Mail}.
2854
2855 See also @code{gnus-auto-expirable-newsgroups}.
2856
2857 @item total-expire
2858 @cindex total-expire
2859 If the group parameter has an element that looks like
2860 @code{(total-expire . t)}, all read articles will be put through the
2861 expiry process, even if they are not marked as expirable.  Use with
2862 caution.  Unread, ticked and dormant articles are not eligible for
2863 expiry.
2864
2865 See also @code{gnus-total-expirable-newsgroups}.
2866
2867 @item expiry-wait
2868 @cindex expiry-wait
2869 @vindex nnmail-expiry-wait-function
2870 If the group parameter has an element that looks like
2871 @code{(expiry-wait . 10)}, this value will override any
2872 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2873 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2874 can either be a number of days (not necessarily an integer) or the
2875 symbols @code{never} or @code{immediate}.
2876
2877 @item expiry-target
2878 @cindex expiry-target
2879 Where expired messages end up.  This parameter overrides
2880 @code{nnmail-expiry-target}.
2881
2882 @item score-file
2883 @cindex score file group parameter
2884 Elements that look like @code{(score-file . "file")} will make
2885 @file{file} into the current score file for the group in question.  All
2886 interactive score entries will be put into this file.
2887
2888 @item adapt-file
2889 @cindex adapt file group parameter
2890 Elements that look like @code{(adapt-file . "file")} will make
2891 @file{file} into the current adaptive file for the group in question.
2892 All adaptive score entries will be put into this file.
2893
2894 @item admin-address
2895 @cindex admin-address
2896 When unsubscribing from a mailing list you should never send the
2897 unsubscription notice to the mailing list itself.  Instead, you'd send
2898 messages to the administrative address.  This parameter allows you to
2899 put the admin address somewhere convenient.
2900
2901 @item display
2902 @cindex display
2903 Elements that look like @code{(display . MODE)} say which articles to
2904 display on entering the group.  Valid values are:
2905
2906 @table @code
2907 @item all
2908 Display all articles, both read and unread.
2909
2910 @item an integer
2911 Display the last @var{integer} articles in the group.  This is the same as
2912 entering the group with @kbd{C-u @var{integer}}.
2913
2914 @item default
2915 Display the default visible articles, which normally includes unread and
2916 ticked articles.
2917
2918 @item an array
2919 Display articles that satisfy a predicate.
2920
2921 Here are some examples:
2922
2923 @table @code
2924 @item [unread]
2925 Display only unread articles.
2926
2927 @item [not expire]
2928 Display everything except expirable articles.
2929
2930 @item [and (not reply) (not expire)]
2931 Display everything except expirable and articles you've already
2932 responded to.
2933 @end table
2934
2935 The available operators are @code{not}, @code{and} and @code{or}.
2936 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2937 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2938 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2939 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2940
2941 @end table
2942
2943 The @code{display} parameter works by limiting the summary buffer to
2944 the subset specified.  You can pop the limit by using the @kbd{/ w}
2945 command (@pxref{Limiting}).
2946
2947 @item comment
2948 @cindex comment
2949 Elements that look like @code{(comment . "This is a comment")} are
2950 arbitrary comments on the group.  You can display comments in the
2951 group line (@pxref{Group Line Specification}).
2952
2953 @item charset
2954 @cindex charset
2955 Elements that look like @code{(charset . iso-8859-1)} will make
2956 @code{iso-8859-1} the default charset; that is, the charset that will be
2957 used for all articles that do not specify a charset.
2958
2959 See also @code{gnus-group-charset-alist}.
2960
2961 @item ignored-charsets
2962 @cindex ignored-charset
2963 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2964 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2965 default charset will be used for decoding articles.
2966
2967 See also @code{gnus-group-ignored-charsets-alist}.
2968
2969 @item posting-style
2970 @cindex posting-style
2971 You can store additional posting style information for this group
2972 here (@pxref{Posting Styles}).  The format is that of an entry in the
2973 @code{gnus-posting-styles} alist, except that there's no regexp matching
2974 the group name (of course).  Style elements in this group parameter will
2975 take precedence over the ones found in @code{gnus-posting-styles}.
2976
2977 For instance, if you want a funky name and signature in this group only,
2978 instead of hacking @code{gnus-posting-styles}, you could put something
2979 like this in the group parameters:
2980
2981 @example
2982 (posting-style
2983   (name "Funky Name")
2984   ("X-My-Header" "Funky Value")
2985   (signature "Funky Signature"))
2986 @end example
2987
2988 @item post-method
2989 @cindex post-method
2990 If it is set, the value is used as the method for posting message
2991 instead of @code{gnus-post-method}.
2992
2993 @item banner
2994 @cindex banner
2995 An item like @code{(banner . @var{regexp})} causes any part of an article
2996 that matches the regular expression @var{regexp} to be stripped.  Instead of
2997 @var{regexp}, you can also use the symbol @code{signature} which strips the
2998 last signature or any of the elements of the alist
2999 @code{gnus-article-banner-alist}.
3000
3001 @item sieve
3002 @cindex sieve
3003 This parameter contains a Sieve test that should match incoming mail
3004 that should be placed in this group.  From this group parameter, a
3005 Sieve @samp{IF} control structure is generated, having the test as the
3006 condition and @samp{fileinto "group.name";} as the body.
3007
3008 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
3009 address "sender" "sieve-admin@@extundo.com")} group parameter, when
3010 translating the group parameter into a Sieve script (@pxref{Sieve
3011 Commands}) the following Sieve code is generated:
3012
3013 @example
3014 if address \"sender\" \"sieve-admin@@extundo.com\" @{
3015         fileinto \"INBOX.list.sieve\";
3016 @}
3017 @end example
3018
3019 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
3020 Top, sieve, Emacs Sieve}.
3021
3022 @item (agent parameters)
3023 If the agent has been enabled, you can set any of the its parameters
3024 to control the behavior of the agent in individual groups. See Agent
3025 Parameters in @ref{Category Syntax}.  Most users will choose to set
3026 agent parameters in either an agent category or group topic to
3027 minimize the configuration effort.
3028
3029 @item (@var{variable} @var{form})
3030 You can use the group parameters to set variables local to the group you
3031 are entering.  If you want to turn threading off in @samp{news.answers},
3032 you could put @code{(gnus-show-threads nil)} in the group parameters of
3033 that group.  @code{gnus-show-threads} will be made into a local variable
3034 in the summary buffer you enter, and the form @code{nil} will be
3035 @code{eval}ed there.
3036
3037 Note that this feature sets the variable locally to the summary buffer.
3038 But some variables are evaluated in the article buffer, or in the
3039 message buffer (of a reply or followup or otherwise newly created
3040 message).  As a workaround, it might help to add the variable in
3041 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3042 Stuff}.  So if you want to set @code{message-from-style} via the group
3043 parameters, then you may need the following statement elsewhere in your
3044 @file{~/.gnus} file:
3045
3046 @lisp
3047 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3048 @end lisp
3049
3050 @vindex gnus-list-identifiers
3051 A use for this feature is to remove a mailing list identifier tag in
3052 the subject fields of articles.  E.g. if the news group
3053
3054 @example
3055 nntp+news.gnus.org:gmane.text.docbook.apps
3056 @end example
3057
3058 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3059 tag can be removed from the article subjects in the summary buffer for
3060 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3061 into the group parameters for the group.
3062
3063 This can also be used as a group-specific hook function, if you'd like.
3064 If you want to hear a beep when you enter a group, you could put
3065 something like @code{(dummy-variable (ding))} in the parameters of that
3066 group.  @code{dummy-variable} will be set to the result of the
3067 @code{(ding)} form, but who cares?
3068
3069 @end table
3070
3071 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3072 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3073 presents you with a Customize-like interface.  The latter helps avoid
3074 silly Lisp errors.)  You might also be interested in reading about topic
3075 parameters (@pxref{Topic Parameters}).
3076
3077 @vindex gnus-parameters
3078 Group parameters can be set via the @code{gnus-parameters} variable too.
3079 But some variables, such as @code{visible}, have no effect.  For
3080 example:
3081
3082 @lisp
3083 (setq gnus-parameters
3084       '(("mail\\..*"
3085          (gnus-show-threads nil)
3086          (gnus-use-scoring nil)
3087          (gnus-summary-line-format
3088           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3089          (gcc-self . t)
3090          (display . all))
3091
3092         ("^nnimap:\\(foo.bar\\)$"
3093          (to-group . "\\1"))
3094
3095         ("mail\\.me"
3096          (gnus-use-scoring  t))
3097
3098         ("list\\..*"
3099          (total-expire . t)
3100          (broken-reply-to . t))))
3101 @end lisp
3102
3103 String value of parameters will be subjected to regexp substitution, as
3104 the @code{to-group} example shows.
3105
3106
3107 @node Listing Groups
3108 @section Listing Groups
3109 @cindex group listing
3110
3111 These commands all list various slices of the groups available.
3112
3113 @table @kbd
3114
3115 @item l
3116 @itemx A s
3117 @kindex A s (Group)
3118 @kindex l (Group)
3119 @findex gnus-group-list-groups
3120 List all groups that have unread articles
3121 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3122 command will list only groups of level ARG and lower.  By default, it
3123 only lists groups of level five (i.e.,
3124 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3125 groups).
3126
3127 @item L
3128 @itemx A u
3129 @kindex A u (Group)
3130 @kindex L (Group)
3131 @findex gnus-group-list-all-groups
3132 List all groups, whether they have unread articles or not
3133 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3134 this command will list only groups of level ARG and lower.  By default,
3135 it lists groups of level seven or lower (i.e., just subscribed and
3136 unsubscribed groups).
3137
3138 @item A l
3139 @kindex A l (Group)
3140 @findex gnus-group-list-level
3141 List all unread groups on a specific level
3142 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3143 with no unread articles.
3144
3145 @item A k
3146 @kindex A k (Group)
3147 @findex gnus-group-list-killed
3148 List all killed groups (@code{gnus-group-list-killed}).  If given a
3149 prefix argument, really list all groups that are available, but aren't
3150 currently (un)subscribed.  This could entail reading the active file
3151 from the server.
3152
3153 @item A z
3154 @kindex A z (Group)
3155 @findex gnus-group-list-zombies
3156 List all zombie groups (@code{gnus-group-list-zombies}).
3157
3158 @item A m
3159 @kindex A m (Group)
3160 @findex gnus-group-list-matching
3161 List all unread, subscribed groups with names that match a regexp
3162 (@code{gnus-group-list-matching}).
3163
3164 @item A M
3165 @kindex A M (Group)
3166 @findex gnus-group-list-all-matching
3167 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3168
3169 @item A A
3170 @kindex A A (Group)
3171 @findex gnus-group-list-active
3172 List absolutely all groups in the active file(s) of the
3173 server(s) you are connected to (@code{gnus-group-list-active}).  This
3174 might very well take quite a while.  It might actually be a better idea
3175 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3176 thing to match on.  Also note that this command may list groups that
3177 don't exist (yet)---these will be listed as if they were killed groups.
3178 Take the output with some grains of salt.
3179
3180 @item A a
3181 @kindex A a (Group)
3182 @findex gnus-group-apropos
3183 List all groups that have names that match a regexp
3184 (@code{gnus-group-apropos}).
3185
3186 @item A d
3187 @kindex A d (Group)
3188 @findex gnus-group-description-apropos
3189 List all groups that have names or descriptions that match a regexp
3190 (@code{gnus-group-description-apropos}).
3191
3192 @item A c
3193 @kindex A c (Group)
3194 @findex gnus-group-list-cached
3195 List all groups with cached articles (@code{gnus-group-list-cached}).
3196
3197 @item A ?
3198 @kindex A ? (Group)
3199 @findex gnus-group-list-dormant
3200 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3201
3202 @item A /
3203 @kindex A / (Group)
3204 @findex gnus-group-list-limit
3205 List groups limited within the current selection
3206 (@code{gnus-group-list-limit}).
3207
3208 @item A f
3209 @kindex A f (Group)
3210 @findex gnus-group-list-flush
3211 Flush groups from the current selection (@code{gnus-group-list-flush}).
3212
3213 @item A p
3214 @kindex A p (Group)
3215 @findex gnus-group-list-plus
3216 List groups plus the current selection (@code{gnus-group-list-plus}).
3217
3218 @end table
3219
3220 @vindex gnus-permanently-visible-groups
3221 @cindex visible group parameter
3222 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3223 always be shown, whether they have unread articles or not.  You can also
3224 add the @code{visible} element to the group parameters in question to
3225 get the same effect.
3226
3227 @vindex gnus-list-groups-with-ticked-articles
3228 Groups that have just ticked articles in it are normally listed in the
3229 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3230 @code{nil}, these groups will be treated just like totally empty
3231 groups.  It is @code{t} by default.
3232
3233
3234 @node Sorting Groups
3235 @section Sorting Groups
3236 @cindex sorting groups
3237
3238 @kindex C-c C-s (Group)
3239 @findex gnus-group-sort-groups
3240 @vindex gnus-group-sort-function
3241 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3242 group buffer according to the function(s) given by the
3243 @code{gnus-group-sort-function} variable.  Available sorting functions
3244 include:
3245
3246 @table @code
3247
3248 @item gnus-group-sort-by-alphabet
3249 @findex gnus-group-sort-by-alphabet
3250 Sort the group names alphabetically.  This is the default.
3251
3252 @item gnus-group-sort-by-real-name
3253 @findex gnus-group-sort-by-real-name
3254 Sort the group alphabetically on the real (unprefixed) group names.
3255
3256 @item gnus-group-sort-by-level
3257 @findex gnus-group-sort-by-level
3258 Sort by group level.
3259
3260 @item gnus-group-sort-by-score
3261 @findex gnus-group-sort-by-score
3262 Sort by group score.  @xref{Group Score}.
3263
3264 @item gnus-group-sort-by-rank
3265 @findex gnus-group-sort-by-rank
3266 Sort by group score and then the group level.  The level and the score
3267 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3268
3269 @item gnus-group-sort-by-unread
3270 @findex gnus-group-sort-by-unread
3271 Sort by number of unread articles.
3272
3273 @item gnus-group-sort-by-method
3274 @findex gnus-group-sort-by-method
3275 Sort alphabetically on the select method.
3276
3277 @item gnus-group-sort-by-server
3278 @findex gnus-group-sort-by-server
3279 Sort alphabetically on the Gnus server name.
3280
3281
3282 @end table
3283
3284 @code{gnus-group-sort-function} can also be a list of sorting
3285 functions.  In that case, the most significant sort key function must be
3286 the last one.
3287
3288
3289 There are also a number of commands for sorting directly according to
3290 some sorting criteria:
3291
3292 @table @kbd
3293 @item G S a
3294 @kindex G S a (Group)
3295 @findex gnus-group-sort-groups-by-alphabet
3296 Sort the group buffer alphabetically by group name
3297 (@code{gnus-group-sort-groups-by-alphabet}).
3298
3299 @item G S u
3300 @kindex G S u (Group)
3301 @findex gnus-group-sort-groups-by-unread
3302 Sort the group buffer by the number of unread articles
3303 (@code{gnus-group-sort-groups-by-unread}).
3304
3305 @item G S l
3306 @kindex G S l (Group)
3307 @findex gnus-group-sort-groups-by-level
3308 Sort the group buffer by group level
3309 (@code{gnus-group-sort-groups-by-level}).
3310
3311 @item G S v
3312 @kindex G S v (Group)
3313 @findex gnus-group-sort-groups-by-score
3314 Sort the group buffer by group score
3315 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3316
3317 @item G S r
3318 @kindex G S r (Group)
3319 @findex gnus-group-sort-groups-by-rank
3320 Sort the group buffer by group rank
3321 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3322
3323 @item G S m
3324 @kindex G S m (Group)
3325 @findex gnus-group-sort-groups-by-method
3326 Sort the group buffer alphabetically by back end name@*
3327 (@code{gnus-group-sort-groups-by-method}).
3328
3329 @item G S n
3330 @kindex G S n (Group)
3331 @findex gnus-group-sort-groups-by-real-name
3332 Sort the group buffer alphabetically by real (unprefixed) group name
3333 (@code{gnus-group-sort-groups-by-real-name}).
3334
3335 @end table
3336
3337 All the commands below obey the process/prefix convention
3338 (@pxref{Process/Prefix}).
3339
3340 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3341 commands will sort in reverse order.
3342
3343 You can also sort a subset of the groups:
3344
3345 @table @kbd
3346 @item G P a
3347 @kindex G P a (Group)
3348 @findex gnus-group-sort-selected-groups-by-alphabet
3349 Sort the groups alphabetically by group name
3350 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3351
3352 @item G P u
3353 @kindex G P u (Group)
3354 @findex gnus-group-sort-selected-groups-by-unread
3355 Sort the groups by the number of unread articles
3356 (@code{gnus-group-sort-selected-groups-by-unread}).
3357
3358 @item G P l
3359 @kindex G P l (Group)
3360 @findex gnus-group-sort-selected-groups-by-level
3361 Sort the groups by group level
3362 (@code{gnus-group-sort-selected-groups-by-level}).
3363
3364 @item G P v
3365 @kindex G P v (Group)
3366 @findex gnus-group-sort-selected-groups-by-score
3367 Sort the groups by group score
3368 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3369
3370 @item G P r
3371 @kindex G P r (Group)
3372 @findex gnus-group-sort-selected-groups-by-rank
3373 Sort the groups by group rank
3374 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3375
3376 @item G P m
3377 @kindex G P m (Group)
3378 @findex gnus-group-sort-selected-groups-by-method
3379 Sort the groups alphabetically by back end name@*
3380 (@code{gnus-group-sort-selected-groups-by-method}).
3381
3382 @item G P n
3383 @kindex G P n (Group)
3384 @findex gnus-group-sort-selected-groups-by-real-name
3385 Sort the groups alphabetically by real (unprefixed) group name
3386 (@code{gnus-group-sort-selected-groups-by-real-name}).
3387
3388 @item G P s
3389 @kindex G P s (Group)
3390 @findex gnus-group-sort-selected-groups
3391 Sort the groups according to @code{gnus-group-sort-function}.
3392
3393 @end table
3394
3395 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3396 move groups around.
3397
3398
3399 @node Group Maintenance
3400 @section Group Maintenance
3401 @cindex bogus groups
3402
3403 @table @kbd
3404 @item b
3405 @kindex b (Group)
3406 @findex gnus-group-check-bogus-groups
3407 Find bogus groups and delete them
3408 (@code{gnus-group-check-bogus-groups}).
3409
3410 @item F
3411 @kindex F (Group)
3412 @findex gnus-group-find-new-groups
3413 Find new groups and process them (@code{gnus-group-find-new-groups}).
3414 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3415 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3416 to query the server for new groups, and subscribe the new groups as
3417 zombies.
3418
3419 @item C-c C-x
3420 @kindex C-c C-x (Group)
3421 @findex gnus-group-expire-articles
3422 Run all expirable articles in the current group through the expiry
3423 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3424 all expirable articles in the group that have been around for a while.
3425 (@pxref{Expiring Mail}).
3426
3427 @item C-c C-M-x
3428 @kindex C-c C-M-x (Group)
3429 @findex gnus-group-expire-all-groups
3430 Run all expirable articles in all groups through the expiry process
3431 (@code{gnus-group-expire-all-groups}).
3432
3433 @end table
3434
3435
3436 @node Browse Foreign Server
3437 @section Browse Foreign Server
3438 @cindex foreign servers
3439 @cindex browsing servers
3440
3441 @table @kbd
3442 @item B
3443 @kindex B (Group)
3444 @findex gnus-group-browse-foreign-server
3445 You will be queried for a select method and a server name.  Gnus will
3446 then attempt to contact this server and let you browse the groups there
3447 (@code{gnus-group-browse-foreign-server}).
3448 @end table
3449
3450 @findex gnus-browse-mode
3451 A new buffer with a list of available groups will appear.  This buffer
3452 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3453 a lot) like a normal group buffer.
3454
3455 Here's a list of keystrokes available in the browse mode:
3456
3457 @table @kbd
3458 @item n
3459 @kindex n (Browse)
3460 @findex gnus-group-next-group
3461 Go to the next group (@code{gnus-group-next-group}).
3462
3463 @item p
3464 @kindex p (Browse)
3465 @findex gnus-group-prev-group
3466 Go to the previous group (@code{gnus-group-prev-group}).
3467
3468 @item SPACE
3469 @kindex SPACE (Browse)
3470 @findex gnus-browse-read-group
3471 Enter the current group and display the first article
3472 (@code{gnus-browse-read-group}).
3473
3474 @item RET
3475 @kindex RET (Browse)
3476 @findex gnus-browse-select-group
3477 Enter the current group (@code{gnus-browse-select-group}).
3478
3479 @item u
3480 @kindex u (Browse)
3481 @findex gnus-browse-unsubscribe-current-group
3482 Unsubscribe to the current group, or, as will be the case here,
3483 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3484
3485 @item l
3486 @itemx q
3487 @kindex q (Browse)
3488 @kindex l (Browse)
3489 @findex gnus-browse-exit
3490 Exit browse mode (@code{gnus-browse-exit}).
3491
3492 @item d
3493 @kindex d (Browse)
3494 @findex gnus-browse-describe-group
3495 Describe the current group (@code{gnus-browse-describe-group}).
3496
3497 @item ?
3498 @kindex ? (Browse)
3499 @findex gnus-browse-describe-briefly
3500 Describe browse mode briefly (well, there's not much to describe, is
3501 there) (@code{gnus-browse-describe-briefly}).
3502 @end table
3503
3504
3505 @node Exiting Gnus
3506 @section Exiting gnus
3507 @cindex exiting gnus
3508
3509 Yes, gnus is ex(c)iting.
3510
3511 @table @kbd
3512 @item z
3513 @kindex z (Group)
3514 @findex gnus-group-suspend
3515 Suspend gnus (@code{gnus-group-suspend}).  This doesn't really exit gnus,
3516 but it kills all buffers except the Group buffer.  I'm not sure why this
3517 is a gain, but then who am I to judge?
3518
3519 @item q
3520 @kindex q (Group)
3521 @findex gnus-group-exit
3522 @c @icon{gnus-group-exit}
3523 Quit gnus (@code{gnus-group-exit}).
3524
3525 @item Q
3526 @kindex Q (Group)
3527 @findex gnus-group-quit
3528 Quit gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3529 The dribble file will be saved, though (@pxref{Auto Save}).
3530 @end table
3531
3532 @vindex gnus-exit-gnus-hook
3533 @vindex gnus-suspend-gnus-hook
3534 @vindex gnus-after-exiting-gnus-hook
3535 @code{gnus-suspend-gnus-hook} is called when you suspend gnus and
3536 @code{gnus-exit-gnus-hook} is called when you quit gnus, while
3537 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3538 exiting gnus.
3539
3540 Note:
3541
3542 @quotation
3543 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3544 numbly heavy and herself fall into a hazy trance as the boy sitting
3545 behind her drew repeated lines with his pencil across the back of her
3546 plastic chair.
3547 @end quotation
3548
3549
3550 @node Group Topics
3551 @section Group Topics
3552 @cindex topics
3553
3554 If you read lots and lots of groups, it might be convenient to group
3555 them hierarchically according to topics.  You put your Emacs groups over
3556 here, your sex groups over there, and the rest (what, two groups or so?)
3557 you put in some misc section that you never bother with anyway.  You can
3558 even group the Emacs sex groups as a sub-topic to either the Emacs
3559 groups or the sex groups---or both!  Go wild!
3560
3561 @iftex
3562 @iflatex
3563 \gnusfigure{Group Topics}{400}{
3564 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3565 }
3566 @end iflatex
3567 @end iftex
3568
3569 Here's an example:
3570
3571 @example
3572 Gnus
3573   Emacs -- I wuw it!
3574      3: comp.emacs
3575      2: alt.religion.emacs
3576     Naughty Emacs
3577      452: alt.sex.emacs
3578        0: comp.talk.emacs.recovery
3579   Misc
3580      8: comp.binaries.fractals
3581     13: comp.sources.unix
3582 @end example
3583
3584 @findex gnus-topic-mode
3585 @kindex t (Group)
3586 To get this @emph{fab} functionality you simply turn on (ooh!) the
3587 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3588 is a toggling command.)
3589
3590 Go ahead, just try it.  I'll still be here when you get back.  La de
3591 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3592 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3593 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3594 Hot and bothered?
3595
3596 If you want this permanently enabled, you should add that minor mode to
3597 the hook for the group mode.  Put the following line in your
3598 @file{~/.gnus.el} file:
3599
3600 @lisp
3601 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3602 @end lisp
3603
3604 @menu
3605 * Topic Commands::              Interactive E-Z commands.
3606 * Topic Variables::             How to customize the topics the Lisp Way.
3607 * Topic Sorting::               Sorting each topic individually.
3608 * Topic Topology::              A map of the world.
3609 * Topic Parameters::            Parameters that apply to all groups in a topic.
3610 @end menu
3611
3612
3613 @node Topic Commands
3614 @subsection Topic Commands
3615 @cindex topic commands
3616
3617 When the topic minor mode is turned on, a new @kbd{T} submap will be
3618 available.  In addition, a few of the standard keys change their
3619 definitions slightly.
3620
3621 In general, the following kinds of operations are possible on topics.
3622 First of all, you want to create topics.  Secondly, you want to put
3623 groups in topics and to move them around until you have an order you
3624 like.  The third kind of operation is to show/hide parts of the whole
3625 shebang.  You might want to hide a topic including its subtopics and
3626 groups, to get a better overview of the other groups.
3627
3628 Here is a list of the basic keys that you might need to set up topics
3629 the way you like.
3630
3631 @table @kbd
3632
3633 @item T n
3634 @kindex T n (Topic)
3635 @findex gnus-topic-create-topic
3636 Prompt for a new topic name and create it
3637 (@code{gnus-topic-create-topic}).
3638
3639 @item T TAB
3640 @itemx TAB
3641 @kindex T TAB (Topic)
3642 @kindex TAB (Topic)
3643 @findex gnus-topic-indent
3644 ``Indent'' the current topic so that it becomes a sub-topic of the
3645 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3646 ``un-indent'' the topic instead.
3647
3648 @item M-TAB
3649 @kindex M-TAB (Topic)
3650 @findex gnus-topic-unindent
3651 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3652 parent of its current parent (@code{gnus-topic-unindent}).
3653
3654 @end table
3655
3656 The following two keys can be used to move groups and topics around.
3657 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3658 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3659 kill and yank rather than cut and paste.
3660
3661 @table @kbd
3662
3663 @item C-k
3664 @kindex C-k (Topic)
3665 @findex gnus-topic-kill-group
3666 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3667 topic will be removed along with the topic.
3668
3669 @item C-y
3670 @kindex C-y (Topic)
3671 @findex gnus-topic-yank-group
3672 Yank the previously killed group or topic
3673 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3674 before all groups.
3675
3676 So, to move a topic to the beginning of the list of topics, just hit
3677 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3678 move the cursor to the beginning of the buffer (just below the ``Gnus''
3679 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3680 paste.  Like I said -- E-Z.
3681
3682 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3683 you can move topics around as well as groups.
3684
3685 @end table
3686
3687 After setting up the topics the way you like them, you might wish to
3688 hide a topic, or to show it again.  That's why we have the following
3689 key.
3690
3691 @table @kbd
3692
3693 @item RET
3694 @kindex RET (Topic)
3695 @findex gnus-topic-select-group
3696 @itemx SPACE
3697 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3698 When you perform this command on a group, you'll enter the group, as
3699 usual.  When done on a topic line, the topic will be folded (if it was
3700 visible) or unfolded (if it was folded already).  So it's basically a
3701 toggling command on topics.  In addition, if you give a numerical
3702 prefix, group on that level (and lower) will be displayed.
3703
3704 @end table
3705
3706 Now for a list of other commands, in no particular order.
3707
3708 @table @kbd
3709
3710 @item T m
3711 @kindex T m (Topic)
3712 @findex gnus-topic-move-group
3713 Move the current group to some other topic
3714 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3715 convention (@pxref{Process/Prefix}).
3716
3717 @item T j
3718 @kindex T j (Topic)
3719 @findex gnus-topic-jump-to-topic
3720 Go to a topic (@code{gnus-topic-jump-to-topic}).
3721
3722 @item T c
3723 @kindex T c (Topic)
3724 @findex gnus-topic-copy-group
3725 Copy the current group to some other topic
3726 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3727 convention (@pxref{Process/Prefix}).
3728
3729 @item T h
3730 @kindex T h (Topic)
3731 @findex gnus-topic-hide-topic
3732 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3733 a prefix, hide the topic permanently.
3734
3735 @item T s
3736 @kindex T s (Topic)
3737 @findex gnus-topic-show-topic
3738 Show the current topic (@code{gnus-topic-show-topic}).  If given
3739 a prefix, show the topic permanently.
3740
3741 @item T D
3742 @kindex T D (Topic)
3743 @findex gnus-topic-remove-group
3744 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3745 This command is mainly useful if you have the same group in several
3746 topics and wish to remove it from one of the topics.  You may also
3747 remove a group from all topics, but in that case, Gnus will add it to
3748 the root topic the next time you start Gnus.  In fact, all new groups
3749 (which, naturally, don't belong to any topic) will show up in the root
3750 topic.
3751
3752 This command uses the process/prefix convention
3753 (@pxref{Process/Prefix}).
3754
3755 @item T M
3756 @kindex T M (Topic)
3757 @findex gnus-topic-move-matching
3758 Move all groups that match some regular expression to a topic
3759 (@code{gnus-topic-move-matching}).
3760
3761 @item T C
3762 @kindex T C (Topic)
3763 @findex gnus-topic-copy-matching
3764 Copy all groups that match some regular expression to a topic
3765 (@code{gnus-topic-copy-matching}).
3766
3767 @item T H
3768 @kindex T H (Topic)
3769 @findex gnus-topic-toggle-display-empty-topics
3770 Toggle hiding empty topics
3771 (@code{gnus-topic-toggle-display-empty-topics}).
3772
3773 @item T #
3774 @kindex T # (Topic)
3775 @findex gnus-topic-mark-topic
3776 Mark all groups in the current topic with the process mark
3777 (@code{gnus-topic-mark-topic}).  This command works recursively on
3778 sub-topics unless given a prefix.
3779
3780 @item T M-#
3781 @kindex T M-# (Topic)
3782 @findex gnus-topic-unmark-topic
3783 Remove the process mark from all groups in the current topic
3784 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3785 sub-topics unless given a prefix.
3786
3787 @item C-c C-x
3788 @kindex C-c C-x (Topic)
3789 @findex gnus-topic-expire-articles
3790 Run all expirable articles in the current group or topic through the
3791 expiry process (if any)
3792 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3793
3794 @item T r
3795 @kindex T r (Topic)
3796 @findex gnus-topic-rename
3797 Rename a topic (@code{gnus-topic-rename}).
3798
3799 @item T DEL
3800 @kindex T DEL (Topic)
3801 @findex gnus-topic-delete
3802 Delete an empty topic (@code{gnus-topic-delete}).
3803
3804 @item A T
3805 @kindex A T (Topic)
3806 @findex gnus-topic-list-active
3807 List all groups that gnus knows about in a topics-ified way
3808 (@code{gnus-topic-list-active}).
3809
3810 @item T M-n
3811 @kindex T M-n (Topic)
3812 @findex gnus-topic-goto-next-topic
3813 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3814
3815 @item T M-p
3816 @kindex T M-p (Topic)
3817 @findex gnus-topic-goto-previous-topic
3818 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3819
3820 @item G p
3821 @kindex G p (Topic)
3822 @findex gnus-topic-edit-parameters
3823 @cindex group parameters
3824 @cindex topic parameters
3825 @cindex parameters
3826 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3827 @xref{Topic Parameters}.
3828
3829 @end table
3830
3831
3832 @node Topic Variables
3833 @subsection Topic Variables
3834 @cindex topic variables
3835
3836 The previous section told you how to tell Gnus which topics to display.
3837 This section explains how to tell Gnus what to display about each topic.
3838
3839 @vindex gnus-topic-line-format
3840 The topic lines themselves are created according to the
3841 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3842 Valid elements are:
3843
3844 @table @samp
3845 @item i
3846 Indentation.
3847 @item n
3848 Topic name.
3849 @item v
3850 Visibility.
3851 @item l
3852 Level.
3853 @item g
3854 Number of groups in the topic.
3855 @item a
3856 Number of unread articles in the topic.
3857 @item A
3858 Number of unread articles in the topic and all its subtopics.
3859 @end table
3860
3861 @vindex gnus-topic-indent-level
3862 Each sub-topic (and the groups in the sub-topics) will be indented with
3863 @code{gnus-topic-indent-level} times the topic level number of spaces.
3864 The default is 2.
3865
3866 @vindex gnus-topic-mode-hook
3867 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3868
3869 @vindex gnus-topic-display-empty-topics
3870 The @code{gnus-topic-display-empty-topics} says whether to display even
3871 topics that have no unread articles in them.  The default is @code{t}.
3872
3873
3874 @node Topic Sorting
3875 @subsection Topic Sorting
3876 @cindex topic sorting
3877
3878 You can sort the groups in each topic individually with the following
3879 commands:
3880
3881
3882 @table @kbd
3883 @item T S a
3884 @kindex T S a (Topic)
3885 @findex gnus-topic-sort-groups-by-alphabet
3886 Sort the current topic alphabetically by group name
3887 (@code{gnus-topic-sort-groups-by-alphabet}).
3888
3889 @item T S u
3890 @kindex T S u (Topic)
3891 @findex gnus-topic-sort-groups-by-unread
3892 Sort the current topic by the number of unread articles
3893 (@code{gnus-topic-sort-groups-by-unread}).
3894
3895 @item T S l
3896 @kindex T S l (Topic)
3897 @findex gnus-topic-sort-groups-by-level
3898 Sort the current topic by group level
3899 (@code{gnus-topic-sort-groups-by-level}).
3900
3901 @item T S v
3902 @kindex T S v (Topic)
3903 @findex gnus-topic-sort-groups-by-score
3904 Sort the current topic by group score
3905 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3906
3907 @item T S r
3908 @kindex T S r (Topic)
3909 @findex gnus-topic-sort-groups-by-rank
3910 Sort the current topic by group rank
3911 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3912
3913 @item T S m
3914 @kindex T S m (Topic)
3915 @findex gnus-topic-sort-groups-by-method
3916 Sort the current topic alphabetically by back end name
3917 (@code{gnus-topic-sort-groups-by-method}).
3918
3919 @item T S e
3920 @kindex T S e (Topic)
3921 @findex gnus-topic-sort-groups-by-server
3922 Sort the current topic alphabetically by server name
3923 (@code{gnus-topic-sort-groups-by-server}).
3924
3925 @item T S s
3926 @kindex T S s (Topic)
3927 @findex gnus-topic-sort-groups
3928 Sort the current topic according to the function(s) given by the
3929 @code{gnus-group-sort-function} variable
3930 (@code{gnus-topic-sort-groups}).
3931
3932 @end table
3933
3934 When given a prefix argument, all these commands will sort in reverse
3935 order.  @xref{Sorting Groups}, for more information about group
3936 sorting.
3937
3938
3939 @node Topic Topology
3940 @subsection Topic Topology
3941 @cindex topic topology
3942 @cindex topology
3943
3944 So, let's have a look at an example group buffer:
3945
3946 @example
3947 @group
3948 Gnus
3949   Emacs -- I wuw it!
3950      3: comp.emacs
3951      2: alt.religion.emacs
3952     Naughty Emacs
3953      452: alt.sex.emacs
3954        0: comp.talk.emacs.recovery
3955   Misc
3956      8: comp.binaries.fractals
3957     13: comp.sources.unix
3958 @end group
3959 @end example
3960
3961 So, here we have one top-level topic (@samp{Gnus}), two topics under
3962 that, and one sub-topic under one of the sub-topics.  (There is always
3963 just one (1) top-level topic).  This topology can be expressed as
3964 follows:
3965
3966 @lisp
3967 (("Gnus" visible)
3968  (("Emacs -- I wuw it!" visible)
3969   (("Naughty Emacs" visible)))
3970  (("Misc" visible)))
3971 @end lisp
3972
3973 @vindex gnus-topic-topology
3974 This is in fact how the variable @code{gnus-topic-topology} would look
3975 for the display above.  That variable is saved in the @file{.newsrc.eld}
3976 file, and shouldn't be messed with manually---unless you really want
3977 to.  Since this variable is read from the @file{.newsrc.eld} file,
3978 setting it in any other startup files will have no effect.
3979
3980 This topology shows what topics are sub-topics of what topics (right),
3981 and which topics are visible.  Two settings are currently
3982 allowed---@code{visible} and @code{invisible}.
3983
3984
3985 @node Topic Parameters
3986 @subsection Topic Parameters
3987 @cindex topic parameters
3988
3989 All groups in a topic will inherit group parameters from the parent
3990 (and ancestor) topic parameters.  All valid group parameters are valid
3991 topic parameters (@pxref{Group Parameters}).  When the agent is
3992 enabled, all agent parameters (See Agent Parameters in @ref{Category
3993 Syntax}) are also valid topic parameters.
3994
3995 In addition, the following parameters are only valid as topic
3996 parameters:
3997
3998 @table @code
3999 @item subscribe
4000 When subscribing new groups by topic (@pxref{Subscription Methods}), the
4001 @code{subscribe} topic parameter says what groups go in what topic.  Its
4002 value should be a regexp to match the groups that should go in that
4003 topic.
4004
4005 @item subscribe-level
4006 When subscribing new groups by topic (see the @code{subscribe} parameter),
4007 the group will be subscribed with the level specified in the
4008 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
4009
4010 @end table
4011
4012 Group parameters (of course) override topic parameters, and topic
4013 parameters in sub-topics override topic parameters in super-topics.  You
4014 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4015 verb, although you may feel free to disagree with me here.)
4016
4017 @example
4018 @group
4019 Gnus
4020   Emacs
4021      3: comp.emacs
4022      2: alt.religion.emacs
4023    452: alt.sex.emacs
4024     Relief
4025      452: alt.sex.emacs
4026        0: comp.talk.emacs.recovery
4027   Misc
4028      8: comp.binaries.fractals
4029     13: comp.sources.unix
4030    452: alt.sex.emacs
4031 @end group   
4032 @end example
4033
4034 The @samp{Emacs} topic has the topic parameter @code{(score-file
4035 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4036 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4037 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4038 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4039 . "religion.SCORE")}.
4040
4041 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4042 will get the @file{relief.SCORE} home score file.  If you enter the same
4043 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4044 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4045 get the @file{religion.SCORE} home score file.
4046
4047 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4048 there are some problems, especially with the @code{total-expiry}
4049 parameter.  Say you have a mail group in two topics; one with
4050 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4051 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4052 of these topics you mean to expire articles from, so anything may
4053 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4054 happens.  You just have to be careful if you do stuff like that.
4055
4056
4057 @node Misc Group Stuff
4058 @section Misc Group Stuff
4059
4060 @menu
4061 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4062 * Group Information::           Information and help on groups and Gnus.
4063 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4064 * File Commands::               Reading and writing the Gnus files.
4065 * Sieve Commands::              Managing Sieve scripts.
4066 @end menu
4067
4068 @table @kbd
4069
4070 @item ^
4071 @kindex ^ (Group)
4072 @findex gnus-group-enter-server-mode
4073 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4074 @xref{Server Buffer}.
4075
4076 @item a
4077 @kindex a (Group)
4078 @findex gnus-group-post-news
4079 Start composing a message (a news by default)
4080 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4081 under the point.  If the prefix is 1, prompt for a group to post to.
4082 Contrary to what the name of this function suggests, the prepared
4083 article might be a mail instead of a news, if a mail group is specified
4084 with the prefix argument.  @xref{Composing Messages}.
4085
4086 @item m
4087 @kindex m (Group)
4088 @findex gnus-group-mail
4089 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4090 use the posting style of the group under the point.  If the prefix is 1,
4091 prompt for a group name to find the posting style.
4092 @xref{Composing Messages}.
4093
4094 @item i
4095 @kindex i (Group)
4096 @findex gnus-group-news
4097 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4098 post to the group under the point.  If the prefix is 1, prompt
4099 for group to post to.  @xref{Composing Messages}.
4100
4101 This function actually prepares a news even when using mail groups.
4102 This is useful for ``posting'' messages to mail groups without actually
4103 sending them over the network: they're just saved directly to the group
4104 in question.  The corresponding back end must have a request-post method
4105 for this to work though.
4106
4107 @end table
4108
4109 Variables for the group buffer:
4110
4111 @table @code
4112
4113 @item gnus-group-mode-hook
4114 @vindex gnus-group-mode-hook
4115 is called after the group buffer has been
4116 created.
4117
4118 @item gnus-group-prepare-hook
4119 @vindex gnus-group-prepare-hook
4120 is called after the group buffer is
4121 generated.  It may be used to modify the buffer in some strange,
4122 unnatural way.
4123
4124 @item gnus-group-prepared-hook
4125 @vindex gnus-group-prepare-hook
4126 is called as the very last thing after the group buffer has been
4127 generated.  It may be used to move point around, for instance.
4128
4129 @item gnus-permanently-visible-groups
4130 @vindex gnus-permanently-visible-groups
4131 Groups matching this regexp will always be listed in the group buffer,
4132 whether they are empty or not.
4133
4134 @item gnus-group-name-charset-method-alist
4135 @vindex gnus-group-name-charset-method-alist
4136 An alist of method and the charset for group names.  It is used to show
4137 non-@acronym{ASCII} group names.
4138
4139 For example:
4140 @lisp
4141 (setq gnus-group-name-charset-method-alist
4142     '(((nntp "news.com.cn") . cn-gb-2312)))
4143 @end lisp
4144
4145 @item gnus-group-name-charset-group-alist
4146 @cindex UTF-8 group names
4147 @vindex gnus-group-name-charset-group-alist
4148 An alist of regexp of group name and the charset for group names.  It
4149 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4150 utf-8))} is the default value if UTF-8 is supported, otherwise the
4151 default is @code{nil}.
4152
4153 For example:
4154 @lisp
4155 (setq gnus-group-name-charset-group-alist
4156     '(("\\.com\\.cn:" . cn-gb-2312)))
4157 @end lisp
4158
4159 @end table
4160
4161 @node Scanning New Messages
4162 @subsection Scanning New Messages
4163 @cindex new messages
4164 @cindex scanning new news
4165
4166 @table @kbd
4167
4168 @item g
4169 @kindex g (Group)
4170 @findex gnus-group-get-new-news
4171 @c @icon{gnus-group-get-new-news}
4172 Check the server(s) for new articles.  If the numerical prefix is used,
4173 this command will check only groups of level @var{arg} and lower
4174 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4175 command will force a total re-reading of the active file(s) from the
4176 back end(s).
4177
4178 @item M-g
4179 @kindex M-g (Group)
4180 @findex gnus-group-get-new-news-this-group
4181 @vindex gnus-goto-next-group-when-activating
4182 @c @icon{gnus-group-get-new-news-this-group}
4183 Check whether new articles have arrived in the current group
4184 (@code{gnus-group-get-new-news-this-group}).
4185 @code{gnus-goto-next-group-when-activating} says whether this command is
4186 to move point to the next group or not.  It is @code{t} by default.
4187
4188 @findex gnus-activate-all-groups
4189 @cindex activating groups
4190 @item C-c M-g
4191 @kindex C-c M-g (Group)
4192 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4193
4194 @item R
4195 @kindex R (Group)
4196 @cindex restarting
4197 @findex gnus-group-restart
4198 Restart gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4199 file(s), closes the connection to all servers, clears up all run-time
4200 gnus variables, and then starts gnus all over again.
4201
4202 @end table
4203
4204 @vindex gnus-get-new-news-hook
4205 @code{gnus-get-new-news-hook} is run just before checking for new news.
4206
4207 @vindex gnus-after-getting-new-news-hook
4208 @code{gnus-after-getting-new-news-hook} is run after checking for new
4209 news.
4210
4211
4212 @node Group Information
4213 @subsection Group Information
4214 @cindex group information
4215 @cindex information on groups
4216
4217 @table @kbd
4218
4219
4220 @item H f
4221 @kindex H f (Group)
4222 @findex gnus-group-fetch-faq
4223 @vindex gnus-group-faq-directory
4224 @cindex FAQ
4225 @cindex ange-ftp
4226 Try to fetch the @acronym{FAQ} for the current group
4227 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4228 from @code{gnus-group-faq-directory}, which is usually a directory on
4229 a remote machine.  This variable can also be a list of directories.
4230 In that case, giving a prefix to this command will allow you to choose
4231 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4232 used for fetching the file.
4233
4234 If fetching from the first site is unsuccessful, gnus will attempt to go
4235 through @code{gnus-group-faq-directory} and try to open them one by one.
4236
4237 @item H c
4238 @kindex H c (Group)
4239 @findex gnus-group-fetch-charter
4240 @vindex gnus-group-charter-alist
4241 @cindex charter
4242 Try to open the charter for the current group in a web browser
4243 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4244 prefix argument.
4245
4246 Gnus will use @code{gnus-group-charter-alist} to find the location of
4247 the charter.  If no location is known, Gnus will fetch the control
4248 messages for the group, which in some cases includes the charter.
4249
4250 @item H C
4251 @kindex H C (Group)
4252 @findex gnus-group-fetch-control
4253 @vindex gnus-group-fetch-control-use-browse-url
4254 @cindex control message
4255 Fetch the control messages for the group from the archive at
4256 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4257 group if given a prefix argument.
4258
4259 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4260 Gnus will open the control messages in a browser using
4261 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4262 and displayed in an ephemeral group.
4263
4264 Note that the control messages are compressed.  To use this command
4265 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4266 Files, ,Compressed Files, emacs, The Emacs Manual}).
4267
4268 @item H d
4269 @itemx C-c C-d
4270 @c @icon{gnus-group-describe-group}
4271 @kindex H d (Group)
4272 @kindex C-c C-d (Group)
4273 @cindex describing groups
4274 @cindex group description
4275 @findex gnus-group-describe-group
4276 Describe the current group (@code{gnus-group-describe-group}).  If given
4277 a prefix, force Gnus to re-read the description from the server.
4278
4279 @item M-d
4280 @kindex M-d (Group)
4281 @findex gnus-group-describe-all-groups
4282 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4283 prefix, force gnus to re-read the description file from the server.
4284
4285 @item H v
4286 @itemx V
4287 @kindex V (Group)
4288 @kindex H v (Group)
4289 @cindex version
4290 @findex gnus-version
4291 Display current gnus version numbers (@code{gnus-version}).
4292
4293 @item ?
4294 @kindex ? (Group)
4295 @findex gnus-group-describe-briefly
4296 Give a very short help message (@code{gnus-group-describe-briefly}).
4297
4298 @item C-c C-i
4299 @kindex C-c C-i (Group)
4300 @cindex info
4301 @cindex manual
4302 @findex gnus-info-find-node
4303 Go to the gnus info node (@code{gnus-info-find-node}).
4304 @end table
4305
4306
4307 @node Group Timestamp
4308 @subsection Group Timestamp
4309 @cindex timestamps
4310 @cindex group timestamps
4311
4312 It can be convenient to let gnus keep track of when you last read a
4313 group.  To set the ball rolling, you should add
4314 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4315
4316 @lisp
4317 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4318 @end lisp
4319
4320 After doing this, each time you enter a group, it'll be recorded.
4321
4322 This information can be displayed in various ways---the easiest is to
4323 use the @samp{%d} spec in the group line format:
4324
4325 @lisp
4326 (setq gnus-group-line-format
4327       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4328 @end lisp
4329
4330 This will result in lines looking like:
4331
4332 @example
4333 *        0: mail.ding                                19961002T012943
4334          0: custom                                   19961002T012713
4335 @end example
4336
4337 As you can see, the date is displayed in compact ISO 8601 format.  This
4338 may be a bit too much, so to just display the date, you could say
4339 something like:
4340
4341 @lisp
4342 (setq gnus-group-line-format
4343       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4344 @end lisp
4345
4346 If you would like greater control of the time format, you can use a
4347 user-defined format spec.  Something like the following should do the
4348 trick:
4349
4350 @lisp
4351 (setq gnus-group-line-format
4352       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4353 (defun gnus-user-format-function-d (headers)
4354   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4355     (if time
4356         (format-time-string "%b %d  %H:%M" time)
4357       "")))
4358 @end lisp
4359
4360
4361 @node File Commands
4362 @subsection File Commands
4363 @cindex file commands
4364
4365 @table @kbd
4366
4367 @item r
4368 @kindex r (Group)
4369 @findex gnus-group-read-init-file
4370 @vindex gnus-init-file
4371 @cindex reading init file
4372 Re-read the init file (@code{gnus-init-file}, which defaults to
4373 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4374
4375 @item s
4376 @kindex s (Group)
4377 @findex gnus-group-save-newsrc
4378 @cindex saving .newsrc
4379 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4380 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4381 file(s) whether Gnus thinks it is necessary or not.
4382
4383 @c @item Z
4384 @c @kindex Z (Group)
4385 @c @findex gnus-group-clear-dribble
4386 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4387
4388 @end table
4389
4390
4391 @node Sieve Commands
4392 @subsection Sieve Commands
4393 @cindex group sieve commands
4394
4395 Sieve is a server-side mail filtering language.  In Gnus you can use
4396 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4397 sieve rules that should apply to each group.  Gnus provides two
4398 commands to translate all these group parameters into a proper Sieve
4399 script that can be transfered to the server somehow.
4400
4401 @vindex gnus-sieve-file
4402 @vindex gnus-sieve-region-start
4403 @vindex gnus-sieve-region-end
4404 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4405 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4406 between two delimiters, @code{gnus-sieve-region-start} and
4407 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4408 outside these delimiters that will not be removed the next time you
4409 regenerate the Sieve script.
4410
4411 @vindex gnus-sieve-crosspost
4412 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4413 is generated.  If it is non-@code{nil} (the default) articles is
4414 placed in all groups that have matching rules, otherwise the article
4415 is only placed in the group with the first matching rule.  For
4416 example, the group parameter @samp{(sieve address "sender"
4417 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4418 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4419 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4420 except that the line containing the call to @code{stop} is removed.)
4421
4422 @example
4423 if address "sender" "owner-ding@@hpc.uh.edu" @{
4424         fileinto "INBOX.ding";
4425         stop;
4426 @}
4427 @end example
4428
4429 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4430
4431 @table @kbd
4432
4433 @item D g
4434 @kindex D g (Group)
4435 @findex gnus-sieve-generate
4436 @vindex gnus-sieve-file
4437 @cindex generating sieve script
4438 Regenerate a Sieve script from the @code{sieve} group parameters and
4439 put you into the @code{gnus-sieve-file} without saving it.
4440
4441 @item D u
4442 @kindex D u (Group)
4443 @findex gnus-sieve-update
4444 @vindex gnus-sieve-file
4445 @cindex updating sieve script
4446 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4447 @code{sieve} group parameters, save the file and upload it to the
4448 server using the @code{sieveshell} program.
4449
4450 @end table
4451
4452
4453 @node Summary Buffer
4454 @chapter Summary Buffer
4455 @cindex summary buffer
4456
4457 A line for each article is displayed in the summary buffer.  You can
4458 move around, read articles, post articles and reply to articles.
4459
4460 The most common way to a summary buffer is to select a group from the
4461 group buffer (@pxref{Selecting a Group}).
4462
4463 You can have as many summary buffers open as you wish.
4464
4465 @menu
4466 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4467 * Summary Maneuvering::         Moving around the summary buffer.
4468 * Choosing Articles::           Reading articles.
4469 * Paging the Article::          Scrolling the current article.
4470 * Reply Followup and Post::     Posting articles.
4471 * Delayed Articles::            Send articles at a later time.
4472 * Marking Articles::            Marking articles as read, expirable, etc.
4473 * Limiting::                    You can limit the summary buffer.
4474 * Threading::                   How threads are made.
4475 * Sorting the Summary Buffer::  How articles and threads are sorted.
4476 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4477 * Article Caching::             You may store articles in a cache.
4478 * Persistent Articles::         Making articles expiry-resistant.
4479 * Article Backlog::             Having already read articles hang around.
4480 * Saving Articles::             Ways of customizing article saving.
4481 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4482 * Article Treatment::           The article buffer can be mangled at will.
4483 * MIME Commands::               Doing MIMEy things with the articles.
4484 * Charsets::                    Character set issues.
4485 * Article Commands::            Doing various things with the article buffer.
4486 * Summary Sorting::             Sorting the summary buffer in various ways.
4487 * Finding the Parent::          No child support? Get the parent.
4488 * Alternative Approaches::      Reading using non-default summaries.
4489 * Tree Display::                A more visual display of threads.
4490 * Mail Group Commands::         Some commands can only be used in mail groups.
4491 * Various Summary Stuff::       What didn't fit anywhere else.
4492 * Exiting the Summary Buffer::  Returning to the Group buffer,
4493                                 or reselecting the current group.
4494 * Crosspost Handling::          How crossposted articles are dealt with.
4495 * Duplicate Suppression::       An alternative when crosspost handling fails.
4496 * Security::                    Decrypt and Verify.
4497 * Mailing List::                Mailing list minor mode.
4498 @end menu
4499
4500
4501 @node Summary Buffer Format
4502 @section Summary Buffer Format
4503 @cindex summary buffer format
4504
4505 @iftex
4506 @iflatex
4507 \gnusfigure{The Summary Buffer}{180}{
4508 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4509 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4510 }
4511 @end iflatex
4512 @end iftex
4513
4514 @menu
4515 * Summary Buffer Lines::        You can specify how summary lines should look.
4516 * To From Newsgroups::          How to not display your own name.
4517 * Summary Buffer Mode Line::    You can say how the mode line should look.
4518 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4519 @end menu
4520
4521 @findex mail-extract-address-components
4522 @findex gnus-extract-address-components
4523 @vindex gnus-extract-address-components
4524 Gnus will use the value of the @code{gnus-extract-address-components}
4525 variable as a function for getting the name and address parts of a
4526 @code{From} header.  Three pre-defined functions exist:
4527 @code{gnus-extract-address-components}, which is the default, quite
4528 fast, and too simplistic solution;
4529 @code{mail-extract-address-components}, which works nicely, but is
4530 slower; and @code{std11-extract-address-components}, which works very
4531 nicely, but is slower.  The default function will return the wrong
4532 answer in 5% of the cases.  If this is unacceptable to you, use the
4533 other function instead:
4534
4535 @lisp
4536 (setq gnus-extract-address-components
4537       'mail-extract-address-components)
4538 @end lisp
4539
4540 @vindex gnus-summary-same-subject
4541 @code{gnus-summary-same-subject} is a string indicating that the current
4542 article has the same subject as the previous.  This string will be used
4543 with those specs that require it.  The default is @code{""}.
4544
4545
4546 @node Summary Buffer Lines
4547 @subsection Summary Buffer Lines
4548
4549 @vindex gnus-summary-line-format
4550 You can change the format of the lines in the summary buffer by changing
4551 the @code{gnus-summary-line-format} variable.  It works along the same
4552 lines as a normal @code{format} string, with some extensions
4553 (@pxref{Formatting Variables}).
4554
4555 There should always be a colon or a point position marker on the line;
4556 the cursor always moves to the point position marker or the colon after
4557 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4558 possible to change this.  Just write a new function
4559 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4560 @xref{Positioning Point}.
4561
4562 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4563
4564 The following format specification characters and extended format
4565 specification(s) are understood:
4566
4567 @table @samp
4568 @item N
4569 Article number.
4570 @item S
4571 Subject string.  List identifiers stripped,
4572 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4573 @item s
4574 Subject if the article is the root of the thread or the previous article
4575 had a different subject, @code{gnus-summary-same-subject} otherwise.
4576 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4577 @item F
4578 Full @code{From} header.
4579 @item n
4580 The name (from the @code{From} header).
4581 @item f
4582 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4583 From Newsgroups}).
4584 @item a
4585 The name (from the @code{From} header).  This differs from the @code{n}
4586 spec in that it uses the function designated by the
4587 @code{gnus-extract-address-components} variable, which is slower, but
4588 may be more thorough.
4589 @item A
4590 The address (from the @code{From} header).  This works the same way as
4591 the @code{a} spec.
4592 @item L
4593 Number of lines in the article.
4594 @item c
4595 Number of characters in the article.  This specifier is not supported
4596 in some methods (like nnfolder).
4597 @item k
4598 Pretty-printed version of the number of characters in the article;
4599 for example, @samp{1.2k} or @samp{0.4M}.
4600 @item I
4601 Indentation based on thread level (@pxref{Customizing Threading}).
4602 @item B
4603 A complex trn-style thread tree, showing response-connecting trace
4604 lines.  A thread could be drawn like this:
4605
4606 @example
4607 >
4608 +->
4609 | +->
4610 | | \->
4611 | |   \->
4612 | \->
4613 +->
4614 \->
4615 @end example
4616
4617 You can customize the appearance with the following options.  Note
4618 that it is possible to make the thread display look really neat by
4619 replacing the default @acronym{ASCII} characters with graphic
4620 line-drawing glyphs.
4621 @table @code
4622 @item gnus-sum-thread-tree-root
4623 @vindex gnus-sum-thread-tree-root
4624 Used for the root of a thread.  If @code{nil}, use subject
4625 instead.  The default is @samp{> }.
4626
4627 @item gnus-sum-thread-tree-false-root
4628 @vindex gnus-sum-thread-tree-false-root
4629 Used for the false root of a thread (@pxref{Loose Threads}).  If
4630 @code{nil}, use subject instead.  The default is @samp{> }.
4631
4632 @item gnus-sum-thread-tree-single-indent
4633 @vindex gnus-sum-thread-tree-single-indent
4634 Used for a thread with just one message.  If @code{nil}, use subject
4635 instead.  The default is @samp{}.
4636
4637 @item gnus-sum-thread-tree-vertical
4638 @vindex gnus-sum-thread-tree-vertical
4639 Used for drawing a vertical line.  The default is @samp{| }.
4640
4641 @item gnus-sum-thread-tree-indent
4642 @vindex gnus-sum-thread-tree-indent
4643 Used for indenting.  The default is @samp{  }.
4644
4645 @item gnus-sum-thread-tree-leaf-with-other
4646 @vindex gnus-sum-thread-tree-leaf-with-other
4647 Used for a leaf with brothers.  The default is @samp{+-> }.
4648
4649 @item gnus-sum-thread-tree-single-leaf
4650 @vindex gnus-sum-thread-tree-single-leaf
4651 Used for a leaf without brothers.  The default is @samp{\-> }
4652
4653 @end table
4654
4655 @item T
4656 Nothing if the article is a root and lots of spaces if it isn't (it
4657 pushes everything after it off the screen).
4658 @item [
4659 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4660 for adopted articles (@pxref{Customizing Threading}).
4661 @item ]
4662 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4663 for adopted articles.
4664 @item >
4665 One space for each thread level.
4666 @item <
4667 Twenty minus thread level spaces.
4668 @item U
4669 Unread.  @xref{Read Articles}.
4670
4671 @item R
4672 This misleadingly named specifier is the @dfn{secondary mark}.  This
4673 mark will say whether the article has been replied to, has been cached,
4674 or has been saved.  @xref{Other Marks}.
4675
4676 @item i
4677 Score as a number (@pxref{Scoring}).
4678 @item z
4679 @vindex gnus-summary-zcore-fuzz
4680 Zcore, @samp{+} if above the default level and @samp{-} if below the
4681 default level.  If the difference between
4682 @code{gnus-summary-default-score} and the score is less than
4683 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4684 @item V
4685 Total thread score.
4686 @item x
4687 @code{Xref}.
4688 @item D
4689 @code{Date}.
4690 @item d
4691 The @code{Date} in @code{DD-MMM} format.
4692 @item o
4693 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4694 @item M
4695 @code{Message-ID}.
4696 @item r
4697 @code{References}.
4698 @item t
4699 Number of articles in the current sub-thread.  Using this spec will slow
4700 down summary buffer generation somewhat.
4701 @item e
4702 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4703 article has any children.
4704 @item P
4705 The line number.
4706 @item O
4707 Download mark.
4708 @item &user-date;
4709 Age sensitive date format.  Various date format is defined in
4710 @code{gnus-user-date-format-alist}.
4711 @item u
4712 User defined specifier.  The next character in the format string should
4713 be a letter.  Gnus will call the function
4714 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4715 following @samp{%u}.  The function will be passed the current header as
4716 argument.  The function should return a string, which will be inserted
4717 into the summary just like information from any other summary specifier.
4718 @end table
4719
4720 Text between @samp{%(} and @samp{%)} will be highlighted with
4721 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4722 There can only be one such area.
4723
4724 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4725 have to be handled with care.  For reasons of efficiency, gnus will
4726 compute what column these characters will end up in, and ``hard-code''
4727 that.  This means that it is invalid to have these specs after a
4728 variable-length spec.  Well, you might not be arrested, but your summary
4729 buffer will look strange, which is bad enough.
4730
4731 The smart choice is to have these specs as far to the left as possible.
4732 (Isn't that the case with everything, though?  But I digress.)
4733
4734 This restriction may disappear in later versions of gnus.
4735
4736
4737 @node To From Newsgroups
4738 @subsection To From Newsgroups
4739 @cindex To
4740 @cindex Newsgroups
4741
4742 In some groups (particularly in archive groups), the @code{From} header
4743 isn't very interesting, since all the articles there are written by
4744 you.  To display the information in the @code{To} or @code{Newsgroups}
4745 headers instead, you need to decide three things: What information to
4746 gather; where to display it; and when to display it.
4747
4748 @enumerate
4749 @item
4750 @vindex gnus-extra-headers
4751 The reading of extra header information is controlled by the
4752 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4753 instance:
4754
4755 @lisp
4756 (setq gnus-extra-headers
4757       '(To Newsgroups X-Newsreader))
4758 @end lisp
4759
4760 This will result in Gnus trying to obtain these three headers, and
4761 storing it in header structures for later easy retrieval.
4762
4763 @item
4764 @findex gnus-extra-header
4765 The value of these extra headers can be accessed via the
4766 @code{gnus-extra-header} function.  Here's a format line spec that will
4767 access the @code{X-Newsreader} header:
4768
4769 @example
4770 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4771 @end example
4772
4773 @item
4774 @vindex gnus-ignored-from-addresses
4775 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4776 summary line spec returns the @code{To}, @code{Newsreader} or
4777 @code{From} header.  If this regexp matches the contents of the
4778 @code{From} header, the value of the @code{To} or @code{Newsreader}
4779 headers are used instead.
4780
4781 @end enumerate
4782
4783 @vindex nnmail-extra-headers
4784 A related variable is @code{nnmail-extra-headers}, which controls when
4785 to include extra headers when generating overview (@acronym{NOV}) files.
4786 If you have old overview files, you should regenerate them after
4787 changing this variable, by entering the server buffer using @kbd{^},
4788 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4789 regeneration.
4790
4791 @vindex gnus-summary-line-format
4792 You also have to instruct Gnus to display the data by changing the
4793 @code{%n} spec to the @code{%f} spec in the
4794 @code{gnus-summary-line-format} variable.
4795
4796 In summary, you'd typically put something like the following in
4797 @file{~/.gnus.el}:
4798
4799 @lisp
4800 (setq gnus-extra-headers
4801       '(To Newsgroups))
4802 (setq nnmail-extra-headers gnus-extra-headers)
4803 (setq gnus-summary-line-format
4804       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4805 (setq gnus-ignored-from-addresses
4806       "Your Name Here")
4807 @end lisp
4808
4809 (The values listed above are the default values in Gnus.  Alter them
4810 to fit your needs.)
4811
4812 A note for news server administrators, or for users who wish to try to
4813 convince their news server administrator to provide some additional
4814 support:
4815
4816 The above is mostly useful for mail groups, where you have control over
4817 the @acronym{NOV} files that are created.  However, if you can persuade your
4818 nntp admin to add (in the usual implementation, notably INN):
4819
4820 @example
4821 Newsgroups:full
4822 @end example
4823
4824 to the end of her @file{overview.fmt} file, then you can use that just
4825 as you would the extra headers from the mail groups.
4826
4827
4828 @node Summary Buffer Mode Line
4829 @subsection Summary Buffer Mode Line
4830
4831 @vindex gnus-summary-mode-line-format
4832 You can also change the format of the summary mode bar (@pxref{Mode Line
4833 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4834 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4835
4836 Here are the elements you can play with:
4837
4838 @table @samp
4839 @item G
4840 Group name.
4841 @item p
4842 Unprefixed group name.
4843 @item A
4844 Current article number.
4845 @item z
4846 Current article score.
4847 @item V
4848 Gnus version.
4849 @item U
4850 Number of unread articles in this group.
4851 @item e
4852 Number of unread articles in this group that aren't displayed in the
4853 summary buffer.
4854 @item Z
4855 A string with the number of unread and unselected articles represented
4856 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4857 articles, and just as @samp{<%U more>} if there are just unread articles
4858 and no unselected ones.
4859 @item g
4860 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4861 shortened to @samp{r.a.anime}.
4862 @item S
4863 Subject of the current article.
4864 @item u
4865 User-defined spec (@pxref{User-Defined Specs}).
4866 @item s
4867 Name of the current score file (@pxref{Scoring}).
4868 @item d
4869 Number of dormant articles (@pxref{Unread Articles}).
4870 @item t
4871 Number of ticked articles (@pxref{Unread Articles}).
4872 @item r
4873 Number of articles that have been marked as read in this session.
4874 @item E
4875 Number of articles expunged by the score files.
4876 @end table
4877
4878
4879 @node Summary Highlighting
4880 @subsection Summary Highlighting
4881
4882 @table @code
4883
4884 @item gnus-visual-mark-article-hook
4885 @vindex gnus-visual-mark-article-hook
4886 This hook is run after selecting an article.  It is meant to be used for
4887 highlighting the article in some way.  It is not run if
4888 @code{gnus-visual} is @code{nil}.
4889
4890 @item gnus-summary-update-hook
4891 @vindex gnus-summary-update-hook
4892 This hook is called when a summary line is changed.  It is not run if
4893 @code{gnus-visual} is @code{nil}.
4894
4895 @item gnus-summary-selected-face
4896 @vindex gnus-summary-selected-face
4897 This is the face (or @dfn{font} as some people call it) used to
4898 highlight the current article in the summary buffer.
4899
4900 @item gnus-summary-highlight
4901 @vindex gnus-summary-highlight
4902 Summary lines are highlighted according to this variable, which is a
4903 list where the elements are of the format @code{(@var{form}
4904 . @var{face})}.  If you would, for instance, like ticked articles to be
4905 italic and high-scored articles to be bold, you could set this variable
4906 to something like
4907 @lisp
4908 (((eq mark gnus-ticked-mark) . italic)
4909  ((> score default) . bold))
4910 @end lisp
4911 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4912 @var{face} will be applied to the line.
4913 @end table
4914
4915
4916 @node Summary Maneuvering
4917 @section Summary Maneuvering
4918 @cindex summary movement
4919
4920 All the straight movement commands understand the numeric prefix and
4921 behave pretty much as you'd expect.
4922
4923 None of these commands select articles.
4924
4925 @table @kbd
4926 @item G M-n
4927 @itemx M-n
4928 @kindex M-n (Summary)
4929 @kindex G M-n (Summary)
4930 @findex gnus-summary-next-unread-subject
4931 Go to the next summary line of an unread article
4932 (@code{gnus-summary-next-unread-subject}).
4933
4934 @item G M-p
4935 @itemx M-p
4936 @kindex M-p (Summary)
4937 @kindex G M-p (Summary)
4938 @findex gnus-summary-prev-unread-subject
4939 Go to the previous summary line of an unread article
4940 (@code{gnus-summary-prev-unread-subject}).
4941
4942 @item G g
4943 @kindex G g (Summary)
4944 @findex gnus-summary-goto-subject
4945 Ask for an article number and then go to the summary line of that article
4946 without displaying the article (@code{gnus-summary-goto-subject}).
4947 @end table
4948
4949 If gnus asks you to press a key to confirm going to the next group, you
4950 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4951 buffer, searching for the next group to read without actually returning
4952 to the group buffer.
4953
4954 Variables related to summary movement:
4955
4956 @table @code
4957
4958 @vindex gnus-auto-select-next
4959 @item gnus-auto-select-next
4960 If you issue one of the movement commands (like @kbd{n}) and there are
4961 no more unread articles after the current one, gnus will offer to go to
4962 the next group.  If this variable is @code{t} and the next group is
4963 empty, gnus will exit summary mode and return to the group buffer.  If
4964 this variable is neither @code{t} nor @code{nil}, gnus will select the
4965 next group with unread articles.  As a special case, if this variable
4966 is @code{quietly}, Gnus will select the next group without asking for
4967 confirmation.  If this variable is @code{almost-quietly}, the same
4968 will happen only if you are located on the last article in the group.
4969 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4970 command will go to the next group without confirmation.  Also
4971 @pxref{Group Levels}.
4972
4973 @item gnus-auto-select-same
4974 @vindex gnus-auto-select-same
4975 If non-@code{nil}, all the movement commands will try to go to the next
4976 article with the same subject as the current.  (@dfn{Same} here might
4977 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4978 for details (@pxref{Customizing Threading}).)  If there are no more
4979 articles with the same subject, go to the first unread article.
4980
4981 This variable is not particularly useful if you use a threaded display.
4982
4983 @item gnus-summary-check-current
4984 @vindex gnus-summary-check-current
4985 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4986 to the next (or previous) article if the current article is unread.
4987 Instead, they will choose the current article.
4988
4989 @item gnus-auto-center-summary
4990 @vindex gnus-auto-center-summary
4991 If non-@code{nil}, gnus will keep the point in the summary buffer
4992 centered at all times.  This makes things quite tidy, but if you have a
4993 slow network connection, or simply do not like this un-Emacsism, you can
4994 set this variable to @code{nil} to get the normal Emacs scrolling
4995 action.  This will also inhibit horizontal re-centering of the summary
4996 buffer, which might make it more inconvenient to read extremely long
4997 threads.
4998
4999 This variable can also be a number.  In that case, center the window at
5000 the given number of lines from the top.
5001
5002 @end table
5003
5004
5005 @node Choosing Articles
5006 @section Choosing Articles
5007 @cindex selecting articles
5008
5009 @menu
5010 * Choosing Commands::           Commands for choosing articles.
5011 * Choosing Variables::          Variables that influence these commands.
5012 @end menu
5013
5014
5015 @node Choosing Commands
5016 @subsection Choosing Commands
5017
5018 None of the following movement commands understand the numeric prefix,
5019 and they all select and display an article.
5020
5021 If you want to fetch new articles or redisplay the group, see
5022 @ref{Exiting the Summary Buffer}.
5023
5024 @table @kbd
5025 @item SPACE
5026 @kindex SPACE (Summary)
5027 @findex gnus-summary-next-page
5028 Select the current article, or, if that one's read already, the next
5029 unread article (@code{gnus-summary-next-page}).
5030
5031 If you have an article window open already and you press @kbd{SPACE}
5032 again, the article will be scrolled.  This lets you conveniently
5033 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5034
5035 @item G n
5036 @itemx n
5037 @kindex n (Summary)
5038 @kindex G n (Summary)
5039 @findex gnus-summary-next-unread-article
5040 @c @icon{gnus-summary-next-unread}
5041 Go to next unread article (@code{gnus-summary-next-unread-article}).
5042
5043 @item G p
5044 @itemx p
5045 @kindex p (Summary)
5046 @findex gnus-summary-prev-unread-article
5047 @c @icon{gnus-summary-prev-unread}
5048 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5049
5050 @item G N
5051 @itemx N
5052 @kindex N (Summary)
5053 @kindex G N (Summary)
5054 @findex gnus-summary-next-article
5055 Go to the next article (@code{gnus-summary-next-article}).
5056
5057 @item G P
5058 @itemx P
5059 @kindex P (Summary)
5060 @kindex G P (Summary)
5061 @findex gnus-summary-prev-article
5062 Go to the previous article (@code{gnus-summary-prev-article}).
5063
5064 @item G C-n
5065 @kindex G C-n (Summary)
5066 @findex gnus-summary-next-same-subject
5067 Go to the next article with the same subject
5068 (@code{gnus-summary-next-same-subject}).
5069
5070 @item G C-p
5071 @kindex G C-p (Summary)
5072 @findex gnus-summary-prev-same-subject
5073 Go to the previous article with the same subject
5074 (@code{gnus-summary-prev-same-subject}).
5075
5076 @item G f
5077 @itemx .
5078 @kindex G f  (Summary)
5079 @kindex .  (Summary)
5080 @findex gnus-summary-first-unread-article
5081 Go to the first unread article
5082 (@code{gnus-summary-first-unread-article}).
5083
5084 @item G b
5085 @itemx ,
5086 @kindex G b (Summary)
5087 @kindex , (Summary)
5088 @findex gnus-summary-best-unread-article
5089 Go to the unread article with the highest score
5090 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5091 go to the first unread article that has a score over the default score.
5092
5093 @item G l
5094 @itemx l
5095 @kindex l (Summary)
5096 @kindex G l (Summary)
5097 @findex gnus-summary-goto-last-article
5098 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5099
5100 @item G o
5101 @kindex G o (Summary)
5102 @findex gnus-summary-pop-article
5103 @cindex history
5104 @cindex article history
5105 Pop an article off the summary history and go to this article
5106 (@code{gnus-summary-pop-article}).  This command differs from the
5107 command above in that you can pop as many previous articles off the
5108 history as you like, while @kbd{l} toggles the two last read articles.
5109 For a somewhat related issue (if you use these commands a lot),
5110 @pxref{Article Backlog}.
5111
5112 @item G j
5113 @itemx j
5114 @kindex j (Summary)
5115 @kindex G j (Summary)
5116 @findex gnus-summary-goto-article
5117 Ask for an article number or @code{Message-ID}, and then go to that
5118 article (@code{gnus-summary-goto-article}).
5119
5120 @end table
5121
5122
5123 @node Choosing Variables
5124 @subsection Choosing Variables
5125
5126 Some variables relevant for moving and selecting articles:
5127
5128 @table @code
5129 @item gnus-auto-extend-newsgroup
5130 @vindex gnus-auto-extend-newsgroup
5131 All the movement commands will try to go to the previous (or next)
5132 article, even if that article isn't displayed in the Summary buffer if
5133 this variable is non-@code{nil}.  Gnus will then fetch the article from
5134 the server and display it in the article buffer.
5135
5136 @item gnus-select-article-hook
5137 @vindex gnus-select-article-hook
5138 This hook is called whenever an article is selected.  By default it
5139 exposes any threads hidden under the selected article.  If you would
5140 like each article to be saved in the Agent as you read it, putting
5141 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5142
5143 @item gnus-mark-article-hook
5144 @vindex gnus-mark-article-hook
5145 @findex gnus-summary-mark-unread-as-read
5146 @findex gnus-summary-mark-read-and-unread-as-read
5147 @findex gnus-unread-mark
5148 This hook is called whenever an article is selected.  It is intended to
5149 be used for marking articles as read.  The default value is
5150 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5151 mark of almost any article you read to @code{gnus-unread-mark}.  The
5152 only articles not affected by this function are ticked, dormant, and
5153 expirable articles.  If you'd instead like to just have unread articles
5154 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5155 instead.  It will leave marks like @code{gnus-low-score-mark},
5156 @code{gnus-del-mark} (and so on) alone.
5157
5158 @end table
5159
5160
5161 @node Paging the Article
5162 @section Scrolling the Article
5163 @cindex article scrolling
5164
5165 @table @kbd
5166
5167 @item SPACE
5168 @kindex SPACE (Summary)
5169 @findex gnus-summary-next-page
5170 Pressing @kbd{SPACE} will scroll the current article forward one page,
5171 or, if you have come to the end of the current article, will choose the
5172 next article (@code{gnus-summary-next-page}).
5173
5174 @vindex gnus-article-boring-faces
5175 @vindex gnus-article-skip-boring
5176 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5177 the article consists only of citations and signature, then it will be
5178 skipped; the next article will be shown instead.  You can customize
5179 what is considered uninteresting with
5180 @code{gnus-article-boring-faces}.  You can manually view the article's
5181 pages, no matter how boring, using @kbd{C-M-v}.
5182
5183 @item DEL
5184 @kindex DEL (Summary)
5185 @findex gnus-summary-prev-page
5186 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5187
5188 @item RET
5189 @kindex RET (Summary)
5190 @findex gnus-summary-scroll-up
5191 Scroll the current article one line forward
5192 (@code{gnus-summary-scroll-up}).
5193
5194 @item M-RET
5195 @kindex M-RET (Summary)
5196 @findex gnus-summary-scroll-down
5197 Scroll the current article one line backward
5198 (@code{gnus-summary-scroll-down}).
5199
5200 @item A g
5201 @itemx g
5202 @kindex A g (Summary)
5203 @kindex g (Summary)
5204 @findex gnus-summary-show-article
5205 @vindex gnus-summary-show-article-charset-alist
5206 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5207 given a prefix, fetch the current article, but don't run any of the
5208 article treatment functions.  This will give you a ``raw'' article, just
5209 the way it came from the server.
5210
5211 If given a numerical prefix, you can do semi-manual charset stuff.
5212 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5213 encoded in the @code{cn-gb-2312} charset.  If you have
5214
5215 @lisp
5216 (setq gnus-summary-show-article-charset-alist
5217       '((1 . cn-gb-2312)
5218         (2 . big5)))
5219 @end lisp
5220
5221 then you can say @kbd{C-u 1 g} to get the same effect.
5222
5223 @item A <
5224 @itemx <
5225 @kindex < (Summary)
5226 @kindex A < (Summary)
5227 @findex gnus-summary-beginning-of-article
5228 Scroll to the beginning of the article
5229 (@code{gnus-summary-beginning-of-article}).
5230
5231 @item A >
5232 @itemx >
5233 @kindex > (Summary)
5234 @kindex A > (Summary)
5235 @findex gnus-summary-end-of-article
5236 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5237
5238 @item A s
5239 @itemx s
5240 @kindex A s (Summary)
5241 @kindex s (Summary)
5242 @findex gnus-summary-isearch-article
5243 Perform an isearch in the article buffer
5244 (@code{gnus-summary-isearch-article}).
5245
5246 @item h
5247 @kindex h (Summary)
5248 @findex gnus-summary-select-article-buffer
5249 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5250
5251 @end table
5252
5253
5254 @node Reply Followup and Post
5255 @section Reply, Followup and Post
5256
5257 @menu
5258 * Summary Mail Commands::       Sending mail.
5259 * Summary Post Commands::       Sending news.
5260 * Summary Message Commands::    Other Message-related commands.
5261 * Canceling and Superseding::
5262 @end menu
5263
5264
5265 @node Summary Mail Commands
5266 @subsection Summary Mail Commands
5267 @cindex mail
5268 @cindex composing mail
5269
5270 Commands for composing a mail message:
5271
5272 @table @kbd
5273
5274 @item S r
5275 @itemx r
5276 @kindex S r (Summary)
5277 @kindex r (Summary)
5278 @findex gnus-summary-reply
5279 @c @icon{gnus-summary-mail-reply}
5280 @c @icon{gnus-summary-reply}
5281 Mail a reply to the author of the current article
5282 (@code{gnus-summary-reply}).
5283
5284 @item S R
5285 @itemx R
5286 @kindex R (Summary)
5287 @kindex S R (Summary)
5288 @findex gnus-summary-reply-with-original
5289 @c @icon{gnus-summary-reply-with-original}
5290 Mail a reply to the author of the current article and include the
5291 original message (@code{gnus-summary-reply-with-original}).  This
5292 command uses the process/prefix convention.
5293
5294 @item S w
5295 @kindex S w (Summary)
5296 @findex gnus-summary-wide-reply
5297 Mail a wide reply to the author of the current article
5298 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5299 goes out to all people listed in the @code{To}, @code{From} (or
5300 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5301 present, that's used instead.
5302
5303 @item S W
5304 @kindex S W (Summary)
5305 @findex gnus-summary-wide-reply-with-original
5306 Mail a wide reply to the current article and include the original
5307 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5308 the process/prefix convention.
5309
5310 @item S v
5311 @kindex S v (Summary)
5312 @findex gnus-summary-very-wide-reply
5313 Mail a very wide reply to the author of the current article
5314 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5315 that goes out to all people listed in the @code{To}, @code{From} (or
5316 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5317 articles.  This command uses the process/prefix convention.
5318
5319 @item S V
5320 @kindex S V (Summary)
5321 @findex gnus-summary-very-wide-reply-with-original
5322 Mail a very wide reply to the author of the current article and include the
5323 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5324 command uses the process/prefix convention.
5325
5326 @item S B r
5327 @kindex S B r (Summary)
5328 @findex gnus-summary-reply-broken-reply-to
5329 Mail a reply to the author of the current article but ignore the
5330 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5331 If you need this because a mailing list incorrectly sets a
5332 @code{Reply-To} header pointing to the list, you probably want to set
5333 the @code{broken-reply-to} group parameter instead, so things will work
5334 correctly.  @xref{Group Parameters}.
5335
5336 @item S B R
5337 @kindex S B R (Summary)
5338 @findex gnus-summary-reply-broken-reply-to-with-original
5339 Mail a reply to the author of the current article and include the
5340 original message but ignore the @code{Reply-To} field
5341 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5342
5343 @item S o m
5344 @itemx C-c C-f
5345 @kindex S o m (Summary)
5346 @kindex C-c C-f (Summary)
5347 @findex gnus-summary-mail-forward
5348 @c @icon{gnus-summary-mail-forward}
5349 Forward the current article to some other person
5350 (@code{gnus-summary-mail-forward}).  If given a prefix, include the full
5351 headers of the forwarded article.
5352
5353 @item S m
5354 @itemx m
5355 @kindex m (Summary)
5356 @kindex S m (Summary)
5357 @findex gnus-summary-mail-other-window
5358 @c @icon{gnus-summary-mail-originate}
5359 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5360 the posting style of the current group.  If given a prefix, disable that.
5361 If the prefix is 1, prompt for a group name to find the posting style.
5362
5363 @item S i
5364 @itemx i
5365 @kindex i (Summary)
5366 @kindex S i (Summary)
5367 @findex gnus-summary-news-other-window
5368 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5369 post to the current group.  If given a prefix, disable that.  If the
5370 prefix is 1, prompt for a group to post to.
5371
5372 This function actually prepares a news even when using mail groups.
5373 This is useful for ``posting'' messages to mail groups without actually
5374 sending them over the network: they're just saved directly to the group
5375 in question.  The corresponding back end must have a request-post method
5376 for this to work though.
5377
5378 @item S D b
5379 @kindex S D b (Summary)
5380 @findex gnus-summary-resend-bounced-mail
5381 @cindex bouncing mail
5382 If you have sent a mail, but the mail was bounced back to you for some
5383 reason (wrong address, transient failure), you can use this command to
5384 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5385 will be popped into a mail buffer where you can edit the headers before
5386 sending the mail off again.  If you give a prefix to this command, and
5387 the bounced mail is a reply to some other mail, gnus will try to fetch
5388 that mail and display it for easy perusal of its headers.  This might
5389 very well fail, though.
5390
5391 @item S D r
5392 @kindex S D r (Summary)
5393 @findex gnus-summary-resend-message
5394 Not to be confused with the previous command,
5395 @code{gnus-summary-resend-message} will prompt you for an address to
5396 send the current message off to, and then send it to that place.  The
5397 headers of the message won't be altered---but lots of headers that say
5398 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5399 means that you actually send a mail to someone that has a @code{To}
5400 header that (probably) points to yourself.  This will confuse people.
5401 So, natcherly you'll only do that if you're really eVIl.
5402
5403 This command is mainly used if you have several accounts and want to
5404 ship a mail to a different account of yours.  (If you're both
5405 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5406 to the @code{root} account, you may want to resend it to
5407 @code{postmaster}.  Ordnung muss sein!
5408
5409 This command understands the process/prefix convention
5410 (@pxref{Process/Prefix}).
5411
5412 @item S D e
5413 @kindex S D e (Summary)
5414 @findex gnus-summary-resend-message-edit
5415
5416 Like the previous command, but will allow you to edit the message as
5417 if it were a new message before resending.
5418
5419 @item S O m
5420 @kindex S O m (Summary)
5421 @findex gnus-summary-digest-mail-forward
5422 Digest the current series (@pxref{Decoding Articles}) and forward the
5423 result using mail (@code{gnus-summary-digest-mail-forward}).  This
5424 command uses the process/prefix convention (@pxref{Process/Prefix}).
5425
5426 @item S M-c
5427 @kindex S M-c (Summary)
5428 @findex gnus-summary-mail-crosspost-complaint
5429 @cindex crossposting
5430 @cindex excessive crossposting
5431 Send a complaint about excessive crossposting to the author of the
5432 current article (@code{gnus-summary-mail-crosspost-complaint}).
5433
5434 @findex gnus-crosspost-complaint
5435 This command is provided as a way to fight back against the current
5436 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5437 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5438 command understands the process/prefix convention
5439 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5440
5441 @end table
5442
5443 Also @xref{Header Commands, ,Header Commands, message, The Message
5444 Manual}, for more information.
5445
5446
5447 @node Summary Post Commands
5448 @subsection Summary Post Commands
5449 @cindex post
5450 @cindex composing news
5451
5452 Commands for posting a news article:
5453
5454 @table @kbd
5455 @item S p
5456 @itemx a
5457 @kindex a (Summary)
5458 @kindex S p (Summary)
5459 @findex gnus-summary-post-news
5460 @c @icon{gnus-summary-post-news}
5461 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5462 default, post to the current group.  If given a prefix, disable that.
5463 If the prefix is 1, prompt for another group instead.
5464
5465 @item S f
5466 @itemx f
5467 @kindex f (Summary)
5468 @kindex S f (Summary)
5469 @findex gnus-summary-followup
5470 @c @icon{gnus-summary-followup}
5471 Post a followup to the current article (@code{gnus-summary-followup}).
5472
5473 @item S F
5474 @itemx F
5475 @kindex S F (Summary)
5476 @kindex F (Summary)
5477 @c @icon{gnus-summary-followup-with-original}
5478 @findex gnus-summary-followup-with-original
5479 Post a followup to the current article and include the original message
5480 (@code{gnus-summary-followup-with-original}).  This command uses the
5481 process/prefix convention.
5482
5483 @item S n
5484 @kindex S n (Summary)
5485 @findex gnus-summary-followup-to-mail
5486 Post a followup to the current article via news, even if you got the
5487 message through mail (@code{gnus-summary-followup-to-mail}).
5488
5489 @item S N
5490 @kindex S N (Summary)
5491 @findex gnus-summary-followup-to-mail-with-original
5492 Post a followup to the current article via news, even if you got the
5493 message through mail and include the original message
5494 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5495 the process/prefix convention.
5496
5497 @item S o p
5498 @kindex S o p (Summary)
5499 @findex gnus-summary-post-forward
5500 Forward the current article to a newsgroup
5501 (@code{gnus-summary-post-forward}).  If given a prefix, include the full
5502 headers of the forwarded article.
5503
5504 @item S O p
5505 @kindex S O p (Summary)
5506 @findex gnus-summary-digest-post-forward
5507 @cindex digests
5508 @cindex making digests
5509 Digest the current series and forward the result to a newsgroup
5510 (@code{gnus-summary-digest-post-forward}).  This command uses the
5511 process/prefix convention.
5512
5513 @item S u
5514 @kindex S u (Summary)
5515 @findex gnus-uu-post-news
5516 @c @icon{gnus-uu-post-news}
5517 Uuencode a file, split it into parts, and post it as a series
5518 (@code{gnus-uu-post-news}).  (@pxref{Uuencoding and Posting}).
5519 @end table
5520
5521 Also @xref{Header Commands, ,Header Commands, message, The Message
5522 Manual}, for more information.
5523
5524
5525 @node Summary Message Commands
5526 @subsection Summary Message Commands
5527
5528 @table @kbd
5529 @item S y
5530 @kindex S y (Summary)
5531 @findex gnus-summary-yank-message
5532 Yank the current article into an already existing Message composition
5533 buffer (@code{gnus-summary-yank-message}).  This command prompts for
5534 what message buffer you want to yank into, and understands the
5535 process/prefix convention (@pxref{Process/Prefix}).
5536
5537 @end table
5538
5539
5540 @node Canceling and Superseding
5541 @subsection Canceling Articles
5542 @cindex canceling articles
5543 @cindex superseding articles
5544
5545 Have you ever written something, and then decided that you really,
5546 really, really wish you hadn't posted that?
5547
5548 Well, you can't cancel mail, but you can cancel posts.
5549
5550 @findex gnus-summary-cancel-article
5551 @kindex C (Summary)
5552 @c @icon{gnus-summary-cancel-article}
5553 Find the article you wish to cancel (you can only cancel your own
5554 articles, so don't try any funny stuff).  Then press @kbd{C} or @kbd{S
5555 c} (@code{gnus-summary-cancel-article}).  Your article will be
5556 canceled---machines all over the world will be deleting your article.
5557 This command uses the process/prefix convention (@pxref{Process/Prefix}).
5558
5559 Be aware, however, that not all sites honor cancels, so your article may
5560 live on here and there, while most sites will delete the article in
5561 question.
5562
5563 Gnus will use the ``current'' select method when canceling.  If you
5564 want to use the standard posting method, use the @samp{a} symbolic
5565 prefix (@pxref{Symbolic Prefixes}).
5566
5567 Gnus ensures that only you can cancel your own messages using a
5568 @code{Cancel-Lock} header (@pxref{Canceling News, Canceling News, ,
5569 message, Message Manual}).
5570
5571 If you discover that you have made some mistakes and want to do some
5572 corrections, you can post a @dfn{superseding} article that will replace
5573 your original article.
5574
5575 @findex gnus-summary-supersede-article
5576 @kindex S (Summary)
5577 Go to the original article and press @kbd{S s}
5578 (@code{gnus-summary-supersede-article}).  You will be put in a buffer
5579 where you can edit the article all you want before sending it off the
5580 usual way.
5581
5582 The same goes for superseding as for canceling, only more so: Some
5583 sites do not honor superseding.  On those sites, it will appear that you
5584 have posted almost the same article twice.
5585
5586 If you have just posted the article, and change your mind right away,
5587 there is a trick you can use to cancel/supersede the article without
5588 waiting for the article to appear on your site first.  You simply return
5589 to the post buffer (which is called @code{*sent ...*}).  There you will
5590 find the article you just posted, with all the headers intact.  Change
5591 the @code{Message-ID} header to a @code{Cancel} or @code{Supersedes}
5592 header by substituting one of those words for the word
5593 @code{Message-ID}.  Then just press @kbd{C-c C-c} to send the article as
5594 you would do normally.  The previous article will be
5595 canceled/superseded.
5596
5597 Just remember, kids: There is no 'c' in 'supersede'.
5598
5599 @node Delayed Articles
5600 @section Delayed Articles
5601 @cindex delayed sending
5602 @cindex send delayed
5603
5604 Sometimes, you might wish to delay the sending of a message.  For
5605 example, you might wish to arrange for a message to turn up just in time
5606 to remind your about the birthday of your Significant Other.  For this,
5607 there is the @code{gnus-delay} package.  Setup is simple:
5608
5609 @lisp
5610 (gnus-delay-initialize)
5611 @end lisp
5612
5613 @findex gnus-delay-article
5614 Normally, to send a message you use the @kbd{C-c C-c} command from
5615 Message mode.  To delay a message, use @kbd{C-c C-j}
5616 (@code{gnus-delay-article}) instead.  This will ask you for how long the
5617 message should be delayed.  Possible answers are:
5618
5619 @itemize @bullet
5620 @item
5621 A time span.  Consists of an integer and a letter.  For example,
5622 @code{42d} means to delay for 42 days.  Available letters are @code{m}
5623 (minutes), @code{h} (hours), @code{d} (days), @code{w} (weeks), @code{M}
5624 (months) and @code{Y} (years).
5625
5626 @item
5627 A specific date.  Looks like @code{YYYY-MM-DD}.  The message will be
5628 delayed until that day, at a specific time (eight o'clock by default).
5629 See also @code{gnus-delay-default-hour}.
5630
5631 @item
5632 A specific time of day.  Given in @code{hh:mm} format, 24h, no am/pm
5633 stuff.  The deadline will be at that time today, except if that time has
5634 already passed, then it's at the given time tomorrow.  So if it's ten
5635 o'clock in the morning and you specify @code{11:15}, then the deadline
5636 is one hour and fifteen minutes hence.  But if you specify @code{9:20},
5637 that means a time tomorrow.
5638 @end itemize
5639
5640 The action of the @code{gnus-delay-article} command is influenced by a
5641 couple of variables:
5642
5643 @table @code
5644 @item gnus-delay-default-hour
5645 @vindex gnus-delay-default-hour
5646 When you specify a specific date, the message will be due on that hour
5647 on the given date.  Possible values are integers 0 through 23.
5648
5649 @item gnus-delay-default-delay
5650 @vindex gnus-delay-default-delay
5651 This is a string and gives the default delay.  It can be of any of the
5652 formats described above.
5653
5654 @item gnus-delay-group
5655 @vindex gnus-delay-group
5656 Delayed articles will be kept in this group on the drafts server until
5657 they are due.  You probably don't need to change this.  The default
5658 value is @code{"delayed"}.
5659
5660 @item gnus-delay-header
5661 @vindex gnus-delay-header
5662 The deadline for each article will be stored in a header.  This variable
5663 is a string and gives the header name.  You probably don't need to
5664 change this.  The default value is @code{"X-Gnus-Delayed"}.
5665 @end table
5666
5667 The way delaying works is like this: when you use the
5668 @code{gnus-delay-article} command, you give a certain delay.  Gnus
5669 calculates the deadline of the message and stores it in the
5670 @code{X-Gnus-Delayed} header and puts the message in the
5671 @code{nndraft:delayed} group.
5672
5673 @findex gnus-delay-send-queue
5674 And whenever you get new news, Gnus looks through the group for articles
5675 which are due and sends them.  It uses the @code{gnus-delay-send-queue}
5676 function for this.  By default, this function is added to the hook
5677 @code{gnus-get-new-news-hook}.  But of course, you can change this.
5678 Maybe you want to use the demon to send drafts?  Just tell the demon to
5679 execute the @code{gnus-delay-send-queue} function.
5680
5681 @table @code
5682 @item gnus-delay-initialize
5683 @findex gnus-delay-initialize
5684
5685 By default, this function installs @code{gnus-delay-send-queue} in
5686 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5687 argument @code{no-check}.  If it is non-@code{nil},
5688 @code{gnus-get-new-news-hook} is not changed.  The optional first
5689 argument is ignored.
5690
5691 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5692 Presumably, you want to use the demon for sending due delayed articles.
5693 Just don't forget to set that up :-)
5694 @end table
5695
5696
5697 @node Marking Articles
5698 @section Marking Articles
5699 @cindex article marking
5700 @cindex article ticking
5701 @cindex marks
5702
5703 There are several marks you can set on an article.
5704
5705 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5706 neologism ohoy!) of the article.  Alphabetic marks generally mean
5707 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5708
5709 In addition, you also have marks that do not affect readedness.
5710
5711 @menu
5712 * Unread Articles::             Marks for unread articles.
5713 * Read Articles::               Marks for read articles.
5714 * Other Marks::                 Marks that do not affect readedness.
5715 @end menu
5716
5717 @ifinfo
5718 There's a plethora of commands for manipulating these marks:
5719 @end ifinfo
5720
5721 @menu
5722 * Setting Marks::             How to set and remove marks.
5723 * Generic Marking Commands::  How to customize the marking.
5724 * Setting Process Marks::     How to mark articles for later processing.
5725 @end menu
5726
5727
5728 @node Unread Articles
5729 @subsection Unread Articles
5730
5731 The following marks mark articles as (kinda) unread, in one form or
5732 other.
5733
5734 @table @samp
5735 @item !
5736 @vindex gnus-ticked-mark
5737 Marked as ticked (@code{gnus-ticked-mark}).
5738
5739 @dfn{Ticked articles} are articles that will remain visible always.  If
5740 you see an article that you find interesting, or you want to put off
5741 reading it, or replying to it, until sometime later, you'd typically
5742 tick it.  However, articles can be expired (from news servers by the
5743 news server software, Gnus itself never expires ticked messages), so if
5744 you want to keep an article forever, you'll have to make it persistent
5745 (@pxref{Persistent Articles}).
5746
5747 @item ?
5748 @vindex gnus-dormant-mark
5749 Marked as dormant (@code{gnus-dormant-mark}).
5750
5751 @dfn{Dormant articles} will only appear in the summary buffer if there
5752 are followups to it.  If you want to see them even if they don't have
5753 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5754 Otherwise (except for the visibility issue), they are just like ticked
5755 messages.
5756
5757 @item SPACE
5758 @vindex gnus-unread-mark
5759 Marked as unread (@code{gnus-unread-mark}).
5760
5761 @dfn{Unread articles} are articles that haven't been read at all yet.
5762 @end table
5763
5764
5765 @node Read Articles
5766 @subsection Read Articles
5767 @cindex expirable mark
5768
5769 All the following marks mark articles as read.
5770
5771 @table @samp
5772
5773 @item r
5774 @vindex gnus-del-mark
5775 These are articles that the user has marked as read with the @kbd{d}
5776 command manually, more or less (@code{gnus-del-mark}).
5777
5778 @item R
5779 @vindex gnus-read-mark
5780 Articles that have actually been read (@code{gnus-read-mark}).
5781
5782 @item O
5783 @vindex gnus-ancient-mark
5784 Articles that were marked as read in previous sessions and are now
5785 @dfn{old} (@code{gnus-ancient-mark}).
5786
5787 @item K
5788 @vindex gnus-killed-mark
5789 Marked as killed (@code{gnus-killed-mark}).
5790
5791 @item X
5792 @vindex gnus-kill-file-mark
5793 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5794
5795 @item Y
5796 @vindex gnus-low-score-mark
5797 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5798
5799 @item C
5800 @vindex gnus-catchup-mark
5801 Marked as read by a catchup (@code{gnus-catchup-mark}).
5802
5803 @item G
5804 @vindex gnus-canceled-mark
5805 Canceled article (@code{gnus-canceled-mark})
5806
5807 @item F
5808 @vindex gnus-souped-mark
5809 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5810
5811 @item Q
5812 @vindex gnus-sparse-mark
5813 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5814 Threading}.
5815
5816 @item M
5817 @vindex gnus-duplicate-mark
5818 Article marked as read by duplicate suppression
5819 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5820
5821 @end table
5822
5823 All these marks just mean that the article is marked as read, really.
5824 They are interpreted differently when doing adaptive scoring, though.
5825
5826 One more special mark, though:
5827
5828 @table @samp
5829 @item E
5830 @vindex gnus-expirable-mark
5831 Marked as expirable (@code{gnus-expirable-mark}).
5832
5833 Marking articles as @dfn{expirable} (or have them marked as such
5834 automatically) doesn't make much sense in normal groups---a user doesn't
5835 control expiring of news articles, but in mail groups, for instance,
5836 articles marked as @dfn{expirable} can be deleted by gnus at
5837 any time.
5838 @end table
5839
5840
5841 @node Other Marks
5842 @subsection Other Marks
5843 @cindex process mark
5844 @cindex bookmarks
5845
5846 There are some marks that have nothing to do with whether the article is
5847 read or not.
5848
5849 @itemize @bullet
5850
5851 @item
5852 You can set a bookmark in the current article.  Say you are reading a
5853 long thesis on cats' urinary tracts, and have to go home for dinner
5854 before you've finished reading the thesis.  You can then set a bookmark
5855 in the article, and gnus will jump to this bookmark the next time it
5856 encounters the article.  @xref{Setting Marks}.
5857
5858 @item
5859 @vindex gnus-replied-mark
5860 All articles that you have replied to or made a followup to (i.e., have
5861 answered) will be marked with an @samp{A} in the second column
5862 (@code{gnus-replied-mark}).
5863
5864 @item
5865 @vindex gnus-forwarded-mark
5866 All articles that you have forwarded will be marked with an @samp{F} in
5867 the second column (@code{gnus-forwarded-mark}).
5868
5869 @item
5870 @vindex gnus-cached-mark
5871 Articles stored in the article cache will be marked with an @samp{*} in
5872 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5873
5874 @item
5875 @vindex gnus-saved-mark
5876 Articles ``saved'' (in some manner or other; not necessarily
5877 religiously) are marked with an @samp{S} in the second column
5878 (@code{gnus-saved-mark}).
5879
5880 @item
5881 @vindex gnus-recent-mark
5882 Articles that according to the server haven't been shown to the user
5883 before are marked with a @samp{N} in the second column
5884 (@code{gnus-recent-mark}).  Note that not all servers support this
5885 mark, in which case it simply never appears.  Compare with
5886 @code{gnus-unseen-mark}.
5887
5888 @item
5889 @vindex gnus-unseen-mark
5890 Articles that haven't been seen before in Gnus by the user are marked
5891 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5892 Compare with @code{gnus-recent-mark}.
5893
5894 @item
5895 @vindex gnus-downloaded-mark
5896 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5897 downloaded for unplugged (offline) viewing.  If you are using the
5898 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5899 (The variable @code{gnus-downloaded-mark} controls which character to
5900 use.)
5901
5902 @item
5903 @vindex gnus-undownloaded-mark
5904 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5905 not have been downloaded.  Such articles cannot be viewed while you
5906 are unplugged (offline).  If you are using the @samp{%O} spec, these
5907 articles get the @samp{-} mark in that spec.  (The variable
5908 @code{gnus-undownloaded-mark} controls which character to use.)
5909
5910 @item
5911 @vindex gnus-downloadable-mark
5912 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5913 automatically, but it is also possible to explicitly mark articles for
5914 download, even if they would not be downloaded automatically.  Such
5915 explicitly-marked articles get the @samp{%} mark in the first column.
5916 (The variable @code{gnus-downloadable-mark} controls which character to
5917 use.)
5918
5919 @item
5920 @vindex gnus-not-empty-thread-mark
5921 @vindex gnus-empty-thread-mark
5922 If the @samp{%e} spec is used, the presence of threads or not will be
5923 marked with @code{gnus-not-empty-thread-mark} and
5924 @code{gnus-empty-thread-mark} in the third column, respectively.
5925
5926 @item
5927 @vindex gnus-process-mark
5928 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5929 variety of commands react to the presence of the process mark.  For
5930 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5931 all articles that have been marked with the process mark.  Articles
5932 marked with the process mark have a @samp{#} in the second column.
5933
5934 @end itemize
5935
5936 You might have noticed that most of these ``non-readedness'' marks
5937 appear in the second column by default.  So if you have a cached, saved,
5938 replied article that you have process-marked, what will that look like?
5939
5940 Nothing much.  The precedence rules go as follows: process -> cache ->
5941 replied -> saved.  So if the article is in the cache and is replied,
5942 you'll only see the cache mark and not the replied mark.
5943
5944
5945 @node Setting Marks
5946 @subsection Setting Marks
5947 @cindex setting marks
5948
5949 All the marking commands understand the numeric prefix.
5950
5951 @table @kbd
5952 @item M c
5953 @itemx M-u
5954 @kindex M c (Summary)
5955 @kindex M-u (Summary)
5956 @findex gnus-summary-clear-mark-forward
5957 @cindex mark as unread
5958 Clear all readedness-marks from the current article
5959 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5960 article as unread.
5961
5962 @item M t
5963 @itemx !
5964 @kindex ! (Summary)
5965 @kindex M t (Summary)
5966 @findex gnus-summary-tick-article-forward
5967 Tick the current article (@code{gnus-summary-tick-article-forward}).
5968 @xref{Article Caching}.
5969
5970 @item M ?
5971 @itemx ?
5972 @kindex ? (Summary)
5973 @kindex M ? (Summary)
5974 @findex gnus-summary-mark-as-dormant
5975 Mark the current article as dormant
5976 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5977
5978 @item M d
5979 @itemx d
5980 @kindex M d (Summary)
5981 @kindex d (Summary)
5982 @findex gnus-summary-mark-as-read-forward
5983 Mark the current article as read
5984 (@code{gnus-summary-mark-as-read-forward}).
5985
5986 @item D
5987 @kindex D (Summary)
5988 @findex gnus-summary-mark-as-read-backward
5989 Mark the current article as read and move point to the previous line
5990 (@code{gnus-summary-mark-as-read-backward}).
5991
5992 @item M k
5993 @itemx k
5994 @kindex k (Summary)
5995 @kindex M k (Summary)
5996 @findex gnus-summary-kill-same-subject-and-select
5997 Mark all articles that have the same subject as the current one as read,
5998 and then select the next unread article
5999 (@code{gnus-summary-kill-same-subject-and-select}).
6000
6001 @item M K
6002 @itemx C-k
6003 @kindex M K (Summary)
6004 @kindex C-k (Summary)
6005 @findex gnus-summary-kill-same-subject
6006 Mark all articles that have the same subject as the current one as read
6007 (@code{gnus-summary-kill-same-subject}).
6008
6009 @item M C
6010 @kindex M C (Summary)
6011 @findex gnus-summary-catchup
6012 @c @icon{gnus-summary-catchup}
6013 Mark all unread articles as read (@code{gnus-summary-catchup}).
6014
6015 @item M C-c
6016 @kindex M C-c (Summary)
6017 @findex gnus-summary-catchup-all
6018 Mark all articles in the group as read---even the ticked and dormant
6019 articles (@code{gnus-summary-catchup-all}).
6020
6021 @item M H
6022 @kindex M H (Summary)
6023 @findex gnus-summary-catchup-to-here
6024 Catchup the current group to point (before the point)
6025 (@code{gnus-summary-catchup-to-here}).
6026
6027 @item M h
6028 @kindex M h (Summary)
6029 @findex gnus-summary-catchup-from-here
6030 Catchup the current group from point (after the point)
6031 (@code{gnus-summary-catchup-from-here}).
6032
6033 @item C-w
6034 @kindex C-w (Summary)
6035 @findex gnus-summary-mark-region-as-read
6036 Mark all articles between point and mark as read
6037 (@code{gnus-summary-mark-region-as-read}).
6038
6039 @item M V k
6040 @kindex M V k (Summary)
6041 @findex gnus-summary-kill-below
6042 Kill all articles with scores below the default score (or below the
6043 numeric prefix) (@code{gnus-summary-kill-below}).
6044
6045 @item M e
6046 @itemx E
6047 @kindex M e (Summary)
6048 @kindex E (Summary)
6049 @findex gnus-summary-mark-as-expirable
6050 Mark the current article as expirable
6051 (@code{gnus-summary-mark-as-expirable}).
6052
6053 @item M b
6054 @kindex M b (Summary)
6055 @findex gnus-summary-set-bookmark
6056 Set a bookmark in the current article
6057 (@code{gnus-summary-set-bookmark}).
6058
6059 @item M B
6060 @kindex M B (Summary)
6061 @findex gnus-summary-remove-bookmark
6062 Remove the bookmark from the current article
6063 (@code{gnus-summary-remove-bookmark}).
6064
6065 @item M V c
6066 @kindex M V c (Summary)
6067 @findex gnus-summary-clear-above
6068 Clear all marks from articles with scores over the default score (or
6069 over the numeric prefix) (@code{gnus-summary-clear-above}).
6070
6071 @item M V u
6072 @kindex M V u (Summary)
6073 @findex gnus-summary-tick-above
6074 Tick all articles with scores over the default score (or over the
6075 numeric prefix) (@code{gnus-summary-tick-above}).
6076
6077 @item M V m
6078 @kindex M V m (Summary)
6079 @findex gnus-summary-mark-above
6080 Prompt for a mark, and mark all articles with scores over the default
6081 score (or over the numeric prefix) with this mark
6082 (@code{gnus-summary-clear-above}).
6083 @end table
6084
6085 @vindex gnus-summary-goto-unread
6086 The @code{gnus-summary-goto-unread} variable controls what action should
6087 be taken after setting a mark.  If non-@code{nil}, point will move to
6088 the next/previous unread article.  If @code{nil}, point will just move
6089 one line up or down.  As a special case, if this variable is
6090 @code{never}, all the marking commands as well as other commands (like
6091 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6092 The default is @code{t}.
6093
6094
6095 @node Generic Marking Commands
6096 @subsection Generic Marking Commands
6097
6098 Some people would like the command that ticks an article (@kbd{!}) go to
6099 the next article.  Others would like it to go to the next unread
6100 article.  Yet others would like it to stay on the current article.  And
6101 even though I haven't heard of anybody wanting it to go to the
6102 previous (unread) article, I'm sure there are people that want that as
6103 well.
6104
6105 Multiply these five behaviors with five different marking commands, and
6106 you get a potentially complex set of variable to control what each
6107 command should do.
6108
6109 To sidestep that mess, Gnus provides commands that do all these
6110 different things.  They can be found on the @kbd{M M} map in the summary
6111 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6112 to list in this manual.
6113
6114 While you can use these commands directly, most users would prefer
6115 altering the summary mode keymap.  For instance, if you would like the
6116 @kbd{!} command to go to the next article instead of the next unread
6117 article, you could say something like:
6118
6119 @lisp
6120 @group
6121 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6122 (defun my-alter-summary-map ()
6123   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6124 @end group
6125 @end lisp
6126
6127 @noindent
6128 or
6129
6130 @lisp
6131 (defun my-alter-summary-map ()
6132   (local-set-key "!" "MM!n"))
6133 @end lisp
6134
6135
6136 @node Setting Process Marks
6137 @subsection Setting Process Marks
6138 @cindex setting process marks
6139
6140 Process marks are displayed as @code{#} in the summary buffer, and are
6141 used for marking articles in such a way that other commands will
6142 process these articles.  For instance, if you process mark four
6143 articles and then use the @kbd{*} command, Gnus will enter these four
6144 commands into the cache.  For more information,
6145 @pxref{Process/Prefix}.
6146
6147 @table @kbd
6148
6149 @item M P p
6150 @itemx #
6151 @kindex # (Summary)
6152 @kindex M P p (Summary)
6153 @findex gnus-summary-mark-as-processable
6154 Mark the current article with the process mark
6155 (@code{gnus-summary-mark-as-processable}).
6156 @findex gnus-summary-unmark-as-processable
6157
6158 @item M P u
6159 @itemx M-#
6160 @kindex M P u (Summary)
6161 @kindex M-# (Summary)
6162 Remove the process mark, if any, from the current article
6163 (@code{gnus-summary-unmark-as-processable}).
6164
6165 @item M P U
6166 @kindex M P U (Summary)
6167 @findex gnus-summary-unmark-all-processable
6168 Remove the process mark from all articles
6169 (@code{gnus-summary-unmark-all-processable}).
6170
6171 @item M P i
6172 @kindex M P i (Summary)
6173 @findex gnus-uu-invert-processable
6174 Invert the list of process marked articles
6175 (@code{gnus-uu-invert-processable}).
6176
6177 @item M P R
6178 @kindex M P R (Summary)
6179 @findex gnus-uu-mark-by-regexp
6180 Mark articles that have a @code{Subject} header that matches a regular
6181 expression (@code{gnus-uu-mark-by-regexp}).
6182
6183 @item M P G
6184 @kindex M P G (Summary)
6185 @findex gnus-uu-unmark-by-regexp
6186 Unmark articles that have a @code{Subject} header that matches a regular
6187 expression (@code{gnus-uu-unmark-by-regexp}).
6188
6189 @item M P r
6190 @kindex M P r (Summary)
6191 @findex gnus-uu-mark-region
6192 Mark articles in region (@code{gnus-uu-mark-region}).
6193
6194 @item M P g
6195 @kindex M P g (Summary)
6196 @findex gnus-uu-unmark-region
6197 Unmark articles in region (@code{gnus-uu-unmark-region}).
6198
6199 @item M P t
6200 @kindex M P t (Summary)
6201 @findex gnus-uu-mark-thread
6202 Mark all articles in the current (sub)thread
6203 (@code{gnus-uu-mark-thread}).
6204
6205 @item M P T
6206 @kindex M P T (Summary)
6207 @findex gnus-uu-unmark-thread
6208 Unmark all articles in the current (sub)thread
6209 (@code{gnus-uu-unmark-thread}).
6210
6211 @item M P v
6212 @kindex M P v (Summary)
6213 @findex gnus-uu-mark-over
6214 Mark all articles that have a score above the prefix argument
6215 (@code{gnus-uu-mark-over}).
6216
6217 @item M P s
6218 @kindex M P s (Summary)
6219 @findex gnus-uu-mark-series
6220 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6221
6222 @item M P S
6223 @kindex M P S (Summary)
6224 @findex gnus-uu-mark-sparse
6225 Mark all series that have already had some articles marked
6226 (@code{gnus-uu-mark-sparse}).
6227
6228 @item M P a
6229 @kindex M P a (Summary)
6230 @findex gnus-uu-mark-all
6231 Mark all articles in series order (@code{gnus-uu-mark-series}).
6232
6233 @item M P b
6234 @kindex M P b (Summary)
6235 @findex gnus-uu-mark-buffer
6236 Mark all articles in the buffer in the order they appear
6237 (@code{gnus-uu-mark-buffer}).
6238
6239 @item M P k
6240 @kindex M P k (Summary)
6241 @findex gnus-summary-kill-process-mark
6242 Push the current process mark set onto the stack and unmark all articles
6243 (@code{gnus-summary-kill-process-mark}).
6244
6245 @item M P y
6246 @kindex M P y (Summary)
6247 @findex gnus-summary-yank-process-mark
6248 Pop the previous process mark set from the stack and restore it
6249 (@code{gnus-summary-yank-process-mark}).
6250
6251 @item M P w
6252 @kindex M P w (Summary)
6253 @findex gnus-summary-save-process-mark
6254 Push the current process mark set onto the stack
6255 (@code{gnus-summary-save-process-mark}).
6256
6257 @end table
6258
6259 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6260 set process marks based on article body contents.
6261
6262
6263 @node Limiting
6264 @section Limiting
6265 @cindex limiting
6266
6267 It can be convenient to limit the summary buffer to just show some
6268 subset of the articles currently in the group.  The effect most limit
6269 commands have is to remove a few (or many) articles from the summary
6270 buffer.
6271
6272 All limiting commands work on subsets of the articles already fetched
6273 from the servers.  None of these commands query the server for
6274 additional articles.
6275
6276 @table @kbd
6277
6278 @item / /
6279 @itemx / s
6280 @kindex / / (Summary)
6281 @findex gnus-summary-limit-to-subject
6282 Limit the summary buffer to articles that match some subject
6283 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6284 matching articles.
6285
6286 @item / a
6287 @kindex / a (Summary)
6288 @findex gnus-summary-limit-to-author
6289 Limit the summary buffer to articles that match some author
6290 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6291 matching articles.
6292
6293 @item / x
6294 @kindex / x (Summary)
6295 @findex gnus-summary-limit-to-extra
6296 Limit the summary buffer to articles that match one of the ``extra''
6297 headers (@pxref{To From Newsgroups})
6298 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6299 matching articles.
6300
6301 @item / u
6302 @itemx x
6303 @kindex / u (Summary)
6304 @kindex x (Summary)
6305 @findex gnus-summary-limit-to-unread
6306 Limit the summary buffer to articles not marked as read
6307 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6308 buffer to articles strictly unread.  This means that ticked and
6309 dormant articles will also be excluded.
6310
6311 @item / m
6312 @kindex / m (Summary)
6313 @findex gnus-summary-limit-to-marks
6314 Ask for a mark and then limit to all articles that have been marked
6315 with that mark (@code{gnus-summary-limit-to-marks}).
6316
6317 @item / t
6318 @kindex / t (Summary)
6319 @findex gnus-summary-limit-to-age
6320 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6321 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6322 articles younger than that number of days.
6323
6324 @item / n
6325 @kindex / n (Summary)
6326 @findex gnus-summary-limit-to-articles
6327 Limit the summary buffer to the current article
6328 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6329 convention (@pxref{Process/Prefix}).
6330
6331 @item / w
6332 @kindex / w (Summary)
6333 @findex gnus-summary-pop-limit
6334 Pop the previous limit off the stack and restore it
6335 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6336 the stack.
6337
6338 @item / .
6339 @kindex / . (Summary)
6340 @findex gnus-summary-limit-to-unseen
6341 Limit the summary buffer to the unseen articles
6342 (@code{gnus-summary-limit-to-unseen}).
6343
6344 @item / v
6345 @kindex / v (Summary)
6346 @findex gnus-summary-limit-to-score
6347 Limit the summary buffer to articles that have a score at or above some
6348 score (@code{gnus-summary-limit-to-score}).
6349
6350 @item / p
6351 @kindex / p (Summary)
6352 @findex gnus-summary-limit-to-display-predicate
6353 Limit the summary buffer to articles that satisfy the @code{display}
6354 group parameter predicate
6355 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6356 Parameters}, for more on this predicate.
6357
6358 @item / r
6359 @kindex / r (Summary)
6360 @findex gnus-summary-limit-to-replied
6361 Limit the summary buffer to replied articles
6362 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6363 replied articles.
6364
6365 @item / E
6366 @itemx M S
6367 @kindex M S (Summary)
6368 @kindex / E (Summary)
6369 @findex gnus-summary-limit-include-expunged
6370 Include all expunged articles in the limit
6371 (@code{gnus-summary-limit-include-expunged}).
6372
6373 @item / D
6374 @kindex / D (Summary)
6375 @findex gnus-summary-limit-include-dormant
6376 Include all dormant articles in the limit
6377 (@code{gnus-summary-limit-include-dormant}).
6378
6379 @item / *
6380 @kindex / * (Summary)
6381 @findex gnus-summary-limit-include-cached
6382 Include all cached articles in the limit
6383 (@code{gnus-summary-limit-include-cached}).
6384
6385 @item / d
6386 @kindex / d (Summary)
6387 @findex gnus-summary-limit-exclude-dormant
6388 Exclude all dormant articles from the limit
6389 (@code{gnus-summary-limit-exclude-dormant}).
6390
6391 @item / M
6392 @kindex / M (Summary)
6393 @findex gnus-summary-limit-exclude-marks
6394 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6395
6396 @item / T
6397 @kindex / T (Summary)
6398 @findex gnus-summary-limit-include-thread
6399 Include all the articles in the current thread in the limit.
6400
6401 @item / c
6402 @kindex / c (Summary)
6403 @findex gnus-summary-limit-exclude-childless-dormant
6404 Exclude all dormant articles that have no children from the limit@*
6405 (@code{gnus-summary-limit-exclude-childless-dormant}).
6406
6407 @item / C
6408 @kindex / C (Summary)
6409 @findex gnus-summary-limit-mark-excluded-as-read
6410 Mark all excluded unread articles as read
6411 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6412 also mark excluded ticked and dormant articles as read.
6413
6414 @item / N
6415 @kindex / N (Summary)
6416 @findex gnus-summary-insert-new-articles
6417 Insert all new articles in the summary buffer.  It scans for new emails
6418 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6419
6420 @item / o
6421 @kindex / o (Summary)
6422 @findex gnus-summary-insert-old-articles
6423 Insert all old articles in the summary buffer.  If given a numbered
6424 prefix, fetch this number of articles.
6425
6426 @end table
6427
6428
6429 @node Threading
6430 @section Threading
6431 @cindex threading
6432 @cindex article threading
6433
6434 Gnus threads articles by default.  @dfn{To thread} is to put responses
6435 to articles directly after the articles they respond to---in a
6436 hierarchical fashion.
6437
6438 Threading is done by looking at the @code{References} headers of the
6439 articles.  In a perfect world, this would be enough to build pretty
6440 trees, but unfortunately, the @code{References} header is often broken
6441 or simply missing.  Weird news propagation exacerbates the problem,
6442 so one has to employ other heuristics to get pleasing results.  A
6443 plethora of approaches exists, as detailed in horrible detail in
6444 @ref{Customizing Threading}.
6445
6446 First, a quick overview of the concepts:
6447
6448 @table @dfn
6449 @item root
6450 The top-most article in a thread; the first article in the thread.
6451
6452 @item thread
6453 A tree-like article structure.
6454
6455 @item sub-thread
6456 A small(er) section of this tree-like structure.
6457
6458 @item loose threads
6459 Threads often lose their roots due to article expiry, or due to the root
6460 already having been read in a previous session, and not displayed in the
6461 summary buffer.  We then typically have many sub-threads that really
6462 belong to one thread, but are without connecting roots.  These are
6463 called loose threads.
6464
6465 @item thread gathering
6466 An attempt to gather loose threads into bigger threads.
6467
6468 @item sparse threads
6469 A thread where the missing articles have been ``guessed'' at, and are
6470 displayed as empty lines in the summary buffer.
6471
6472 @end table
6473
6474
6475 @menu
6476 * Customizing Threading::       Variables you can change to affect the threading.
6477 * Thread Commands::             Thread based commands in the summary buffer.
6478 @end menu
6479
6480
6481 @node Customizing Threading
6482 @subsection Customizing Threading
6483 @cindex customizing threading
6484
6485 @menu
6486 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6487 * Filling In Threads::          Making the threads displayed look fuller.
6488 * More Threading::              Even more variables for fiddling with threads.
6489 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6490 @end menu
6491
6492
6493 @node Loose Threads
6494 @subsubsection Loose Threads
6495 @cindex <
6496 @cindex >
6497 @cindex loose threads
6498
6499 @table @code
6500 @item gnus-summary-make-false-root
6501 @vindex gnus-summary-make-false-root
6502 If non-@code{nil}, gnus will gather all loose subtrees into one big tree
6503 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6504 Yup.)  Loose subtrees occur when the real root has expired, or you've
6505 read or killed the root in a previous session.
6506
6507 When there is no real root of a thread, gnus will have to fudge
6508 something.  This variable says what fudging method gnus should use.
6509 There are four possible values:
6510
6511 @iftex
6512 @iflatex
6513 \gnusfigure{The Summary Buffer}{390}{
6514 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6515 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6516 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6517 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6518 }
6519 @end iflatex
6520 @end iftex
6521
6522 @cindex adopting articles
6523
6524 @table @code
6525
6526 @item adopt
6527 Gnus will make the first of the orphaned articles the parent.  This
6528 parent will adopt all the other articles.  The adopted articles will be
6529 marked as such by pointy brackets (@samp{<>}) instead of the standard
6530 square brackets (@samp{[]}).  This is the default method.
6531
6532 @item dummy
6533 @vindex gnus-summary-dummy-line-format
6534 @vindex gnus-summary-make-false-root-always
6535 Gnus will create a dummy summary line that will pretend to be the
6536 parent.  This dummy line does not correspond to any real article, so
6537 selecting it will just select the first real article after the dummy
6538 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6539 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6540 which is the subject of the article.  @xref{Formatting Variables}.
6541 If you want all threads to have a dummy root, even the non-gathered
6542 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6543
6544 @item empty
6545 Gnus won't actually make any article the parent, but simply leave the
6546 subject field of all orphans except the first empty.  (Actually, it will
6547 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6548 Buffer Format}).)
6549
6550 @item none
6551 Don't make any article parent at all.  Just gather the threads and
6552 display them after one another.
6553
6554 @item nil
6555 Don't gather loose threads.
6556 @end table
6557
6558 @item gnus-summary-gather-subject-limit
6559 @vindex gnus-summary-gather-subject-limit
6560 Loose threads are gathered by comparing subjects of articles.  If this
6561 variable is @code{nil}, gnus requires an exact match between the
6562 subjects of the loose threads before gathering them into one big
6563 super-thread.  This might be too strict a requirement, what with the
6564 presence of stupid newsreaders that chop off long subject lines.  If
6565 you think so, set this variable to, say, 20 to require that only the
6566 first 20 characters of the subjects have to match.  If you set this
6567 variable to a really low number, you'll find that gnus will gather
6568 everything in sight into one thread, which isn't very helpful.
6569
6570 @cindex fuzzy article gathering
6571 If you set this variable to the special value @code{fuzzy}, gnus will
6572 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6573 Matching}).
6574
6575 @item gnus-simplify-subject-fuzzy-regexp
6576 @vindex gnus-simplify-subject-fuzzy-regexp
6577 This can either be a regular expression or list of regular expressions
6578 that match strings that will be removed from subjects if fuzzy subject
6579 simplification is used.
6580
6581 @item gnus-simplify-ignored-prefixes
6582 @vindex gnus-simplify-ignored-prefixes
6583 If you set @code{gnus-summary-gather-subject-limit} to something as low
6584 as 10, you might consider setting this variable to something sensible:
6585
6586 @c Written by Michael Ernst <mernst@cs.rice.edu>
6587 @lisp
6588 (setq gnus-simplify-ignored-prefixes
6589       (concat
6590        "\\`\\[?\\("
6591        (mapconcat
6592         'identity
6593         '("looking"
6594           "wanted" "followup" "summary\\( of\\)?"
6595           "help" "query" "problem" "question"
6596           "answer" "reference" "announce"
6597           "How can I" "How to" "Comparison of"
6598           ;; ...
6599           )
6600         "\\|")
6601        "\\)\\s *\\("
6602        (mapconcat 'identity
6603                   '("for" "for reference" "with" "about")
6604                   "\\|")
6605        "\\)?\\]?:?[ \t]*"))
6606 @end lisp
6607
6608 All words that match this regexp will be removed before comparing two
6609 subjects.
6610
6611 @item gnus-simplify-subject-functions
6612 @vindex gnus-simplify-subject-functions
6613 If non-@code{nil}, this variable overrides
6614 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6615 list of functions to apply to the @code{Subject} string iteratively to
6616 arrive at the simplified version of the string.
6617
6618 Useful functions to put in this list include:
6619
6620 @table @code
6621 @item gnus-simplify-subject-re
6622 @findex gnus-simplify-subject-re
6623 Strip the leading @samp{Re:}.
6624
6625 @item gnus-simplify-subject-fuzzy
6626 @findex gnus-simplify-subject-fuzzy
6627 Simplify fuzzily.
6628
6629 @item gnus-simplify-whitespace
6630 @findex gnus-simplify-whitespace
6631 Remove excessive whitespace.
6632
6633 @item gnus-simplify-all-whitespace
6634 @findex gnus-simplify-all-whitespace
6635 Remove all whitespace.
6636 @end table
6637
6638 You may also write your own functions, of course.
6639
6640
6641 @item gnus-summary-gather-exclude-subject
6642 @vindex gnus-summary-gather-exclude-subject
6643 Since loose thread gathering is done on subjects only, that might lead
6644 to many false hits, especially with certain common subjects like
6645 @samp{} and @samp{(none)}.  To make the situation slightly better,
6646 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6647 what subjects should be excluded from the gathering process.@*
6648 The default is @samp{^ *$\\|^(none)$}.
6649
6650 @item gnus-summary-thread-gathering-function
6651 @vindex gnus-summary-thread-gathering-function
6652 Gnus gathers threads by looking at @code{Subject} headers.  This means
6653 that totally unrelated articles may end up in the same ``thread'', which
6654 is confusing.  An alternate approach is to look at all the
6655 @code{Message-ID}s in all the @code{References} headers to find matches.
6656 This will ensure that no gathered threads ever include unrelated
6657 articles, but it also means that people who have posted with broken
6658 newsreaders won't be gathered properly.  The choice is yours---plague or
6659 cholera:
6660
6661 @table @code
6662 @item gnus-gather-threads-by-subject
6663 @findex gnus-gather-threads-by-subject
6664 This function is the default gathering function and looks at
6665 @code{Subject}s exclusively.
6666
6667 @item gnus-gather-threads-by-references
6668 @findex gnus-gather-threads-by-references
6669 This function looks at @code{References} headers exclusively.
6670 @end table
6671
6672 If you want to test gathering by @code{References}, you could say
6673 something like:
6674
6675 @lisp
6676 (setq gnus-summary-thread-gathering-function
6677       'gnus-gather-threads-by-references)
6678 @end lisp
6679
6680 @end table
6681
6682
6683 @node Filling In Threads
6684 @subsubsection Filling In Threads
6685
6686 @table @code
6687 @item gnus-fetch-old-headers
6688 @vindex gnus-fetch-old-headers
6689 If non-@code{nil}, gnus will attempt to build old threads by fetching
6690 more old headers---headers to articles marked as read.  If you would
6691 like to display as few summary lines as possible, but still connect as
6692 many loose threads as possible, you should set this variable to
6693 @code{some} or a number.  If you set it to a number, no more than that
6694 number of extra old headers will be fetched.  In either case, fetching
6695 old headers only works if the back end you are using carries overview
6696 files---this would normally be @code{nntp}, @code{nnspool},
6697 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6698 the thread has been expired by the server, there's not much Gnus can
6699 do about that.
6700
6701 This variable can also be set to @code{invisible}.  This won't have any
6702 visible effects, but is useful if you use the @kbd{A T} command a lot
6703 (@pxref{Finding the Parent}).
6704
6705 @item gnus-fetch-old-ephemeral-headers
6706 @vindex gnus-fetch-old-ephemeral-headers
6707 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6708 newsgroups.
6709
6710 @item gnus-build-sparse-threads
6711 @vindex gnus-build-sparse-threads
6712 Fetching old headers can be slow.  A low-rent similar effect can be
6713 gotten by setting this variable to @code{some}.  Gnus will then look at
6714 the complete @code{References} headers of all articles and try to string
6715 together articles that belong in the same thread.  This will leave
6716 @dfn{gaps} in the threading display where gnus guesses that an article
6717 is missing from the thread.  (These gaps appear like normal summary
6718 lines.  If you select a gap, gnus will try to fetch the article in
6719 question.)  If this variable is @code{t}, gnus will display all these
6720 ``gaps'' without regard for whether they are useful for completing the
6721 thread or not.  Finally, if this variable is @code{more}, gnus won't cut
6722 off sparse leaf nodes that don't lead anywhere.  This variable is
6723 @code{nil} by default.
6724
6725 @item gnus-read-all-available-headers
6726 @vindex gnus-read-all-available-headers
6727 This is a rather obscure variable that few will find useful.  It's
6728 intended for those non-news newsgroups where the back end has to fetch
6729 quite a lot to present the summary buffer, and where it's impossible to
6730 go back to parents of articles.  This is mostly the case in the
6731 web-based groups, like the @code{nnultimate} groups.
6732
6733 If you don't use those, then it's safe to leave this as the default
6734 @code{nil}.  If you want to use this variable, it should be a regexp
6735 that matches the group name, or @code{t} for all groups.
6736
6737 @end table
6738
6739
6740 @node More Threading
6741 @subsubsection More Threading
6742
6743 @table @code
6744 @item gnus-show-threads
6745 @vindex gnus-show-threads
6746 If this variable is @code{nil}, no threading will be done, and all of
6747 the rest of the variables here will have no effect.  Turning threading
6748 off will speed group selection up a bit, but it is sure to make reading
6749 slower and more awkward.
6750
6751 @item gnus-thread-hide-subtree
6752 @vindex gnus-thread-hide-subtree
6753 If non-@code{nil}, all threads will be hidden when the summary buffer is
6754 generated.
6755
6756 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6757 Available predicates are @code{gnus-article-unread-p} and
6758 @code{gnus-article-unseen-p}.
6759
6760 Here's an example:
6761
6762 @lisp
6763 (setq gnus-thread-hide-subtree
6764       '(or gnus-article-unread-p
6765            gnus-article-unseen-p))
6766 @end lisp
6767
6768 (It's a pretty nonsensical example, since all unseen articles are also
6769 unread, but you get my drift.)
6770
6771
6772 @item gnus-thread-expunge-below
6773 @vindex gnus-thread-expunge-below
6774 All threads that have a total score (as defined by
6775 @code{gnus-thread-score-function}) less than this number will be
6776 expunged.  This variable is @code{nil} by default, which means that no
6777 threads are expunged.
6778
6779 @item gnus-thread-hide-killed
6780 @vindex gnus-thread-hide-killed
6781 if you kill a thread and this variable is non-@code{nil}, the subtree
6782 will be hidden.
6783
6784 @item gnus-thread-ignore-subject
6785 @vindex gnus-thread-ignore-subject
6786 Sometimes somebody changes the subject in the middle of a thread.  If
6787 this variable is non-@code{nil}, which is the default, the subject
6788 change is ignored.  If it is @code{nil}, a change in the subject will
6789 result in a new thread.
6790
6791 @item gnus-thread-indent-level
6792 @vindex gnus-thread-indent-level
6793 This is a number that says how much each sub-thread should be indented.
6794 The default is 4.
6795
6796 @item gnus-sort-gathered-threads-function
6797 @vindex gnus-sort-gathered-threads-function
6798 Sometimes, particularly with mailing lists, the order in which mails
6799 arrive locally is not necessarily the same as the order in which they
6800 arrived on the mailing list.  Consequently, when sorting sub-threads
6801 using the default @code{gnus-thread-sort-by-number}, responses can end
6802 up appearing before the article to which they are responding to.
6803 Setting this variable to an alternate value
6804 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6805 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6806 more logical sub-thread ordering in such instances.
6807
6808 @end table
6809
6810
6811 @node Low-Level Threading
6812 @subsubsection Low-Level Threading
6813
6814 @table @code
6815
6816 @item gnus-parse-headers-hook
6817 @vindex gnus-parse-headers-hook
6818 Hook run before parsing any headers.  The default value is
6819 @code{(gnus-set-summary-default-charset)}, which sets up local value of
6820 @code{default-mime-charset} in summary buffer based on variable
6821 @code{gnus-newsgroup-default-charset-alist}.
6822
6823 @item gnus-alter-header-function
6824 @vindex gnus-alter-header-function
6825 If non-@code{nil}, this function will be called to allow alteration of
6826 article header structures.  The function is called with one parameter,
6827 the article header vector, which it may alter in any way.  For instance,
6828 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6829 in systematic ways (by adding prefixes and such), you can use this
6830 variable to un-scramble the @code{Message-ID}s so that they are more
6831 meaningful.  Here's one example:
6832
6833 @lisp
6834 (setq gnus-alter-header-function 'my-alter-message-id)
6835
6836 (defun my-alter-message-id (header)
6837   (let ((id (mail-header-id header)))
6838     (when (string-match
6839            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6840       (mail-header-set-id
6841        (concat (match-string 1 id) "@@" (match-string 2 id))
6842        header))))
6843 @end lisp
6844
6845 @end table
6846
6847
6848 @node Thread Commands
6849 @subsection Thread Commands
6850 @cindex thread commands
6851
6852 @table @kbd
6853
6854 @item T k
6855 @itemx C-M-k
6856 @kindex T k (Summary)
6857 @kindex C-M-k (Summary)
6858 @findex gnus-summary-kill-thread
6859 Mark all articles in the current (sub-)thread as read
6860 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6861 remove all marks instead.  If the prefix argument is negative, tick
6862 articles instead.
6863
6864 @item T l
6865 @itemx C-M-l
6866 @kindex T l (Summary)
6867 @kindex C-M-l (Summary)
6868 @findex gnus-summary-lower-thread
6869 Lower the score of the current (sub-)thread
6870 (@code{gnus-summary-lower-thread}).
6871
6872 @item T i
6873 @kindex T i (Summary)
6874 @findex gnus-summary-raise-thread
6875 Increase the score of the current (sub-)thread
6876 (@code{gnus-summary-raise-thread}).
6877
6878 @item T #
6879 @kindex T # (Summary)
6880 @findex gnus-uu-mark-thread
6881 Set the process mark on the current (sub-)thread
6882 (@code{gnus-uu-mark-thread}).
6883
6884 @item T M-#
6885 @kindex T M-# (Summary)
6886 @findex gnus-uu-unmark-thread
6887 Remove the process mark from the current (sub-)thread
6888 (@code{gnus-uu-unmark-thread}).
6889
6890 @item T T
6891 @kindex T T (Summary)
6892 @findex gnus-summary-toggle-threads
6893 Toggle threading (@code{gnus-summary-toggle-threads}).
6894
6895 @item T s
6896 @kindex T s (Summary)
6897 @findex gnus-summary-show-thread
6898 Expose the (sub-)thread hidden under the current article, if any@*
6899 (@code{gnus-summary-show-thread}).
6900
6901 @item T h
6902 @kindex T h (Summary)
6903 @findex gnus-summary-hide-thread
6904 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6905
6906 @item T S
6907 @kindex T S (Summary)
6908 @findex gnus-summary-show-all-threads
6909 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6910
6911 @item T H
6912 @kindex T H (Summary)
6913 @findex gnus-summary-hide-all-threads
6914 Hide all threads (@code{gnus-summary-hide-all-threads}).
6915
6916 @item T t
6917 @kindex T t (Summary)
6918 @findex gnus-summary-rethread-current
6919 Re-thread the current article's thread
6920 (@code{gnus-summary-rethread-current}).  This works even when the
6921 summary buffer is otherwise unthreaded.
6922
6923 @item T ^
6924 @kindex T ^ (Summary)
6925 @findex gnus-summary-reparent-thread
6926 Make the current article the child of the marked (or previous) article
6927 (@code{gnus-summary-reparent-thread}).
6928
6929 @end table
6930
6931 The following commands are thread movement commands.  They all
6932 understand the numeric prefix.
6933
6934 @table @kbd
6935
6936 @item T n
6937 @kindex T n (Summary)
6938 @itemx C-M-f
6939 @kindex C-M-n (Summary)
6940 @itemx M-down
6941 @kindex M-down (Summary)
6942 @findex gnus-summary-next-thread
6943 Go to the next thread (@code{gnus-summary-next-thread}).
6944
6945 @item T p
6946 @kindex T p (Summary)
6947 @itemx C-M-b
6948 @kindex C-M-p (Summary)
6949 @itemx M-up
6950 @kindex M-up (Summary)
6951 @findex gnus-summary-prev-thread
6952 Go to the previous thread (@code{gnus-summary-prev-thread}).
6953
6954 @item T d
6955 @kindex T d (Summary)
6956 @findex gnus-summary-down-thread
6957 Descend the thread (@code{gnus-summary-down-thread}).
6958
6959 @item T u
6960 @kindex T u (Summary)
6961 @findex gnus-summary-up-thread
6962 Ascend the thread (@code{gnus-summary-up-thread}).
6963
6964 @item T o
6965 @kindex T o (Summary)
6966 @findex gnus-summary-top-thread
6967 Go to the top of the thread (@code{gnus-summary-top-thread}).
6968 @end table
6969
6970 @vindex gnus-thread-operation-ignore-subject
6971 If you ignore subject while threading, you'll naturally end up with
6972 threads that have several different subjects in them.  If you then issue
6973 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6974 wish to kill the entire thread, but just those parts of the thread that
6975 have the same subject as the current article.  If you like this idea,
6976 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6977 is non-@code{nil} (which it is by default), subjects will be ignored
6978 when doing thread commands.  If this variable is @code{nil}, articles in
6979 the same thread with different subjects will not be included in the
6980 operation in question.  If this variable is @code{fuzzy}, only articles
6981 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6982 Matching}).
6983
6984
6985 @node Sorting the Summary Buffer
6986 @section Sorting the Summary Buffer
6987
6988 @findex gnus-thread-sort-by-total-score
6989 @findex gnus-thread-sort-by-date
6990 @findex gnus-thread-sort-by-score
6991 @findex gnus-thread-sort-by-subject
6992 @findex gnus-thread-sort-by-author
6993 @findex gnus-thread-sort-by-number
6994 @findex gnus-thread-sort-by-random
6995 @vindex gnus-thread-sort-functions
6996 @findex gnus-thread-sort-by-most-recent-number
6997 @findex gnus-thread-sort-by-most-recent-date
6998 If you are using a threaded summary display, you can sort the threads by
6999 setting @code{gnus-thread-sort-functions}, which can be either a single
7000 function, a list of functions, or a list containing functions and
7001 @code{(not some-function)} elements.
7002
7003 By default, sorting is done on article numbers.  Ready-made sorting
7004 predicate functions include @code{gnus-thread-sort-by-number},
7005 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
7006 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
7007 @code{gnus-thread-sort-by-most-recent-number},
7008 @code{gnus-thread-sort-by-most-recent-date},
7009 @code{gnus-thread-sort-by-random} and
7010 @code{gnus-thread-sort-by-total-score}.
7011
7012 Each function takes two threads and returns non-@code{nil} if the first
7013 thread should be sorted before the other.  Note that sorting really is
7014 normally done by looking only at the roots of each thread.
7015
7016 If you use more than one function, the primary sort key should be the
7017 last function in the list.  You should probably always include
7018 @code{gnus-thread-sort-by-number} in the list of sorting
7019 functions---preferably first.  This will ensure that threads that are
7020 equal with respect to the other sort criteria will be displayed in
7021 ascending article order.
7022
7023 If you would like to sort by reverse score, then by subject, and finally
7024 by number, you could do something like:
7025
7026 @lisp
7027 (setq gnus-thread-sort-functions
7028       '(gnus-thread-sort-by-number
7029         gnus-thread-sort-by-subject
7030         (not gnus-thread-sort-by-total-score)))
7031 @end lisp
7032
7033 The threads that have highest score will be displayed first in the
7034 summary buffer.  When threads have the same score, they will be sorted
7035 alphabetically.  The threads that have the same score and the same
7036 subject will be sorted by number, which is (normally) the sequence in
7037 which the articles arrived.
7038
7039 If you want to sort by score and then reverse arrival order, you could
7040 say something like:
7041
7042 @lisp
7043 (setq gnus-thread-sort-functions
7044       '((lambda (t1 t2)
7045           (not (gnus-thread-sort-by-number t1 t2)))
7046         gnus-thread-sort-by-score))
7047 @end lisp
7048
7049 @vindex gnus-thread-score-function
7050 The function in the @code{gnus-thread-score-function} variable (default
7051 @code{+}) is used for calculating the total score of a thread.  Useful
7052 functions might be @code{max}, @code{min}, or squared means, or whatever
7053 tickles your fancy.
7054
7055 @findex gnus-article-sort-functions
7056 @findex gnus-article-sort-by-date
7057 @findex gnus-article-sort-by-score
7058 @findex gnus-article-sort-by-subject
7059 @findex gnus-article-sort-by-author
7060 @findex gnus-article-sort-by-random
7061 @findex gnus-article-sort-by-number
7062 If you are using an unthreaded display for some strange reason or
7063 other, you have to fiddle with the @code{gnus-article-sort-functions}
7064 variable.  It is very similar to the
7065 @code{gnus-thread-sort-functions}, except that it uses slightly
7066 different functions for article comparison.  Available sorting
7067 predicate functions are @code{gnus-article-sort-by-number},
7068 @code{gnus-article-sort-by-author},
7069 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7070 @code{gnus-article-sort-by-random}, and
7071 @code{gnus-article-sort-by-score}.
7072
7073 If you want to sort an unthreaded summary display by subject, you could
7074 say something like:
7075
7076 @lisp
7077 (setq gnus-article-sort-functions
7078       '(gnus-article-sort-by-number
7079         gnus-article-sort-by-subject))
7080 @end lisp
7081
7082
7083
7084 @node Asynchronous Fetching
7085 @section Asynchronous Article Fetching
7086 @cindex asynchronous article fetching
7087 @cindex article pre-fetch
7088 @cindex pre-fetch
7089
7090 If you read your news from an @acronym{NNTP} server that's far away, the
7091 network latencies may make reading articles a chore.  You have to wait
7092 for a while after pressing @kbd{n} to go to the next article before the
7093 article appears.  Why can't gnus just go ahead and fetch the article
7094 while you are reading the previous one?  Why not, indeed.
7095
7096 First, some caveats.  There are some pitfalls to using asynchronous
7097 article fetching, especially the way gnus does it.
7098
7099 Let's say you are reading article 1, which is short, and article 2 is
7100 quite long, and you are not interested in reading that.  Gnus does not
7101 know this, so it goes ahead and fetches article 2.  You decide to read
7102 article 3, but since gnus is in the process of fetching article 2, the
7103 connection is blocked.
7104
7105 To avoid these situations, gnus will open two (count 'em two)
7106 connections to the server.  Some people may think this isn't a very nice
7107 thing to do, but I don't see any real alternatives.  Setting up that
7108 extra connection takes some time, so gnus startup will be slower.
7109
7110 Gnus will fetch more articles than you will read.  This will mean that
7111 the link between your machine and the @acronym{NNTP} server will become more
7112 loaded than if you didn't use article pre-fetch.  The server itself will
7113 also become more loaded---both with the extra article requests, and the
7114 extra connection.
7115
7116 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7117 you really want to.
7118
7119 @vindex gnus-asynchronous
7120 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7121 happen automatically.
7122
7123 @vindex gnus-use-article-prefetch
7124 You can control how many articles are to be pre-fetched by setting
7125 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7126 that when you read an article in the group, the back end will pre-fetch
7127 the next 30 articles.  If this variable is @code{t}, the back end will
7128 pre-fetch all the articles it can without bound.  If it is
7129 @code{nil}, no pre-fetching will be done.
7130
7131 @vindex gnus-async-prefetch-article-p
7132 @findex gnus-async-read-p
7133 There are probably some articles that you don't want to pre-fetch---read
7134 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7135 variable controls whether an article is to be pre-fetched.  This
7136 function should return non-@code{nil} when the article in question is
7137 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7138 returns @code{nil} on read articles.  The function is called with an
7139 article data structure as the only parameter.
7140
7141 If, for instance, you wish to pre-fetch only unread articles shorter
7142 than 100 lines, you could say something like:
7143
7144 @lisp
7145 (defun my-async-short-unread-p (data)
7146   "Return non-nil for short, unread articles."
7147   (and (gnus-data-unread-p data)
7148        (< (mail-header-lines (gnus-data-header data))
7149           100)))
7150
7151 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7152 @end lisp
7153
7154 These functions will be called many, many times, so they should
7155 preferably be short and sweet to avoid slowing down gnus too much.
7156 It's probably a good idea to byte-compile things like this.
7157
7158 @vindex gnus-prefetched-article-deletion-strategy
7159 Articles have to be removed from the asynch buffer sooner or later.  The
7160 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7161 articles.  This is a list that may contain the following elements:
7162
7163 @table @code
7164 @item read
7165 Remove articles when they are read.
7166
7167 @item exit
7168 Remove articles when exiting the group.
7169 @end table
7170
7171 The default value is @code{(read exit)}.
7172
7173 @c @vindex gnus-use-header-prefetch
7174 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7175 @c from the next group.
7176
7177
7178 @node Article Caching
7179 @section Article Caching
7180 @cindex article caching
7181 @cindex caching
7182
7183 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7184 consider turning article caching on.  Each article will then be stored
7185 locally under your home directory.  As you may surmise, this could
7186 potentially use @emph{huge} amounts of disk space, as well as eat up all
7187 your inodes so fast it will make your head swim.  In vodka.
7188
7189 Used carefully, though, it could be just an easier way to save articles.
7190
7191 @vindex gnus-use-long-file-name
7192 @vindex gnus-cache-directory
7193 @vindex gnus-use-cache
7194 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7195 all articles ticked or marked as dormant will then be copied
7196 over to your local cache (@code{gnus-cache-directory}).  Whether this
7197 cache is flat or hierarchical is controlled by the
7198 @code{gnus-use-long-file-name} variable, as usual.
7199
7200 When re-selecting a ticked or dormant article, it will be fetched from the
7201 cache instead of from the server.  As articles in your cache will never
7202 expire, this might serve as a method of saving articles while still
7203 keeping them where they belong.  Just mark all articles you want to save
7204 as dormant, and don't worry.
7205
7206 When an article is marked as read, is it removed from the cache.
7207
7208 @vindex gnus-cache-remove-articles
7209 @vindex gnus-cache-enter-articles
7210 The entering/removal of articles from the cache is controlled by the
7211 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7212 variables.  Both are lists of symbols.  The first is @code{(ticked
7213 dormant)} by default, meaning that ticked and dormant articles will be
7214 put in the cache.  The latter is @code{(read)} by default, meaning that
7215 articles marked as read are removed from the cache.  Possibly
7216 symbols in these two lists are @code{ticked}, @code{dormant},
7217 @code{unread} and @code{read}.
7218
7219 @findex gnus-jog-cache
7220 So where does the massive article-fetching and storing come into the
7221 picture?  The @code{gnus-jog-cache} command will go through all
7222 subscribed newsgroups, request all unread articles, score them, and
7223 store them in the cache.  You should only ever, ever ever ever, use this
7224 command if 1) your connection to the @acronym{NNTP} server is really, really,
7225 really slow and 2) you have a really, really, really huge disk.
7226 Seriously.  One way to cut down on the number of articles downloaded is
7227 to score unwanted articles down and have them marked as read.  They will
7228 not then be downloaded by this command.
7229
7230 @vindex gnus-uncacheable-groups
7231 @vindex gnus-cacheable-groups
7232 It is likely that you do not want caching on all groups.  For instance,
7233 if your @code{nnml} mail is located under your home directory, it makes no
7234 sense to cache it somewhere else under your home directory.  Unless you
7235 feel that it's neat to use twice as much space.
7236
7237 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7238 regexp of groups to cache, @samp{^nntp} for instance, or set the
7239 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7240 Both variables are @code{nil} by default.  If a group matches both
7241 variables, the group is not cached.
7242
7243 @findex gnus-cache-generate-nov-databases
7244 @findex gnus-cache-generate-active
7245 @vindex gnus-cache-active-file
7246 The cache stores information on what articles it contains in its active
7247 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7248 of the cache) becomes all messed up for some reason or other, gnus
7249 offers two functions that will try to set things right.  @kbd{M-x
7250 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7251 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7252 file.
7253
7254 @findex gnus-cache-move-cache
7255 @code{gnus-cache-move-cache} will move your whole
7256 @code{gnus-cache-directory} to some other location.  You get asked to
7257 where, isn't that cool?
7258
7259 @node Persistent Articles
7260 @section Persistent Articles
7261 @cindex persistent articles
7262
7263 Closely related to article caching, we have @dfn{persistent articles}.
7264 In fact, it's just a different way of looking at caching, and much more
7265 useful in my opinion.
7266
7267 Say you're reading a newsgroup, and you happen on to some valuable gem
7268 that you want to keep and treasure forever.  You'd normally just save it
7269 (using one of the many saving commands) in some file.  The problem with
7270 that is that it's just, well, yucky.  Ideally you'd prefer just having
7271 the article remain in the group where you found it forever; untouched by
7272 the expiry going on at the news server.
7273
7274 This is what a @dfn{persistent article} is---an article that just won't
7275 be deleted.  It's implemented using the normal cache functions, but
7276 you use two explicit commands for managing persistent articles:
7277
7278 @table @kbd
7279
7280 @item *
7281 @kindex * (Summary)
7282 @findex gnus-cache-enter-article
7283 Make the current article persistent (@code{gnus-cache-enter-article}).
7284
7285 @item M-*
7286 @kindex M-* (Summary)
7287 @findex gnus-cache-remove-article
7288 Remove the current article from the persistent articles
7289 (@code{gnus-cache-remove-article}).  This will normally delete the
7290 article.
7291 @end table
7292
7293 Both these commands understand the process/prefix convention.
7294
7295 To avoid having all ticked articles (and stuff) entered into the cache,
7296 you should set @code{gnus-use-cache} to @code{passive} if you're just
7297 interested in persistent articles:
7298
7299 @lisp
7300 (setq gnus-use-cache 'passive)
7301 @end lisp
7302
7303
7304 @node Article Backlog
7305 @section Article Backlog
7306 @cindex backlog
7307 @cindex article backlog
7308
7309 If you have a slow connection, but the idea of using caching seems
7310 unappealing to you (and it is, really), you can help the situation some
7311 by switching on the @dfn{backlog}.  This is where gnus will buffer
7312 already read articles so that it doesn't have to re-fetch articles
7313 you've already read.  This only helps if you are in the habit of
7314 re-selecting articles you've recently read, of course.  If you never do
7315 that, turning the backlog on will slow gnus down a little bit, and
7316 increase memory usage some.
7317
7318 @vindex gnus-keep-backlog
7319 If you set @code{gnus-keep-backlog} to a number @var{n}, gnus will store
7320 at most @var{n} old articles in a buffer for later re-fetching.  If this
7321 variable is non-@code{nil} and is not a number, gnus will store
7322 @emph{all} read articles, which means that your Emacs will grow without
7323 bound before exploding and taking your machine down with you.  I put
7324 that in there just to keep y'all on your toes.
7325
7326 The default value is 20.
7327
7328
7329 @node Saving Articles
7330 @section Saving Articles
7331 @cindex saving articles
7332
7333 Gnus can save articles in a number of ways.  Below is the documentation
7334 for saving articles in a fairly straight-forward fashion (i.e., little
7335 processing of the article is done before it is saved).  For a different
7336 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7337 (@pxref{Decoding Articles}).
7338
7339 For the commands listed here, the target is a file.  If you want to
7340 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7341 command (@pxref{Mail Group Commands}).
7342
7343 @vindex gnus-save-all-headers
7344 If @code{gnus-save-all-headers} is non-@code{nil}, gnus will not delete
7345 unwanted headers before saving the article.
7346
7347 @vindex gnus-saved-headers
7348 If the preceding variable is @code{nil}, all headers that match the
7349 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7350 deleted before saving.
7351
7352 @table @kbd
7353
7354 @item O o
7355 @itemx o
7356 @kindex O o (Summary)
7357 @kindex o (Summary)
7358 @findex gnus-summary-save-article
7359 @c @icon{gnus-summary-save-article}
7360 Save the current article using the default article saver
7361 (@code{gnus-summary-save-article}).
7362
7363 @item O m
7364 @kindex O m (Summary)
7365 @findex gnus-summary-save-article-mail
7366 Save the current article in mail format
7367 (@code{gnus-summary-save-article-mail}).
7368
7369 @item O r
7370 @kindex O r (Summary)
7371 @findex gnus-summary-save-article-rmail
7372 Save the current article in Rmail format
7373 (@code{gnus-summary-save-article-rmail}).
7374
7375 @item O f
7376 @kindex O f (Summary)
7377 @findex gnus-summary-save-article-file
7378 @c @icon{gnus-summary-save-article-file}
7379 Save the current article in plain file format
7380 (@code{gnus-summary-save-article-file}).
7381
7382 @item O F
7383 @kindex O F (Summary)
7384 @findex gnus-summary-write-article-file
7385 Write the current article in plain file format, overwriting any previous
7386 file contents (@code{gnus-summary-write-article-file}).
7387
7388 @item O b
7389 @kindex O b (Summary)
7390 @findex gnus-summary-save-article-body-file
7391 Save the current article body in plain file format
7392 (@code{gnus-summary-save-article-body-file}).
7393
7394 @item O h
7395 @kindex O h (Summary)
7396 @findex gnus-summary-save-article-folder
7397 Save the current article in mh folder format
7398 (@code{gnus-summary-save-article-folder}).
7399
7400 @item O v
7401 @kindex O v (Summary)
7402 @findex gnus-summary-save-article-vm
7403 Save the current article in a VM folder
7404 (@code{gnus-summary-save-article-vm}).
7405
7406 @item O p
7407 @itemx |
7408 @kindex O p (Summary)
7409 @kindex | (Summary)
7410 @findex gnus-summary-pipe-output
7411 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7412 the current article to a process (@code{gnus-summary-pipe-output}).
7413 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7414 complete headers in the piped output.
7415
7416 @item O P
7417 @kindex O P (Summary)
7418 @findex gnus-summary-muttprint
7419 @vindex gnus-summary-muttprint-program
7420 Save the current article into muttprint.  That is, print it using the
7421 external program @uref{http://muttprint.sourceforge.net/,
7422 Muttprint}.  The program name and options to use is controlled by the
7423 variable @code{gnus-summary-muttprint-program}.
7424 (@code{gnus-summary-muttprint}).
7425
7426 @end table
7427
7428 @vindex gnus-prompt-before-saving
7429 All these commands use the process/prefix convention
7430 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7431 functions, you might get tired of being prompted for files to save each
7432 and every article in.  The prompting action is controlled by
7433 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7434 default, giving you that excessive prompting action you know and
7435 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7436 just once for each series of articles you save.  If you like to really
7437 have Gnus do all your thinking for you, you can even set this variable
7438 to @code{nil}, which means that you will never be prompted for files to
7439 save articles in.  Gnus will simply save all the articles in the default
7440 files.
7441
7442
7443 @vindex gnus-default-article-saver
7444 You can customize the @code{gnus-default-article-saver} variable to make
7445 gnus do what you want it to.  You can use any of the six ready-made
7446 functions below, or you can create your own.
7447
7448 @table @code
7449
7450 @item gnus-summary-save-in-rmail
7451 @findex gnus-summary-save-in-rmail
7452 @vindex gnus-rmail-save-name
7453 @findex gnus-plain-save-name
7454 This is the default format, @dfn{Babyl}.  Uses the function in the
7455 @code{gnus-rmail-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-mail
7459 @findex gnus-summary-save-in-mail
7460 @vindex gnus-mail-save-name
7461 Save in a Unix mail (mbox) file.  Uses the function in the
7462 @code{gnus-mail-save-name} variable to get a file name to save the
7463 article in.  The default is @code{gnus-plain-save-name}.
7464
7465 @item gnus-summary-save-in-file
7466 @findex gnus-summary-save-in-file
7467 @vindex gnus-file-save-name
7468 @findex gnus-numeric-save-name
7469 Append the article straight to an ordinary file.  Uses the function in
7470 the @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-write-to-file
7474 @findex gnus-summary-write-to-file
7475 Write the article straight to an ordinary file.  The file is
7476 overwritten if it exists.  Uses the function in the
7477 @code{gnus-file-save-name} variable to get a file name to save the
7478 article in.  The default is @code{gnus-numeric-save-name}.
7479
7480 @item gnus-summary-save-body-in-file
7481 @findex gnus-summary-save-body-in-file
7482 Append the article body to an ordinary file.  Uses the function in the
7483 @code{gnus-file-save-name} variable to get a file name to save the
7484 article in.  The default is @code{gnus-numeric-save-name}.
7485
7486 @item gnus-summary-save-in-folder
7487 @findex gnus-summary-save-in-folder
7488 @findex gnus-folder-save-name
7489 @findex gnus-Folder-save-name
7490 @vindex gnus-folder-save-name
7491 @cindex rcvstore
7492 @cindex MH folders
7493 Save the article to an MH folder using @code{rcvstore} from the MH
7494 library.  Uses the function in the @code{gnus-folder-save-name} variable
7495 to get a file name to save the article in.  The default is
7496 @code{gnus-folder-save-name}, but you can also use
7497 @code{gnus-Folder-save-name}, which creates capitalized names.
7498
7499 @item gnus-summary-save-in-vm
7500 @findex gnus-summary-save-in-vm
7501 Save the article in a VM folder.  You have to have the VM mail
7502 reader to use this setting.
7503 @end table
7504
7505 @vindex gnus-article-save-directory
7506 All of these functions, except for the last one, will save the article
7507 in the @code{gnus-article-save-directory}, which is initialized from the
7508 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7509 default.
7510
7511 As you can see above, the functions use different functions to find a
7512 suitable name of a file to save the article in.  Below is a list of
7513 available functions that generate names:
7514
7515 @table @code
7516
7517 @item gnus-Numeric-save-name
7518 @findex gnus-Numeric-save-name
7519 File names like @file{~/News/Alt.andrea-dworkin/45}.
7520
7521 @item gnus-numeric-save-name
7522 @findex gnus-numeric-save-name
7523 File names like @file{~/News/alt.andrea-dworkin/45}.
7524
7525 @item gnus-Plain-save-name
7526 @findex gnus-Plain-save-name
7527 File names like @file{~/News/Alt.andrea-dworkin}.
7528
7529 @item gnus-plain-save-name
7530 @findex gnus-plain-save-name
7531 File names like @file{~/News/alt.andrea-dworkin}.
7532
7533 @item gnus-sender-save-name
7534 @findex gnus-sender-save-name
7535 File names like @file{~/News/larsi}.
7536 @end table
7537
7538 @vindex gnus-split-methods
7539 You can have gnus suggest where to save articles by plonking a regexp into
7540 the @code{gnus-split-methods} alist.  For instance, if you would like to
7541 save articles related to gnus in the file @file{gnus-stuff}, and articles
7542 related to VM in @file{vm-stuff}, you could set this variable to something
7543 like:
7544
7545 @lisp
7546 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7547  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7548  (my-choosing-function "../other-dir/my-stuff")
7549  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7550 @end lisp
7551
7552 We see that this is a list where each element is a list that has two
7553 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7554 a string (in which case it is used as a regexp to match on the article
7555 head); it can be a symbol (which will be called as a function with the
7556 group name as a parameter); or it can be a list (which will be
7557 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7558 the @dfn{file} will be used as a default prompt.  In addition, the
7559 result of the operation itself will be used if the function or form
7560 called returns a string or a list of strings.
7561
7562 You basically end up with a list of file names that might be used when
7563 saving the current article.  (All ``matches'' will be used.)  You will
7564 then be prompted for what you really want to use as a name, with file
7565 name completion over the results from applying this variable.
7566
7567 This variable is @code{((gnus-article-archive-name))} by default, which
7568 means that gnus will look at the articles it saves for an
7569 @code{Archive-name} line and use that as a suggestion for the file
7570 name.
7571
7572 Here's an example function to clean up file names somewhat.  If you have
7573 lots of mail groups called things like
7574 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7575 these group names before creating the file name to save to.  The
7576 following will do just that:
7577
7578 @lisp
7579 (defun my-save-name (group)
7580   (when (string-match "^nnml:mail." group)
7581     (substring group (match-end 0))))
7582
7583 (setq gnus-split-methods
7584       '((gnus-article-archive-name)
7585         (my-save-name)))
7586 @end lisp
7587
7588
7589 @vindex gnus-use-long-file-name
7590 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7591 @code{nil}, all the preceding functions will replace all periods
7592 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7593 the functions will generate hierarchies of directories instead of having
7594 all the files in the top level directory
7595 (@file{~/News/alt/andrea-dworkin} instead of
7596 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7597 on most systems.  However, for historical reasons, this is @code{nil} on
7598 Xenix and usg-unix-v machines by default.
7599
7600 This function also affects kill and score file names.  If this variable
7601 is a list, and the list contains the element @code{not-score}, long file
7602 names will not be used for score files, if it contains the element
7603 @code{not-save}, long file names will not be used for saving, and if it
7604 contains the element @code{not-kill}, long file names will not be used
7605 for kill files.
7606
7607 If you'd like to save articles in a hierarchy that looks something like
7608 a spool, you could
7609
7610 @lisp
7611 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7612 (setq gnus-default-article-saver
7613       'gnus-summary-save-in-file)          ; @r{no encoding}
7614 @end lisp
7615
7616 Then just save with @kbd{o}.  You'd then read this hierarchy with
7617 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7618 the top level directory as the argument (@file{~/News/}).  Then just walk
7619 around to the groups/directories with @code{nneething}.
7620
7621
7622 @node Decoding Articles
7623 @section Decoding Articles
7624 @cindex decoding articles
7625
7626 Sometime users post articles (or series of articles) that have been
7627 encoded in some way or other.  Gnus can decode them for you.
7628
7629 @menu
7630 * Uuencoded Articles::          Uudecode articles.
7631 * Shell Archives::              Unshar articles.
7632 * PostScript Files::            Split PostScript.
7633 * Other Files::                 Plain save and binhex.
7634 * Decoding Variables::          Variables for a happy decoding.
7635 * Viewing Files::               You want to look at the result of the decoding?
7636 @end menu
7637
7638 @cindex series
7639 @cindex article series
7640 All these functions use the process/prefix convention
7641 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7642 the extension that a ``single article'' means ``a single series''.  Gnus
7643 can find out by itself what articles belong to a series, decode all the
7644 articles and unpack/view/save the resulting file(s).
7645
7646 Gnus guesses what articles are in the series according to the following
7647 simplish rule: The subjects must be (nearly) identical, except for the
7648 last two numbers of the line.  (Spaces are largely ignored, however.)
7649
7650 For example: If you choose a subject called @samp{cat.gif (2/3)}, gnus
7651 will find all the articles that match the regexp @samp{^cat.gif
7652 ([0-9]+/[0-9]+).*$}.
7653
7654 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7655 series}, will not be properly recognized by any of the automatic viewing
7656 commands, and you have to mark the articles manually with @kbd{#}.
7657
7658
7659 @node Uuencoded Articles
7660 @subsection Uuencoded Articles
7661 @cindex uudecode
7662 @cindex uuencoded articles
7663
7664 @table @kbd
7665
7666 @item X u
7667 @kindex X u (Summary)
7668 @findex gnus-uu-decode-uu
7669 @c @icon{gnus-uu-decode-uu}
7670 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7671
7672 @item X U
7673 @kindex X U (Summary)
7674 @findex gnus-uu-decode-uu-and-save
7675 Uudecodes and saves the current series
7676 (@code{gnus-uu-decode-uu-and-save}).
7677
7678 @item X v u
7679 @kindex X v u (Summary)
7680 @findex gnus-uu-decode-uu-view
7681 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7682
7683 @item X v U
7684 @kindex X v U (Summary)
7685 @findex gnus-uu-decode-uu-and-save-view
7686 Uudecodes, views and saves the current series
7687 (@code{gnus-uu-decode-uu-and-save-view}).
7688
7689 @end table
7690
7691 Remember that these all react to the presence of articles marked with
7692 the process mark.  If, for instance, you'd like to decode and save an
7693 entire newsgroup, you'd typically do @kbd{M P a}
7694 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7695 (@code{gnus-uu-decode-uu-and-save}).
7696
7697 All this is very much different from how @code{gnus-uu} worked with
7698 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7699 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7700 articles in some way (@pxref{Setting Process Marks}) and then press
7701 @kbd{X u}.
7702
7703 @vindex gnus-uu-notify-files
7704 Note: When trying to decode articles that have names matching
7705 @code{gnus-uu-notify-files}, which is hard-coded to
7706 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7707 automatically post an article on @samp{comp.unix.wizards} saying that
7708 you have just viewed the file in question.  This feature can't be turned
7709 off.
7710
7711
7712 @node Shell Archives
7713 @subsection Shell Archives
7714 @cindex unshar
7715 @cindex shell archives
7716 @cindex shared articles
7717
7718 Shell archives (``shar files'') used to be a popular way to distribute
7719 sources, but it isn't used all that much today.  In any case, we have
7720 some commands to deal with these:
7721
7722 @table @kbd
7723
7724 @item X s
7725 @kindex X s (Summary)
7726 @findex gnus-uu-decode-unshar
7727 Unshars the current series (@code{gnus-uu-decode-unshar}).
7728
7729 @item X S
7730 @kindex X S (Summary)
7731 @findex gnus-uu-decode-unshar-and-save
7732 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7733
7734 @item X v s
7735 @kindex X v s (Summary)
7736 @findex gnus-uu-decode-unshar-view
7737 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7738
7739 @item X v S
7740 @kindex X v S (Summary)
7741 @findex gnus-uu-decode-unshar-and-save-view
7742 Unshars, views and saves the current series
7743 (@code{gnus-uu-decode-unshar-and-save-view}).
7744 @end table
7745
7746
7747 @node PostScript Files
7748 @subsection PostScript Files
7749 @cindex PostScript
7750
7751 @table @kbd
7752
7753 @item X p
7754 @kindex X p (Summary)
7755 @findex gnus-uu-decode-postscript
7756 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7757
7758 @item X P
7759 @kindex X P (Summary)
7760 @findex gnus-uu-decode-postscript-and-save
7761 Unpack and save the current PostScript series
7762 (@code{gnus-uu-decode-postscript-and-save}).
7763
7764 @item X v p
7765 @kindex X v p (Summary)
7766 @findex gnus-uu-decode-postscript-view
7767 View the current PostScript series
7768 (@code{gnus-uu-decode-postscript-view}).
7769
7770 @item X v P
7771 @kindex X v P (Summary)
7772 @findex gnus-uu-decode-postscript-and-save-view
7773 View and save the current PostScript series
7774 (@code{gnus-uu-decode-postscript-and-save-view}).
7775 @end table
7776
7777
7778 @node Other Files
7779 @subsection Other Files
7780
7781 @table @kbd
7782 @item X o
7783 @kindex X o (Summary)
7784 @findex gnus-uu-decode-save
7785 Save the current series
7786 (@code{gnus-uu-decode-save}).
7787
7788 @item X b
7789 @kindex X b (Summary)
7790 @findex gnus-uu-decode-binhex
7791 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7792 doesn't really work yet.
7793 @end table
7794
7795
7796 @node Decoding Variables
7797 @subsection Decoding Variables
7798
7799 Adjective, not verb.
7800
7801 @menu
7802 * Rule Variables::              Variables that say how a file is to be viewed.
7803 * Other Decode Variables::      Other decode variables.
7804 * Uuencoding and Posting::      Variables for customizing uuencoding.
7805 @end menu
7806
7807
7808 @node Rule Variables
7809 @subsubsection Rule Variables
7810 @cindex rule variables
7811
7812 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7813 variables are of the form
7814
7815 @lisp
7816       (list '(regexp1 command2)
7817             '(regexp2 command2)
7818             ...)
7819 @end lisp
7820
7821 @table @code
7822
7823 @item gnus-uu-user-view-rules
7824 @vindex gnus-uu-user-view-rules
7825 @cindex sox
7826 This variable is consulted first when viewing files.  If you wish to use,
7827 for instance, @code{sox} to convert an @file{.au} sound file, you could
7828 say something like:
7829 @lisp
7830 (setq gnus-uu-user-view-rules
7831       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7832 @end lisp
7833
7834 @item gnus-uu-user-view-rules-end
7835 @vindex gnus-uu-user-view-rules-end
7836 This variable is consulted if gnus couldn't make any matches from the
7837 user and default view rules.
7838
7839 @item gnus-uu-user-archive-rules
7840 @vindex gnus-uu-user-archive-rules
7841 This variable can be used to say what commands should be used to unpack
7842 archives.
7843 @end table
7844
7845
7846 @node Other Decode Variables
7847 @subsubsection Other Decode Variables
7848
7849 @table @code
7850 @vindex gnus-uu-grabbed-file-functions
7851
7852 @item gnus-uu-grabbed-file-functions
7853 All functions in this list will be called right after each file has been
7854 successfully decoded---so that you can move or view files right away,
7855 and don't have to wait for all files to be decoded before you can do
7856 anything.  Ready-made functions you can put in this list are:
7857
7858 @table @code
7859
7860 @item gnus-uu-grab-view
7861 @findex gnus-uu-grab-view
7862 View the file.
7863
7864 @item gnus-uu-grab-move
7865 @findex gnus-uu-grab-move
7866 Move the file (if you're using a saving function.)
7867 @end table
7868
7869 @item gnus-uu-be-dangerous
7870 @vindex gnus-uu-be-dangerous
7871 Specifies what to do if unusual situations arise during decoding.  If
7872 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7873 that didn't work, and overwrite existing files.  Otherwise, ask each
7874 time.
7875
7876 @item gnus-uu-ignore-files-by-name
7877 @vindex gnus-uu-ignore-files-by-name
7878 Files with name matching this regular expression won't be viewed.
7879
7880 @item gnus-uu-ignore-files-by-type
7881 @vindex gnus-uu-ignore-files-by-type
7882 Files with a @acronym{MIME} type matching this variable won't be viewed.
7883 Note that Gnus tries to guess what type the file is based on the name.
7884 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7885 kludgey.
7886
7887 @item gnus-uu-tmp-dir
7888 @vindex gnus-uu-tmp-dir
7889 Where @code{gnus-uu} does its work.
7890
7891 @item gnus-uu-do-not-unpack-archives
7892 @vindex gnus-uu-do-not-unpack-archives
7893 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7894 looking for files to display.
7895
7896 @item gnus-uu-view-and-save
7897 @vindex gnus-uu-view-and-save
7898 Non-@code{nil} means that the user will always be asked to save a file
7899 after viewing it.
7900
7901 @item gnus-uu-ignore-default-view-rules
7902 @vindex gnus-uu-ignore-default-view-rules
7903 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7904 rules.
7905
7906 @item gnus-uu-ignore-default-archive-rules
7907 @vindex gnus-uu-ignore-default-archive-rules
7908 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7909 unpacking commands.
7910
7911 @item gnus-uu-kill-carriage-return
7912 @vindex gnus-uu-kill-carriage-return
7913 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7914 from articles.
7915
7916 @item gnus-uu-unmark-articles-not-decoded
7917 @vindex gnus-uu-unmark-articles-not-decoded
7918 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7919 decoded articles as unread.
7920
7921 @item gnus-uu-correct-stripped-uucode
7922 @vindex gnus-uu-correct-stripped-uucode
7923 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7924 uuencoded files that have had trailing spaces deleted.
7925
7926 @item gnus-uu-pre-uudecode-hook
7927 @vindex gnus-uu-pre-uudecode-hook
7928 Hook run before sending a message to @code{uudecode}.
7929
7930 @item gnus-uu-view-with-metamail
7931 @vindex gnus-uu-view-with-metamail
7932 @cindex metamail
7933 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7934 commands defined by the rule variables and just fudge a @acronym{MIME}
7935 content type based on the file name.  The result will be fed to
7936 @code{metamail} for viewing.
7937
7938 @item gnus-uu-save-in-digest
7939 @vindex gnus-uu-save-in-digest
7940 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7941 decoding, will save in digests.  If this variable is @code{nil},
7942 @code{gnus-uu} will just save everything in a file without any
7943 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7944 to specify any meaningful volume and issue numbers were found, so I
7945 simply dropped them.
7946
7947 @end table
7948
7949
7950 @node Uuencoding and Posting
7951 @subsubsection Uuencoding and Posting
7952
7953 @table @code
7954
7955 @item gnus-uu-post-include-before-composing
7956 @vindex gnus-uu-post-include-before-composing
7957 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7958 before you compose the article.  If this variable is @code{t}, you can
7959 either include an encoded file with @kbd{C-c C-i} or have one included
7960 for you when you post the article.
7961
7962 @item gnus-uu-post-length
7963 @vindex gnus-uu-post-length
7964 Maximum length of an article.  The encoded file will be split into how
7965 many articles it takes to post the entire file.
7966
7967 @item gnus-uu-post-threaded
7968 @vindex gnus-uu-post-threaded
7969 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7970 thread.  This may not be smart, as no other decoder I have seen is able
7971 to follow threads when collecting uuencoded articles.  (Well, I have
7972 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7973 think that counts@dots{}) Default is @code{nil}.
7974
7975 @item gnus-uu-post-separate-description
7976 @vindex gnus-uu-post-separate-description
7977 Non-@code{nil} means that the description will be posted in a separate
7978 article.  The first article will typically be numbered (0/x).  If this
7979 variable is @code{nil}, the description the user enters will be included
7980 at the beginning of the first article, which will be numbered (1/x).
7981 Default is @code{t}.
7982
7983 @end table
7984
7985
7986 @node Viewing Files
7987 @subsection Viewing Files
7988 @cindex viewing files
7989 @cindex pseudo-articles
7990
7991 After decoding, if the file is some sort of archive, gnus will attempt
7992 to unpack the archive and see if any of the files in the archive can be
7993 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7994 containing the files @file{pic1.jpg} and @file{pic2.gif}, gnus will
7995 uncompress and de-tar the main file, and then view the two pictures.
7996 This unpacking process is recursive, so if the archive contains archives
7997 of archives, it'll all be unpacked.
7998
7999 Finally, gnus will normally insert a @dfn{pseudo-article} for each
8000 extracted file into the summary buffer.  If you go to these
8001 ``articles'', you will be prompted for a command to run (usually Gnus
8002 will make a suggestion), and then the command will be run.
8003
8004 @vindex gnus-view-pseudo-asynchronously
8005 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8006 until the viewing is done before proceeding.
8007
8008 @vindex gnus-view-pseudos
8009 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8010 the pseudo-articles into the summary buffer, but view them
8011 immediately.  If this variable is @code{not-confirm}, the user won't even
8012 be asked for a confirmation before viewing is done.
8013
8014 @vindex gnus-view-pseudos-separately
8015 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8016 pseudo-article will be created for each file to be viewed.  If
8017 @code{nil}, all files that use the same viewing command will be given as
8018 a list of parameters to that command.
8019
8020 @vindex gnus-insert-pseudo-articles
8021 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8022 pseudo-articles when decoding.  It is @code{t} by default.
8023
8024 So; there you are, reading your @emph{pseudo-articles} in your
8025 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8026 Why isn't anything real anymore? How did we get here?
8027
8028
8029 @node Article Treatment
8030 @section Article Treatment
8031
8032 Reading through this huge manual, you may have quite forgotten that the
8033 object of newsreaders is to actually, like, read what people have
8034 written.  Reading articles.  Unfortunately, people are quite bad at
8035 writing, so there are tons of functions and variables to make reading
8036 these articles easier.
8037
8038 @menu
8039 * Article Highlighting::        You want to make the article look like fruit salad.
8040 * Article Fontisizing::         Making emphasized text look nice.
8041 * Article Hiding::              You also want to make certain info go away.
8042 * Article Washing::             Lots of way-neat functions to make life better.
8043 * Article Header::              Doing various header transformations.
8044 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8045 * Article Button Levels::       Controlling appearance of buttons.
8046 * Article Date::                Grumble, UT!
8047 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8048 * Article Signature::           What is a signature?
8049 * Article Miscellanea::         Various other stuff.
8050 @end menu
8051
8052
8053 @node Article Highlighting
8054 @subsection Article Highlighting
8055 @cindex highlighting
8056
8057 Not only do you want your article buffer to look like fruit salad, but
8058 you want it to look like technicolor fruit salad.
8059
8060 @table @kbd
8061
8062 @item W H a
8063 @kindex W H a (Summary)
8064 @findex gnus-article-highlight
8065 @findex gnus-article-maybe-highlight
8066 Do much highlighting of the current article
8067 (@code{gnus-article-highlight}).  This function highlights header, cited
8068 text, the signature, and adds buttons to the body and the head.
8069
8070 @item W H h
8071 @kindex W H h (Summary)
8072 @findex gnus-article-highlight-headers
8073 @vindex gnus-header-face-alist
8074 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8075 highlighting will be done according to the @code{gnus-header-face-alist}
8076 variable, which is a list where each element has the form
8077 @code{(@var{regexp} @var{name} @var{content})}.
8078 @var{regexp} is a regular expression for matching the
8079 header, @var{name} is the face used for highlighting the header name
8080 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8081 the header value.  The first match made will be used.  Note that
8082 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8083
8084 @item W H c
8085 @kindex W H c (Summary)
8086 @findex gnus-article-highlight-citation
8087 Highlight cited text (@code{gnus-article-highlight-citation}).
8088
8089 Some variables to customize the citation highlights:
8090
8091 @table @code
8092 @vindex gnus-cite-parse-max-size
8093
8094 @item gnus-cite-parse-max-size
8095 If the article size if bigger than this variable (which is 25000 by
8096 default), no citation highlighting will be performed.
8097
8098 @item gnus-cite-max-prefix
8099 @vindex gnus-cite-max-prefix
8100 Maximum possible length for a citation prefix (default 20).
8101
8102 @item gnus-cite-face-list
8103 @vindex gnus-cite-face-list
8104 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8105 When there are citations from multiple articles in the same message,
8106 gnus will try to give each citation from each article its own face.
8107 This should make it easier to see who wrote what.
8108
8109 @item gnus-supercite-regexp
8110 @vindex gnus-supercite-regexp
8111 Regexp matching normal Supercite attribution lines.
8112
8113 @item gnus-supercite-secondary-regexp
8114 @vindex gnus-supercite-secondary-regexp
8115 Regexp matching mangled Supercite attribution lines.
8116
8117 @item gnus-cite-minimum-match-count
8118 @vindex gnus-cite-minimum-match-count
8119 Minimum number of identical prefixes we have to see before we believe
8120 that it's a citation.
8121
8122 @item gnus-cite-attribution-prefix
8123 @vindex gnus-cite-attribution-prefix
8124 Regexp matching the beginning of an attribution line.
8125
8126 @item gnus-cite-attribution-suffix
8127 @vindex gnus-cite-attribution-suffix
8128 Regexp matching the end of an attribution line.
8129
8130 @item gnus-cite-attribution-face
8131 @vindex gnus-cite-attribution-face
8132 Face used for attribution lines.  It is merged with the face for the
8133 cited text belonging to the attribution.
8134
8135 @end table
8136
8137
8138 @item W H s
8139 @kindex W H s (Summary)
8140 @vindex gnus-signature-separator
8141 @vindex gnus-signature-face
8142 @findex gnus-article-highlight-signature
8143 Highlight the signature (@code{gnus-article-highlight-signature}).
8144 Everything after @code{gnus-signature-separator} (@pxref{Article
8145 Signature}) in an article will be considered a signature and will be
8146 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8147 default.
8148
8149 @end table
8150
8151 @xref{Customizing Articles}, for how to highlight articles automatically.
8152
8153
8154 @node Article Fontisizing
8155 @subsection Article Fontisizing
8156 @cindex emphasis
8157 @cindex article emphasis
8158
8159 @findex gnus-article-emphasize
8160 @kindex W e (Summary)
8161 People commonly add emphasis to words in news articles by writing things
8162 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8163 this look nicer by running the article through the @kbd{W e}
8164 (@code{gnus-article-emphasize}) command.
8165
8166 @vindex gnus-emphasis-alist
8167 How the emphasis is computed is controlled by the
8168 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8169 element is a regular expression to be matched.  The second is a number
8170 that says what regular expression grouping is used to find the entire
8171 emphasized word.  The third is a number that says what regexp grouping
8172 should be displayed and highlighted.  (The text between these two
8173 groupings will be hidden.)  The fourth is the face used for
8174 highlighting.
8175
8176 @lisp
8177 (setq gnus-emphasis-alist
8178       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8179         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8180 @end lisp
8181
8182 @cindex slash
8183 @cindex asterisk
8184 @cindex underline
8185 @cindex /
8186 @cindex *
8187
8188 @vindex gnus-emphasis-underline
8189 @vindex gnus-emphasis-bold
8190 @vindex gnus-emphasis-italic
8191 @vindex gnus-emphasis-underline-bold
8192 @vindex gnus-emphasis-underline-italic
8193 @vindex gnus-emphasis-bold-italic
8194 @vindex gnus-emphasis-underline-bold-italic
8195 By default, there are seven rules, and they use the following faces:
8196 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8197 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8198 @code{gnus-emphasis-underline-italic},
8199 @code{gnus-emphasis-underline-bold}, and
8200 @code{gnus-emphasis-underline-bold-italic}.
8201
8202 If you want to change these faces, you can either use @kbd{M-x
8203 customize}, or you can use @code{copy-face}.  For instance, if you want
8204 to make @code{gnus-emphasis-italic} use a red face instead, you could
8205 say something like:
8206
8207 @lisp
8208 (copy-face 'red 'gnus-emphasis-italic)
8209 @end lisp
8210
8211 @vindex gnus-group-highlight-words-alist
8212
8213 If you want to highlight arbitrary words, you can use the
8214 @code{gnus-group-highlight-words-alist} variable, which uses the same
8215 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8216 parameter (@pxref{Group Parameters}) can also be used.
8217
8218 @xref{Customizing Articles}, for how to fontize articles automatically.
8219
8220
8221 @node Article Hiding
8222 @subsection Article Hiding
8223 @cindex article hiding
8224
8225 Or rather, hiding certain things in each article.  There usually is much
8226 too much cruft in most articles.
8227
8228 @table @kbd
8229
8230 @item W W a
8231 @kindex W W a (Summary)
8232 @findex gnus-article-hide
8233 Do quite a lot of hiding on the article buffer
8234 (@kbd{gnus-article-hide}).  In particular, this function will hide
8235 headers, @acronym{PGP}, cited text and the signature.
8236
8237 @item W W h
8238 @kindex W W h (Summary)
8239 @findex gnus-article-hide-headers
8240 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8241 Headers}.
8242
8243 @item W W b
8244 @kindex W W b (Summary)
8245 @findex gnus-article-hide-boring-headers
8246 Hide headers that aren't particularly interesting
8247 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8248
8249 @item W W s
8250 @kindex W W s (Summary)
8251 @findex gnus-article-hide-signature
8252 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8253 Signature}.
8254
8255 @item W W l
8256 @kindex W W l (Summary)
8257 @findex gnus-article-hide-list-identifiers
8258 @vindex gnus-list-identifiers
8259 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8260 are strings some mailing list servers add to the beginning of all
8261 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8262 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8263 may not contain @code{\\(..\\)}.
8264
8265 @table @code
8266
8267 @item gnus-list-identifiers
8268 @vindex gnus-list-identifiers
8269 A regular expression that matches list identifiers to be removed from
8270 subject.  This can also be a list of regular expressions.
8271
8272 @end table
8273
8274 @item W W P
8275 @kindex W W P (Summary)
8276 @findex gnus-article-hide-pem
8277 Hide @acronym{PEM} (privacy enhanced messages) cruft
8278 (@code{gnus-article-hide-pem}).
8279
8280 @item W W B
8281 @kindex W W B (Summary)
8282 @findex gnus-article-strip-banner
8283 @vindex gnus-article-banner-alist
8284 @vindex gnus-article-address-banner-alist
8285 @cindex banner
8286 @cindex OneList
8287 @cindex stripping advertisements
8288 @cindex advertisements
8289 Strip the banner specified by the @code{banner} group parameter
8290 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8291 annoying banners and/or signatures that some mailing lists and moderated
8292 groups adds to all the messages.  The way to use this function is to add
8293 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8294 group you want banners stripped from.  The parameter either be a string,
8295 which will be interpreted as a regular expression matching text to be
8296 removed, or the symbol @code{signature}, meaning that the (last)
8297 signature should be removed, or other symbol, meaning that the
8298 corresponding regular expression in @code{gnus-article-banner-alist} is
8299 used.
8300
8301 Regardless of a group, you can hide things like advertisements only when
8302 the sender of an article has a certain mail address specified in
8303 @code{gnus-article-address-banner-alist}.
8304
8305 @table @code
8306
8307 @item gnus-article-address-banner-alist
8308 @vindex gnus-article-address-banner-alist
8309 Alist of mail addresses and banners.  Each element has the form
8310 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8311 matching a mail address in the From header, @var{banner} is one of a
8312 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8313 a regexp and @code{nil}.  If @var{address} matches author's mail
8314 address, it will remove things like advertisements.  For example, if a
8315 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8316 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8317 sends, you can use the following element to remove them:
8318
8319 @lisp
8320 ("@@yoo-hoo\\.co\\.jp\\'" .
8321  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8322 @end lisp
8323
8324 @end table
8325
8326 @item W W c
8327 @kindex W W c (Summary)
8328 @findex gnus-article-hide-citation
8329 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8330 customizing the hiding:
8331
8332 @table @code
8333
8334 @item gnus-cited-opened-text-button-line-format
8335 @itemx gnus-cited-closed-text-button-line-format
8336 @vindex gnus-cited-closed-text-button-line-format
8337 @vindex gnus-cited-opened-text-button-line-format
8338 Gnus adds buttons to show where the cited text has been hidden, and to
8339 allow toggle hiding the text.  The format of the variable is specified
8340 by these format-like variable (@pxref{Formatting Variables}).  These
8341 specs are valid:
8342
8343 @table @samp
8344 @item b
8345 Starting point of the hidden text.
8346 @item e
8347 Ending point of the hidden text.
8348 @item l
8349 Number of characters in the hidden region.
8350 @item n
8351 Number of lines of hidden text.
8352 @end table
8353
8354 @item gnus-cited-lines-visible
8355 @vindex gnus-cited-lines-visible
8356 The number of lines at the beginning of the cited text to leave
8357 shown.  This can also be a cons cell with the number of lines at the top
8358 and bottom of the text, respectively, to remain visible.
8359
8360 @end table
8361
8362 @item W W C-c
8363 @kindex W W C-c (Summary)
8364 @findex gnus-article-hide-citation-maybe
8365
8366 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8367 following two variables:
8368
8369 @table @code
8370 @item gnus-cite-hide-percentage
8371 @vindex gnus-cite-hide-percentage
8372 If the cited text is of a bigger percentage than this variable (default
8373 50), hide the cited text.
8374
8375 @item gnus-cite-hide-absolute
8376 @vindex gnus-cite-hide-absolute
8377 The cited text must have at least this length (default 10) before it
8378 is hidden.
8379 @end table
8380
8381 @item W W C
8382 @kindex W W C (Summary)
8383 @findex gnus-article-hide-citation-in-followups
8384 Hide cited text in articles that aren't roots
8385 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8386 useful as an interactive command, but might be a handy function to stick
8387 have happen automatically (@pxref{Customizing Articles}).
8388
8389 @end table
8390
8391 All these ``hiding'' commands are toggles, but if you give a negative
8392 prefix to these commands, they will show what they have previously
8393 hidden.  If you give a positive prefix, they will always hide.
8394
8395 Also @pxref{Article Highlighting} for further variables for
8396 citation customization.
8397
8398 @xref{Customizing Articles}, for how to hide article elements
8399 automatically.
8400
8401
8402 @node Article Washing
8403 @subsection Article Washing
8404 @cindex washing
8405 @cindex article washing
8406
8407 We call this ``article washing'' for a really good reason.  Namely, the
8408 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8409
8410 @dfn{Washing} is defined by us as ``changing something from something to
8411 something else'', but normally results in something looking better.
8412 Cleaner, perhaps.
8413
8414 @xref{Customizing Articles}, if you want to change how Gnus displays
8415 articles by default.
8416
8417 @table @kbd
8418
8419 @item C-u g
8420 This is not really washing, it's sort of the opposite of washing.  If
8421 you type this, you see the article exactly as it exists on disk or on
8422 the server.
8423
8424 @item g
8425 Force redisplaying of the current article
8426 (@code{gnus-summary-show-article}).  This is also not really washing.
8427 If you type this, you see the article without any previously applied
8428 interactive Washing functions but with all default treatments
8429 (@pxref{Customizing Articles}).
8430
8431 @item W l
8432 @kindex W l (Summary)
8433 @findex gnus-summary-stop-page-breaking
8434 Remove page breaks from the current article
8435 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8436 delimiters.
8437
8438 @item W r
8439 @kindex W r (Summary)
8440 @findex gnus-summary-caesar-message
8441 @c @icon{gnus-summary-caesar-message}
8442 Do a Caesar rotate (rot13) on the article buffer
8443 (@code{gnus-summary-caesar-message}).
8444 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8445 (Typically offensive jokes and such.)
8446
8447 It's commonly called ``rot13'' because each letter is rotated 13
8448 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8449 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8450 is rumored to have employed this form of, uh, somewhat weak encryption.
8451
8452 @item W m
8453 @kindex W m (Summary)
8454 @findex gnus-summary-morse-message
8455 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8456
8457 @item W t
8458 @item t
8459 @kindex W t (Summary)
8460 @kindex t (Summary)
8461 @findex gnus-summary-toggle-header
8462 Toggle whether to display all headers in the article buffer
8463 (@code{gnus-summary-toggle-header}).
8464
8465 @item W v
8466 @kindex W v (Summary)
8467 @findex gnus-summary-verbose-headers
8468 Toggle whether to display all headers in the article buffer permanently
8469 (@code{gnus-summary-verbose-headers}).
8470
8471 @item W m
8472 @kindex W m (Summary)
8473 @findex gnus-summary-toggle-mime
8474 Toggle whether to run the article through @acronym{MIME} before
8475 displaying (@code{gnus-summary-toggle-mime}).
8476
8477 @item W o
8478 @kindex W o (Summary)
8479 @findex gnus-article-treat-overstrike
8480 Treat overstrike (@code{gnus-article-treat-overstrike}).
8481
8482 @item W d
8483 @kindex W d (Summary)
8484 @findex gnus-article-treat-dumbquotes
8485 @vindex gnus-article-dumbquotes-map
8486 @cindex Smartquotes
8487 @cindex M****s*** sm*rtq**t*s
8488 @cindex Latin 1
8489 Treat M****s*** sm*rtq**t*s according to
8490 @code{gnus-article-dumbquotes-map}
8491 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8492 whether a character is a sm*rtq**t* or not, so it should only be used
8493 interactively.
8494
8495 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8496 an attempt to provide more quoting characters.  If you see something
8497 like @code{\222} or @code{\264} where you're expecting some kind of
8498 apostrophe or quotation mark, then try this wash.
8499
8500 @item W Y f
8501 @kindex W Y f (Summary)
8502 @findex gnus-article-outlook-deuglify-article
8503 @cindex Outlook Express
8504 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8505 unwrap lines, repair attribution and rearrange citation.
8506 (@code{gnus-article-outlook-deuglify-article}).
8507
8508 @item W Y u
8509 @kindex W Y u (Summary)
8510 @findex gnus-article-outlook-unwrap-lines
8511 @vindex gnus-outlook-deuglify-unwrap-min
8512 @vindex gnus-outlook-deuglify-unwrap-max
8513 Unwrap lines that appear to be wrapped citation lines.  You can control
8514 what lines will be unwrapped by frobbing
8515 @code{gnus-outlook-deuglify-unwrap-min} and
8516 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8517 maximum length of an unwrapped citation line.
8518 (@code{gnus-article-outlook-unwrap-lines}).
8519
8520 @item W Y a
8521 @kindex W Y a (Summary)
8522 @findex gnus-article-outlook-repair-attribution
8523 Repair a broken attribution line.@*
8524 (@code{gnus-article-outlook-repair-attribution}).
8525
8526 @item W Y c
8527 @kindex W Y c (Summary)
8528 @findex gnus-article-outlook-rearrange-citation
8529 Repair broken citations by rearranging the text.
8530 (@code{gnus-article-outlook-rearrange-citation}).
8531
8532 @item W w
8533 @kindex W w (Summary)
8534 @findex gnus-article-fill-cited-article
8535 Do word wrap (@code{gnus-article-fill-cited-article}).
8536
8537 You can give the command a numerical prefix to specify the width to use
8538 when filling.
8539
8540 @item W Q
8541 @kindex W Q (Summary)
8542 @findex gnus-article-fill-long-lines
8543 Fill long lines (@code{gnus-article-fill-long-lines}).
8544
8545 @item W C
8546 @kindex W C (Summary)
8547 @findex gnus-article-capitalize-sentences
8548 Capitalize the first word in each sentence
8549 (@code{gnus-article-capitalize-sentences}).
8550
8551 @item W c
8552 @kindex W c (Summary)
8553 @findex gnus-article-remove-cr
8554 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8555 (this takes care of DOS line endings), and then translate any remaining
8556 CRs into LF (this takes care of Mac line endings)
8557 (@code{gnus-article-remove-cr}).
8558
8559 @kindex W q (Summary)
8560 @findex gnus-article-de-quoted-unreadable
8561 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8562 Quoted-Printable is one common @acronym{MIME} encoding employed when
8563 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8564 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
8565 which doesn't look very readable to me.  Note that this is usually
8566 done automatically by Gnus if the message in question has a
8567 @code{Content-Transfer-Encoding} header that says that this encoding
8568 has been done.  If a prefix is given, a charset will be asked for.
8569
8570 @item W 6
8571 @kindex W 6 (Summary)
8572 @findex gnus-article-de-base64-unreadable
8573 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8574 one common @acronym{MIME} encoding employed when sending
8575 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8576 usually done automatically by Gnus if the message in question has a
8577 @code{Content-Transfer-Encoding} header that says that this encoding
8578 has been done.  If a prefix is given, a charset will be asked for.
8579
8580 @item W Z
8581 @kindex W Z (Summary)
8582 @findex gnus-article-decode-HZ
8583 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8584 common encoding employed when sending Chinese articles.  It typically
8585 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8586
8587 @item W A
8588 @kindex W A (Summary)
8589 @findex gnus-article-treat-ansi-sequences
8590 @cindex @acronym{ANSI} control sequences
8591 Translate @acronym{ANSI} SGR control sequences into overlays or
8592 extents (@code{gnus-article-treat-ansi-sequences}).  @acronym{ANSI}
8593 sequences are used in some Chinese hierarchies for highlighting.
8594
8595 @item W u
8596 @kindex W u (Summary)
8597 @findex gnus-article-unsplit-urls
8598 Remove newlines from within URLs.  Some mailers insert newlines into
8599 outgoing email messages to keep lines short.  This reformatting can
8600 split long URLs onto multiple lines.  Repair those URLs by removing
8601 the newlines (@code{gnus-article-unsplit-urls}).
8602
8603 @item W h
8604 @kindex W h (Summary)
8605 @findex gnus-article-wash-html
8606 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8607 usually done automatically by Gnus if the message in question has a
8608 @code{Content-Type} header that says that the message is @acronym{HTML}.
8609
8610 If a prefix is given, a charset will be asked for.
8611
8612 @vindex gnus-article-wash-function
8613 The default is to use the function specified by
8614 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8615 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8616 @acronym{HTML}, but this is controlled by the
8617 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8618 can use include:
8619
8620 @table @code
8621 @item w3
8622 Use Emacs/w3.
8623
8624 @item w3m
8625 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8626
8627 @item links
8628 Use @uref{http://links.sf.net/, Links}.
8629
8630 @item lynx
8631 Use @uref{http://lynx.isc.org/, Lynx}.
8632
8633 @item html2text
8634 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8635
8636 @end table
8637
8638 @item W b
8639 @kindex W b (Summary)
8640 @findex gnus-article-add-buttons
8641 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8642 @xref{Article Buttons}.
8643
8644 @item W B
8645 @kindex W B (Summary)
8646 @findex gnus-article-add-buttons-to-head
8647 Add clickable buttons to the article headers
8648 (@code{gnus-article-add-buttons-to-head}).
8649
8650 @item W p
8651 @kindex W p (Summary)
8652 @findex gnus-article-verify-x-pgp-sig
8653 Verify a signed control message
8654 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8655 @code{newgroup} and @code{checkgroups} are usually signed by the
8656 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8657 the maintainer to your keyring to verify the
8658 message.@footnote{@acronym{PGP} keys for many hierarchies are
8659 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8660
8661 @item W s
8662 @kindex W s (Summary)
8663 @findex gnus-summary-force-verify-and-decrypt
8664 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8665 @acronym{S/MIME}) message
8666 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8667
8668 @item W a
8669 @kindex W a (Summary)
8670 @findex gnus-article-strip-headers-in-body
8671 Strip headers like the @code{X-No-Archive} header from the beginning of
8672 article bodies (@code{gnus-article-strip-headers-in-body}).
8673
8674 @item W E l
8675 @kindex W E l (Summary)
8676 @findex gnus-article-strip-leading-blank-lines
8677 Remove all blank lines from the beginning of the article
8678 (@code{gnus-article-strip-leading-blank-lines}).
8679
8680 @item W E m
8681 @kindex W E m (Summary)
8682 @findex gnus-article-strip-multiple-blank-lines
8683 Replace all blank lines with empty lines and then all multiple empty
8684 lines with a single empty line.
8685 (@code{gnus-article-strip-multiple-blank-lines}).
8686
8687 @item W E t
8688 @kindex W E t (Summary)
8689 @findex gnus-article-remove-trailing-blank-lines
8690 Remove all blank lines at the end of the article
8691 (@code{gnus-article-remove-trailing-blank-lines}).
8692
8693 @item W E a
8694 @kindex W E a (Summary)
8695 @findex gnus-article-strip-blank-lines
8696 Do all the three commands above
8697 (@code{gnus-article-strip-blank-lines}).
8698
8699 @item W E A
8700 @kindex W E A (Summary)
8701 @findex gnus-article-strip-all-blank-lines
8702 Remove all blank lines
8703 (@code{gnus-article-strip-all-blank-lines}).
8704
8705 @item W E s
8706 @kindex W E s (Summary)
8707 @findex gnus-article-strip-leading-space
8708 Remove all white space from the beginning of all lines of the article
8709 body (@code{gnus-article-strip-leading-space}).
8710
8711 @item W E e
8712 @kindex W E e (Summary)
8713 @findex gnus-article-strip-trailing-space
8714 Remove all white space from the end of all lines of the article
8715 body (@code{gnus-article-strip-trailing-space}).
8716
8717 @end table
8718
8719 @xref{Customizing Articles}, for how to wash articles automatically.
8720
8721
8722 @node Article Header
8723 @subsection Article Header
8724
8725 These commands perform various transformations of article header.
8726
8727 @table @kbd
8728
8729 @item W G u
8730 @kindex W G u (Summary)
8731 @findex gnus-article-treat-unfold-headers
8732 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8733
8734 @item W G n
8735 @kindex W G n (Summary)
8736 @findex gnus-article-treat-fold-newsgroups
8737 Fold the @code{Newsgroups} and @code{Followup-To} headers
8738 (@code{gnus-article-treat-fold-newsgroups}).
8739
8740 @item W G f
8741 @kindex W G f (Summary)
8742 @findex gnus-article-treat-fold-headers
8743 Fold all the message headers
8744 (@code{gnus-article-treat-fold-headers}).
8745
8746 @item W E w
8747 @kindex W E w (Summary)
8748 @findex gnus-article-remove-leading-whitespace
8749 Remove excessive whitespace from all headers
8750 (@code{gnus-article-remove-leading-whitespace}).
8751
8752 @end table
8753
8754
8755 @node Article Buttons
8756 @subsection Article Buttons
8757 @cindex buttons
8758
8759 People often include references to other stuff in articles, and it would
8760 be nice if Gnus could just fetch whatever it is that people talk about
8761 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8762 button on these references.
8763
8764 @vindex gnus-button-man-handler
8765 Gnus adds @dfn{buttons} to certain standard references by default:
8766 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8767 Emacs or Gnus related references.  This is controlled by two variables,
8768 one that handles article bodies and one that handles article heads:
8769
8770 @table @code
8771
8772 @item gnus-button-alist
8773 @vindex gnus-button-alist
8774 This is an alist where each entry has this form:
8775
8776 @lisp
8777 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8778 @end lisp
8779
8780 @table @var
8781
8782 @item regexp
8783 All text that match this regular expression (case insensitive) will be
8784 considered an external reference.  Here's a typical regexp that matches
8785 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8786 variable containing a regexp, useful variables to use include
8787 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8788
8789 @item button-par
8790 Gnus has to know which parts of the matches is to be highlighted.  This
8791 is a number that says what sub-expression of the regexp is to be
8792 highlighted.  If you want it all highlighted, you use 0 here.
8793
8794 @item use-p
8795 This form will be @code{eval}ed, and if the result is non-@code{nil},
8796 this is considered a match.  This is useful if you want extra sifting to
8797 avoid false matches.  Often variables named
8798 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8799 Levels}, but any other form may be used too.
8800
8801 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8802
8803 @item function
8804 This function will be called when you click on this button.
8805
8806 @item data-par
8807 As with @var{button-par}, this is a sub-expression number, but this one
8808 says which part of the match is to be sent as data to @var{function}.
8809
8810 @end table
8811
8812 So the full entry for buttonizing URLs is then
8813
8814 @lisp
8815 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8816 @end lisp
8817
8818 @item gnus-header-button-alist
8819 @vindex gnus-header-button-alist
8820 This is just like the other alist, except that it is applied to the
8821 article head only, and that each entry has an additional element that is
8822 used to say what headers to apply the buttonize coding to:
8823
8824 @lisp
8825 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8826 @end lisp
8827
8828 @var{header} is a regular expression.
8829 @end table
8830
8831 @subsubsection Related variables and functions
8832
8833 @table @code
8834 @item gnus-button-@var{*}-level
8835 @xref{Article Button Levels}.
8836
8837 @c Stuff related to gnus-button-browse-level
8838
8839 @item gnus-button-url-regexp
8840 @vindex gnus-button-url-regexp
8841 A regular expression that matches embedded URLs.  It is used in the
8842 default values of the variables above.
8843
8844 @c Stuff related to gnus-button-man-level
8845
8846 @item gnus-button-man-handler
8847 @vindex gnus-button-man-handler
8848 The function to use for displaying man pages.  It must take at least one
8849 argument with a string naming the man page.
8850
8851 @c Stuff related to gnus-button-message-level
8852
8853 @item gnus-button-mid-or-mail-regexp
8854 @vindex gnus-button-mid-or-mail-regexp
8855 Regular expression that matches a message ID or a mail address.
8856
8857 @item gnus-button-prefer-mid-or-mail
8858 @vindex gnus-button-prefer-mid-or-mail
8859 This variable determines what to do when the button on a string as
8860 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8861 message ID or a mail address.  If it is one of the symbols @code{mid} or
8862 @code{mail}, Gnus will always assume that the string is a message ID or
8863 a mail address, respectively.  If this variable is set to the symbol
8864 @code{ask}, always query the user what do do.  If it is a function, this
8865 function will be called with the string as its only argument.  The
8866 function must return @code{mid}, @code{mail}, @code{invalid} or
8867 @code{ask}.  The default value is the function
8868 @code{gnus-button-mid-or-mail-heuristic}.
8869
8870 @item gnus-button-mid-or-mail-heuristic
8871 @findex gnus-button-mid-or-mail-heuristic
8872 Function that guesses whether its argument is a message ID or a mail
8873 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8874 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8875 string is invalid.
8876
8877 @item gnus-button-mid-or-mail-heuristic-alist
8878 @vindex gnus-button-mid-or-mail-heuristic-alist
8879 An alist of @code{(RATE . REGEXP)} pairs used by the function
8880 @code{gnus-button-mid-or-mail-heuristic}.
8881
8882 @c Stuff related to gnus-button-tex-level
8883
8884 @item gnus-button-ctan-handler
8885 @findex gnus-button-ctan-handler
8886 The function to use for displaying CTAN links.  It must take one
8887 argument, the string naming the URL.
8888
8889 @item gnus-ctan-url
8890 @vindex gnus-ctan-url
8891 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8892 by @code{gnus-button-ctan-handler}.
8893
8894 @c Misc stuff
8895
8896 @item gnus-article-button-face
8897 @vindex gnus-article-button-face
8898 Face used on buttons.
8899
8900 @item gnus-article-mouse-face
8901 @vindex gnus-article-mouse-face
8902 Face used when the mouse cursor is over a button.
8903
8904 @end table
8905
8906 @xref{Customizing Articles}, for how to buttonize articles automatically.
8907
8908
8909 @node Article Button Levels
8910 @subsection Article button levels
8911 @cindex button levels
8912 The higher the value of the variables @code{gnus-button-@var{*}-level},
8913 the more buttons will appear.  If the level is zero, no corresponding
8914 buttons are displayed.  With the default value (which is 5) you should
8915 already see quite a lot of buttons.  With higher levels, you will see
8916 more buttons, but you may also get more false positives.  To avoid them,
8917 you can set the variables @code{gnus-button-@var{*}-level} local to
8918 specific groups (@pxref{Group Parameters}).  Here's an example for the
8919 variable @code{gnus-parameters}:
8920
8921 @lisp
8922 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8923 (setq gnus-parameters
8924       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8925         ("\\<unix\\>"               (gnus-button-man-level 10))
8926         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8927 @end lisp
8928
8929 @table @code
8930
8931 @item gnus-button-browse-level
8932 @vindex gnus-button-browse-level
8933 Controls the display of references to message IDs, mail addresses and
8934 news URLs.  Related variables and functions include
8935 @code{gnus-button-url-regexp}, @code{browse-url}, and
8936 @code{browse-url-browser-function}.
8937
8938 @item gnus-button-emacs-level
8939 @vindex gnus-button-emacs-level
8940 Controls the display of Emacs or Gnus references.  Related functions are
8941 @code{gnus-button-handle-custom},
8942 @code{gnus-button-handle-describe-function},
8943 @code{gnus-button-handle-describe-variable},
8944 @code{gnus-button-handle-symbol},
8945 @code{gnus-button-handle-describe-key},
8946 @code{gnus-button-handle-apropos},
8947 @code{gnus-button-handle-apropos-command},
8948 @code{gnus-button-handle-apropos-variable},
8949 @code{gnus-button-handle-apropos-documentation}, and
8950 @code{gnus-button-handle-library}.
8951
8952 @item gnus-button-man-level
8953 @vindex gnus-button-man-level
8954 Controls the display of references to (Unix) man pages.
8955 See @code{gnus-button-man-handler}.
8956
8957 @item gnus-button-message-level
8958 @vindex gnus-button-message-level
8959 Controls the display of message IDs, mail addresses and news URLs.
8960 Related variables and functions include
8961 @code{gnus-button-mid-or-mail-regexp},
8962 @code{gnus-button-prefer-mid-or-mail},
8963 @code{gnus-button-mid-or-mail-heuristic}, and
8964 @code{gnus-button-mid-or-mail-heuristic-alist}.
8965
8966 @item gnus-button-tex-level
8967 @vindex gnus-button-tex-level
8968 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8969 URLs.  See the variables @code{gnus-ctan-url},
8970 @code{gnus-button-ctan-handler},
8971 @code{gnus-button-ctan-directory-regexp}, and
8972 @code{gnus-button-handle-ctan-bogus-regexp}.
8973
8974 @end table
8975
8976
8977 @node Article Date
8978 @subsection Article Date
8979
8980 The date is most likely generated in some obscure timezone you've never
8981 heard of, so it's quite nice to be able to find out what the time was
8982 when the article was sent.
8983
8984 @table @kbd
8985
8986 @item W T u
8987 @kindex W T u (Summary)
8988 @findex gnus-article-date-ut
8989 Display the date in UT (aka. GMT, aka ZULU)
8990 (@code{gnus-article-date-ut}).
8991
8992 @item W T i
8993 @kindex W T i (Summary)
8994 @findex gnus-article-date-iso8601
8995 @cindex ISO 8601
8996 Display the date in international format, aka. ISO 8601
8997 (@code{gnus-article-date-iso8601}).
8998
8999 @item W T l
9000 @kindex W T l (Summary)
9001 @findex gnus-article-date-local
9002 Display the date in the local timezone (@code{gnus-article-date-local}).
9003
9004 @item W T p
9005 @kindex W T p (Summary)
9006 @findex gnus-article-date-english
9007 Display the date in a format that's easily pronounceable in English
9008 (@code{gnus-article-date-english}).
9009
9010 @item W T s
9011 @kindex W T s (Summary)
9012 @vindex gnus-article-time-format
9013 @findex gnus-article-date-user
9014 @findex format-time-string
9015 Display the date using a user-defined format
9016 (@code{gnus-article-date-user}).  The format is specified by the
9017 @code{gnus-article-time-format} variable, and is a string that's passed
9018 to @code{format-time-string}.  See the documentation of that variable
9019 for a list of possible format specs.
9020
9021 @item W T e
9022 @kindex W T e (Summary)
9023 @findex gnus-article-date-lapsed
9024 @findex gnus-start-date-timer
9025 @findex gnus-stop-date-timer
9026 Say how much time has elapsed between the article was posted and now
9027 (@code{gnus-article-date-lapsed}).  It looks something like:
9028
9029 @example
9030 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9031 @end example
9032
9033 @vindex gnus-article-date-lapsed-new-header
9034 The value of @code{gnus-article-date-lapsed-new-header} determines
9035 whether this header will just be added below the old Date one, or will
9036 replace it.
9037
9038 An advantage of using Gnus to read mail is that it converts simple bugs
9039 into wonderful absurdities.
9040
9041 If you want to have this line updated continually, you can put
9042
9043 @lisp
9044 (gnus-start-date-timer)
9045 @end lisp
9046
9047 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9048 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9049 command.
9050
9051 @item W T o
9052 @kindex W T o (Summary)
9053 @findex gnus-article-date-original
9054 Display the original date (@code{gnus-article-date-original}).  This can
9055 be useful if you normally use some other conversion function and are
9056 worried that it might be doing something totally wrong.  Say, claiming
9057 that the article was posted in 1854.  Although something like that is
9058 @emph{totally} impossible.  Don't you trust me? *titter*
9059
9060 @end table
9061
9062 @xref{Customizing Articles}, for how to display the date in your
9063 preferred format automatically.
9064
9065
9066 @node Article Display
9067 @subsection Article Display
9068 @cindex picons
9069 @cindex x-face
9070 @cindex smileys
9071
9072 These commands add various frivolous display gimmicks to the article
9073 buffer in Emacs versions that support them.
9074
9075 @code{X-Face} headers are small black-and-white images supplied by the
9076 message headers (@pxref{X-Face}).
9077
9078 @code{Face} headers are small colored images supplied by the message
9079 headers (@pxref{Face}).
9080
9081 Smileys are those little @samp{:-)} symbols that people like to litter
9082 their messages with (@pxref{Smileys}).
9083
9084 Picons, on the other hand, reside on your own system, and Gnus will
9085 try to match the headers to what you have (@pxref{Picons}).
9086
9087 All these functions are toggles---if the elements already exist,
9088 they'll be removed.
9089
9090 @table @kbd
9091 @item W D x
9092 @kindex W D x (Summary)
9093 @findex gnus-article-display-x-face
9094 Display an @code{X-Face} in the @code{From} header.
9095 (@code{gnus-article-display-x-face}).
9096
9097 @item W D d
9098 @kindex W D d (Summary)
9099 @findex gnus-article-display-face
9100 Display a @code{Face} in the @code{From} header.
9101 (@code{gnus-article-display-face}).
9102
9103 @item W D s
9104 @kindex W D s (Summary)
9105 @findex gnus-treat-smiley
9106 Display smileys (@code{gnus-treat-smiley}).
9107
9108 @item W D f
9109 @kindex W D f (Summary)
9110 @findex gnus-treat-from-picon
9111 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9112
9113 @item W D m
9114 @kindex W D m (Summary)
9115 @findex gnus-treat-mail-picon
9116 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9117 (@code{gnus-treat-mail-picon}).
9118
9119 @item W D n
9120 @kindex W D n (Summary)
9121 @findex gnus-treat-newsgroups-picon
9122 Piconify all news headers (i. e., @code{Newsgroups} and
9123 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9124
9125 @item W D D
9126 @kindex W D D (Summary)
9127 @findex gnus-article-remove-images
9128 Remove all images from the article buffer
9129 (@code{gnus-article-remove-images}).
9130
9131 @end table
9132
9133
9134
9135 @node Article Signature
9136 @subsection Article Signature
9137 @cindex signatures
9138 @cindex article signature
9139
9140 @vindex gnus-signature-separator
9141 Each article is divided into two parts---the head and the body.  The
9142 body can be divided into a signature part and a text part.  The variable
9143 that says what is to be considered a signature is
9144 @code{gnus-signature-separator}.  This is normally the standard
9145 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9146 non-standard signature separators, so this variable can also be a list
9147 of regular expressions to be tested, one by one.  (Searches are done
9148 from the end of the body towards the beginning.)  One likely value is:
9149
9150 @lisp
9151 (setq gnus-signature-separator
9152       '("^-- $"         ; @r{The standard}
9153         "^-- *$"        ; @r{A common mangling}
9154         "^-------*$"    ; @r{Many people just use a looong}
9155                         ; @r{line of dashes.  Shame!}
9156         "^ *--------*$" ; @r{Double-shame!}
9157         "^________*$"   ; @r{Underscores are also popular}
9158         "^========*$")) ; @r{Pervert!}
9159 @end lisp
9160
9161 The more permissive you are, the more likely it is that you'll get false
9162 positives.
9163
9164 @vindex gnus-signature-limit
9165 @code{gnus-signature-limit} provides a limit to what is considered a
9166 signature when displaying articles.
9167
9168 @enumerate
9169 @item
9170 If it is an integer, no signature may be longer (in characters) than
9171 that integer.
9172 @item
9173 If it is a floating point number, no signature may be longer (in lines)
9174 than that number.
9175 @item
9176 If it is a function, the function will be called without any parameters,
9177 and if it returns @code{nil}, there is no signature in the buffer.
9178 @item
9179 If it is a string, it will be used as a regexp.  If it matches, the text
9180 in question is not a signature.
9181 @end enumerate
9182
9183 This variable can also be a list where the elements may be of the types
9184 listed above.  Here's an example:
9185
9186 @lisp
9187 (setq gnus-signature-limit
9188       '(200.0 "^---*Forwarded article"))
9189 @end lisp
9190
9191 This means that if there are more than 200 lines after the signature
9192 separator, or the text after the signature separator is matched by
9193 the regular expression @samp{^---*Forwarded article}, then it isn't a
9194 signature after all.
9195
9196
9197 @node Article Miscellanea
9198 @subsection Article Miscellanea
9199
9200 @table @kbd
9201 @item A t
9202 @kindex A t (Summary)
9203 @findex gnus-article-babel
9204 Translate the article from one language to another
9205 (@code{gnus-article-babel}).
9206
9207 @end table
9208
9209
9210 @node MIME Commands
9211 @section MIME Commands
9212 @cindex MIME decoding
9213 @cindex attachments
9214 @cindex viewing attachments
9215
9216 The following commands all understand the numerical prefix.  For
9217 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9218
9219 @table @kbd
9220 @item b
9221 @itemx K v
9222 @kindex b (Summary)
9223 @kindex K v (Summary)
9224 View the @acronym{MIME} part.
9225
9226 @item K o
9227 @kindex K o (Summary)
9228 Save the @acronym{MIME} part.
9229
9230 @item K c
9231 @kindex K c (Summary)
9232 Copy the @acronym{MIME} part.
9233
9234 @item K e
9235 @kindex K e (Summary)
9236 View the @acronym{MIME} part externally.
9237
9238 @item K i
9239 @kindex K i (Summary)
9240 View the @acronym{MIME} part internally.
9241
9242 @item K |
9243 @kindex K | (Summary)
9244 Pipe the @acronym{MIME} part to an external command.
9245 @end table
9246
9247 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9248 the same manner:
9249
9250 @table @kbd
9251 @item K b
9252 @kindex K b (Summary)
9253 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9254 mostly useful if you wish to save (or perform other actions) on inlined
9255 parts.
9256
9257 @item K m
9258 @kindex K m (Summary)
9259 @findex gnus-summary-repair-multipart
9260 Some multipart messages are transmitted with missing or faulty headers.
9261 This command will attempt to ``repair'' these messages so that they can
9262 be viewed in a more pleasant manner
9263 (@code{gnus-summary-repair-multipart}).
9264
9265 @item X m
9266 @kindex X m (Summary)
9267 @findex gnus-summary-save-parts
9268 Save all parts matching a @acronym{MIME} type to a directory
9269 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9270 convention (@pxref{Process/Prefix}).
9271
9272 @item M-t
9273 @kindex M-t (Summary)
9274 @findex gnus-summary-toggle-display-buttonized
9275 Toggle the buttonized display of the article buffer
9276 (@code{gnus-summary-toggle-display-buttonized}).
9277
9278 @item W M w
9279 @kindex W M w (Summary)
9280 @findex gnus-article-decode-mime-words
9281 Decode RFC 2047-encoded words in the article headers
9282 (@code{gnus-article-decode-mime-words}).
9283
9284 @item W M c
9285 @kindex W M c (Summary)
9286 @findex gnus-article-decode-charset
9287 Decode encoded article bodies as well as charsets
9288 (@code{gnus-article-decode-charset}).
9289
9290 This command looks in the @code{Content-Type} header to determine the
9291 charset.  If there is no such header in the article, you can give it a
9292 prefix, which will prompt for the charset to decode as.  In regional
9293 groups where people post using some common encoding (but do not
9294 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9295 parameter to the required charset (@pxref{Group Parameters}).
9296
9297 @item W M v
9298 @kindex W M v (Summary)
9299 @findex gnus-mime-view-all-parts
9300 View all the @acronym{MIME} parts in the current article
9301 (@code{gnus-mime-view-all-parts}).
9302
9303 @end table
9304
9305 Relevant variables:
9306
9307 @table @code
9308 @item gnus-ignored-mime-types
9309 @vindex gnus-ignored-mime-types
9310 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9311 this list will be completely ignored by Gnus.  The default value is
9312 @code{nil}.
9313
9314 To have all Vcards be ignored, you'd say something like this:
9315
9316 @lisp
9317 (setq gnus-ignored-mime-types
9318       '("text/x-vcard"))
9319 @end lisp
9320
9321 @item gnus-article-loose-mime
9322 @vindex gnus-article-loose-mime
9323 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9324 before interpreting the message as a @acronym{MIME} message.  This helps
9325 when reading messages from certain broken mail user agents.  The
9326 default is @code{nil}.
9327
9328 @item gnus-article-emulate-mime
9329 @vindex gnus-article-emulate-mime
9330 There are other, non-@acronym{MIME} encoding methods used.  The most common
9331 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9332 this variable is non-@code{nil}, Gnus will look in message bodies to
9333 see if it finds these encodings, and if so, it'll run them through the
9334 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9335
9336 @item gnus-unbuttonized-mime-types
9337 @vindex gnus-unbuttonized-mime-types
9338 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9339 this list won't have @acronym{MIME} buttons inserted unless they aren't
9340 displayed or this variable is overridden by
9341 @code{gnus-buttonized-mime-types}.  The default value is
9342 @code{(".*/.*")}.  This variable is only used when
9343 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9344
9345 @item gnus-buttonized-mime-types
9346 @vindex gnus-buttonized-mime-types
9347 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9348 this list will have @acronym{MIME} buttons inserted unless they aren't
9349 displayed.  This variable overrides
9350 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9351 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9352 is @code{nil}.
9353
9354 To see e.g. security buttons but no other buttons, you could set this
9355 variable to @code{("multipart/signed")} and leave
9356 @code{gnus-unbuttonized-mime-types} at the default value.
9357
9358 @item gnus-inhibit-mime-unbuttonizing
9359 @vindex gnus-inhibit-mime-unbuttonizing
9360 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9361 default value is @code{nil}.
9362
9363 @item gnus-article-mime-part-function
9364 @vindex gnus-article-mime-part-function
9365 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9366 handle as the parameter.  The function is meant to be used to allow
9367 users to gather information from the article (e. g., add Vcard info to
9368 the bbdb database) or to do actions based on parts (e. g., automatically
9369 save all jpegs into some directory).
9370
9371 Here's an example function the does the latter:
9372
9373 @lisp
9374 (defun my-save-all-jpeg-parts (handle)
9375   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9376     (with-temp-buffer
9377       (insert (mm-get-part handle))
9378       (write-region (point-min) (point-max)
9379                     (read-file-name "Save jpeg to: ")))))
9380 (setq gnus-article-mime-part-function
9381       'my-save-all-jpeg-parts)
9382 @end lisp
9383
9384 @vindex gnus-mime-multipart-functions
9385 @item gnus-mime-multipart-functions
9386 Alist of @acronym{MIME} multipart types and functions to handle them.
9387
9388 @vindex mm-file-name-rewrite-functions
9389 @item mm-file-name-rewrite-functions
9390 List of functions used for rewriting file names of @acronym{MIME} parts.
9391 Each function takes a file name as input and returns a file name.
9392
9393 Ready-made functions include@*
9394 @code{mm-file-name-delete-whitespace},
9395 @code{mm-file-name-trim-whitespace},
9396 @code{mm-file-name-collapse-whitespace}, and
9397 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9398 the variable @code{mm-file-name-replace-whitespace} to replace each
9399 whitespace character in a file name with that string; default value
9400 is @code{"_"} (a single underscore).
9401 @findex mm-file-name-delete-whitespace
9402 @findex mm-file-name-trim-whitespace
9403 @findex mm-file-name-collapse-whitespace
9404 @findex mm-file-name-replace-whitespace
9405 @vindex mm-file-name-replace-whitespace
9406
9407 The standard functions @code{capitalize}, @code{downcase},
9408 @code{upcase}, and @code{upcase-initials} may be useful, too.
9409
9410 Everybody knows that whitespace characters in file names are evil,
9411 except those who don't know.  If you receive lots of attachments from
9412 such unenlightened users, you can make live easier by adding
9413
9414 @lisp
9415 (setq mm-file-name-rewrite-functions
9416       '(mm-file-name-trim-whitespace
9417         mm-file-name-collapse-whitespace
9418         mm-file-name-replace-whitespace))
9419 @end lisp
9420
9421 @noindent
9422 to your @file{~/.gnus.el} file.
9423
9424 @end table
9425
9426
9427 @node Charsets
9428 @section Charsets
9429 @cindex charsets
9430
9431 People use different charsets, and we have @acronym{MIME} to let us know what
9432 charsets they use.  Or rather, we wish we had.  Many people use
9433 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9434 just send out messages without saying what character sets they use.  To
9435 help a bit with this, some local news hierarchies have policies that say
9436 what character set is the default.  For instance, the @samp{fj}
9437 hierarchy uses @code{iso-2022-jp-2}.
9438
9439 @vindex gnus-group-charset-alist
9440 This knowledge is encoded in the @code{gnus-group-charset-alist}
9441 variable, which is an alist of regexps (use the first item to match full
9442 group names) and default charsets to be used when reading these groups.
9443
9444 @vindex gnus-newsgroup-ignored-charsets
9445 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9446 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9447 even if they really are in @code{koi-8}.  To help here, the
9448 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9449 charsets that are listed here will be ignored.  The variable can be
9450 set on a group-by-group basis using the group parameters (@pxref{Group
9451 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9452 which includes values some agents insist on having in there.
9453
9454 @vindex gnus-group-posting-charset-alist
9455 When posting, @code{gnus-group-posting-charset-alist} is used to
9456 determine which charsets should not be encoded using the @acronym{MIME}
9457 encodings.  For instance, some hierarchies discourage using
9458 quoted-printable header encoding.
9459
9460 This variable is an alist of regexps and permitted unencoded charsets
9461 for posting.  Each element of the alist has the form @code{(}@var{test
9462 header body-list}@code{)}, where:
9463
9464 @table @var
9465 @item test
9466 is either a regular expression matching the newsgroup header or a
9467 variable to query,
9468 @item header
9469 is the charset which may be left unencoded in the header (@code{nil}
9470 means encode all charsets),
9471 @item body-list
9472 is a list of charsets which may be encoded using 8bit content-transfer
9473 encoding in the body, or one of the special values @code{nil} (always
9474 encode using quoted-printable) or @code{t} (always use 8bit).
9475 @end table
9476
9477 @cindex Russian
9478 @cindex koi8-r
9479 @cindex koi8-u
9480 @cindex iso-8859-5
9481 @cindex coding system aliases
9482 @cindex preferred charset
9483
9484 @xref{Encoding Customization, , Encoding Customization, emacs-mime,
9485 The Emacs MIME Manual}, for additional variables that control which
9486 MIME charsets are used when sending messages.
9487
9488 Other charset tricks that may be useful, although not Gnus-specific:
9489
9490 If there are several @acronym{MIME} charsets that encode the same Emacs
9491 charset, you can choose what charset to use by saying the following:
9492
9493 @lisp
9494 (put-charset-property 'cyrillic-iso8859-5
9495                       'preferred-coding-system 'koi8-r)
9496 @end lisp
9497
9498 This means that Russian will be encoded using @code{koi8-r} instead of
9499 the default @code{iso-8859-5} @acronym{MIME} charset.
9500
9501 If you want to read messages in @code{koi8-u}, you can cheat and say
9502
9503 @lisp
9504 (define-coding-system-alias 'koi8-u 'koi8-r)
9505 @end lisp
9506
9507 This will almost do the right thing.
9508
9509 And finally, to read charsets like @code{windows-1251}, you can say
9510 something like
9511
9512 @lisp
9513 (codepage-setup 1251)
9514 (define-coding-system-alias 'windows-1251 'cp1251)
9515 @end lisp
9516
9517
9518 @node Article Commands
9519 @section Article Commands
9520
9521 @table @kbd
9522
9523 @item A P
9524 @cindex PostScript
9525 @cindex printing
9526 @kindex A P (Summary)
9527 @vindex gnus-ps-print-hook
9528 @findex gnus-summary-print-article
9529 Generate and print a PostScript image of the article buffer
9530 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9531 be run just before printing the buffer.  An alternative way to print
9532 article is to use Muttprint (@pxref{Saving Articles}).
9533
9534 @end table
9535
9536
9537 @node Summary Sorting
9538 @section Summary Sorting
9539 @cindex summary sorting
9540
9541 You can have the summary buffer sorted in various ways, even though I
9542 can't really see why you'd want that.
9543
9544 @table @kbd
9545
9546 @item C-c C-s C-n
9547 @kindex C-c C-s C-n (Summary)
9548 @findex gnus-summary-sort-by-number
9549 Sort by article number (@code{gnus-summary-sort-by-number}).
9550
9551 @item C-c C-s C-a
9552 @kindex C-c C-s C-a (Summary)
9553 @findex gnus-summary-sort-by-author
9554 Sort by author (@code{gnus-summary-sort-by-author}).
9555
9556 @item C-c C-s C-s
9557 @kindex C-c C-s C-s (Summary)
9558 @findex gnus-summary-sort-by-subject
9559 Sort by subject (@code{gnus-summary-sort-by-subject}).
9560
9561 @item C-c C-s C-d
9562 @kindex C-c C-s C-d (Summary)
9563 @findex gnus-summary-sort-by-date
9564 Sort by date (@code{gnus-summary-sort-by-date}).
9565
9566 @item C-c C-s C-l
9567 @kindex C-c C-s C-l (Summary)
9568 @findex gnus-summary-sort-by-lines
9569 Sort by lines (@code{gnus-summary-sort-by-lines}).
9570
9571 @item C-c C-s C-c
9572 @kindex C-c C-s C-c (Summary)
9573 @findex gnus-summary-sort-by-chars
9574 Sort by article length (@code{gnus-summary-sort-by-chars}).
9575
9576 @item C-c C-s C-i
9577 @kindex C-c C-s C-i (Summary)
9578 @findex gnus-summary-sort-by-score
9579 Sort by score (@code{gnus-summary-sort-by-score}).
9580
9581 @item C-c C-s C-r
9582 @kindex C-c C-s C-r (Summary)
9583 @findex gnus-summary-sort-by-random
9584 Randomize (@code{gnus-summary-sort-by-random}).
9585
9586 @item C-c C-s C-o
9587 @kindex C-c C-s C-o (Summary)
9588 @findex gnus-summary-sort-by-original
9589 Sort using the default sorting method
9590 (@code{gnus-summary-sort-by-original}).
9591 @end table
9592
9593 These functions will work both when you use threading and when you don't
9594 use threading.  In the latter case, all summary lines will be sorted,
9595 line by line.  In the former case, sorting will be done on a
9596 root-by-root basis, which might not be what you were looking for.  To
9597 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9598 Commands}).
9599
9600
9601 @node Finding the Parent
9602 @section Finding the Parent
9603 @cindex parent articles
9604 @cindex referring articles
9605
9606 @table @kbd
9607 @item ^
9608 @kindex ^ (Summary)
9609 @findex gnus-summary-refer-parent-article
9610 If you'd like to read the parent of the current article, and it is not
9611 displayed in the summary buffer, you might still be able to.  That is,
9612 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9613 and the @code{References} in the current article are not mangled, you
9614 can just press @kbd{^} or @kbd{A r}
9615 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9616 you'll get the parent.  If the parent is already displayed in the
9617 summary buffer, point will just move to this article.
9618
9619 If given a positive numerical prefix, fetch that many articles back into
9620 the ancestry.  If given a negative numerical prefix, fetch just that
9621 ancestor.  So if you say @kbd{3 ^}, gnus will fetch the parent, the
9622 grandparent and the grandgrandparent of the current article.  If you say
9623 @kbd{-3 ^}, gnus will only fetch the grandgrandparent of the current
9624 article.
9625
9626 @item A R (Summary)
9627 @findex gnus-summary-refer-references
9628 @kindex A R (Summary)
9629 Fetch all articles mentioned in the @code{References} header of the
9630 article (@code{gnus-summary-refer-references}).
9631
9632 @item A T (Summary)
9633 @findex gnus-summary-refer-thread
9634 @kindex A T (Summary)
9635 Display the full thread where the current article appears
9636 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9637 headers in the current group to work, so it usually takes a while.  If
9638 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9639 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9640 visible effects normally, but it'll make this command work a whole lot
9641 faster.  Of course, it'll make group entry somewhat slow.
9642
9643 @vindex gnus-refer-thread-limit
9644 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9645 articles before the first displayed in the current group) headers to
9646 fetch when doing this command.  The default is 200.  If @code{t}, all
9647 the available headers will be fetched.  This variable can be overridden
9648 by giving the @kbd{A T} command a numerical prefix.
9649
9650 @item M-^ (Summary)
9651 @findex gnus-summary-refer-article
9652 @kindex M-^ (Summary)
9653 @cindex Message-ID
9654 @cindex fetching by Message-ID
9655 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9656 matter what group it belongs to.  @kbd{M-^}
9657 (@code{gnus-summary-refer-article}) will ask you for a
9658 @code{Message-ID}, which is one of those long, hard-to-read thingies
9659 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9660 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9661 @end table
9662
9663 The current select method will be used when fetching by
9664 @code{Message-ID} from non-news select method, but you can override this
9665 by giving this command a prefix.
9666
9667 @vindex gnus-refer-article-method
9668 If the group you are reading is located on a back end that does not
9669 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9670 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9671 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9672 updating the spool you are reading from, but that's not really
9673 necessary.
9674
9675 It can also be a list of select methods, as well as the special symbol
9676 @code{current}, which means to use the current select method.  If it
9677 is a list, Gnus will try all the methods in the list until it finds a
9678 match.
9679
9680 Here's an example setting that will first try the current method, and
9681 then ask Google if that fails:
9682
9683 @lisp
9684 (setq gnus-refer-article-method
9685       '(current
9686         (nnweb "google" (nnweb-type google))))
9687 @end lisp
9688
9689 Most of the mail back ends support fetching by @code{Message-ID}, but
9690 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9691 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9692 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9693 only able to locate articles that have been posted to the current
9694 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9695 not support this at all.
9696
9697
9698 @node Alternative Approaches
9699 @section Alternative Approaches
9700
9701 Different people like to read news using different methods.  This being
9702 gnus, we offer a small selection of minor modes for the summary buffers.
9703
9704 @menu
9705 * Pick and Read::               First mark articles and then read them.
9706 * Binary Groups::               Auto-decode all articles.
9707 @end menu
9708
9709
9710 @node Pick and Read
9711 @subsection Pick and Read
9712 @cindex pick and read
9713
9714 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9715 a two-phased reading interface.  The user first marks in a summary
9716 buffer the articles she wants to read.  Then she starts reading the
9717 articles with just an article buffer displayed.
9718
9719 @findex gnus-pick-mode
9720 @kindex M-x gnus-pick-mode
9721 Gnus provides a summary buffer minor mode that allows
9722 this---@code{gnus-pick-mode}.  This basically means that a few process
9723 mark commands become one-keystroke commands to allow easy marking, and
9724 it provides one additional command for switching to the summary buffer.
9725
9726 Here are the available keystrokes when using pick mode:
9727
9728 @table @kbd
9729 @item .
9730 @kindex . (Pick)
9731 @findex gnus-pick-article-or-thread
9732 Pick the article or thread on the current line
9733 (@code{gnus-pick-article-or-thread}).  If the variable
9734 @code{gnus-thread-hide-subtree} is true, then this key selects the
9735 entire thread when used at the first article of the thread.  Otherwise,
9736 it selects just the article.  If given a numerical prefix, go to that
9737 thread or article and pick it.  (The line number is normally displayed
9738 at the beginning of the summary pick lines.)
9739
9740 @item SPACE
9741 @kindex SPACE (Pick)
9742 @findex gnus-pick-next-page
9743 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9744 at the end of the buffer, start reading the picked articles.
9745
9746 @item u
9747 @kindex u (Pick)
9748 @findex gnus-pick-unmark-article-or-thread.
9749 Unpick the thread or article
9750 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9751 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9752 thread if used at the first article of the thread.  Otherwise it unpicks
9753 just the article.  You can give this key a numerical prefix to unpick
9754 the thread or article at that line.
9755
9756 @item RET
9757 @kindex RET (Pick)
9758 @findex gnus-pick-start-reading
9759 @vindex gnus-pick-display-summary
9760 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9761 given a prefix, mark all unpicked articles as read first.  If
9762 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9763 will still be visible when you are reading.
9764
9765 @end table
9766
9767 All the normal summary mode commands are still available in the
9768 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9769 which is mapped to the same function
9770 @code{gnus-summary-tick-article-forward}.
9771
9772 If this sounds like a good idea to you, you could say:
9773
9774 @lisp
9775 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9776 @end lisp
9777
9778 @vindex gnus-pick-mode-hook
9779 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9780
9781 @vindex gnus-mark-unpicked-articles-as-read
9782 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9783 all unpicked articles as read.  The default is @code{nil}.
9784
9785 @vindex gnus-summary-pick-line-format
9786 The summary line format in pick mode is slightly different from the
9787 standard format.  At the beginning of each line the line number is
9788 displayed.  The pick mode line format is controlled by the
9789 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9790 Variables}).  It accepts the same format specs that
9791 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9792
9793
9794 @node Binary Groups
9795 @subsection Binary Groups
9796 @cindex binary groups
9797
9798 @findex gnus-binary-mode
9799 @kindex M-x gnus-binary-mode
9800 If you spend much time in binary groups, you may grow tired of hitting
9801 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9802 is a minor mode for summary buffers that makes all ordinary Gnus article
9803 selection functions uudecode series of articles and display the result
9804 instead of just displaying the articles the normal way.
9805
9806 @kindex g (Binary)
9807 @findex gnus-binary-show-article
9808 The only way, in fact, to see the actual articles is the @kbd{g}
9809 command, when you have turned on this mode
9810 (@code{gnus-binary-show-article}).
9811
9812 @vindex gnus-binary-mode-hook
9813 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9814
9815
9816 @node Tree Display
9817 @section Tree Display
9818 @cindex trees
9819
9820 @vindex gnus-use-trees
9821 If you don't like the normal gnus summary display, you might try setting
9822 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9823 additional @dfn{tree buffer}.  You can execute all summary mode commands
9824 in the tree buffer.
9825
9826 There are a few variables to customize the tree display, of course:
9827
9828 @table @code
9829 @item gnus-tree-mode-hook
9830 @vindex gnus-tree-mode-hook
9831 A hook called in all tree mode buffers.
9832
9833 @item gnus-tree-mode-line-format
9834 @vindex gnus-tree-mode-line-format
9835 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9836 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9837 of valid specs, @pxref{Summary Buffer Mode Line}.
9838
9839 @item gnus-selected-tree-face
9840 @vindex gnus-selected-tree-face
9841 Face used for highlighting the selected article in the tree buffer.  The
9842 default is @code{modeline}.
9843
9844 @item gnus-tree-line-format
9845 @vindex gnus-tree-line-format
9846 A format string for the tree nodes.  The name is a bit of a misnomer,
9847 though---it doesn't define a line, but just the node.  The default value
9848 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9849 the name of the poster.  It is vital that all nodes are of the same
9850 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9851
9852 Valid specs are:
9853
9854 @table @samp
9855 @item n
9856 The name of the poster.
9857 @item f
9858 The @code{From} header.
9859 @item N
9860 The number of the article.
9861 @item [
9862 The opening bracket.
9863 @item ]
9864 The closing bracket.
9865 @item s
9866 The subject.
9867 @end table
9868
9869 @xref{Formatting Variables}.
9870
9871 Variables related to the display are:
9872
9873 @table @code
9874 @item gnus-tree-brackets
9875 @vindex gnus-tree-brackets
9876 This is used for differentiating between ``real'' articles and
9877 ``sparse'' articles.  The format is
9878 @example
9879 ((@var{real-open} . @var{real-close})
9880  (@var{sparse-open} . @var{sparse-close})
9881  (@var{dummy-open} . @var{dummy-close}))
9882 @end example
9883 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9884
9885 @item gnus-tree-parent-child-edges
9886 @vindex gnus-tree-parent-child-edges
9887 This is a list that contains the characters used for connecting parent
9888 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9889
9890 @end table
9891
9892 @item gnus-tree-minimize-window
9893 @vindex gnus-tree-minimize-window
9894 If this variable is non-@code{nil}, gnus will try to keep the tree
9895 buffer as small as possible to allow more room for the other gnus
9896 windows.  If this variable is a number, the tree buffer will never be
9897 higher than that number.  The default is @code{t}.  Note that if you
9898 have several windows displayed side-by-side in a frame and the tree
9899 buffer is one of these, minimizing the tree window will also resize all
9900 other windows displayed next to it.
9901
9902 You may also wish to add the following hook to keep the window minimized
9903 at all times:
9904
9905 @lisp
9906 (add-hook 'gnus-configure-windows-hook
9907           'gnus-tree-perhaps-minimize)
9908 @end lisp
9909
9910 @item gnus-generate-tree-function
9911 @vindex gnus-generate-tree-function
9912 @findex gnus-generate-horizontal-tree
9913 @findex gnus-generate-vertical-tree
9914 The function that actually generates the thread tree.  Two predefined
9915 functions are available: @code{gnus-generate-horizontal-tree} and
9916 @code{gnus-generate-vertical-tree} (which is the default).
9917
9918 @end table
9919
9920 Here's an example from a horizontal tree buffer:
9921
9922 @example
9923 @{***@}-(***)-[odd]-[Gun]
9924      |      \[Jan]
9925      |      \[odd]-[Eri]
9926      |      \(***)-[Eri]
9927      |            \[odd]-[Paa]
9928      \[Bjo]
9929      \[Gun]
9930      \[Gun]-[Jor]
9931 @end example
9932
9933 Here's the same thread displayed in a vertical tree buffer:
9934
9935 @example
9936 @group
9937 @{***@}
9938   |--------------------------\-----\-----\
9939 (***)                         [Bjo] [Gun] [Gun]
9940   |--\-----\-----\                          |
9941 [odd] [Jan] [odd] (***)                   [Jor]
9942   |           |     |--\
9943 [Gun]       [Eri] [Eri] [odd]
9944                           |
9945                         [Paa]
9946 @end group
9947 @end example
9948
9949 If you're using horizontal trees, it might be nice to display the trees
9950 side-by-side with the summary buffer.  You could add something like the
9951 following to your @file{~/.gnus.el} file:
9952
9953 @lisp
9954 (setq gnus-use-trees t
9955       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9956       gnus-tree-minimize-window nil)
9957 (gnus-add-configuration
9958  '(article
9959    (vertical 1.0
9960              (horizontal 0.25
9961                          (summary 0.75 point)
9962                          (tree 1.0))
9963              (article 1.0))))
9964 @end lisp
9965
9966 @xref{Window Layout}.
9967
9968
9969 @node Mail Group Commands
9970 @section Mail Group Commands
9971 @cindex mail group commands
9972
9973 Some commands only make sense in mail groups.  If these commands are
9974 invalid in the current group, they will raise a hell and let you know.
9975
9976 All these commands (except the expiry and edit commands) use the
9977 process/prefix convention (@pxref{Process/Prefix}).
9978
9979 @table @kbd
9980
9981 @item B e
9982 @kindex B e (Summary)
9983 @findex gnus-summary-expire-articles
9984 Run all expirable articles in the current group through the expiry
9985 process (@code{gnus-summary-expire-articles}).  That is, delete all
9986 expirable articles in the group that have been around for a while.
9987 (@pxref{Expiring Mail}).
9988
9989 @item B C-M-e
9990 @kindex B C-M-e (Summary)
9991 @findex gnus-summary-expire-articles-now
9992 Delete all the expirable articles in the group
9993 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9994 articles eligible for expiry in the current group will
9995 disappear forever into that big @file{/dev/null} in the sky.
9996
9997 @item B DEL
9998 @kindex B DEL (Summary)
9999 @findex gnus-summary-delete-article
10000 @c @icon{gnus-summary-mail-delete}
10001 Delete the mail article.  This is ``delete'' as in ``delete it from your
10002 disk forever and ever, never to return again.'' Use with caution.
10003 (@code{gnus-summary-delete-article}).
10004
10005 @item B m
10006 @kindex B m (Summary)
10007 @cindex move mail
10008 @findex gnus-summary-move-article
10009 @vindex gnus-preserve-marks
10010 Move the article from one mail group to another
10011 (@code{gnus-summary-move-article}).  Marks will be preserved if
10012 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10013
10014 @item B c
10015 @kindex B c (Summary)
10016 @cindex copy mail
10017 @findex gnus-summary-copy-article
10018 @c @icon{gnus-summary-mail-copy}
10019 Copy the article from one group (mail group or not) to a mail group
10020 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10021 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10022
10023 @item B B
10024 @kindex B B (Summary)
10025 @cindex crosspost mail
10026 @findex gnus-summary-crosspost-article
10027 Crosspost the current article to some other group
10028 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10029 the article in the other group, and the Xref headers of the article will
10030 be properly updated.
10031
10032 @item B i
10033 @kindex B i (Summary)
10034 @findex gnus-summary-import-article
10035 Import an arbitrary file into the current mail newsgroup
10036 (@code{gnus-summary-import-article}).  You will be prompted for a file
10037 name, a @code{From} header and a @code{Subject} header.
10038
10039 @item B I
10040 @kindex B I (Summary)
10041 @findex gnus-summary-create-article
10042 Create an empty article in the current mail newsgroups
10043 (@code{gnus-summary-create-article}).  You will be prompted for a
10044 @code{From} header and a @code{Subject} header.
10045
10046 @item B r
10047 @kindex B r (Summary)
10048 @findex gnus-summary-respool-article
10049 @vindex gnus-summary-respool-default-method
10050 Respool the mail article (@code{gnus-summary-respool-article}).
10051 @code{gnus-summary-respool-default-method} will be used as the default
10052 select method when respooling.  This variable is @code{nil} by default,
10053 which means that the current group select method will be used instead.
10054 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10055 (which is the default).
10056
10057 @item B w
10058 @itemx e
10059 @kindex B w (Summary)
10060 @kindex e (Summary)
10061 @findex gnus-summary-edit-article
10062 @kindex C-c C-c (Article)
10063 @findex gnus-summary-edit-article-done
10064 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10065 editing and make the changes permanent, type @kbd{C-c C-c}
10066 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10067 @kbd{C-c C-c} command, gnus won't re-highlight the article.
10068
10069 @item B q
10070 @kindex B q (Summary)
10071 @findex gnus-summary-respool-query
10072 If you want to re-spool an article, you might be curious as to what group
10073 the article will end up in before you do the re-spooling.  This command
10074 will tell you (@code{gnus-summary-respool-query}).
10075
10076 @item B t
10077 @kindex B t (Summary)
10078 @findex gnus-summary-respool-trace
10079 Similarly, this command will display all fancy splitting patterns used
10080 when respooling, if any (@code{gnus-summary-respool-trace}).
10081
10082 @item B p
10083 @kindex B p (Summary)
10084 @findex gnus-summary-article-posted-p
10085 Some people have a tendency to send you ``courtesy'' copies when they
10086 follow up to articles you have posted.  These usually have a
10087 @code{Newsgroups} header in them, but not always.  This command
10088 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10089 article from your news server (or rather, from
10090 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10091 report back whether it found the article or not.  Even if it says that
10092 it didn't find the article, it may have been posted anyway---mail
10093 propagation is much faster than news propagation, and the news copy may
10094 just not have arrived yet.
10095
10096 @item K E
10097 @kindex K E (Summary)
10098 @findex gnus-article-encrypt-body
10099 @vindex gnus-article-encrypt-protocol
10100 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10101 The body is encrypted with the encryption protocol specified by the
10102 variable @code{gnus-article-encrypt-protocol}.
10103
10104 @end table
10105
10106 @vindex gnus-move-split-methods
10107 @cindex moving articles
10108 If you move (or copy) articles regularly, you might wish to have gnus
10109 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10110 variable that uses the same syntax as @code{gnus-split-methods}
10111 (@pxref{Saving Articles}).  You may customize that variable to create
10112 suggestions you find reasonable.  (Note that
10113 @code{gnus-move-split-methods} uses group names where
10114 @code{gnus-split-methods} uses file names.)
10115
10116 @lisp
10117 (setq gnus-move-split-methods
10118       '(("^From:.*Lars Magne" "nnml:junk")
10119         ("^Subject:.*gnus" "nnfolder:important")
10120         (".*" "nnml:misc")))
10121 @end lisp
10122
10123
10124 @node Various Summary Stuff
10125 @section Various Summary Stuff
10126
10127 @menu
10128 * Summary Group Information::   Information oriented commands.
10129 * Searching for Articles::      Multiple article commands.
10130 * Summary Generation Commands::
10131 * Really Various Summary Commands::  Those pesky non-conformant commands.
10132 @end menu
10133
10134 @table @code
10135 @vindex gnus-summary-display-while-building
10136 @item gnus-summary-display-while-building
10137 If non-@code{nil}, show and update the summary buffer as it's being
10138 built.  If @code{t}, update the buffer after every line is inserted.
10139 If the value is an integer, @var{n}, update the display every @var{n}
10140 lines.  The default is @code{nil}.
10141
10142 @vindex gnus-summary-display-arrow
10143 @item gnus-summary-display-arrow
10144 If non-@code{nil}, display an arrow in the fringe to indicate the
10145 current article.
10146
10147 @vindex gnus-summary-mode-hook
10148 @item gnus-summary-mode-hook
10149 This hook is called when creating a summary mode buffer.
10150
10151 @vindex gnus-summary-generate-hook
10152 @item gnus-summary-generate-hook
10153 This is called as the last thing before doing the threading and the
10154 generation of the summary buffer.  It's quite convenient for customizing
10155 the threading variables based on what data the newsgroup has.  This hook
10156 is called from the summary buffer after most summary buffer variables
10157 have been set.
10158
10159 @vindex gnus-summary-prepare-hook
10160 @item gnus-summary-prepare-hook
10161 It is called after the summary buffer has been generated.  You might use
10162 it to, for instance, highlight lines or modify the look of the buffer in
10163 some other ungodly manner.  I don't care.
10164
10165 @vindex gnus-summary-prepared-hook
10166 @item gnus-summary-prepared-hook
10167 A hook called as the very last thing after the summary buffer has been
10168 generated.
10169
10170 @vindex gnus-summary-ignore-duplicates
10171 @item gnus-summary-ignore-duplicates
10172 When gnus discovers two articles that have the same @code{Message-ID},
10173 it has to do something drastic.  No articles are allowed to have the
10174 same @code{Message-ID}, but this may happen when reading mail from some
10175 sources.  Gnus allows you to customize what happens with this variable.
10176 If it is @code{nil} (which is the default), gnus will rename the
10177 @code{Message-ID} (for display purposes only) and display the article as
10178 any other article.  If this variable is @code{t}, it won't display the
10179 article---it'll be as if it never existed.
10180
10181 @vindex gnus-alter-articles-to-read-function
10182 @item gnus-alter-articles-to-read-function
10183 This function, which takes two parameters (the group name and the list
10184 of articles to be selected), is called to allow the user to alter the
10185 list of articles to be selected.
10186
10187 For instance, the following function adds the list of cached articles to
10188 the list in one particular group:
10189
10190 @lisp
10191 (defun my-add-cached-articles (group articles)
10192   (if (string= group "some.group")
10193       (append gnus-newsgroup-cached articles)
10194     articles))
10195 @end lisp
10196
10197 @vindex gnus-newsgroup-variables
10198 @item gnus-newsgroup-variables
10199 A list of newsgroup (summary buffer) local variables, or cons of
10200 variables and their default expressions to be evalled (when the default
10201 values are not @code{nil}), that should be made global while the summary
10202 buffer is active.
10203
10204 Note: The default expressions will be evaluated (using function
10205 @code{eval}) before assignment to the local variable rather than just
10206 assigned to it.  If the default expression is the symbol @code{global},
10207 that symbol will not be evaluated but the global value of the local
10208 variable will be used instead.
10209
10210 These variables can be used to set variables in the group parameters
10211 while still allowing them to affect operations done in other
10212 buffers.  For example:
10213
10214 @lisp
10215 (setq gnus-newsgroup-variables
10216       '(message-use-followup-to
10217         (gnus-visible-headers .
10218  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10219 @end lisp
10220
10221 Also @pxref{Group Parameters}.
10222 @end table
10223
10224
10225 @node Summary Group Information
10226 @subsection Summary Group Information
10227
10228 @table @kbd
10229
10230 @item H f
10231 @kindex H f (Summary)
10232 @findex gnus-summary-fetch-faq
10233 @vindex gnus-group-faq-directory
10234 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10235 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10236 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10237 is usually a directory on a remote machine.  This variable can also be
10238 a list of directories.  In that case, giving a prefix to this command
10239 will allow you to choose between the various sites.  @code{ange-ftp}
10240 or @code{efs} will probably be used for fetching the file.
10241
10242 @item H d
10243 @kindex H d (Summary)
10244 @findex gnus-summary-describe-group
10245 Give a brief description of the current group
10246 (@code{gnus-summary-describe-group}).  If given a prefix, force
10247 rereading the description from the server.
10248
10249 @item H h
10250 @kindex H h (Summary)
10251 @findex gnus-summary-describe-briefly
10252 Give an extremely brief description of the most important summary
10253 keystrokes (@code{gnus-summary-describe-briefly}).
10254
10255 @item H i
10256 @kindex H i (Summary)
10257 @findex gnus-info-find-node
10258 Go to the gnus info node (@code{gnus-info-find-node}).
10259 @end table
10260
10261
10262 @node Searching for Articles
10263 @subsection Searching for Articles
10264
10265 @table @kbd
10266
10267 @item M-s
10268 @kindex M-s (Summary)
10269 @findex gnus-summary-search-article-forward
10270 Search through all subsequent (raw) articles for a regexp
10271 (@code{gnus-summary-search-article-forward}).
10272
10273 @item M-r
10274 @kindex M-r (Summary)
10275 @findex gnus-summary-search-article-backward
10276 Search through all previous (raw) articles for a regexp
10277 (@code{gnus-summary-search-article-backward}).
10278
10279 @item &
10280 @kindex & (Summary)
10281 @findex gnus-summary-execute-command
10282 This command will prompt you for a header, a regular expression to match
10283 on this field, and a command to be executed if the match is made
10284 (@code{gnus-summary-execute-command}).  If the header is an empty
10285 string, the match is done on the entire article.  If given a prefix,
10286 search backward instead.
10287
10288 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10289 all articles that have heads or bodies that match @samp{some.*string}.
10290
10291 @item M-&
10292 @kindex M-& (Summary)
10293 @findex gnus-summary-universal-argument
10294 Perform any operation on all articles that have been marked with
10295 the process mark (@code{gnus-summary-universal-argument}).
10296 @end table
10297
10298 @node Summary Generation Commands
10299 @subsection Summary Generation Commands
10300
10301 @table @kbd
10302
10303 @item Y g
10304 @kindex Y g (Summary)
10305 @findex gnus-summary-prepare
10306 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10307
10308 @item Y c
10309 @kindex Y c (Summary)
10310 @findex gnus-summary-insert-cached-articles
10311 Pull all cached articles (for the current group) into the summary buffer
10312 (@code{gnus-summary-insert-cached-articles}).
10313
10314 @item Y d
10315 @kindex Y d (Summary)
10316 @findex gnus-summary-insert-dormant-articles
10317 Pull all dormant articles (for the current group) into the summary buffer
10318 (@code{gnus-summary-insert-dormant-articles}).
10319
10320 @end table
10321
10322
10323 @node Really Various Summary Commands
10324 @subsection Really Various Summary Commands
10325
10326 @table @kbd
10327
10328 @item A D
10329 @itemx C-d
10330 @kindex C-d (Summary)
10331 @kindex A D (Summary)
10332 @findex gnus-summary-enter-digest-group
10333 If the current article is a collection of other articles (for instance,
10334 a digest), you might use this command to enter a group based on the that
10335 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10336 guess what article type is currently displayed unless you give a prefix
10337 to this command, which forces a ``digest'' interpretation.  Basically,
10338 whenever you see a message that is a collection of other messages of
10339 some format, you @kbd{C-d} and read these messages in a more convenient
10340 fashion.
10341
10342 @item C-M-d
10343 @kindex C-M-d (Summary)
10344 @findex gnus-summary-read-document
10345 This command is very similar to the one above, but lets you gather
10346 several documents into one biiig group
10347 (@code{gnus-summary-read-document}).  It does this by opening several
10348 @code{nndoc} groups for each document, and then opening an
10349 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10350 command understands the process/prefix convention
10351 (@pxref{Process/Prefix}).
10352
10353 @item C-t
10354 @kindex C-t (Summary)
10355 @findex gnus-summary-toggle-truncation
10356 Toggle truncation of summary lines
10357 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10358 line centering function in the summary buffer, so it's not a good idea
10359 to have truncation switched off while reading articles.
10360
10361 @item =
10362 @kindex = (Summary)
10363 @findex gnus-summary-expand-window
10364 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10365 If given a prefix, force an @code{article} window configuration.
10366
10367 @item C-M-e
10368 @kindex C-M-e (Summary)
10369 @findex gnus-summary-edit-parameters
10370 Edit the group parameters (@pxref{Group Parameters}) of the current
10371 group (@code{gnus-summary-edit-parameters}).
10372
10373 @item C-M-a
10374 @kindex C-M-a (Summary)
10375 @findex gnus-summary-customize-parameters
10376 Customize the group parameters (@pxref{Group Parameters}) of the current
10377 group (@code{gnus-summary-customize-parameters}).
10378
10379 @end table
10380
10381
10382 @node Exiting the Summary Buffer
10383 @section Exiting the Summary Buffer
10384 @cindex summary exit
10385 @cindex exiting groups
10386
10387 Exiting from the summary buffer will normally update all info on the
10388 group and return you to the group buffer.
10389
10390 @table @kbd
10391
10392 @item Z Z
10393 @itemx Z Q
10394 @itemx q
10395 @kindex Z Z (Summary)
10396 @kindex Z Q (Summary)
10397 @kindex q (Summary)
10398 @findex gnus-summary-exit
10399 @vindex gnus-summary-exit-hook
10400 @vindex gnus-summary-prepare-exit-hook
10401 @vindex gnus-group-no-more-groups-hook
10402 @c @icon{gnus-summary-exit}
10403 Exit the current group and update all information on the group
10404 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10405 called before doing much of the exiting, which calls
10406 @code{gnus-summary-expire-articles} by default.
10407 @code{gnus-summary-exit-hook} is called after finishing the exit
10408 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10409 group mode having no more (unread) groups.
10410
10411 @item Z E
10412 @itemx Q
10413 @kindex Z E (Summary)
10414 @kindex Q (Summary)
10415 @findex gnus-summary-exit-no-update
10416 Exit the current group without updating any information on the group
10417 (@code{gnus-summary-exit-no-update}).
10418
10419 @item Z c
10420 @itemx c
10421 @kindex Z c (Summary)
10422 @kindex c (Summary)
10423 @findex gnus-summary-catchup-and-exit
10424 @c @icon{gnus-summary-catchup-and-exit}
10425 Mark all unticked articles in the group as read and then exit
10426 (@code{gnus-summary-catchup-and-exit}).
10427
10428 @item Z C
10429 @kindex Z C (Summary)
10430 @findex gnus-summary-catchup-all-and-exit
10431 Mark all articles, even the ticked ones, as read and then exit
10432 (@code{gnus-summary-catchup-all-and-exit}).
10433
10434 @item Z n
10435 @kindex Z n (Summary)
10436 @findex gnus-summary-catchup-and-goto-next-group
10437 Mark all articles as read and go to the next group
10438 (@code{gnus-summary-catchup-and-goto-next-group}).
10439
10440 @item Z R
10441 @itemx C-x C-s
10442 @kindex Z R (Summary)
10443 @kindex C-x C-s (Summary)
10444 @findex gnus-summary-reselect-current-group
10445 Exit this group, and then enter it again
10446 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10447 all articles, both read and unread.
10448
10449 @item Z G
10450 @itemx M-g
10451 @kindex Z G (Summary)
10452 @kindex M-g (Summary)
10453 @findex gnus-summary-rescan-group
10454 @c @icon{gnus-summary-mail-get}
10455 Exit the group, check for new articles in the group, and select the
10456 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10457 articles, both read and unread.
10458
10459 @item Z N
10460 @kindex Z N (Summary)
10461 @findex gnus-summary-next-group
10462 Exit the group and go to the next group
10463 (@code{gnus-summary-next-group}).
10464
10465 @item Z P
10466 @kindex Z P (Summary)
10467 @findex gnus-summary-prev-group
10468 Exit the group and go to the previous group
10469 (@code{gnus-summary-prev-group}).
10470
10471 @item Z s
10472 @kindex Z s (Summary)
10473 @findex gnus-summary-save-newsrc
10474 Save the current number of read/marked articles in the dribble buffer
10475 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10476 given a prefix, also save the @file{.newsrc} file(s).  Using this
10477 command will make exit without updating (the @kbd{Q} command) worthless.
10478 @end table
10479
10480 @vindex gnus-exit-group-hook
10481 @code{gnus-exit-group-hook} is called when you exit the current group
10482 with an ``updating'' exit.  For instance @kbd{Q}
10483 (@code{gnus-summary-exit-no-update}) does not call this hook.
10484
10485 @findex gnus-summary-wake-up-the-dead
10486 @findex gnus-dead-summary-mode
10487 @vindex gnus-kill-summary-on-exit
10488 If you're in the habit of exiting groups, and then changing your mind
10489 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10490 If you do that, gnus won't kill the summary buffer when you exit it.
10491 (Quelle surprise!)  Instead it will change the name of the buffer to
10492 something like @samp{*Dead Summary ... *} and install a minor mode
10493 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10494 buffer, you'll find that all keys are mapped to a function called
10495 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10496 summary buffer will result in a live, normal summary buffer.
10497
10498 There will never be more than one dead summary buffer at any one time.
10499
10500 @vindex gnus-use-cross-reference
10501 The data on the current group will be updated (which articles you have
10502 read, which articles you have replied to, etc.) when you exit the
10503 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10504 @code{t} (which is the default), articles that are cross-referenced to
10505 this group and are marked as read, will also be marked as read in the
10506 other subscribed groups they were cross-posted to.  If this variable is
10507 neither @code{nil} nor @code{t}, the article will be marked as read in
10508 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10509
10510
10511 @node Crosspost Handling
10512 @section Crosspost Handling
10513
10514 @cindex velveeta
10515 @cindex spamming
10516 Marking cross-posted articles as read ensures that you'll never have to
10517 read the same article more than once.  Unless, of course, somebody has
10518 posted it to several groups separately.  Posting the same article to
10519 several groups (not cross-posting) is called @dfn{spamming}, and you are
10520 by law required to send nasty-grams to anyone who perpetrates such a
10521 heinous crime.  You may want to try NoCeM handling to filter out spam
10522 (@pxref{NoCeM}).
10523
10524 Remember: Cross-posting is kinda ok, but posting the same article
10525 separately to several groups is not.  Massive cross-posting (aka.
10526 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10527 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10528 excessive crossposting (@pxref{Summary Mail Commands}).
10529
10530 @cindex cross-posting
10531 @cindex Xref
10532 @cindex @acronym{NOV}
10533 One thing that may cause Gnus to not do the cross-posting thing
10534 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10535 (which is very nice, because it speeds things up considerably) which
10536 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10537 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10538 even with @sc{xover} by registering the @code{Xref} lines of all
10539 articles you actually read, but if you kill the articles, or just mark
10540 them as read without reading them, Gnus will not get a chance to snoop
10541 the @code{Xref} lines out of these articles, and will be unable to use
10542 the cross reference mechanism.
10543
10544 @cindex LIST overview.fmt
10545 @cindex overview.fmt
10546 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10547 in its overview files, try @samp{telnet your.nntp.server nntp},
10548 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10549 overview.fmt}.  This may not work, but if it does, and the last line you
10550 get does not read @samp{Xref:full}, then you should shout and whine at
10551 your news admin until she includes the @code{Xref} header in the
10552 overview files.
10553
10554 @vindex gnus-nov-is-evil
10555 If you want Gnus to get the @code{Xref}s right all the time, you have to
10556 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10557 considerably.
10558
10559 C'est la vie.
10560
10561 For an alternative approach, @pxref{Duplicate Suppression}.
10562
10563
10564 @node Duplicate Suppression
10565 @section Duplicate Suppression
10566
10567 By default, gnus tries to make sure that you don't have to read the same
10568 article more than once by utilizing the crossposting mechanism
10569 (@pxref{Crosspost Handling}).  However, that simple and efficient
10570 approach may not work satisfactory for some users for various
10571 reasons.
10572
10573 @enumerate
10574 @item
10575 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10576 is evil and not very common.
10577
10578 @item
10579 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10580 @file{.overview} data bases.  This is evil and all too common, alas.
10581
10582 @item
10583 You may be reading the same group (or several related groups) from
10584 different @acronym{NNTP} servers.
10585
10586 @item
10587 You may be getting mail that duplicates articles posted to groups.
10588 @end enumerate
10589
10590 I'm sure there are other situations where @code{Xref} handling fails as
10591 well, but these four are the most common situations.
10592
10593 If, and only if, @code{Xref} handling fails for you, then you may
10594 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10595 will remember the @code{Message-ID}s of all articles you have read or
10596 otherwise marked as read, and then, as if by magic, mark them as read
10597 all subsequent times you see them---in @emph{all} groups.  Using this
10598 mechanism is quite likely to be somewhat inefficient, but not overly
10599 so.  It's certainly preferable to reading the same articles more than
10600 once.
10601
10602 Duplicate suppression is not a very subtle instrument.  It's more like a
10603 sledge hammer than anything else.  It works in a very simple
10604 fashion---if you have marked an article as read, it adds this Message-ID
10605 to a cache.  The next time it sees this Message-ID, it will mark the
10606 article as read with the @samp{M} mark.  It doesn't care what group it
10607 saw the article in.
10608
10609 @table @code
10610 @item gnus-suppress-duplicates
10611 @vindex gnus-suppress-duplicates
10612 If non-@code{nil}, suppress duplicates.
10613
10614 @item gnus-save-duplicate-list
10615 @vindex gnus-save-duplicate-list
10616 If non-@code{nil}, save the list of duplicates to a file.  This will
10617 make startup and shutdown take longer, so the default is @code{nil}.
10618 However, this means that only duplicate articles read in a single gnus
10619 session are suppressed.
10620
10621 @item gnus-duplicate-list-length
10622 @vindex gnus-duplicate-list-length
10623 This variable says how many @code{Message-ID}s to keep in the duplicate
10624 suppression list.  The default is 10000.
10625
10626 @item gnus-duplicate-file
10627 @vindex gnus-duplicate-file
10628 The name of the file to store the duplicate suppression list in.  The
10629 default is @file{~/News/suppression}.
10630 @end table
10631
10632 If you have a tendency to stop and start gnus often, setting
10633 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10634 you leave gnus running for weeks on end, you may have it @code{nil}.  On
10635 the other hand, saving the list makes startup and shutdown much slower,
10636 so that means that if you stop and start gnus often, you should set
10637 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10638 to you to figure out, I think.
10639
10640 @node Security
10641 @section Security
10642
10643 Gnus is able to verify signed messages or decrypt encrypted messages.
10644 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10645 and @acronym{S/MIME}, however you need some external programs to get
10646 things to work:
10647
10648 @enumerate
10649 @item
10650 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10651 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10652 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10653 Manual}), but Mailcrypt and gpg.el are also supported.
10654
10655 @item
10656 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10657 or newer is recommended.
10658
10659 @end enumerate
10660
10661 More information on how to set things up can be found in the message
10662 manual (@pxref{Security, ,Security, message, Message Manual}).
10663
10664 @table @code
10665 @item mm-verify-option
10666 @vindex mm-verify-option
10667 Option of verifying signed parts.  @code{never}, not verify;
10668 @code{always}, always verify; @code{known}, only verify known
10669 protocols.  Otherwise, ask user.
10670
10671 @item mm-decrypt-option
10672 @vindex mm-decrypt-option
10673 Option of decrypting encrypted parts.  @code{never}, no decryption;
10674 @code{always}, always decrypt; @code{known}, only decrypt known
10675 protocols.  Otherwise, ask user.
10676
10677 @item mml1991-use
10678 @vindex mml1991-use
10679 Symbol indicating elisp interface to OpenPGP implementation for
10680 @acronym{PGP} messages.  The default is @code{pgg}, but
10681 @code{mailcrypt} and @code{gpg} are also supported although
10682 deprecated.
10683
10684 @item mml2015-use
10685 @vindex mml2015-use
10686 Symbol indicating elisp interface to OpenPGP implementation for
10687 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10688 @code{mailcrypt} and @code{gpg} are also supported although
10689 deprecated.
10690
10691 @end table
10692
10693 @cindex snarfing keys
10694 @cindex importing PGP keys
10695 @cindex PGP key ring import
10696 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10697 key ring) is not supported explicitly through a menu item or command,
10698 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10699 allowing you to specify whatever action you think is appropriate
10700 through the usual @acronym{MIME} infrastructure.  You can use a
10701 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10702 Emacs MIME Manual}) such as the following to import keys using GNU
10703 Privacy Guard when you click on the @acronym{MIME} button
10704 (@pxref{Using MIME}).
10705
10706 @example
10707 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10708 @end example
10709 @noindent
10710 This happens to also be the default action defined in
10711 @code{mailcap-mime-data}.
10712
10713 @node Mailing List
10714 @section Mailing List
10715 @cindex mailing list
10716 @cindex RFC 2396
10717
10718 @kindex A M (summary)
10719 @findex gnus-mailing-list-insinuate
10720 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10721 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10722 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10723 summary buffer.
10724
10725 That enables the following commands to the summary buffer:
10726
10727 @table @kbd
10728
10729 @item C-c C-n h
10730 @kindex C-c C-n h (Summary)
10731 @findex gnus-mailing-list-help
10732 Send a message to fetch mailing list help, if List-Help field exists.
10733
10734 @item C-c C-n s
10735 @kindex C-c C-n s (Summary)
10736 @findex gnus-mailing-list-subscribe
10737 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10738
10739 @item C-c C-n u
10740 @kindex C-c C-n u (Summary)
10741 @findex gnus-mailing-list-unsubscribe
10742 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10743 field exists.
10744
10745 @item C-c C-n p
10746 @kindex C-c C-n p (Summary)
10747 @findex gnus-mailing-list-post
10748 Post to the mailing list, if List-Post field exists.
10749
10750 @item C-c C-n o
10751 @kindex C-c C-n o (Summary)
10752 @findex gnus-mailing-list-owner
10753 Send a message to the mailing list owner, if List-Owner field exists.
10754
10755 @item C-c C-n a
10756 @kindex C-c C-n a (Summary)
10757 @findex gnus-mailing-list-archive
10758 Browse the mailing list archive, if List-Archive field exists.
10759
10760 @end table
10761
10762
10763 @node Article Buffer
10764 @chapter Article Buffer
10765 @cindex article buffer
10766
10767 The articles are displayed in the article buffer, of which there is only
10768 one.  All the summary buffers share the same article buffer unless you
10769 tell gnus otherwise.
10770
10771 @menu
10772 * Hiding Headers::              Deciding what headers should be displayed.
10773 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10774 * Customizing Articles::        Tailoring the look of the articles.
10775 * Article Keymap::              Keystrokes available in the article buffer.
10776 * Misc Article::                Other stuff.
10777 @end menu
10778
10779
10780 @node Hiding Headers
10781 @section Hiding Headers
10782 @cindex hiding headers
10783 @cindex deleting headers
10784
10785 The top section of each article is the @dfn{head}.  (The rest is the
10786 @dfn{body}, but you may have guessed that already.)
10787
10788 @vindex gnus-show-all-headers
10789 There is a lot of useful information in the head: the name of the person
10790 who wrote the article, the date it was written and the subject of the
10791 article.  That's well and nice, but there's also lots of information
10792 most people do not want to see---what systems the article has passed
10793 through before reaching you, the @code{Message-ID}, the
10794 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10795 of some of those lines.  If you want to keep all those lines in the
10796 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10797
10798 Gnus provides you with two variables for sifting headers:
10799
10800 @table @code
10801
10802 @item gnus-visible-headers
10803 @vindex gnus-visible-headers
10804 If this variable is non-@code{nil}, it should be a regular expression
10805 that says what headers you wish to keep in the article buffer.  All
10806 headers that do not match this variable will be hidden.
10807
10808 For instance, if you only want to see the name of the person who wrote
10809 the article and the subject, you'd say:
10810
10811 @lisp
10812 (setq gnus-visible-headers "^From:\\|^Subject:")
10813 @end lisp
10814
10815 This variable can also be a list of regexps to match headers to
10816 remain visible.
10817
10818 @item gnus-ignored-headers
10819 @vindex gnus-ignored-headers
10820 This variable is the reverse of @code{gnus-visible-headers}.  If this
10821 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10822 should be a regular expression that matches all lines that you want to
10823 hide.  All lines that do not match this variable will remain visible.
10824
10825 For instance, if you just want to get rid of the @code{References} field
10826 and the @code{Xref} field, you might say:
10827
10828 @lisp
10829 (setq gnus-ignored-headers "^References:\\|^Xref:")
10830 @end lisp
10831
10832 This variable can also be a list of regexps to match headers to
10833 be removed.
10834
10835 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10836 variable will have no effect.
10837
10838 @end table
10839
10840 @vindex gnus-sorted-header-list
10841 Gnus can also sort the headers for you.  (It does this by default.)  You
10842 can control the sorting by setting the @code{gnus-sorted-header-list}
10843 variable.  It is a list of regular expressions that says in what order
10844 the headers are to be displayed.
10845
10846 For instance, if you want the name of the author of the article first,
10847 and then the subject, you might say something like:
10848
10849 @lisp
10850 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10851 @end lisp
10852
10853 Any headers that are to remain visible, but are not listed in this
10854 variable, will be displayed in random order after all the headers listed in this variable.
10855
10856 @findex gnus-article-hide-boring-headers
10857 @vindex gnus-boring-article-headers
10858 You can hide further boring headers by setting
10859 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10860 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10861 list, but this list doesn't actually contain header names.  Instead it
10862 lists various @dfn{boring conditions} that Gnus can check and remove
10863 from sight.
10864
10865 These conditions are:
10866 @table @code
10867 @item empty
10868 Remove all empty headers.
10869 @item followup-to
10870 Remove the @code{Followup-To} header if it is identical to the
10871 @code{Newsgroups} header.
10872 @item reply-to
10873 Remove the @code{Reply-To} header if it lists the same addresses as
10874 the @code{From} header, or if the @code{broken-reply-to} group
10875 parameter is set.
10876 @item newsgroups
10877 Remove the @code{Newsgroups} header if it only contains the current group
10878 name.
10879 @item to-address
10880 Remove the @code{To} header if it only contains the address identical to
10881 the current group's @code{to-address} parameter.
10882 @item to-list
10883 Remove the @code{To} header if it only contains the address identical to
10884 the current group's @code{to-list} parameter.
10885 @item cc-list
10886 Remove the @code{CC} header if it only contains the address identical to
10887 the current group's @code{to-list} parameter.
10888 @item date
10889 Remove the @code{Date} header if the article is less than three days
10890 old.
10891 @item long-to
10892 Remove the @code{To} header if it is very long.
10893 @item many-to
10894 Remove all @code{To} headers if there are more than one.
10895 @end table
10896
10897 To include these three elements, you could say something like:
10898
10899 @lisp
10900 (setq gnus-boring-article-headers
10901       '(empty followup-to reply-to))
10902 @end lisp
10903
10904 This is also the default value for this variable.
10905
10906
10907 @node Using MIME
10908 @section Using MIME
10909 @cindex @acronym{MIME}
10910
10911 Mime is a standard for waving your hands through the air, aimlessly,
10912 while people stand around yawning.
10913
10914 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10915 while all newsreaders die of fear.
10916
10917 @acronym{MIME} may specify what character set the article uses, the encoding
10918 of the characters, and it also makes it possible to embed pictures and
10919 other naughty stuff in innocent-looking articles.
10920
10921 @vindex gnus-show-mime
10922 @vindex gnus-article-display-method-for-mime
10923 @findex gnus-article-display-mime-message
10924 gnus handles @acronym{MIME} by pushing the articles through
10925 @code{gnus-article-display-method-for-mime}, which is
10926 @code{gnus-article-display-mime-message} by default.  This function
10927 calls the @acronym{SEMI} MIME-View program to actually do the work.  For
10928 more information on @acronym{SEMI} MIME-View, see its manual page
10929 (however it is not existed yet, sorry).
10930
10931 Set @code{gnus-show-mime} to @code{t} if you want to use
10932 @acronym{MIME} all the time.  If you have @code{gnus-show-mime} set,
10933 then you'll see some unfortunate display glitches in the article buffer.
10934 These can't be avoided.
10935
10936 In GNUS or Gnus, it might be best to just use the toggling functions
10937 from the summary buffer to avoid getting nasty surprises. (For instance,
10938 you enter the group @samp{alt.sing-a-long} and, before you know it,
10939 @acronym{MIME} has decoded the sound file in the article and some
10940 horrible sing-a-long song comes screaming out your speakers, and you
10941 can't find the volume button, because there isn't one, and people are
10942 starting to look at you, and you try to stop the program, but you can't,
10943 and you can't find the program to control the volume, and everybody else
10944 in the room suddenly decides to look at you disdainfully, and you'll
10945 feel rather stupid.)
10946
10947 Any similarity to real events and people is purely coincidental.  Ahem.
10948
10949 To avoid such kind of situation, gnus stops to use
10950 @code{metamail-buffer}.  So now, you can set @code{gnus-show-mime} to
10951 non-@code{nil} every-time, then you can push button in the article
10952 buffer when there are nobody else.
10953
10954 Also @pxref{MIME Commands}.
10955
10956
10957 @node Customizing Articles
10958 @section Customizing Articles
10959 @cindex article customization
10960
10961 A slew of functions for customizing how the articles are to look like
10962 exist.  You can call these functions interactively
10963 (@pxref{Article Washing}), or you can have them
10964 called automatically when you select the articles.
10965
10966 To have them called automatically, you should set the corresponding
10967 ``treatment'' variable.  For instance, to have headers hidden, you'd set
10968 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
10969 be set, but first we discuss the values these variables can have.
10970
10971 Note: Some values, while valid, make little sense.  Check the list below
10972 for sensible values.
10973
10974 @enumerate
10975 @item
10976 @code{nil}: Don't do this treatment.
10977
10978 @item
10979 @code{t}: Do this treatment on all body parts.
10980
10981 @item
10982 @code{head}: Do the treatment on the headers.
10983
10984 @item
10985 @code{last}: Do this treatment on the last part.
10986
10987 @item
10988 An integer: Do this treatment on all body parts that have a length less
10989 than this number.
10990
10991 @item
10992 A list of strings: Do this treatment on all body parts that are in
10993 articles that are read in groups that have names that match one of the
10994 regexps in the list.
10995
10996 @item
10997 A list where the first element is not a string:
10998
10999 The list is evaluated recursively.  The first element of the list is a
11000 predicate.  The following predicates are recognized: @code{or},
11001 @code{and}, @code{not} and @code{typep}.  Here's an example:
11002
11003 @lisp
11004 (or last
11005     (typep "text/x-vcard"))
11006 @end lisp
11007
11008 @item
11009 @code{mime}: Do this treatment if the value of @code{gnus-show-mime}' is
11010 non-nil.
11011
11012 @end enumerate
11013
11014 You may have noticed that the word @dfn{part} is used here.  This refers
11015 to the fact that some messages are @acronym{MIME} multipart articles that may
11016 be divided into several parts.  Articles that are not multiparts are
11017 considered to contain just a single part.
11018
11019 @vindex gnus-article-treat-types
11020 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11021 want to, but by default, only @samp{text/plain} parts are given the
11022 treatment.  This is controlled by the @code{gnus-article-treat-types}
11023 variable, which is a list of regular expressions that are matched to the
11024 type of the part.  This variable is ignored if the value of the
11025 controlling variable is a predicate list, as described above.
11026
11027 The following treatment options are available.  The easiest way to
11028 customize this is to examine the @code{gnus-article-treat} customization
11029 group.  Values in parenthesis are suggested sensible values.  Others are
11030 possible but those listed are probably sufficient for most people.
11031
11032 @table @code
11033 @item gnus-treat-buttonize (t, integer)
11034 @item gnus-treat-buttonize-head (head)
11035
11036 @xref{Article Buttons}.
11037
11038 @item gnus-treat-capitalize-sentences (t, integer)
11039 @item gnus-treat-overstrike (t, integer)
11040 @item gnus-treat-strip-cr (t, integer)
11041 @item gnus-treat-strip-headers-in-body (t, integer)
11042 @item gnus-treat-strip-leading-blank-lines (t, integer)
11043 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11044 @item gnus-treat-strip-pem (t, last, integer)
11045 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11046 @item gnus-treat-unsplit-urls (t, integer)
11047 @item gnus-treat-wash-html (t, integer)
11048 @item gnus-treat-decode-article-as-default-mime-charset (t, integer)
11049
11050 @xref{Article Washing}.
11051
11052 @item gnus-treat-date-english (head)
11053 @item gnus-treat-date-iso8601 (head)
11054 @item gnus-treat-date-lapsed (head)
11055 @item gnus-treat-date-local (head)
11056 @item gnus-treat-date-original (head)
11057 @item gnus-treat-date-user-defined (head)
11058 @item gnus-treat-date-ut (head)
11059
11060 @xref{Article Date}.
11061
11062 @item gnus-treat-from-picon (head)
11063 @item gnus-treat-mail-picon (head)
11064 @item gnus-treat-newsgroups-picon (head)
11065
11066 @xref{Picons}.
11067
11068 @item gnus-treat-display-smileys (t, integer)
11069
11070 @item gnus-treat-body-boundary (head)
11071
11072 @vindex gnus-body-boundary-delimiter
11073 Adds a delimiter between header and body, the string used as delimiter
11074 is controlled by @code{gnus-body-boundary-delimiter}.
11075
11076 @xref{Smileys}.
11077
11078 @item gnus-treat-display-x-face (head)
11079
11080 @xref{X-Face}.
11081
11082 @item gnus-treat-display-face (head)
11083
11084 @xref{Face}.
11085
11086 @item gnus-treat-emphasize (t, head, integer)
11087 @item gnus-treat-fill-article (t, integer)
11088 @item gnus-treat-fill-long-lines (t, integer)
11089 @item gnus-treat-hide-boring-headers (head)
11090 @item gnus-treat-hide-citation (t, integer)
11091 @item gnus-treat-hide-citation-maybe (t, integer)
11092 @item gnus-treat-hide-headers (head)
11093 @item gnus-treat-hide-signature (t, last)
11094 @item gnus-treat-strip-banner (t, last)
11095 @item gnus-treat-strip-list-identifiers (head)
11096
11097 @xref{Article Hiding}.
11098
11099 @item gnus-treat-highlight-citation (t, integer)
11100 @item gnus-treat-highlight-headers (head)
11101 @item gnus-treat-highlight-signature (t, last, integer)
11102
11103 @xref{Article Highlighting}.
11104
11105 @item gnus-treat-play-sounds
11106 @item gnus-treat-translate
11107 @item gnus-treat-ansi-sequences (t)
11108 @item gnus-treat-x-pgp-sig (head)
11109
11110 @item gnus-treat-unfold-headers (head)
11111 @item gnus-treat-fold-headers (head)
11112 @item gnus-treat-fold-newsgroups (head)
11113 @item gnus-treat-leading-whitespace (head)
11114
11115 @xref{Article Header}.
11116
11117
11118 @end table
11119
11120 @vindex gnus-part-display-hook
11121 You can, of course, write your own functions to be called from
11122 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11123 part, and you can do anything you like, pretty much.  There is no
11124 information that you have to keep in the buffer---you can change
11125 everything.
11126
11127
11128 @node Article Keymap
11129 @section Article Keymap
11130
11131 Most of the keystrokes in the summary buffer can also be used in the
11132 article buffer.  They should behave as if you typed them in the summary
11133 buffer, which means that you don't actually have to have a summary
11134 buffer displayed while reading.  You can do it all from the article
11135 buffer.
11136
11137 A few additional keystrokes are available:
11138
11139 @table @kbd
11140
11141 @item SPACE
11142 @kindex SPACE (Article)
11143 @findex gnus-article-next-page
11144 Scroll forwards one page (@code{gnus-article-next-page}).
11145 This is exactly the same as @kbd{h SPACE h}.
11146
11147 @item DEL
11148 @kindex DEL (Article)
11149 @findex gnus-article-prev-page
11150 Scroll backwards one page (@code{gnus-article-prev-page}).
11151 This is exactly the same as @kbd{h DEL h}.
11152
11153 @item C-c ^
11154 @kindex C-c ^ (Article)
11155 @findex gnus-article-refer-article
11156 If point is in the neighborhood of a @code{Message-ID} and you press
11157 @kbd{C-c ^}, Gnus will try to get that article from the server
11158 (@code{gnus-article-refer-article}).
11159
11160 @item C-c C-m
11161 @kindex C-c C-m (Article)
11162 @findex gnus-article-mail
11163 Send a reply to the address near point (@code{gnus-article-mail}).  If
11164 given a prefix, include the mail.
11165
11166 @item s
11167 @kindex s (Article)
11168 @findex gnus-article-show-summary
11169 Reconfigure the buffers so that the summary buffer becomes visible
11170 (@code{gnus-article-show-summary}).
11171
11172 @item ?
11173 @kindex ? (Article)
11174 @findex gnus-article-describe-briefly
11175 Give a very brief description of the available keystrokes
11176 (@code{gnus-article-describe-briefly}).
11177
11178 @item TAB
11179 @kindex TAB (Article)
11180 @findex gnus-article-next-button
11181 Go to the next button, if any (@code{gnus-article-next-button}).  This
11182 only makes sense if you have buttonizing turned on.
11183
11184 @item M-TAB
11185 @kindex M-TAB (Article)
11186 @findex gnus-article-prev-button
11187 Go to the previous button, if any (@code{gnus-article-prev-button}).
11188
11189 @item R
11190 @kindex R (Article)
11191 @findex gnus-article-reply-with-original
11192 Send a reply to the current article and yank the current article
11193 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11194 wide reply.  If the region is active, only yank the text in the
11195 region.
11196
11197 @item F
11198 @kindex F (Article)
11199 @findex gnus-article-followup-with-original
11200 Send a followup to the current article and yank the current article
11201 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11202 a wide reply.  If the region is active, only yank the text in the
11203 region.
11204
11205
11206 @end table
11207
11208
11209 @node Misc Article
11210 @section Misc Article
11211
11212 @table @code
11213
11214 @item gnus-single-article-buffer
11215 @vindex gnus-single-article-buffer
11216 If non-@code{nil}, use the same article buffer for all the groups.
11217 (This is the default.)  If @code{nil}, each group will have its own
11218 article buffer.
11219
11220 @vindex gnus-article-decode-hook
11221 @item gnus-article-decode-hook
11222 @cindex @acronym{MIME}
11223 Hook used to decode @acronym{MIME} articles.  The default value is
11224 @code{(article-decode-charset article-decode-encoded-words)}
11225
11226 @vindex gnus-article-prepare-hook
11227 @item gnus-article-prepare-hook
11228 This hook is called right after the article has been inserted into the
11229 article buffer.  It is mainly intended for functions that do something
11230 depending on the contents; it should probably not be used for changing
11231 the contents of the article buffer.
11232
11233 @item gnus-article-mode-hook
11234 @vindex gnus-article-mode-hook
11235 Hook called in article mode buffers.
11236
11237 @item gnus-article-mode-syntax-table
11238 @vindex gnus-article-mode-syntax-table
11239 Syntax table used in article buffers.  It is initialized from
11240 @code{text-mode-syntax-table}.
11241
11242 @vindex gnus-article-over-scroll
11243 @item gnus-article-over-scroll
11244 If non-@code{nil}, allow scrolling the article buffer even when there
11245 no more new text to scroll in.  The default is @code{nil}.
11246
11247 @vindex gnus-article-mode-line-format
11248 @item gnus-article-mode-line-format
11249 This variable is a format string along the same lines as
11250 @code{gnus-summary-mode-line-format} (@pxref{Summary Buffer Mode
11251 Line}).  It accepts the same format specifications as that variable,
11252 with two extensions:
11253
11254 @table @samp
11255
11256 @item w
11257 The @dfn{wash status} of the article.  This is a short string with one
11258 character for each possible article wash operation that may have been
11259 performed.  The characters and their meaning:
11260
11261 @table @samp
11262
11263 @item c
11264 Displayed when cited text may be hidden in the article buffer.
11265
11266 @item h
11267 Displayed when headers are hidden in the article buffer.
11268
11269 @item p
11270 Displayed when article is digitally signed or encrypted, and Gnus has
11271 hidden the security headers.  (N.B. does not tell anything about
11272 security status, i.e. good or bad signature.)
11273
11274 @item s
11275 Displayed when the signature has been hidden in the Article buffer.
11276
11277 @item o
11278 Displayed when Gnus has treated overstrike characters in the article buffer.
11279
11280 @item e
11281 Displayed when Gnus has treated emphasised strings in the article buffer.
11282
11283 @end table
11284
11285 @item m
11286 The number of @acronym{MIME} parts in the article.
11287
11288 @end table
11289
11290 @vindex gnus-break-pages
11291
11292 @item gnus-break-pages
11293 Controls whether @dfn{page breaking} is to take place.  If this variable
11294 is non-@code{nil}, the articles will be divided into pages whenever a
11295 page delimiter appears in the article.  If this variable is @code{nil},
11296 paging will not be done.
11297
11298 @item gnus-page-delimiter
11299 @vindex gnus-page-delimiter
11300 This is the delimiter mentioned above.  By default, it is @samp{^L}
11301 (formfeed).
11302
11303 @cindex IDNA
11304 @cindex internationalized domain names
11305 @vindex gnus-use-idna
11306 @item gnus-use-idna
11307 This variable controls whether Gnus performs IDNA decoding of
11308 internationalized domain names inside @samp{From}, @samp{To} and
11309 @samp{Cc} headers.  This requires
11310 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11311 variable is only enabled if you have installed it.
11312
11313 @end table
11314
11315
11316 @node Composing Messages
11317 @chapter Composing Messages
11318 @cindex composing messages
11319 @cindex messages
11320 @cindex mail
11321 @cindex sending mail
11322 @cindex reply
11323 @cindex followup
11324 @cindex post
11325 @cindex using gpg
11326 @cindex using s/mime
11327 @cindex using smime
11328
11329 @kindex C-c C-c (Post)
11330 All commands for posting and mailing will put you in a message buffer
11331 where you can edit the article all you like, before you send the
11332 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11333 Message Manual}.  Where the message will be posted/mailed to depends
11334 on your setup (@pxref{Posting Server}).
11335
11336 @menu
11337 * Mail::                        Mailing and replying.
11338 * Posting Server::              What server should you post and mail via?
11339 * POP before SMTP::             You cannot send a mail unless you read a mail.
11340 * Mail and Post::               Mailing and posting at the same time.
11341 * Archived Messages::           Where Gnus stores the messages you've sent.
11342 * Posting Styles::              An easier way to specify who you are.
11343 * Drafts::                      Postponing messages and rejected messages.
11344 * Rejected Articles::           What happens if the server doesn't like your article?
11345 * Signing and encrypting::      How to compose secure messages.
11346 @end menu
11347
11348 Also @pxref{Canceling and Superseding} for information on how to
11349 remove articles you shouldn't have posted.
11350
11351
11352 @node Mail
11353 @section Mail
11354
11355 Variables for customizing outgoing mail:
11356
11357 @table @code
11358 @item gnus-uu-digest-headers
11359 @vindex gnus-uu-digest-headers
11360 List of regexps to match headers included in digested messages.  The
11361 headers will be included in the sequence they are matched.  If
11362 @code{nil} include all headers.
11363
11364 @item gnus-add-to-list
11365 @vindex gnus-add-to-list
11366 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11367 that have none when you do a @kbd{a}.
11368
11369 @item gnus-confirm-mail-reply-to-news
11370 @vindex gnus-confirm-mail-reply-to-news
11371 This can also be a function receiving the group name as the only
11372 parameter which should return non-@code{nil} if a confirmation is
11373 needed, or a regular expression matching group names, where
11374 confirmation is should be asked for.
11375
11376 If you find yourself never wanting to reply to mail, but occasionally
11377 press R anyway, this variable might be for you.
11378
11379 @item gnus-confirm-treat-mail-like-news
11380 @vindex gnus-confirm-treat-mail-like-news
11381 If non-@code{nil}, Gnus also requests confirmation according to
11382 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11383 useful for treating mailing lists like newsgroups.
11384
11385 @end table
11386
11387
11388 @node Posting Server
11389 @section Posting Server
11390
11391 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11392 (extremely intelligent, of course) article, where does it go?
11393
11394 Thank you for asking.  I hate you.
11395
11396 It can be quite complicated.
11397
11398 @vindex gnus-post-method
11399 When posting news, Message usually invokes @code{message-send-news}
11400 (@pxref{News Variables, , News Variables, message, Message Manual}).
11401 Normally, Gnus will post using the same select method as you're
11402 reading from (which might be convenient if you're reading lots of
11403 groups from different private servers).  However.  If the server
11404 you're reading from doesn't allow posting, just reading, you probably
11405 want to use some other server to post your (extremely intelligent and
11406 fabulously interesting) articles.  You can then set the
11407 @code{gnus-post-method} to some other method:
11408
11409 @lisp
11410 (setq gnus-post-method '(nnspool ""))
11411 @end lisp
11412
11413 Now, if you've done this, and then this server rejects your article, or
11414 this server is down, what do you do then?  To override this variable you
11415 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11416 the ``current'' server, to get back the default behavior, for posting.
11417
11418 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11419 gnus will prompt you for what method to use for posting.
11420
11421 You can also set @code{gnus-post-method} to a list of select methods.
11422 If that's the case, gnus will always prompt you for what method to use
11423 for posting.
11424
11425 Finally, if you want to always post using the native select method,
11426 you can set this variable to @code{native}.
11427
11428 When sending mail, Message invokes @code{message-send-mail-function}.
11429 The default function, @code{message-send-mail-with-sendmail}, pipes
11430 your article to the @code{sendmail} binary for further queuing and
11431 sending.  When your local system is not configured for sending mail
11432 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11433 server, you can set @code{message-send-mail-function} to
11434 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11435 package correctly.  An example:
11436
11437 @lisp
11438 (setq message-send-mail-function 'smtpmail-send-it
11439       smtpmail-default-smtp-server "YOUR SMTP HOST")
11440 ;; The following variable needs to be set because of the FLIM version of
11441 ;; smtpmail.el.  Which smtpmail.el is used depends on the `load-path'.
11442 (setq smtp-default-smtp-server "YOUR SMTP HOST")
11443 @end lisp
11444
11445 To the thing similar to this, there is
11446 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11447 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11448 @xref{POP before SMTP}.
11449
11450 Other possible choices for @code{message-send-mail-function} includes
11451 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11452 and @code{feedmail-send-it}.
11453
11454 @node POP before SMTP
11455 @section POP before SMTP
11456 @cindex pop before smtp
11457 @findex message-smtpmail-send-it
11458 @findex mail-source-touch-pop
11459
11460 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11461 authentication?  It is whether you need to connect to the @acronym{POP}
11462 mail server within a certain time before sending mails.  If so, there is
11463 a convenient way.  To do that, put the following lines in your
11464 @file{~/.gnus.el} file:
11465
11466 @lisp
11467 (setq message-send-mail-function 'message-smtpmail-send-it)
11468 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11469 @end lisp
11470
11471 @noindent
11472 It means to let Gnus connect to the @acronym{POP} mail server in advance
11473 whenever you send a mail.  The @code{mail-source-touch-pop} function
11474 does only a @acronym{POP} authentication according to the value of
11475 @code{mail-sources} without fetching mails, just before sending a mail.
11476 Note that you have to use @code{message-smtpmail-send-it} which runs
11477 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11478 set the value of @code{mail-sources} for a @acronym{POP} connection
11479 correctly.  @xref{Mail Sources}.
11480
11481 If you have two or more @acronym{POP} mail servers set in
11482 @code{mail-sources}, you may want to specify one of them to
11483 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11484 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11485 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11486 mainly from that server), you can set it permanently as follows:
11487
11488 @lisp
11489 (setq mail-source-primary-source
11490       '(pop :server "pop3.mail.server"
11491             :password "secret"))
11492 @end lisp
11493
11494 @noindent
11495 Otherwise, bind it dynamically only when performing the
11496 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11497
11498 @lisp
11499 (add-hook 'message-send-mail-hook
11500           (lambda ()
11501             (let ((mail-source-primary-source
11502                    '(pop :server "pop3.mail.server"
11503                          :password "secret")))
11504               (mail-source-touch-pop))))
11505 @end lisp
11506
11507 @node Mail and Post
11508 @section Mail and Post
11509
11510 Here's a list of variables relevant to both mailing and
11511 posting:
11512
11513 @table @code
11514 @item gnus-mailing-list-groups
11515 @findex gnus-mailing-list-groups
11516 @cindex mailing lists
11517
11518 If your news server offers groups that are really mailing lists
11519 gatewayed to the @acronym{NNTP} server, you can read those groups without
11520 problems, but you can't post/followup to them without some difficulty.
11521 One solution is to add a @code{to-address} to the group parameters
11522 (@pxref{Group Parameters}).  An easier thing to do is set the
11523 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11524 really are mailing lists.  Then, at least, followups to the mailing
11525 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11526 still a pain, though.
11527
11528 @item gnus-user-agent
11529 @vindex gnus-user-agent
11530 @cindex User-Agent
11531
11532 This variable controls which information should be exposed in the
11533 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11534 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11535 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11536 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11537 system type) or a custom string.  If you set it to a string, be sure to
11538 use a valid format, see RFC 2616.
11539
11540 @end table
11541
11542 You may want to do spell-checking on messages that you send out.  Or, if
11543 you don't want to spell-check by hand, you could add automatic
11544 spell-checking via the @code{ispell} package:
11545
11546 @cindex ispell
11547 @findex ispell-message
11548 @lisp
11549 (add-hook 'message-send-hook 'ispell-message)
11550 @end lisp
11551
11552 If you want to change the @code{ispell} dictionary based on what group
11553 you're in, you could say something like the following:
11554
11555 @lisp
11556 (add-hook 'gnus-select-group-hook
11557           (lambda ()
11558             (cond
11559              ((string-match
11560                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11561               (ispell-change-dictionary "deutsch"))
11562              (t
11563               (ispell-change-dictionary "english")))))
11564 @end lisp
11565
11566 Modify to suit your needs.
11567
11568
11569 @node Archived Messages
11570 @section Archived Messages
11571 @cindex archived messages
11572 @cindex sent messages
11573
11574 Gnus provides a few different methods for storing the mail and news you
11575 send.  The default method is to use the @dfn{archive virtual server} to
11576 store the messages.  If you want to disable this completely, the
11577 @code{gnus-message-archive-group} variable should be @code{nil}, which
11578 is the default.
11579
11580 For archiving interesting messages in a group you read, see the
11581 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11582 Group Commands}).
11583
11584 @vindex gnus-message-archive-method
11585 @code{gnus-message-archive-method} says what virtual server gnus is to
11586 use to store sent messages.  The default is:
11587
11588 @lisp
11589 (nnfolder "archive"
11590           (nnfolder-directory   "~/Mail/archive")
11591           (nnfolder-active-file "~/Mail/archive/active")
11592           (nnfolder-get-new-mail nil)
11593           (nnfolder-inhibit-expiry t))
11594 @end lisp
11595
11596 You can, however, use any mail select method (@code{nnml},
11597 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11598 for doing this sort of thing, though.  If you don't like the default
11599 directory chosen, you could say something like:
11600
11601 @lisp
11602 (setq gnus-message-archive-method
11603       '(nnfolder "archive"
11604                  (nnfolder-inhibit-expiry t)
11605                  (nnfolder-active-file "~/News/sent-mail/active")
11606                  (nnfolder-directory "~/News/sent-mail/")))
11607 @end lisp
11608
11609 @vindex gnus-message-archive-group
11610 @cindex Gcc
11611 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11612 to one or more group(s) on that server.  Which group to use is
11613 determined by the @code{gnus-message-archive-group} variable.
11614
11615 This variable can be used to do the following:
11616
11617 @table @asis
11618 @item a string
11619 Messages will be saved in that group.
11620
11621 Note that you can include a select method in the group name, then the
11622 message will not be stored in the select method given by
11623 @code{gnus-message-archive-method}, but in the select method specified
11624 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11625 has the default value shown above.  Then setting
11626 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11627 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11628 value @code{"nnml:foo"}, then outgoing messages will be stored in
11629 @samp{nnml:foo}.
11630
11631 @item a list of strings
11632 Messages will be saved in all those groups.
11633
11634 @item an alist of regexps, functions and forms
11635 When a key ``matches'', the result is used.
11636
11637 @item @code{nil}
11638 No message archiving will take place.  This is the default.
11639 @end table
11640
11641 Let's illustrate:
11642
11643 Just saving to a single group called @samp{MisK}:
11644 @lisp
11645 (setq gnus-message-archive-group "MisK")
11646 @end lisp
11647
11648 Saving to two groups, @samp{MisK} and @samp{safe}:
11649 @lisp
11650 (setq gnus-message-archive-group '("MisK" "safe"))
11651 @end lisp
11652
11653 Save to different groups based on what group you are in:
11654 @lisp
11655 (setq gnus-message-archive-group
11656       '(("^alt" "sent-to-alt")
11657         ("mail" "sent-to-mail")
11658         (".*" "sent-to-misc")))
11659 @end lisp
11660
11661 More complex stuff:
11662 @lisp
11663 (setq gnus-message-archive-group
11664       '((if (message-news-p)
11665             "misc-news"
11666           "misc-mail")))
11667 @end lisp
11668
11669 How about storing all news messages in one file, but storing all mail
11670 messages in one file per month:
11671
11672 @lisp
11673 (setq gnus-message-archive-group
11674       '((if (message-news-p)
11675             "misc-news"
11676           (concat "mail." (format-time-string "%Y-%m")))))
11677 @end lisp
11678
11679 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11680 @c use a different value for @code{gnus-message-archive-group} there.)
11681
11682 Now, when you send a message off, it will be stored in the appropriate
11683 group.  (If you want to disable storing for just one particular message,
11684 you can just remove the @code{Gcc} header that has been inserted.)  The
11685 archive group will appear in the group buffer the next time you start
11686 gnus, or the next time you press @kbd{F} in the group buffer.  You can
11687 enter it and read the articles in it just like you'd read any other
11688 group.  If the group gets really big and annoying, you can simply rename
11689 if (using @kbd{G r} in the group buffer) to something
11690 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11691 continue to be stored in the old (now empty) group.
11692
11693 That's the default method of archiving sent messages.  Gnus offers a
11694 different way for the people who don't like the default method.  In that
11695 case you should set @code{gnus-message-archive-group} to @code{nil};
11696 this will disable archiving.
11697
11698 @table @code
11699 @item gnus-outgoing-message-group
11700 @vindex gnus-outgoing-message-group
11701 All outgoing messages will be put in this group.  If you want to store
11702 all your outgoing mail and articles in the group @samp{nnml:archive},
11703 you set this variable to that value.  This variable can also be a list of
11704 group names.
11705
11706 If you want to have greater control over what group to put each
11707 message in, you can set this variable to a function that checks the
11708 current newsgroup name and then returns a suitable group name (or list
11709 of names).
11710
11711 This variable can be used instead of @code{gnus-message-archive-group},
11712 but the latter is the preferred method.
11713
11714 @item gnus-gcc-mark-as-read
11715 @vindex gnus-gcc-mark-as-read
11716 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11717
11718 @item gnus-gcc-externalize-attachments
11719 @vindex gnus-gcc-externalize-attachments
11720 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11721 and matches the Gcc group name, attach files as external parts; if it is
11722 @code{all}, attach local files as external parts; if it is other
11723 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11724 changed in the future.
11725
11726 @end table
11727
11728
11729 @node Posting Styles
11730 @section Posting Styles
11731 @cindex posting styles
11732 @cindex styles
11733
11734 All them variables, they make my head swim.
11735
11736 So what if you want a different @code{Organization} and signature based
11737 on what groups you post to?  And you post both from your home machine
11738 and your work machine, and you want different @code{From} lines, and so
11739 on?
11740
11741 @vindex gnus-posting-styles
11742 One way to do stuff like that is to write clever hooks that change the
11743 variables you need to have changed.  That's a bit boring, so somebody
11744 came up with the bright idea of letting the user specify these things in
11745 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11746 variable:
11747
11748 @lisp
11749 ((".*"
11750   (signature "Peace and happiness")
11751   (organization "What me?"))
11752  ("^comp"
11753   (signature "Death to everybody"))
11754  ("comp.emacs.i-love-it"
11755   (organization "Emacs is it")))
11756 @end lisp
11757
11758 As you might surmise from this example, this alist consists of several
11759 @dfn{styles}.  Each style will be applicable if the first element
11760 ``matches'', in some form or other.  The entire alist will be iterated
11761 over, from the beginning towards the end, and each match will be
11762 applied, which means that attributes in later styles that match override
11763 the same attributes in earlier matching styles.  So
11764 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11765 signature and the @samp{What me?} @code{Organization} header.
11766
11767 The first element in each style is called the @code{match}.  If it's a
11768 string, then Gnus will try to regexp match it against the group name.
11769 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11770 will look in the original article for a header whose name is
11771 @var{match} and compare that @var{regexp}.  @var{match} and
11772 @var{regexp} are strings.  (The original article is the one you are
11773 replying or following up to.  If you are not composing a reply or a
11774 followup, then there is nothing to match against.)  If the
11775 @code{match} is a function symbol, that function will be called with
11776 no arguments.  If it's a variable symbol, then the variable will be
11777 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11778 any case, if this returns a non-@code{nil} value, then the style is
11779 said to @dfn{match}.
11780
11781 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11782 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11783 attribute name can be one of:
11784
11785 @itemize @bullet
11786 @item @code{signature}
11787 @item @code{signature-file}
11788 @item @code{x-face-file}
11789 @item @code{address}, overriding @code{user-mail-address}
11790 @item @code{name}, overriding @code{(user-full-name)}
11791 @item @code{body}
11792 @end itemize
11793
11794 The attribute name can also be a string or a symbol.  In that case,
11795 this will be used as a header name, and the value will be inserted in
11796 the headers of the article; if the value is @code{nil}, the header
11797 name will be removed.  If the attribute name is @code{eval}, the form
11798 is evaluated, and the result is thrown away.
11799
11800 The attribute value can be a string (used verbatim), a function with
11801 zero arguments (the return value will be used), a variable (its value
11802 will be used) or a list (it will be @code{eval}ed and the return value
11803 will be used).  The functions and sexps are called/@code{eval}ed in the
11804 message buffer that is being set up.  The headers of the current article
11805 are available through the @code{message-reply-headers} variable, which
11806 is a vector of the following headers: number subject from date id
11807 references chars lines xref extra.
11808
11809 @vindex message-reply-headers
11810
11811 If you wish to check whether the message you are about to compose is
11812 meant to be a news article or a mail message, you can check the values
11813 of the @code{message-news-p} and @code{message-mail-p} functions.
11814
11815 @findex message-mail-p
11816 @findex message-news-p
11817
11818 So here's a new example:
11819
11820 @lisp
11821 (setq gnus-posting-styles
11822       '((".*"
11823          (signature-file "~/.signature")
11824          (name "User Name")
11825          ("X-Home-Page" (getenv "WWW_HOME"))
11826          (organization "People's Front Against MWM"))
11827         ("^rec.humor"
11828          (signature my-funny-signature-randomizer))
11829         ((equal (system-name) "gnarly")  ;; @r{A form}
11830          (signature my-quote-randomizer))
11831         (message-news-p        ;; @r{A function symbol}
11832          (signature my-news-signature))
11833         (window-system         ;; @r{A value symbol}
11834          ("X-Window-System" (format "%s" window-system)))
11835         ;; @r{If I'm replying to Larsi, set the Organization header.}
11836         ((header "from" "larsi.*org")
11837          (Organization "Somewhere, Inc."))
11838         ((posting-from-work-p) ;; @r{A user defined function}
11839          (signature-file "~/.work-signature")
11840          (address "user@@bar.foo")
11841          (body "You are fired.\n\nSincerely, your boss.")
11842          (organization "Important Work, Inc"))
11843         ("nnml:.*"
11844          (From (save-excursion
11845                  (set-buffer gnus-article-buffer)
11846                  (message-fetch-field "to"))))
11847         ("^nn.+:"
11848          (signature-file "~/.mail-signature"))))
11849 @end lisp
11850
11851 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11852 @code{From} address in all your outgoing replies, which might be handy
11853 if you fill many roles.
11854
11855 Setting the @code{gnus-named-posting-styles} variable will make
11856 posting-styles allow to have distinctive names.  You can specify an
11857 arbitrary posting-style when article posting with @kbd{S P} in the
11858 summary buffer.  @code{gnus-named-posting-styles} is an alist which maps
11859 the names to styles.  Once a posting-style is added to the alist, we can
11860 import it from @code{gnus-posting-styles}.  If an attribute whose name
11861 is @code{import} is found, Gnus will look for the attribute value in
11862 @code{gnus-named-posting-styles} and expand it in place.
11863
11864 Here's an example:
11865
11866 @lisp
11867 (setq gnus-named-posting-styles
11868       '(("Default"
11869          (signature-file "~/.signature")
11870          (name "User Name")
11871          ("X-Home-Page" (getenv "WWW_HOME"))
11872          (organization "People's Front Against MWM"))
11873         ("Emacs"
11874          (import "Default")
11875          (organization "The Church of Emacs"))))
11876 @end lisp
11877
11878 The posting-style named "Emacs" will inherit all the attributes from
11879 "Default" except @code{organization}.
11880
11881
11882 @node Drafts
11883 @section Drafts
11884 @cindex drafts
11885
11886 If you are writing a message (mail or news) and suddenly remember that
11887 you have a steak in the oven (or some pesto in the food processor, you
11888 craaazy vegetarians), you'll probably wish there was a method to save
11889 the message you are writing so that you can continue editing it some
11890 other day, and send it when you feel its finished.
11891
11892 Well, don't worry about it.  Whenever you start composing a message of
11893 some sort using the gnus mail and post commands, the buffer you get will
11894 automatically associate to an article in a special @dfn{draft} group.
11895 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11896 article will be saved there.  (Auto-save files also go to the draft
11897 group.)
11898
11899 @cindex nndraft
11900 @vindex nndraft-directory
11901 The draft group is a special group (which is implemented as an
11902 @code{nndraft} group, if you absolutely have to know) called
11903 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11904 @code{nndraft} is to store its files.  What makes this group special is
11905 that you can't tick any articles in it or mark any articles as
11906 read---all articles in the group are permanently unread.
11907
11908 If the group doesn't exist, it will be created and you'll be subscribed
11909 to it.  The only way to make it disappear from the Group buffer is to
11910 unsubscribe it.  The special properties of the draft group comes from
11911 a group property (@pxref{Group Parameters}), and if lost the group
11912 behaves like any other group.  This means the commands below will not
11913 be available.  To restore the special properties of the group, the
11914 simplest way is to kill the group, using @kbd{C-k}, and restart
11915 Gnus.  The group is automatically created again with the
11916 correct parameters.  The content of the group is not lost.
11917
11918 @c @findex gnus-dissociate-buffer-from-draft
11919 @c @kindex C-c M-d (Mail)
11920 @c @kindex C-c M-d (Post)
11921 @c @findex gnus-associate-buffer-with-draft
11922 @c @kindex C-c C-d (Mail)
11923 @c @kindex C-c C-d (Post)
11924 @c If you're writing some super-secret message that you later want to
11925 @c encode with PGP before sending, you may wish to turn the auto-saving
11926 @c (and association with the draft group) off.  You never know who might be
11927 @c interested in reading all your extremely valuable and terribly horrible
11928 @c and interesting secrets.  The @kbd{C-c M-d}
11929 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11930 @c If you change your mind and want to turn the auto-saving back on again,
11931 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11932 @c
11933 @c @vindex gnus-use-draft
11934 @c To leave association with the draft group off by default, set
11935 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11936
11937 @findex gnus-draft-edit-message
11938 @kindex D e (Draft)
11939 When you want to continue editing the article, you simply enter the
11940 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11941 that.  You will be placed in a buffer where you left off.
11942
11943 Rejected articles will also be put in this draft group (@pxref{Rejected
11944 Articles}).
11945
11946 @findex gnus-draft-send-all-messages
11947 @kindex D s (Draft)
11948 @findex gnus-draft-send-message
11949 @kindex D S (Draft)
11950 If you have lots of rejected messages you want to post (or mail) without
11951 doing further editing, you can use the @kbd{D s} command
11952 (@code{gnus-draft-send-message}).  This command understands the
11953 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11954 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11955 in the buffer.
11956
11957 @findex gnus-draft-toggle-sending
11958 @kindex D t (Draft)
11959 If you have some messages that you wish not to send, you can use the
11960 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
11961 as unsendable.  This is a toggling command.
11962
11963
11964 @node Rejected Articles
11965 @section Rejected Articles
11966 @cindex rejected articles
11967
11968 Sometimes a news server will reject an article.  Perhaps the server
11969 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
11970 @emph{there be demons}.  Perhaps you have included too much cited text.
11971 Perhaps the disk is full.  Perhaps the server is down.
11972
11973 These situations are, of course, totally beyond the control of gnus.
11974 (Gnus, of course, loves the way you look, always feels great, has angels
11975 fluttering around inside of it, doesn't care about how much cited text
11976 you include, never runs full and never goes down.)  So gnus saves these
11977 articles until some later time when the server feels better.
11978
11979 The rejected articles will automatically be put in a special draft group
11980 (@pxref{Drafts}).  When the server comes back up again, you'd then
11981 typically enter that group and send all the articles off.
11982
11983 @node Signing and encrypting
11984 @section Signing and encrypting
11985 @cindex using gpg
11986 @cindex using s/mime
11987 @cindex using smime
11988
11989 Gnus can digitally sign and encrypt your messages, using vanilla
11990 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
11991 decoding such messages, see the @code{mm-verify-option} and
11992 @code{mm-decrypt-option} options (@pxref{Security}).
11993
11994 @vindex gnus-message-replysign
11995 @vindex gnus-message-replyencrypt
11996 @vindex gnus-message-replysignencrypted
11997 Often, you would like to sign replies to people who send you signed
11998 messages.  Even more often, you might want to encrypt messages which
11999 are in reply to encrypted messages.  Gnus offers
12000 @code{gnus-message-replysign} to enable the former, and
12001 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
12002 @code{gnus-message-replysignencrypted} (on by default) will sign
12003 automatically encrypted messages.
12004
12005 Instructing @acronym{MML} to perform security operations on a
12006 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12007 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12008
12009 @table @kbd
12010
12011 @item C-c C-m s s
12012 @kindex C-c C-m s s (Message)
12013 @findex mml-secure-message-sign-smime
12014
12015 Digitally sign current message using @acronym{S/MIME}.
12016
12017 @item C-c C-m s o
12018 @kindex C-c C-m s o (Message)
12019 @findex mml-secure-message-sign-pgp
12020
12021 Digitally sign current message using @acronym{PGP}.
12022
12023 @item C-c C-m s p
12024 @kindex C-c C-m s p (Message)
12025 @findex mml-secure-message-sign-pgp
12026
12027 Digitally sign current message using @acronym{PGP/MIME}.
12028
12029 @item C-c C-m c s
12030 @kindex C-c C-m c s (Message)
12031 @findex mml-secure-message-encrypt-smime
12032
12033 Digitally encrypt current message using @acronym{S/MIME}.
12034
12035 @item C-c C-m c o
12036 @kindex C-c C-m c o (Message)
12037 @findex mml-secure-message-encrypt-pgp
12038
12039 Digitally encrypt current message using @acronym{PGP}.
12040
12041 @item C-c C-m c p
12042 @kindex C-c C-m c p (Message)
12043 @findex mml-secure-message-encrypt-pgpmime
12044
12045 Digitally encrypt current message using @acronym{PGP/MIME}.
12046
12047 @item C-c C-m C-n
12048 @kindex C-c C-m C-n (Message)
12049 @findex mml-unsecure-message
12050 Remove security related @acronym{MML} tags from message.
12051
12052 @end table
12053
12054 @xref{Security, ,Security, message, Message Manual}, for more information.
12055
12056 @node Select Methods
12057 @chapter Select Methods
12058 @cindex foreign groups
12059 @cindex select methods
12060
12061 A @dfn{foreign group} is a group not read by the usual (or
12062 default) means.  It could be, for instance, a group from a different
12063 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12064 personal mail group.
12065
12066 A foreign group (or any group, really) is specified by a @dfn{name} and
12067 a @dfn{select method}.  To take the latter first, a select method is a
12068 list where the first element says what back end to use (e.g. @code{nntp},
12069 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12070 name}.  There may be additional elements in the select method, where the
12071 value may have special meaning for the back end in question.
12072
12073 One could say that a select method defines a @dfn{virtual server}---so
12074 we do just that (@pxref{Server Buffer}).
12075
12076 The @dfn{name} of the group is the name the back end will recognize the
12077 group as.
12078
12079 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12080 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12081 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12082 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12083 back end just knows this group as @samp{soc.motss}.
12084
12085 The different methods all have their peculiarities, of course.
12086
12087 @menu
12088 * Server Buffer::               Making and editing virtual servers.
12089 * Getting News::                Reading USENET news with Gnus.
12090 * Getting Mail::                Reading your personal mail with Gnus.
12091 * Browsing the Web::            Getting messages from a plethora of Web sources.
12092 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12093 * Other Sources::               Reading directories, files, SOUP packets.
12094 * Combined Groups::             Combining groups into one group.
12095 * Gnus Unplugged::              Reading news and mail offline.
12096 @end menu
12097
12098
12099 @node Server Buffer
12100 @section Server Buffer
12101
12102 Traditionally, a @dfn{server} is a machine or a piece of software that
12103 one connects to, and then requests information from.  Gnus does not
12104 connect directly to any real servers, but does all transactions through
12105 one back end or other.  But that's just putting one layer more between
12106 the actual media and Gnus, so we might just as well say that each
12107 back end represents a virtual server.
12108
12109 For instance, the @code{nntp} back end may be used to connect to several
12110 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12111 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12112 use, and what parameters to set by specifying a @dfn{select method}.
12113
12114 These select method specifications can sometimes become quite
12115 complicated---say, for instance, that you want to read from the
12116 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12117 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12118 Anyway, if you had to specify that for each group that used this
12119 server, that would be too much work, so Gnus offers a way of naming
12120 select methods, which is what you do in the server buffer.
12121
12122 To enter the server buffer, use the @kbd{^}
12123 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12124
12125 @menu
12126 * Server Buffer Format::        You can customize the look of this buffer.
12127 * Server Commands::             Commands to manipulate servers.
12128 * Example Methods::             Examples server specifications.
12129 * Creating a Virtual Server::   An example session.
12130 * Server Variables::            Which variables to set.
12131 * Servers and Methods::         You can use server names as select methods.
12132 * Unavailable Servers::         Some servers you try to contact may be down.
12133 @end menu
12134
12135 @vindex gnus-server-mode-hook
12136 @code{gnus-server-mode-hook} is run when creating the server buffer.
12137
12138
12139 @node Server Buffer Format
12140 @subsection Server Buffer Format
12141 @cindex server buffer format
12142
12143 @vindex gnus-server-line-format
12144 You can change the look of the server buffer lines by changing the
12145 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12146 variable, with some simple extensions:
12147
12148 @table @samp
12149
12150 @item h
12151 How the news is fetched---the back end name.
12152
12153 @item n
12154 The name of this server.
12155
12156 @item w
12157 Where the news is to be fetched from---the address.
12158
12159 @item s
12160 The opened/closed/denied status of the server.
12161 @end table
12162
12163 @vindex gnus-server-mode-line-format
12164 The mode line can also be customized by using the
12165 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12166 Formatting}).  The following specs are understood:
12167
12168 @table @samp
12169 @item S
12170 Server name.
12171
12172 @item M
12173 Server method.
12174 @end table
12175
12176 Also @pxref{Formatting Variables}.
12177
12178
12179 @node Server Commands
12180 @subsection Server Commands
12181 @cindex server commands
12182
12183 @table @kbd
12184
12185 @item a
12186 @kindex a (Server)
12187 @findex gnus-server-add-server
12188 Add a new server (@code{gnus-server-add-server}).
12189
12190 @item e
12191 @kindex e (Server)
12192 @findex gnus-server-edit-server
12193 Edit a server (@code{gnus-server-edit-server}).
12194
12195 @item SPACE
12196 @kindex SPACE (Server)
12197 @findex gnus-server-read-server
12198 Browse the current server (@code{gnus-server-read-server}).
12199
12200 @item q
12201 @kindex q (Server)
12202 @findex gnus-server-exit
12203 Return to the group buffer (@code{gnus-server-exit}).
12204
12205 @item k
12206 @kindex k (Server)
12207 @findex gnus-server-kill-server
12208 Kill the current server (@code{gnus-server-kill-server}).
12209
12210 @item y
12211 @kindex y (Server)
12212 @findex gnus-server-yank-server
12213 Yank the previously killed server (@code{gnus-server-yank-server}).
12214
12215 @item c
12216 @kindex c (Server)
12217 @findex gnus-server-copy-server
12218 Copy the current server (@code{gnus-server-copy-server}).
12219
12220 @item l
12221 @kindex l (Server)
12222 @findex gnus-server-list-servers
12223 List all servers (@code{gnus-server-list-servers}).
12224
12225 @item s
12226 @kindex s (Server)
12227 @findex gnus-server-scan-server
12228 Request that the server scan its sources for new articles
12229 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12230 servers.
12231
12232 @item g
12233 @kindex g (Server)
12234 @findex gnus-server-regenerate-server
12235 Request that the server regenerate all its data structures
12236 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12237 a mail back end that has gotten out of sync.
12238
12239 @end table
12240
12241
12242 @node Example Methods
12243 @subsection Example Methods
12244
12245 Most select methods are pretty simple and self-explanatory:
12246
12247 @lisp
12248 (nntp "news.funet.fi")
12249 @end lisp
12250
12251 Reading directly from the spool is even simpler:
12252
12253 @lisp
12254 (nnspool "")
12255 @end lisp
12256
12257 As you can see, the first element in a select method is the name of the
12258 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12259 will.
12260
12261 After these two elements, there may be an arbitrary number of
12262 @code{(@var{variable} @var{form})} pairs.
12263
12264 To go back to the first example---imagine that you want to read from
12265 port 15 on that machine.  This is what the select method should
12266 look like then:
12267
12268 @lisp
12269 (nntp "news.funet.fi" (nntp-port-number 15))
12270 @end lisp
12271
12272 You should read the documentation to each back end to find out what
12273 variables are relevant, but here's an @code{nnmh} example:
12274
12275 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12276 you have two structures that you wish to access: One is your private
12277 mail spool, and the other is a public one.  Here's the possible spec for
12278 your private mail:
12279
12280 @lisp
12281 (nnmh "private" (nnmh-directory "~/private/mail/"))
12282 @end lisp
12283
12284 (This server is then called @samp{private}, but you may have guessed
12285 that.)
12286
12287 Here's the method for a public spool:
12288
12289 @lisp
12290 (nnmh "public"
12291       (nnmh-directory "/usr/information/spool/")
12292       (nnmh-get-new-mail nil))
12293 @end lisp
12294
12295 @cindex proxy
12296 @cindex firewall
12297
12298 If you are behind a firewall and only have access to the @acronym{NNTP}
12299 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12300 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12301 Doing this can be rather fiddly, but your virtual server definition
12302 should probably look something like this:
12303
12304 @lisp
12305 (nntp "firewall"
12306       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12307       (nntp-via-address "the.firewall.machine")
12308       (nntp-address "the.real.nntp.host")
12309       (nntp-end-of-line "\n"))
12310 @end lisp
12311
12312 If you want to use the wonderful @code{ssh} program to provide a
12313 compressed connection over the modem line, you could add the following
12314 configuration to the example above:
12315
12316 @lisp
12317       (nntp-via-rlogin-command "ssh")
12318 @end lisp
12319
12320 See also @code{nntp-via-rlogin-command-switches}.
12321
12322 If you're behind a firewall, but have direct access to the outside world
12323 through a wrapper command like "runsocks", you could open a socksified
12324 telnet connection to the news server as follows:
12325
12326 @lisp
12327 (nntp "outside"
12328       (nntp-pre-command "runsocks")
12329       (nntp-open-connection-function nntp-open-via-telnet)
12330       (nntp-address "the.news.server")
12331       (nntp-end-of-line "\n"))
12332 @end lisp
12333
12334 This means that you have to have set up @code{ssh-agent} correctly to
12335 provide automatic authorization, of course.  And to get a compressed
12336 connection, you have to have the @samp{Compression} option in the
12337 @code{ssh} @file{config} file.
12338
12339
12340 @node Creating a Virtual Server
12341 @subsection Creating a Virtual Server
12342
12343 If you're saving lots of articles in the cache by using persistent
12344 articles, you may want to create a virtual server to read the cache.
12345
12346 First you need to add a new server.  The @kbd{a} command does that.  It
12347 would probably be best to use @code{nnml} to read the cache.  You
12348 could also use @code{nnspool} or @code{nnmh}, though.
12349
12350 Type @kbd{a nnml RET cache RET}.
12351
12352 You should now have a brand new @code{nnml} virtual server called
12353 @samp{cache}.  You now need to edit it to have the right definitions.
12354 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12355 will contain the following:
12356
12357 @lisp
12358 (nnml "cache")
12359 @end lisp
12360
12361 Change that to:
12362
12363 @lisp
12364 (nnml "cache"
12365          (nnml-directory "~/News/cache/")
12366          (nnml-active-file "~/News/cache/active"))
12367 @end lisp
12368
12369 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12370 @kbd{RET} over this virtual server, you should be entered into a browse
12371 buffer, and you should be able to enter any of the groups displayed.
12372
12373
12374 @node Server Variables
12375 @subsection Server Variables
12376 @cindex server variables
12377 @cindex server parameters
12378
12379 One sticky point when defining variables (both on back ends and in Emacs
12380 in general) is that some variables are typically initialized from other
12381 variables when the definition of the variables is being loaded.  If you
12382 change the ``base'' variable after the variables have been loaded, you
12383 won't change the ``derived'' variables.
12384
12385 This typically affects directory and file variables.  For instance,
12386 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12387 directory variables are initialized from that variable, so
12388 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12389 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12390 @code{nnml-directory}---you have to explicitly set all the file
12391 variables to be what you want them to be.  For a complete list of
12392 variables for each back end, see each back end's section later in this
12393 manual, but here's an example @code{nnml} definition:
12394
12395 @lisp
12396 (nnml "public"
12397       (nnml-directory "~/my-mail/")
12398       (nnml-active-file "~/my-mail/active")
12399       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12400 @end lisp
12401
12402 Server variables are often called @dfn{server parameters}.
12403
12404 @node Servers and Methods
12405 @subsection Servers and Methods
12406
12407 Wherever you would normally use a select method
12408 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12409 when browsing a foreign server) you can use a virtual server name
12410 instead.  This could potentially save lots of typing.  And it's nice all
12411 over.
12412
12413
12414 @node Unavailable Servers
12415 @subsection Unavailable Servers
12416
12417 If a server seems to be unreachable, Gnus will mark that server as
12418 @code{denied}.  That means that any subsequent attempt to make contact
12419 with that server will just be ignored.  ``It can't be opened,'' Gnus
12420 will tell you, without making the least effort to see whether that is
12421 actually the case or not.
12422
12423 That might seem quite naughty, but it does make sense most of the time.
12424 Let's say you have 10 groups subscribed to on server
12425 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12426 away from you and the machine is quite slow, so it takes 1 minute just
12427 to find out that it refuses connection to you today.  If Gnus were to
12428 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12429 attempt to do that.  Once it has gotten a single ``connection refused'',
12430 it will regard that server as ``down''.
12431
12432 So, what happens if the machine was only feeling unwell temporarily?
12433 How do you test to see whether the machine has come up again?
12434
12435 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12436 with the following commands:
12437
12438 @table @kbd
12439
12440 @item O
12441 @kindex O (Server)
12442 @findex gnus-server-open-server
12443 Try to establish connection to the server on the current line
12444 (@code{gnus-server-open-server}).
12445
12446 @item C
12447 @kindex C (Server)
12448 @findex gnus-server-close-server
12449 Close the connection (if any) to the server
12450 (@code{gnus-server-close-server}).
12451
12452 @item D
12453 @kindex D (Server)
12454 @findex gnus-server-deny-server
12455 Mark the current server as unreachable
12456 (@code{gnus-server-deny-server}).
12457
12458 @item M-o
12459 @kindex M-o (Server)
12460 @findex gnus-server-open-all-servers
12461 Open the connections to all servers in the buffer
12462 (@code{gnus-server-open-all-servers}).
12463
12464 @item M-c
12465 @kindex M-c (Server)
12466 @findex gnus-server-close-all-servers
12467 Close the connections to all servers in the buffer
12468 (@code{gnus-server-close-all-servers}).
12469
12470 @item R
12471 @kindex R (Server)
12472 @findex gnus-server-remove-denials
12473 Remove all marks to whether Gnus was denied connection from any servers
12474 (@code{gnus-server-remove-denials}).
12475
12476 @item L
12477 @kindex L (Server)
12478 @findex gnus-server-offline-server
12479 Set server status to offline (@code{gnus-server-offline-server}).
12480
12481 @end table
12482
12483
12484 @node Getting News
12485 @section Getting News
12486 @cindex reading news
12487 @cindex news back ends
12488
12489 A newsreader is normally used for reading news.  Gnus currently provides
12490 only two methods of getting news---it can read from an @acronym{NNTP} server,
12491 or it can read from a local spool.
12492
12493 @menu
12494 * NNTP::                        Reading news from an @acronym{NNTP} server.
12495 * News Spool::                  Reading news from the local spool.
12496 @end menu
12497
12498
12499 @node NNTP
12500 @subsection NNTP
12501 @cindex nntp
12502
12503 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12504 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12505 server as the, uhm, address.
12506
12507 If the @acronym{NNTP} server is located at a non-standard port, setting the
12508 third element of the select method to this port number should allow you
12509 to connect to the right port.  You'll have to edit the group info for
12510 that (@pxref{Foreign Groups}).
12511
12512 The name of the foreign group can be the same as a native group.  In
12513 fact, you can subscribe to the same group from as many different servers
12514 you feel like.  There will be no name collisions.
12515
12516 The following variables can be used to create a virtual @code{nntp}
12517 server:
12518
12519 @table @code
12520
12521 @item nntp-server-opened-hook
12522 @vindex nntp-server-opened-hook
12523 @cindex @sc{mode reader}
12524 @cindex authinfo
12525 @cindex authentification
12526 @cindex nntp authentification
12527 @findex nntp-send-authinfo
12528 @findex nntp-send-mode-reader
12529 is run after a connection has been made.  It can be used to send
12530 commands to the @acronym{NNTP} server after it has been contacted.  By
12531 default it sends the command @code{MODE READER} to the server with the
12532 @code{nntp-send-mode-reader} function.  This function should always be
12533 present in this hook.
12534
12535 @item nntp-authinfo-function
12536 @vindex nntp-authinfo-function
12537 @findex nntp-send-authinfo
12538 @vindex nntp-authinfo-file
12539 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12540 server.  The default function is @code{nntp-send-authinfo}, which looks
12541 through your @file{~/.authinfo} (or whatever you've set the
12542 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12543 are found, it will prompt you for a login name and a password.  The
12544 format of the @file{~/.authinfo} file is (almost) the same as the
12545 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12546 manual page, but here are the salient facts:
12547
12548 @enumerate
12549 @item
12550 The file contains one or more line, each of which define one server.
12551
12552 @item
12553 Each line may contain an arbitrary number of token/value pairs.
12554
12555 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12556 @samp{default}.  In addition Gnus introduces two new tokens, not present
12557 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12558 @samp{force}.  (This is the only way the @file{.authinfo} file format
12559 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12560 indicate what port on the server the credentials apply to and
12561 @samp{force} is explained below.
12562
12563 @end enumerate
12564
12565 Here's an example file:
12566
12567 @example
12568 machine news.uio.no login larsi password geheimnis
12569 machine nntp.ifi.uio.no login larsi force yes
12570 @end example
12571
12572 The token/value pairs may appear in any order; @samp{machine} doesn't
12573 have to be first, for instance.
12574
12575 In this example, both login name and password have been supplied for the
12576 former server, while the latter has only the login name listed, and the
12577 user will be prompted for the password.  The latter also has the
12578 @samp{force} tag, which means that the authinfo will be sent to the
12579 @var{nntp} server upon connection; the default (i.e., when there is not
12580 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12581 until the @var{nntp} server asks for it.
12582
12583 You can also add @samp{default} lines that will apply to all servers
12584 that don't have matching @samp{machine} lines.
12585
12586 @example
12587 default force yes
12588 @end example
12589
12590 This will force sending @samp{AUTHINFO} commands to all servers not
12591 previously mentioned.
12592
12593 Remember to not leave the @file{~/.authinfo} file world-readable.
12594
12595 @item nntp-server-action-alist
12596 @vindex nntp-server-action-alist
12597 This is a list of regexps to match on server types and actions to be
12598 taken when matches are made.  For instance, if you want Gnus to beep
12599 every time you connect to innd, you could say something like:
12600
12601 @lisp
12602 (setq nntp-server-action-alist
12603       '(("innd" (ding))))
12604 @end lisp
12605
12606 You probably don't want to do that, though.
12607
12608 The default value is
12609
12610 @lisp
12611 '(("nntpd 1\\.5\\.11t"
12612    (remove-hook 'nntp-server-opened-hook
12613                 'nntp-send-mode-reader)))
12614 @end lisp
12615
12616 This ensures that Gnus doesn't send the @code{MODE READER} command to
12617 nntpd 1.5.11t, since that command chokes that server, I've been told.
12618
12619 @item nntp-maximum-request
12620 @vindex nntp-maximum-request
12621 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12622 will collect headers by sending a series of @code{head} commands.  To
12623 speed things up, the back end sends lots of these commands without
12624 waiting for reply, and then reads all the replies.  This is controlled
12625 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12626 your network is buggy, you should set this to 1.
12627
12628 @item nntp-connection-timeout
12629 @vindex nntp-connection-timeout
12630 If you have lots of foreign @code{nntp} groups that you connect to
12631 regularly, you're sure to have problems with @acronym{NNTP} servers not
12632 responding properly, or being too loaded to reply within reasonable
12633 time.  This is can lead to awkward problems, which can be helped
12634 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12635 that says how many seconds the @code{nntp} back end should wait for a
12636 connection before giving up.  If it is @code{nil}, which is the default,
12637 no timeouts are done.
12638
12639 @c @item nntp-command-timeout
12640 @c @vindex nntp-command-timeout
12641 @c @cindex PPP connections
12642 @c @cindex dynamic IP addresses
12643 @c If you're running Gnus on a machine that has a dynamically assigned
12644 @c address, Gnus may become confused.  If the address of your machine
12645 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12646 @c waiting forever for replies from the server.  To help with this
12647 @c unfortunate problem, you can set this command to a number.  Gnus will
12648 @c then, if it sits waiting for a reply from the server longer than that
12649 @c number of seconds, shut down the connection, start a new one, and resend
12650 @c the command.  This should hopefully be transparent to the user.  A
12651 @c likely number is 30 seconds.
12652 @c
12653 @c @item nntp-retry-on-break
12654 @c @vindex nntp-retry-on-break
12655 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12656 @c hangs.  This will have much the same effect as the command timeout
12657 @c described above.
12658
12659 @item nntp-server-hook
12660 @vindex nntp-server-hook
12661 This hook is run as the last step when connecting to an @acronym{NNTP}
12662 server.
12663
12664 @item nntp-buggy-select
12665 @vindex nntp-buggy-select
12666 Set this to non-@code{nil} if your select routine is buggy.
12667
12668 @item nntp-nov-is-evil
12669 @vindex nntp-nov-is-evil
12670 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12671 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12672 can be used.
12673
12674 @item nntp-xover-commands
12675 @vindex nntp-xover-commands
12676 @cindex @acronym{NOV}
12677 @cindex XOVER
12678 List of strings used as commands to fetch @acronym{NOV} lines from a
12679 server.  The default value of this variable is @code{("XOVER"
12680 "XOVERVIEW")}.
12681
12682 @item nntp-nov-gap
12683 @vindex nntp-nov-gap
12684 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12685 the server.  The server responds with one huge list of lines.  However,
12686 if you have read articles 2-5000 in the group, and only want to read
12687 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12688 lines that you will not need.  This variable says how
12689 big a gap between two consecutive articles is allowed to be before the
12690 @code{XOVER} request is split into several request.  Note that if your
12691 network is fast, setting this variable to a really small number means
12692 that fetching will probably be slower.  If this variable is @code{nil},
12693 @code{nntp} will never split requests.  The default is 5.
12694
12695 @item nntp-prepare-server-hook
12696 @vindex nntp-prepare-server-hook
12697 A hook run before attempting to connect to an @acronym{NNTP} server.
12698
12699 @item nntp-warn-about-losing-connection
12700 @vindex nntp-warn-about-losing-connection
12701 If this variable is non-@code{nil}, some noise will be made when a
12702 server closes connection.
12703
12704 @item nntp-record-commands
12705 @vindex nntp-record-commands
12706 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12707 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12708 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12709 that doesn't seem to work.
12710
12711 @item nntp-open-connection-function
12712 @vindex nntp-open-connection-function
12713 It is possible to customize how the connection to the nntp server will
12714 be opened.  If you specify an @code{nntp-open-connection-function}
12715 parameter, Gnus will use that function to establish the connection.
12716 Five pre-made functions are supplied.  These functions can be grouped in
12717 two categories: direct connection functions (three pre-made), and
12718 indirect ones (two pre-made).
12719
12720 @item nntp-prepare-post-hook
12721 @vindex nntp-prepare-post-hook
12722 A hook run just before posting an article.  If there is no
12723 @code{Message-ID} header in the article and the news server provides the
12724 recommended ID, it will be added to the article before running this
12725 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12726 inhibit Gnus to add a @code{Message-ID} header, you could say:
12727
12728 @lisp
12729 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12730 @end lisp
12731
12732 Note that not all servers support the recommended ID.  This works for
12733 INN versions 2.3.0 and later, for instance.
12734
12735 @item nntp-read-timeout
12736 @vindex nntp-read-timeout
12737 How long nntp should wait between checking for the end of output.
12738 Shorter values mean quicker response, but is more CPU intensive.  The
12739 default is 0.1 seconds.  If you have a slow line to the server (and
12740 don't like to see Emacs eat your available CPU power), you might set
12741 this to, say, 1.
12742
12743 @item nntp-list-options
12744 @vindex nntp-list-options
12745 List of newsgroup name used for a option of the LIST command to restrict
12746 the listing output to only the specified newsgroups.  Each newsgroup name
12747 can be a shell-style wildcard, for instance, @dfn{fj.*}, @dfn{japan.*},
12748 etc.  Fortunately, if the server can accept such a option, it will
12749 probably make gnus run faster.  You may use it as a server variable as
12750 follows:
12751
12752 @lisp
12753 (setq gnus-select-method
12754       '(nntp "news.somewhere.edu"
12755              (nntp-list-options ("fj.*" "japan.*"))))
12756 @end lisp
12757
12758 @item nntp-options-subscribe
12759 @vindex nntp-options-subscribe
12760 Regexp matching the newsgroup names which will be subscribed
12761 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12762 It may be effective as well as @code{nntp-list-options} even though the
12763 server could not accept a shell-style wildcard as a option of the LIST
12764 command.  You may use it as a server variable as follows:
12765
12766 @lisp
12767 (setq gnus-select-method
12768       '(nntp "news.somewhere.edu"
12769              (nntp-options-subscribe "^fj\\.\\|^japan\\.")))
12770 @end lisp
12771
12772 @item nntp-options-not-subscribe
12773 @vindex nntp-options-not-subscribe
12774 Regexp matching the newsgroup names which will not be subscribed
12775 unconditionally.  Use @dfn{ } instead of @dfn{$} for a regexp string.
12776 It may be effective as well as @code{nntp-list-options} even though the
12777 server could not accept a shell-style wildcard as a option of the LIST
12778 command.  You may use it as a server variable as follows:
12779
12780 @lisp
12781 (setq gnus-select-method
12782       '(nntp "news.somewhere.edu"
12783              (nntp-options-not-subscribe "\\.binaries\\.")))
12784 @end lisp
12785 @end table
12786
12787 @menu
12788 * Direct Functions::            Connecting directly to the server.
12789 * Indirect Functions::          Connecting indirectly to the server.
12790 * Common Variables::            Understood by several connection functions.
12791 @end menu
12792
12793
12794 @node Direct Functions
12795 @subsubsection Direct Functions
12796 @cindex direct connection functions
12797
12798 These functions are called direct because they open a direct connection
12799 between your machine and the @acronym{NNTP} server.  The behavior of these
12800 functions is also affected by commonly understood variables
12801 (@pxref{Common Variables}).
12802
12803 @table @code
12804 @findex nntp-open-network-stream
12805 @item nntp-open-network-stream
12806 This is the default, and simply connects to some port or other on the
12807 remote system.
12808
12809 @findex nntp-open-tls-stream
12810 @item nntp-open-tls-stream
12811 Opens a connection to a server over a @dfn{secure} channel.  To use
12812 this you must have @uref{http://www.gnu.org/software/gnutls/, GNUTLS}
12813 installed.  You then define a server as follows:
12814
12815 @lisp
12816 ;; @r{"nntps" is port 563 and is predefined in our @file{/etc/services}}
12817 ;; @r{however, @samp{gnutls-cli -p} doesn't like named ports.}
12818 ;;
12819 (nntp "snews.bar.com"
12820       (nntp-open-connection-function nntp-open-tls-stream)
12821       (nntp-port-number )
12822       (nntp-address "snews.bar.com"))
12823 @end lisp
12824
12825 @findex nntp-open-ssl-stream
12826 @item nntp-open-ssl-stream
12827 Opens a connection to a server over a @dfn{secure} channel.  To use
12828 this you must have @uref{http://www.openssl.org, OpenSSL} or
12829 @uref{ftp://ftp.psy.uq.oz.au/pub/Crypto/SSL, SSLeay} installed.  You
12830 then define a server as follows:
12831
12832 @lisp
12833 ;; @r{"snews" is port 563 and is predefined in our @file{/etc/services}}
12834 ;; @r{however, @samp{openssl s_client -port} doesn't like named ports.}
12835 ;;
12836 (nntp "snews.bar.com"
12837       (nntp-open-connection-function nntp-open-ssl-stream)
12838       (nntp-port-number 563)
12839       (nntp-address "snews.bar.com"))
12840 @end lisp
12841
12842 @findex nntp-open-telnet-stream
12843 @item nntp-open-telnet-stream
12844 Opens a connection to an @acronym{NNTP} server by simply @samp{telnet}'ing
12845 it.  You might wonder why this function exists, since we have the
12846 default @code{nntp-open-network-stream} which would do the job.  (One
12847 of) the reason(s) is that if you are behind a firewall but have direct
12848 connections to the outside world thanks to a command wrapper like
12849 @code{runsocks}, you can use it like this:
12850
12851 @lisp
12852 (nntp "socksified"
12853       (nntp-pre-command "runsocks")
12854       (nntp-open-connection-function nntp-open-telnet-stream)
12855       (nntp-address "the.news.server"))
12856 @end lisp
12857
12858 With the default method, you would need to wrap your whole Emacs
12859 session, which is not a good idea.
12860 @end table
12861
12862
12863 @node Indirect Functions
12864 @subsubsection Indirect Functions
12865 @cindex indirect connection functions
12866
12867 These functions are called indirect because they connect to an
12868 intermediate host before actually connecting to the @acronym{NNTP} server.
12869 All of these functions and related variables are also said to belong to
12870 the ``via'' family of connection: they're all prefixed with ``via'' to make
12871 things cleaner.  The behavior of these functions is also affected by
12872 commonly understood variables (@pxref{Common Variables}).
12873
12874 @table @code
12875 @item nntp-open-via-rlogin-and-telnet
12876 @findex nntp-open-via-rlogin-and-telnet
12877 Does an @samp{rlogin} on a remote system, and then does a @samp{telnet}
12878 to the real @acronym{NNTP} server from there.  This is useful for instance if
12879 you need to connect to a firewall machine first.
12880
12881 @code{nntp-open-via-rlogin-and-telnet}-specific variables:
12882
12883 @table @code
12884 @item nntp-via-rlogin-command
12885 @vindex nntp-via-rlogin-command
12886 Command used to log in on the intermediate host.  The default is
12887 @samp{rsh}, but @samp{ssh} is a popular alternative.
12888
12889 @item nntp-via-rlogin-command-switches
12890 @vindex nntp-via-rlogin-command-switches
12891 List of strings to be used as the switches to
12892 @code{nntp-via-rlogin-command}.  The default is @code{nil}.  If you use
12893 @samp{ssh} for @code{nntp-via-rlogin-command}, you may set this to
12894 @samp{("-C")} in order to compress all data connections, otherwise set
12895 this to @samp{("-t" "-e" "none")} or @samp{("-C" "-t" "-e" "none")} if
12896 the telnet command requires a pseudo-tty allocation on an intermediate
12897 host.
12898 @end table
12899
12900 Note that you may want to change the value for @code{nntp-end-of-line}
12901 to @samp{\n} (@pxref{Common Variables}).
12902
12903 @item nntp-open-via-rlogin-and-netcat
12904 @findex nntp-open-via-rlogin-and-netcat
12905 Does essentially the same, but uses @samp{netcat}
12906 (@uref{http://netcat.sourceforge.net/}) instead of @samp{telnet} to
12907 connect to the real @acronym{NNTP} server from the intermediate host.
12908
12909 @code{nntp-open-via-rlogin-and-netcat}-specific variables:
12910
12911 @table @code
12912 @item nntp-via-netcat-command
12913 @vindex nntp-via-netcat-command
12914 Command used to connect to the real @acronym{NNTP} server from the
12915 intermediate host.  The default is @samp{nc}.  You can also use other
12916 programs like @samp{connect}
12917 (@uref{http://www.imasy.or.jp/~gotoh/ssh/connect.html}) instead.
12918
12919 @item nntp-via-netcat-switches
12920 @vindex nntp-via-netcat-switches
12921 List of strings to be used as the switches to the
12922 @code{nntp-via-telnet-command} command.  The default is @code{nil}.
12923
12924 @item nntp-via-rlogin-command
12925 Command used to log in on the intermediate host.  The default is
12926 @samp{rsh}, but @samp{ssh} is a popular alternative.
12927
12928 @item nntp-via-rlogin-command-switches
12929 List of strings to be used as the switches to
12930 @code{nntp-via-rlogin-command}.  The default is @code{nil}.
12931 @end table
12932
12933 @item nntp-open-via-telnet-and-telnet
12934 @findex nntp-open-via-telnet-and-telnet
12935 Does essentially also the same, but uses @samp{telnet} instead of
12936 @samp{rlogin} to connect to the intermediate host.
12937
12938 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12939
12940 @table @code
12941 @item nntp-via-telnet-command
12942 @vindex nntp-via-telnet-command
12943 Command used to @code{telnet} the intermediate host.  The default is
12944 @samp{telnet}.
12945
12946 @item nntp-via-telnet-switches
12947 @vindex nntp-via-telnet-switches
12948 List of strings to be used as the switches to the
12949 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12950
12951 @item nntp-via-user-password
12952 @vindex nntp-via-user-password
12953 Password to use when logging in on the intermediate host.
12954
12955 @item nntp-via-envuser
12956 @vindex nntp-via-envuser
12957 If non-@code{nil}, the intermediate @code{telnet} session (client and
12958 server both) will support the @code{ENVIRON} option and not prompt for
12959 login name.  This works for Solaris @code{telnet}, for instance.
12960
12961 @item nntp-via-shell-prompt
12962 @vindex nntp-via-shell-prompt
12963 Regexp matching the shell prompt on the intermediate host.  The default
12964 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12965
12966 @end table
12967
12968 Note that you may want to change the value for @code{nntp-end-of-line}
12969 to @samp{\n} (@pxref{Common Variables}).
12970 @end table
12971
12972
12973 Here are some additional variables that are understood by all the above
12974 functions:
12975
12976 @table @code
12977
12978 @item nntp-via-user-name
12979 @vindex nntp-via-user-name
12980 User name to use when connecting to the intermediate host.
12981
12982 @item nntp-via-address
12983 @vindex nntp-via-address
12984 Address of the intermediate host to connect to.
12985
12986 @end table
12987
12988
12989 @node Common Variables
12990 @subsubsection Common Variables
12991
12992 The following variables affect the behavior of all, or several of the
12993 pre-made connection functions.  When not specified, all functions are
12994 affected.
12995
12996 @table @code
12997
12998 @item nntp-pre-command
12999 @vindex nntp-pre-command
13000 A command wrapper to use when connecting through a non native
13001 connection function (all except @code{nntp-open-network-stream},
13002 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
13003 where you would put a @samp{SOCKS} wrapper for instance.
13004
13005 @item nntp-address
13006 @vindex nntp-address
13007 The address of the @acronym{NNTP} server.
13008
13009 @item nntp-port-number
13010 @vindex nntp-port-number
13011 Port number to connect to the @acronym{NNTP} server.  The default is
13012 @samp{nntp}.  If you use @acronym{NNTP} over
13013 @acronym{TLS}/@acronym{SSL}, you may want to use integer ports rather
13014 than named ports (i.e, use @samp{563} instead of @samp{snews} or
13015 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
13016 not work with named ports.
13017
13018 @item nntp-end-of-line
13019 @vindex nntp-end-of-line
13020 String to use as end-of-line marker when talking to the @acronym{NNTP}
13021 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
13022 using a non native telnet connection function.
13023
13024 @item nntp-telnet-command
13025 @vindex nntp-telnet-command
13026 Command to use when connecting to the @acronym{NNTP} server through
13027 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
13028 just for the real @acronym{NNTP} server.  The default is
13029 @samp{telnet}.
13030
13031 @item nntp-telnet-switches
13032 @vindex nntp-telnet-switches
13033 A list of switches to pass to @code{nntp-telnet-command}.  The default
13034 is @samp{("-8")}.
13035
13036 @end table
13037
13038
13039 @node News Spool
13040 @subsection News Spool
13041 @cindex nnspool
13042 @cindex news spool
13043
13044 Subscribing to a foreign group from the local spool is extremely easy,
13045 and might be useful, for instance, to speed up reading groups that
13046 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13047 instance.
13048
13049 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13050 anything else) as the address.
13051
13052 If you have access to a local spool, you should probably use that as the
13053 native select method (@pxref{Finding the News}).  It is normally faster
13054 than using an @code{nntp} select method, but might not be.  It depends.
13055 You just have to try to find out what's best at your site.
13056
13057 @table @code
13058
13059 @item nnspool-inews-program
13060 @vindex nnspool-inews-program
13061 Program used to post an article.
13062
13063 @item nnspool-inews-switches
13064 @vindex nnspool-inews-switches
13065 Parameters given to the inews program when posting an article.
13066
13067 @item nnspool-spool-directory
13068 @vindex nnspool-spool-directory
13069 Where @code{nnspool} looks for the articles.  This is normally
13070 @file{/usr/spool/news/}.
13071
13072 @item nnspool-nov-directory
13073 @vindex nnspool-nov-directory
13074 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13075 @file{/usr/spool/news/over.view/}.
13076
13077 @item nnspool-lib-dir
13078 @vindex nnspool-lib-dir
13079 Where the news lib dir is (@file{/usr/lib/news/} by default).
13080
13081 @item nnspool-active-file
13082 @vindex nnspool-active-file
13083 The name of the active file.
13084
13085 @item nnspool-newsgroups-file
13086 @vindex nnspool-newsgroups-file
13087 The name of the group descriptions file.
13088
13089 @item nnspool-history-file
13090 @vindex nnspool-history-file
13091 The name of the news history file.
13092
13093 @item nnspool-active-times-file
13094 @vindex nnspool-active-times-file
13095 The name of the active date file.
13096
13097 @item nnspool-nov-is-evil
13098 @vindex nnspool-nov-is-evil
13099 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13100 that it finds.
13101
13102 @item nnspool-sift-nov-with-sed
13103 @vindex nnspool-sift-nov-with-sed
13104 @cindex sed
13105 If non-@code{nil}, which is the default, use @code{sed} to get the
13106 relevant portion from the overview file.  If @code{nil},
13107 @code{nnspool} will load the entire file into a buffer and process it
13108 there.
13109
13110 @end table
13111
13112
13113 @node Getting Mail
13114 @section Getting Mail
13115 @cindex reading mail
13116 @cindex mail
13117
13118 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13119 course.
13120
13121 @menu
13122 * Mail in a Newsreader::        Important introductory notes.
13123 * Getting Started Reading Mail::  A simple cookbook example.
13124 * Splitting Mail::              How to create mail groups.
13125 * Mail Sources::                How to tell Gnus where to get mail from.
13126 * Mail Back End Variables::     Variables for customizing mail handling.
13127 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13128 * Group Mail Splitting::        Use group customize to drive mail splitting.
13129 * Incorporating Old Mail::      What about the old mail you have?
13130 * Expiring Mail::               Getting rid of unwanted mail.
13131 * Washing Mail::                Removing cruft from the mail you get.
13132 * Duplicates::                  Dealing with duplicated mail.
13133 * Not Reading Mail::            Using mail back ends for reading other files.
13134 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13135 @end menu
13136
13137
13138 @node Mail in a Newsreader
13139 @subsection Mail in a Newsreader
13140
13141 If you are used to traditional mail readers, but have decided to switch
13142 to reading mail with Gnus, you may find yourself experiencing something
13143 of a culture shock.
13144
13145 Gnus does not behave like traditional mail readers.  If you want to make
13146 it behave that way, you can, but it's an uphill battle.
13147
13148 Gnus, by default, handles all its groups using the same approach.  This
13149 approach is very newsreaderly---you enter a group, see the new/unread
13150 messages, and when you read the messages, they get marked as read, and
13151 you don't see them any more.  (Unless you explicitly ask for them.)
13152
13153 In particular, you do not do anything explicitly to delete messages.
13154
13155 Does this mean that all the messages that have been marked as read are
13156 deleted?  How awful!
13157
13158 But, no, it means that old messages are @dfn{expired} according to some
13159 scheme or other.  For news messages, the expire process is controlled by
13160 the news administrator; for mail, the expire process is controlled by
13161 you.  The expire process for mail is covered in depth in @ref{Expiring
13162 Mail}.
13163
13164 What many Gnus users find, after using it a while for both news and
13165 mail, is that the transport mechanism has very little to do with how
13166 they want to treat a message.
13167
13168 Many people subscribe to several mailing lists.  These are transported
13169 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13170 answering, or even reading these messages very carefully.  We may not
13171 need to save them because if we should need to read one again, they are
13172 archived somewhere else.
13173
13174 Some people have local news groups which have only a handful of readers.
13175 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13176 to read and answer a large fraction of the messages very carefully in
13177 order to do our work.  And there may not be an archive, so we may need
13178 to save the interesting messages the same way we would personal mail.
13179
13180 The important distinction turns out to be not the transport mechanism,
13181 but other factors such as how interested we are in the subject matter,
13182 or how easy it is to retrieve the message if we need to read it again.
13183
13184 Gnus provides many options for sorting mail into ``groups'' which behave
13185 like newsgroups, and for treating each group (whether mail or news)
13186 differently.
13187
13188 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13189 that Gnus should grow up and be a male, er, mail reader.  It is possible
13190 to whip Gnus into a more mailreaderly being, but, as said before, it's
13191 not easy.  People who prefer proper mail readers should try @sc{vm}
13192 instead, which is an excellent, and proper, mail reader.
13193
13194 I don't mean to scare anybody off, but I want to make it clear that you
13195 may be required to learn a new way of thinking about messages.  After
13196 you've been subjected to The Gnus Way, you will come to love it.  I can
13197 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13198 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13199 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13200 You Do.)
13201
13202
13203 @node Getting Started Reading Mail
13204 @subsection Getting Started Reading Mail
13205
13206 It's quite easy to use Gnus to read your new mail.  You just plonk the
13207 mail back end of your choice into @code{gnus-secondary-select-methods},
13208 and things will happen automatically.
13209
13210 For instance, if you want to use @code{nnml} (which is a ``one file per
13211 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13212
13213 @lisp
13214 (setq gnus-secondary-select-methods '((nnml "")))
13215 @end lisp
13216
13217 Now, the next time you start Gnus, this back end will be queried for new
13218 articles, and it will move all the messages in your spool file to its
13219 directory, which is @file{~/Mail/} by default.  The new group that will
13220 be created (@samp{mail.misc}) will be subscribed, and you can read it
13221 like any other group.
13222
13223 You will probably want to split the mail into several groups, though:
13224
13225 @lisp
13226 (setq nnmail-split-methods
13227       '(("junk" "^From:.*Lars Ingebrigtsen")
13228         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13229         ("other" "")))
13230 @end lisp
13231
13232 This will result in three new @code{nnml} mail groups being created:
13233 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13234 mail that doesn't fit into the first two groups will be placed in the
13235 last group.
13236
13237 This should be sufficient for reading mail with Gnus.  You might want to
13238 give the other sections in this part of the manual a perusal, though.
13239 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13240
13241
13242 @node Splitting Mail
13243 @subsection Splitting Mail
13244 @cindex splitting mail
13245 @cindex mail splitting
13246 @cindex mail filtering (splitting)
13247
13248 @vindex nnmail-split-methods
13249 The @code{nnmail-split-methods} variable says how the incoming mail is
13250 to be split into groups.
13251
13252 @lisp
13253 (setq nnmail-split-methods
13254   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13255     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13256     ("mail.other" "")))
13257 @end lisp
13258
13259 This variable is a list of lists, where the first element of each of
13260 these lists is the name of the mail group (they do not have to be called
13261 something beginning with @samp{mail}, by the way), and the second
13262 element is a regular expression used on the header of each mail to
13263 determine if it belongs in this mail group.  The first string may
13264 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13265 insert sub-expressions from the matched text.  For instance:
13266
13267 @lisp
13268 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13269 @end lisp
13270
13271 The second element can also be a function.  In that case, it will be
13272 called narrowed to the headers with the first element of the rule as the
13273 argument.  It should return a non-@code{nil} value if it thinks that the
13274 mail belongs in that group.
13275
13276 The last of these groups should always be a general one, and the regular
13277 expression should @emph{always} be @samp{*} so that it matches any mails
13278 that haven't been matched by any of the other regexps.  (These rules are
13279 processed from the beginning of the alist toward the end.  The first
13280 rule to make a match will ``win'', unless you have crossposting enabled.
13281 In that case, all matching rules will ``win''.)
13282
13283 If you like to tinker with this yourself, you can set this variable to a
13284 function of your choice.  This function will be called without any
13285 arguments in a buffer narrowed to the headers of an incoming mail
13286 message.  The function should return a list of group names that it
13287 thinks should carry this mail message.
13288
13289 Note that the mail back ends are free to maul the poor, innocent,
13290 incoming headers all they want to.  They all add @code{Lines} headers;
13291 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13292 @code{From<SPACE>} line to something else.
13293
13294 @vindex nnmail-crosspost
13295 The mail back ends all support cross-posting.  If several regexps match,
13296 the mail will be ``cross-posted'' to all those groups.
13297 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13298 that no articles are crossposted to the general (@samp{*}) group.
13299
13300 @vindex nnmail-crosspost-link-function
13301 @cindex crosspost
13302 @cindex links
13303 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13304 the crossposted articles.  However, not all file systems support hard
13305 links.  If that's the case for you, set
13306 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13307 variable is @code{add-name-to-file} by default.)
13308
13309 @kindex M-x nnmail-split-history
13310 @findex nnmail-split-history
13311 If you wish to see where the previous mail split put the messages, you
13312 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13313 where re-spooling messages would put the messages, you can use
13314 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13315 Group Commands}).
13316
13317 @vindex nnmail-split-header-length-limit
13318 Header lines longer than the value of
13319 @code{nnmail-split-header-length-limit} are excluded from the split
13320 function.
13321
13322 @vindex nnmail-mail-splitting-charset
13323 @vindex nnmail-mail-splitting-decodes
13324 By default the splitting codes @acronym{MIME} decodes headers so you
13325 can match on non-@acronym{ASCII} strings.  The
13326 @code{nnmail-mail-splitting-charset} variable specifies the default
13327 charset for decoding.  The behaviour can be turned off completely by
13328 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13329 useful if you want to match articles based on the raw header data.
13330
13331 @vindex nnmail-resplit-incoming
13332 By default, splitting is performed on all incoming messages.  If you
13333 specify a @code{directory} entry for the variable @code{mail-sources}
13334 (@pxref{Mail Source Specifiers}), however, then splitting does
13335 @emph{not} happen by default.  You can set the variable
13336 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13337 splitting happen even in this case.  (This variable has no effect on
13338 other kinds of entries.)
13339
13340 Gnus gives you all the opportunity you could possibly want for shooting
13341 yourself in the foot.  Let's say you create a group that will contain
13342 all the mail you get from your boss.  And then you accidentally
13343 unsubscribe from the group.  Gnus will still put all the mail from your
13344 boss in the unsubscribed group, and so, when your boss mails you ``Have
13345 that report ready by Monday or you're fired!'', you'll never see it and,
13346 come Tuesday, you'll still believe that you're gainfully employed while
13347 you really should be out collecting empty bottles to save up for next
13348 month's rent money.
13349
13350
13351 @node Mail Sources
13352 @subsection Mail Sources
13353
13354 Mail can be gotten from many different sources---the mail spool, from
13355 a @acronym{POP} mail server, from a procmail directory, or from a
13356 maildir, for instance.
13357
13358 @menu
13359 * Mail Source Specifiers::      How to specify what a mail source is.
13360 * Mail Source Customization::   Some variables that influence things.
13361 * Fetching Mail::               Using the mail source specifiers.
13362 @end menu
13363
13364
13365 @node Mail Source Specifiers
13366 @subsubsection Mail Source Specifiers
13367 @cindex POP
13368 @cindex mail server
13369 @cindex procmail
13370 @cindex mail spool
13371 @cindex mail source
13372
13373 You tell Gnus how to fetch mail by setting @code{mail-sources}
13374 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13375
13376 Here's an example:
13377
13378 @lisp
13379 (pop :server "pop3.mailserver.com" :user "myname")
13380 @end lisp
13381
13382 As can be observed, a mail source specifier is a list where the first
13383 element is a @dfn{mail source type}, followed by an arbitrary number of
13384 @dfn{keywords}.  Keywords that are not explicitly specified are given
13385 default values.
13386
13387 The following mail source types are available:
13388
13389 @table @code
13390 @item file
13391 Get mail from a single file; typically from the mail spool.
13392
13393 Keywords:
13394
13395 @table @code
13396 @item :path
13397 The file name.  Defaults to the value of the @env{MAIL}
13398 environment variable or the value of @code{rmail-spool-directory}
13399 (usually something like @file{/usr/mail/spool/user-name}).
13400
13401 @item :prescript
13402 @itemx :postscript
13403 Script run before/after fetching mail.
13404 @end table
13405
13406 An example file mail source:
13407
13408 @lisp
13409 (file :path "/usr/spool/mail/user-name")
13410 @end lisp
13411
13412 Or using the default file name:
13413
13414 @lisp
13415 (file)
13416 @end lisp
13417
13418 If the mail spool file is not located on the local machine, it's best
13419 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13420 You can not use ange-ftp file names here---it has no way to lock the
13421 mail spool while moving the mail.
13422
13423 If it's impossible to set up a proper server, you can use ssh instead.
13424
13425 @lisp
13426 (setq mail-sources
13427       '((file :prescript "ssh host bin/getmail >%t")))
13428 @end lisp
13429
13430 The @samp{getmail} script would look something like the following:
13431
13432 @example
13433 #!/bin/sh
13434 #  getmail - move mail from spool to stdout
13435 #  flu@@iki.fi
13436
13437 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13438 TMP=$HOME/Mail/tmp
13439 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13440 @end example
13441
13442 Alter this script to fit find the @samp{movemail} you want to use.
13443
13444
13445 @item directory
13446 @vindex nnmail-scan-directory-mail-source-once
13447 Get mail from several files in a directory.  This is typically used
13448 when you have procmail split the incoming mail into several files.
13449 That is, there is a one-to-one correspondence between files in that
13450 directory and groups, so that mail from the file @file{foo.bar.spool}
13451 will be put in the group @code{foo.bar}.  (You can change the suffix
13452 to be used instead of @code{.spool}.)  Setting
13453 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13454 Gnus to scan the mail source only once.  This is particularly useful
13455 if you want to scan mail groups at a specified level.
13456
13457 @vindex nnmail-resplit-incoming
13458 There is also the variable @code{nnmail-resplit-incoming}, if you set
13459 that to a non-@code{nil} value, then the normal splitting process is
13460 applied to all the files from the directory, @ref{Splitting Mail}.
13461
13462 Keywords:
13463
13464 @table @code
13465 @item :path
13466 The name of the directory where the files are.  There is no default
13467 value.
13468
13469 @item :suffix
13470 Only files ending with this suffix are used.  The default is
13471 @samp{.spool}.
13472
13473 @item :predicate
13474 Only files that have this predicate return non-@code{nil} are returned.
13475 The default is @code{identity}.  This is used as an additional
13476 filter---only files that have the right suffix @emph{and} satisfy this
13477 predicate are considered.
13478
13479 @item :prescript
13480 @itemx :postscript
13481 Script run before/after fetching mail.
13482
13483 @end table
13484
13485 An example directory mail source:
13486
13487 @lisp
13488 (directory :path "/home/user-name/procmail-dir/"
13489            :suffix ".prcml")
13490 @end lisp
13491
13492 @item pop
13493 Get mail from a @acronym{POP} server.
13494
13495 Keywords:
13496
13497 @table @code
13498 @item :server
13499 The name of the @acronym{POP} server.  The default is taken from the
13500 @env{MAILHOST} environment variable.
13501
13502 @item :port
13503 The port number of the @acronym{POP} server.  This can be a number (eg,
13504 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13505 string, it should be a service name as listed in @file{/etc/services} on
13506 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13507 need to specify it as @samp{"pop-3"} instead.
13508
13509 @item :user
13510 The user name to give to the @acronym{POP} server.  The default is the login
13511 name.
13512
13513 @item :password
13514 The password to give to the @acronym{POP} server.  If not specified,
13515 the user is prompted.
13516
13517 @item :program
13518 The program to use to fetch mail from the @acronym{POP} server.  This
13519 should be a @code{format}-like string.  Here's an example:
13520
13521 @example
13522 fetchmail %u@@%s -P %p %t
13523 @end example
13524
13525 The valid format specifier characters are:
13526
13527 @table @samp
13528 @item t
13529 The name of the file the mail is to be moved to.  This must always be
13530 included in this string.
13531
13532 @item s
13533 The name of the server.
13534
13535 @item P
13536 The port number of the server.
13537
13538 @item u
13539 The user name to use.
13540
13541 @item p
13542 The password to use.
13543 @end table
13544
13545 The values used for these specs are taken from the values you give the
13546 corresponding keywords.
13547
13548 @item :prescript
13549 A script to be run before fetching the mail.  The syntax is the same as
13550 the @code{:program} keyword.  This can also be a function to be run.
13551
13552 @item :postscript
13553 A script to be run after fetching the mail.  The syntax is the same as
13554 the @code{:program} keyword.  This can also be a function to be run.
13555
13556 @item :function
13557 The function to use to fetch mail from the @acronym{POP} server.  The
13558 function is called with one parameter---the name of the file where the
13559 mail should be moved to.
13560
13561 @item :authentication
13562 This can be either the symbol @code{password} or the symbol @code{apop}
13563 and says what authentication scheme to use.  The default is
13564 @code{password}.
13565
13566 @item :connection
13567 What stream to use for connecting to the server, this can be the symbol
13568 @code{ssl}, the symbol @code{tls} or others.  The default is @code{nil}
13569 and use insecure connections.  Note that for SSL/TLS, you need external
13570 programs and libraries:
13571
13572 @itemize @bullet
13573 @item
13574 @dfn{ssl:} Connect through SSL@. Requires OpenSSL (the program
13575 @samp{openssl}) or SSLeay (@samp{s_client}) as well as the external
13576 library @samp{ssl.el}.
13577 @item
13578 @dfn{starttls:} Connect via the STARTTLS extension (similar to SSL)@.
13579 Requires the external library @samp{starttls.el} and program
13580 @samp{starttls}.
13581 @end itemize
13582
13583 @item :leave
13584 Non-@code{nil} if mail is to be left on the server and UIDL used for
13585 message retrieval.  The default is @code{nil}.
13586
13587 @end table
13588
13589 If the @code{:program} and @code{:function} keywords aren't specified,
13590 @code{pop3-movemail} will be used.
13591
13592 Here are some examples.  Fetch from the default @acronym{POP} server,
13593 using the default user name, and default fetcher:
13594
13595 @lisp
13596 (pop)
13597 @end lisp
13598
13599 Fetch from a named server with a named user and password:
13600
13601 @lisp
13602 (pop :server "my.pop.server"
13603      :user "user-name" :password "secret")
13604 @end lisp
13605
13606 Use @samp{movemail} to move the mail:
13607
13608 @lisp
13609 (pop :program "movemail po:%u %t %p")
13610 @end lisp
13611
13612 @item maildir
13613 Get mail from a maildir.  This is a type of mailbox that is supported by
13614 at least qmail and postfix, where each file in a special directory
13615 contains exactly one mail.
13616
13617 Keywords:
13618
13619 @table @code
13620 @item :path
13621 The name of the directory where the mails are stored.  The default is
13622 taken from the @env{MAILDIR} environment variable or
13623 @file{~/Maildir/}.
13624 @item :subdirs
13625 The subdirectories of the Maildir.  The default is
13626 @samp{("new" "cur")}.
13627
13628 @c If you sometimes look at your mail through a pop3 daemon before fetching
13629 @c them with Gnus, you may also have to fetch your mails from the
13630 @c @code{cur} directory inside the maildir, like in the first example
13631 @c below.
13632
13633 You can also get mails from remote hosts (because maildirs don't suffer
13634 from locking problems).
13635
13636 @end table
13637
13638 Two example maildir mail sources:
13639
13640 @lisp
13641 (maildir :path "/home/user-name/Maildir/"
13642          :subdirs ("cur" "new"))
13643 @end lisp
13644
13645 @lisp
13646 (maildir :path "/user@@remotehost.org:~/Maildir/"
13647          :subdirs ("new"))
13648 @end lisp
13649
13650 @item imap
13651 Get mail from a @acronym{IMAP} server.  If you don't want to use
13652 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13653 with nnimap), for some reason or other, Gnus let you treat it similar
13654 to a @acronym{POP} server and fetches articles from a given
13655 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13656
13657 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13658 may need external programs and libraries, @xref{IMAP}.
13659
13660 Keywords:
13661
13662 @table @code
13663 @item :server
13664 The name of the @acronym{IMAP} server.  The default is taken from the
13665 @env{MAILHOST} environment variable.
13666
13667 @item :port
13668 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13669 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13670
13671 @item :user
13672 The user name to give to the @acronym{IMAP} server.  The default is the login
13673 name.
13674
13675 @item :password
13676 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13677 prompted.
13678
13679 @item :stream
13680 What stream to use for connecting to the server, this is one of the
13681 symbols in @code{imap-stream-alist}.  Right now, this means
13682 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13683 @samp{ssl}, @samp{shell} or the default @samp{network}.
13684
13685 @item :authentication
13686 Which authenticator to use for authenticating to the server, this is
13687 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13688 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13689 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13690
13691 @item :program
13692 When using the `shell' :stream, the contents of this variable is
13693 mapped into the @code{imap-shell-program} variable.  This should be a
13694 @code{format}-like string (or list of strings).  Here's an example:
13695
13696 @example
13697 ssh %s imapd
13698 @end example
13699
13700 The valid format specifier characters are:
13701
13702 @table @samp
13703 @item s
13704 The name of the server.
13705
13706 @item l
13707 User name from @code{imap-default-user}.
13708
13709 @item p
13710 The port number of the server.
13711 @end table
13712
13713 The values used for these specs are taken from the values you give the
13714 corresponding keywords.
13715
13716 @item :mailbox
13717 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13718 which normally is the mailbox which receive incoming mail.
13719
13720 @item :predicate
13721 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13722 UNDELETED}, is probably the best choice for most people, but if you
13723 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13724 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13725 Then all articles in the mailbox is fetched, no matter what.  For a
13726 complete list of predicates, see RFC 2060 section 6.4.4.
13727
13728 @item :fetchflag
13729 How to flag fetched articles on the server, the default @samp{\Deleted}
13730 will mark them as deleted, an alternative would be @samp{\Seen} which
13731 would simply mark them as read.  These are the two most likely choices,
13732 but more flags are defined in RFC 2060 section 2.3.2.
13733
13734 @item :dontexpunge
13735 If non-@code{nil}, don't remove all articles marked as deleted in the
13736 mailbox after finishing the fetch.
13737
13738 @end table
13739
13740 An example @acronym{IMAP} mail source:
13741
13742 @lisp
13743 (imap :server "mail.mycorp.com"
13744       :stream kerberos4
13745       :fetchflag "\\Seen")
13746 @end lisp
13747
13748 @item webmail
13749 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13750 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13751 @uref{http://mail.yahoo.com/}.
13752
13753 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13754 required for url "4.0pre.46".
13755
13756 WARNING: Mails may be lost.  NO WARRANTY.
13757
13758 Keywords:
13759
13760 @table @code
13761 @item :subtype
13762 The type of the webmail server.  The default is @code{hotmail}.  The
13763 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13764
13765 @item :user
13766 The user name to give to the webmail server.  The default is the login
13767 name.
13768
13769 @item :password
13770 The password to give to the webmail server.  If not specified, the user is
13771 prompted.
13772
13773 @item :dontexpunge
13774 If non-@code{nil}, only fetch unread articles and don't move them to
13775 trash folder after finishing the fetch.
13776
13777 @end table
13778
13779 An example webmail source:
13780
13781 @lisp
13782 (webmail :subtype 'hotmail
13783          :user "user-name"
13784          :password "secret")
13785 @end lisp
13786 @end table
13787
13788 @table @dfn
13789 @item Common Keywords
13790 Common keywords can be used in any type of mail source.
13791
13792 Keywords:
13793
13794 @table @code
13795 @item :plugged
13796 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13797 use directory source to get mail, you can specify it as in this
13798 example:
13799
13800 @lisp
13801 (setq mail-sources
13802       '((directory :path "/home/pavel/.Spool/"
13803                    :suffix ""
13804                    :plugged t)))
13805 @end lisp
13806
13807 Gnus will then fetch your mail even when you are unplugged.  This is
13808 useful when you use local mail and news.
13809
13810 @end table
13811 @end table
13812
13813 @subsubsection Function Interface
13814
13815 Some of the above keywords specify a Lisp function to be executed.
13816 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13817 the value of the keyword while the function is executing.  For example,
13818 consider the following mail-source setting:
13819
13820 @lisp
13821 (setq mail-sources '((pop :user "jrl"
13822                           :server "pophost" :function fetchfunc)))
13823 @end lisp
13824
13825 While the function @code{fetchfunc} is executing, the symbol @code{user}
13826 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13827 @code{"pophost"}.  The symbols @code{port}, @code{password},
13828 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13829 and @code{authentication} are also bound (to their default values).
13830
13831 See above for a list of keywords for each type of mail source.
13832
13833
13834 @node Mail Source Customization
13835 @subsubsection Mail Source Customization
13836
13837 The following is a list of variables that influence how the mail is
13838 fetched.  You would normally not need to set or change any of these
13839 variables.
13840
13841 @table @code
13842 @item mail-source-crash-box
13843 @vindex mail-source-crash-box
13844 File where mail will be stored while processing it.  The default is@*
13845 @file{~/.emacs-mail-crash-box}.
13846
13847 @item mail-source-delete-incoming
13848 @vindex mail-source-delete-incoming
13849 If non-@code{nil}, delete incoming files after handling them.  If
13850 @code{t}, delete the files immediately, if @code{nil}, never delete any
13851 files.  If a positive number, delete files older than number of days
13852 (This will only happen, when receiving new mail).  You may also set
13853 @code{mail-source-delete-incoming} to @code{nil} and call
13854 @code{mail-source-delete-old-incoming} from a hook or interactively.
13855
13856 @item mail-source-delete-old-incoming-confirm
13857 @vindex mail-source-delete-old-incoming-confirm
13858 If non-@code{nil}, ask for for confirmation before deleting old incoming
13859 files.  This variable only applies when
13860 @code{mail-source-delete-incoming} is a positive number.
13861
13862 @item mail-source-ignore-errors
13863 @vindex mail-source-ignore-errors
13864 If non-@code{nil}, ignore errors when reading mail from a mail source.
13865
13866 @item mail-source-directory
13867 @vindex mail-source-directory
13868 Directory where files (if any) will be stored.  The default is
13869 @file{~/Mail/}.  At present, the only thing this is used for is to say
13870 where the incoming files will be stored if the previous variable is
13871 @code{nil}.
13872
13873 @item mail-source-incoming-file-prefix
13874 @vindex mail-source-incoming-file-prefix
13875 Prefix for file name for storing incoming mail.  The default is
13876 @file{Incoming}, in which case files will end up with names like
13877 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13878 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13879
13880 @item mail-source-default-file-modes
13881 @vindex mail-source-default-file-modes
13882 All new mail files will get this file mode.  The default is 384.
13883
13884 @item mail-source-movemail-program
13885 @vindex mail-source-movemail-program
13886 If non-@code{nil}, name of program for fetching new mail.  If
13887 @code{nil}, @code{movemail} in @var{exec-directory}.
13888
13889 @end table
13890
13891
13892 @node Fetching Mail
13893 @subsubsection Fetching Mail
13894
13895 @vindex mail-sources
13896 @vindex nnmail-spool-file
13897 The way to actually tell Gnus where to get new mail from is to set
13898 @code{mail-sources} to a list of mail source specifiers
13899 (@pxref{Mail Source Specifiers}).
13900
13901 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13902 @code{nil}, the mail back ends will never attempt to fetch mail by
13903 themselves.
13904
13905 If you want to fetch mail both from your local spool as well as a
13906 @acronym{POP} mail server, you'd say something like:
13907
13908 @lisp
13909 (setq mail-sources
13910       '((file)
13911         (pop :server "pop3.mail.server"
13912              :password "secret")))
13913 @end lisp
13914
13915 Or, if you don't want to use any of the keyword defaults:
13916
13917 @lisp
13918 (setq mail-sources
13919       '((file :path "/var/spool/mail/user-name")
13920         (pop :server "pop3.mail.server"
13921              :user "user-name"
13922              :port "pop3"
13923              :password "secret")))
13924 @end lisp
13925
13926
13927 When you use a mail back end, Gnus will slurp all your mail from your
13928 inbox and plonk it down in your home directory.  Gnus doesn't move any
13929 mail if you're not using a mail back end---you have to do a lot of magic
13930 invocations first.  At the time when you have finished drawing the
13931 pentagram, lightened the candles, and sacrificed the goat, you really
13932 shouldn't be too surprised when Gnus moves your mail.
13933
13934
13935
13936 @node Mail Back End Variables
13937 @subsection Mail Back End Variables
13938
13939 These variables are (for the most part) pertinent to all the various
13940 mail back ends.
13941
13942 @table @code
13943 @vindex nnmail-read-incoming-hook
13944 @item nnmail-read-incoming-hook
13945 The mail back ends all call this hook after reading new mail.  You can
13946 use this hook to notify any mail watch programs, if you want to.
13947
13948 @vindex nnmail-split-hook
13949 @item nnmail-split-hook
13950 @findex gnus-article-decode-encoded-words
13951 @cindex RFC 1522 decoding
13952 @cindex RFC 2047 decoding
13953 Hook run in the buffer where the mail headers of each message is kept
13954 just before the splitting based on these headers is done.  The hook is
13955 free to modify the buffer contents in any way it sees fit---the buffer
13956 is discarded after the splitting has been done, and no changes performed
13957 in the buffer will show up in any files.
13958 @code{gnus-article-decode-encoded-words} is one likely function to add
13959 to this hook.
13960
13961 @vindex nnmail-pre-get-new-mail-hook
13962 @vindex nnmail-post-get-new-mail-hook
13963 @item nnmail-pre-get-new-mail-hook
13964 @itemx nnmail-post-get-new-mail-hook
13965 These are two useful hooks executed when treating new incoming
13966 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13967 starting to handle the new mail) and
13968 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13969 is done).  Here's and example of using these two hooks to change the
13970 default file modes the new mail files get:
13971
13972 @lisp
13973 (add-hook 'nnmail-pre-get-new-mail-hook
13974           (lambda () (set-default-file-modes 511)))
13975
13976 (add-hook 'nnmail-post-get-new-mail-hook
13977           (lambda () (set-default-file-modes 551)))
13978 @end lisp
13979
13980 @item nnmail-use-long-file-names
13981 @vindex nnmail-use-long-file-names
13982 If non-@code{nil}, the mail back ends will use long file and directory
13983 names.  Groups like @samp{mail.misc} will end up in directories
13984 (assuming use of @code{nnml} back end) or files (assuming use of
13985 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13986 the same group will end up in @file{mail/misc}.
13987
13988 @item nnmail-delete-file-function
13989 @vindex nnmail-delete-file-function
13990 @findex delete-file
13991 Function called to delete files.  It is @code{delete-file} by default.
13992
13993 @item nnmail-cache-accepted-message-ids
13994 @vindex nnmail-cache-accepted-message-ids
13995 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13996 the back end (via @code{Gcc}, for instance) into the mail duplication
13997 discovery cache.  The default is @code{nil}.
13998
13999 @item nnmail-cache-ignore-groups
14000 @vindex nnmail-cache-ignore-groups
14001 This can be a regular expression or a list of regular expressions.
14002 Group names that match any of the regular expressions will never be
14003 recorded in the @code{Message-ID} cache.
14004
14005 This can be useful, for example, when using Fancy Splitting
14006 (@pxref{Fancy Mail Splitting}) together with the function
14007 @code{nnmail-split-fancy-with-parent}.
14008
14009 @end table
14010
14011
14012 @node Fancy Mail Splitting
14013 @subsection Fancy Mail Splitting
14014 @cindex mail splitting
14015 @cindex fancy mail splitting
14016
14017 @vindex nnmail-split-fancy
14018 @findex nnmail-split-fancy
14019 If the rather simple, standard method for specifying how to split mail
14020 doesn't allow you to do what you want, you can set
14021 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
14022 play with the @code{nnmail-split-fancy} variable.
14023
14024 Let's look at an example value of this variable first:
14025
14026 @lisp
14027 ;; @r{Messages from the mailer daemon are not crossposted to any of}
14028 ;; @r{the ordinary groups.  Warnings are put in a separate group}
14029 ;; @r{from real errors.}
14030 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
14031                    "mail.misc"))
14032    ;; @r{Non-error messages are crossposted to all relevant}
14033    ;; @r{groups, but we don't crosspost between the group for the}
14034    ;; @r{(ding) list and the group for other (ding) related mail.}
14035    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
14036          ("subject" "ding" "ding.misc"))
14037       ;; @r{Other mailing lists@dots{}}
14038       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
14039       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
14040       ;; @r{Both lists below have the same suffix, so prevent}
14041       ;; @r{cross-posting to mkpkg.list of messages posted only to}
14042       ;; @r{the bugs- list, but allow cross-posting when the}
14043       ;; @r{message was really cross-posted.}
14044       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
14045       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
14046       ;; @r{People@dots{}}
14047       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
14048    ;; @r{Unmatched mail goes to the catch all group.}
14049    "misc.misc")
14050 @end lisp
14051
14052 This variable has the format of a @dfn{split}.  A split is a
14053 (possibly) recursive structure where each split may contain other
14054 splits.  Here are the possible split syntaxes:
14055
14056 @table @code
14057
14058 @item group 
14059 If the split is a string, that will be taken as a group name.  Normal
14060 regexp match expansion will be done.  See below for examples.
14061
14062 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14063 If the split is a list, the first element of which is a string, then
14064 store the message as specified by @var{split}, if header @var{field}
14065 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14066 (yet another regexp) matches some string after @var{field} and before
14067 the end of the matched @var{value}, the @var{split} is ignored.  If
14068 none of the @var{restrict} clauses match, @var{split} is processed.
14069
14070 @item (| @var{split} @dots{})
14071 If the split is a list, and the first element is @code{|} (vertical
14072 bar), then process each @var{split} until one of them matches.  A
14073 @var{split} is said to match if it will cause the mail message to be
14074 stored in one or more groups.
14075
14076 @item (& @var{split} @dots{})
14077 If the split is a list, and the first element is @code{&}, then
14078 process all @var{split}s in the list.
14079
14080 @item junk
14081 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14082 this message.  Use with extreme caution.
14083
14084 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14085 If the split is a list, and the first element is @samp{:}, then the
14086 second element will be called as a function with @var{args} given as
14087 arguments.  The function should return a @var{split}.
14088
14089 @cindex body split
14090 For instance, the following function could be used to split based on the
14091 body of the messages:
14092
14093 @lisp
14094 (defun split-on-body ()
14095   (save-excursion
14096     (save-restriction
14097       (widen)
14098       (goto-char (point-min))
14099       (when (re-search-forward "Some.*string" nil t)
14100         "string.group"))))
14101 @end lisp
14102
14103 The buffer is narrowed to the message in question when @var{function}
14104 is run.  That's why @code{(widen)} needs to be called after
14105 @code{save-excursion} and @code{save-restriction} in the example
14106 above.  Also note that with the nnimap backend, message bodies will
14107 not be downloaded by default.  You need to set
14108 @code{nnimap-split-download-body} to @code{t} to do that
14109 (@pxref{Splitting in IMAP}).
14110
14111 @item (! @var{func} @var{split})
14112 If the split is a list, and the first element is @code{!}, then
14113 @var{split} will be processed, and @var{func} will be called as a
14114 function with the result of @var{split} as argument.  @var{func}
14115 should return a split.
14116
14117 @item nil
14118 If the split is @code{nil}, it is ignored.
14119
14120 @end table
14121
14122 In these splits, @var{field} must match a complete field name.
14123 @var{value} must match a complete word according to the fundamental mode
14124 syntax table.  You can use @code{.*} in the regexps to match partial
14125 field names or words.  In other words, all @var{value}'s are wrapped in
14126 @samp{\<} and @samp{\>} pairs.
14127
14128 @vindex nnmail-split-abbrev-alist
14129 @var{field} and @var{value} can also be Lisp symbols, in that case
14130 they are expanded as specified by the variable
14131 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14132 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14133 contains the associated value.  Predefined entries in
14134 @code{nnmail-split-abbrev-alist} include:
14135
14136 @table @code
14137 @item from
14138 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14139 @item to
14140 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14141 @samp{Resent-To} and @samp{Resent-Cc} fields.
14142 @item any
14143 Is the union of the @code{from} and @code{to} entries.
14144 @end table
14145
14146 @vindex nnmail-split-fancy-syntax-table
14147 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14148 when all this splitting is performed.
14149
14150 If you want to have Gnus create groups dynamically based on some
14151 information in the headers (i.e., do @code{replace-match}-like
14152 substitutions in the group names), you can say things like:
14153
14154 @example
14155 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14156 @end example
14157
14158 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14159 will be filed in @samp{mail.debian.foo}.
14160
14161 If the string contains the element @samp{\&}, then the previously
14162 matched string will be substituted.  Similarly, the elements @samp{\\1}
14163 up to @samp{\\9} will be substituted with the text matched by the
14164 groupings 1 through 9.
14165
14166 @vindex nnmail-split-fancy-match-partial-words
14167 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14168 words are matched during fancy splitting.
14169
14170 Normally, regular expressions given in @code{nnmail-split-fancy} are
14171 implicitly surrounded by @code{\<...\>} markers, which are word
14172 delimiters.  If this variable is true, they are not implicitly
14173 surrounded by anything.
14174
14175 @example
14176 (any "joe" "joemail")
14177 @end example
14178
14179 In this example, messages sent from @samp{joedavis@@foo.org} will
14180 normally not be filed in @samp{joemail}.  With
14181 @code{nnmail-split-fancy-match-partial-words} set to t, however, the
14182 match will happen.  In effect, the requirement of a word boundary is
14183 removed and instead the match becomes more like a grep.
14184
14185 @findex nnmail-split-fancy-with-parent
14186 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14187 split followups into the same groups their parents are in.  Sometimes
14188 you can't make splitting rules for all your mail.  For example, your
14189 boss might send you personal mail regarding different projects you are
14190 working on, and as you can't tell your boss to put a distinguishing
14191 string into the subject line, you have to resort to manually moving the
14192 messages into the right group.  With this function, you only have to do
14193 it once per thread.
14194
14195 To use this feature, you have to set @code{nnmail-treat-duplicates}
14196 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14197 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14198 using the colon feature, like so:
14199 @lisp
14200 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14201       nnmail-cache-accepted-message-ids t
14202       nnmail-split-fancy
14203       '(| (: nnmail-split-fancy-with-parent)
14204           ;; @r{other splits go here}
14205         ))
14206 @end lisp
14207
14208 This feature works as follows: when @code{nnmail-treat-duplicates} is
14209 non-@code{nil}, Gnus records the message id of every message it sees
14210 in the file specified by the variable
14211 @code{nnmail-message-id-cache-file}, together with the group it is in
14212 (the group is omitted for non-mail messages).  When mail splitting is
14213 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14214 at the References (and In-Reply-To) header of each message to split
14215 and searches the file specified by @code{nnmail-message-id-cache-file}
14216 for the message ids.  When it has found a parent, it returns the
14217 corresponding group name unless the group name matches the regexp
14218 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14219 recommended that you set @code{nnmail-message-id-cache-length} to a
14220 somewhat higher number than the default so that the message ids are
14221 still in the cache.  (A value of 5000 appears to create a file some
14222 300 kBytes in size.)
14223 @vindex nnmail-cache-accepted-message-ids
14224 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14225 also records the message ids of moved articles, so that the followup
14226 messages goes into the new group.
14227
14228 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14229 want certain groups to be recorded in the cache.  For example, if all
14230 outgoing messages are written to an ``outgoing'' group, you could set
14231 @code{nnmail-cache-ignore-groups} to match that group name.
14232 Otherwise, answers to all your messages would end up in the
14233 ``outgoing'' group.
14234
14235
14236 @node Group Mail Splitting
14237 @subsection Group Mail Splitting
14238 @cindex mail splitting
14239 @cindex group mail splitting
14240
14241 @findex gnus-group-split
14242 If you subscribe to dozens of mailing lists but you don't want to
14243 maintain mail splitting rules manually, group mail splitting is for you.
14244 You just have to set @code{to-list} and/or @code{to-address} in group
14245 parameters or group customization and set @code{nnmail-split-methods} to
14246 @code{gnus-group-split}.  This splitting function will scan all groups
14247 for those parameters and split mail accordingly, i.e., messages posted
14248 from or to the addresses specified in the parameters @code{to-list} or
14249 @code{to-address} of a mail group will be stored in that group.
14250
14251 Sometimes, mailing lists have multiple addresses, and you may want mail
14252 splitting to recognize them all: just set the @code{extra-aliases} group
14253 parameter to the list of additional addresses and it's done.  If you'd
14254 rather use a regular expression, set @code{split-regexp}.
14255
14256 All these parameters in a group will be used to create an
14257 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14258 the @var{value} is a single regular expression that matches
14259 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14260 matches of @code{split-regexp}, and the @var{split} is the name of the
14261 group.  @var{restrict}s are also supported: just set the
14262 @code{split-exclude} parameter to a list of regular expressions.
14263
14264 If you can't get the right split to be generated using all these
14265 parameters, or you just need something fancier, you can set the
14266 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14267 this case, all other aforementioned parameters will be ignored by
14268 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14269 @code{nil}, in which case the group will be ignored by
14270 @code{gnus-group-split}.
14271
14272 @vindex gnus-group-split-default-catch-all-group
14273 @code{gnus-group-split} will do cross-posting on all groups that match,
14274 by defining a single @code{&} fancy split containing one split for each
14275 group.  If a message doesn't match any split, it will be stored in the
14276 group named in @code{gnus-group-split-default-catch-all-group}, unless
14277 some group has @code{split-spec} set to @code{catch-all}, in which case
14278 that group is used as the catch-all group.  Even though this variable is
14279 often used just to name a group, it may also be set to an arbitrarily
14280 complex fancy split (after all, a group name is a fancy split), and this
14281 may be useful to split mail that doesn't go to any mailing list to
14282 personal mail folders.  Note that this fancy split is added as the last
14283 element of a @code{|} split list that also contains a @code{&} split
14284 with the rules extracted from group parameters.
14285
14286 It's time for an example.  Assume the following group parameters have
14287 been defined:
14288
14289 @example
14290 nnml:mail.bar:
14291 ((to-address . "bar@@femail.com")
14292  (split-regexp . ".*@@femail\\.com"))
14293 nnml:mail.foo:
14294 ((to-list . "foo@@nowhere.gov")
14295  (extra-aliases "foo@@localhost" "foo-redist@@home")
14296  (split-exclude "bugs-foo" "rambling-foo")
14297  (admin-address . "foo-request@@nowhere.gov"))
14298 nnml:mail.others:
14299 ((split-spec . catch-all))
14300 @end example
14301
14302 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14303 behave as if @code{nnmail-split-fancy} had been selected and variable
14304 @code{nnmail-split-fancy} had been set as follows:
14305
14306 @lisp
14307 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14308       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14309            - "bugs-foo" - "rambling-foo" "mail.foo"))
14310    "mail.others")
14311 @end lisp
14312
14313 @findex gnus-group-split-fancy
14314 If you'd rather not use group splitting for all your mail groups, you
14315 may use it for only some of them, by using @code{nnmail-split-fancy}
14316 splits like this:
14317
14318 @lisp
14319 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14320 @end lisp
14321
14322 @var{groups} may be a regular expression or a list of group names whose
14323 parameters will be scanned to generate the output split.
14324 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14325 single @code{|} split will be output.  @var{catch-all} is the fall back
14326 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14327 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14328 empty string in any selected group, no catch-all split will be issued.
14329 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14330 this group will override the value of the @var{catch-all} argument.
14331
14332 @findex gnus-group-split-setup
14333 Unfortunately, scanning all groups and their parameters can be quite
14334 slow, especially considering that it has to be done for every message.
14335 But don't despair!  The function @code{gnus-group-split-setup} can be
14336 used to enable @code{gnus-group-split} in a much more efficient way.  It
14337 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14338 @code{nnmail-split-fancy} to the split produced by
14339 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14340 scanned once, no matter how many messages are split.
14341
14342 @findex gnus-group-split-update
14343 However, if you change group parameters, you'd have to update
14344 @code{nnmail-split-fancy} manually.  You can do it by running
14345 @code{gnus-group-split-update}.  If you'd rather have it updated
14346 automatically, just tell @code{gnus-group-split-setup} to do it for
14347 you.  For example, add to your @file{~/.gnus.el}:
14348
14349 @lisp
14350 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14351 @end lisp
14352
14353 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14354 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14355 have to worry about updating @code{nnmail-split-fancy} again.  If you
14356 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14357 @code{gnus-group-split-default-catch-all-group} will be set to its
14358 value.
14359
14360 @vindex gnus-group-split-updated-hook
14361 Because you may want to change @code{nnmail-split-fancy} after it is set
14362 by @code{gnus-group-split-update}, this function will run
14363 @code{gnus-group-split-updated-hook} just before finishing.
14364
14365 @node Incorporating Old Mail
14366 @subsection Incorporating Old Mail
14367 @cindex incorporating old mail
14368 @cindex import old mail
14369
14370 Most people have lots of old mail stored in various file formats.  If
14371 you have set up Gnus to read mail using one of the spiffy Gnus mail
14372 back ends, you'll probably wish to have that old mail incorporated into
14373 your mail groups.
14374
14375 Doing so can be quite easy.
14376
14377 To take an example: You're reading mail using @code{nnml}
14378 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14379 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14380 file filled with important, but old, mail.  You want to move it into
14381 your @code{nnml} groups.
14382
14383 Here's how:
14384
14385 @enumerate
14386 @item
14387 Go to the group buffer.
14388
14389 @item
14390 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14391 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14392
14393 @item
14394 Type @kbd{SPACE} to enter the newly created group.
14395
14396 @item
14397 Type @kbd{M P b} to process-mark all articles in this group's buffer
14398 (@pxref{Setting Process Marks}).
14399
14400 @item
14401 Type @kbd{B r} to respool all the process-marked articles, and answer
14402 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14403 @end enumerate
14404
14405 All the mail messages in the mbox file will now also be spread out over
14406 all your @code{nnml} groups.  Try entering them and check whether things
14407 have gone without a glitch.  If things look ok, you may consider
14408 deleting the mbox file, but I wouldn't do that unless I was absolutely
14409 sure that all the mail has ended up where it should be.
14410
14411 Respooling is also a handy thing to do if you're switching from one mail
14412 back end to another.  Just respool all the mail in the old mail groups
14413 using the new mail back end.
14414
14415
14416 @node Expiring Mail
14417 @subsection Expiring Mail
14418 @cindex article expiry
14419
14420 Traditional mail readers have a tendency to remove mail articles when
14421 you mark them as read, in some way.  Gnus takes a fundamentally
14422 different approach to mail reading.
14423
14424 Gnus basically considers mail just to be news that has been received in
14425 a rather peculiar manner.  It does not think that it has the power to
14426 actually change the mail, or delete any mail messages.  If you enter a
14427 mail group, and mark articles as ``read'', or kill them in some other
14428 fashion, the mail articles will still exist on the system.  I repeat:
14429 Gnus will not delete your old, read mail.  Unless you ask it to, of
14430 course.
14431
14432 To make Gnus get rid of your unwanted mail, you have to mark the
14433 articles as @dfn{expirable}.  (With the default key bindings, this means
14434 that you have to type @kbd{E}.)  This does not mean that the articles
14435 will disappear right away, however.  In general, a mail article will be
14436 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14437 more than one week old.  If you do not mark an article as expirable, it
14438 will remain on your system until hell freezes over.  This bears
14439 repeating one more time, with some spurious capitalizations: IF you do
14440 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14441
14442 You do not have to mark articles as expirable by hand.  Gnus provides
14443 two features, called ``auto-expire'' and ``total-expire'', that can help you
14444 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14445 for you when you select an article.  And ``total-expire'' means that Gnus
14446 considers all articles as expirable that are read.  So, in addition to
14447 the articles marked @samp{E}, also the articles marked @samp{r},
14448 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14449 expirable.
14450
14451 When should either auto-expire or total-expire be used?  Most people
14452 who are subscribed to mailing lists split each list into its own group
14453 and then turn on auto-expire or total-expire for those groups.
14454 (@xref{Splitting Mail}, for more information on splitting each list
14455 into its own group.)
14456
14457 Which one is better, auto-expire or total-expire?  It's not easy to
14458 answer.  Generally speaking, auto-expire is probably faster.  Another
14459 advantage of auto-expire is that you get more marks to work with: for
14460 the articles that are supposed to stick around, you can still choose
14461 between tick and dormant and read marks.  But with total-expire, you
14462 only have dormant and ticked to choose from.  The advantage of
14463 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14464 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14465 scoring.
14466
14467 @vindex gnus-auto-expirable-newsgroups
14468 Groups that match the regular expression
14469 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14470 read marked as expirable automatically.  All articles marked as
14471 expirable have an @samp{E} in the first column in the summary buffer.
14472
14473 By default, if you have auto expiry switched on, Gnus will mark all the
14474 articles you read as expirable, no matter if they were read or unread
14475 before.  To avoid having articles marked as read marked as expirable
14476 automatically, you can put something like the following in your
14477 @file{~/.gnus.el} file:
14478
14479 @vindex gnus-mark-article-hook
14480 @lisp
14481 (remove-hook 'gnus-mark-article-hook
14482              'gnus-summary-mark-read-and-unread-as-read)
14483 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14484 @end lisp
14485
14486 Note that making a group auto-expirable doesn't mean that all read
14487 articles are expired---only the articles marked as expirable
14488 will be expired.  Also note that using the @kbd{d} command won't make
14489 articles expirable---only semi-automatic marking of articles as read will
14490 mark the articles as expirable in auto-expirable groups.
14491
14492 Let's say you subscribe to a couple of mailing lists, and you want the
14493 articles you have read to disappear after a while:
14494
14495 @lisp
14496 (setq gnus-auto-expirable-newsgroups
14497       "mail.nonsense-list\\|mail.nice-list")
14498 @end lisp
14499
14500 Another way to have auto-expiry happen is to have the element
14501 @code{auto-expire} in the group parameters of the group.
14502
14503 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14504 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14505 don't really mix very well.
14506
14507 @vindex nnmail-expiry-wait
14508 The @code{nnmail-expiry-wait} variable supplies the default time an
14509 expirable article has to live.  Gnus starts counting days from when the
14510 message @emph{arrived}, not from when it was sent.  The default is seven
14511 days.
14512
14513 Gnus also supplies a function that lets you fine-tune how long articles
14514 are to live, based on what group they are in.  Let's say you want to
14515 have one month expiry period in the @samp{mail.private} group, a one day
14516 expiry period in the @samp{mail.junk} group, and a six day expiry period
14517 everywhere else:
14518
14519 @vindex nnmail-expiry-wait-function
14520 @lisp
14521 (setq nnmail-expiry-wait-function
14522       (lambda (group)
14523        (cond ((string= group "mail.private")
14524                31)
14525              ((string= group "mail.junk")
14526                1)
14527              ((string= group "important")
14528                'never)
14529              (t
14530                6))))
14531 @end lisp
14532
14533 The group names this function is fed are ``unadorned'' group
14534 names---no @samp{nnml:} prefixes and the like.
14535
14536 The @code{nnmail-expiry-wait} variable and
14537 @code{nnmail-expiry-wait-function} function can either be a number (not
14538 necessarily an integer) or one of the symbols @code{immediate} or
14539 @code{never}.
14540
14541 You can also use the @code{expiry-wait} group parameter to selectively
14542 change the expiry period (@pxref{Group Parameters}).
14543
14544 @vindex nnmail-expiry-target
14545 The normal action taken when expiring articles is to delete them.
14546 However, in some circumstances it might make more sense to move them
14547 to other groups instead of deleting them.  The variable
14548 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14549 parameter) controls this.  The variable supplies a default value for
14550 all groups, which can be overridden for specific groups by the group
14551 parameter.  default value is @code{delete}, but this can also be a
14552 string (which should be the name of the group the message should be
14553 moved to), or a function (which will be called in a buffer narrowed to
14554 the message in question, and with the name of the group being moved
14555 from as its parameter) which should return a target---either a group
14556 name or @code{delete}.
14557
14558 Here's an example for specifying a group name:
14559 @lisp
14560 (setq nnmail-expiry-target "nnml:expired")
14561 @end lisp
14562
14563 @findex nnmail-fancy-expiry-target
14564 @vindex nnmail-fancy-expiry-targets
14565 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14566 expire mail to groups according to the variable
14567 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14568
14569 @lisp
14570  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14571        nnmail-fancy-expiry-targets
14572        '((to-from "boss" "nnfolder:Work")
14573          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14574          ("from" ".*" "nnfolder:Archive-%Y")))
14575 @end lisp
14576
14577 With this setup, any mail that has @code{IMPORTANT} in its Subject
14578 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14579 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14580 From or To header contains the string @code{boss}, it will get expired
14581 to @code{nnfolder:Work}.  All other mail will get expired to
14582 @code{nnfolder:Archive-YYYY}.
14583
14584 @vindex nnmail-keep-last-article
14585 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14586 expire the final article in a mail newsgroup.  This is to make life
14587 easier for procmail users.
14588
14589 @vindex gnus-total-expirable-newsgroups
14590 By the way: That line up there, about Gnus never expiring non-expirable
14591 articles, is a lie.  If you put @code{total-expire} in the group
14592 parameters, articles will not be marked as expirable, but all read
14593 articles will be put through the expiry process.  Use with extreme
14594 caution.  Even more dangerous is the
14595 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14596 this regexp will have all read articles put through the expiry process,
14597 which means that @emph{all} old mail articles in the groups in question
14598 will be deleted after a while.  Use with extreme caution, and don't come
14599 crying to me when you discover that the regexp you used matched the
14600 wrong group and all your important mail has disappeared.  Be a
14601 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14602 with!  So there!
14603
14604 Most people make most of their mail groups total-expirable, though.
14605
14606 @vindex gnus-inhibit-user-auto-expire
14607 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14608 commands will not mark an article as expirable, even if the group has
14609 auto-expire turned on.
14610
14611
14612 @node Washing Mail
14613 @subsection Washing Mail
14614 @cindex mail washing
14615 @cindex list server brain damage
14616 @cindex incoming mail treatment
14617
14618 Mailers and list servers are notorious for doing all sorts of really,
14619 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14620 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14621 end of all lines passing through our server, so let's do that!!!!1!''
14622 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14623 considered to be self-evident were not discussed.  So.  Here we are.
14624
14625 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14626 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14627 be shocked and dismayed by this, but I haven't got the energy.  It is to
14628 laugh.
14629
14630 Gnus provides a plethora of functions for washing articles while
14631 displaying them, but it might be nicer to do the filtering before
14632 storing the mail to disk.  For that purpose, we have three hooks and
14633 various functions that can be put in these hooks.
14634
14635 @table @code
14636 @item nnmail-prepare-incoming-hook
14637 @vindex nnmail-prepare-incoming-hook
14638 This hook is called before doing anything with the mail and is meant for
14639 grand, sweeping gestures.  It is called in a buffer that contains all
14640 the new, incoming mail.  Functions to be used include:
14641
14642 @table @code
14643 @item nnheader-ms-strip-cr
14644 @findex nnheader-ms-strip-cr
14645 Remove trailing carriage returns from each line.  This is default on
14646 Emacs running on MS machines.
14647
14648 @end table
14649
14650 @item nnmail-prepare-incoming-header-hook
14651 @vindex nnmail-prepare-incoming-header-hook
14652 This hook is called narrowed to each header.  It can be used when
14653 cleaning up the headers.  Functions that can be used include:
14654
14655 @table @code
14656 @item nnmail-remove-leading-whitespace
14657 @findex nnmail-remove-leading-whitespace
14658 Clear leading white space that ``helpful'' listservs have added to the
14659 headers to make them look nice.  Aaah.
14660
14661 (Note that this function works on both the header on the body of all
14662 messages, so it is a potentially dangerous function to use (if a body
14663 of a message contains something that looks like a header line).  So
14664 rather than fix the bug, it is of course the right solution to make it
14665 into a feature by documenting it.)
14666
14667 @item nnmail-remove-list-identifiers
14668 @findex nnmail-remove-list-identifiers
14669 Some list servers add an identifier---for example, @samp{(idm)}---to the
14670 beginning of all @code{Subject} headers.  I'm sure that's nice for
14671 people who use stone age mail readers.  This function will remove
14672 strings that match the @code{nnmail-list-identifiers} regexp, which can
14673 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14674 @code{\\(..\\)}.
14675
14676 For instance, if you want to remove the @samp{(idm)} and the
14677 @samp{nagnagnag} identifiers:
14678
14679 @lisp
14680 (setq nnmail-list-identifiers
14681       '("(idm)" "nagnagnag"))
14682 @end lisp
14683
14684 This can also be done non-destructively with
14685 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14686
14687 @item nnmail-remove-tabs
14688 @findex nnmail-remove-tabs
14689 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14690
14691 @item nnmail-fix-eudora-headers
14692 @findex nnmail-fix-eudora-headers
14693 @cindex Eudora
14694 Eudora produces broken @code{References} headers, but OK
14695 @code{In-Reply-To} headers.  This function will get rid of the
14696 @code{References} headers.
14697
14698 @end table
14699
14700 @item nnmail-prepare-incoming-message-hook
14701 @vindex nnmail-prepare-incoming-message-hook
14702 This hook is called narrowed to each message.  Functions to be used
14703 include:
14704
14705 @table @code
14706 @item article-de-quoted-unreadable
14707 @findex article-de-quoted-unreadable
14708 Decode Quoted Readable encoding.
14709
14710 @end table
14711 @end table
14712
14713
14714 @node Duplicates
14715 @subsection Duplicates
14716
14717 @vindex nnmail-treat-duplicates
14718 @vindex nnmail-message-id-cache-length
14719 @vindex nnmail-message-id-cache-file
14720 @cindex duplicate mails
14721 If you are a member of a couple of mailing lists, you will sometimes
14722 receive two copies of the same mail.  This can be quite annoying, so
14723 @code{nnmail} checks for and treats any duplicates it might find.  To do
14724 this, it keeps a cache of old @code{Message-ID}s---
14725 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14726 default.  The approximate maximum number of @code{Message-ID}s stored
14727 there is controlled by the @code{nnmail-message-id-cache-length}
14728 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14729 stored.) If all this sounds scary to you, you can set
14730 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14731 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14732 will insert a warning into the head of the mail saying that it thinks
14733 that this is a duplicate of a different message.
14734
14735 This variable can also be a function.  If that's the case, the function
14736 will be called from a buffer narrowed to the message in question with
14737 the @code{Message-ID} as a parameter.  The function must return either
14738 @code{nil}, @code{warn}, or @code{delete}.
14739
14740 You can turn this feature off completely by setting the variable to
14741 @code{nil}.
14742
14743 If you want all the duplicate mails to be put into a special
14744 @dfn{duplicates} group, you could do that using the normal mail split
14745 methods:
14746
14747 @lisp
14748 (setq nnmail-split-fancy
14749       '(| ;; @r{Messages duplicates go to a separate group.}
14750         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14751         ;; @r{Message from daemons, postmaster, and the like to another.}
14752         (any mail "mail.misc")
14753         ;; @r{Other rules.}
14754         [...] ))
14755 @end lisp
14756 @noindent
14757 Or something like:
14758 @lisp
14759 (setq nnmail-split-methods
14760       '(("duplicates" "^Gnus-Warning:.*duplicate")
14761         ;; @r{Other rules.}
14762         [...]))
14763 @end lisp
14764
14765 Here's a neat feature: If you know that the recipient reads her mail
14766 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14767 @code{delete}, you can send her as many insults as you like, just by
14768 using a @code{Message-ID} of a mail that you know that she's already
14769 received.  Think of all the fun!  She'll never see any of it!  Whee!
14770
14771
14772 @node Not Reading Mail
14773 @subsection Not Reading Mail
14774
14775 If you start using any of the mail back ends, they have the annoying
14776 habit of assuming that you want to read mail with them.  This might not
14777 be unreasonable, but it might not be what you want.
14778
14779 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14780 @code{nil}, none of the back ends will ever attempt to read incoming
14781 mail, which should help.
14782
14783 @vindex nnbabyl-get-new-mail
14784 @vindex nnmbox-get-new-mail
14785 @vindex nnml-get-new-mail
14786 @vindex nnmh-get-new-mail
14787 @vindex nnfolder-get-new-mail
14788 This might be too much, if, for instance, you are reading mail quite
14789 happily with @code{nnml} and just want to peek at some old Rmail
14790 file you have stashed away with @code{nnbabyl}.  All back ends have
14791 variables called back-end-@code{get-new-mail}.  If you want to disable
14792 the @code{nnbabyl} mail reading, you edit the virtual server for the
14793 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14794
14795 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14796 narrowed to the article to be saved before saving it when reading
14797 incoming mail.
14798
14799
14800 @node Choosing a Mail Back End
14801 @subsection Choosing a Mail Back End
14802
14803 Gnus will read the mail spool when you activate a mail group.  The mail
14804 file is first copied to your home directory.  What happens after that
14805 depends on what format you want to store your mail in.
14806
14807 There are six different mail back ends in the standard Gnus, and more
14808 back ends are available separately.  The mail back end most people use
14809 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14810 Spool}).
14811
14812 @menu
14813 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14814 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14815 * Mail Spool::                  Store your mail in a private spool?
14816 * MH Spool::                    An mhspool-like back end.
14817 * Maildir::                     Another one-file-per-message format.
14818 * Mail Folders::                Having one file for each group.
14819 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14820 @end menu
14821
14822
14823 @node Unix Mail Box
14824 @subsubsection Unix Mail Box
14825 @cindex nnmbox
14826 @cindex unix mail box
14827
14828 @vindex nnmbox-active-file
14829 @vindex nnmbox-mbox-file
14830 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14831 mail.  @code{nnmbox} will add extra headers to each mail article to say
14832 which group it belongs in.
14833
14834 Virtual server settings:
14835
14836 @table @code
14837 @item nnmbox-mbox-file
14838 @vindex nnmbox-mbox-file
14839 The name of the mail box in the user's home directory.  Default is
14840 @file{~/mbox}.
14841
14842 @item nnmbox-active-file
14843 @vindex nnmbox-active-file
14844 The name of the active file for the mail box.  Default is
14845 @file{~/.mbox-active}.
14846
14847 @item nnmbox-get-new-mail
14848 @vindex nnmbox-get-new-mail
14849 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14850 into groups.  Default is @code{t}.
14851 @end table
14852
14853
14854 @node Rmail Babyl
14855 @subsubsection Rmail Babyl
14856 @cindex nnbabyl
14857 @cindex Rmail mbox
14858
14859 @vindex nnbabyl-active-file
14860 @vindex nnbabyl-mbox-file
14861 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14862 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14863 mail article to say which group it belongs in.
14864
14865 Virtual server settings:
14866
14867 @table @code
14868 @item nnbabyl-mbox-file
14869 @vindex nnbabyl-mbox-file
14870 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14871
14872 @item nnbabyl-active-file
14873 @vindex nnbabyl-active-file
14874 The name of the active file for the rmail box.  The default is
14875 @file{~/.rmail-active}
14876
14877 @item nnbabyl-get-new-mail
14878 @vindex nnbabyl-get-new-mail
14879 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14880 @code{t}
14881 @end table
14882
14883
14884 @node Mail Spool
14885 @subsubsection Mail Spool
14886 @cindex nnml
14887 @cindex mail @acronym{NOV} spool
14888
14889 The @dfn{nnml} spool mail format isn't compatible with any other known
14890 format.  It should be used with some caution.
14891
14892 @vindex nnml-directory
14893 If you use this back end, Gnus will split all incoming mail into files,
14894 one file for each mail, and put the articles into the corresponding
14895 directories under the directory specified by the @code{nnml-directory}
14896 variable.  The default value is @file{~/Mail/}.
14897
14898 You do not have to create any directories beforehand; Gnus will take
14899 care of all that.
14900
14901 If you have a strict limit as to how many files you are allowed to store
14902 in your account, you should not use this back end.  As each mail gets its
14903 own file, you might very well occupy thousands of inodes within a few
14904 weeks.  If this is no problem for you, and it isn't a problem for you
14905 having your friendly systems administrator walking around, madly,
14906 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14907 know that this is probably the fastest format to use.  You do not have
14908 to trudge through a big mbox file just to read your new mail.
14909
14910 @code{nnml} is probably the slowest back end when it comes to article
14911 splitting.  It has to create lots of files, and it also generates
14912 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14913 fastest back end when it comes to reading mail.
14914
14915 @cindex self contained nnml servers
14916 @cindex marks
14917 When the marks file is used (which it is by default), @code{nnml}
14918 servers have the property that you may backup them using @code{tar} or
14919 similar, and later be able to restore them into Gnus (by adding the
14920 proper @code{nnml} server) and have all your marks be preserved.  Marks
14921 for a group is usually stored in the @code{.marks} file (but see
14922 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14923 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14924 to restore the group (after restoring the backup into the nnml
14925 directory).
14926
14927 If for some reason you believe your @file{.marks} files are screwed
14928 up, you can just delete them all.  Gnus will then correctly regenerate
14929 them next time it starts.
14930
14931 Virtual server settings:
14932
14933 @table @code
14934 @item nnml-directory
14935 @vindex nnml-directory
14936 All @code{nnml} directories will be placed under this directory.  The
14937 default is the value of @code{message-directory} (whose default value
14938 is @file{~/Mail}).
14939
14940 @item nnml-active-file
14941 @vindex nnml-active-file
14942 The active file for the @code{nnml} server.  The default is
14943 @file{~/Mail/active}.
14944
14945 @item nnml-newsgroups-file
14946 @vindex nnml-newsgroups-file
14947 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14948 Format}.  The default is @file{~/Mail/newsgroups}.
14949
14950 @item nnml-get-new-mail
14951 @vindex nnml-get-new-mail
14952 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14953 @code{t}.
14954
14955 @item nnml-nov-is-evil
14956 @vindex nnml-nov-is-evil
14957 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14958 default is @code{nil}.
14959
14960 @item nnml-nov-file-name
14961 @vindex nnml-nov-file-name
14962 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14963
14964 @item nnml-prepare-save-mail-hook
14965 @vindex nnml-prepare-save-mail-hook
14966 Hook run narrowed to an article before saving.
14967
14968 @item nnml-marks-is-evil
14969 @vindex nnml-marks-is-evil
14970 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14971 default is @code{nil}.
14972
14973 @item nnml-marks-file-name
14974 @vindex nnml-marks-file-name
14975 The name of the @dfn{marks} files.  The default is @file{.marks}.
14976
14977 @item nnml-use-compressed-files
14978 @vindex nnml-use-compressed-files
14979 If non-@code{nil}, @code{nnml} will allow using compressed message
14980 files.
14981
14982 @end table
14983
14984 @findex nnml-generate-nov-databases
14985 If your @code{nnml} groups and @acronym{NOV} files get totally out of
14986 whack, you can do a complete update by typing @kbd{M-x
14987 nnml-generate-nov-databases}.  This command will trawl through the
14988 entire @code{nnml} hierarchy, looking at each and every article, so it
14989 might take a while to complete.  A better interface to this
14990 functionality can be found in the server buffer (@pxref{Server
14991 Commands}).
14992
14993
14994 @node MH Spool
14995 @subsubsection MH Spool
14996 @cindex nnmh
14997 @cindex mh-e mail spool
14998
14999 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
15000 @acronym{NOV} databases and it doesn't keep an active file or marks
15001 file.  This makes @code{nnmh} a @emph{much} slower back end than
15002 @code{nnml}, but it also makes it easier to write procmail scripts
15003 for.
15004
15005 Virtual server settings:
15006
15007 @table @code
15008 @item nnmh-directory
15009 @vindex nnmh-directory
15010 All @code{nnmh} directories will be located under this directory.  The
15011 default is the value of @code{message-directory} (whose default is
15012 @file{~/Mail})
15013
15014 @item nnmh-get-new-mail
15015 @vindex nnmh-get-new-mail
15016 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
15017 @code{t}.
15018
15019 @item nnmh-be-safe
15020 @vindex nnmh-be-safe
15021 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
15022 sure that the articles in the folder are actually what Gnus thinks
15023 they are.  It will check date stamps and stat everything in sight, so
15024 setting this to @code{t} will mean a serious slow-down.  If you never
15025 use anything but Gnus to read the @code{nnmh} articles, you do not
15026 have to set this variable to @code{t}.  The default is @code{nil}.
15027 @end table
15028
15029
15030 @node Maildir
15031 @subsubsection Maildir
15032 @cindex nnmaildir
15033 @cindex maildir
15034
15035 @code{nnmaildir} stores mail in the maildir format, with each maildir
15036 corresponding to a group in Gnus.  This format is documented here:
15037 @uref{http://cr.yp.to/proto/maildir.html} and here:
15038 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
15039 also stores extra information in the @file{.nnmaildir/} directory
15040 within a maildir.
15041
15042 Maildir format was designed to allow concurrent deliveries and
15043 reading, without needing locks.  With other back ends, you would have
15044 your mail delivered to a spool of some kind, and then you would
15045 configure Gnus to split mail from that spool into your groups.  You
15046 can still do that with @code{nnmaildir}, but the more common
15047 configuration is to have your mail delivered directly to the maildirs
15048 that appear as group in Gnus.
15049
15050 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
15051 never corrupt its data in memory, and @code{SIGKILL} will never
15052 corrupt its data in the filesystem.
15053
15054 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
15055 maildir.  So you can copy a whole maildir from one Gnus setup to
15056 another, and you will keep your marks.
15057
15058 Virtual server settings:
15059
15060 @table @code
15061 @item directory
15062 For each of your @code{nnmaildir} servers (it's very unlikely that
15063 you'd need more than one), you need to create a directory and populate
15064 it with maildirs or symlinks to maildirs (and nothing else; do not
15065 choose a directory already used for other purposes).  Each maildir
15066 will be represented in Gnus as a newsgroup on that server; the
15067 filename of the symlink will be the name of the group.  Any filenames
15068 in the directory starting with @samp{.} are ignored.  The directory is
15069 scanned when you first start Gnus, and each time you type @kbd{g} in
15070 the group buffer; if any maildirs have been removed or added,
15071 @code{nnmaildir} notices at these times.
15072
15073 The value of the @code{directory} parameter should be a Lisp form
15074 which is processed by @code{eval} and @code{expand-file-name} to get
15075 the path of the directory for this server.  The form is @code{eval}ed
15076 only when the server is opened; the resulting string is used until the
15077 server is closed.  (If you don't know about forms and @code{eval},
15078 don't worry---a simple string will work.)  This parameter is not
15079 optional; you must specify it.  I don't recommend using
15080 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15081 use that directory by default for various things, and may get confused
15082 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15083 value.
15084
15085 @item target-prefix
15086 This should be a Lisp form which is processed by @code{eval} and
15087 @code{expand-file-name}.  The form is @code{eval}ed only when the
15088 server is opened; the resulting string is used until the server is
15089 closed.
15090
15091 When you create a group on an @code{nnmaildir} server, the maildir is
15092 created with @code{target-prefix} prepended to its name, and a symlink
15093 pointing to that maildir is created, named with the plain group name.
15094 So if @code{directory} is @code{"~/.nnmaildir"} and
15095 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15096 the group @code{foo}, @code{nnmaildir} will create
15097 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15098 @file{~/.nnmaildir/foo} as a symlink pointing to
15099 @file{../maildirs/foo}.
15100
15101 You can set @code{target-prefix} to a string without any slashes to
15102 create both maildirs and symlinks in the same @code{directory}; in
15103 this case, any maildirs found in @code{directory} whose names start
15104 with @code{target-prefix} will not be listed as groups (but the
15105 symlinks pointing to them will be).
15106
15107 As a special case, if @code{target-prefix} is @code{""} (the default),
15108 then when you create a group, the maildir will be created in
15109 @code{directory} without a corresponding symlink.  Beware that you
15110 cannot use @code{gnus-group-delete-group} on such groups without the
15111 @code{force} argument.
15112
15113 @item directory-files
15114 This should be a function with the same interface as
15115 @code{directory-files} (such as @code{directory-files} itself).  It is
15116 used to scan the server's @code{directory} for maildirs.  This
15117 parameter is optional; the default is
15118 @code{nnheader-directory-files-safe} if
15119 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15120 @code{directory-files} otherwise.
15121 (@code{nnheader-directory-files-is-safe} is checked only once when the
15122 server is opened; if you want to check it each time the directory is
15123 scanned, you'll have to provide your own function that does that.)
15124
15125 @item get-new-mail
15126 If non-@code{nil}, then after scanning for new mail in the group
15127 maildirs themselves as usual, this server will also incorporate mail
15128 the conventional Gnus way, from @code{mail-sources} according to
15129 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15130 value is @code{nil}.
15131
15132 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15133 an @code{nnmaildir} group.  The results might happen to be useful, but
15134 that would be by chance, not by design, and the results might be
15135 different in the future.  If your split rules create new groups,
15136 remember to supply a @code{create-directory} server parameter.
15137 @end table
15138
15139 @subsubsection Group parameters
15140
15141 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15142 all this; the default behavior for @code{nnmaildir} is the same as the
15143 default behavior for other mail back ends: articles are deleted after
15144 one week, etc.  Except for the expiry parameters, all this
15145 functionality is unique to @code{nnmaildir}, so you can ignore it if
15146 you're just trying to duplicate the behavior you already have with
15147 another back end.
15148
15149 If the value of any of these parameters is a vector, the first element
15150 is evaluated as a Lisp form and the result is used, rather than the
15151 original value.  If the value is not a vector, the value itself is
15152 evaluated as a Lisp form.  (This is why these parameters use names
15153 different from those of other, similar parameters supported by other
15154 back ends: they have different, though similar, meanings.)  (For
15155 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15156 @code{eval} business again; for other values, remember to use an extra
15157 quote and wrap the value in a vector when appropriate.)
15158
15159 @table @code
15160 @item expire-age
15161 An integer specifying the minimum age, in seconds, of an article
15162 before it will be expired, or the symbol @code{never} to specify that
15163 articles should never be expired.  If this parameter is not set,
15164 @code{nnmaildir} falls back to the usual
15165 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
15166 the @code{expiry-wait}(@code{-function}) group parameters.  If you
15167 wanted a value of 3 days, you could use something like @code{[(* 3 24
15168 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15169 An article's age is measured starting from the article file's
15170 modification time.  Normally, this is the same as the article's
15171 delivery time, but editing an article makes it younger.  Moving an
15172 article (other than via expiry) may also make an article younger.
15173
15174 @item expire-group
15175 If this is set to a string such as a full Gnus group name, like
15176 @example
15177 "backend+server.address.string:group.name"
15178 @end example
15179 and if it is not the name of the same group that the parameter belongs
15180 to, then articles will be moved to the specified group during expiry
15181 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15182 group, the article will be just as old in the destination group as it
15183 was in the source group.}  So be careful with @code{expire-age} in the
15184 destination group.  If this is set to the name of the same group that
15185 the parameter belongs to, then the article is not expired at all.  If
15186 you use the vector form, the first element is evaluated once for each
15187 article.  So that form can refer to
15188 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15189 article.  @emph{If this parameter is not set, @code{nnmaildir} does
15190 not fall back to the @code{expiry-target} group parameter or the
15191 @code{nnmail-expiry-target} variable.}
15192
15193 @item read-only
15194 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15195 in this maildir as read-only.  This means: articles are not renamed
15196 from @file{new/} into @file{cur/}; articles are only found in
15197 @file{new/}, not @file{cur/}; articles are never deleted; articles
15198 cannot be edited.  @file{new/} is expected to be a symlink to the
15199 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15200 containing a mailing list of common interest.  Everything in the
15201 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15202 a shared mailbox, you do still need to set up your own maildir (or
15203 have write permission to the shared mailbox); your maildir just won't
15204 contain extra copies of the articles.
15205
15206 @item directory-files
15207 A function with the same interface as @code{directory-files}.  It is
15208 used to scan the directories in the maildir corresponding to this
15209 group to find articles.  The default is the function specified by the
15210 server's @code{directory-files} parameter.
15211
15212 @item distrust-Lines:
15213 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15214 article, rather than use the @code{Lines:} header field.  If
15215 @code{nil}, the header field will be used if present.
15216
15217 @item always-marks
15218 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15219 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15220 say that all articles have these marks, regardless of whether the
15221 marks stored in the filesystem say so.  This is a proof-of-concept
15222 feature that will probably be removed eventually; it ought to be done
15223 in Gnus proper, or abandoned if it's not worthwhile.
15224
15225 @item never-marks
15226 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15227 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15228 say that no articles have these marks, regardless of whether the marks
15229 stored in the filesystem say so.  @code{never-marks} overrides
15230 @code{always-marks}.  This is a proof-of-concept feature that will
15231 probably be removed eventually; it ought to be done in Gnus proper, or
15232 abandoned if it's not worthwhile.
15233
15234 @item nov-cache-size
15235 An integer specifying the size of the @acronym{NOV} memory cache.  To
15236 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15237 for a limited number of articles in each group.  (This is probably not
15238 worthwhile, and will probably be removed in the future.)  This
15239 parameter's value is noticed only the first time a group is seen after
15240 the server is opened---i.e., when you first start Gnus, typically.
15241 The @acronym{NOV} cache is never resized until the server is closed
15242 and reopened.  The default is an estimate of the number of articles
15243 that would be displayed in the summary buffer: a count of articles
15244 that are either marked with @code{tick} or not marked with
15245 @code{read}, plus a little extra.
15246 @end table
15247
15248 @subsubsection Article identification
15249 Articles are stored in the @file{cur/} subdirectory of each maildir.
15250 Each article file is named like @code{uniq:info}, where @code{uniq}
15251 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15252 @code{:info} part.  (Other maildir readers typically use this part of
15253 the filename to store marks.)  The @code{uniq} part uniquely
15254 identifies the article, and is used in various places in the
15255 @file{.nnmaildir/} subdirectory of the maildir to store information
15256 about the corresponding article.  The full pathname of an article is
15257 available in the variable @code{nnmaildir-article-file-name} after you
15258 request the article in the summary buffer.
15259
15260 @subsubsection NOV data
15261 An article identified by @code{uniq} has its @acronym{NOV} data (used
15262 to generate lines in the summary buffer) stored in
15263 @code{.nnmaildir/nov/uniq}.  There is no
15264 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15265 need for it---an article's @acronym{NOV} data is updated automatically
15266 when the article or @code{nnmail-extra-headers} has changed.)  You can
15267 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15268 single article simply by deleting the corresponding @acronym{NOV}
15269 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15270 assign a new article number for this article, which may cause trouble
15271 with @code{seen} marks, the Agent, and the cache.
15272
15273 @subsubsection Article marks
15274 An article identified by @code{uniq} is considered to have the mark
15275 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15276 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15277 looks for such files and reports the set of marks it finds.  When Gnus
15278 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15279 creates and deletes the corresponding files as needed.  (Actually,
15280 rather than create a new file for each mark, it just creates hard
15281 links to @file{.nnmaildir/markfile}, to save inodes.)
15282
15283 You can invent new marks by creating a new directory in
15284 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15285 your server, untar it later, and keep your marks.  You can add and
15286 remove marks yourself by creating and deleting mark files.  If you do
15287 this while Gnus is running and your @code{nnmaildir} server is open,
15288 it's best to exit all summary buffers for @code{nnmaildir} groups and
15289 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15290 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15291 pick up the changes, and might undo them.
15292
15293
15294 @node Mail Folders
15295 @subsubsection Mail Folders
15296 @cindex nnfolder
15297 @cindex mbox folders
15298 @cindex mail folders
15299
15300 @code{nnfolder} is a back end for storing each mail group in a
15301 separate file.  Each file is in the standard Un*x mbox format.
15302 @code{nnfolder} will add extra headers to keep track of article
15303 numbers and arrival dates.
15304
15305 @cindex self contained nnfolder servers
15306 @cindex marks
15307 When the marks file is used (which it is by default), @code{nnfolder}
15308 servers have the property that you may backup them using @code{tar} or
15309 similar, and later be able to restore them into Gnus (by adding the
15310 proper @code{nnfolder} server) and have all your marks be preserved.
15311 Marks for a group is usually stored in a file named as the mbox file
15312 with @code{.mrk} concatenated to it (but see
15313 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15314 directory.  Individual @code{nnfolder} groups are also possible to
15315 backup, use @kbd{G m} to restore the group (after restoring the backup
15316 into the @code{nnfolder} directory).
15317
15318 Virtual server settings:
15319
15320 @table @code
15321 @item nnfolder-directory
15322 @vindex nnfolder-directory
15323 All the @code{nnfolder} mail boxes will be stored under this
15324 directory.  The default is the value of @code{message-directory}
15325 (whose default is @file{~/Mail})
15326
15327 @item nnfolder-active-file
15328 @vindex nnfolder-active-file
15329 The name of the active file.  The default is @file{~/Mail/active}.
15330
15331 @item nnfolder-newsgroups-file
15332 @vindex nnfolder-newsgroups-file
15333 The name of the group descriptions file.  @xref{Newsgroups File
15334 Format}.  The default is @file{~/Mail/newsgroups}
15335
15336 @item nnfolder-get-new-mail
15337 @vindex nnfolder-get-new-mail
15338 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15339 default is @code{t}
15340
15341 @item nnfolder-save-buffer-hook
15342 @vindex nnfolder-save-buffer-hook
15343 @cindex backup files
15344 Hook run before saving the folders.  Note that Emacs does the normal
15345 backup renaming of files even with the @code{nnfolder} buffers.  If
15346 you wish to switch this off, you could say something like the
15347 following in your @file{.emacs} file:
15348
15349 @lisp
15350 (defun turn-off-backup ()
15351   (set (make-local-variable 'backup-inhibited) t))
15352
15353 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15354 @end lisp
15355
15356 @item nnfolder-delete-mail-hook
15357 @vindex nnfolder-delete-mail-hook
15358 Hook run in a buffer narrowed to the message that is to be deleted.
15359 This function can be used to copy the message to somewhere else, or to
15360 extract some information from it before removing it.
15361
15362 @item nnfolder-nov-is-evil
15363 @vindex nnfolder-nov-is-evil
15364 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15365 default is @code{nil}.
15366
15367 @item nnfolder-nov-file-suffix
15368 @vindex nnfolder-nov-file-suffix
15369 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15370
15371 @item nnfolder-nov-directory
15372 @vindex nnfolder-nov-directory
15373 The directory where the @acronym{NOV} files should be stored.  If
15374 @code{nil}, @code{nnfolder-directory} is used.
15375
15376 @item nnfolder-marks-is-evil
15377 @vindex nnfolder-marks-is-evil
15378 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15379 default is @code{nil}.
15380
15381 @item nnfolder-marks-file-suffix
15382 @vindex nnfolder-marks-file-suffix
15383 The extension for @sc{marks} files.  The default is @file{.mrk}.
15384
15385 @item nnfolder-marks-directory
15386 @vindex nnfolder-marks-directory
15387 The directory where the @sc{marks} files should be stored.  If
15388 @code{nil}, @code{nnfolder-directory} is used.
15389
15390 @end table
15391
15392
15393 @findex nnfolder-generate-active-file
15394 @kindex M-x nnfolder-generate-active-file
15395 If you have lots of @code{nnfolder}-like files you'd like to read with
15396 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15397 command to make @code{nnfolder} aware of all likely files in
15398 @code{nnfolder-directory}.  This only works if you use long file names,
15399 though.
15400
15401 @node Comparing Mail Back Ends
15402 @subsubsection Comparing Mail Back Ends
15403
15404 First, just for terminology, the @dfn{back end} is the common word for a
15405 low-level access method---a transport, if you will, by which something
15406 is acquired.  The sense is that one's mail has to come from somewhere,
15407 and so selection of a suitable back end is required in order to get that
15408 mail within spitting distance of Gnus.
15409
15410 The same concept exists for Usenet itself: Though access to articles is
15411 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15412 in the world got at Usenet by running a reader on the machine where the
15413 articles lay (the machine which today we call an @acronym{NNTP} server), and
15414 access was by the reader stepping into the articles' directory spool
15415 area directly.  One can still select between either the @code{nntp} or
15416 @code{nnspool} back ends, to select between these methods, if one happens
15417 actually to live on the server (or can see its spool directly, anyway,
15418 via NFS).
15419
15420 The goal in selecting a mail back end is to pick one which
15421 simultaneously represents a suitable way of dealing with the original
15422 format plus leaving mail in a form that is convenient to use in the
15423 future.  Here are some high and low points on each:
15424
15425 @table @code
15426 @item nnmbox
15427
15428 UNIX systems have historically had a single, very common, and well-
15429 defined format.  All messages arrive in a single @dfn{spool file}, and
15430 they are delineated by a line whose regular expression matches
15431 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15432 to make it clear in this instance that this is not the RFC-specified
15433 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15434 historically from the Unix environment, it is simplest if one does not
15435 mess a great deal with the original mailbox format, so if one chooses
15436 this back end, Gnus' primary activity in getting mail from the real spool
15437 area to Gnus' preferred directory is simply to copy it, with no
15438 (appreciable) format change in the process.  It is the ``dumbest'' way
15439 to move mail into availability in the Gnus environment.  This makes it
15440 fast to move into place, but slow to parse, when Gnus has to look at
15441 what's where.
15442
15443 @item nnbabyl
15444
15445 Once upon a time, there was the DEC-10 and DEC-20, running operating
15446 systems called TOPS and related things, and the usual (only?) mail
15447 reading environment was a thing called Babyl.  I don't know what format
15448 was used for mail landing on the system, but Babyl had its own internal
15449 format to which mail was converted, primarily involving creating a
15450 spool-file-like entity with a scheme for inserting Babyl-specific
15451 headers and status bits above the top of each message in the file.
15452 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15453 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15454 to understand the mail files folks already had in existence.  Gnus (and
15455 VM, for that matter) continue to support this format because it's
15456 perceived as having some good qualities in those mailer-specific
15457 headers/status bits stuff.  Rmail itself still exists as well, of
15458 course, and is still maintained by Stallman.
15459
15460 Both of the above forms leave your mail in a single file on your
15461 file system, and they must parse that entire file each time you take a
15462 look at your mail.
15463
15464 @item nnml
15465
15466 @code{nnml} is the back end which smells the most as though you were
15467 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15468 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15469 lo these years ago.)  One's mail is taken from the original spool file,
15470 and is then cut up into individual message files, 1:1.  It maintains a
15471 Usenet-style active file (analogous to what one finds in an INN- or
15472 CNews-based news system in (for instance) @file{/var/lib/news/active},
15473 or what is returned via the @samp{NNTP LIST} verb) and also creates
15474 @dfn{overview} files for efficient group entry, as has been defined for
15475 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15476 due to the creation of lots of files, updates to the @code{nnml} active
15477 file, and additions to overview files on a per-message basis, but it is
15478 extremely fast on access because of what amounts to the indexing support
15479 provided by the active file and overviews.
15480
15481 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15482 resource which defines available places in the file system to put new
15483 files.  Sysadmins take a dim view of heavy inode occupation within
15484 tight, shared file systems.  But if you live on a personal machine where
15485 the file system is your own and space is not at a premium, @code{nnml}
15486 wins big.
15487
15488 It is also problematic using this back end if you are living in a
15489 FAT16-based Windows world, since much space will be wasted on all these
15490 tiny files.
15491
15492 @item nnmh
15493
15494 The Rand MH mail-reading system has been around UNIX systems for a very
15495 long time; it operates by splitting one's spool file of messages into
15496 individual files, but with little or no indexing support---@code{nnmh}
15497 is considered to be semantically equivalent to ``@code{nnml} without
15498 active file or overviews''.  This is arguably the worst choice, because
15499 one gets the slowness of individual file creation married to the
15500 slowness of access parsing when learning what's new in one's groups.
15501
15502 @item nnfolder
15503
15504 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15505 method described above) on a per-group basis.  That is, @code{nnmbox}
15506 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15507 little bit of optimization to this so that each of one's mail groups has
15508 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15509 can be parsed separately, and still provides the simple Unix mail box
15510 format requiring minimal effort in moving the mail around.  In addition,
15511 it maintains an ``active'' file making it much faster for Gnus to figure
15512 out how many messages there are in each separate group.
15513
15514 If you have groups that are expected to have a massive amount of
15515 messages, @code{nnfolder} is not the best choice, but if you receive
15516 only a moderate amount of mail, @code{nnfolder} is probably the most
15517 friendly mail back end all over.
15518
15519 @item nnmaildir
15520
15521 For configuring expiry and other things, @code{nnmaildir} uses
15522 incompatible group parameters, slightly different from those of other
15523 mail back ends.
15524
15525 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15526 differences.  Each message is stored in a separate file, but the
15527 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15528 also stores the equivalent of @code{nnml}'s overview files in one file
15529 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15530 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15531 you down or takes up very much space, consider switching to
15532 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15533 file system.
15534
15535 Since maildirs don't require locking for delivery, the maildirs you use
15536 as groups can also be the maildirs your mail is directly delivered to.
15537 This means you can skip Gnus' mail splitting if your mail is already
15538 organized into different mailboxes during delivery.  A @code{directory}
15539 entry in @code{mail-sources} would have a similar effect, but would
15540 require one set of mailboxes for spooling deliveries (in mbox format,
15541 thus damaging message bodies), and another set to be used as groups (in
15542 whatever format you like).  A maildir has a built-in spool, in the
15543 @code{new/} subdirectory.  Beware that currently, mail moved from
15544 @code{new/} to @code{cur/} instead of via mail splitting will not
15545 undergo treatment such as duplicate checking.
15546
15547 @code{nnmaildir} stores article marks for a given group in the
15548 corresponding maildir, in a way designed so that it's easy to manipulate
15549 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15550 else, and still have your marks.  @code{nnml} also stores marks, but
15551 it's not as easy to work with them from outside Gnus as with
15552 @code{nnmaildir}.
15553
15554 @code{nnmaildir} uses a significant amount of memory to speed things up.
15555 (It keeps in memory some of the things that @code{nnml} stores in files
15556 and that @code{nnmh} repeatedly parses out of message files.)  If this
15557 is a problem for you, you can set the @code{nov-cache-size} group
15558 parameter to something small (0 would probably not work, but 1 probably
15559 would) to make it use less memory.  This caching will probably be
15560 removed in the future.
15561
15562 Startup is likely to be slower with @code{nnmaildir} than with other
15563 back ends.  Everything else is likely to be faster, depending in part
15564 on your file system.
15565
15566 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15567 to write an @code{nnmaildir}-derived back end.
15568
15569 @end table
15570
15571
15572 @node Browsing the Web
15573 @section Browsing the Web
15574 @cindex web
15575 @cindex browsing the web
15576 @cindex www
15577 @cindex http
15578
15579 Web-based discussion forums are getting more and more popular.  On many
15580 subjects, the web-based forums have become the most important forums,
15581 eclipsing the importance of mailing lists and news groups.  The reason
15582 is easy to understand---they are friendly to new users; you just point
15583 and click, and there's the discussion.  With mailing lists, you have to
15584 go through a cumbersome subscription procedure, and most people don't
15585 even know what a news group is.
15586
15587 The problem with this scenario is that web browsers are not very good at
15588 being newsreaders.  They do not keep track of what articles you've read;
15589 they do not allow you to score on subjects you're interested in; they do
15590 not allow off-line browsing; they require you to click around and drive
15591 you mad in the end.
15592
15593 So---if web browsers suck at reading discussion forums, why not use Gnus
15594 to do it instead?
15595
15596 Gnus has been getting a bit of a collection of back ends for providing
15597 interfaces to these sources.
15598
15599 @menu
15600 * Archiving Mail::
15601 * Web Searches::                Creating groups from articles that match a string.
15602 * Slashdot::                    Reading the Slashdot comments.
15603 * Ultimate::                    The Ultimate Bulletin Board systems.
15604 * Web Archive::                 Reading mailing list archived on web.
15605 * RSS::                         Reading RDF site summary.
15606 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15607 @end menu
15608
15609 All the web sources require Emacs/w3 and the url library to work.
15610
15611 The main caveat with all these web sources is that they probably won't
15612 work for a very long time.  Gleaning information from the @acronym{HTML} data
15613 is guesswork at best, and when the layout is altered, the Gnus back end
15614 will fail.  If you have reasonably new versions of these back ends,
15615 though, you should be ok.
15616
15617 One thing all these Web methods have in common is that the Web sources
15618 are often down, unavailable or just plain too slow to be fun.  In those
15619 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15620 Unplugged}) handle downloading articles, and then you can read them at
15621 leisure from your local disk.  No more World Wide Wait for you.
15622
15623 @node Archiving Mail
15624 @subsection Archiving Mail
15625 @cindex archiving mail
15626 @cindex backup of mail
15627
15628 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15629 @code{nnmaildir}, now actually store the article marks with each group.
15630 For these servers, archiving and restoring a group while preserving
15631 marks is fairly simple.
15632
15633 (Preserving the group level and group parameters as well still
15634 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15635 though.)
15636
15637 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15638 server, take a recursive copy of the server directory.  There is no need
15639 to shut down Gnus, so archiving may be invoked by @code{cron} or
15640 similar.  You restore the data by restoring the directory tree, and
15641 adding a server definition pointing to that directory in Gnus.  The
15642 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15643 might interfere with overwriting data, so you may want to shut down Gnus
15644 before you restore the data.
15645
15646 It is also possible to archive individual @code{nnml},
15647 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15648 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15649 directory.  For @code{nnfolder} you need to copy both the base folder
15650 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15651 this example).  Restoring the group is done with @kbd{G m} from the Group
15652 buffer.  The last step makes Gnus notice the new directory.
15653 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15654 is unnecessary in that case.
15655
15656 @node Web Searches
15657 @subsection Web Searches
15658 @cindex nnweb
15659 @cindex Google
15660 @cindex dejanews
15661 @cindex gmane
15662 @cindex Usenet searches
15663 @cindex searching the Usenet
15664
15665 It's, like, too neat to search the Usenet for articles that match a
15666 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15667 those, like, Web browsers, and you, like, have to, rilly, like, look at
15668 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15669 searches without having to use a browser.
15670
15671 The @code{nnweb} back end allows an easy interface to the mighty search
15672 engine.  You create an @code{nnweb} group, enter a search pattern, and
15673 then enter the group and read the articles like you would any normal
15674 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15675 Groups}) will do this in an easy-to-use fashion.
15676
15677 @code{nnweb} groups don't really lend themselves to being solid
15678 groups---they have a very fleeting idea of article numbers.  In fact,
15679 each time you enter an @code{nnweb} group (not even changing the search
15680 pattern), you are likely to get the articles ordered in a different
15681 manner.  Not even using duplicate suppression (@pxref{Duplicate
15682 Suppression}) will help, since @code{nnweb} doesn't even know the
15683 @code{Message-ID} of the articles before reading them using some search
15684 engines (Google, for instance).  The only possible way to keep track
15685 of which articles you've read is by scoring on the @code{Date}
15686 header---mark all articles posted before the last date you read the
15687 group as read.
15688
15689 If the search engine changes its output substantially, @code{nnweb}
15690 won't be able to parse it and will fail.  One could hardly fault the Web
15691 providers if they were to do this---their @emph{raison d'@^etre} is to
15692 make money off of advertisements, not to provide services to the
15693 community.  Since @code{nnweb} washes the ads off all the articles, one
15694 might think that the providers might be somewhat miffed.  We'll see.
15695
15696 You must have the @code{url} and @code{w3} package installed to be able
15697 to use @code{nnweb}.
15698
15699 Virtual server variables:
15700
15701 @table @code
15702 @item nnweb-type
15703 @vindex nnweb-type
15704 What search engine type is being used.  The currently supported types
15705 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15706 @code{dejanews} is an alias to @code{google}.
15707
15708 @item nnweb-search
15709 @vindex nnweb-search
15710 The search string to feed to the search engine.
15711
15712 @item nnweb-max-hits
15713 @vindex nnweb-max-hits
15714 Advisory maximum number of hits per search to display.  The default is
15715 999.
15716
15717 @item nnweb-type-definition
15718 @vindex nnweb-type-definition
15719 Type-to-definition alist.  This alist says what @code{nnweb} should do
15720 with the various search engine types.  The following elements must be
15721 present:
15722
15723 @table @code
15724 @item article
15725 Function to decode the article and provide something that Gnus
15726 understands.
15727
15728 @item map
15729 Function to create an article number to message header and URL alist.
15730
15731 @item search
15732 Function to send the search string to the search engine.
15733
15734 @item address
15735 The address the aforementioned function should send the search string
15736 to.
15737
15738 @item id
15739 Format string URL to fetch an article by @code{Message-ID}.
15740 @end table
15741
15742 @end table
15743
15744
15745 @node Slashdot
15746 @subsection Slashdot
15747 @cindex Slashdot
15748 @cindex nnslashdot
15749
15750 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15751 lively discussion following the news articles.  @code{nnslashdot} will
15752 let you read this forum in a convenient manner.
15753
15754 The easiest way to read this source is to put something like the
15755 following in your @file{~/.gnus.el} file:
15756
15757 @lisp
15758 (setq gnus-secondary-select-methods
15759       '((nnslashdot "")))
15760 @end lisp
15761
15762 This will make Gnus query the @code{nnslashdot} back end for new comments
15763 and groups.  The @kbd{F} command will subscribe each new news article as
15764 a new Gnus group, and you can read the comments by entering these
15765 groups.  (Note that the default subscription method is to subscribe new
15766 groups as zombies.  Other methods are available (@pxref{Subscription
15767 Methods}).
15768
15769 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15770 command is the most handy tool (@pxref{Foreign Groups}).
15771
15772 When following up to @code{nnslashdot} comments (or posting new
15773 comments), some light @acronym{HTML}izations will be performed.  In
15774 particular, text quoted with @samp{> } will be quoted with
15775 @samp{blockquote} instead, and signatures will have @samp{br} added to
15776 the end of each line.  Other than that, you can just write @acronym{HTML}
15777 directly into the message buffer.  Note that Slashdot filters out some
15778 @acronym{HTML} forms.
15779
15780 The following variables can be altered to change its behavior:
15781
15782 @table @code
15783 @item nnslashdot-threaded
15784 Whether @code{nnslashdot} should display threaded groups or not.  The
15785 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15786 has to retrieve absolutely all comments in a group upon entry.  If a
15787 threaded display is not required, @code{nnslashdot} will only retrieve
15788 the comments that are actually wanted by the user.  Threading is nicer,
15789 but much, much slower than unthreaded.
15790
15791 @item nnslashdot-login-name
15792 @vindex nnslashdot-login-name
15793 The login name to use when posting.
15794
15795 @item nnslashdot-password
15796 @vindex nnslashdot-password
15797 The password to use when posting.
15798
15799 @item nnslashdot-directory
15800 @vindex nnslashdot-directory
15801 Where @code{nnslashdot} will store its files.  The default is
15802 @file{~/News/slashdot/}.
15803
15804 @item nnslashdot-active-url
15805 @vindex nnslashdot-active-url
15806 The @acronym{URL} format string that will be used to fetch the
15807 information on news articles and comments.  The default is@*
15808 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15809
15810 @item nnslashdot-comments-url
15811 @vindex nnslashdot-comments-url
15812 The @acronym{URL} format string that will be used to fetch comments.
15813
15814 @item nnslashdot-article-url
15815 @vindex nnslashdot-article-url
15816 The @acronym{URL} format string that will be used to fetch the news
15817 article.  The default is
15818 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15819
15820 @item nnslashdot-threshold
15821 @vindex nnslashdot-threshold
15822 The score threshold.  The default is -1.
15823
15824 @item nnslashdot-group-number
15825 @vindex nnslashdot-group-number
15826 The number of old groups, in addition to the ten latest, to keep
15827 updated.  The default is 0.
15828
15829 @end table
15830
15831
15832
15833 @node Ultimate
15834 @subsection Ultimate
15835 @cindex nnultimate
15836 @cindex Ultimate Bulletin Board
15837
15838 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15839 probably the most popular Web bulletin board system used.  It has a
15840 quite regular and nice interface, and it's possible to get the
15841 information Gnus needs to keep groups updated.
15842
15843 The easiest way to get started with @code{nnultimate} is to say
15844 something like the following in the group buffer:  @kbd{B nnultimate RET
15845 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15846 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15847 you're interested in; there's quite a list of them on the Ultimate web
15848 site.)  Then subscribe to the groups you're interested in from the
15849 server buffer, and read them from the group buffer.
15850
15851 The following @code{nnultimate} variables can be altered:
15852
15853 @table @code
15854 @item nnultimate-directory
15855 @vindex nnultimate-directory
15856 The directory where @code{nnultimate} stores its files.  The default is@*
15857 @file{~/News/ultimate/}.
15858 @end table
15859
15860
15861 @node Web Archive
15862 @subsection Web Archive
15863 @cindex nnwarchive
15864 @cindex Web Archive
15865
15866 Some mailing lists only have archives on Web servers, such as
15867 @uref{http://www.egroups.com/} and
15868 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15869 interface, and it's possible to get the information Gnus needs to keep
15870 groups updated.
15871
15872 @findex gnus-group-make-warchive-group
15873 The easiest way to get started with @code{nnwarchive} is to say
15874 something like the following in the group buffer: @kbd{M-x
15875 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15876 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15877 @var{an_egroup} with the mailing list you subscribed, the
15878 @var{your@@email.address} with your email address.), or to browse the
15879 back end by @kbd{B nnwarchive RET mail-archive RET}.
15880
15881 The following @code{nnwarchive} variables can be altered:
15882
15883 @table @code
15884 @item nnwarchive-directory
15885 @vindex nnwarchive-directory
15886 The directory where @code{nnwarchive} stores its files.  The default is@*
15887 @file{~/News/warchive/}.
15888
15889 @item nnwarchive-login
15890 @vindex nnwarchive-login
15891 The account name on the web server.
15892
15893 @item nnwarchive-passwd
15894 @vindex nnwarchive-passwd
15895 The password for your account on the web server.
15896 @end table
15897
15898 @node RSS
15899 @subsection RSS
15900 @cindex nnrss
15901 @cindex RSS
15902
15903 Some web sites have an RDF Site Summary (@acronym{RSS}).
15904 @acronym{RSS} is a format for summarizing headlines from news related
15905 sites (such as BBC or CNN).  But basically anything list-like can be
15906 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
15907 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
15908
15909 @acronym{RSS} has a quite regular and nice interface, and it's
15910 possible to get the information Gnus needs to keep groups updated.
15911
15912 @kindex G R (Summary)
15913 Use @kbd{G R} from the summary buffer to subscribe to a feed---you
15914 will be prompted for the location of the feed.
15915
15916 An easy way to get started with @code{nnrss} is to say something like
15917 the following in the group buffer: @kbd{B nnrss RET y}, then
15918 subscribe to groups.
15919
15920 @cindex OPML
15921 You can also use the following commands to import and export your
15922 subscriptions from a file in @acronym{OPML} format (Outline Processor
15923 Markup Language).
15924
15925 @defun nnrss-opml-import file
15926 Prompt for an @acronym{OPML} file, and subscribe to each feed in the
15927 file.
15928 @end defun
15929
15930 @defun nnrss-opml-export
15931 Write your current @acronym{RSS} subscriptions to a buffer in
15932 @acronym{OPML} format.
15933 @end defun
15934
15935 The following @code{nnrss} variables can be altered:
15936
15937 @table @code
15938 @item nnrss-directory
15939 @vindex nnrss-directory
15940 The directory where @code{nnrss} stores its files.  The default is
15941 @file{~/News/rss/}.
15942
15943 @item nnrss-use-local
15944 @vindex nnrss-use-local
15945 @findex nnrss-generate-download-script
15946 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15947 the feeds from local files in @code{nnrss-directory}.  You can use
15948 the command @code{nnrss-generate-download-script} to generate a
15949 download script using @command{wget}.
15950 @end table
15951
15952 The following code may be helpful, if you want to show the description in
15953 the summary buffer.
15954
15955 @lisp
15956 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15957 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15958
15959 (defun gnus-user-format-function-X (header)
15960   (let ((descr
15961          (assq nnrss-description-field (mail-header-extra header))))
15962     (if descr (concat "\n\t" (cdr descr)) "")))
15963 @end lisp
15964
15965 The following code may be useful to open an nnrss url directly from the
15966 summary buffer.
15967 @lisp
15968 (require 'browse-url)
15969
15970 (defun browse-nnrss-url( arg )
15971   (interactive "p")
15972   (let ((url (assq nnrss-url-field
15973                    (mail-header-extra
15974                     (gnus-data-header
15975                      (assq (gnus-summary-article-number)
15976                            gnus-newsgroup-data))))))
15977     (if url
15978         (progn
15979           (browse-url (cdr url))
15980           (gnus-summary-mark-as-read-forward 1))
15981       (gnus-summary-scroll-up arg))))
15982
15983 (eval-after-load "gnus"
15984   #'(define-key gnus-summary-mode-map
15985       (kbd "<RET>") 'browse-nnrss-url))
15986 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15987 @end lisp
15988
15989 @node Customizing w3
15990 @subsection Customizing w3
15991 @cindex w3
15992 @cindex html
15993 @cindex url
15994 @cindex Netscape
15995
15996 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15997 pages.  Emacs/w3 is documented in its own manual, but there are some
15998 things that may be more relevant for Gnus users.
15999
16000 For instance, a common question is how to make Emacs/w3 follow links
16001 using the @code{browse-url} functions (which will call some external web
16002 browser like Netscape).  Here's one way:
16003
16004 @lisp
16005 (eval-after-load "w3"
16006   '(progn
16007     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
16008     (defun w3-fetch (&optional url target)
16009       (interactive (list (w3-read-url-with-default)))
16010       (if (eq major-mode 'gnus-article-mode)
16011           (browse-url url)
16012         (w3-fetch-orig url target)))))
16013 @end lisp
16014
16015 Put that in your @file{.emacs} file, and hitting links in w3-rendered
16016 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
16017 follow the link.
16018
16019
16020 @node IMAP
16021 @section IMAP
16022 @cindex nnimap
16023 @cindex @acronym{IMAP}
16024
16025 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
16026 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
16027 server is much similar to connecting to a news server, you just
16028 specify the network address of the server.
16029
16030 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
16031 everything that @acronym{POP} can, it can hence be viewed as a
16032 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
16033 similar to @acronym{NNTP} being a news storage protocol---however,
16034 @acronym{IMAP} offers more features than @acronym{NNTP} because news
16035 is more or less read-only whereas mail is read-write.
16036
16037 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
16038 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
16039 the @acronym{IMAP} server and store them on the local disk.  This is
16040 not the usage described in this section---@xref{Mail Sources}.
16041
16042 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
16043 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
16044 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
16045 usage explained in this section.
16046
16047 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
16048 servers might look something like the following.  (Note that for
16049 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
16050 see below.)
16051
16052 @lisp
16053 (setq gnus-secondary-select-methods
16054       '((nnimap "simpleserver") ; @r{no special configuration}
16055         ; @r{perhaps a ssh port forwarded server:}
16056         (nnimap "dolk"
16057                 (nnimap-address "localhost")
16058                 (nnimap-server-port 1430))
16059         ; @r{a UW server running on localhost}
16060         (nnimap "barbar"
16061                 (nnimap-server-port 143)
16062                 (nnimap-address "localhost")
16063                 (nnimap-list-pattern ("INBOX" "mail/*")))
16064         ; @r{anonymous public cyrus server:}
16065         (nnimap "cyrus.andrew.cmu.edu"
16066                 (nnimap-authenticator anonymous)
16067                 (nnimap-list-pattern "archive.*")
16068                 (nnimap-stream network))
16069         ; @r{a ssl server on a non-standard port:}
16070         (nnimap "vic20"
16071                 (nnimap-address "vic20.somewhere.com")
16072                 (nnimap-server-port 9930)
16073                 (nnimap-stream ssl))))
16074 @end lisp
16075
16076 After defining the new server, you can subscribe to groups on the
16077 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16078 (@pxref{Subscription Commands}) or via the Server Buffer
16079 (@pxref{Server Buffer}).
16080
16081 The following variables can be used to create a virtual @code{nnimap}
16082 server:
16083
16084 @table @code
16085
16086 @item nnimap-address
16087 @vindex nnimap-address
16088
16089 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16090 server name if not specified.
16091
16092 @item nnimap-server-port
16093 @vindex nnimap-server-port
16094 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16095
16096 Note that this should be an integer, example server specification:
16097
16098 @lisp
16099 (nnimap "mail.server.com"
16100         (nnimap-server-port 4711))
16101 @end lisp
16102
16103 @item nnimap-list-pattern
16104 @vindex nnimap-list-pattern
16105 String or list of strings of mailboxes to limit available groups to.
16106 This is used when the server has very many mailboxes and you're only
16107 interested in a few---some servers export your home directory via
16108 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16109 @file{~/Mail/*} then.
16110
16111 The string can also be a cons of REFERENCE and the string as above, what
16112 REFERENCE is used for is server specific, but on the University of
16113 Washington server it's a directory that will be concatenated with the
16114 mailbox.
16115
16116 Example server specification:
16117
16118 @lisp
16119 (nnimap "mail.server.com"
16120         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16121                                ("~friend/Mail/" . "list/*"))))
16122 @end lisp
16123
16124 @item nnimap-stream
16125 @vindex nnimap-stream
16126 The type of stream used to connect to your server.  By default, nnimap
16127 will detect and automatically use all of the below, with the exception
16128 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16129 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16130 be automatically detected, but it's not widely deployed yet.)
16131
16132 Example server specification:
16133
16134 @lisp
16135 (nnimap "mail.server.com"
16136         (nnimap-stream ssl))
16137 @end lisp
16138
16139 Please note that the value of @code{nnimap-stream} is a symbol!
16140
16141 @itemize @bullet
16142 @item
16143 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16144 @samp{gsasl} or @samp{imtest} program.
16145 @item
16146 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16147 @item
16148 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16149 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16150 @samp{starttls}.
16151 @item
16152 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16153 @samp{gnutls-cli}).
16154 @item
16155 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16156 @samp{openssl}) or SSLeay (@samp{s_client}).
16157 @item
16158 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16159 @item
16160 @dfn{network:} Plain, TCP/IP network connection.
16161 @end itemize
16162
16163 @vindex imap-kerberos4-program
16164 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16165 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16166 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16167 to make @code{imap.el} use a pty instead of a pipe when communicating
16168 with @samp{imtest}.  You will then suffer from a line length
16169 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16170 indefinitely if you have many articles in a mailbox.  The variable
16171 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16172 program.
16173
16174 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16175 needed.  It is available from
16176 @uref{http://www.gnu.org/software/gnutls/}.
16177
16178 @vindex imap-gssapi-program
16179 This parameter specifies a list of command lines that invoke a GSSAPI
16180 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16181 sequentially until a connection is made, or the list has been
16182 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16183 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16184 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16185 tried.
16186
16187 @vindex imap-ssl-program
16188 For @acronym{SSL} connections, the OpenSSL program is available from
16189 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16190 and nnimap support it too---although the most recent versions of
16191 SSLeay, 0.9.x, are known to have serious bugs making it
16192 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16193 work.  The variable @code{imap-ssl-program} contain parameters to pass
16194 to OpenSSL/SSLeay.
16195
16196 @vindex imap-shell-program
16197 @vindex imap-shell-host
16198 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16199 @code{imap-shell-program} specify what program to call.
16200
16201 @item nnimap-authenticator
16202 @vindex nnimap-authenticator
16203
16204 The authenticator used to connect to the server.  By default, nnimap
16205 will use the most secure authenticator your server is capable of.
16206
16207 Example server specification:
16208
16209 @lisp
16210 (nnimap "mail.server.com"
16211         (nnimap-authenticator anonymous))
16212 @end lisp
16213
16214 Please note that the value of @code{nnimap-authenticator} is a symbol!
16215
16216 @itemize @bullet
16217 @item
16218 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16219 external program @code{gsasl} or @code{imtest}.
16220 @item
16221 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16222 @code{imtest}.
16223 @item
16224 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16225 external library @code{digest-md5.el}.
16226 @item
16227 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16228 @item
16229 @dfn{login:} Plain-text username/password via LOGIN.
16230 @item
16231 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16232 @end itemize
16233
16234 @item nnimap-expunge-on-close
16235 @cindex expunging
16236 @vindex nnimap-expunge-on-close
16237 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16238 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16239 this concept of marking articles @code{Deleted} which doesn't actually
16240 delete them, and this (marking them @code{Deleted}, that is) is what
16241 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16242 similar).
16243
16244 Since the articles aren't really removed when we mark them with the
16245 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16246 running in circles yet?
16247
16248 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16249 when closing a mailbox but this is now configurable by this server
16250 variable.
16251
16252 The possible options are:
16253
16254 @table @code
16255
16256 @item always
16257 The default behavior, delete all articles marked as ``Deleted'' when
16258 closing a mailbox.
16259 @item never
16260 Never actually delete articles.  Currently there is no way of showing
16261 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16262 may allow you to do this.  If you ever want to run the EXPUNGE command
16263 manually, @xref{Expunging mailboxes}.
16264 @item ask
16265 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16266 articles or not.
16267
16268 @end table
16269
16270 @item nnimap-importantize-dormant
16271 @vindex nnimap-importantize-dormant
16272
16273 If non-@code{nil} (the default), marks dormant articles as ticked (as
16274 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16275 naturally still (only) be marked as dormant.  This is to make dormant
16276 articles stand out, just like ticked articles, in other @acronym{IMAP}
16277 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16278 has only one.)
16279
16280 Probably the only reason for frobing this would be if you're trying
16281 enable per-user persistent dormant flags, using something like:
16282
16283 @lisp
16284 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16285         (format "gnus-dormant-%s" (user-login-name)))
16286 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16287         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16288 @end lisp
16289
16290 In this case, you would not want the per-user dormant flag showing up
16291 as ticked for other users.
16292
16293 @item nnimap-expunge-search-string
16294 @cindex expunging
16295 @vindex nnimap-expunge-search-string
16296
16297 This variable contain the @acronym{IMAP} search command sent to server when
16298 searching for articles eligible for expiring.  The default is
16299 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16300 UID set and the second @code{%s} is replaced by a date.
16301
16302 Probably the only useful value to change this to is
16303 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16304 messages instead of the internal article date.  See section 6.4.4 of
16305 RFC 2060 for more information on valid strings.
16306
16307 @item nnimap-authinfo-file
16308 @vindex nnimap-authinfo-file
16309
16310 A file containing credentials used to log in on servers.  The format is
16311 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16312 variable @code{nntp-authinfo-file} for exact syntax; also see
16313 @ref{NNTP}.
16314
16315 @item nnimap-need-unselect-to-notice-new-mail
16316 @vindex nnimap-need-unselect-to-notice-new-mail
16317
16318 Unselect mailboxes before looking for new mail in them.  Some servers
16319 seem to need this under some circumstances; it was reported that
16320 Courier 1.7.1 did.
16321
16322 @end table
16323
16324 @menu
16325 * Splitting in IMAP::           Splitting mail with nnimap.
16326 * Expiring in IMAP::            Expiring mail with nnimap.
16327 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16328 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16329 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16330 * Debugging IMAP::              What to do when things don't work.
16331 @end menu
16332
16333
16334
16335 @node Splitting in IMAP
16336 @subsection Splitting in IMAP
16337 @cindex splitting imap mail
16338
16339 Splitting is something Gnus users have loved and used for years, and now
16340 the rest of the world is catching up.  Yeah, dream on, not many
16341 @acronym{IMAP} servers have server side splitting and those that have
16342 splitting seem to use some non-standard protocol.  This means that
16343 @acronym{IMAP} support for Gnus has to do its own splitting.
16344
16345 And it does.
16346
16347 (Incidentally, people seem to have been dreaming on, and Sieve has
16348 gaining a market share and is supported by several IMAP servers.
16349 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16350
16351 Here are the variables of interest:
16352
16353 @table @code
16354
16355 @item nnimap-split-crosspost
16356 @cindex splitting, crosspost
16357 @cindex crosspost
16358 @vindex nnimap-split-crosspost
16359
16360 If non-@code{nil}, do crossposting if several split methods match the
16361 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16362 found will be used.
16363
16364 Nnmail equivalent: @code{nnmail-crosspost}.
16365
16366 @item nnimap-split-inbox
16367 @cindex splitting, inbox
16368 @cindex inbox
16369 @vindex nnimap-split-inbox
16370
16371 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16372 mailboxes to split from.  Defaults to @code{nil}, which means that
16373 splitting is disabled!
16374
16375 @lisp
16376 (setq nnimap-split-inbox
16377       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16378 @end lisp
16379
16380 No nnmail equivalent.
16381
16382 @item nnimap-split-rule
16383 @cindex splitting, rules
16384 @vindex nnimap-split-rule
16385
16386 New mail found in @code{nnimap-split-inbox} will be split according to
16387 this variable.
16388
16389 This variable contains a list of lists, where the first element in the
16390 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16391 matching the regexp in the second element in the sublist.  Got that?
16392 Neither did I, we need examples.
16393
16394 @lisp
16395 (setq nnimap-split-rule
16396       '(("INBOX.nnimap"
16397          "^Sender: owner-nnimap@@vic20.globalcom.se")
16398         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16399         ("INBOX.private" "")))
16400 @end lisp
16401
16402 This will put all articles from the nnimap mailing list into mailbox
16403 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16404 into INBOX.junk and everything else in INBOX.private.
16405
16406 The first string may contain @samp{\\1} forms, like the ones used by
16407 replace-match to insert sub-expressions from the matched text.  For
16408 instance:
16409
16410 @lisp
16411 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16412 @end lisp
16413
16414 The first element can also be the symbol @code{junk} to indicate that
16415 matching messages should simply be deleted.  Use with care.
16416
16417 The second element can also be a function.  In that case, it will be
16418 called with the first element of the rule as the argument, in a buffer
16419 containing the headers of the article.  It should return a
16420 non-@code{nil} value if it thinks that the mail belongs in that group.
16421
16422 Nnmail users might recollect that the last regexp had to be empty to
16423 match all articles (like in the example above).  This is not required in
16424 nnimap.  Articles not matching any of the regexps will not be moved out
16425 of your inbox.  (This might affect performance if you keep lots of
16426 unread articles in your inbox, since the splitting code would go over
16427 them every time you fetch new mail.)
16428
16429 These rules are processed from the beginning of the alist toward the
16430 end.  The first rule to make a match will ``win'', unless you have
16431 crossposting enabled.  In that case, all matching rules will ``win''.
16432
16433 This variable can also have a function as its value, the function will
16434 be called with the headers narrowed and should return a group where it
16435 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16436
16437 The splitting code tries to create mailboxes if it needs to.
16438
16439 To allow for different split rules on different virtual servers, and
16440 even different split rules in different inboxes on the same server,
16441 the syntax of this variable have been extended along the lines of:
16442
16443 @lisp
16444 (setq nnimap-split-rule
16445       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16446                                ("junk"    "From:.*Simon"))))
16447         ("my2server"    ("INBOX" nnimap-split-fancy))
16448         ("my[34]server" (".*" (("private" "To:.*Simon")
16449                                ("junk"    my-junk-func))))))
16450 @end lisp
16451
16452 The virtual server name is in fact a regexp, so that the same rules
16453 may apply to several servers.  In the example, the servers
16454 @code{my3server} and @code{my4server} both use the same rules.
16455 Similarly, the inbox string is also a regexp.  The actual splitting
16456 rules are as before, either a function, or a list with group/regexp or
16457 group/function elements.
16458
16459 Nnmail equivalent: @code{nnmail-split-methods}.
16460
16461 @item nnimap-split-predicate
16462 @cindex splitting
16463 @vindex nnimap-split-predicate
16464
16465 Mail matching this predicate in @code{nnimap-split-inbox} will be
16466 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16467
16468 This might be useful if you use another @acronym{IMAP} client to read mail in
16469 your inbox but would like Gnus to split all articles in the inbox
16470 regardless of readedness.  Then you might change this to
16471 @samp{UNDELETED}.
16472
16473 @item nnimap-split-fancy
16474 @cindex splitting, fancy
16475 @findex nnimap-split-fancy
16476 @vindex nnimap-split-fancy
16477
16478 It's possible to set @code{nnimap-split-rule} to
16479 @code{nnmail-split-fancy} if you want to use fancy
16480 splitting.  @xref{Fancy Mail Splitting}.
16481
16482 However, to be able to have different fancy split rules for nnmail and
16483 nnimap back ends you can set @code{nnimap-split-rule} to
16484 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16485 rule in @code{nnimap-split-fancy}.
16486
16487 Example:
16488
16489 @lisp
16490 (setq nnimap-split-rule 'nnimap-split-fancy
16491       nnimap-split-fancy ...)
16492 @end lisp
16493
16494 Nnmail equivalent: @code{nnmail-split-fancy}.
16495
16496 @item nnimap-split-download-body
16497 @findex nnimap-split-download-body
16498 @vindex nnimap-split-download-body
16499
16500 Set to non-@code{nil} to download entire articles during splitting.
16501 This is generally not required, and will slow things down
16502 considerably.  You may need it if you want to use an advanced
16503 splitting function that analyses the body to split the article.
16504
16505 @end table
16506
16507 @node Expiring in IMAP
16508 @subsection Expiring in IMAP
16509 @cindex expiring imap mail
16510
16511 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16512 end, it supports most features in regular expiring (@pxref{Expiring
16513 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16514 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16515 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16516 follows below are the variables used by the @code{nnimap} expiry
16517 process.
16518
16519 A note on how the expire mark is stored on the @acronym{IMAP} server is
16520 appropriate here as well.  The expire mark is translated into a
16521 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16522 message.  This means that likely only Gnus will understand and treat
16523 the @code{gnus-expire} mark properly, although other clients may allow
16524 you to view client specific flags on the message.  It also means that
16525 your server must support permanent storage of client specific flags on
16526 messages.  Most do, fortunately.
16527
16528 @table @code
16529
16530 @item nnmail-expiry-wait
16531 @item nnmail-expiry-wait-function
16532
16533 These variables are fully supported.  The expire value can be a
16534 number, the symbol @code{immediate} or @code{never}.
16535
16536 @item nnmail-expiry-target
16537
16538 This variable is supported, and internally implemented by calling the
16539 @code{nnmail} functions that handle this.  It contains an optimization
16540 that if the destination is a @acronym{IMAP} group on the same server, the
16541 article is copied instead of appended (that is, uploaded again).
16542
16543 @end table
16544
16545 @node Editing IMAP ACLs
16546 @subsection Editing IMAP ACLs
16547 @cindex editing imap acls
16548 @cindex Access Control Lists
16549 @cindex Editing @acronym{IMAP} ACLs
16550 @kindex G l (Group)
16551 @findex gnus-group-nnimap-edit-acl
16552
16553 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16554 limiting (or enabling) other users access to your mail boxes.  Not all
16555 @acronym{IMAP} servers support this, this function will give an error if it
16556 doesn't.
16557
16558 To edit an ACL for a mailbox, type @kbd{G l}
16559 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16560 editing window with detailed instructions.
16561
16562 Some possible uses:
16563
16564 @itemize @bullet
16565 @item
16566 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16567 on your mailing list mailboxes enables other users on the same server to
16568 follow the list without subscribing to it.
16569 @item
16570 At least with the Cyrus server, you are required to give the user
16571 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16572 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16573 INBOX.mailbox).
16574 @end itemize
16575
16576 @node Expunging mailboxes
16577 @subsection Expunging mailboxes
16578 @cindex expunging
16579
16580 @cindex expunge
16581 @cindex manual expunging
16582 @kindex G x (Group)
16583 @findex gnus-group-nnimap-expunge
16584
16585 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16586 you may want the option of expunging all deleted articles in a mailbox
16587 manually.  This is exactly what @kbd{G x} does.
16588
16589 Currently there is no way of showing deleted articles, you can just
16590 delete them.
16591
16592 @node A note on namespaces
16593 @subsection A note on namespaces
16594 @cindex IMAP namespace
16595 @cindex namespaces
16596
16597 The @acronym{IMAP} protocol has a concept called namespaces, described
16598 by the following text in the RFC:
16599
16600 @display
16601 5.1.2.  Mailbox Namespace Naming Convention
16602
16603    By convention, the first hierarchical element of any mailbox name
16604    which begins with "#" identifies the "namespace" of the remainder of
16605    the name.  This makes it possible to disambiguate between different
16606    types of mailbox stores, each of which have their own namespaces.
16607
16608       For example, implementations which offer access to USENET
16609       newsgroups MAY use the "#news" namespace to partition the USENET
16610       newsgroup namespace from that of other mailboxes.  Thus, the
16611       comp.mail.misc newsgroup would have an mailbox name of
16612       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16613       to a different object (e.g. a user's private mailbox).
16614 @end display
16615
16616 While there is nothing in this text that warrants concern for the
16617 @acronym{IMAP} implementation in Gnus, some servers use namespace
16618 prefixes in a way that does not work with how Gnus uses mailbox names.
16619
16620 Specifically, University of Washington's @acronym{IMAP} server uses
16621 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16622 in the @sc{create} and @sc{append} commands.  After the mailbox is
16623 created (or a messages is appended to a mailbox), it must be accessed
16624 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16625 not make it possible for the user to guarantee that user entered
16626 mailbox names will only be used with the CREATE and APPEND commands,
16627 you should simply not use the namespace prefixed mailbox names in
16628 Gnus.
16629
16630 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16631 for more information on how to use the prefixes.  They are a power
16632 tool and should be used only if you are sure what the effects are.
16633
16634 @node Debugging IMAP
16635 @subsection Debugging IMAP
16636 @cindex IMAP debugging
16637 @cindex protocol dump (IMAP)
16638
16639 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16640 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16641 best to fix them right away.  If you encounter odd behaviour, chances
16642 are that either the server or Gnus is buggy.
16643
16644 If you are familiar with network protocols in general, you will
16645 probably be able to extract some clues from the protocol dump of the
16646 exchanges between Gnus and the server.  Even if you are not familiar
16647 with network protocols, when you include the protocol dump in
16648 @acronym{IMAP}-related bug reports you are helping us with data
16649 critical to solving the problem.  Therefore, we strongly encourage you
16650 to include the protocol dump when reporting IMAP bugs in Gnus.
16651
16652
16653 @vindex imap-log
16654 Because the protocol dump, when enabled, generates lots of data, it is
16655 disabled by default.  You can enable it by setting @code{imap-log} as
16656 follows: 
16657
16658 @lisp
16659 (setq imap-log t)
16660 @end lisp
16661
16662 This instructs the @code{imap.el} package to log any exchanges with
16663 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16664 for error messages, which sometimes are tagged with the keyword
16665 @code{BAD}---but when submitting a bug, make sure to include all the
16666 data.
16667
16668 @node Other Sources
16669 @section Other Sources
16670
16671 Gnus can do more than just read news or mail.  The methods described
16672 below allow Gnus to view directories and files as if they were
16673 newsgroups.
16674
16675 @menu
16676 * Directory Groups::            You can read a directory as if it was a newsgroup.
16677 * Anything Groups::             Dired?  Who needs dired?
16678 * Document Groups::             Single files can be the basis of a group.
16679 * SOUP::                        Reading @sc{soup} packets ``offline''.
16680 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16681 @end menu
16682
16683
16684 @node Directory Groups
16685 @subsection Directory Groups
16686 @cindex nndir
16687 @cindex directory groups
16688
16689 If you have a directory that has lots of articles in separate files in
16690 it, you might treat it as a newsgroup.  The files have to have numerical
16691 names, of course.
16692
16693 This might be an opportune moment to mention @code{ange-ftp} (and its
16694 successor @code{efs}), that most wonderful of all wonderful Emacs
16695 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16696 back end to read directories.  Big deal.
16697
16698 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16699 enter the @code{ange-ftp} file name
16700 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16701 @code{ange-ftp} or @code{efs} will actually allow you to read this
16702 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16703
16704 @code{nndir} will use @acronym{NOV} files if they are present.
16705
16706 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16707 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16708 whatever you use @code{nndir} for, so you could switch to any of those
16709 methods if you feel the need to have a non-read-only @code{nndir}.
16710
16711
16712 @node Anything Groups
16713 @subsection Anything Groups
16714 @cindex nneething
16715
16716 From the @code{nndir} back end (which reads a single spool-like
16717 directory), it's just a hop and a skip to @code{nneething}, which
16718 pretends that any arbitrary directory is a newsgroup.  Strange, but
16719 true.
16720
16721 When @code{nneething} is presented with a directory, it will scan this
16722 directory and assign article numbers to each file.  When you enter such
16723 a group, @code{nneething} must create ``headers'' that Gnus can use.
16724 After all, Gnus is a newsreader, in case you're forgetting.
16725 @code{nneething} does this in a two-step process.  First, it snoops each
16726 file in question.  If the file looks like an article (i.e., the first
16727 few lines look like headers), it will use this as the head.  If this is
16728 just some arbitrary file without a head (e.g. a C source file),
16729 @code{nneething} will cobble up a header out of thin air.  It will use
16730 file ownership, name and date and do whatever it can with these
16731 elements.
16732
16733 All this should happen automatically for you, and you will be presented
16734 with something that looks very much like a newsgroup.  Totally like a
16735 newsgroup, to be precise.  If you select an article, it will be displayed
16736 in the article buffer, just as usual.
16737
16738 If you select a line that represents a directory, Gnus will pop you into
16739 a new summary buffer for this @code{nneething} group.  And so on.  You can
16740 traverse the entire disk this way, if you feel like, but remember that
16741 Gnus is not dired, really, and does not intend to be, either.
16742
16743 There are two overall modes to this action---ephemeral or solid.  When
16744 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16745 will not store information on what files you have read, and what files
16746 are new, and so on.  If you create a solid @code{nneething} group the
16747 normal way with @kbd{G m}, Gnus will store a mapping table between
16748 article numbers and file names, and you can treat this group like any
16749 other groups.  When you activate a solid @code{nneething} group, you will
16750 be told how many unread articles it contains, etc., etc.
16751
16752 Some variables:
16753
16754 @table @code
16755 @item nneething-map-file-directory
16756 @vindex nneething-map-file-directory
16757 All the mapping files for solid @code{nneething} groups will be stored
16758 in this directory, which defaults to @file{~/.nneething/}.
16759
16760 @item nneething-exclude-files
16761 @vindex nneething-exclude-files
16762 All files that match this regexp will be ignored.  Nice to use to exclude
16763 auto-save files and the like, which is what it does by default.
16764
16765 @item nneething-include-files
16766 @vindex nneething-include-files
16767 Regexp saying what files to include in the group.  If this variable is
16768 non-@code{nil}, only files matching this regexp will be included.
16769
16770 @item nneething-map-file
16771 @vindex nneething-map-file
16772 Name of the map files.
16773 @end table
16774
16775
16776 @node Document Groups
16777 @subsection Document Groups
16778 @cindex nndoc
16779 @cindex documentation group
16780 @cindex help group
16781
16782 @code{nndoc} is a cute little thing that will let you read a single file
16783 as a newsgroup.  Several files types are supported:
16784
16785 @table @code
16786 @cindex Babyl
16787 @cindex Rmail mbox
16788
16789 @item babyl
16790 The Babyl (Rmail) mail box.
16791 @cindex mbox
16792 @cindex Unix mbox
16793
16794 @item mbox
16795 The standard Unix mbox file.
16796
16797 @cindex MMDF mail box
16798 @item mmdf
16799 The MMDF mail box format.
16800
16801 @item news
16802 Several news articles appended into a file.
16803
16804 @item rnews
16805 @cindex rnews batch files
16806 The rnews batch transport format.
16807 @cindex forwarded messages
16808
16809 @item forward
16810 Forwarded articles.
16811
16812 @item nsmail
16813 Netscape mail boxes.
16814
16815 @item mime-parts
16816 @acronym{MIME} multipart messages.
16817
16818 @item standard-digest
16819 The standard (RFC 1153) digest format.
16820
16821 @item mime-digest
16822 A @acronym{MIME} digest of messages.
16823
16824 @item lanl-gov-announce
16825 Announcement messages from LANL Gov Announce.
16826
16827 @item rfc822-forward
16828 A message forwarded according to RFC822.
16829
16830 @item outlook
16831 The Outlook mail box.
16832
16833 @item oe-dbx
16834 The Outlook Express dbx mail box.
16835
16836 @item exim-bounce
16837 A bounce message from the Exim MTA.
16838
16839 @item forward
16840 A message forwarded according to informal rules.
16841
16842 @item rfc934
16843 An RFC934-forwarded message.
16844
16845 @item mailman
16846 A mailman digest.
16847
16848 @item clari-briefs
16849 A digest of Clarinet brief news items.
16850
16851 @item slack-digest
16852 Non-standard digest format---matches most things, but does it badly.
16853
16854 @item mail-in-mail
16855 The last resort.
16856 @end table
16857
16858 You can also use the special ``file type'' @code{guess}, which means
16859 that @code{nndoc} will try to guess what file type it is looking at.
16860 @code{digest} means that @code{nndoc} should guess what digest type the
16861 file is.
16862
16863 @code{nndoc} will not try to change the file or insert any extra headers into
16864 it---it will simply, like, let you use the file as the basis for a
16865 group.  And that's it.
16866
16867 If you have some old archived articles that you want to insert into your
16868 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16869 that.  Say you have an old @file{RMAIL} file with mail that you now want
16870 to split into your new @code{nnml} groups.  You look at that file using
16871 @code{nndoc} (using the @kbd{G f} command in the group buffer
16872 (@pxref{Foreign Groups})), set the process mark on all the articles in
16873 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16874 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16875 file is now also stored in lots of @code{nnml} directories, and you can
16876 delete that pesky @file{RMAIL} file.  If you have the guts!
16877
16878 Virtual server variables:
16879
16880 @table @code
16881 @item nndoc-article-type
16882 @vindex nndoc-article-type
16883 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16884 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16885 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16886 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16887 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16888
16889 @item nndoc-post-type
16890 @vindex nndoc-post-type
16891 This variable says whether Gnus is to consider the group a news group or
16892 a mail group.  There are two valid values:  @code{mail} (the default)
16893 and @code{news}.
16894 @end table
16895
16896 @menu
16897 * Document Server Internals::   How to add your own document types.
16898 @end menu
16899
16900
16901 @node Document Server Internals
16902 @subsubsection Document Server Internals
16903
16904 Adding new document types to be recognized by @code{nndoc} isn't
16905 difficult.  You just have to whip up a definition of what the document
16906 looks like, write a predicate function to recognize that document type,
16907 and then hook into @code{nndoc}.
16908
16909 First, here's an example document type definition:
16910
16911 @example
16912 (mmdf
16913  (article-begin .  "^\^A\^A\^A\^A\n")
16914  (body-end .  "^\^A\^A\^A\^A\n"))
16915 @end example
16916
16917 The definition is simply a unique @dfn{name} followed by a series of
16918 regexp pseudo-variable settings.  Below are the possible
16919 variables---don't be daunted by the number of variables; most document
16920 types can be defined with very few settings:
16921
16922 @table @code
16923 @item first-article
16924 If present, @code{nndoc} will skip past all text until it finds
16925 something that match this regexp.  All text before this will be
16926 totally ignored.
16927
16928 @item article-begin
16929 This setting has to be present in all document type definitions.  It
16930 says what the beginning of each article looks like.
16931
16932 @item head-begin-function
16933 If present, this should be a function that moves point to the head of
16934 the article.
16935
16936 @item nndoc-head-begin
16937 If present, this should be a regexp that matches the head of the
16938 article.
16939
16940 @item nndoc-head-end
16941 This should match the end of the head of the article.  It defaults to
16942 @samp{^$}---the empty line.
16943
16944 @item body-begin-function
16945 If present, this function should move point to the beginning of the body
16946 of the article.
16947
16948 @item body-begin
16949 This should match the beginning of the body of the article.  It defaults
16950 to @samp{^\n}.
16951
16952 @item body-end-function
16953 If present, this function should move point to the end of the body of
16954 the article.
16955
16956 @item body-end
16957 If present, this should match the end of the body of the article.
16958
16959 @item file-end
16960 If present, this should match the end of the file.  All text after this
16961 regexp will be totally ignored.
16962
16963 @end table
16964
16965 So, using these variables @code{nndoc} is able to dissect a document
16966 file into a series of articles, each with a head and a body.  However, a
16967 few more variables are needed since not all document types are all that
16968 news-like---variables needed to transform the head or the body into
16969 something that's palatable for Gnus:
16970
16971 @table @code
16972 @item prepare-body-function
16973 If present, this function will be called when requesting an article.  It
16974 will be called with point at the start of the body, and is useful if the
16975 document has encoded some parts of its contents.
16976
16977 @item article-transform-function
16978 If present, this function is called when requesting an article.  It's
16979 meant to be used for more wide-ranging transformation of both head and
16980 body of the article.
16981
16982 @item generate-head-function
16983 If present, this function is called to generate a head that Gnus can
16984 understand.  It is called with the article number as a parameter, and is
16985 expected to generate a nice head for the article in question.  It is
16986 called when requesting the headers of all articles.
16987
16988 @end table
16989
16990 Let's look at the most complicated example I can come up with---standard
16991 digests:
16992
16993 @example
16994 (standard-digest
16995  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16996  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16997  (prepare-body-function . nndoc-unquote-dashes)
16998  (body-end-function . nndoc-digest-body-end)
16999  (head-end . "^ ?$")
17000  (body-begin . "^ ?\n")
17001  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
17002  (subtype digest guess))
17003 @end example
17004
17005 We see that all text before a 70-width line of dashes is ignored; all
17006 text after a line that starts with that @samp{^End of} is also ignored;
17007 each article begins with a 30-width line of dashes; the line separating
17008 the head from the body may contain a single space; and that the body is
17009 run through @code{nndoc-unquote-dashes} before being delivered.
17010
17011 To hook your own document definition into @code{nndoc}, use the
17012 @code{nndoc-add-type} function.  It takes two parameters---the first
17013 is the definition itself and the second (optional) parameter says
17014 where in the document type definition alist to put this definition.
17015 The alist is traversed sequentially, and
17016 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
17017 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
17018 @code{mmdf} type, and so on.  These type predicates should return
17019 @code{nil} if the document is not of the correct type; @code{t} if it
17020 is of the correct type; and a number if the document might be of the
17021 correct type.  A high number means high probability; a low number
17022 means low probability with @samp{0} being the lowest valid number.
17023
17024
17025 @node SOUP
17026 @subsection SOUP
17027 @cindex SOUP
17028 @cindex offline
17029
17030 In the PC world people often talk about ``offline'' newsreaders.  These
17031 are thingies that are combined reader/news transport monstrosities.
17032 With built-in modem programs.  Yecchh!
17033
17034 Of course, us Unix Weenie types of human beans use things like
17035 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
17036 transport things like Ghod intended.  And then we just use normal
17037 newsreaders.
17038
17039 However, it can sometimes be convenient to do something that's a bit
17040 easier on the brain if you have a very slow modem, and you're not really
17041 that interested in doing things properly.
17042
17043 A file format called @sc{soup} has been developed for transporting news
17044 and mail from servers to home machines and back again.  It can be a bit
17045 fiddly.
17046
17047 First some terminology:
17048
17049 @table @dfn
17050
17051 @item server
17052 This is the machine that is connected to the outside world and where you
17053 get news and/or mail from.
17054
17055 @item home machine
17056 This is the machine that you want to do the actual reading and responding
17057 on.  It is typically not connected to the rest of the world in any way.
17058
17059 @item packet
17060 Something that contains messages and/or commands.  There are two kinds
17061 of packets:
17062
17063 @table @dfn
17064 @item message packets
17065 These are packets made at the server, and typically contain lots of
17066 messages for you to read.  These are called @file{SoupoutX.tgz} by
17067 default, where @var{x} is a number.
17068
17069 @item response packets
17070 These are packets made at the home machine, and typically contains
17071 replies that you've written.  These are called @file{SoupinX.tgz} by
17072 default, where @var{x} is a number.
17073
17074 @end table
17075
17076 @end table
17077
17078
17079 @enumerate
17080
17081 @item
17082 You log in on the server and create a @sc{soup} packet.  You can either
17083 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17084 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17085 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17086
17087 @item
17088 You transfer the packet home.  Rail, boat, car or modem will do fine.
17089
17090 @item
17091 You put the packet in your home directory.
17092
17093 @item
17094 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17095 the native or secondary server.
17096
17097 @item
17098 You read articles and mail and answer and followup to the things you
17099 want (@pxref{SOUP Replies}).
17100
17101 @item
17102 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17103 packet.
17104
17105 @item
17106 You transfer this packet to the server.
17107
17108 @item
17109 You use Gnus to mail this packet out with the @kbd{G s s} command.
17110
17111 @item
17112 You then repeat until you die.
17113
17114 @end enumerate
17115
17116 So you basically have a bipartite system---you use @code{nnsoup} for
17117 reading and Gnus for packing/sending these @sc{soup} packets.
17118
17119 @menu
17120 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17121 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17122 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17123 @end menu
17124
17125
17126 @node SOUP Commands
17127 @subsubsection SOUP Commands
17128
17129 These are commands for creating and manipulating @sc{soup} packets.
17130
17131 @table @kbd
17132 @item G s b
17133 @kindex G s b (Group)
17134 @findex gnus-group-brew-soup
17135 Pack all unread articles in the current group
17136 (@code{gnus-group-brew-soup}).  This command understands the
17137 process/prefix convention.
17138
17139 @item G s w
17140 @kindex G s w (Group)
17141 @findex gnus-soup-save-areas
17142 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17143
17144 @item G s s
17145 @kindex G s s (Group)
17146 @findex gnus-soup-send-replies
17147 Send all replies from the replies packet
17148 (@code{gnus-soup-send-replies}).
17149
17150 @item G s p
17151 @kindex G s p (Group)
17152 @findex gnus-soup-pack-packet
17153 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17154
17155 @item G s r
17156 @kindex G s r (Group)
17157 @findex nnsoup-pack-replies
17158 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17159
17160 @item O s
17161 @kindex O s (Summary)
17162 @findex gnus-soup-add-article
17163 This summary-mode command adds the current article to a @sc{soup} packet
17164 (@code{gnus-soup-add-article}).  It understands the process/prefix
17165 convention (@pxref{Process/Prefix}).
17166
17167 @end table
17168
17169
17170 There are a few variables to customize where Gnus will put all these
17171 thingies:
17172
17173 @table @code
17174
17175 @item gnus-soup-directory
17176 @vindex gnus-soup-directory
17177 Directory where Gnus will save intermediate files while composing
17178 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17179
17180 @item gnus-soup-replies-directory
17181 @vindex gnus-soup-replies-directory
17182 This is what Gnus will use as a temporary directory while sending our
17183 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17184
17185 @item gnus-soup-prefix-file
17186 @vindex gnus-soup-prefix-file
17187 Name of the file where Gnus stores the last used prefix.  The default is
17188 @samp{gnus-prefix}.
17189
17190 @item gnus-soup-packer
17191 @vindex gnus-soup-packer
17192 A format string command for packing a @sc{soup} packet.  The default is
17193 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17194
17195 @item gnus-soup-unpacker
17196 @vindex gnus-soup-unpacker
17197 Format string command for unpacking a @sc{soup} packet.  The default is
17198 @samp{gunzip -c %s | tar xvf -}.
17199
17200 @item gnus-soup-packet-directory
17201 @vindex gnus-soup-packet-directory
17202 Where Gnus will look for reply packets.  The default is @file{~/}.
17203
17204 @item gnus-soup-packet-regexp
17205 @vindex gnus-soup-packet-regexp
17206 Regular expression matching @sc{soup} reply packets in
17207 @code{gnus-soup-packet-directory}.
17208
17209 @end table
17210
17211
17212 @node SOUP Groups
17213 @subsubsection SOUP Groups
17214 @cindex nnsoup
17215
17216 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17217 read incoming packets, unpack them, and put them in a directory where
17218 you can read them at leisure.
17219
17220 These are the variables you can use to customize its behavior:
17221
17222 @table @code
17223
17224 @item nnsoup-tmp-directory
17225 @vindex nnsoup-tmp-directory
17226 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17227 directory.  (@file{/tmp/} by default.)
17228
17229 @item nnsoup-directory
17230 @vindex nnsoup-directory
17231 @code{nnsoup} then moves each message and index file to this directory.
17232 The default is @file{~/SOUP/}.
17233
17234 @item nnsoup-replies-directory
17235 @vindex nnsoup-replies-directory
17236 All replies will be stored in this directory before being packed into a
17237 reply packet.  The default is @file{~/SOUP/replies/}.
17238
17239 @item nnsoup-replies-format-type
17240 @vindex nnsoup-replies-format-type
17241 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17242 (rnews), and I don't think you should touch that variable.  I probably
17243 shouldn't even have documented it.  Drats!  Too late!
17244
17245 @item nnsoup-replies-index-type
17246 @vindex nnsoup-replies-index-type
17247 The index type of the replies packet.  The default is @samp{?n}, which
17248 means ``none''.  Don't fiddle with this one either!
17249
17250 @item nnsoup-active-file
17251 @vindex nnsoup-active-file
17252 Where @code{nnsoup} stores lots of information.  This is not an ``active
17253 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17254 this file or mess it up in any way, you're dead.  The default is
17255 @file{~/SOUP/active}.
17256
17257 @item nnsoup-packer
17258 @vindex nnsoup-packer
17259 Format string command for packing a reply @sc{soup} packet.  The default
17260 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17261
17262 @item nnsoup-unpacker
17263 @vindex nnsoup-unpacker
17264 Format string command for unpacking incoming @sc{soup} packets.  The
17265 default is @samp{gunzip -c %s | tar xvf -}.
17266
17267 @item nnsoup-packet-directory
17268 @vindex nnsoup-packet-directory
17269 Where @code{nnsoup} will look for incoming packets.  The default is
17270 @file{~/}.
17271
17272 @item nnsoup-packet-regexp
17273 @vindex nnsoup-packet-regexp
17274 Regular expression matching incoming @sc{soup} packets.  The default is
17275 @samp{Soupout}.
17276
17277 @item nnsoup-always-save
17278 @vindex nnsoup-always-save
17279 If non-@code{nil}, save the replies buffer after each posted message.
17280
17281 @end table
17282
17283
17284 @node SOUP Replies
17285 @subsubsection SOUP Replies
17286
17287 Just using @code{nnsoup} won't mean that your postings and mailings end
17288 up in @sc{soup} reply packets automagically.  You have to work a bit
17289 more for that to happen.
17290
17291 @findex nnsoup-set-variables
17292 The @code{nnsoup-set-variables} command will set the appropriate
17293 variables to ensure that all your followups and replies end up in the
17294 @sc{soup} system.
17295
17296 In specific, this is what it does:
17297
17298 @lisp
17299 (setq message-send-news-function 'nnsoup-request-post)
17300 (setq message-send-mail-function 'nnsoup-request-mail)
17301 @end lisp
17302
17303 And that's it, really.  If you only want news to go into the @sc{soup}
17304 system you just use the first line.  If you only want mail to be
17305 @sc{soup}ed you use the second.
17306
17307
17308 @node Mail-To-News Gateways
17309 @subsection Mail-To-News Gateways
17310 @cindex mail-to-news gateways
17311 @cindex gateways
17312
17313 If your local @code{nntp} server doesn't allow posting, for some reason
17314 or other, you can post using one of the numerous mail-to-news gateways.
17315 The @code{nngateway} back end provides the interface.
17316
17317 Note that you can't read anything from this back end---it can only be
17318 used to post with.
17319
17320 Server variables:
17321
17322 @table @code
17323 @item nngateway-address
17324 @vindex nngateway-address
17325 This is the address of the mail-to-news gateway.
17326
17327 @item nngateway-header-transformation
17328 @vindex nngateway-header-transformation
17329 News headers often have to be transformed in some odd way or other
17330 for the mail-to-news gateway to accept it.  This variable says what
17331 transformation should be called, and defaults to
17332 @code{nngateway-simple-header-transformation}.  The function is called
17333 narrowed to the headers to be transformed and with one parameter---the
17334 gateway address.
17335
17336 This default function just inserts a new @code{To} header based on the
17337 @code{Newsgroups} header and the gateway address.
17338 For instance, an article with this @code{Newsgroups} header:
17339
17340 @example
17341 Newsgroups: alt.religion.emacs
17342 @end example
17343
17344 will get this @code{To} header inserted:
17345
17346 @example
17347 To: alt-religion-emacs@@GATEWAY
17348 @end example
17349
17350 The following pre-defined functions exist:
17351
17352 @findex nngateway-simple-header-transformation
17353 @table @code
17354
17355 @item nngateway-simple-header-transformation
17356 Creates a @code{To} header that looks like
17357 @var{newsgroup}@@@code{nngateway-address}.
17358
17359 @findex nngateway-mail2news-header-transformation
17360
17361 @item nngateway-mail2news-header-transformation
17362 Creates a @code{To} header that looks like
17363 @code{nngateway-address}.
17364 @end table
17365
17366 @end table
17367
17368 Here's an example:
17369
17370 @lisp
17371 (setq gnus-post-method
17372       '(nngateway
17373         "mail2news@@replay.com"
17374         (nngateway-header-transformation
17375          nngateway-mail2news-header-transformation)))
17376 @end lisp
17377
17378 So, to use this, simply say something like:
17379
17380 @lisp
17381 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17382 @end lisp
17383
17384
17385
17386 @node Combined Groups
17387 @section Combined Groups
17388
17389 Gnus allows combining a mixture of all the other group types into bigger
17390 groups.
17391
17392 @menu
17393 * Virtual Groups::              Combining articles from many groups.
17394 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17395 @end menu
17396
17397
17398 @node Virtual Groups
17399 @subsection Virtual Groups
17400 @cindex nnvirtual
17401 @cindex virtual groups
17402 @cindex merging groups
17403
17404 An @dfn{nnvirtual group} is really nothing more than a collection of
17405 other groups.
17406
17407 For instance, if you are tired of reading many small groups, you can
17408 put them all in one big group, and then grow tired of reading one
17409 big, unwieldy group.  The joys of computing!
17410
17411 You specify @code{nnvirtual} as the method.  The address should be a
17412 regexp to match component groups.
17413
17414 All marks in the virtual group will stick to the articles in the
17415 component groups.  So if you tick an article in a virtual group, the
17416 article will also be ticked in the component group from whence it
17417 came.  (And vice versa---marks from the component groups will also be
17418 shown in the virtual group.).  To create an empty virtual group, run
17419 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17420 and edit the method regexp with @kbd{M-e}
17421 (@code{gnus-group-edit-group-method})
17422
17423 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17424 newsgroups into one, big, happy newsgroup:
17425
17426 @lisp
17427 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17428 @end lisp
17429
17430 The component groups can be native or foreign; everything should work
17431 smoothly, but if your computer explodes, it was probably my fault.
17432
17433 Collecting the same group from several servers might actually be a good
17434 idea if users have set the Distribution header to limit distribution.
17435 If you would like to read @samp{soc.motss} both from a server in Japan
17436 and a server in Norway, you could use the following as the group regexp:
17437
17438 @example
17439 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17440 @end example
17441
17442 (Remember, though, that if you're creating the group with @kbd{G m}, you
17443 shouldn't double the backslashes, and you should leave off the quote
17444 characters at the beginning and the end of the string.)
17445
17446 This should work kinda smoothly---all articles from both groups should
17447 end up in this one, and there should be no duplicates.  Threading (and
17448 the rest) will still work as usual, but there might be problems with the
17449 sequence of articles.  Sorting on date might be an option here
17450 (@pxref{Selecting a Group}).
17451
17452 One limitation, however---all groups included in a virtual
17453 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17454 zombie groups can't be component groups for @code{nnvirtual} groups.
17455
17456 @vindex nnvirtual-always-rescan
17457 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17458 @code{nnvirtual} will always scan groups for unread articles when
17459 entering a virtual group.  If this variable is @code{nil} (which is the
17460 default) and you read articles in a component group after the virtual
17461 group has been activated, the read articles from the component group
17462 will show up when you enter the virtual group.  You'll also see this
17463 effect if you have two virtual groups that have a component group in
17464 common.  If that's the case, you should set this variable to @code{t}.
17465 Or you can just tap @code{M-g} on the virtual group every time before
17466 you enter it---it'll have much the same effect.
17467
17468 @code{nnvirtual} can have both mail and news groups as component groups.
17469 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17470 has to ask the back end of the component group the article comes from
17471 whether it is a news or mail back end.  However, when you do a @kbd{^},
17472 there is typically no sure way for the component back end to know this,
17473 and in that case @code{nnvirtual} tells Gnus that the article came from a
17474 not-news back end.  (Just to be on the safe side.)
17475
17476 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17477 line from the article you respond to in these cases.
17478
17479 @code{nnvirtual} groups do not inherit anything but articles and marks
17480 from component groups---group parameters, for instance, are not
17481 inherited.
17482
17483
17484 @node Kibozed Groups
17485 @subsection Kibozed Groups
17486 @cindex nnkiboze
17487 @cindex kibozing
17488
17489 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17490 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17491 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17492 down to a halt with useless requests!  Oh happiness!
17493
17494 @kindex G k (Group)
17495 To create a kibozed group, use the @kbd{G k} command in the group
17496 buffer.
17497
17498 The address field of the @code{nnkiboze} method is, as with
17499 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17500 @code{nnkiboze} group.  That's where most similarities between
17501 @code{nnkiboze} and @code{nnvirtual} end.
17502
17503 In addition to this regexp detailing component groups, an
17504 @code{nnkiboze} group must have a score file to say what articles are
17505 to be included in the group (@pxref{Scoring}).
17506
17507 @kindex M-x nnkiboze-generate-groups
17508 @findex nnkiboze-generate-groups
17509 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17510 @code{nnkiboze} groups you want to have.  This command will take time.
17511 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17512 headers from all the articles in all the component groups and run them
17513 through the scoring process to determine if there are any articles in
17514 the groups that are to be part of the @code{nnkiboze} groups.
17515
17516 Please limit the number of component groups by using restrictive
17517 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17518 @acronym{NNTP} site may throw you off and never let you back in again.
17519 Stranger things have happened.
17520
17521 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17522 and they can be foreign.  No restrictions.
17523
17524 @vindex nnkiboze-directory
17525 The generation of an @code{nnkiboze} group means writing two files in
17526 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17527 One contains the @acronym{NOV} header lines for all the articles in
17528 the group, and the other is an additional @file{.newsrc} file to store
17529 information on what groups have been searched through to find
17530 component articles.
17531
17532 Articles marked as read in the @code{nnkiboze} group will have
17533 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17534
17535
17536 @node Gnus Unplugged
17537 @section Gnus Unplugged
17538 @cindex offline
17539 @cindex unplugged
17540 @cindex agent
17541 @cindex Gnus agent
17542 @cindex Gnus unplugged
17543
17544 In olden times (ca. February '88), people used to run their newsreaders
17545 on big machines with permanent connections to the net.  News transport
17546 was dealt with by news servers, and all the newsreaders had to do was to
17547 read news.  Believe it or not.
17548
17549 Nowadays most people read news and mail at home, and use some sort of
17550 modem to connect to the net.  To avoid running up huge phone bills, it
17551 would be nice to have a way to slurp down all the news and mail, hang up
17552 the phone, read for several hours, and then upload any responses you
17553 have to make.  And then you repeat the procedure.
17554
17555 Of course, you can use news servers for doing this as well.  I've used
17556 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17557 for some years, but doing that's a bore.  Moving the news server
17558 functionality up to the newsreader makes sense if you're the only person
17559 reading news on a machine.
17560
17561 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17562 fact, you don't have to configure anything as the agent is now enabled
17563 by default (@pxref{Agent Variables, gnus-agent}).
17564
17565 Of course, to use it as such, you have to learn a few new commands.
17566
17567 @menu
17568 * Agent Basics::                How it all is supposed to work.
17569 * Agent Categories::            How to tell the Gnus Agent what to download.
17570 * Agent Commands::              New commands for all the buffers.
17571 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17572 * Agent as Cache::              The Agent is a big cache too.
17573 * Agent Expiry::                How to make old articles go away.
17574 * Agent Regeneration::          How to recover from lost connections and other accidents.
17575 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17576 * Outgoing Messages::           What happens when you post/mail something?
17577 * Agent Variables::             Customizing is fun.
17578 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17579 * Batching Agents::             How to fetch news from a @code{cron} job.
17580 * Agent Caveats::               What you think it'll do and what it does.
17581 @end menu
17582
17583
17584 @node Agent Basics
17585 @subsection Agent Basics
17586
17587 First, let's get some terminology out of the way.
17588
17589 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17590 connection to the net (and notified the Agent that this is the case).
17591 When the connection to the net is up again (and Gnus knows this), the
17592 Agent is @dfn{plugged}.
17593
17594 The @dfn{local} machine is the one you're running on, and which isn't
17595 connected to the net continuously.
17596
17597 @dfn{Downloading} means fetching things from the net to your local
17598 machine.  @dfn{Uploading} is doing the opposite.
17599
17600 You know that Gnus gives you all the opportunity you'd ever want for
17601 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17602 is also customizable to a great extent, which means that the user has a
17603 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17604 you in your foot, but with Gnus, you have a choice!
17605
17606 Gnus is never really in plugged or unplugged state.  Rather, it applies
17607 that state to each server individually.  This means that some servers
17608 can be plugged while others can be unplugged.  Additionally, some
17609 servers can be ignored by the Agent altogether (which means that
17610 they're kinda like plugged always).
17611
17612 So when you unplug the Agent and then wonder why is Gnus opening a
17613 connection to the Net, the next step to do is to look whether all
17614 servers are agentized.  If there is an unagentized server, you found
17615 the culprit.
17616
17617 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17618 reachable.  When Gnus notices this, it asks you whether you want the
17619 server to be switched to offline state.  If you say yes, then the
17620 server will behave somewhat as if it was unplugged, except that Gnus
17621 will ask you whether you want to switch it back online again.
17622
17623 Let's take a typical Gnus session using the Agent.
17624
17625 @itemize @bullet
17626
17627 @item
17628 @findex gnus-unplugged
17629 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17630 Agent in a disconnected state.  You can read all the news that you have
17631 already fetched while in this mode.
17632
17633 @item
17634 You then decide to see whether any new news has arrived.  You connect
17635 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17636 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17637 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17638 Source Specifiers}).
17639
17640 @item
17641 You can then read the new news immediately, or you can download the
17642 news onto your local machine.  If you want to do the latter, you press
17643 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17644 all the eligible articles in all the groups.  (To let Gnus know which
17645 articles you want to download, @pxref{Agent Categories}).
17646
17647 @item
17648 After fetching the articles, you press @kbd{J j} to make Gnus become
17649 unplugged again, and you shut down the PPP thing (or whatever).  And
17650 then you read the news offline.
17651
17652 @item
17653 And then you go to step 2.
17654 @end itemize
17655
17656 Here are some things you should do the first time (or so) that you use
17657 the Agent.
17658
17659 @itemize @bullet
17660
17661 @item
17662 Decide which servers should be covered by the Agent.  If you have a mail
17663 back end, it would probably be nonsensical to have it covered by the
17664 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17665 @kbd{J a} on the server (or servers) that you wish to have covered by the
17666 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17667 added servers you do not wish to have covered by the Agent.  By default,
17668 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17669 @code{gnus-secondary-select-methods} are agentized.
17670
17671 @item
17672 Decide on download policy.  It's fairly simple once you decide whether
17673 you are going to use agent categories, topic parameters, and/or group
17674 parameters to implement your policy.  If you're new to gnus, it
17675 is probably best to start with a category, @xref{Agent Categories}.
17676
17677 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17678 (@pxref{Agent Categories}) provide for setting a policy that applies
17679 to multiple groups.  Which you use is entirely up to you.  Topic
17680 parameters do override categories so, if you mix the two, you'll have
17681 to take that into account.  If you have a few groups that deviate from
17682 your policy, you can use group parameters (@pxref{Group Parameters}) to
17683 configure them.
17684
17685 @item
17686 Uhm@dots{} that's it.
17687 @end itemize
17688
17689
17690 @node Agent Categories
17691 @subsection Agent Categories
17692
17693 One of the main reasons to integrate the news transport layer into the
17694 newsreader is to allow greater control over what articles to download.
17695 There's not much point in downloading huge amounts of articles, just to
17696 find out that you're not interested in reading any of them.  It's better
17697 to be somewhat more conservative in choosing what to download, and then
17698 mark the articles for downloading manually if it should turn out that
17699 you're interested in the articles anyway.
17700
17701 One of the more effective methods for controlling what is to be
17702 downloaded is to create a @dfn{category} and then assign some (or all)
17703 groups to this category.  Groups that do not belong in any other
17704 category belong to the @code{default} category.  Gnus has its own
17705 buffer for creating and managing categories.
17706
17707 If you prefer, you can also use group parameters (@pxref{Group
17708 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17709 alternative approach to controlling the agent.  The only real
17710 difference is that categories are specific to the agent (so there is
17711 less to learn) while group and topic parameters include the kitchen
17712 sink.
17713
17714 Since you can set agent parameters in several different places we have
17715 a rule to decide which source to believe.  This rule specifies that
17716 the parameter sources are checked in the following order: group
17717 parameters, topic parameters, agent category, and finally customizable
17718 variables.  So you can mix all of these sources to produce a wide range
17719 of behavior, just don't blame me if you don't remember where you put
17720 your settings.
17721
17722 @menu
17723 * Category Syntax::             What a category looks like.
17724 * Category Buffer::             A buffer for maintaining categories.
17725 * Category Variables::          Customize'r'Us.
17726 @end menu
17727
17728
17729 @node Category Syntax
17730 @subsubsection Category Syntax
17731
17732 A category consists of a name, the list of groups belonging to the
17733 category, and a number of optional parameters that override the
17734 customizable variables.  The complete list of agent parameters are
17735 listed below.
17736
17737 @cindex Agent Parameters
17738 @table @code
17739 @item agent-cat-name
17740 The name of the category.
17741
17742 @item agent-groups
17743 The list of groups that are in this category.
17744
17745 @item agent-predicate
17746 A predicate which (generally) gives a rough outline of which articles
17747 are eligible for downloading; and
17748
17749 @item agent-score-file
17750 a score rule which (generally) gives you a finer granularity when
17751 deciding what articles to download.  (Note that this @dfn{download
17752 score} is not necessarily related to normal scores.)
17753
17754 @item agent-enable-expiration
17755 a boolean indicating whether the agent should expire old articles in
17756 this group.  Most groups should be expired to conserve disk space.  In
17757 fact, its probably safe to say that the gnus.* hierarchy contains the
17758 only groups that should not be expired.
17759
17760 @item agent-days-until-old
17761 an integer indicating the number of days that the agent should wait
17762 before deciding that a read article is safe to expire.
17763
17764 @item agent-low-score
17765 an integer that overrides the value of @code{gnus-agent-low-score}.
17766
17767 @item agent-high-score
17768 an integer that overrides the value of @code{gnus-agent-high-score}.
17769
17770 @item agent-length-when-short
17771 an integer that overrides the value of
17772 @code{gnus-agent-short-article}.
17773
17774 @item agent-length-when-long
17775 an integer that overrides the value of @code{gnus-agent-long-article}.
17776
17777 @item agent-enable-undownloaded-faces
17778 a symbol indicating whether the summary buffer should display
17779 undownloaded articles using the @code{gnus-summary-*-undownloaded-face}
17780 faces.  Any symbol other than @code{nil} will enable the use of
17781 undownloaded faces.
17782 @end table
17783
17784 The name of a category can not be changed once the category has been
17785 created.
17786
17787 Each category maintains a list of groups that are exclusive members of
17788 that category.  The exclusivity rule is automatically enforced, add a
17789 group to a new category and it is automatically removed from its old
17790 category.
17791
17792 A predicate in its simplest form can be a single predicate such as
17793 @code{true} or @code{false}.  These two will download every available
17794 article or nothing respectively.  In the case of these two special
17795 predicates an additional score rule is superfluous.
17796
17797 Predicates of @code{high} or @code{low} download articles in respect of
17798 their scores in relationship to @code{gnus-agent-high-score} and
17799 @code{gnus-agent-low-score} as described below.
17800
17801 To gain even finer control of what is to be regarded eligible for
17802 download a predicate can consist of a number of predicates with logical
17803 operators sprinkled in between.
17804
17805 Perhaps some examples are in order.
17806
17807 Here's a simple predicate.  (It's the default predicate, in fact, used
17808 for all groups that don't belong to any other category.)
17809
17810 @lisp
17811 short
17812 @end lisp
17813
17814 Quite simple, eh?  This predicate is true if and only if the article is
17815 short (for some value of ``short'').
17816
17817 Here's a more complex predicate:
17818
17819 @lisp
17820 (or high
17821     (and
17822      (not low)
17823      (not long)))
17824 @end lisp
17825
17826 This means that an article should be downloaded if it has a high score,
17827 or if the score is not low and the article is not long.  You get the
17828 drift.
17829
17830 The available logical operators are @code{or}, @code{and} and
17831 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17832 @samp{|}, @code{&} and @code{!} instead.)
17833
17834 The following predicates are pre-defined, but if none of these fit what
17835 you want to do, you can write your own.
17836
17837 When evaluating each of these predicates, the named constant will be
17838 bound to the value determined by calling
17839 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17840 example, gnus-agent-short-article will be bound to
17841 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17842 means that you can specify a predicate in your category then tune that
17843 predicate to individual groups.
17844
17845 @table @code
17846 @item short
17847 True iff the article is shorter than @code{gnus-agent-short-article}
17848 lines; default 100.
17849
17850 @item long
17851 True iff the article is longer than @code{gnus-agent-long-article}
17852 lines; default 200.
17853
17854 @item low
17855 True iff the article has a download score less than
17856 @code{gnus-agent-low-score}; default 0.
17857
17858 @item high
17859 True iff the article has a download score greater than
17860 @code{gnus-agent-high-score}; default 0.
17861
17862 @item spam
17863 True iff the Gnus Agent guesses that the article is spam.  The
17864 heuristics may change over time, but at present it just computes a
17865 checksum and sees whether articles match.
17866
17867 @item true
17868 Always true.
17869
17870 @item false
17871 Always false.
17872 @end table
17873
17874 If you want to create your own predicate function, here's what you have
17875 to know:  The functions are called with no parameters, but the
17876 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17877 useful values.
17878
17879 For example, you could decide that you don't want to download articles
17880 that were posted more than a certain number of days ago (e.g. posted
17881 more than @code{gnus-agent-expire-days} ago) you might write a function
17882 something along the lines of the following:
17883
17884 @lisp
17885 (defun my-article-old-p ()
17886   "Say whether an article is old."
17887   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17888      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17889 @end lisp
17890
17891 with the predicate then defined as:
17892
17893 @lisp
17894 (not my-article-old-p)
17895 @end lisp
17896
17897 or you could append your predicate to the predefined
17898 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17899 wherever.
17900
17901 @lisp
17902 (require 'gnus-agent)
17903 (setq  gnus-category-predicate-alist
17904   (append gnus-category-predicate-alist
17905          '((old . my-article-old-p))))
17906 @end lisp
17907
17908 and simply specify your predicate as:
17909
17910 @lisp
17911 (not old)
17912 @end lisp
17913
17914 If/when using something like the above, be aware that there are many
17915 misconfigured systems/mailers out there and so an article's date is not
17916 always a reliable indication of when it was posted.  Hell, some people
17917 just don't give a damn.
17918
17919 The above predicates apply to @emph{all} the groups which belong to the
17920 category.  However, if you wish to have a specific predicate for an
17921 individual group within a category, or you're just too lazy to set up a
17922 new category, you can enter a group's individual predicate in its group
17923 parameters like so:
17924
17925 @lisp
17926 (agent-predicate . short)
17927 @end lisp
17928
17929 This is the group/topic parameter equivalent of the agent category default.
17930 Note that when specifying a single word predicate like this, the
17931 @code{agent-predicate} specification must be in dotted pair notation.
17932
17933 The equivalent of the longer example from above would be:
17934
17935 @lisp
17936 (agent-predicate or high (and (not low) (not long)))
17937 @end lisp
17938
17939 The outer parenthesis required in the category specification are not
17940 entered here as, not being in dotted pair notation, the value of the
17941 predicate is assumed to be a list.
17942
17943
17944 Now, the syntax of the download score is the same as the syntax of
17945 normal score files, except that all elements that require actually
17946 seeing the article itself are verboten.  This means that only the
17947 following headers can be scored on: @code{Subject}, @code{From},
17948 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17949 @code{Lines}, and @code{Xref}.
17950
17951 As with predicates, the specification of the @code{download score rule}
17952 to use in respect of a group can be in either the category definition if
17953 it's to be applicable to all groups in therein, or a group's parameters
17954 if it's to be specific to that group.
17955
17956 In both of these places the @code{download score rule} can take one of
17957 three forms:
17958
17959 @enumerate
17960 @item
17961 Score rule
17962
17963 This has the same syntax as a normal Gnus score file except only a
17964 subset of scoring keywords are available as mentioned above.
17965
17966 example:
17967
17968 @itemize @bullet
17969 @item
17970 Category specification
17971
17972 @lisp
17973 (("from"
17974        ("Lars Ingebrigtsen" 1000000 nil s))
17975 ("lines"
17976        (500 -100 nil <)))
17977 @end lisp
17978
17979 @item
17980 Group/Topic Parameter specification
17981
17982 @lisp
17983 (agent-score ("from"
17984                    ("Lars Ingebrigtsen" 1000000 nil s))
17985              ("lines"
17986                    (500 -100 nil <)))
17987 @end lisp
17988
17989 Again, note the omission of the outermost parenthesis here.
17990 @end itemize
17991
17992 @item
17993 Agent score file
17994
17995 These score files must @emph{only} contain the permitted scoring
17996 keywords stated above.
17997
17998 example:
17999
18000 @itemize @bullet
18001 @item
18002 Category specification
18003
18004 @lisp
18005 ("~/News/agent.SCORE")
18006 @end lisp
18007
18008 or perhaps
18009
18010 @lisp
18011 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
18012 @end lisp
18013
18014 @item
18015 Group Parameter specification
18016
18017 @lisp
18018 (agent-score "~/News/agent.SCORE")
18019 @end lisp
18020
18021 Additional score files can be specified as above.  Need I say anything
18022 about parenthesis?
18023 @end itemize
18024
18025 @item
18026 Use @code{normal} score files
18027
18028 If you don't want to maintain two sets of scoring rules for a group, and
18029 your desired @code{downloading} criteria for a group are the same as your
18030 @code{reading} criteria then you can tell the agent to refer to your
18031 @code{normal} score files when deciding what to download.
18032
18033 These directives in either the category definition or a group's
18034 parameters will cause the agent to read in all the applicable score
18035 files for a group, @emph{filtering out} those sections that do not
18036 relate to one of the permitted subset of scoring keywords.
18037
18038 @itemize @bullet
18039 @item
18040 Category Specification
18041
18042 @lisp
18043 file
18044 @end lisp
18045
18046 @item
18047 Group Parameter specification
18048
18049 @lisp
18050 (agent-score . file)
18051 @end lisp
18052 @end itemize
18053 @end enumerate
18054
18055 @node Category Buffer
18056 @subsubsection Category Buffer
18057
18058 You'd normally do all category maintenance from the category buffer.
18059 When you enter it for the first time (with the @kbd{J c} command from
18060 the group buffer), you'll only see the @code{default} category.
18061
18062 The following commands are available in this buffer:
18063
18064 @table @kbd
18065 @item q
18066 @kindex q (Category)
18067 @findex gnus-category-exit
18068 Return to the group buffer (@code{gnus-category-exit}).
18069
18070 @item e
18071 @kindex e (Category)
18072 @findex gnus-category-customize-category
18073 Use a customization buffer to set all of the selected category's
18074 parameters at one time (@code{gnus-category-customize-category}).
18075
18076 @item k
18077 @kindex k (Category)
18078 @findex gnus-category-kill
18079 Kill the current category (@code{gnus-category-kill}).
18080
18081 @item c
18082 @kindex c (Category)
18083 @findex gnus-category-copy
18084 Copy the current category (@code{gnus-category-copy}).
18085
18086 @item a
18087 @kindex a (Category)
18088 @findex gnus-category-add
18089 Add a new category (@code{gnus-category-add}).
18090
18091 @item p
18092 @kindex p (Category)
18093 @findex gnus-category-edit-predicate
18094 Edit the predicate of the current category
18095 (@code{gnus-category-edit-predicate}).
18096
18097 @item g
18098 @kindex g (Category)
18099 @findex gnus-category-edit-groups
18100 Edit the list of groups belonging to the current category
18101 (@code{gnus-category-edit-groups}).
18102
18103 @item s
18104 @kindex s (Category)
18105 @findex gnus-category-edit-score
18106 Edit the download score rule of the current category
18107 (@code{gnus-category-edit-score}).
18108
18109 @item l
18110 @kindex l (Category)
18111 @findex gnus-category-list
18112 List all the categories (@code{gnus-category-list}).
18113 @end table
18114
18115
18116 @node Category Variables
18117 @subsubsection Category Variables
18118
18119 @table @code
18120 @item gnus-category-mode-hook
18121 @vindex gnus-category-mode-hook
18122 Hook run in category buffers.
18123
18124 @item gnus-category-line-format
18125 @vindex gnus-category-line-format
18126 Format of the lines in the category buffer (@pxref{Formatting
18127 Variables}).  Valid elements are:
18128
18129 @table @samp
18130 @item c
18131 The name of the category.
18132
18133 @item g
18134 The number of groups in the category.
18135 @end table
18136
18137 @item gnus-category-mode-line-format
18138 @vindex gnus-category-mode-line-format
18139 Format of the category mode line (@pxref{Mode Line Formatting}).
18140
18141 @item gnus-agent-short-article
18142 @vindex gnus-agent-short-article
18143 Articles that have fewer lines than this are short.  Default 100.
18144
18145 @item gnus-agent-long-article
18146 @vindex gnus-agent-long-article
18147 Articles that have more lines than this are long.  Default 200.
18148
18149 @item gnus-agent-low-score
18150 @vindex gnus-agent-low-score
18151 Articles that have a score lower than this have a low score.  Default
18152 0.
18153
18154 @item gnus-agent-high-score
18155 @vindex gnus-agent-high-score
18156 Articles that have a score higher than this have a high score.  Default
18157 0.
18158
18159 @item gnus-agent-expire-days
18160 @vindex gnus-agent-expire-days
18161 The number of days that a @samp{read} article must stay in the agent's
18162 local disk before becoming eligible for expiration (While the name is
18163 the same, this doesn't mean expiring the article on the server.  It
18164 just means deleting the local copy of the article).  What is also
18165 important to understand is that the counter starts with the time the
18166 article was written to the local disk and not the time the article was
18167 read.
18168 Default 7.
18169
18170 @item gnus-agent-enable-expiration
18171 @vindex gnus-agent-enable-expiration
18172 Determines whether articles in a group are, by default, expired or
18173 retained indefinitely.  The default is @code{ENABLE} which means that
18174 you'll have to disable expiration when desired.  On the other hand,
18175 you could set this to @code{DISABLE}.  In that case, you would then
18176 have to enable expiration in selected groups.
18177
18178 @end table
18179
18180
18181 @node Agent Commands
18182 @subsection Agent Commands
18183 @findex gnus-agent-toggle-plugged
18184 @kindex J j (Agent)
18185
18186 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18187 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18188 toggles the plugged/unplugged state of the Gnus Agent.
18189
18190
18191 @menu
18192 * Group Agent Commands::        Configure groups and fetch their contents.
18193 * Summary Agent Commands::      Manually select then fetch specific articles.
18194 * Server Agent Commands::       Select the servers that are supported by the agent.
18195 @end menu
18196
18197
18198
18199
18200 @node Group Agent Commands
18201 @subsubsection Group Agent Commands
18202
18203 @table @kbd
18204 @item J u
18205 @kindex J u (Agent Group)
18206 @findex gnus-agent-fetch-groups
18207 Fetch all eligible articles in the current group
18208 (@code{gnus-agent-fetch-groups}).
18209
18210 @item J c
18211 @kindex J c (Agent Group)
18212 @findex gnus-enter-category-buffer
18213 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18214
18215 @item J s
18216 @kindex J s (Agent Group)
18217 @findex gnus-agent-fetch-session
18218 Fetch all eligible articles in all groups
18219 (@code{gnus-agent-fetch-session}).
18220
18221 @item J S
18222 @kindex J S (Agent Group)
18223 @findex gnus-group-send-queue
18224 Send all sendable messages in the queue group
18225 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18226
18227 @item J a
18228 @kindex J a (Agent Group)
18229 @findex gnus-agent-add-group
18230 Add the current group to an Agent category
18231 (@code{gnus-agent-add-group}).  This command understands the
18232 process/prefix convention (@pxref{Process/Prefix}).
18233
18234 @item J r
18235 @kindex J r (Agent Group)
18236 @findex gnus-agent-remove-group
18237 Remove the current group from its category, if any
18238 (@code{gnus-agent-remove-group}).  This command understands the
18239 process/prefix convention (@pxref{Process/Prefix}).
18240
18241 @item J Y
18242 @kindex J Y (Agent Group)
18243 @findex gnus-agent-synchronize-flags
18244 Synchronize flags changed while unplugged with remote server, if any.
18245
18246
18247 @end table
18248
18249
18250 @node Summary Agent Commands
18251 @subsubsection Summary Agent Commands
18252
18253 @table @kbd
18254 @item J #
18255 @kindex J # (Agent Summary)
18256 @findex gnus-agent-mark-article
18257 Mark the article for downloading (@code{gnus-agent-mark-article}).
18258
18259 @item J M-#
18260 @kindex J M-# (Agent Summary)
18261 @findex gnus-agent-unmark-article
18262 Remove the downloading mark from the article
18263 (@code{gnus-agent-unmark-article}).
18264
18265 @cindex %
18266 @item @@
18267 @kindex @@ (Agent Summary)
18268 @findex gnus-agent-toggle-mark
18269 Toggle whether to download the article
18270 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18271 default.
18272
18273 @item J c
18274 @kindex J c (Agent Summary)
18275 @findex gnus-agent-catchup
18276 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18277
18278 @item J S
18279 @kindex J S (Agent Summary)
18280 @findex gnus-agent-fetch-group
18281 Download all eligible (@pxref{Agent Categories}) articles in this group.
18282 (@code{gnus-agent-fetch-group}).
18283
18284 @item J s
18285 @kindex J s (Agent Summary)
18286 @findex gnus-agent-fetch-series
18287 Download all processable articles in this group.
18288 (@code{gnus-agent-fetch-series}).
18289
18290 @item J u
18291 @kindex J u (Agent Summary)
18292 @findex gnus-agent-summary-fetch-group
18293 Download all downloadable articles in the current group
18294 (@code{gnus-agent-summary-fetch-group}).
18295
18296 @end table
18297
18298
18299 @node Server Agent Commands
18300 @subsubsection Server Agent Commands
18301
18302 @table @kbd
18303 @item J a
18304 @kindex J a (Agent Server)
18305 @findex gnus-agent-add-server
18306 Add the current server to the list of servers covered by the Gnus Agent
18307 (@code{gnus-agent-add-server}).
18308
18309 @item J r
18310 @kindex J r (Agent Server)
18311 @findex gnus-agent-remove-server
18312 Remove the current server from the list of servers covered by the Gnus
18313 Agent (@code{gnus-agent-remove-server}).
18314
18315 @end table
18316
18317
18318 @node Agent Visuals
18319 @subsection Agent Visuals
18320
18321 If you open a summary while unplugged and, Gnus knows from the group's
18322 active range that there are more articles than the headers currently
18323 stored in the Agent, you may see some articles whose subject looks
18324 something like @samp{[Undownloaded article #####]}.  These are
18325 placeholders for the missing headers.  Aside from setting a mark,
18326 there is not much that can be done with one of these placeholders.
18327 When Gnus finally gets a chance to fetch the group's headers, the
18328 placeholders will automatically be replaced by the actual headers.
18329 You can configure the summary buffer's maneuvering to skip over the
18330 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18331
18332 While it may be obvious to all, the only headers and articles
18333 available while unplugged are those headers and articles that were
18334 fetched into the Agent while previously plugged.  To put it another
18335 way, "If you forget to fetch something while plugged, you might have a
18336 less than satisfying unplugged session".  For this reason, the Agent
18337 adds two visual effects to your summary buffer.  These effects display
18338 the download status of each article so that you always know which
18339 articles will be available when unplugged.
18340
18341 The first visual effect is the @samp{%O} spec.  If you customize
18342 @code{gnus-summary-line-format} to include this specifier, you will add
18343 a single character field that indicates an article's download status.
18344 Articles that have been fetched into either the Agent or the Cache,
18345 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18346 other articles will display @code{gnus-undownloaded-mark} (defaults to
18347 @samp{-}).  If you open a group that has not been agentized, a space
18348 (@samp{ }) will be displayed.
18349
18350 The second visual effect are the undownloaded faces.  The faces, there
18351 are three indicating the article's score (low, normal, high), seem to
18352 result in a love/hate response from many Gnus users.  The problem is
18353 that the face selection is controlled by a list of condition tests and
18354 face names (See @code{gnus-summary-highlight}).  Each condition is
18355 tested in the order in which it appears in the list so early
18356 conditions have precedence over later conditions.  All of this means
18357 that, if you tick an undownloaded article, the article will continue
18358 to be displayed in the undownloaded face rather than the ticked face.
18359
18360 If you use the Agent as a cache (to avoid downloading the same article
18361 each time you visit it or to minimize your connection time), the
18362 undownloaded face will probably seem like a good idea.  The reason
18363 being that you do all of our work (marking, reading, deleting) with
18364 downloaded articles so the normal faces always appear.  For those
18365 users using the agent to improve online performance by caching the NOV
18366 database (most users since 5.10.2), the undownloaded faces may appear
18367 to be an absolutely horrible idea.  The issue being that, since none
18368 of their articles have been fetched into the Agent, all of the
18369 normal faces will be obscured by the undownloaded faces.
18370
18371 If you would like to use the undownloaded faces, you must enable the
18372 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18373 group parameter to t.  This parameter, like all other agent
18374 parameters, may be set on an Agent Category (@pxref{Agent
18375 Categories}), a Group Topic (@pxref{Topic Parameters}), or an
18376 individual group (@pxref{Group Parameters}).
18377
18378 The one problem common to all users using the agent is how quickly it
18379 can consume disk space.  If you using the agent on many groups, it is
18380 even more difficult to effectively recover disk space.  One solution
18381 is the @samp{%F} format available in @code{gnus-group-line-format}.
18382 This format will display the actual disk space used by articles
18383 fetched into both the agent and cache.  By knowing which groups use
18384 the most space, users know where to focus their efforts when ``agent
18385 expiring'' articles.
18386
18387 @node Agent as Cache
18388 @subsection Agent as Cache
18389
18390 When Gnus is plugged, it is not efficient to download headers or
18391 articles from the server again, if they are already stored in the
18392 Agent.  So, Gnus normally only downloads headers once, and stores them
18393 in the Agent.  These headers are later used when generating the summary
18394 buffer, regardless of whether you are plugged or unplugged.  Articles
18395 are not cached in the Agent by default though (that would potentially
18396 consume lots of disk space), but if you have already downloaded an
18397 article into the Agent, Gnus will not download the article from the
18398 server again but use the locally stored copy instead.
18399
18400 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18401 @pxref{Agent Variables}) to always download headers and articles while
18402 plugged.  Gnus will almost certainly be slower, but it will be kept
18403 synchronized with the server.  That last point probably won't make any
18404 sense if you are using a nntp or nnimap back end.
18405
18406 @node Agent Expiry
18407 @subsection Agent Expiry
18408
18409 @vindex gnus-agent-expire-days
18410 @findex gnus-agent-expire
18411 @kindex M-x gnus-agent-expire
18412 @kindex M-x gnus-agent-expire-group
18413 @findex gnus-agent-expire-group
18414 @cindex agent expiry
18415 @cindex Gnus agent expiry
18416 @cindex expiry
18417
18418 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18419 least it doesn't handle it like other back ends.  Instead, there are
18420 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18421 commands that will expire all read articles that are older than
18422 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18423 that you're running out of space.  Neither are particularly fast or
18424 efficient, and it's not a particularly good idea to interrupt them (with
18425 @kbd{C-g} or anything else) once you've started one of them.
18426
18427 Note that other functions, e.g. @code{gnus-request-expire-articles},
18428 might run @code{gnus-agent-expire} for you to keep the agent
18429 synchronized with the group.
18430
18431 The agent parameter @code{agent-enable-expiration} may be used to
18432 prevent expiration in selected groups.
18433
18434 @vindex gnus-agent-expire-all
18435 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18436 expiration commands will expire all articles---unread, read, ticked
18437 and dormant.  If @code{nil} (which is the default), only read articles
18438 are eligible for expiry, and unread, ticked and dormant articles will
18439 be kept indefinitely.
18440
18441 If you find that some articles eligible for expiry are never expired,
18442 perhaps some Gnus Agent files are corrupted.  There's are special
18443 commands, @code{gnus-agent-regenerate} and
18444 @code{gnus-agent-regenerate-group}, to fix possible problems.
18445
18446 @node Agent Regeneration
18447 @subsection Agent Regeneration
18448
18449 @cindex agent regeneration
18450 @cindex Gnus agent regeneration
18451 @cindex regeneration
18452
18453 The local data structures used by @code{nnagent} may become corrupted
18454 due to certain exceptional conditions.  When this happens,
18455 @code{nnagent} functionality may degrade or even fail.  The solution
18456 to this problem is to repair the local data structures by removing all
18457 internal inconsistencies.
18458
18459 For example, if your connection to your server is lost while
18460 downloaded articles into the agent, the local data structures will not
18461 know about articles successfully downloaded prior to the connection
18462 failure.  Running @code{gnus-agent-regenerate} or
18463 @code{gnus-agent-regenerate-group} will update the data structures
18464 such that you don't need to download these articles a second time.
18465
18466 @findex gnus-agent-regenerate
18467 @kindex M-x gnus-agent-regenerate
18468 The command @code{gnus-agent-regenerate} will perform
18469 @code{gnus-agent-regenerate-group} on every agentized group.  While
18470 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18471 recommended that you first close all summary buffers.
18472
18473 @findex gnus-agent-regenerate-group
18474 @kindex M-x gnus-agent-regenerate-group
18475 The command @code{gnus-agent-regenerate-group} uses the local copies
18476 of individual articles to repair the local @acronym{NOV}(header) database.  It
18477 then updates the internal data structures that document which articles
18478 are stored locally.  An optional argument will mark articles in the
18479 agent as unread.
18480
18481 @node Agent and IMAP
18482 @subsection Agent and IMAP
18483
18484 The Agent works with any Gnus back end, including nnimap.  However,
18485 since there are some conceptual differences between @acronym{NNTP} and
18486 @acronym{IMAP}, this section (should) provide you with some information to
18487 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18488
18489 The first thing to keep in mind is that all flags (read, ticked, etc)
18490 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18491 case for nntp.  Thus Gnus need to remember flag changes when
18492 disconnected, and synchronize these flags when you plug back in.
18493
18494 Gnus keeps track of flag changes when reading nnimap groups under the
18495 Agent.  When you plug back in, Gnus will check if you have any changed
18496 any flags and ask if you wish to synchronize these with the server.
18497 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18498
18499 @vindex gnus-agent-synchronize-flags
18500 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18501 never automatically synchronize flags.  If it is @code{ask}, which is
18502 the default, the Agent will check if you made any changes and if so
18503 ask if you wish to synchronize these when you re-connect.  If it has
18504 any other value, all flags will be synchronized automatically.
18505
18506 If you do not wish to synchronize flags automatically when you
18507 re-connect, you can do it manually with the
18508 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18509 in the group buffer.
18510
18511 Some things are currently not implemented in the Agent that you'd might
18512 expect from a disconnected @acronym{IMAP} client, including:
18513
18514 @itemize @bullet
18515
18516 @item
18517 Copying/moving articles into nnimap groups when unplugged.
18518
18519 @item
18520 Creating/deleting nnimap groups when unplugged.
18521
18522 @end itemize
18523
18524 Technical note: the synchronization algorithm does not work by ``pushing''
18525 all local flags to the server, but rather incrementally update the
18526 server view of flags by changing only those flags that were changed by
18527 the user.  Thus, if you set one flag on an article, quit the group and
18528 re-select the group and remove the flag; the flag will be set and
18529 removed from the server when you ``synchronize''.  The queued flag
18530 operations can be found in the per-server @code{flags} file in the Agent
18531 directory.  It's emptied when you synchronize flags.
18532
18533
18534 @node Outgoing Messages
18535 @subsection Outgoing Messages
18536
18537 By default, when Gnus is unplugged, all outgoing messages (both mail
18538 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
18539 You can view them there after posting, and edit them at will.
18540
18541 You can control the circumstances under which outgoing mail is queued
18542 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
18543 news is always queued when Gnus is unplugged, and never otherwise.
18544
18545 You can send the messages either from the draft group with the special
18546 commands available there, or you can use the @kbd{J S} command in the
18547 group buffer to send all the sendable messages in the draft group.
18548 Posting news will only work when Gnus is plugged, but you can send
18549 mail at any time.
18550
18551 If sending mail while unplugged does not work for you and you worry
18552 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
18553 ask you to confirm your action (see
18554 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
18555
18556 @node Agent Variables
18557 @subsection Agent Variables
18558
18559 @table @code
18560 @item gnus-agent
18561 @vindex gnus-agent
18562 Is the agent enabled?  The default is @code{t}.  When first enabled,
18563 the agent will use @code{gnus-agent-auto-agentize-methods} to
18564 automatically mark some backends as agentized.  You may change which
18565 backends are agentized using the agent commands in the server buffer.
18566
18567 To enter the server buffer, use the @kbd{^}
18568 (@code{gnus-group-enter-server-mode}) command in the group buffer.
18569
18570
18571 @item gnus-agent-directory
18572 @vindex gnus-agent-directory
18573 Where the Gnus Agent will store its files.  The default is
18574 @file{~/News/agent/}.
18575
18576 @item gnus-agent-handle-level
18577 @vindex gnus-agent-handle-level
18578 Groups on levels (@pxref{Group Levels}) higher than this variable will
18579 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18580 which means that only subscribed group will be considered by the Agent
18581 by default.
18582
18583 @item gnus-agent-plugged-hook
18584 @vindex gnus-agent-plugged-hook
18585 Hook run when connecting to the network.
18586
18587 @item gnus-agent-unplugged-hook
18588 @vindex gnus-agent-unplugged-hook
18589 Hook run when disconnecting from the network.
18590
18591 @item gnus-agent-fetched-hook
18592 @vindex gnus-agent-fetched-hook
18593 Hook run when finished fetching articles.
18594
18595 @item gnus-agent-cache
18596 @vindex gnus-agent-cache
18597 Variable to control whether use the locally stored @acronym{NOV} and
18598 articles when plugged, e.g. essentially using the Agent as a cache.
18599 The default is non-@code{nil}, which means to use the Agent as a cache.
18600
18601 @item gnus-agent-go-online
18602 @vindex gnus-agent-go-online
18603 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18604 automatically switch offline servers into online status.  If it is
18605 @code{ask}, the default, the Agent will ask if you wish to switch
18606 offline servers into online status when you re-connect.  If it has any
18607 other value, all offline servers will be automatically switched into
18608 online status.
18609
18610 @item gnus-agent-mark-unread-after-downloaded
18611 @vindex gnus-agent-mark-unread-after-downloaded
18612 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18613 mark articles as unread after downloading.  This is usually a safe
18614 thing to do as the newly downloaded article has obviously not been
18615 read.  The default is t.
18616
18617 @item gnus-agent-consider-all-articles
18618 @vindex gnus-agent-consider-all-articles
18619 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18620 agent will let the agent predicate decide whether articles need to be
18621 downloaded or not, for all articles.  When @code{nil}, the default,
18622 the agent will only let the predicate decide whether unread articles
18623 are downloaded or not.  If you enable this, you may also want to look
18624 into the agent expiry settings (@pxref{Category Variables}), so that
18625 the agent doesn't download articles which the agent will later expire,
18626 over and over again.
18627
18628 @item gnus-agent-max-fetch-size
18629 @vindex gnus-agent-max-fetch-size
18630 The agent fetches articles into a temporary buffer prior to parsing
18631 them into individual files.  To avoid exceeding the max. buffer size,
18632 the agent alternates between fetching and parsing until all articles
18633 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18634 limit to control how often the cycling occurs.  A large value improves
18635 performance.  A small value minimizes the time lost should the
18636 connection be lost while fetching (You may need to run
18637 @code{gnus-agent-regenerate-group} to update the group's state.
18638 However, all articles parsed prior to loosing the connection will be
18639 available while unplugged).  The default is 10M so it is unusual to
18640 see any cycling.
18641
18642 @item gnus-server-unopen-status
18643 @vindex gnus-server-unopen-status
18644 Perhaps not an Agent variable, but closely related to the Agent, this
18645 variable says what will happen if Gnus cannot open a server.  If the
18646 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18647 whether to deny the server or whether to unplug the agent.  If the
18648 Agent is disabled, Gnus always simply deny the server.  Other choices
18649 for this variable include @code{denied} and @code{offline} the latter
18650 is only valid if the Agent is used.
18651
18652 @item gnus-auto-goto-ignores
18653 @vindex gnus-auto-goto-ignores
18654 Another variable that isn't an Agent variable, yet so closely related
18655 that most will look for it here, this variable tells the summary
18656 buffer how to maneuver around undownloaded (only headers stored in the
18657 agent) and unfetched (neither article nor headers stored) articles.
18658
18659 The legal values are @code{nil} (maneuver to any article),
18660 @code{undownloaded} (maneuvering while unplugged ignores articles that
18661 have not been fetched), @code{always-undownloaded} (maneuvering always
18662 ignores articles that have not been fetched), @code{unfetched}
18663 (maneuvering ignores articles whose headers have not been fetched).
18664
18665 @item gnus-agent-queue-mail
18666 @vindex gnus-agent-queue-mail
18667 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
18668 queue mail rather than sending it straight away.  When @code{t}, Gnus
18669 will queue mail when unplugged only.  When @code{nil}, never queue
18670 mail.  The default is @code{t}.
18671
18672 @item gnus-agent-prompt-send-queue
18673 @vindex gnus-agent-prompt-send-queue
18674 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
18675 prompt you to confirm that you really wish to proceed if you hit
18676 @kbd{J S} while unplugged.  The default is @code{nil}.
18677
18678 @item gnus-agent-auto-agentize-methods
18679 @vindex gnus-agent-auto-agentize-methods
18680 If you have never used the Agent before (or more technically, if
18681 @file{~/News/agent/lib/servers} does not exist), Gnus will
18682 automatically agentize a few servers for you.  This variable control
18683 which backends should be auto-agentized.  It is typically only useful
18684 to agentize remote backends.  The auto-agentizing has the same effect
18685 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
18686 If the file exist, you must manage the servers manually by adding or
18687 removing them, this variable is only applicable the first time you
18688 start Gnus.  The default is @samp{(nntp nnimap)}.
18689
18690 @end table
18691
18692
18693 @node Example Setup
18694 @subsection Example Setup
18695
18696 If you don't want to read this manual, and you have a fairly standard
18697 setup, you may be able to use something like the following as your
18698 @file{~/.gnus.el} file to get started.
18699
18700 @lisp
18701 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18702 ;;; @r{from your ISP's server.}
18703 (setq gnus-select-method '(nntp "news.your-isp.com"))
18704
18705 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18706 ;;; @r{your ISP's @acronym{POP} server.}
18707 (setq mail-sources '((pop :server "pop.your-isp.com")))
18708
18709 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18710 (setq gnus-secondary-select-methods '((nnml "")))
18711
18712 ;;; @r{Make Gnus into an offline newsreader.}
18713 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18714 ;;; (setq gnus-agent t) ; @r{Now the default.}
18715 @end lisp
18716
18717 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18718 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18719 gnus}.
18720
18721 If this is the first time you've run Gnus, you will be subscribed
18722 automatically to a few default newsgroups.  You'll probably want to
18723 subscribe to more groups, and to do that, you have to query the
18724 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18725 command.  This usually takes quite a while, but you only have to do it
18726 once.
18727
18728 After reading and parsing a while, you'll be presented with a list of
18729 groups.  Subscribe to the ones you want to read with the @kbd{u}
18730 command.  @kbd{l} to make all the killed groups disappear after you've
18731 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18732 back all the killed groups.)
18733
18734 You can now read the groups at once, or you can download the articles
18735 with the @kbd{J s} command.  And then read the rest of this manual to
18736 find out which of the other gazillion things you want to customize.
18737
18738
18739 @node Batching Agents
18740 @subsection Batching Agents
18741 @findex gnus-agent-batch
18742
18743 Having the Gnus Agent fetch articles (and post whatever messages you've
18744 written) is quite easy once you've gotten things set up properly.  The
18745 following shell script will do everything that is necessary:
18746
18747 You can run a complete batch command from the command line with the
18748 following incantation:
18749
18750 @example
18751 #!/bin/sh
18752 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18753 @end example
18754
18755
18756 @node Agent Caveats
18757 @subsection Agent Caveats
18758
18759 The Gnus Agent doesn't seem to work like most other offline
18760 newsreaders.  Here are some common questions that some imaginary people
18761 may ask:
18762
18763 @table @dfn
18764 @item If I read an article while plugged, do they get entered into the Agent?
18765
18766 @strong{No}.  If you want this behaviour, add
18767 @code{gnus-agent-fetch-selected-article} to
18768 @code{gnus-select-article-hook}.
18769
18770 @item If I read an article while plugged, and the article already exists in
18771 the Agent, will it get downloaded once more?
18772
18773 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18774
18775 @end table
18776
18777 In short, when Gnus is unplugged, it only looks into the locally stored
18778 articles; when it's plugged, it talks to your ISP and may also use the
18779 locally stored articles.
18780
18781
18782 @node Scoring
18783 @chapter Scoring
18784 @cindex scoring
18785
18786 Other people use @dfn{kill files}, but we here at Gnus Towers like
18787 scoring better than killing, so we'd rather switch than fight.  They do
18788 something completely different as well, so sit up straight and pay
18789 attention!
18790
18791 @vindex gnus-summary-mark-below
18792 All articles have a default score (@code{gnus-summary-default-score}),
18793 which is 0 by default.  This score may be raised or lowered either
18794 interactively or by score files.  Articles that have a score lower than
18795 @code{gnus-summary-mark-below} are marked as read.
18796
18797 Gnus will read any @dfn{score files} that apply to the current group
18798 before generating the summary buffer.
18799
18800 There are several commands in the summary buffer that insert score
18801 entries based on the current article.  You can, for instance, ask Gnus to
18802 lower or increase the score of all articles with a certain subject.
18803
18804 There are two sorts of scoring entries: Permanent and temporary.
18805 Temporary score entries are self-expiring entries.  Any entries that are
18806 temporary and have not been used for, say, a week, will be removed
18807 silently to help keep the sizes of the score files down.
18808
18809 @menu
18810 * Summary Score Commands::      Adding score entries for the current group.
18811 * Group Score Commands::        General score commands.
18812 * Score Variables::             Customize your scoring.  (My, what terminology).
18813 * Score File Format::           What a score file may contain.
18814 * Score File Editing::          You can edit score files by hand as well.
18815 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18816 * Home Score File::             How to say where new score entries are to go.
18817 * Followups To Yourself::       Having Gnus notice when people answer you.
18818 * Scoring On Other Headers::    Scoring on non-standard headers.
18819 * Scoring Tips::                How to score effectively.
18820 * Reverse Scoring::             That problem child of old is not problem.
18821 * Global Score Files::          Earth-spanning, ear-splitting score files.
18822 * Kill Files::                  They are still here, but they can be ignored.
18823 * Converting Kill Files::       Translating kill files to score files.
18824 * Advanced Scoring::            Using logical expressions to build score rules.
18825 * Score Decays::                It can be useful to let scores wither away.
18826 @end menu
18827
18828
18829 @node Summary Score Commands
18830 @section Summary Score Commands
18831 @cindex score commands
18832
18833 The score commands that alter score entries do not actually modify real
18834 score files.  That would be too inefficient.  Gnus maintains a cache of
18835 previously loaded score files, one of which is considered the
18836 @dfn{current score file alist}.  The score commands simply insert
18837 entries into this list, and upon group exit, this list is saved.
18838
18839 The current score file is by default the group's local score file, even
18840 if no such score file actually exists.  To insert score commands into
18841 some other score file (e.g. @file{all.SCORE}), you must first make this
18842 score file the current one.
18843
18844 General score commands that don't actually change the score file:
18845
18846 @table @kbd
18847
18848 @item V s
18849 @kindex V s (Summary)
18850 @findex gnus-summary-set-score
18851 Set the score of the current article (@code{gnus-summary-set-score}).
18852
18853 @item V S
18854 @kindex V S (Summary)
18855 @findex gnus-summary-current-score
18856 Display the score of the current article
18857 (@code{gnus-summary-current-score}).
18858
18859 @item V t
18860 @kindex V t (Summary)
18861 @findex gnus-score-find-trace
18862 Display all score rules that have been used on the current article
18863 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18864 may type @kbd{e} to edit score file corresponding to the score rule on
18865 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
18866 score file and edit it.
18867
18868 @item V w
18869 @kindex V w (Summary)
18870 @findex gnus-score-find-favourite-words
18871 List words used in scoring (@code{gnus-score-find-favourite-words}).
18872
18873 @item V R
18874 @kindex V R (Summary)
18875 @findex gnus-summary-rescore
18876 Run the current summary through the scoring process
18877 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18878 around with your score files behind Gnus' back and want to see the
18879 effect you're having.
18880
18881 @item V c
18882 @kindex V c (Summary)
18883 @findex gnus-score-change-score-file
18884 Make a different score file the current
18885 (@code{gnus-score-change-score-file}).
18886
18887 @item V e
18888 @kindex V e (Summary)
18889 @findex gnus-score-edit-current-scores
18890 Edit the current score file (@code{gnus-score-edit-current-scores}).
18891 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18892 File Editing}).
18893
18894 @item V f
18895 @kindex V f (Summary)
18896 @findex gnus-score-edit-file
18897 Edit a score file and make this score file the current one
18898 (@code{gnus-score-edit-file}).
18899
18900 @item V F
18901 @kindex V F (Summary)
18902 @findex gnus-score-flush-cache
18903 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18904 after editing score files.
18905
18906 @item V C
18907 @kindex V C (Summary)
18908 @findex gnus-score-customize
18909 Customize a score file in a visually pleasing manner
18910 (@code{gnus-score-customize}).
18911
18912 @end table
18913
18914 The rest of these commands modify the local score file.
18915
18916 @table @kbd
18917
18918 @item V m
18919 @kindex V m (Summary)
18920 @findex gnus-score-set-mark-below
18921 Prompt for a score, and mark all articles with a score below this as
18922 read (@code{gnus-score-set-mark-below}).
18923
18924 @item V x
18925 @kindex V x (Summary)
18926 @findex gnus-score-set-expunge-below
18927 Prompt for a score, and add a score rule to the current score file to
18928 expunge all articles below this score
18929 (@code{gnus-score-set-expunge-below}).
18930 @end table
18931
18932 The keystrokes for actually making score entries follow a very regular
18933 pattern, so there's no need to list all the commands.  (Hundreds of
18934 them.)
18935
18936 @findex gnus-summary-increase-score
18937 @findex gnus-summary-lower-score
18938
18939 @enumerate
18940 @item
18941 The first key is either @kbd{I} (upper case i) for increasing the score
18942 or @kbd{L} for lowering the score.
18943 @item
18944 The second key says what header you want to score on.  The following
18945 keys are available:
18946 @table @kbd
18947
18948 @item a
18949 Score on the author name.
18950
18951 @item s
18952 Score on the subject line.
18953
18954 @item x
18955 Score on the @code{Xref} line---i.e., the cross-posting line.
18956
18957 @item r
18958 Score on the @code{References} line.
18959
18960 @item d
18961 Score on the date.
18962
18963 @item l
18964 Score on the number of lines.
18965
18966 @item i
18967 Score on the @code{Message-ID} header.
18968
18969 @item e
18970 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18971 if your @acronym{NNTP} server tracks additional header data in overviews.
18972
18973 @item f
18974 Score on followups---this matches the author name, and adds scores to
18975 the followups to this author.  (Using this key leads to the creation of
18976 @file{ADAPT} files.)
18977
18978 @item b
18979 Score on the body.
18980
18981 @item h
18982 Score on the head.
18983
18984 @item t
18985 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18986 files.)
18987
18988 @end table
18989
18990 @item
18991 The third key is the match type.  Which match types are valid depends on
18992 what headers you are scoring on.
18993
18994 @table @code
18995
18996 @item strings
18997
18998 @table @kbd
18999
19000 @item e
19001 Exact matching.
19002
19003 @item s
19004 Substring matching.
19005
19006 @item f
19007 Fuzzy matching (@pxref{Fuzzy Matching}).
19008
19009 @item r
19010 Regexp matching
19011 @end table
19012
19013 @item date
19014 @table @kbd
19015
19016 @item b
19017 Before date.
19018
19019 @item a
19020 After date.
19021
19022 @item n
19023 This date.
19024 @end table
19025
19026 @item number
19027 @table @kbd
19028
19029 @item <
19030 Less than number.
19031
19032 @item =
19033 Equal to number.
19034
19035 @item >
19036 Greater than number.
19037 @end table
19038 @end table
19039
19040 @item
19041 The fourth and usually final key says whether this is a temporary (i.e.,
19042 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
19043 or whether it is to be done immediately, without adding to the score
19044 file.
19045 @table @kbd
19046
19047 @item t
19048 Temporary score entry.
19049
19050 @item p
19051 Permanent score entry.
19052
19053 @item i
19054 Immediately scoring.
19055 @end table
19056
19057 @item
19058 If you are scoring on `e' (extra) headers, you will then be prompted for
19059 the header name on which you wish to score.  This must be a header named
19060 in gnus-extra-headers, and @samp{TAB} completion is available.
19061
19062 @end enumerate
19063
19064 So, let's say you want to increase the score on the current author with
19065 exact matching permanently: @kbd{I a e p}.  If you want to lower the
19066 score based on the subject line, using substring matching, and make a
19067 temporary score entry: @kbd{L s s t}.  Pretty easy.
19068
19069 To make things a bit more complicated, there are shortcuts.  If you use
19070 a capital letter on either the second or third keys, Gnus will use
19071 defaults for the remaining one or two keystrokes.  The defaults are
19072 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
19073 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
19074
19075 These functions take both the numerical prefix and the symbolic prefix
19076 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
19077 (or increase) the score of the article.  A symbolic prefix of @code{a}
19078 says to use the @file{all.SCORE} file for the command instead of the
19079 current score file.
19080
19081 @vindex gnus-score-mimic-keymap
19082 The @code{gnus-score-mimic-keymap} says whether these commands will
19083 pretend they are keymaps or not.
19084
19085
19086 @node Group Score Commands
19087 @section Group Score Commands
19088 @cindex group score commands
19089
19090 There aren't many of these as yet, I'm afraid.
19091
19092 @table @kbd
19093
19094 @item W e
19095 @kindex W e (Group)
19096 @findex gnus-score-edit-all-score
19097 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
19098 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19099
19100 @item W f
19101 @kindex W f (Group)
19102 @findex gnus-score-flush-cache
19103 Gnus maintains a cache of score alists to avoid having to reload them
19104 all the time.  This command will flush the cache
19105 (@code{gnus-score-flush-cache}).
19106
19107 @end table
19108
19109 You can do scoring from the command line by saying something like:
19110
19111 @findex gnus-batch-score
19112 @cindex batch scoring
19113 @example
19114 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19115 @end example
19116
19117
19118 @node Score Variables
19119 @section Score Variables
19120 @cindex score variables
19121
19122 @table @code
19123
19124 @item gnus-use-scoring
19125 @vindex gnus-use-scoring
19126 If @code{nil}, Gnus will not check for score files, and will not, in
19127 general, do any score-related work.  This is @code{t} by default.
19128
19129 @item gnus-kill-killed
19130 @vindex gnus-kill-killed
19131 If this variable is @code{nil}, Gnus will never apply score files to
19132 articles that have already been through the kill process.  While this
19133 may save you lots of time, it also means that if you apply a kill file
19134 to a group, and then change the kill file and want to run it over you
19135 group again to kill more articles, it won't work.  You have to set this
19136 variable to @code{t} to do that.  (It is @code{t} by default.)
19137
19138 @item gnus-kill-files-directory
19139 @vindex gnus-kill-files-directory
19140 All kill and score files will be stored in this directory, which is
19141 initialized from the @env{SAVEDIR} environment variable by default.
19142 This is @file{~/News/} by default.
19143
19144 @item gnus-score-file-suffix
19145 @vindex gnus-score-file-suffix
19146 Suffix to add to the group name to arrive at the score file name
19147 (@file{SCORE} by default.)
19148
19149 @item gnus-score-uncacheable-files
19150 @vindex gnus-score-uncacheable-files
19151 @cindex score cache
19152 All score files are normally cached to avoid excessive re-loading of
19153 score files.  However, if this might make your Emacs grow big and
19154 bloated, so this regexp can be used to weed out score files unlikely
19155 to be needed again.  It would be a bad idea to deny caching of
19156 @file{all.SCORE}, while it might be a good idea to not cache
19157 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19158 variable is @samp{ADAPT$} by default, so no adaptive score files will
19159 be cached.
19160
19161 @item gnus-save-score
19162 @vindex gnus-save-score
19163 If you have really complicated score files, and do lots of batch
19164 scoring, then you might set this variable to @code{t}.  This will make
19165 Gnus save the scores into the @file{.newsrc.eld} file.
19166
19167 If you do not set this to @code{t}, then manual scores (like those set
19168 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19169 across group visits.
19170
19171 @item gnus-score-interactive-default-score
19172 @vindex gnus-score-interactive-default-score
19173 Score used by all the interactive raise/lower commands to raise/lower
19174 score with.  Default is 1000, which may seem excessive, but this is to
19175 ensure that the adaptive scoring scheme gets enough room to play with.
19176 We don't want the small changes from the adaptive scoring to overwrite
19177 manually entered data.
19178
19179 @item gnus-summary-default-score
19180 @vindex gnus-summary-default-score
19181 Default score of an article, which is 0 by default.
19182
19183 @item gnus-summary-expunge-below
19184 @vindex gnus-summary-expunge-below
19185 Don't display the summary lines of articles that have scores lower than
19186 this variable.  This is @code{nil} by default, which means that no
19187 articles will be hidden.  This variable is local to the summary buffers,
19188 and has to be set from @code{gnus-summary-mode-hook}.
19189
19190 @item gnus-score-over-mark
19191 @vindex gnus-score-over-mark
19192 Mark (in the third column) used for articles with a score over the
19193 default.  Default is @samp{+}.
19194
19195 @item gnus-score-below-mark
19196 @vindex gnus-score-below-mark
19197 Mark (in the third column) used for articles with a score below the
19198 default.  Default is @samp{-}.
19199
19200 @item gnus-score-find-score-files-function
19201 @vindex gnus-score-find-score-files-function
19202 Function used to find score files for the current group.  This function
19203 is called with the name of the group as the argument.
19204
19205 Predefined functions available are:
19206 @table @code
19207
19208 @item gnus-score-find-single
19209 @findex gnus-score-find-single
19210 Only apply the group's own score file.
19211
19212 @item gnus-score-find-bnews
19213 @findex gnus-score-find-bnews
19214 Apply all score files that match, using bnews syntax.  This is the
19215 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19216 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19217 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19218 @samp{all} in the score file names are translated into @samp{.*}, and
19219 then a regexp match is done.
19220
19221 This means that if you have some score entries that you want to apply to
19222 all groups, then you put those entries in the @file{all.SCORE} file.
19223
19224 The score files are applied in a semi-random order, although Gnus will
19225 try to apply the more general score files before the more specific score
19226 files.  It does this by looking at the number of elements in the score
19227 file names---discarding the @samp{all} elements.
19228
19229 @item gnus-score-find-hierarchical
19230 @findex gnus-score-find-hierarchical
19231 Apply all score files from all the parent groups.  This means that you
19232 can't have score files like @file{all.SCORE}, but you can have
19233 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19234 server.
19235
19236 @end table
19237 This variable can also be a list of functions.  In that case, all
19238 these functions will be called with the group name as argument, and
19239 all the returned lists of score files will be applied.  These
19240 functions can also return lists of lists of score alists directly.  In
19241 that case, the functions that return these non-file score alists
19242 should probably be placed before the ``real'' score file functions, to
19243 ensure that the last score file returned is the local score file.
19244 Phu.
19245
19246 For example, to do hierarchical scoring but use a non-server-specific
19247 overall score file, you could use the value
19248 @example
19249 (list (lambda (group) ("all.SCORE"))
19250       'gnus-score-find-hierarchical)
19251 @end example
19252
19253 @item gnus-score-expiry-days
19254 @vindex gnus-score-expiry-days
19255 This variable says how many days should pass before an unused score file
19256 entry is expired.  If this variable is @code{nil}, no score file entries
19257 are expired.  It's 7 by default.
19258
19259 @item gnus-update-score-entry-dates
19260 @vindex gnus-update-score-entry-dates
19261 If this variable is non-@code{nil}, temporary score entries that have
19262 been triggered (matched) will have their dates updated.  (This is how Gnus
19263 controls expiry---all non-matched-entries will become too old while
19264 matched entries will stay fresh and young.)  However, if you set this
19265 variable to @code{nil}, even matched entries will grow old and will
19266 have to face that oh-so grim reaper.
19267
19268 @item gnus-score-after-write-file-function
19269 @vindex gnus-score-after-write-file-function
19270 Function called with the name of the score file just written.
19271
19272 @item gnus-score-thread-simplify
19273 @vindex gnus-score-thread-simplify
19274 If this variable is non-@code{nil}, article subjects will be
19275 simplified for subject scoring purposes in the same manner as with
19276 threading---according to the current value of
19277 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19278 @code{substring} or @code{exact} matching, the match will also be
19279 simplified in this manner.
19280
19281 @end table
19282
19283
19284 @node Score File Format
19285 @section Score File Format
19286 @cindex score file format
19287
19288 A score file is an @code{emacs-lisp} file that normally contains just a
19289 single form.  Casual users are not expected to edit these files;
19290 everything can be changed from the summary buffer.
19291
19292 Anyway, if you'd like to dig into it yourself, here's an example:
19293
19294 @lisp
19295 (("from"
19296   ("Lars Ingebrigtsen" -10000)
19297   ("Per Abrahamsen")
19298   ("larsi\\|lmi" -50000 nil R))
19299  ("subject"
19300   ("Ding is Badd" nil 728373))
19301  ("xref"
19302   ("alt.politics" -1000 728372 s))
19303  ("lines"
19304   (2 -100 nil <))
19305  (mark 0)
19306  (expunge -1000)
19307  (mark-and-expunge -10)
19308  (read-only nil)
19309  (orphan -10)
19310  (adapt t)
19311  (files "/hom/larsi/News/gnu.SCORE")
19312  (exclude-files "all.SCORE")
19313  (local (gnus-newsgroup-auto-expire t)
19314         (gnus-summary-make-false-root empty))
19315  (eval (ding)))
19316 @end lisp
19317
19318 This example demonstrates most score file elements.  @xref{Advanced
19319 Scoring}, for a different approach.
19320
19321 Even though this looks much like Lisp code, nothing here is actually
19322 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19323 has to be valid syntactically, if not semantically.
19324
19325 Six keys are supported by this alist:
19326
19327 @table @code
19328
19329 @item STRING
19330 If the key is a string, it is the name of the header to perform the
19331 match on.  Scoring can only be performed on these eight headers:
19332 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19333 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19334 these headers, there are three strings to tell Gnus to fetch the entire
19335 article and do the match on larger parts of the article: @code{Body}
19336 will perform the match on the body of the article, @code{Head} will
19337 perform the match on the head of the article, and @code{All} will
19338 perform the match on the entire article.  Note that using any of these
19339 last three keys will slow down group entry @emph{considerably}.  The
19340 final ``header'' you can score on is @code{Followup}.  These score
19341 entries will result in new score entries being added for all follow-ups
19342 to articles that matches these score entries.
19343
19344 Following this key is an arbitrary number of score entries, where each
19345 score entry has one to four elements.
19346 @enumerate
19347
19348 @item
19349 The first element is the @dfn{match element}.  On most headers this will
19350 be a string, but on the Lines and Chars headers, this must be an
19351 integer.
19352
19353 @item
19354 If the second element is present, it should be a number---the @dfn{score
19355 element}.  This number should be an integer in the neginf to posinf
19356 interval.  This number is added to the score of the article if the match
19357 is successful.  If this element is not present, the
19358 @code{gnus-score-interactive-default-score} number will be used
19359 instead.  This is 1000 by default.
19360
19361 @item
19362 If the third element is present, it should be a number---the @dfn{date
19363 element}.  This date says when the last time this score entry matched,
19364 which provides a mechanism for expiring the score entries.  It this
19365 element is not present, the score entry is permanent.  The date is
19366 represented by the number of days since December 31, 1 BCE.
19367
19368 @item
19369 If the fourth element is present, it should be a symbol---the @dfn{type
19370 element}.  This element specifies what function should be used to see
19371 whether this score entry matches the article.  What match types that can
19372 be used depends on what header you wish to perform the match on.
19373 @table @dfn
19374
19375 @item From, Subject, References, Xref, Message-ID
19376 For most header types, there are the @code{r} and @code{R} (regexp), as
19377 well as @code{s} and @code{S} (substring) types, and @code{e} and
19378 @code{E} (exact match), and @code{w} (word match) types.  If this
19379 element is not present, Gnus will assume that substring matching should
19380 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19381 that the matches will be done in a case-sensitive manner.  All these
19382 one-letter types are really just abbreviations for the @code{regexp},
19383 @code{string}, @code{exact}, and @code{word} types, which you can use
19384 instead, if you feel like.
19385
19386 @item Extra
19387 Just as for the standard string overview headers, if you are using
19388 gnus-extra-headers, you can score on these headers' values.  In this
19389 case, there is a 5th element in the score entry, being the name of the
19390 header to be scored.  The following entry is useful in your
19391 @file{all.SCORE} file in case of spam attacks from a single origin
19392 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19393 overviews:
19394
19395 @lisp
19396 ("111.222.333.444" -1000 nil s
19397  "NNTP-Posting-Host")
19398 @end lisp
19399
19400 @item Lines, Chars
19401 These two headers use different match types: @code{<}, @code{>},
19402 @code{=}, @code{>=} and @code{<=}.
19403
19404 These predicates are true if
19405
19406 @example
19407 (PREDICATE HEADER MATCH)
19408 @end example
19409
19410 evaluates to non-@code{nil}.  For instance, the advanced match
19411 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19412 following form:
19413
19414 @lisp
19415 (< header-value 4)
19416 @end lisp
19417
19418 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19419 the match, we get the score added if the article has less than 4 lines.
19420 (It's easy to get confused and think it's the other way around.  But
19421 it's not.  I think.)
19422
19423 When matching on @code{Lines}, be careful because some back ends (like
19424 @code{nndir}) do not generate @code{Lines} header, so every article ends
19425 up being marked as having 0 lines.  This can lead to strange results if
19426 you happen to lower score of the articles with few lines.
19427
19428 @item Date
19429 For the Date header we have three kinda silly match types:
19430 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19431 ever being useful, but, like, it would feel kinda silly not to provide
19432 this function.  Just in case.  You never know.  Better safe than sorry.
19433 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19434 sex on a first date.  (I have been told that at least one person, and I
19435 quote, ``found this function indispensable'', however.)
19436
19437 @cindex ISO8601
19438 @cindex date
19439 A more useful match type is @code{regexp}.  With it, you can match the
19440 date string using a regular expression.  The date is normalized to
19441 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19442 you want to match all articles that have been posted on April 1st in
19443 every year, you could use @samp{....0401.........} as a match string,
19444 for instance.  (Note that the date is kept in its original time zone, so
19445 this will match articles that were posted when it was April 1st where
19446 the article was posted from.  Time zones are such wholesome fun for the
19447 whole family, eh?)
19448
19449 @item Head, Body, All
19450 These three match keys use the same match types as the @code{From} (etc)
19451 header uses.
19452
19453 @item Followup
19454 This match key is somewhat special, in that it will match the
19455 @code{From} header, and affect the score of not only the matching
19456 articles, but also all followups to the matching articles.  This allows
19457 you e.g. increase the score of followups to your own articles, or
19458 decrease the score of followups to the articles of some known
19459 trouble-maker.  Uses the same match types as the @code{From} header
19460 uses.  (Using this match key will lead to creation of @file{ADAPT}
19461 files.)
19462
19463 @item Thread
19464 This match key works along the same lines as the @code{Followup} match
19465 key.  If you say that you want to score on a (sub-)thread started by an
19466 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19467 match.  This will add a new @samp{thread} match for each article that
19468 has @var{x} in its @code{References} header.  (These new @samp{thread}
19469 matches will use the @code{Message-ID}s of these matching articles.)
19470 This will ensure that you can raise/lower the score of an entire thread,
19471 even though some articles in the thread may not have complete
19472 @code{References} headers.  Note that using this may lead to
19473 undeterministic scores of the articles in the thread.  (Using this match
19474 key will lead to creation of @file{ADAPT} files.)
19475 @end table
19476 @end enumerate
19477
19478 @cindex score file atoms
19479 @item mark
19480 The value of this entry should be a number.  Any articles with a score
19481 lower than this number will be marked as read.
19482
19483 @item expunge
19484 The value of this entry should be a number.  Any articles with a score
19485 lower than this number will be removed from the summary buffer.
19486
19487 @item mark-and-expunge
19488 The value of this entry should be a number.  Any articles with a score
19489 lower than this number will be marked as read and removed from the
19490 summary buffer.
19491
19492 @item thread-mark-and-expunge
19493 The value of this entry should be a number.  All articles that belong to
19494 a thread that has a total score below this number will be marked as read
19495 and removed from the summary buffer.  @code{gnus-thread-score-function}
19496 says how to compute the total score for a thread.
19497
19498 @item files
19499 The value of this entry should be any number of file names.  These files
19500 are assumed to be score files as well, and will be loaded the same way
19501 this one was.
19502
19503 @item exclude-files
19504 The clue of this entry should be any number of files.  These files will
19505 not be loaded, even though they would normally be so, for some reason or
19506 other.
19507
19508 @item eval
19509 The value of this entry will be @code{eval}el.  This element will be
19510 ignored when handling global score files.
19511
19512 @item read-only
19513 Read-only score files will not be updated or saved.  Global score files
19514 should feature this atom (@pxref{Global Score Files}).  (Note:
19515 @dfn{Global} here really means @dfn{global}; not your personal
19516 apply-to-all-groups score files.)
19517
19518 @item orphan
19519 The value of this entry should be a number.  Articles that do not have
19520 parents will get this number added to their scores.  Imagine you follow
19521 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19522 will only follow a few of the threads, also want to see any new threads.
19523
19524 You can do this with the following two score file entries:
19525
19526 @example
19527         (orphan -500)
19528         (mark-and-expunge -100)
19529 @end example
19530
19531 When you enter the group the first time, you will only see the new
19532 threads.  You then raise the score of the threads that you find
19533 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19534 rest.  Next time you enter the group, you will see new articles in the
19535 interesting threads, plus any new threads.
19536
19537 I.e.---the orphan score atom is for high-volume groups where a few
19538 interesting threads which can't be found automatically by ordinary
19539 scoring rules exist.
19540
19541 @item adapt
19542 This entry controls the adaptive scoring.  If it is @code{t}, the
19543 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19544 adaptive scoring will be performed on this group.  If it is a list, this
19545 list will be used as the adaptive scoring rules.  If it isn't present,
19546 or is something other than @code{t} or @code{ignore}, the default
19547 adaptive scoring rules will be used.  If you want to use adaptive
19548 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19549 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19550 not want adaptive scoring.  If you only want adaptive scoring in a few
19551 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19552 insert @code{(adapt t)} in the score files of the groups where you want
19553 it.
19554
19555 @item adapt-file
19556 All adaptive score entries will go to the file named by this entry.  It
19557 will also be applied when entering the group.  This atom might be handy
19558 if you want to adapt on several groups at once, using the same adaptive
19559 file for a number of groups.
19560
19561 @item local
19562 @cindex local variables
19563 The value of this entry should be a list of @code{(@var{var}
19564 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19565 current summary buffer, and set to the value specified.  This is a
19566 convenient, if somewhat strange, way of setting variables in some
19567 groups if you don't like hooks much.  Note that the @var{value} won't
19568 be evaluated.
19569 @end table
19570
19571
19572 @node Score File Editing
19573 @section Score File Editing
19574
19575 You normally enter all scoring commands from the summary buffer, but you
19576 might feel the urge to edit them by hand as well, so we've supplied you
19577 with a mode for that.
19578
19579 It's simply a slightly customized @code{emacs-lisp} mode, with these
19580 additional commands:
19581
19582 @table @kbd
19583
19584 @item C-c C-c
19585 @kindex C-c C-c (Score)
19586 @findex gnus-score-edit-done
19587 Save the changes you have made and return to the summary buffer
19588 (@code{gnus-score-edit-done}).
19589
19590 @item C-c C-d
19591 @kindex C-c C-d (Score)
19592 @findex gnus-score-edit-insert-date
19593 Insert the current date in numerical format
19594 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19595 you were wondering.
19596
19597 @item C-c C-p
19598 @kindex C-c C-p (Score)
19599 @findex gnus-score-pretty-print
19600 The adaptive score files are saved in an unformatted fashion.  If you
19601 intend to read one of these files, you want to @dfn{pretty print} it
19602 first.  This command (@code{gnus-score-pretty-print}) does that for
19603 you.
19604
19605 @end table
19606
19607 Type @kbd{M-x gnus-score-mode} to use this mode.
19608
19609 @vindex gnus-score-mode-hook
19610 @code{gnus-score-menu-hook} is run in score mode buffers.
19611
19612 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
19613 @kbd{V t} to begin editing score files.
19614
19615
19616 @node Adaptive Scoring
19617 @section Adaptive Scoring
19618 @cindex adaptive scoring
19619
19620 If all this scoring is getting you down, Gnus has a way of making it all
19621 happen automatically---as if by magic.  Or rather, as if by artificial
19622 stupidity, to be precise.
19623
19624 @vindex gnus-use-adaptive-scoring
19625 When you read an article, or mark an article as read, or kill an
19626 article, you leave marks behind.  On exit from the group, Gnus can sniff
19627 these marks and add score elements depending on what marks it finds.
19628 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19629 @code{t} or @code{(line)}.  If you want score adaptively on separate
19630 words appearing in the subjects, you should set this variable to
19631 @code{(word)}.  If you want to use both adaptive methods, set this
19632 variable to @code{(word line)}.
19633
19634 @vindex gnus-default-adaptive-score-alist
19635 To give you complete control over the scoring process, you can customize
19636 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19637 might look something like this:
19638
19639 @lisp
19640 (setq gnus-default-adaptive-score-alist
19641   '((gnus-unread-mark)
19642     (gnus-ticked-mark (from 4))
19643     (gnus-dormant-mark (from 5))
19644     (gnus-del-mark (from -4) (subject -1))
19645     (gnus-read-mark (from 4) (subject 2))
19646     (gnus-expirable-mark (from -1) (subject -1))
19647     (gnus-killed-mark (from -1) (subject -3))
19648     (gnus-kill-file-mark)
19649     (gnus-ancient-mark)
19650     (gnus-low-score-mark)
19651     (gnus-catchup-mark (from -1) (subject -1))))
19652 @end lisp
19653
19654 As you see, each element in this alist has a mark as a key (either a
19655 variable name or a ``real'' mark---a character).  Following this key is
19656 a arbitrary number of header/score pairs.  If there are no header/score
19657 pairs following the key, no adaptive scoring will be done on articles
19658 that have that key as the article mark.  For instance, articles with
19659 @code{gnus-unread-mark} in the example above will not get adaptive score
19660 entries.
19661
19662 Each article can have only one mark, so just a single of these rules
19663 will be applied to each article.
19664
19665 To take @code{gnus-del-mark} as an example---this alist says that all
19666 articles that have that mark (i.e., are marked with @samp{e}) will have a
19667 score entry added to lower based on the @code{From} header by -4, and
19668 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19669
19670 If you have marked 10 articles with the same subject with
19671 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19672 That means that that subject will get a score of ten times -1, which
19673 should be, unless I'm much mistaken, -10.
19674
19675 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19676 the read articles will be marked with the @samp{E} mark.  This'll
19677 probably make adaptive scoring slightly impossible, so auto-expiring and
19678 adaptive scoring doesn't really mix very well.
19679
19680 The headers you can score on are @code{from}, @code{subject},
19681 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19682 @code{chars} and @code{date}.  In addition, you can score on
19683 @code{followup}, which will create an adaptive score entry that matches
19684 on the @code{References} header using the @code{Message-ID} of the
19685 current article, thereby matching the following thread.
19686
19687 If you use this scheme, you should set the score file atom @code{mark}
19688 to something small---like -300, perhaps, to avoid having small random
19689 changes result in articles getting marked as read.
19690
19691 After using adaptive scoring for a week or so, Gnus should start to
19692 become properly trained and enhance the authors you like best, and kill
19693 the authors you like least, without you having to say so explicitly.
19694
19695 You can control what groups the adaptive scoring is to be performed on
19696 by using the score files (@pxref{Score File Format}).  This will also
19697 let you use different rules in different groups.
19698
19699 @vindex gnus-adaptive-file-suffix
19700 The adaptive score entries will be put into a file where the name is the
19701 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19702 is @file{ADAPT}.
19703
19704 @vindex gnus-score-exact-adapt-limit
19705 When doing adaptive scoring, substring or fuzzy matching would probably
19706 give you the best results in most cases.  However, if the header one
19707 matches is short, the possibility for false positives is great, so if
19708 the length of the match is less than
19709 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19710 this variable is @code{nil}, exact matching will always be used to avoid
19711 this problem.
19712
19713 @vindex gnus-default-adaptive-word-score-alist
19714 As mentioned above, you can adapt either on individual words or entire
19715 headers.  If you adapt on words, the
19716 @code{gnus-default-adaptive-word-score-alist} variable says what score
19717 each instance of a word should add given a mark.
19718
19719 @lisp
19720 (setq gnus-default-adaptive-word-score-alist
19721       `((,gnus-read-mark . 30)
19722         (,gnus-catchup-mark . -10)
19723         (,gnus-killed-mark . -20)
19724         (,gnus-del-mark . -15)))
19725 @end lisp
19726
19727 This is the default value.  If you have adaption on words enabled, every
19728 word that appears in subjects of articles marked with
19729 @code{gnus-read-mark} will result in a score rule that increase the
19730 score with 30 points.
19731
19732 @vindex gnus-default-ignored-adaptive-words
19733 @vindex gnus-ignored-adaptive-words
19734 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19735 will be ignored.  If you wish to add more words to be ignored, use the
19736 @code{gnus-ignored-adaptive-words} list instead.
19737
19738 @vindex gnus-adaptive-word-length-limit
19739 Some may feel that short words shouldn't count when doing adaptive
19740 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19741 an integer.  Words shorter than this number will be ignored.  This
19742 variable defaults to @code{nil}.
19743
19744 @vindex gnus-adaptive-word-syntax-table
19745 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19746 syntax table in effect.  It is similar to the standard syntax table, but
19747 it considers numbers to be non-word-constituent characters.
19748
19749 @vindex gnus-adaptive-word-minimum
19750 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19751 word scoring process will never bring down the score of an article to
19752 below this number.  The default is @code{nil}.
19753
19754 @vindex gnus-adaptive-word-no-group-words
19755 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19756 won't adaptively word score any of the words in the group name.  Useful
19757 for groups like @samp{comp.editors.emacs}, where most of the subject
19758 lines contain the word @samp{emacs}.
19759
19760 After using this scheme for a while, it might be nice to write a
19761 @code{gnus-psychoanalyze-user} command to go through the rules and see
19762 what words you like and what words you don't like.  Or perhaps not.
19763
19764 Note that the adaptive word scoring thing is highly experimental and is
19765 likely to change in the future.  Initial impressions seem to indicate
19766 that it's totally useless as it stands.  Some more work (involving more
19767 rigorous statistical methods) will have to be done to make this useful.
19768
19769
19770 @node Home Score File
19771 @section Home Score File
19772
19773 The score file where new score file entries will go is called the
19774 @dfn{home score file}.  This is normally (and by default) the score file
19775 for the group itself.  For instance, the home score file for
19776 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19777
19778 However, this may not be what you want.  It is often convenient to share
19779 a common home score file among many groups---all @samp{emacs} groups
19780 could perhaps use the same home score file.
19781
19782 @vindex gnus-home-score-file
19783 The variable that controls this is @code{gnus-home-score-file}.  It can
19784 be:
19785
19786 @enumerate
19787 @item
19788 A string.  Then this file will be used as the home score file for all
19789 groups.
19790
19791 @item
19792 A function.  The result of this function will be used as the home score
19793 file.  The function will be called with the name of the group as the
19794 parameter.
19795
19796 @item
19797 A list.  The elements in this list can be:
19798
19799 @enumerate
19800 @item
19801 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19802 group name, the @var{file-name} will be used as the home score file.
19803
19804 @item
19805 A function.  If the function returns non-@code{nil}, the result will
19806 be used as the home score file.
19807
19808 @item
19809 A string.  Use the string as the home score file.
19810 @end enumerate
19811
19812 The list will be traversed from the beginning towards the end looking
19813 for matches.
19814
19815 @end enumerate
19816
19817 So, if you want to use just a single score file, you could say:
19818
19819 @lisp
19820 (setq gnus-home-score-file
19821       "my-total-score-file.SCORE")
19822 @end lisp
19823
19824 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19825 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19826
19827 @findex gnus-hierarchial-home-score-file
19828 @lisp
19829 (setq gnus-home-score-file
19830       'gnus-hierarchial-home-score-file)
19831 @end lisp
19832
19833 This is a ready-made function provided for your convenience.
19834 Other functions include
19835
19836 @table @code
19837 @item gnus-current-home-score-file
19838 @findex gnus-current-home-score-file
19839 Return the ``current'' regular score file.  This will make scoring
19840 commands add entry to the ``innermost'' matching score file.
19841
19842 @end table
19843
19844 If you want to have one score file for the @samp{emacs} groups and
19845 another for the @samp{comp} groups, while letting all other groups use
19846 their own home score files:
19847
19848 @lisp
19849 (setq gnus-home-score-file
19850       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19851       '(("\\.emacs" "emacs.SCORE")
19852         ;; @r{All the comp groups in one score file}
19853         ("^comp" "comp.SCORE")))
19854 @end lisp
19855
19856 @vindex gnus-home-adapt-file
19857 @code{gnus-home-adapt-file} works exactly the same way as
19858 @code{gnus-home-score-file}, but says what the home adaptive score file
19859 is instead.  All new adaptive file entries will go into the file
19860 specified by this variable, and the same syntax is allowed.
19861
19862 In addition to using @code{gnus-home-score-file} and
19863 @code{gnus-home-adapt-file}, you can also use group parameters
19864 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19865 Parameters}) to achieve much the same.  Group and topic parameters take
19866 precedence over this variable.
19867
19868
19869 @node Followups To Yourself
19870 @section Followups To Yourself
19871
19872 Gnus offers two commands for picking out the @code{Message-ID} header in
19873 the current buffer.  Gnus will then add a score rule that scores using
19874 this @code{Message-ID} on the @code{References} header of other
19875 articles.  This will, in effect, increase the score of all articles that
19876 respond to the article in the current buffer.  Quite useful if you want
19877 to easily note when people answer what you've said.
19878
19879 @table @code
19880
19881 @item gnus-score-followup-article
19882 @findex gnus-score-followup-article
19883 This will add a score to articles that directly follow up your own
19884 article.
19885
19886 @item gnus-score-followup-thread
19887 @findex gnus-score-followup-thread
19888 This will add a score to all articles that appear in a thread ``below''
19889 your own article.
19890 @end table
19891
19892 @vindex message-sent-hook
19893 These two functions are both primarily meant to be used in hooks like
19894 @code{message-sent-hook}, like this:
19895 @lisp
19896 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19897 @end lisp
19898
19899
19900 If you look closely at your own @code{Message-ID}, you'll notice that
19901 the first two or three characters are always the same.  Here's two of
19902 mine:
19903
19904 @example
19905 <x6u3u47icf.fsf@@eyesore.no>
19906 <x6sp9o7ibw.fsf@@eyesore.no>
19907 @end example
19908
19909 So ``my'' ident on this machine is @samp{x6}.  This can be
19910 exploited---the following rule will raise the score on all followups to
19911 myself:
19912
19913 @lisp
19914 ("references"
19915  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19916   1000 nil r))
19917 @end lisp
19918
19919 Whether it's the first two or first three characters that are ``yours''
19920 is system-dependent.
19921
19922
19923 @node Scoring On Other Headers
19924 @section Scoring On Other Headers
19925 @cindex scoring on other headers
19926
19927 Gnus is quite fast when scoring the ``traditional''
19928 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19929 other headers requires writing a @code{head} scoring rule, which means
19930 that Gnus has to request every single article from the back end to find
19931 matches.  This takes a long time in big groups.
19932
19933 Now, there's not much you can do about this for news groups, but for
19934 mail groups, you have greater control.  In @ref{To From Newsgroups},
19935 it's explained in greater detail what this mechanism does, but here's
19936 a cookbook example for @code{nnml} on how to allow scoring on the
19937 @samp{To} and @samp{Cc} headers.
19938
19939 Put the following in your @file{~/.gnus.el} file.
19940
19941 @lisp
19942 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19943       nnmail-extra-headers gnus-extra-headers)
19944 @end lisp
19945
19946 Restart Gnus and rebuild your @code{nnml} overview files with the
19947 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19948 time if you have much mail.
19949
19950 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19951 so: @kbd{I e s p To RET <your name> RET}.
19952
19953 See?  Simple.
19954
19955
19956 @node Scoring Tips
19957 @section Scoring Tips
19958 @cindex scoring tips
19959
19960 @table @dfn
19961
19962 @item Crossposts
19963 @cindex crossposts
19964 @cindex scoring crossposts
19965 If you want to lower the score of crossposts, the line to match on is
19966 the @code{Xref} header.
19967 @lisp
19968 ("xref" (" talk.politics.misc:" -1000))
19969 @end lisp
19970
19971 @item Multiple crossposts
19972 If you want to lower the score of articles that have been crossposted to
19973 more than, say, 3 groups:
19974 @lisp
19975 ("xref"
19976   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19977    -1000 nil r))
19978 @end lisp
19979
19980 @item Matching on the body
19981 This is generally not a very good idea---it takes a very long time.
19982 Gnus actually has to fetch each individual article from the server.  But
19983 you might want to anyway, I guess.  Even though there are three match
19984 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19985 and stick with it in each score file.  If you use any two, each article
19986 will be fetched @emph{twice}.  If you want to match a bit on the
19987 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19988 the matches.
19989
19990 @item Marking as read
19991 You will probably want to mark articles that have scores below a certain
19992 number as read.  This is most easily achieved by putting the following
19993 in your @file{all.SCORE} file:
19994 @lisp
19995 ((mark -100))
19996 @end lisp
19997 You may also consider doing something similar with @code{expunge}.
19998
19999 @item Negated character classes
20000 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
20001 That will match newlines, which might lead to, well, The Unknown.  Say
20002 @code{[^abcd\n]*} instead.
20003 @end table
20004
20005
20006 @node Reverse Scoring
20007 @section Reverse Scoring
20008 @cindex reverse scoring
20009
20010 If you want to keep just articles that have @samp{Sex with Emacs} in the
20011 subject header, and expunge all other articles, you could put something
20012 like this in your score file:
20013
20014 @lisp
20015 (("subject"
20016   ("Sex with Emacs" 2))
20017  (mark 1)
20018  (expunge 1))
20019 @end lisp
20020
20021 So, you raise all articles that match @samp{Sex with Emacs} and mark the
20022 rest as read, and expunge them to boot.
20023
20024
20025 @node Global Score Files
20026 @section Global Score Files
20027 @cindex global score files
20028
20029 Sure, other newsreaders have ``global kill files''.  These are usually
20030 nothing more than a single kill file that applies to all groups, stored
20031 in the user's home directory.  Bah!  Puny, weak newsreaders!
20032
20033 What I'm talking about here are Global Score Files.  Score files from
20034 all over the world, from users everywhere, uniting all nations in one
20035 big, happy score file union!  Ange-score!  New and untested!
20036
20037 @vindex gnus-global-score-files
20038 All you have to do to use other people's score files is to set the
20039 @code{gnus-global-score-files} variable.  One entry for each score file,
20040 or each score file directory.  Gnus will decide by itself what score
20041 files are applicable to which group.
20042
20043 To use the score file
20044 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
20045 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
20046 say this:
20047
20048 @lisp
20049 (setq gnus-global-score-files
20050       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
20051         "/ftp@@ftp.some-where:/pub/score/"))
20052 @end lisp
20053
20054 @findex gnus-score-search-global-directories
20055 @noindent
20056 Simple, eh?  Directory names must end with a @samp{/}.  These
20057 directories are typically scanned only once during each Gnus session.
20058 If you feel the need to manually re-scan the remote directories, you can
20059 use the @code{gnus-score-search-global-directories} command.
20060
20061 Note that, at present, using this option will slow down group entry
20062 somewhat.  (That is---a lot.)
20063
20064 If you want to start maintaining score files for other people to use,
20065 just put your score file up for anonymous ftp and announce it to the
20066 world.  Become a retro-moderator!  Participate in the retro-moderator
20067 wars sure to ensue, where retro-moderators battle it out for the
20068 sympathy of the people, luring them to use their score files on false
20069 premises!  Yay!  The net is saved!
20070
20071 Here are some tips for the would-be retro-moderator, off the top of my
20072 head:
20073
20074 @itemize @bullet
20075
20076 @item
20077 Articles heavily crossposted are probably junk.
20078 @item
20079 To lower a single inappropriate article, lower by @code{Message-ID}.
20080 @item
20081 Particularly brilliant authors can be raised on a permanent basis.
20082 @item
20083 Authors that repeatedly post off-charter for the group can safely be
20084 lowered out of existence.
20085 @item
20086 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20087 articles completely.
20088
20089 @item
20090 Use expiring score entries to keep the size of the file down.  You
20091 should probably have a long expiry period, though, as some sites keep
20092 old articles for a long time.
20093 @end itemize
20094
20095 @dots{} I wonder whether other newsreaders will support global score files
20096 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20097 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20098 holding our breath yet?
20099
20100
20101 @node Kill Files
20102 @section Kill Files
20103 @cindex kill files
20104
20105 Gnus still supports those pesky old kill files.  In fact, the kill file
20106 entries can now be expiring, which is something I wrote before Daniel
20107 Quinlan thought of doing score files, so I've left the code in there.
20108
20109 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20110 than score processing, so it might be a good idea to rewrite your kill
20111 files into score files.
20112
20113 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20114 forms into this file, which means that you can use kill files as some
20115 sort of primitive hook function to be run on group entry, even though
20116 that isn't a very good idea.
20117
20118 Normal kill files look like this:
20119
20120 @lisp
20121 (gnus-kill "From" "Lars Ingebrigtsen")
20122 (gnus-kill "Subject" "ding")
20123 (gnus-expunge "X")
20124 @end lisp
20125
20126 This will mark every article written by me as read, and remove the
20127 marked articles from the summary buffer.  Very useful, you'll agree.
20128
20129 Other programs use a totally different kill file syntax.  If Gnus
20130 encounters what looks like a @code{rn} kill file, it will take a stab at
20131 interpreting it.
20132
20133 Two summary functions for editing a @sc{gnus} kill file:
20134
20135 @table @kbd
20136
20137 @item M-k
20138 @kindex M-k (Summary)
20139 @findex gnus-summary-edit-local-kill
20140 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20141
20142 @item M-K
20143 @kindex M-K (Summary)
20144 @findex gnus-summary-edit-global-kill
20145 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20146 @end table
20147
20148 Two group mode functions for editing the kill files:
20149
20150 @table @kbd
20151
20152 @item M-k
20153 @kindex M-k (Group)
20154 @findex gnus-group-edit-local-kill
20155 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20156
20157 @item M-K
20158 @kindex M-K (Group)
20159 @findex gnus-group-edit-global-kill
20160 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20161 @end table
20162
20163 Kill file variables:
20164
20165 @table @code
20166 @item gnus-kill-file-name
20167 @vindex gnus-kill-file-name
20168 A kill file for the group @samp{soc.motss} is normally called
20169 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20170 this file name is detailed by the @code{gnus-kill-file-name} variable.
20171 The ``global'' kill file (not in the score file sense of ``global'', of
20172 course) is just called @file{KILL}.
20173
20174 @vindex gnus-kill-save-kill-file
20175 @item gnus-kill-save-kill-file
20176 If this variable is non-@code{nil}, Gnus will save the
20177 kill file after processing, which is necessary if you use expiring
20178 kills.
20179
20180 @item gnus-apply-kill-hook
20181 @vindex gnus-apply-kill-hook
20182 @findex gnus-apply-kill-file-unless-scored
20183 @findex gnus-apply-kill-file
20184 A hook called to apply kill files to a group.  It is
20185 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20186 kill file if you have a score file for the same group, you can set this
20187 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20188 kill files to be processed, you should set this variable to @code{nil}.
20189
20190 @item gnus-kill-file-mode-hook
20191 @vindex gnus-kill-file-mode-hook
20192 A hook called in kill-file mode buffers.
20193
20194 @end table
20195
20196
20197 @node Converting Kill Files
20198 @section Converting Kill Files
20199 @cindex kill files
20200 @cindex converting kill files
20201
20202 If you have loads of old kill files, you may want to convert them into
20203 score files.  If they are ``regular'', you can use
20204 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20205 by hand.
20206
20207 The kill to score conversion package isn't included in Gnus by default.
20208 You can fetch it from
20209 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20210
20211 If your old kill files are very complex---if they contain more
20212 non-@code{gnus-kill} forms than not, you'll have to convert them by
20213 hand.  Or just let them be as they are.  Gnus will still use them as
20214 before.
20215
20216
20217 @node Advanced Scoring
20218 @section Advanced Scoring
20219
20220 Scoring on Subjects and From headers is nice enough, but what if you're
20221 really interested in what a person has to say only when she's talking
20222 about a particular subject?  Or what if you really don't want to
20223 read what person A has to say when she's following up to person B, but
20224 want to read what she says when she's following up to person C?
20225
20226 By using advanced scoring rules you may create arbitrarily complex
20227 scoring patterns.
20228
20229 @menu
20230 * Advanced Scoring Syntax::     A definition.
20231 * Advanced Scoring Examples::   What they look like.
20232 * Advanced Scoring Tips::       Getting the most out of it.
20233 @end menu
20234
20235
20236 @node Advanced Scoring Syntax
20237 @subsection Advanced Scoring Syntax
20238
20239 Ordinary scoring rules have a string as the first element in the rule.
20240 Advanced scoring rules have a list as the first element.  The second
20241 element is the score to be applied if the first element evaluated to a
20242 non-@code{nil} value.
20243
20244 These lists may consist of three logical operators, one redirection
20245 operator, and various match operators.
20246
20247 Logical operators:
20248
20249 @table @code
20250 @item &
20251 @itemx and
20252 This logical operator will evaluate each of its arguments until it finds
20253 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20254 evaluate to @code{true} values, then this operator will return
20255 @code{true}.
20256
20257 @item |
20258 @itemx or
20259 This logical operator will evaluate each of its arguments until it finds
20260 one that evaluates to @code{true}.  If no arguments are @code{true},
20261 then this operator will return @code{false}.
20262
20263 @item !
20264 @itemx not
20265 @itemx Â¬
20266 This logical operator only takes a single argument.  It returns the
20267 logical negation of the value of its argument.
20268
20269 @end table
20270
20271 There is an @dfn{indirection operator} that will make its arguments
20272 apply to the ancestors of the current article being scored.  For
20273 instance, @code{1-} will make score rules apply to the parent of the
20274 current article.  @code{2-} will make score rules apply to the
20275 grandparent of the current article.  Alternatively, you can write
20276 @code{^^}, where the number of @code{^}s (carets) says how far back into
20277 the ancestry you want to go.
20278
20279 Finally, we have the match operators.  These are the ones that do the
20280 real work.  Match operators are header name strings followed by a match
20281 and a match type.  A typical match operator looks like @samp{("from"
20282 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20283 simple scoring, and the match types are also the same.
20284
20285
20286 @node Advanced Scoring Examples
20287 @subsection Advanced Scoring Examples
20288
20289 Please note that the following examples are score file rules.  To
20290 make a complete score file from them, surround them with another pair
20291 of parentheses.
20292
20293 Let's say you want to increase the score of articles written by Lars
20294 when he's talking about Gnus:
20295
20296 @example
20297 @group
20298 ((&
20299   ("from" "Lars Ingebrigtsen")
20300   ("subject" "Gnus"))
20301  1000)
20302 @end group
20303 @end example
20304
20305 Quite simple, huh?
20306
20307 When he writes long articles, he sometimes has something nice to say:
20308
20309 @example
20310 ((&
20311   ("from" "Lars Ingebrigtsen")
20312   (|
20313    ("subject" "Gnus")
20314    ("lines" 100 >)))
20315  1000)
20316 @end example
20317
20318 However, when he responds to things written by Reig Eigil Logge, you
20319 really don't want to read what he's written:
20320
20321 @example
20322 ((&
20323   ("from" "Lars Ingebrigtsen")
20324   (1- ("from" "Reig Eigir Logge")))
20325  -100000)
20326 @end example
20327
20328 Everybody that follows up Redmondo when he writes about disappearing
20329 socks should have their scores raised, but only when they talk about
20330 white socks.  However, when Lars talks about socks, it's usually not
20331 very interesting:
20332
20333 @example
20334 ((&
20335   (1-
20336    (&
20337     ("from" "redmondo@@.*no" r)
20338     ("body" "disappearing.*socks" t)))
20339   (! ("from" "Lars Ingebrigtsen"))
20340   ("body" "white.*socks"))
20341  1000)
20342 @end example
20343
20344 The possibilities are endless.
20345
20346
20347 @node Advanced Scoring Tips
20348 @subsection Advanced Scoring Tips
20349
20350 The @code{&} and @code{|} logical operators do short-circuit logic.
20351 That is, they stop processing their arguments when it's clear what the
20352 result of the operation will be.  For instance, if one of the arguments
20353 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20354 the rest of the arguments.  This means that you should put slow matches
20355 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20356 @samp{subject}) first.
20357
20358 The indirection arguments (@code{1-} and so on) will make their
20359 arguments work on previous generations of the thread.  If you say
20360 something like:
20361
20362 @example
20363 ...
20364 (1-
20365  (1-
20366   ("from" "lars")))
20367 ...
20368 @end example
20369
20370 Then that means "score on the from header of the grandparent of the
20371 current article".  An indirection is quite fast, but it's better to say:
20372
20373 @example
20374 (1-
20375  (&
20376   ("from" "Lars")
20377   ("subject" "Gnus")))
20378 @end example
20379
20380 than it is to say:
20381
20382 @example
20383 (&
20384  (1- ("from" "Lars"))
20385  (1- ("subject" "Gnus")))
20386 @end example
20387
20388
20389 @node Score Decays
20390 @section Score Decays
20391 @cindex score decays
20392 @cindex decays
20393
20394 You may find that your scores have a tendency to grow without
20395 bounds, especially if you're using adaptive scoring.  If scores get too
20396 big, they lose all meaning---they simply max out and it's difficult to
20397 use them in any sensible way.
20398
20399 @vindex gnus-decay-scores
20400 @findex gnus-decay-score
20401 @vindex gnus-decay-score-function
20402 Gnus provides a mechanism for decaying scores to help with this problem.
20403 When score files are loaded and @code{gnus-decay-scores} is
20404 non-@code{nil}, Gnus will run the score files through the decaying
20405 mechanism thereby lowering the scores of all non-permanent score rules.
20406 The decay itself if performed by the @code{gnus-decay-score-function}
20407 function, which is @code{gnus-decay-score} by default.  Here's the
20408 definition of that function:
20409
20410 @lisp
20411 (defun gnus-decay-score (score)
20412   "Decay SCORE according to `gnus-score-decay-constant'
20413 and `gnus-score-decay-scale'."
20414   (let ((n (- score
20415               (* (if (< score 0) -1 1)
20416                  (min (abs score)
20417                       (max gnus-score-decay-constant
20418                            (* (abs score)
20419                               gnus-score-decay-scale)))))))
20420     (if (and (featurep 'xemacs)
20421              ;; XEmacs' floor can handle only the floating point
20422              ;; number below the half of the maximum integer.
20423              (> (abs n) (lsh -1 -2)))
20424         (string-to-number
20425          (car (split-string (number-to-string n) "\\.")))
20426       (floor n))))
20427 @end lisp
20428
20429 @vindex gnus-score-decay-scale
20430 @vindex gnus-score-decay-constant
20431 @code{gnus-score-decay-constant} is 3 by default and
20432 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20433
20434 @enumerate
20435 @item
20436 Scores between -3 and 3 will be set to 0 when this function is called.
20437
20438 @item
20439 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20440
20441 @item
20442 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20443 score.
20444 @end enumerate
20445
20446 If you don't like this decay function, write your own.  It is called
20447 with the score to be decayed as its only parameter, and it should return
20448 the new score, which should be an integer.
20449
20450 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20451 four days, Gnus will decay the scores four times, for instance.
20452
20453 @iftex
20454 @iflatex
20455 @chapter Message
20456 @include message.texi
20457 @chapter Emacs MIME
20458 @include emacs-mime.texi
20459 @chapter Sieve
20460 @include sieve.texi
20461 @c @chapter PGG
20462 @c @include pgg.texi
20463 @c @chapter SASL
20464 @c @include sasl.texi
20465 @end iflatex
20466 @end iftex
20467
20468 @node Various
20469 @chapter Various
20470
20471 @menu
20472 * Process/Prefix::              A convention used by many treatment commands.
20473 * Interactive::                 Making Gnus ask you many questions.
20474 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20475 * Formatting Variables::        You can specify what buffers should look like.
20476 * Window Layout::               Configuring the Gnus buffer windows.
20477 * Faces and Fonts::             How to change how faces look.
20478 * Compilation::                 How to speed Gnus up.
20479 * Mode Lines::                  Displaying information in the mode lines.
20480 * Highlighting and Menus::      Making buffers look all nice and cozy.
20481 * Buttons::                     Get tendinitis in ten easy steps!
20482 * Daemons::                     Gnus can do things behind your back.
20483 * NoCeM::                       How to avoid spam and other fatty foods.
20484 * Undo::                        Some actions can be undone.
20485 * Predicate Specifiers::        Specifying predicates.
20486 * Moderation::                  What to do if you're a moderator.
20487 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20488 * Fuzzy Matching::              What's the big fuzz?
20489 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20490 * Other modes::                 Interaction with other modes.
20491 * Various Various::             Things that are really various.
20492 @end menu
20493
20494
20495 @node Process/Prefix
20496 @section Process/Prefix
20497 @cindex process/prefix convention
20498
20499 Many functions, among them functions for moving, decoding and saving
20500 articles, use what is known as the @dfn{Process/Prefix convention}.
20501
20502 This is a method for figuring out what articles the user wants the
20503 command to be performed on.
20504
20505 It goes like this:
20506
20507 If the numeric prefix is N, perform the operation on the next N
20508 articles, starting with the current one.  If the numeric prefix is
20509 negative, perform the operation on the previous N articles, starting
20510 with the current one.
20511
20512 @vindex transient-mark-mode
20513 If @code{transient-mark-mode} in non-@code{nil} and the region is
20514 active, all articles in the region will be worked upon.
20515
20516 If there is no numeric prefix, but some articles are marked with the
20517 process mark, perform the operation on the articles marked with
20518 the process mark.
20519
20520 If there is neither a numeric prefix nor any articles marked with the
20521 process mark, just perform the operation on the current article.
20522
20523 Quite simple, really, but it needs to be made clear so that surprises
20524 are avoided.
20525
20526 Commands that react to the process mark will push the current list of
20527 process marked articles onto a stack and will then clear all process
20528 marked articles.  You can restore the previous configuration with the
20529 @kbd{M P y} command (@pxref{Setting Process Marks}).
20530
20531 @vindex gnus-summary-goto-unread
20532 One thing that seems to shock & horrify lots of people is that, for
20533 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20534 Since each @kbd{d} (which marks the current article as read) by default
20535 goes to the next unread article after marking, this means that @kbd{3 d}
20536 will mark the next three unread articles as read, no matter what the
20537 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20538 @code{nil} for a more straightforward action.
20539
20540 Many commands do not use the process/prefix convention.  All commands
20541 that do explicitly say so in this manual.  To apply the process/prefix
20542 convention to commands that do not use it, you can use the @kbd{M-&}
20543 command.  For instance, to mark all the articles in the group as
20544 expirable, you could say @kbd{M P b M-& E}.
20545
20546
20547 @node Interactive
20548 @section Interactive
20549 @cindex interaction
20550
20551 @table @code
20552
20553 @item gnus-novice-user
20554 @vindex gnus-novice-user
20555 If this variable is non-@code{nil}, you are either a newcomer to the
20556 World of Usenet, or you are very cautious, which is a nice thing to be,
20557 really.  You will be given questions of the type ``Are you sure you want
20558 to do this?'' before doing anything dangerous.  This is @code{t} by
20559 default.
20560
20561 @item gnus-expert-user
20562 @vindex gnus-expert-user
20563 If this variable is non-@code{nil}, you will seldom be asked any
20564 questions by Gnus.  It will simply assume you know what you're doing, no
20565 matter how strange.
20566
20567 @item gnus-interactive-catchup
20568 @vindex gnus-interactive-catchup
20569 Require confirmation before catching up a group if non-@code{nil}.  It
20570 is @code{t} by default.
20571
20572 @item gnus-interactive-exit
20573 @vindex gnus-interactive-exit
20574 Require confirmation before exiting Gnus.  This variable is @code{t} by
20575 default.
20576 @end table
20577
20578
20579 @node Symbolic Prefixes
20580 @section Symbolic Prefixes
20581 @cindex symbolic prefixes
20582
20583 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20584 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20585 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20586 rule of 900 to the current article.
20587
20588 This is all nice and well, but what if you want to give a command some
20589 additional information?  Well, what most commands do is interpret the
20590 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20591 doesn't want a backup file to be created when saving the current buffer,
20592 for instance.  But what if you want to save without making a backup
20593 file, and you want Emacs to flash lights and play a nice tune at the
20594 same time?  You can't, and you're probably perfectly happy that way.
20595
20596 @kindex M-i (Summary)
20597 @findex gnus-symbolic-argument
20598 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20599 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20600 character typed in is the value.  You can stack as many @kbd{M-i}
20601 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20602 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20603 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20604 @code{b}''.  You get the drift.
20605
20606 Typing in symbolic prefixes to commands that don't accept them doesn't
20607 hurt, but it doesn't do any good either.  Currently not many Gnus
20608 functions make use of the symbolic prefix.
20609
20610 If you're interested in how Gnus implements this, @pxref{Extended
20611 Interactive}.
20612
20613
20614 @node Formatting Variables
20615 @section Formatting Variables
20616 @cindex formatting variables
20617
20618 Throughout this manual you've probably noticed lots of variables called
20619 things like @code{gnus-group-line-format} and
20620 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20621 output lines in the various buffers.  There's quite a lot of them.
20622 Fortunately, they all use the same syntax, so there's not that much to
20623 be annoyed by.
20624
20625 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20626 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20627 lots of percentages everywhere.
20628
20629 @menu
20630 * Formatting Basics::           A formatting variable is basically a format string.
20631 * Mode Line Formatting::        Some rules about mode line formatting variables.
20632 * Advanced Formatting::         Modifying output in various ways.
20633 * User-Defined Specs::          Having Gnus call your own functions.
20634 * Formatting Fonts::            Making the formatting look colorful and nice.
20635 * Positioning Point::           Moving point to a position after an operation.
20636 * Tabulation::                  Tabulating your output.
20637 * Wide Characters::             Dealing with wide characters.
20638 @end menu
20639
20640 Currently Gnus uses the following formatting variables:
20641 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20642 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20643 @code{gnus-group-mode-line-format},
20644 @code{gnus-summary-mode-line-format},
20645 @code{gnus-article-mode-line-format},
20646 @code{gnus-server-mode-line-format}, and
20647 @code{gnus-summary-pick-line-format}.
20648
20649 All these format variables can also be arbitrary elisp forms.  In that
20650 case, they will be @code{eval}ed to insert the required lines.
20651
20652 @kindex M-x gnus-update-format
20653 @findex gnus-update-format
20654 Gnus includes a command to help you while creating your own format
20655 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20656 update the spec in question and pop you to a buffer where you can
20657 examine the resulting Lisp code to be run to generate the line.
20658
20659
20660
20661 @node Formatting Basics
20662 @subsection Formatting Basics
20663
20664 Each @samp{%} element will be replaced by some string or other when the
20665 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20666 spec, and pad with spaces to get a 5-character field''.
20667
20668 As with normal C and Emacs Lisp formatting strings, the numerical
20669 modifier between the @samp{%} and the formatting type character will
20670 @dfn{pad} the output so that it is always at least that long.
20671 @samp{%5y} will make the field always (at least) five characters wide by
20672 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20673 the right instead.
20674
20675 You may also wish to limit the length of the field to protect against
20676 particularly wide values.  For that you can say @samp{%4,6y}, which
20677 means that the field will never be more than 6 characters wide and never
20678 less than 4 characters wide.
20679
20680 Also Gnus supports some extended format specifications, such as
20681 @samp{%&user-date;}.
20682
20683
20684 @node Mode Line Formatting
20685 @subsection Mode Line Formatting
20686
20687 Mode line formatting variables (e.g.,
20688 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20689 buffer line oriented formatting variables (@pxref{Formatting Basics})
20690 with the following two differences:
20691
20692 @enumerate
20693
20694 @item
20695 There must be no newline (@samp{\n}) at the end.
20696
20697 @item
20698 The special @samp{%%b} spec can be used to display the buffer name.
20699 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20700 @samp{%} to allow it to pass through the formatting machinery unmangled,
20701 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20702 display interprets to mean ``show the buffer name''.  For a full list of
20703 mode line specs Emacs understands, see the documentation of the
20704 @code{mode-line-format} variable.
20705
20706 @end enumerate
20707
20708
20709 @node Advanced Formatting
20710 @subsection Advanced Formatting
20711
20712 It is frequently useful to post-process the fields in some way.
20713 Padding, limiting, cutting off parts and suppressing certain values can
20714 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20715 look like @samp{%~(cut 3)~(ignore "0")y}.
20716
20717 These are the valid modifiers:
20718
20719 @table @code
20720 @item pad
20721 @itemx pad-left
20722 Pad the field to the left with spaces until it reaches the required
20723 length.
20724
20725 @item pad-right
20726 Pad the field to the right with spaces until it reaches the required
20727 length.
20728
20729 @item max
20730 @itemx max-left
20731 Cut off characters from the left until it reaches the specified length.
20732
20733 @item max-right
20734 Cut off characters from the right until it reaches the specified
20735 length.
20736
20737 @item cut
20738 @itemx cut-left
20739 Cut off the specified number of characters from the left.
20740
20741 @item cut-right
20742 Cut off the specified number of characters from the right.
20743
20744 @item ignore
20745 Return an empty string if the field is equal to the specified value.
20746
20747 @item form
20748 Use the specified form as the field value when the @samp{@@} spec is
20749 used.
20750
20751 Here's an example:
20752
20753 @lisp
20754 "~(form (current-time-string))@@"
20755 @end lisp
20756
20757 @end table
20758
20759 Let's take an example.  The @samp{%o} spec in the summary mode lines
20760 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20761 This is quite a mouthful, so we want to shave off the century number and
20762 the time, leaving us with a six-character date.  That would be
20763 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20764 maxing, and we need the padding to ensure that the date is never less
20765 than 6 characters to make it look nice in columns.)
20766
20767 Ignoring is done first; then cutting; then maxing; and then as the very
20768 last operation, padding.
20769
20770 @vindex gnus-compile-user-specs
20771 If @code{gnus-compile-user-specs} is set to @code{nil} (@code{t} by
20772 default) with your strong personality, and use a lots of these advanced
20773 thingies, you'll find that Gnus gets quite slow.  This can be helped
20774 enormously by running @kbd{M-x gnus-compile} when you are satisfied with
20775 the look of your lines.
20776 @xref{Compilation}.
20777
20778
20779 @node User-Defined Specs
20780 @subsection User-Defined Specs
20781
20782 All the specs allow for inserting user defined specifiers---@samp{u}.
20783 The next character in the format string should be a letter.  Gnus
20784 will call the function @code{gnus-user-format-function-}@samp{X}, where
20785 @samp{X} is the letter following @samp{%u}.  The function will be passed
20786 a single parameter---what the parameter means depends on what buffer
20787 it's being called from.  The function should return a string, which will
20788 be inserted into the buffer just like information from any other
20789 specifier.  This function may also be called with dummy values, so it
20790 should protect against that.
20791
20792 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20793 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20794
20795 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20796 much the same without defining new functions.  Here's an example:
20797 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20798 given here will be evaluated to yield the current line number, and then
20799 inserted.
20800
20801
20802 @node Formatting Fonts
20803 @subsection Formatting Fonts
20804
20805 There are specs for highlighting, and these are shared by all the format
20806 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20807 the special @code{mouse-face} property set, which means that it will be
20808 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20809 over it.
20810
20811 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20812 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20813 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20814 and so on.  Create as many faces as you wish.  The same goes for the
20815 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20816 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20817
20818 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20819 special @code{balloon-help} property set to
20820 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20821 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20822 variables should be either strings or symbols naming functions that
20823 return a string.  When the mouse passes over text with this property
20824 set, a balloon window will appear and display the string.  Please
20825 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20826 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20827 XEmacs) for more information on this.  (For technical reasons, the
20828 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20829 paragraph.)
20830
20831 Here's an alternative recipe for the group buffer:
20832
20833 @lisp
20834 ;; @r{Create three face types.}
20835 (setq gnus-face-1 'bold)
20836 (setq gnus-face-3 'italic)
20837
20838 ;; @r{We want the article count to be in}
20839 ;; @r{a bold and green face.  So we create}
20840 ;; @r{a new face called @code{my-green-bold}.}
20841 (copy-face 'bold 'my-green-bold)
20842 ;; @r{Set the color.}
20843 (set-face-foreground 'my-green-bold "ForestGreen")
20844 (setq gnus-face-2 'my-green-bold)
20845
20846 ;; @r{Set the new & fancy format.}
20847 (setq gnus-group-line-format
20848       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20849 @end lisp
20850
20851 I'm sure you'll be able to use this scheme to create totally unreadable
20852 and extremely vulgar displays.  Have fun!
20853
20854 Note that the @samp{%(} specs (and friends) do not make any sense on the
20855 mode-line variables.
20856
20857 @node Positioning Point
20858 @subsection Positioning Point
20859
20860 Gnus usually moves point to a pre-defined place on each line in most
20861 buffers.  By default, point move to the first colon character on the
20862 line.  You can customize this behaviour in three different ways.
20863
20864 You can move the colon character to somewhere else on the line.
20865
20866 @findex gnus-goto-colon
20867 You can redefine the function that moves the point to the colon.  The
20868 function is called @code{gnus-goto-colon}.
20869
20870 But perhaps the most convenient way to deal with this, if you don't want
20871 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20872 put a @samp{%*} somewhere in your format line definition, Gnus will
20873 place point there.
20874
20875
20876 @node Tabulation
20877 @subsection Tabulation
20878
20879 You can usually line up your displays by padding and cutting your
20880 strings.  However, when combining various strings of different size, it
20881 can often be more convenient to just output the strings, and then worry
20882 about lining up the following text afterwards.
20883
20884 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
20885 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20886
20887 @samp{%50=} will insert space characters to pad the line up to column
20888 50.  If the text is already past column 50, nothing will be inserted.
20889 This is the soft tabulator.
20890
20891 @samp{%-50=} will insert space characters to pad the line up to column
20892 50.  If the text is already past column 50, the excess text past column
20893 50 will be removed.  This is the hard tabulator.
20894
20895
20896 @node Wide Characters
20897 @subsection Wide Characters
20898
20899 Fixed width fonts in most countries have characters of the same width.
20900 Some countries, however, use Latin characters mixed with wider
20901 characters---most notable East Asian countries.
20902
20903 The problem is that when formatting, Gnus assumes that if a string is 10
20904 characters wide, it'll be 10 Latin characters wide on the screen.  In
20905 these countries, that's not true.
20906
20907 @vindex gnus-use-correct-string-widths
20908 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20909 @code{t}.  This makes buffer generation slower, but the results will be
20910 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20911 for Emacs.
20912
20913
20914 @node Window Layout
20915 @section Window Layout
20916 @cindex window layout
20917
20918 No, there's nothing here about X, so be quiet.
20919
20920 @vindex gnus-use-full-window
20921 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20922 other windows and occupy the entire Emacs screen by itself.  It is
20923 @code{t} by default.
20924
20925 Setting this variable to @code{nil} kinda works, but there are
20926 glitches.  Use at your own peril.
20927
20928 @vindex gnus-buffer-configuration
20929 @code{gnus-buffer-configuration} describes how much space each Gnus
20930 buffer should be given.  Here's an excerpt of this variable:
20931
20932 @lisp
20933 ((group (vertical 1.0 (group 1.0 point)
20934                       (if gnus-carpal (group-carpal 4))))
20935  (article (vertical 1.0 (summary 0.25 point)
20936                         (article 1.0))))
20937 @end lisp
20938
20939 This is an alist.  The @dfn{key} is a symbol that names some action or
20940 other.  For instance, when displaying the group buffer, the window
20941 configuration function will use @code{group} as the key.  A full list of
20942 possible names is listed below.
20943
20944 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20945 should occupy.  To take the @code{article} split as an example -
20946
20947 @lisp
20948 (article (vertical 1.0 (summary 0.25 point)
20949                        (article 1.0)))
20950 @end lisp
20951
20952 This @dfn{split} says that the summary buffer should occupy 25% of upper
20953 half of the screen, and that it is placed over the article buffer.  As
20954 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20955 reaching for that calculator there).  However, the special number
20956 @code{1.0} is used to signal that this buffer should soak up all the
20957 rest of the space available after the rest of the buffers have taken
20958 whatever they need.  There should be only one buffer with the @code{1.0}
20959 size spec per split.
20960
20961 Point will be put in the buffer that has the optional third element
20962 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20963 split where the tag @code{frame-focus} is a member (i.e. is the third or
20964 fourth element in the list, depending on whether the @code{point} tag is
20965 present) gets focus.
20966
20967 Here's a more complicated example:
20968
20969 @lisp
20970 (article (vertical 1.0 (group 4)
20971                        (summary 0.25 point)
20972                        (if gnus-carpal (summary-carpal 4))
20973                        (article 1.0)))
20974 @end lisp
20975
20976 If the size spec is an integer instead of a floating point number,
20977 then that number will be used to say how many lines a buffer should
20978 occupy, not a percentage.
20979
20980 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20981 precise---if the @code{car} of the split is a function or a subr), this
20982 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20983 be used as a split.  This means that there will be three buffers if
20984 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20985 is non-@code{nil}.
20986
20987 Not complicated enough for you?  Well, try this on for size:
20988
20989 @lisp
20990 (article (horizontal 1.0
20991              (vertical 0.5
20992                  (group 1.0)
20993                  (gnus-carpal 4))
20994              (vertical 1.0
20995                  (summary 0.25 point)
20996                  (summary-carpal 4)
20997                  (article 1.0))))
20998 @end lisp
20999
21000 Whoops.  Two buffers with the mystery 100% tag.  And what's that
21001 @code{horizontal} thingie?
21002
21003 If the first element in one of the split is @code{horizontal}, Gnus will
21004 split the window horizontally, giving you two windows side-by-side.
21005 Inside each of these strips you may carry on all you like in the normal
21006 fashion.  The number following @code{horizontal} says what percentage of
21007 the screen is to be given to this strip.
21008
21009 For each split, there @emph{must} be one element that has the 100% tag.
21010 The splitting is never accurate, and this buffer will eat any leftover
21011 lines from the splits.
21012
21013 To be slightly more formal, here's a definition of what a valid split
21014 may look like:
21015
21016 @example
21017 @group
21018 split      = frame | horizontal | vertical | buffer | form
21019 frame      = "(frame " size *split ")"
21020 horizontal = "(horizontal " size *split ")"
21021 vertical   = "(vertical " size *split ")"
21022 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
21023 size       = number | frame-params
21024 buf-name   = group | article | summary ...
21025 @end group
21026 @end example
21027
21028 The limitations are that the @code{frame} split can only appear as the
21029 top-level split.  @var{form} should be an Emacs Lisp form that should
21030 return a valid split.  We see that each split is fully recursive, and
21031 may contain any number of @code{vertical} and @code{horizontal} splits.
21032
21033 @vindex gnus-window-min-width
21034 @vindex gnus-window-min-height
21035 @cindex window height
21036 @cindex window width
21037 Finding the right sizes can be a bit complicated.  No window may be less
21038 than @code{gnus-window-min-height} (default 1) characters high, and all
21039 windows must be at least @code{gnus-window-min-width} (default 1)
21040 characters wide.  Gnus will try to enforce this before applying the
21041 splits.  If you want to use the normal Emacs window width/height limit,
21042 you can just set these two variables to @code{nil}.
21043
21044 If you're not familiar with Emacs terminology, @code{horizontal} and
21045 @code{vertical} splits may work the opposite way of what you'd expect.
21046 Windows inside a @code{horizontal} split are shown side-by-side, and
21047 windows within a @code{vertical} split are shown above each other.
21048
21049 @findex gnus-configure-frame
21050 If you want to experiment with window placement, a good tip is to call
21051 @code{gnus-configure-frame} directly with a split.  This is the function
21052 that does all the real work when splitting buffers.  Below is a pretty
21053 nonsensical configuration with 5 windows; two for the group buffer and
21054 three for the article buffer.  (I said it was nonsensical.)  If you
21055 @code{eval} the statement below, you can get an idea of how that would
21056 look straight away, without going through the normal Gnus channels.
21057 Play with it until you're satisfied, and then use
21058 @code{gnus-add-configuration} to add your new creation to the buffer
21059 configuration list.
21060
21061 @lisp
21062 (gnus-configure-frame
21063  '(horizontal 1.0
21064     (vertical 10
21065       (group 1.0)
21066       (article 0.3 point))
21067     (vertical 1.0
21068       (article 1.0)
21069       (horizontal 4
21070         (group 1.0)
21071         (article 10)))))
21072 @end lisp
21073
21074 You might want to have several frames as well.  No prob---just use the
21075 @code{frame} split:
21076
21077 @lisp
21078 (gnus-configure-frame
21079  '(frame 1.0
21080          (vertical 1.0
21081                    (summary 0.25 point frame-focus)
21082                    (article 1.0))
21083          (vertical ((height . 5) (width . 15)
21084                     (user-position . t)
21085                     (left . -1) (top . 1))
21086                    (picon 1.0))))
21087
21088 @end lisp
21089
21090 This split will result in the familiar summary/article window
21091 configuration in the first (or ``main'') frame, while a small additional
21092 frame will be created where picons will be shown.  As you can see,
21093 instead of the normal @code{1.0} top-level spec, each additional split
21094 should have a frame parameter alist as the size spec.
21095 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21096 Reference Manual}.  Under XEmacs, a frame property list will be
21097 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21098 is such a plist.
21099 The list of all possible keys for @code{gnus-buffer-configuration} can
21100 be found in its default value.
21101
21102 Note that the @code{message} key is used for both
21103 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21104 it is desirable to distinguish between the two, something like this
21105 might be used:
21106
21107 @lisp
21108 (message (horizontal 1.0
21109                      (vertical 1.0 (message 1.0 point))
21110                      (vertical 0.24
21111                                (if (buffer-live-p gnus-summary-buffer)
21112                                    '(summary 0.5))
21113                                (group 1.0))))
21114 @end lisp
21115
21116 One common desire for a multiple frame split is to have a separate frame
21117 for composing mail and news while leaving the original frame intact.  To
21118 accomplish that, something like the following can be done:
21119
21120 @lisp
21121 (message
21122   (frame 1.0
21123          (if (not (buffer-live-p gnus-summary-buffer))
21124              (car (cdr (assoc 'group gnus-buffer-configuration)))
21125            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21126          (vertical ((user-position . t) (top . 1) (left . 1)
21127                     (name . "Message"))
21128                    (message 1.0 point))))
21129 @end lisp
21130
21131 @findex gnus-add-configuration
21132 Since the @code{gnus-buffer-configuration} variable is so long and
21133 complicated, there's a function you can use to ease changing the config
21134 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21135 you want to change the @code{article} setting, you could say:
21136
21137 @lisp
21138 (gnus-add-configuration
21139  '(article (vertical 1.0
21140                (group 4)
21141                (summary .25 point)
21142                (article 1.0))))
21143 @end lisp
21144
21145 You'd typically stick these @code{gnus-add-configuration} calls in your
21146 @file{~/.gnus.el} file or in some startup hook---they should be run after
21147 Gnus has been loaded.
21148
21149 @vindex gnus-always-force-window-configuration
21150 If all windows mentioned in the configuration are already visible, Gnus
21151 won't change the window configuration.  If you always want to force the
21152 ``right'' window configuration, you can set
21153 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21154
21155 If you're using tree displays (@pxref{Tree Display}), and the tree
21156 window is displayed vertically next to another window, you may also want
21157 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21158 windows resized.
21159
21160 @subsection Example Window Configurations
21161
21162 @itemize @bullet
21163 @item
21164 Narrow left hand side occupied by group buffer.  Right hand side split
21165 between summary buffer (top one-sixth) and article buffer (bottom).
21166
21167 @ifinfo
21168 @example
21169 +---+---------+
21170 | G | Summary |
21171 | r +---------+
21172 | o |         |
21173 | u | Article |
21174 | p |         |
21175 +---+---------+
21176 @end example
21177 @end ifinfo
21178
21179 @lisp
21180 (gnus-add-configuration
21181  '(article
21182    (horizontal 1.0
21183                (vertical 25 (group 1.0))
21184                (vertical 1.0
21185                          (summary 0.16 point)
21186                          (article 1.0)))))
21187
21188 (gnus-add-configuration
21189  '(summary
21190    (horizontal 1.0
21191                (vertical 25 (group 1.0))
21192                (vertical 1.0 (summary 1.0 point)))))
21193 @end lisp
21194
21195 @end itemize
21196
21197
21198 @node Faces and Fonts
21199 @section Faces and Fonts
21200 @cindex faces
21201 @cindex fonts
21202 @cindex colors
21203
21204 Fiddling with fonts and faces used to be very difficult, but these days
21205 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21206 the face you want to alter, and alter it via the standard Customize
21207 interface.
21208
21209
21210 @node Compilation
21211 @section Compilation
21212 @cindex compilation
21213 @cindex byte-compilation
21214
21215 @findex gnus-compile
21216
21217 Remember all those line format specification variables?
21218 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21219 on.  By default, T-gnus will use the byte-compiled codes of these
21220 variables and we can keep a slow-down to a minimum.  However, if you set
21221 @code{gnus-compile-user-specs} to @code{nil} (@code{t} by default),
21222 unfortunately, changing them will mean a quite significant slow-down.
21223 (The default values of these variables have byte-compiled functions
21224 associated with them, while the user-generated versions do not, of
21225 course.)
21226
21227 To help with this, you can run @kbd{M-x gnus-compile} after you've
21228 fiddled around with the variables and feel that you're (kind of)
21229 satisfied.  This will result in the new specs being byte-compiled, and
21230 you'll get top speed again.  Note that T-gnus will not save these
21231 compiled specs in the @file{.newsrc.eld} file.
21232
21233 @table @code
21234 @item gnus-compile-user-specs
21235 @vindex gnus-compile-user-specs
21236 If it is non-nil, the user-defined format specs will be byte-compiled
21237 automatically.  The default value of this variable is @code{t}.  It has
21238 an effect on the values of @code{gnus-*-line-format-spec}.
21239 @end table
21240
21241
21242 @node Mode Lines
21243 @section Mode Lines
21244 @cindex mode lines
21245
21246 @vindex gnus-updated-mode-lines
21247 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21248 lines updated.  It is a list of symbols.  Supported symbols include
21249 @code{group}, @code{article}, @code{summary}, @code{server},
21250 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21251 Gnus will keep that mode line updated with information that may be
21252 pertinent.  If this variable is @code{nil}, screen refresh may be
21253 quicker.
21254
21255 @cindex display-time
21256
21257 @vindex gnus-mode-non-string-length
21258 By default, Gnus displays information on the current article in the mode
21259 lines of the summary and article buffers.  The information Gnus wishes
21260 to display (e.g. the subject of the article) is often longer than the
21261 mode lines, and therefore have to be cut off at some point.  The
21262 @code{gnus-mode-non-string-length} variable says how long the other
21263 elements on the line is (i.e., the non-info part).  If you put
21264 additional elements on the mode line (e.g. a clock), you should modify
21265 this variable:
21266
21267 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21268 @lisp
21269 (add-hook 'display-time-hook
21270           (lambda () (setq gnus-mode-non-string-length
21271                            (+ 21
21272                               (if line-number-mode 5 0)
21273                               (if column-number-mode 4 0)
21274                               (length display-time-string)))))
21275 @end lisp
21276
21277 If this variable is @code{nil} (which is the default), the mode line
21278 strings won't be chopped off, and they won't be padded either.  Note
21279 that the default is unlikely to be desirable, as even the percentage
21280 complete in the buffer may be crowded off the mode line; the user should
21281 configure this variable appropriately for her configuration.
21282
21283
21284 @node Highlighting and Menus
21285 @section Highlighting and Menus
21286 @cindex visual
21287 @cindex highlighting
21288 @cindex menus
21289
21290 @vindex gnus-visual
21291 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21292 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21293 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21294 file.
21295
21296 This variable can be a list of visual properties that are enabled.  The
21297 following elements are valid, and are all included by default:
21298
21299 @table @code
21300 @item group-highlight
21301 Do highlights in the group buffer.
21302 @item summary-highlight
21303 Do highlights in the summary buffer.
21304 @item article-highlight
21305 Do highlights in the article buffer.
21306 @item highlight
21307 Turn on highlighting in all buffers.
21308 @item group-menu
21309 Create menus in the group buffer.
21310 @item summary-menu
21311 Create menus in the summary buffers.
21312 @item article-menu
21313 Create menus in the article buffer.
21314 @item browse-menu
21315 Create menus in the browse buffer.
21316 @item server-menu
21317 Create menus in the server buffer.
21318 @item score-menu
21319 Create menus in the score buffers.
21320 @item menu
21321 Create menus in all buffers.
21322 @end table
21323
21324 So if you only want highlighting in the article buffer and menus in all
21325 buffers, you could say something like:
21326
21327 @lisp
21328 (setq gnus-visual '(article-highlight menu))
21329 @end lisp
21330
21331 If you want highlighting only and no menus whatsoever, you'd say:
21332
21333 @lisp
21334 (setq gnus-visual '(highlight))
21335 @end lisp
21336
21337 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21338 in all Gnus buffers.
21339
21340 Other general variables that influence the look of all buffers include:
21341
21342 @table @code
21343 @item gnus-mouse-face
21344 @vindex gnus-mouse-face
21345 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21346 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21347
21348 @end table
21349
21350 There are hooks associated with the creation of all the different menus:
21351
21352 @table @code
21353
21354 @item gnus-article-menu-hook
21355 @vindex gnus-article-menu-hook
21356 Hook called after creating the article mode menu.
21357
21358 @item gnus-group-menu-hook
21359 @vindex gnus-group-menu-hook
21360 Hook called after creating the group mode menu.
21361
21362 @item gnus-summary-menu-hook
21363 @vindex gnus-summary-menu-hook
21364 Hook called after creating the summary mode menu.
21365
21366 @item gnus-server-menu-hook
21367 @vindex gnus-server-menu-hook
21368 Hook called after creating the server mode menu.
21369
21370 @item gnus-browse-menu-hook
21371 @vindex gnus-browse-menu-hook
21372 Hook called after creating the browse mode menu.
21373
21374 @item gnus-score-menu-hook
21375 @vindex gnus-score-menu-hook
21376 Hook called after creating the score mode menu.
21377
21378 @end table
21379
21380
21381 @node Buttons
21382 @section Buttons
21383 @cindex buttons
21384 @cindex mouse
21385 @cindex click
21386
21387 Those new-fangled @dfn{mouse} contraptions is very popular with the
21388 young, hep kids who don't want to learn the proper way to do things
21389 these days.  Why, I remember way back in the summer of '89, when I was
21390 using Emacs on a Tops 20 system.  Three hundred users on one single
21391 machine, and every user was running Simula compilers.  Bah!
21392
21393 Right.
21394
21395 @vindex gnus-carpal
21396 Well, you can make Gnus display bufferfuls of buttons you can click to
21397 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21398 really.  Tell the chiropractor I sent you.
21399
21400
21401 @table @code
21402
21403 @item gnus-carpal-mode-hook
21404 @vindex gnus-carpal-mode-hook
21405 Hook run in all carpal mode buffers.
21406
21407 @item gnus-carpal-button-face
21408 @vindex gnus-carpal-button-face
21409 Face used on buttons.
21410
21411 @item gnus-carpal-header-face
21412 @vindex gnus-carpal-header-face
21413 Face used on carpal buffer headers.
21414
21415 @item gnus-carpal-group-buffer-buttons
21416 @vindex gnus-carpal-group-buffer-buttons
21417 Buttons in the group buffer.
21418
21419 @item gnus-carpal-summary-buffer-buttons
21420 @vindex gnus-carpal-summary-buffer-buttons
21421 Buttons in the summary buffer.
21422
21423 @item gnus-carpal-server-buffer-buttons
21424 @vindex gnus-carpal-server-buffer-buttons
21425 Buttons in the server buffer.
21426
21427 @item gnus-carpal-browse-buffer-buttons
21428 @vindex gnus-carpal-browse-buffer-buttons
21429 Buttons in the browse buffer.
21430 @end table
21431
21432 All the @code{buttons} variables are lists.  The elements in these list
21433 are either cons cells where the @code{car} contains a text to be displayed and
21434 the @code{cdr} contains a function symbol, or a simple string.
21435
21436
21437 @node Daemons
21438 @section Daemons
21439 @cindex demons
21440 @cindex daemons
21441
21442 Gnus, being larger than any program ever written (allegedly), does lots
21443 of strange stuff that you may wish to have done while you're not
21444 present.  For instance, you may want it to check for new mail once in a
21445 while.  Or you may want it to close down all connections to all servers
21446 when you leave Emacs idle.  And stuff like that.
21447
21448 Gnus will let you do stuff like that by defining various
21449 @dfn{handlers}.  Each handler consists of three elements:  A
21450 @var{function}, a @var{time}, and an @var{idle} parameter.
21451
21452 Here's an example of a handler that closes connections when Emacs has
21453 been idle for thirty minutes:
21454
21455 @lisp
21456 (gnus-demon-close-connections nil 30)
21457 @end lisp
21458
21459 Here's a handler that scans for @acronym{PGP} headers every hour when
21460 Emacs is idle:
21461
21462 @lisp
21463 (gnus-demon-scan-pgp 60 t)
21464 @end lisp
21465
21466 This @var{time} parameter and that @var{idle} parameter work together
21467 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21468 @code{nil}, then the function will be called every @var{time} minutes.
21469
21470 If @var{idle} is @code{t}, then the function will be called after
21471 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21472 the function will never be called.  But once Emacs goes idle, the
21473 function will be called every @var{time} minutes.
21474
21475 If @var{idle} is a number and @var{time} is a number, the function will
21476 be called every @var{time} minutes only when Emacs has been idle for
21477 @var{idle} minutes.
21478
21479 If @var{idle} is a number and @var{time} is @code{nil}, the function
21480 will be called once every time Emacs has been idle for @var{idle}
21481 minutes.
21482
21483 And if @var{time} is a string, it should look like @samp{07:31}, and
21484 the function will then be called once every day somewhere near that
21485 time.  Modified by the @var{idle} parameter, of course.
21486
21487 @vindex gnus-demon-timestep
21488 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21489 seconds.  This is 60 by default.  If you change that variable,
21490 all the timings in the handlers will be affected.)
21491
21492 So, if you want to add a handler, you could put something like this in
21493 your @file{~/.gnus.el} file:
21494
21495 @findex gnus-demon-add-handler
21496 @lisp
21497 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21498 @end lisp
21499
21500 @findex gnus-demon-add-nocem
21501 @findex gnus-demon-add-scanmail
21502 @findex gnus-demon-add-rescan
21503 @findex gnus-demon-add-scan-timestamps
21504 @findex gnus-demon-add-disconnection
21505 Some ready-made functions to do this have been created:
21506 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21507 @code{gnus-demon-add-nntp-close-connection},
21508 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21509 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21510 @file{~/.gnus.el} if you want those abilities.
21511
21512 @findex gnus-demon-init
21513 @findex gnus-demon-cancel
21514 @vindex gnus-demon-handlers
21515 If you add handlers to @code{gnus-demon-handlers} directly, you should
21516 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21517 daemons, you can use the @code{gnus-demon-cancel} function.
21518
21519 Note that adding daemons can be pretty naughty if you over do it.  Adding
21520 functions that scan all news and mail from all servers every two seconds
21521 is a sure-fire way of getting booted off any respectable system.  So
21522 behave.
21523
21524
21525 @node NoCeM
21526 @section NoCeM
21527 @cindex nocem
21528 @cindex spam
21529
21530 @dfn{Spamming} is posting the same article lots and lots of times.
21531 Spamming is bad.  Spamming is evil.
21532
21533 Spamming is usually canceled within a day or so by various anti-spamming
21534 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21535 NoCeM is pronounced ``no see-'em'', and means what the name
21536 implies---these are messages that make the offending articles, like, go
21537 away.
21538
21539 What use are these NoCeM messages if the articles are canceled anyway?
21540 Some sites do not honor cancel messages and some sites just honor cancels
21541 from a select few people.  Then you may wish to make use of the NoCeM
21542 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21543
21544 Gnus can read and parse the messages in this group automatically, and
21545 this will make spam disappear.
21546
21547 There are some variables to customize, of course:
21548
21549 @table @code
21550 @item gnus-use-nocem
21551 @vindex gnus-use-nocem
21552 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21553 by default.
21554
21555 @item gnus-nocem-groups
21556 @vindex gnus-nocem-groups
21557 Gnus will look for NoCeM messages in the groups in this list.  The
21558 default is
21559 @lisp
21560 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21561  "alt.nocem.misc" "news.admin.net-abuse.announce")
21562 @end lisp
21563
21564 @item gnus-nocem-issuers
21565 @vindex gnus-nocem-issuers
21566 There are many people issuing NoCeM messages.  This list says what
21567 people you want to listen to.  The default is
21568 @lisp
21569 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21570  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21571 @end lisp
21572 fine, upstanding citizens all of them.
21573
21574 Known despammers that you can put in this list are listed at@*
21575 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21576
21577 You do not have to heed NoCeM messages from all these people---just the
21578 ones you want to listen to.  You also don't have to accept all NoCeM
21579 messages from the people you like.  Each NoCeM message has a @dfn{type}
21580 header that gives the message a (more or less, usually less) rigorous
21581 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21582 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21583 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21584 Each condition is either a string (which is a regexp that matches types
21585 you want to use) or a list on the form @code{(not @var{string})}, where
21586 @var{string} is a regexp that matches types you don't want to use.
21587
21588 For instance, if you want all NoCeM messages from Chris Lewis except his
21589 @samp{troll} messages, you'd say:
21590
21591 @lisp
21592 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21593 @end lisp
21594
21595 On the other hand, if you just want nothing but his @samp{spam} and
21596 @samp{spew} messages, you'd say:
21597
21598 @lisp
21599 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21600 @end lisp
21601
21602 The specs are applied left-to-right.
21603
21604
21605 @item gnus-nocem-verifyer
21606 @vindex gnus-nocem-verifyer
21607 @findex mc-verify
21608 This should be a function for verifying that the NoCeM issuer is who she
21609 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
21610 function.  If this is too slow and you don't care for verification
21611 (which may be dangerous), you can set this variable to @code{nil}.
21612
21613 If you want signed NoCeM messages to be verified and unsigned messages
21614 not to be verified (but used anyway), you could do something like:
21615
21616 @lisp
21617 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
21618
21619 (defun my-gnus-mc-verify ()
21620   (not (eq 'forged
21621            (ignore-errors
21622              (if (mc-verify)
21623                  t
21624                'forged)))))
21625 @end lisp
21626
21627 This might be dangerous, though.
21628
21629 @item gnus-nocem-directory
21630 @vindex gnus-nocem-directory
21631 This is where Gnus will store its NoCeM cache files.  The default is@*
21632 @file{~/News/NoCeM/}.
21633
21634 @item gnus-nocem-expiry-wait
21635 @vindex gnus-nocem-expiry-wait
21636 The number of days before removing old NoCeM entries from the cache.
21637 The default is 15.  If you make it shorter Gnus will be faster, but you
21638 might then see old spam.
21639
21640 @item gnus-nocem-check-from
21641 @vindex gnus-nocem-check-from
21642 Non-@code{nil} means check for valid issuers in message bodies.
21643 Otherwise don't bother fetching articles unless their author matches a
21644 valid issuer; that is much faster if you are selective about the
21645 issuers.
21646
21647 @item gnus-nocem-check-article-limit
21648 @vindex gnus-nocem-check-article-limit
21649 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21650 group.  NoCeM groups can be huge and very slow to process.
21651
21652 @end table
21653
21654 Using NoCeM could potentially be a memory hog.  If you have many living
21655 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21656 big.  If this is a problem, you should kill off all (or most) of your
21657 unsubscribed groups (@pxref{Subscription Commands}).
21658
21659
21660 @node Undo
21661 @section Undo
21662 @cindex undo
21663
21664 It is very useful to be able to undo actions one has done.  In normal
21665 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21666 In Gnus buffers, however, it isn't that simple.
21667
21668 The things Gnus displays in its buffer is of no value whatsoever to
21669 Gnus---it's all just data designed to look nice to the user.
21670 Killing a group in the group buffer with @kbd{C-k} makes the line
21671 disappear, but that's just a side-effect of the real action---the
21672 removal of the group in question from the internal Gnus structures.
21673 Undoing something like that can't be done by the normal Emacs
21674 @code{undo} function.
21675
21676 Gnus tries to remedy this somewhat by keeping track of what the user
21677 does and coming up with actions that would reverse the actions the user
21678 takes.  When the user then presses the @code{undo} key, Gnus will run
21679 the code to reverse the previous action, or the previous actions.
21680 However, not all actions are easily reversible, so Gnus currently offers
21681 a few key functions to be undoable.  These include killing groups,
21682 yanking groups, and changing the list of read articles of groups.
21683 That's it, really.  More functions may be added in the future, but each
21684 added function means an increase in data to be stored, so Gnus will
21685 never be totally undoable.
21686
21687 @findex gnus-undo-mode
21688 @vindex gnus-use-undo
21689 @findex gnus-undo
21690 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21691 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21692 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21693 command, which should feel kinda like the normal Emacs @code{undo}
21694 command.
21695
21696
21697 @node Predicate Specifiers
21698 @section Predicate Specifiers
21699 @cindex predicate specifiers
21700
21701 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21702 form that allows flexible specification of predicates without having
21703 to type all that much.
21704
21705 These specifiers are lists consisting of functions, symbols and lists.
21706
21707 Here's an example:
21708
21709 @lisp
21710 (or gnus-article-unseen-p
21711     gnus-article-unread-p)
21712 @end lisp
21713
21714 The available symbols are @code{or}, @code{and} and @code{not}.  The
21715 functions all take one parameter.
21716
21717 @findex gnus-make-predicate
21718 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21719 to create a function that can be called.  This input parameter to this
21720 function will be passed along to all the functions in the predicate
21721 specifier.
21722
21723
21724 @node Moderation
21725 @section Moderation
21726 @cindex moderation
21727
21728 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21729 It is not included in the standard Gnus package.  Write a mail to
21730 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21731 get a copy.
21732
21733 The moderation package is implemented as a minor mode for summary
21734 buffers.  Put
21735
21736 @lisp
21737 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21738 @end lisp
21739
21740 in your @file{~/.gnus.el} file.
21741
21742 If you are the moderator of @samp{rec.zoofle}, this is how it's
21743 supposed to work:
21744
21745 @enumerate
21746 @item
21747 You split your incoming mail by matching on
21748 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21749 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21750
21751 @item
21752 You enter that group once in a while and post articles using the @kbd{e}
21753 (edit-and-post) or @kbd{s} (just send unedited) commands.
21754
21755 @item
21756 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21757 articles that weren't approved by you, you can cancel them with the
21758 @kbd{c} command.
21759 @end enumerate
21760
21761 To use moderation mode in these two groups, say:
21762
21763 @lisp
21764 (setq gnus-moderated-list
21765       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21766 @end lisp
21767
21768
21769 @node Image Enhancements
21770 @section Image Enhancements
21771
21772 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21773 support images yet.}, is able to display pictures and stuff, so Gnus has
21774 taken advantage of that.
21775
21776 @menu
21777 * X-Face::                      Display a funky, teensy black-and-white image.
21778 * Face::                        Display a funkier, teensier colored image.
21779 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21780 * Picons::                      How to display pictures of what you're reading.
21781 * XVarious::                    Other XEmacsy Gnusey variables.
21782 @end menu
21783
21784
21785 @node X-Face
21786 @subsection X-Face
21787 @cindex x-face
21788
21789 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21790 depth) image that's supposed to represent the author of the message.
21791 It seems to be supported by an ever-growing number of mail and news
21792 readers.
21793
21794 @cindex x-face
21795 @findex gnus-article-display-x-face
21796 @vindex gnus-article-x-face-command
21797 @vindex gnus-article-x-face-too-ugly
21798 @iftex
21799 @iflatex
21800 \include{xface}
21801 @end iflatex
21802 @end iftex
21803 @c @anchor{X-Face}
21804
21805 Gnus now uses the internal ELisp-based @code{uncompface} program for
21806 decoding an @code{X-Face} header normally in Emacs.  While it doesn't
21807 require any other external program, you may feel it is slow if you are
21808 using a slow machine.  In such a case, you can modify the following
21809 variables:
21810
21811 @table @code
21812 @item uncompface-use-external
21813 @vindex uncompface-use-external
21814 Specify which of the internal or the external decoder should be used.
21815 @code{nil} means to use the internal ELisp-based @code{uncompface}
21816 program.  @code{t} means to use the external decoder.  The default value
21817 is normally @code{undecided} which means to determine it by checking
21818 whether the host machine is slow, being controlled by
21819 @code{uncompface-use-external-threshold} (which see).
21820
21821 @item uncompface-use-external-threshold
21822 @vindex uncompface-use-external-threshold
21823 A number of seconds to check whether the host machine is slow.  If the
21824 host takes time larger than this value for decoding an @code{X-Face}
21825 using the internal ELisp-based @code{uncompface} program, it will be
21826 changed to using the external decoder.  The default is 0.1 seconds.
21827 @end table
21828
21829 If the internal decoder is invalidated or if you are using XEmacs,
21830 decoding an @code{X-Face} header either requires an Emacs that has
21831 @samp{compface} support (which most XEmacs versions has), or that you
21832 have @samp{compface} installed on your system.  If either is true,
21833 Gnus will default to displaying @code{X-Face} headers.
21834
21835 The variable that controls this is the
21836 @code{gnus-article-x-face-command} variable.  If this variable is a
21837 string, this string will be executed in a sub-shell.  If it is a
21838 function, this function will be called with the face as the argument.
21839 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21840 the @code{From} header, the face will not be shown.
21841
21842 The default action under Emacs 20 is to fork off the @code{display}
21843 program@footnote{@code{display} is from the ImageMagick package.  For
21844 the @code{uncompface} and @code{icontopbm} programs look for a package
21845 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21846 view the face.
21847
21848 Under XEmacs or Emacs 21+ with suitable image support, the default
21849 action is to display the face before the @code{From} header.  (It's
21850 nicer if XEmacs has been compiled with @code{X-Face} support---that
21851 will make display somewhat faster.  If there's no native @code{X-Face}
21852 support, Gnus will try to convert the @code{X-Face} header using
21853 external programs from the @code{pbmplus} package and
21854 friends.@footnote{On a GNU/Linux system look for packages with names
21855 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21856
21857 (Note: @code{x-face} is used in the variable/function names, not
21858 @code{xface}).
21859
21860 @noindent
21861 Face and variable:
21862
21863 @table @code
21864 @item gnus-x-face
21865 @vindex gnus-x-face
21866 Face to show X-Face.  The colors from this face are used as the
21867 foreground and background colors of the displayed X-Faces.  The
21868 default colors are black and white.
21869
21870 @item gnus-face-properties-alist
21871 @vindex gnus-face-properties-alist
21872 Alist of image types and properties applied to Face (@pxref{Face}) and
21873 X-Face images.  The default value is @code{((pbm . (:face gnus-x-face))
21874 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
21875 XEmacs.  Here are examples:
21876
21877 @lisp
21878 ;; Specify the altitude of Face and X-Face images in the From header.
21879 (setq gnus-face-properties-alist
21880       '((pbm . (:face gnus-x-face :ascent 80))
21881         (png . (:ascent 80))))
21882
21883 ;; Show Face and X-Face images as pressed buttons.
21884 (setq gnus-face-properties-alist
21885       '((pbm . (:face gnus-x-face :relief -2))
21886         (png . (:relief -2))))
21887 @end lisp
21888
21889 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
21890 Reference Manual} for the valid properties for various image types.
21891 Currently, @code{pbm} is used for X-Face images and @code{png} is used
21892 for Face images in Emacs.  Only the @code{:face} property is effective
21893 on the @code{xface} image type in XEmacs if it is built with the
21894 @samp{libcompface} library.
21895 @end table
21896
21897 Gnus provides a few convenience functions and variables to allow
21898 easier insertion of X-Face headers in outgoing messages.
21899
21900 @findex gnus-random-x-face
21901 @vindex gnus-convert-pbm-to-x-face-command
21902 @vindex gnus-x-face-directory
21903 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21904 @code{gnus-x-face-directory} and picks one at random, and then
21905 converts it to the X-Face format by using the
21906 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21907 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21908 header data as a string.
21909
21910 @findex gnus-insert-random-x-face-header
21911 @code{gnus-insert-random-x-face-header} calls
21912 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21913 randomly generated data.
21914
21915 @findex gnus-x-face-from-file
21916 @vindex gnus-convert-image-to-x-face-command
21917 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21918 converts the file to X-Face format by using the
21919 @code{gnus-convert-image-to-x-face-command} shell command.
21920
21921 Here's how you would typically use the first function.  Put something
21922 like the following in your @file{~/.gnus.el} file:
21923
21924 @lisp
21925 (setq message-required-news-headers
21926       (nconc message-required-news-headers
21927              (list '(X-Face . gnus-random-x-face))))
21928 @end lisp
21929
21930 Using the last function would be something like this:
21931
21932 @lisp
21933 (setq message-required-news-headers
21934       (nconc message-required-news-headers
21935              (list '(X-Face . (lambda ()
21936                                 (gnus-x-face-from-file
21937                                  "~/My-face.gif"))))))
21938 @end lisp
21939
21940
21941 @node Face
21942 @subsection Face
21943 @cindex face
21944
21945 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
21946
21947 @code{Face} headers are essentially a funkier version of @code{X-Face}
21948 ones. They describe a 48x48 pixel colored image that's supposed to
21949 represent the author of the message.
21950
21951 @cindex face
21952 @findex gnus-article-display-face
21953 The contents of a @code{Face} header must be a base64 encoded PNG image.
21954 See @uref{http://quimby.gnus.org/circus/face/} for the precise
21955 specifications.
21956
21957 The @code{gnus-face-properties-alist} variable affects the appearance of
21958 displayed Face images.  @xref{X-Face}.
21959
21960 Gnus provides a few convenience functions and variables to allow
21961 easier insertion of Face headers in outgoing messages.
21962
21963 @findex gnus-convert-png-to-face
21964 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
21965 726 bytes long, and converts it to a face.
21966
21967 @findex gnus-face-from-file
21968 @vindex gnus-convert-image-to-face-command
21969 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
21970 converts the file to Face format by using the
21971 @code{gnus-convert-image-to-face-command} shell command.
21972
21973 Here's how you would typically use this function. Put something like the
21974 following in your @file{~/.gnus.el} file:
21975
21976 @lisp
21977 (setq message-required-news-headers
21978       (nconc message-required-news-headers
21979              (list '(Face . (lambda ()
21980                               (gnus-face-from-file "~/face.jpg"))))))
21981 @end lisp
21982
21983
21984 @node Smileys
21985 @subsection Smileys
21986 @cindex smileys
21987
21988 @iftex
21989 @iflatex
21990 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21991 \input{smiley}
21992 @end iflatex
21993 @end iftex
21994
21995 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21996 currently the only package that uses Smiley, it is documented here.
21997
21998 In short---to use Smiley in Gnus, put the following in your
21999 @file{~/.gnus.el} file:
22000
22001 @lisp
22002 (setq gnus-treat-display-smileys t)
22003 @end lisp
22004
22005 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
22006 the like---to pictures and displays those instead of the text smiley
22007 faces.  The conversion is controlled by a list of regexps that matches
22008 text and maps that to file names.
22009
22010 @vindex smiley-regexp-alist
22011 The alist used is specified by the @code{smiley-regexp-alist}
22012 variable.  The first item in each element is the regexp to be matched;
22013 the second element is the regexp match group that is to be replaced by
22014 the picture; and the third element is the name of the file to be
22015 displayed.
22016
22017 The following variables customize where Smiley will look for these
22018 files:
22019
22020 @table @code
22021
22022 @item smiley-data-directory
22023 @vindex smiley-data-directory
22024 Where Smiley will look for smiley faces files.
22025
22026 @item gnus-smiley-file-types
22027 @vindex gnus-smiley-file-types
22028 List of suffixes on smiley file names to try.
22029
22030 @end table
22031
22032
22033 @node Picons
22034 @subsection Picons
22035
22036 @iftex
22037 @iflatex
22038 \include{picons}
22039 @end iflatex
22040 @end iftex
22041
22042 So@dots{}  You want to slow down your news reader even more!  This is a
22043 good way to do so.  It's also a great way to impress people staring
22044 over your shoulder as you read news.
22045
22046 What are Picons?  To quote directly from the Picons Web site:
22047
22048 @iftex
22049 @iflatex
22050 \margindex{}
22051 @end iflatex
22052 @end iftex
22053
22054 @quotation
22055 @dfn{Picons} is short for ``personal icons''.  They're small,
22056 constrained images used to represent users and domains on the net,
22057 organized into databases so that the appropriate image for a given
22058 e-mail address can be found.  Besides users and domains, there are picon
22059 databases for Usenet newsgroups and weather forecasts.  The picons are
22060 in either monochrome @code{XBM} format or color @code{XPM} and
22061 @code{GIF} formats.
22062 @end quotation
22063
22064 @vindex gnus-picon-databases
22065 For instructions on obtaining and installing the picons databases,
22066 point your Web browser at
22067 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
22068
22069 If you are using Debian GNU/Linux, saying @samp{apt-get install
22070 picons.*} will install the picons where Gnus can find them.
22071
22072 To enable displaying picons, simply make sure that
22073 @code{gnus-picon-databases} points to the directory containing the
22074 Picons databases.
22075
22076 The following variables offer control over where things are located.
22077
22078 @table @code
22079
22080 @item gnus-picon-databases
22081 @vindex gnus-picon-databases
22082 The location of the picons database.  This is a list of directories
22083 containing the @file{news}, @file{domains}, @file{users} (and so on)
22084 subdirectories.  Defaults to @code{("/usr/lib/picon"
22085 "/usr/local/faces")}.
22086
22087 @item gnus-picon-news-directories
22088 @vindex gnus-picon-news-directories
22089 List of subdirectories to search in @code{gnus-picon-databases} for
22090 newsgroups faces.  @code{("news")} is the default.
22091
22092 @item gnus-picon-user-directories
22093 @vindex gnus-picon-user-directories
22094 List of subdirectories to search in @code{gnus-picon-databases} for user
22095 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22096
22097 @item gnus-picon-domain-directories
22098 @vindex gnus-picon-domain-directories
22099 List of subdirectories to search in @code{gnus-picon-databases} for
22100 domain name faces.  Defaults to @code{("domains")}.  Some people may
22101 want to add @samp{"unknown"} to this list.
22102
22103 @item gnus-picon-file-types
22104 @vindex gnus-picon-file-types
22105 Ordered list of suffixes on picon file names to try.  Defaults to
22106 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22107
22108 @end table
22109
22110
22111 @node XVarious
22112 @subsection Various XEmacs Variables
22113
22114 @table @code
22115 @item gnus-xmas-glyph-directory
22116 @vindex gnus-xmas-glyph-directory
22117 This is where Gnus will look for pictures.  Gnus will normally
22118 auto-detect this directory, but you may set it manually if you have an
22119 unusual directory structure.
22120
22121 @item gnus-xmas-logo-color-alist
22122 @vindex gnus-xmas-logo-color-alist
22123 This is an alist where the key is a type symbol and the values are the
22124 foreground and background color of the splash page glyph.
22125
22126 @item gnus-xmas-logo-color-style
22127 @vindex gnus-xmas-logo-color-style
22128 This is the key used to look up the color in the alist described above.
22129 Valid values include @code{flame}, @code{pine}, @code{moss},
22130 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22131 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22132
22133 @item gnus-xmas-modeline-glyph
22134 @vindex gnus-xmas-modeline-glyph
22135 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22136 default.
22137
22138 @end table
22139
22140 @subsubsection Toolbar
22141
22142 @table @code
22143
22144 @item gnus-use-toolbar
22145 @vindex gnus-use-toolbar
22146 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22147 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22148 @code{right-toolbar}, or @code{left-toolbar}.
22149
22150 @item gnus-group-toolbar
22151 @vindex gnus-group-toolbar
22152 The toolbar in the group buffer.
22153
22154 @item gnus-summary-toolbar
22155 @vindex gnus-summary-toolbar
22156 The toolbar in the summary buffer.
22157
22158 @item gnus-summary-mail-toolbar
22159 @vindex gnus-summary-mail-toolbar
22160 The toolbar in the summary buffer of mail groups.
22161
22162 @end table
22163
22164 @iftex
22165 @iflatex
22166 \margindex{}
22167 @end iflatex
22168 @end iftex
22169
22170
22171 @node Fuzzy Matching
22172 @section Fuzzy Matching
22173 @cindex fuzzy matching
22174
22175 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22176 things like scoring, thread gathering and thread comparison.
22177
22178 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22179 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22180 means, and the implementation has changed over time.
22181
22182 Basically, it tries to remove all noise from lines before comparing.
22183 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22184 out of the strings before comparing the results.  This often leads to
22185 adequate results---even when faced with strings generated by text
22186 manglers masquerading as newsreaders.
22187
22188
22189 @node Thwarting Email Spam
22190 @section Thwarting Email Spam
22191 @cindex email spam
22192 @cindex spam
22193 @cindex UCE
22194 @cindex unsolicited commercial email
22195
22196 In these last days of the Usenet, commercial vultures are hanging about
22197 and grepping through news like crazy to find email addresses they can
22198 foist off their scams and products to.  As a reaction to this, many
22199 people have started putting nonsense addresses into their @code{From}
22200 lines.  I think this is counterproductive---it makes it difficult for
22201 people to send you legitimate mail in response to things you write, as
22202 well as making it difficult to see who wrote what.  This rewriting may
22203 perhaps be a bigger menace than the unsolicited commercial email itself
22204 in the end.
22205
22206 The biggest problem I have with email spam is that it comes in under
22207 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22208 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22209 mail group, only to find two pyramid schemes, seven advertisements
22210 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22211 and one mail asking me to repent and find some god.
22212
22213 This is annoying.  Here's what you can do about it.
22214
22215 @menu
22216 * The problem of spam::         Some background, and some solutions
22217 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22218 * SpamAssassin::                How to use external anti-spam tools.
22219 * Hashcash::                    Reduce spam by burning CPU time.
22220 * Filtering Spam Using The Spam ELisp Package::
22221 * Filtering Spam Using Statistics with spam-stat::
22222 @end menu
22223
22224 @node The problem of spam
22225 @subsection The problem of spam
22226 @cindex email spam
22227 @cindex spam filtering approaches
22228 @cindex filtering approaches, spam
22229 @cindex UCE
22230 @cindex unsolicited commercial email
22231
22232 First, some background on spam.
22233
22234 If you have access to e-mail, you are familiar with spam (technically
22235 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22236 exists because e-mail delivery is very cheap compared to paper mail,
22237 so only a very small percentage of people need to respond to an UCE to
22238 make it worthwhile to the advertiser.  Ironically, one of the most
22239 common spams is the one offering a database of e-mail addresses for
22240 further spamming.  Senders of spam are usually called @emph{spammers},
22241 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22242 @emph{morons} are in common use as well.
22243
22244 Spam comes from a wide variety of sources.  It is simply impossible to
22245 dispose of all spam without discarding useful messages.  A good
22246 example is the TMDA system, which requires senders
22247 unknown to you to confirm themselves as legitimate senders before
22248 their e-mail can reach you.  Without getting into the technical side
22249 of TMDA, a downside is clearly that e-mail from legitimate sources may
22250 be discarded if those sources can't or won't confirm themselves
22251 through the TMDA system.  Another problem with TMDA is that it
22252 requires its users to have a basic understanding of e-mail delivery
22253 and processing.
22254
22255 The simplest approach to filtering spam is filtering, at the mail
22256 server or when you sort through incoming mail.  If you get 200 spam
22257 messages per day from @samp{random-address@@vmadmin.com}, you block
22258 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22259 discard all messages with @samp{VIAGRA} in the message.  If you get
22260 lots of spam from Bulgaria, for example, you try to filter all mail
22261 from Bulgarian IPs.  
22262
22263 This, unfortunately, is a great way to discard legitimate e-mail.  The
22264 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22265 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22266 you should be obvious, so don't do it if you have the choice.
22267
22268 In another instance, the very informative and useful RISKS digest has
22269 been blocked by overzealous mail filters because it @strong{contained}
22270 words that were common in spam messages.  Nevertheless, in isolated
22271 cases, with great care, direct filtering of mail can be useful.
22272
22273 Another approach to filtering e-mail is the distributed spam
22274 processing, for instance DCC implements such a system.  In essence,
22275 @var{N} systems around the world agree that a machine @var{X} in
22276 Ghana, Estonia, or California is sending out spam e-mail, and these
22277 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22278 database.  The criteria for spam detection vary---it may be the number
22279 of messages sent, the content of the messages, and so on.  When a user
22280 of the distributed processing system wants to find out if a message is
22281 spam, he consults one of those @var{N} systems.
22282
22283 Distributed spam processing works very well against spammers that send
22284 a large number of messages at once, but it requires the user to set up
22285 fairly complicated checks.  There are commercial and free distributed
22286 spam processing systems.  Distributed spam processing has its risks as
22287 well.  For instance legitimate e-mail senders have been accused of
22288 sending spam, and their web sites and mailing lists have been shut
22289 down for some time because of the incident.
22290
22291 The statistical approach to spam filtering is also popular.  It is
22292 based on a statistical analysis of previous spam messages.  Usually
22293 the analysis is a simple word frequency count, with perhaps pairs of
22294 words or 3-word combinations thrown into the mix.  Statistical
22295 analysis of spam works very well in most of the cases, but it can
22296 classify legitimate e-mail as spam in some cases.  It takes time to
22297 run the analysis, the full message must be analyzed, and the user has
22298 to store the database of spam analyses.  Statistical analysis on the
22299 server is gaining popularity.  This has the advantage of letting the
22300 user Just Read Mail, but has the disadvantage that it's harder to tell
22301 the server that it has misclassified mail.
22302
22303 Fighting spam is not easy, no matter what anyone says.  There is no
22304 magic switch that will distinguish Viagra ads from Mom's e-mails.
22305 Even people are having a hard time telling spam apart from non-spam,
22306 because spammers are actively looking to fool us into thinking they
22307 are Mom, essentially.  Spamming is irritating, irresponsible, and
22308 idiotic behavior from a bunch of people who think the world owes them
22309 a favor.  We hope the following sections will help you in fighting the
22310 spam plague.
22311
22312 @node Anti-Spam Basics
22313 @subsection Anti-Spam Basics
22314 @cindex email spam
22315 @cindex spam
22316 @cindex UCE
22317 @cindex unsolicited commercial email
22318
22319 One way of dealing with spam is having Gnus split out all spam into a
22320 @samp{spam} mail group (@pxref{Splitting Mail}).
22321
22322 First, pick one (1) valid mail address that you can be reached at, and
22323 put it in your @code{From} header of all your news articles.  (I've
22324 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22325 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22326 sysadmin whether your sendmail installation accepts keywords in the local
22327 part of the mail address.)
22328
22329 @lisp
22330 (setq message-default-news-headers
22331       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22332 @end lisp
22333
22334 Then put the following split rule in @code{nnmail-split-fancy}
22335 (@pxref{Fancy Mail Splitting}):
22336
22337 @lisp
22338 (...
22339  (to "larsi@@trym.ifi.uio.no"
22340      (| ("subject" "re:.*" "misc")
22341         ("references" ".*@@.*" "misc")
22342         "spam"))
22343  ...)
22344 @end lisp
22345
22346 This says that all mail to this address is suspect, but if it has a
22347 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22348 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22349 (This idea probably comes from Tim Pierce.)
22350
22351 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22352 and do not include your email address explicitly in the @code{To}
22353 header.  Why they do this is unknown---perhaps it's to thwart this
22354 thwarting scheme?  In any case, this is trivial to deal with---you just
22355 put anything not addressed to you in the @samp{spam} group by ending
22356 your fancy split rule in this way:
22357
22358 @lisp
22359 (
22360  ...
22361  (to "larsi" "misc")
22362  "spam")
22363 @end lisp
22364
22365 In my experience, this will sort virtually everything into the right
22366 group.  You still have to check the @samp{spam} group from time to time to
22367 check for legitimate mail, though.  If you feel like being a good net
22368 citizen, you can even send off complaints to the proper authorities on
22369 each unsolicited commercial email---at your leisure.
22370
22371 This works for me.  It allows people an easy way to contact me (they can
22372 just press @kbd{r} in the usual way), and I'm not bothered at all with
22373 spam.  It's a win-win situation.  Forging @code{From} headers to point
22374 to non-existent domains is yucky, in my opinion.
22375
22376 Be careful with this approach.  Spammers are wise to it.
22377
22378
22379 @node SpamAssassin
22380 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22381 @cindex SpamAssassin
22382 @cindex Vipul's Razor
22383 @cindex DCC
22384
22385 The days where the hints in the previous section were sufficient in
22386 avoiding spam are coming to an end.  There are many tools out there
22387 that claim to reduce the amount of spam you get.  This section could
22388 easily become outdated fast, as new products replace old, but
22389 fortunately most of these tools seem to have similar interfaces.  Even
22390 though this section will use SpamAssassin as an example, it should be
22391 easy to adapt it to most other tools.
22392
22393 Note that this section does not involve the @code{spam.el} package,
22394 which is discussed in the next section.  If you don't care for all
22395 the features of @code{spam.el}, you can make do with these simple
22396 recipes.
22397
22398 If the tool you are using is not installed on the mail server, you
22399 need to invoke it yourself.  Ideas on how to use the
22400 @code{:postscript} mail source parameter (@pxref{Mail Source
22401 Specifiers}) follow.
22402
22403 @lisp
22404 (setq mail-sources
22405       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22406         (pop :user "jrl"
22407              :server "pophost"
22408              :postscript
22409              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22410 @end lisp
22411
22412 Once you manage to process your incoming spool somehow, thus making
22413 the mail contain e.g.@: a header indicating it is spam, you are ready to
22414 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22415
22416 @lisp
22417 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22418                              ...))
22419 @end lisp
22420
22421 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22422
22423 @lisp
22424 (setq nnmail-split-methods 'nnmail-split-fancy
22425       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22426                              ...))
22427 @end lisp
22428
22429 Some people might not like the idea of piping the mail through various
22430 programs using a @code{:prescript} (if some program is buggy, you
22431 might lose all mail).  If you are one of them, another solution is to
22432 call the external tools during splitting.  Example fancy split method:
22433
22434 @lisp
22435 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22436                              ...))
22437 (defun kevin-spamassassin ()
22438   (save-excursion
22439     (save-restriction
22440       (widen)
22441       (if (eq 1 (call-process-region (point-min) (point-max)
22442                                      "spamc" nil nil nil "-c"))
22443           "spam"))))
22444 @end lisp
22445
22446 Note that with the nnimap backend, message bodies will not be
22447 downloaded by default.  You need to set
22448 @code{nnimap-split-download-body} to @code{t} to do that
22449 (@pxref{Splitting in IMAP}).
22450
22451 That is about it.  As some spam is likely to get through anyway, you
22452 might want to have a nifty function to call when you happen to read
22453 spam.  And here is the nifty function:
22454
22455 @lisp
22456  (defun my-gnus-raze-spam ()
22457   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22458   (interactive)
22459   (gnus-summary-show-raw-article)
22460   (gnus-summary-save-in-pipe "razor-report -f -d")
22461   (gnus-summary-mark-as-expirable 1))
22462 @end lisp
22463
22464 @node Hashcash
22465 @subsection Hashcash
22466 @cindex hashcash
22467
22468 A novel technique to fight spam is to require senders to do something
22469 costly for each message they send.  This has the obvious drawback that
22470 you cannot rely on everyone in the world using this technique,
22471 since it is not part of the Internet standards, but it may be useful
22472 in smaller communities.
22473
22474 While the tools in the previous section work well in practice, they
22475 work only because the tools are constantly maintained and updated as
22476 new form of spam appears.  This means that a small percentage of spam
22477 will always get through.  It also means that somewhere, someone needs
22478 to read lots of spam to update these tools.  Hashcash avoids that, but
22479 instead prefers that everyone you contact through e-mail supports the
22480 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22481 The approaches have their own advantages and disadvantages, but as
22482 often in the real world, a combination of them is stronger than either
22483 one of them separately.
22484
22485 @cindex X-Hashcash
22486 The ``something costly'' is to burn CPU time, more specifically to
22487 compute a hash collision up to a certain number of bits.  The
22488 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22489 header.  For more details, and for the external application
22490 @code{hashcash} you need to install to use this feature, see
22491 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22492 information can be found at @uref{http://www.camram.org/}.
22493
22494 If you wish to call hashcash for each message you send, say something
22495 like:
22496
22497 @lisp
22498 (require 'hashcash)
22499 (add-hook 'message-send-hook 'mail-add-payment)
22500 @end lisp
22501
22502 The @file{hashcash.el} library can be found in the Gnus development
22503 contrib directory or at
22504 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22505
22506 You will need to set up some additional variables as well:
22507
22508 @table @code
22509
22510 @item hashcash-default-payment
22511 @vindex hashcash-default-payment
22512 This variable indicates the default number of bits the hash collision
22513 should consist of.  By default this is 0, meaning nothing will be
22514 done.  Suggested useful values include 17 to 29.
22515
22516 @item hashcash-payment-alist
22517 @vindex hashcash-payment-alist
22518 Some receivers may require you to spend burn more CPU time than the
22519 default.  This variable contains a list of @samp{(@var{addr}
22520 @var{amount})} cells, where @var{addr} is the receiver (email address
22521 or newsgroup) and @var{amount} is the number of bits in the collision
22522 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22523 @var{amount})} cells, where the @var{string} is the string to use
22524 (normally the email address or newsgroup name is used).
22525
22526 @item hashcash
22527 @vindex hashcash
22528 Where the @code{hashcash} binary is installed.
22529
22530 @end table
22531
22532 Currently there is no built in functionality in Gnus to verify
22533 hashcash cookies, it is expected that this is performed by your hand
22534 customized mail filtering scripts.  Improvements in this area would be
22535 a useful contribution, however.
22536
22537 @node Filtering Spam Using The Spam ELisp Package
22538 @subsection Filtering Spam Using The Spam ELisp Package
22539 @cindex spam filtering
22540 @cindex spam
22541
22542 The idea behind @file{spam.el} is to have a control center for spam detection
22543 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22544 filters new mail, and it analyzes mail known to be spam or ham.
22545 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22546 non-spam messages.
22547
22548 First of all, you @strong{must} run the function
22549 @code{spam-initialize} to autoload @code{spam.el} and to install the
22550 @code{spam.el} hooks.  There is one exception: if you use the
22551 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
22552 should turn it on before @code{spam-initialize}:
22553
22554 @example
22555 (setq spam-use-stat t) ;; if needed
22556 (spam-initialize)
22557 @end example
22558
22559 So, what happens when you load @file{spam.el}?
22560
22561 First, some hooks will get installed by @code{spam-initialize}.  There
22562 are some hooks for @code{spam-stat} so it can save its databases, and
22563 there are hooks so interesting things will happen when you enter and
22564 leave a group.  More on the sequence of events later (@pxref{Spam
22565 ELisp Package Sequence of Events}).
22566
22567 You get the following keyboard commands:
22568
22569 @table @kbd
22570
22571 @item M-d
22572 @itemx M s x
22573 @itemx S x
22574 @kindex M-d
22575 @kindex S x
22576 @kindex M s x
22577 @findex gnus-summary-mark-as-spam
22578 @code{gnus-summary-mark-as-spam}.
22579
22580 Mark current article as spam, showing it with the @samp{$} mark.
22581 Whenever you see a spam article, make sure to mark its summary line
22582 with @kbd{M-d} before leaving the group.  This is done automatically
22583 for unread articles in @emph{spam} groups.
22584
22585 @item M s t
22586 @itemx S t
22587 @kindex M s t
22588 @kindex S t
22589 @findex spam-bogofilter-score
22590 @code{spam-bogofilter-score}.
22591
22592 You must have Bogofilter installed for that command to work properly.
22593
22594 @xref{Bogofilter}.
22595
22596 @end table
22597
22598 Also, when you load @file{spam.el}, you will be able to customize its
22599 variables.  Try @code{customize-group} on the @samp{spam} variable
22600 group.
22601
22602 @menu
22603 * Spam ELisp Package Sequence of Events::  
22604 * Spam ELisp Package Filtering of Incoming Mail::  
22605 * Spam ELisp Package Global Variables::  
22606 * Spam ELisp Package Configuration Examples::  
22607 * Blacklists and Whitelists::   
22608 * BBDB Whitelists::             
22609 * Gmane Spam Reporting::        
22610 * Anti-spam Hashcash Payments::  
22611 * Blackholes::                  
22612 * Regular Expressions Header Matching::  
22613 * Bogofilter::                  
22614 * SpamAssassin backend::        
22615 * ifile spam filtering::        
22616 * spam-stat spam filtering::    
22617 * SpamOracle::                  
22618 * Extending the Spam ELisp package::  
22619 @end menu 
22620
22621 @node Spam ELisp Package Sequence of Events
22622 @subsubsection Spam ELisp Package Sequence of Events
22623 @cindex spam filtering
22624 @cindex spam filtering sequence of events
22625 @cindex spam
22626
22627 You must read this section to understand how @code{spam.el} works.
22628 Do not skip, speed-read, or glance through this section.
22629
22630 There are two @emph{contact points}, if you will, between
22631 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
22632 leaving a group.
22633
22634 Getting new mail is done in one of two ways.  You can either split
22635 your incoming mail or you can classify new articles as ham or spam
22636 when you enter the group.
22637
22638 Splitting incoming mail is better suited to mail backends such as
22639 @code{nnml} or @code{nnimap} where new mail appears in a single file
22640 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
22641 Incoming Mail}.
22642
22643 @vindex gnus-spam-autodetect
22644 @vindex gnus-spam-autodetect-methods
22645 For backends such as @code{nntp} there is no incoming mail spool, so
22646 an alternate mechanism must be used.  This may also happen for
22647 backends where the server is in charge of splitting incoming mail, and
22648 Gnus does not do further splitting.  The @code{spam-autodetect} and
22649 @code{spam-autodetect-methods} group parameters (accessible with
22650 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
22651 @code{gnus-spam-autodetect} and @code{gnus-spam-autodetect-methods}
22652 (accessible with @kbd{M-x customize-variable} as usual) can help.
22653
22654 When @code{spam-autodetect} is used (you can turn it on for a
22655 group/topic or wholesale by regex, as needed), it hooks into the
22656 process of entering a group.  Thus, entering a group with unseen or
22657 unread articles becomes the substitute for checking incoming mail.
22658 Whether only unseen articles or all unread articles will be processed
22659 is determined by the @code{spam-autodetect-recheck-messages}.  When
22660 set to @code{t}, unread messages will be rechecked.
22661
22662 @code{spam-autodetect} grants the user at once more and less control
22663 of spam filtering.  The user will have more control over each group's
22664 spam methods, so for instance the @samp{ding} group may have
22665 @code{spam-use-BBDB} as the autodetection method, while the
22666 @samp{suspect} group may have the @code{spam-use-blacklist} and
22667 @code{spam-use-bogofilter} methods enabled.  Every article detected to
22668 be spam will be marked with the spam mark @samp{$} and processed on
22669 exit from the group as normal spam.  The user has less control over
22670 the @emph{sequence} of checks, as he might with @code{spam-split}.
22671
22672 When the newly split mail goes into groups, or messages are
22673 autodetected to be ham or spam, those groups must be exited (after
22674 entering, if needed) for further spam processing to happen.  It
22675 matters whether the group is considered a ham group, a spam group, or
22676 is unclassified, based on its @code{spam-content} parameter
22677 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
22678 additional characteristic that, when entered, any unseen or unread
22679 articles (depending on the @code{spam-mark-only-unseen-as-spam}
22680 variable) will be marked as spam.  Thus, mail split into a spam group
22681 gets automatically marked as spam when you enter the group.
22682
22683 So, when you exit a group, the @code{spam-processors} are applied, if
22684 any are set, and the processed mail is moved to the
22685 @code{ham-process-destination} or the @code{spam-process-destination}
22686 depending on the article's classification.  If the
22687 @code{ham-process-destination} or the @code{spam-process-destination},
22688 whichever is appropriate, are @code{nil}, the article is left in the
22689 current group.
22690
22691 If a spam is found in any group (this can be changed to only non-spam
22692 groups with @code{spam-move-spam-nonspam-groups-only}), it is
22693 processed by the active @code{spam-processors} (@pxref{Spam ELisp
22694 Package Global Variables}) when the group is exited.  Furthermore, the
22695 spam is moved to the @code{spam-process-destination} (@pxref{Spam
22696 ELisp Package Global Variables}) for further training or deletion.
22697 You have to load the @code{gnus-registry.el} package and enable the
22698 @code{spam-log-to-registry} variable if you want spam to be processed
22699 no more than once.  Thus, spam is detected and processed everywhere,
22700 which is what most people want.  If the
22701 @code{spam-process-destination} is @code{nil}, the spam is marked as
22702 expired, which is usually the right thing to do.
22703
22704 If spam can not be moved---because of a read-only backend such as
22705 @acronym{NNTP}, for example, it will be copied.
22706
22707 If a ham mail is found in a ham group, as determined by the
22708 @code{ham-marks} parameter, it is processed as ham by the active ham
22709 @code{spam-processor} when the group is exited.  With the variables
22710 @code{spam-process-ham-in-spam-groups} and
22711 @code{spam-process-ham-in-nonham-groups} the behavior can be further
22712 altered so ham found anywhere can be processed.  You have to load the
22713 @code{gnus-registry.el} package and enable the
22714 @code{spam-log-to-registry} variable if you want ham to be processed
22715 no more than once.  Thus, ham is detected and processed only when
22716 necessary, which is what most people want.  More on this in
22717 @xref{Spam ELisp Package Configuration Examples}.
22718
22719 If ham can not be moved---because of a read-only backend such as
22720 @acronym{NNTP}, for example, it will be copied.
22721
22722 If all this seems confusing, don't worry.  Soon it will be as natural
22723 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
22724 50 years in the future yet.  Just trust us, it's not so bad.
22725
22726 @node Spam ELisp Package Filtering of Incoming Mail
22727 @subsubsection Spam ELisp Package Filtering of Incoming Mail
22728 @cindex spam filtering
22729 @cindex spam filtering incoming mail
22730 @cindex spam
22731
22732 To use the @file{spam.el} facilities for incoming mail filtering, you
22733 must add the following to your fancy split list
22734 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22735
22736 @example
22737 (: spam-split)
22738 @end example
22739
22740 Note that the fancy split may be called @code{nnmail-split-fancy} or
22741 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22742 nnimap back ends to retrieve your mail.
22743
22744 Also, @code{spam-split} will not modify incoming mail in any way.
22745
22746 The @code{spam-split} function will process incoming mail and send the
22747 mail considered to be spam into the group name given by the variable
22748 @code{spam-split-group}.  By default that group name is @samp{spam},
22749 but you can customize @code{spam-split-group}.  Make sure the contents
22750 of @code{spam-split-group} are an @emph{unqualified} group name, for
22751 instance in an @code{nnimap} server @samp{your-server} the value
22752 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
22753 value @samp{nnimap+server:spam}, therefore, is wrong and will
22754 actually give you the group
22755 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
22756 work depending on your server's tolerance for strange group names.
22757
22758 You can also give @code{spam-split} a parameter,
22759 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
22760 this useful?
22761
22762 Take these split rules (with @code{spam-use-regex-headers} and
22763 @code{spam-use-blackholes} set):
22764
22765 @example
22766  nnimap-split-fancy '(|
22767                       (any "ding" "ding")
22768                       (: spam-split)
22769                       ;; @r{default mailbox}
22770                       "mail")
22771 @end example
22772
22773 Now, the problem is that you want all ding messages to make it to the
22774 ding folder.  But that will let obvious spam (for example, spam
22775 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22776 when it's sent to the ding list.  On the other hand, some messages to
22777 the ding list are from a mail server in the blackhole list, so the
22778 invocation of @code{spam-split} can't be before the ding rule.
22779
22780 You can let SpamAssassin headers supersede ding rules, but all other
22781 @code{spam-split} rules (including a second invocation of the
22782 regex-headers check) will be after the ding rule:
22783
22784 @example
22785 nnimap-split-fancy
22786       '(|
22787         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
22788         (: spam-split "regex-spam" 'spam-use-regex-headers)
22789         (any "ding" "ding")
22790         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
22791         (: spam-split)
22792         ;; @r{default mailbox}
22793         "mail")
22794 @end example
22795
22796 This lets you invoke specific @code{spam-split} checks depending on
22797 your particular needs, and to target the results of those checks to a
22798 particular spam group.  You don't have to throw all mail into all the
22799 spam tests.  Another reason why this is nice is that messages to
22800 mailing lists you have rules for don't have to have resource-intensive
22801 blackhole checks performed on them.  You could also specify different
22802 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
22803
22804 You should still have specific checks such as
22805 @code{spam-use-regex-headers} set to @code{t}, even if you
22806 specifically invoke @code{spam-split} with the check.  The reason is
22807 that when loading @file{spam.el}, some conditional loading is done
22808 depending on what @code{spam-use-xyz} variables you have set.  This
22809 is usually not critical, though.
22810
22811 @emph{Note for IMAP users}
22812
22813 The boolean variable @code{nnimap-split-download-body} needs to be
22814 set, if you want to split based on the whole message instead of just
22815 the headers.  By default, the nnimap back end will only retrieve the
22816 message headers.  If you use @code{spam-check-bogofilter},
22817 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22818 can benefit from the full message body), you should set this variable.
22819 It is not set by default because it will slow @acronym{IMAP} down, and
22820 that is not an appropriate decision to make on behalf of the user.
22821
22822 @xref{Splitting in IMAP}.
22823
22824 @emph{TODO: spam.el needs to provide a uniform way of training all the
22825 statistical databases.  Some have that functionality built-in, others
22826 don't.}
22827
22828 @node Spam ELisp Package Global Variables
22829 @subsubsection Spam ELisp Package Global Variables
22830 @cindex spam filtering
22831 @cindex spam filtering variables
22832 @cindex spam variables
22833 @cindex spam
22834
22835 @vindex gnus-spam-process-newsgroups
22836 The concepts of ham processors and spam processors are very important.
22837 Ham processors and spam processors for a group can be set with the
22838 @code{spam-process} group parameter, or the
22839 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22840 mail known to be non-spam (@emph{ham}) and process it in some way so
22841 that later similar mail will also be considered non-spam.  Spam
22842 processors take mail known to be spam and process it so similar spam
22843 will be detected later.
22844
22845 The format of the spam or ham processor entry used to be a symbol,
22846 but now it is a @sc{cons} cell.  See the individual spam processor entries
22847 for more information.
22848
22849 @vindex gnus-spam-newsgroup-contents
22850 Gnus learns from the spam you get.  You have to collect your spam in
22851 one or more spam groups, and set or customize the variable
22852 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22853 groups to contain spam by setting their group parameter
22854 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22855 by customizing the corresponding variable
22856 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22857 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22858 also be used to declare groups as @emph{ham} groups if you set their
22859 classification to @code{gnus-group-spam-classification-ham}.  If
22860 groups are not classified by means of @code{spam-junk-mailgroups},
22861 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22862 considered @emph{unclassified}.  All groups are unclassified by
22863 default.
22864
22865 @vindex gnus-spam-mark
22866 @cindex $
22867 In spam groups, all messages are considered to be spam by default:
22868 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22869 group.  If you have seen a message, had it marked as spam, then
22870 unmarked it, it won't be marked as spam when you enter the group
22871 thereafter.  You can disable that behavior, so all unread messages
22872 will get the @samp{$} mark, if you set the
22873 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22874 should remove the @samp{$} mark when you are in the group summary
22875 buffer for every message that is not spam after all.  To remove the
22876 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22877 @kbd{d} for declaring it read the non-spam way.  When you leave a
22878 group, all spam-marked (@samp{$}) articles are sent to a spam
22879 processor which will study them as spam samples.
22880
22881 Messages may also be deleted in various other ways, and unless
22882 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22883 and @samp{r} for default read or explicit delete, marks @samp{X} and
22884 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22885 low scores, are all considered to be associated with articles which
22886 are not spam.  This assumption might be false, in particular if you
22887 use kill files or score files as means for detecting genuine spam, you
22888 should then adjust the @code{ham-marks} group parameter.
22889
22890 @defvar ham-marks
22891 You can customize this group or topic parameter to be the list of
22892 marks you want to consider ham.  By default, the list contains the
22893 deleted, read, killed, kill-filed, and low-score marks (the idea is
22894 that these articles have been read, but are not spam).  It can be
22895 useful to also include the tick mark in the ham marks.  It is not
22896 recommended to make the unread mark a ham mark, because it normally
22897 indicates a lack of classification.  But you can do it, and we'll be
22898 happy for you.
22899 @end defvar
22900
22901 @defvar spam-marks
22902 You can customize this group or topic parameter to be the list of
22903 marks you want to consider spam.  By default, the list contains only
22904 the spam mark.  It is not recommended to change that, but you can if
22905 you really want to.
22906 @end defvar
22907
22908 When you leave @emph{any} group, regardless of its
22909 @code{spam-contents} classification, all spam-marked articles are sent
22910 to a spam processor, which will study these as spam samples.  If you
22911 explicit kill a lot, you might sometimes end up with articles marked
22912 @samp{K} which you never saw, and which might accidentally contain
22913 spam.  Best is to make sure that real spam is marked with @samp{$},
22914 and nothing else.
22915
22916 @vindex gnus-ham-process-destinations
22917 When you leave a @emph{spam} group, all spam-marked articles are
22918 marked as expired after processing with the spam processor.  This is
22919 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
22920 @strong{ham} articles in a spam group will be moved to a location
22921 determined by either the @code{ham-process-destination} group
22922 parameter or a match in the @code{gnus-ham-process-destinations}
22923 variable, which is a list of regular expressions matched with group
22924 names (it's easiest to customize this variable with @kbd{M-x
22925 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
22926 group name list is a standard Lisp list, if you prefer to customize
22927 the variable manually.  If the @code{ham-process-destination}
22928 parameter is not set, ham articles are left in place.  If the
22929 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
22930 set, the ham articles are marked as unread before being moved.
22931
22932 If ham can not be moved---because of a read-only backend such as
22933 @acronym{NNTP}, for example, it will be copied.
22934
22935 Note that you can use multiples destinations per group or regular
22936 expression!  This enables you to send your ham to a regular mail
22937 group and to a @emph{ham training} group.
22938
22939 When you leave a @emph{ham} group, all ham-marked articles are sent to
22940 a ham processor, which will study these as non-spam samples.
22941
22942 @vindex spam-process-ham-in-spam-groups
22943 By default the variable @code{spam-process-ham-in-spam-groups} is
22944 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
22945 to be processed.  Normally this is not done, you are expected instead
22946 to send your ham to a ham group and process it there.
22947
22948 @vindex spam-process-ham-in-nonham-groups
22949 By default the variable @code{spam-process-ham-in-nonham-groups} is
22950 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
22951 or unclassified) groups to be processed.  Normally this is not done,
22952 you are expected instead to send your ham to a ham group and process
22953 it there.
22954
22955 @vindex gnus-spam-process-destinations
22956 When you leave a @emph{ham} or @emph{unclassified} group, all
22957 @strong{spam} articles are moved to a location determined by either
22958 the @code{spam-process-destination} group parameter or a match in the
22959 @code{gnus-spam-process-destinations} variable, which is a list of
22960 regular expressions matched with group names (it's easiest to
22961 customize this variable with @kbd{M-x customize-variable @key{RET}
22962 gnus-spam-process-destinations}).  Each group name list is a standard
22963 Lisp list, if you prefer to customize the variable manually.  If the
22964 @code{spam-process-destination} parameter is not set, the spam
22965 articles are only expired.  The group name is fully qualified, meaning
22966 that if you see @samp{nntp:servername} before the group name in the
22967 group buffer then you need it here as well.
22968
22969 If spam can not be moved---because of a read-only backend such as
22970 @acronym{NNTP}, for example, it will be copied.
22971
22972 Note that you can use multiples destinations per group or regular
22973 expression!  This enables you to send your spam to multiple @emph{spam
22974 training} groups.
22975
22976 @vindex spam-log-to-registry
22977 The problem with processing ham and spam is that Gnus doesn't track
22978 this processing by default.  Enable the @code{spam-log-to-registry}
22979 variable so @code{spam.el} will use @code{gnus-registry.el} to track
22980 what articles have been processed, and avoid processing articles
22981 multiple times.  Keep in mind that if you limit the number of registry
22982 entries, this won't work as well as it does without a limit.
22983
22984 @vindex spam-mark-only-unseen-as-spam
22985 Set this variable if you want only unseen articles in spam groups to
22986 be marked as spam.  By default, it is set.  If you set it to
22987 @code{nil}, unread articles will also be marked as spam.
22988
22989 @vindex spam-mark-ham-unread-before-move-from-spam-group
22990 Set this variable if you want ham to be unmarked before it is moved
22991 out of the spam group.  This is very useful when you use something
22992 like the tick mark @samp{!} to mark ham---the article will be placed
22993 in your @code{ham-process-destination}, unmarked as if it came fresh
22994 from the mail server.
22995
22996 @vindex spam-autodetect-recheck-messages
22997 When autodetecting spam, this variable tells @code{spam.el} whether
22998 only unseen articles or all unread articles should be checked for
22999 spam.  It is recommended that you leave it off.
23000
23001 @node Spam ELisp Package Configuration Examples
23002 @subsubsection Spam ELisp Package Configuration Examples
23003 @cindex spam filtering
23004 @cindex spam filtering configuration examples
23005 @cindex spam configuration examples
23006 @cindex spam
23007
23008 @subsubheading Ted's setup
23009
23010 From Ted Zlatanov <tzz@@lifelogs.com>.
23011 @example
23012 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
23013 ;; @r{see @file{gnus-registry.el} for more information}
23014 (gnus-registry-initialize)
23015 (spam-initialize)
23016
23017 ;; @r{I like @kbd{C-s} for marking spam}
23018 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
23019
23020 (setq
23021  spam-log-to-registry t     ; @r{for spam autodetection}
23022  spam-use-BBDB t
23023  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
23024  ;; @r{all groups with @samp{spam} in the name contain spam}
23025  gnus-spam-newsgroup-contents
23026   '(("spam" gnus-group-spam-classification-spam))
23027  ;; @r{see documentation for these}
23028  spam-move-spam-nonspam-groups-only nil
23029  spam-mark-only-unseen-as-spam t
23030  spam-mark-ham-unread-before-move-from-spam-group t
23031  nnimap-split-rule 'nnimap-split-fancy
23032  ;; @r{understand what this does before you copy it to your own setup!}
23033  nnimap-split-fancy '(|
23034                       ;; @r{trace references to parents and put in their group}
23035                       (: gnus-registry-split-fancy-with-parent)
23036                       ;; @r{this will catch server-side SpamAssassin tags}
23037                       (: spam-split 'spam-use-regex-headers)
23038                       (any "ding" "ding")
23039                       ;; @r{note that spam by default will go to @samp{spam}}
23040                       (: spam-split)
23041                       ;; @r{default mailbox}
23042                       "mail"))
23043
23044 ;; @r{my parameters, set with @kbd{G p}}
23045
23046 ;; @r{all nnml groups, and all nnimap groups except}
23047 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
23048 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
23049 ;; @r{because it must have been detected manually}
23050
23051 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23052
23053 ;; @r{all @acronym{NNTP} groups}
23054 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
23055 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
23056 ;; @r{send all spam to the training group}
23057  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
23058
23059 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
23060 ((spam-autodetect . t))
23061
23062 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
23063
23064 ;; @r{this is a spam group}
23065 ((spam-contents gnus-group-spam-classification-spam)
23066
23067  ;; @r{any spam (which happens when I enter for all unseen messages,}
23068  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
23069  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
23070
23071  (spam-process-destination "nnimap+mail.lifelogs.com:train")
23072
23073  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
23074  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
23075
23076  (ham-process-destination "nnimap+mail.lifelogs.com:mail" 
23077                           "nnimap+mail.lifelogs.com:trainham")
23078  ;; @r{in this group, only @samp{!} marks are ham}
23079  (ham-marks
23080   (gnus-ticked-mark))
23081  ;; @r{remembers senders in the blacklist on the way out---this is}
23082  ;; @r{definitely not needed, it just makes me feel better}
23083  (spam-process (gnus-group-spam-exit-processor-blacklist)))
23084
23085 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
23086 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
23087 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
23088
23089 @end example
23090
23091 @subsubheading Using @file{spam.el} on an IMAP server with a statistical filter on the server
23092 From Reiner Steib <reiner.steib@@gmx.de>.
23093
23094 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23095 the mail server (@acronym{IMAP}).  Recognized spam goes to
23096 @samp{spam.detected}, the rest goes through the normal filter rules,
23097 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23098 positives or negatives is done by copying or moving the article to
23099 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23100 the server feeds those to bogofilter with the suitable ham or spam
23101 options and deletes them from the @samp{training.ham} and
23102 @samp{training.spam} folders.
23103
23104 With the following entries in @code{gnus-parameters}, @code{spam.el}
23105 does most of the job for me:
23106
23107 @lisp
23108    ("nnimap:spam\\.detected"
23109     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23110     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23111     (spam-contents gnus-group-spam-classification-spam))
23112    ("nnimap:\\(INBOX\\|other-folders\\)"
23113     (spam-process-destination . "nnimap:training.spam")
23114     (spam-contents gnus-group-spam-classification-ham))
23115 @end lisp
23116
23117 @itemize 
23118
23119 @item @b{The Spam folder:}
23120
23121 In the folder @samp{spam.detected}, I have to check for false positives
23122 (i.e. legitimate mails, that were wrongly judged as spam by
23123 bogofilter or DCC).
23124
23125 Because of the @code{gnus-group-spam-classification-spam} entry, all
23126 messages are marked as spam (with @code{$}).  When I find a false
23127 positive, I mark the message with some other ham mark (@code{ham-marks},
23128 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23129 messages are copied to both groups, @samp{INBOX} (where I want to have
23130 the article) and @samp{training.ham} (for training bogofilter) and
23131 deleted from the @samp{spam.detected} folder.
23132
23133 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23134 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23135 have a similar size.  Grouping them by size (i.e. chars) makes finding
23136 other false positives easier.  (Of course worms aren't @i{spam}
23137 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23138 an excellent tool for filtering those unwanted mails for me.)
23139
23140 @item @b{Ham folders:}
23141
23142 In my ham folders, I just hit @kbd{S x}
23143 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23144 mail (false negative).  On group exit, those messages are moved to
23145 @samp{training.ham}.
23146 @end itemize
23147
23148 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23149
23150 From Reiner Steib <reiner.steib@@gmx.de>.
23151
23152 With following entry in @code{gnus-parameters}, @kbd{S x}
23153 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23154 groups as spam and reports the to Gmane at group exit:
23155
23156 @lisp
23157    ("^gmane\\."
23158     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23159 @end lisp
23160
23161 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23162 because I don't read the groups directly from news.gmane.org, but
23163 through my local news server (leafnode).  I.e. the article numbers are
23164 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23165 the @code{X-Report-Spam} header to find the correct number.
23166
23167 @node Blacklists and Whitelists
23168 @subsubsection Blacklists and Whitelists
23169 @cindex spam filtering
23170 @cindex whitelists, spam filtering
23171 @cindex blacklists, spam filtering
23172 @cindex spam
23173
23174 @defvar spam-use-blacklist
23175
23176 Set this variable to @code{t} if you want to use blacklists when
23177 splitting incoming mail.  Messages whose senders are in the blacklist
23178 will be sent to the @code{spam-split-group}.  This is an explicit
23179 filter, meaning that it acts only on mail senders @emph{declared} to
23180 be spammers.
23181
23182 @end defvar
23183
23184 @defvar spam-use-whitelist
23185
23186 Set this variable to @code{t} if you want to use whitelists when
23187 splitting incoming mail.  Messages whose senders are not in the
23188 whitelist will be sent to the next spam-split rule.  This is an
23189 explicit filter, meaning that unless someone is in the whitelist, their
23190 messages are not assumed to be spam or ham.
23191
23192 @end defvar
23193
23194 @defvar spam-use-whitelist-exclusive
23195
23196 Set this variable to @code{t} if you want to use whitelists as an
23197 implicit filter, meaning that every message will be considered spam
23198 unless the sender is in the whitelist.  Use with care.
23199
23200 @end defvar
23201
23202 @defvar gnus-group-spam-exit-processor-blacklist
23203
23204 Add this symbol to a group's @code{spam-process} parameter by
23205 customizing the group parameters or the
23206 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23207 added to a group's @code{spam-process} parameter, the senders of
23208 spam-marked articles will be added to the blacklist.
23209
23210 @emph{WARNING} 
23211
23212 Instead of the obsolete
23213 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23214 that you use @code{'(spam spam-use-blacklist)}.  Everything will work
23215 the same way, we promise.
23216
23217 @end defvar
23218
23219 @defvar gnus-group-ham-exit-processor-whitelist
23220
23221 Add this symbol to a group's @code{spam-process} parameter by
23222 customizing the group parameters or the
23223 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23224 added to a group's @code{spam-process} parameter, the senders of
23225 ham-marked articles in @emph{ham} groups will be added to the
23226 whitelist.
23227
23228 @emph{WARNING} 
23229
23230 Instead of the obsolete
23231 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23232 that you use @code{'(ham spam-use-whitelist)}.  Everything will work
23233 the same way, we promise.
23234
23235 @end defvar
23236
23237 Blacklists are lists of regular expressions matching addresses you
23238 consider to be spam senders.  For instance, to block mail from any
23239 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23240 blacklist.  You start out with an empty blacklist.  Blacklist entries
23241 use the Emacs regular expression syntax.
23242
23243 Conversely, whitelists tell Gnus what addresses are considered
23244 legitimate.  All messages from whitelisted addresses are considered
23245 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23246 Emacs regular expression syntax.
23247
23248 The blacklist and whitelist file locations can be customized with the
23249 @code{spam-directory} variable (@file{~/News/spam} by default), or
23250 the @code{spam-whitelist} and @code{spam-blacklist} variables
23251 directly.  The whitelist and blacklist files will by default be in the
23252 @code{spam-directory} directory, named @file{whitelist} and
23253 @file{blacklist} respectively.
23254
23255 @node BBDB Whitelists
23256 @subsubsection BBDB Whitelists
23257 @cindex spam filtering
23258 @cindex BBDB whitelists, spam filtering
23259 @cindex BBDB, spam filtering
23260 @cindex spam
23261
23262 @defvar spam-use-BBDB
23263
23264 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23265 Whitelists}), but uses the BBDB as the source of whitelisted
23266 addresses, without regular expressions.  You must have the BBDB loaded
23267 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23268 not in the BBDB will be sent to the next spam-split rule.  This is an
23269 explicit filter, meaning that unless someone is in the BBDB, their
23270 messages are not assumed to be spam or ham.
23271
23272 @end defvar
23273
23274 @defvar spam-use-BBDB-exclusive
23275
23276 Set this variable to @code{t} if you want to use the BBDB as an
23277 implicit filter, meaning that every message will be considered spam
23278 unless the sender is in the BBDB.  Use with care.  Only sender
23279 addresses in the BBDB will be allowed through; all others will be
23280 classified as spammers.
23281
23282 @end defvar
23283
23284 @defvar gnus-group-ham-exit-processor-BBDB
23285
23286 Add this symbol to a group's @code{spam-process} parameter by
23287 customizing the group parameters or the
23288 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23289 added to a group's @code{spam-process} parameter, the senders of
23290 ham-marked articles in @emph{ham} groups will be added to the
23291 BBDB.
23292
23293 @emph{WARNING} 
23294
23295 Instead of the obsolete
23296 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23297 that you use @code{'(ham spam-use-BBDB)}.  Everything will work
23298 the same way, we promise.
23299
23300 @end defvar
23301
23302 @node Gmane Spam Reporting
23303 @subsubsection Gmane Spam Reporting
23304 @cindex spam reporting
23305 @cindex Gmane, spam reporting
23306 @cindex Gmane, spam reporting
23307 @cindex spam
23308
23309 @defvar gnus-group-spam-exit-processor-report-gmane
23310
23311 Add this symbol to a group's @code{spam-process} parameter by
23312 customizing the group parameters or the
23313 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23314 added to a group's @code{spam-process} parameter, the spam-marked
23315 articles groups will be reported to the Gmane administrators via a
23316 HTTP request.
23317
23318 Gmane can be found at @uref{http://gmane.org}.
23319
23320 @emph{WARNING} 
23321
23322 Instead of the obsolete
23323 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23324 that you use @code{'(spam spam-use-gmane)}.  Everything will work the
23325 same way, we promise.
23326
23327 @end defvar
23328
23329 @defvar spam-report-gmane-use-article-number
23330
23331 This variable is @code{t} by default.  Set it to @code{nil} if you are
23332 running your own news server, for instance, and the local article
23333 numbers don't correspond to the Gmane article numbers.  When
23334 @code{spam-report-gmane-use-article-number} is @code{nil},
23335 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23336 Gmane provides.
23337
23338 @end defvar
23339
23340 @node Anti-spam Hashcash Payments
23341 @subsubsection Anti-spam Hashcash Payments
23342 @cindex spam filtering
23343 @cindex hashcash, spam filtering
23344 @cindex spam
23345
23346 @defvar spam-use-hashcash
23347
23348 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23349 Whitelists}), but uses hashcash tokens for whitelisting messages
23350 instead of the sender address.  You must have the @code{hashcash.el}
23351 package loaded for @code{spam-use-hashcash} to work properly.
23352 Messages without a hashcash payment token will be sent to the next
23353 spam-split rule.  This is an explicit filter, meaning that unless a
23354 hashcash token is found, the messages are not assumed to be spam or
23355 ham.
23356
23357 @end defvar
23358
23359 @node Blackholes
23360 @subsubsection Blackholes
23361 @cindex spam filtering
23362 @cindex blackholes, spam filtering
23363 @cindex spam
23364
23365 @defvar spam-use-blackholes
23366
23367 This option is disabled by default.  You can let Gnus consult the
23368 blackhole-type distributed spam processing systems (DCC, for instance)
23369 when you set this option.  The variable @code{spam-blackhole-servers}
23370 holds the list of blackhole servers Gnus will consult.  The current
23371 list is fairly comprehensive, but make sure to let us know if it
23372 contains outdated servers.
23373
23374 The blackhole check uses the @code{dig.el} package, but you can tell
23375 @file{spam.el} to use @code{dns.el} instead for better performance if
23376 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23377 this time to set @code{spam-use-dig} to @code{nil} despite the
23378 possible performance improvements, because some users may be unable to
23379 use it, but you can try it and see if it works for you.
23380
23381 @end defvar
23382
23383 @defvar spam-blackhole-servers
23384
23385 The list of servers to consult for blackhole checks.
23386
23387 @end defvar
23388
23389 @defvar spam-blackhole-good-server-regex
23390
23391 A regular expression for IPs that should not be checked against the
23392 blackhole server list.  When set to @code{nil}, it has no effect.
23393
23394 @end defvar
23395
23396 @defvar spam-use-dig
23397
23398 Use the @code{dig.el} package instead of the @code{dns.el} package.
23399 The default setting of @code{t} is recommended.
23400
23401 @end defvar
23402
23403 Blackhole checks are done only on incoming mail.  There is no spam or
23404 ham processor for blackholes.
23405
23406 @node Regular Expressions Header Matching
23407 @subsubsection Regular Expressions Header Matching
23408 @cindex spam filtering
23409 @cindex regular expressions header matching, spam filtering
23410 @cindex spam
23411
23412 @defvar spam-use-regex-headers
23413
23414 This option is disabled by default.  You can let Gnus check the
23415 message headers against lists of regular expressions when you set this
23416 option.  The variables @code{spam-regex-headers-spam} and
23417 @code{spam-regex-headers-ham} hold the list of regular expressions.
23418 Gnus will check against the message headers to determine if the
23419 message is spam or ham, respectively.
23420
23421 @end defvar
23422
23423 @defvar spam-regex-headers-spam
23424
23425 The list of regular expressions that, when matched in the headers of
23426 the message, positively identify it as spam.
23427
23428 @end defvar
23429
23430 @defvar spam-regex-headers-ham
23431
23432 The list of regular expressions that, when matched in the headers of
23433 the message, positively identify it as ham.
23434
23435 @end defvar
23436
23437 Regular expression header checks are done only on incoming mail.
23438 There is no specific spam or ham processor for regular expressions.
23439
23440 @node Bogofilter
23441 @subsubsection Bogofilter
23442 @cindex spam filtering
23443 @cindex bogofilter, spam filtering
23444 @cindex spam
23445
23446 @defvar spam-use-bogofilter
23447
23448 Set this variable if you want @code{spam-split} to use Eric Raymond's
23449 speedy Bogofilter.
23450
23451 With a minimum of care for associating the @samp{$} mark for spam
23452 articles only, Bogofilter training all gets fairly automatic.  You
23453 should do this until you get a few hundreds of articles in each
23454 category, spam or not.  The command @kbd{S t} in summary mode, either
23455 for debugging or for curiosity, shows the @emph{spamicity} score of
23456 the current article (between 0.0 and 1.0).
23457
23458 Bogofilter determines if a message is spam based on a specific
23459 threshold.  That threshold can be customized, consult the Bogofilter
23460 documentation.
23461
23462 If the @code{bogofilter} executable is not in your path, Bogofilter
23463 processing will be turned off.
23464
23465 You should not enable this if you use @code{spam-use-bogofilter-headers}.
23466
23467 @end defvar
23468
23469 @defvar spam-use-bogofilter-headers
23470
23471 Set this variable if you want @code{spam-split} to use Eric Raymond's
23472 speedy Bogofilter, looking only at the message headers.  It works
23473 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
23474 must be in the message already.  Normally you would do this with a
23475 procmail recipe or something similar; consult the Bogofilter
23476 installation documents for details.
23477
23478 You should not enable this if you use @code{spam-use-bogofilter}.
23479
23480 @end defvar
23481
23482 @defvar gnus-group-spam-exit-processor-bogofilter
23483 Add this symbol to a group's @code{spam-process} parameter by
23484 customizing the group parameters or the
23485 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23486 added to a group's @code{spam-process} parameter, spam-marked articles
23487 will be added to the Bogofilter spam database.
23488
23489 @emph{WARNING} 
23490
23491 Instead of the obsolete
23492 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
23493 that you use @code{'(spam spam-use-bogofilter)}.  Everything will work
23494 the same way, we promise.
23495 @end defvar
23496
23497 @defvar gnus-group-ham-exit-processor-bogofilter
23498 Add this symbol to a group's @code{spam-process} parameter by
23499 customizing the group parameters or the
23500 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23501 added to a group's @code{spam-process} parameter, the ham-marked
23502 articles in @emph{ham} groups will be added to the Bogofilter database
23503 of non-spam messages.
23504
23505 @emph{WARNING} 
23506
23507 Instead of the obsolete
23508 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
23509 that you use @code{'(ham spam-use-bogofilter)}.  Everything will work
23510 the same way, we promise.
23511 @end defvar
23512
23513 @defvar spam-bogofilter-database-directory
23514
23515 This is the directory where Bogofilter will store its databases.  It
23516 is not specified by default, so Bogofilter will use its own default
23517 database directory.
23518
23519 @end defvar
23520
23521 The Bogofilter mail classifier is similar to @command{ifile} in intent and
23522 purpose.  A ham and a spam processor are provided, plus the
23523 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
23524 variables to indicate to spam-split that Bogofilter should either be
23525 used, or has already been used on the article.  The 0.9.2.1 version of
23526 Bogofilter was used to test this functionality.
23527
23528 @node SpamAssassin backend
23529 @subsubsection SpamAssassin backend
23530 @cindex spam filtering
23531 @cindex spamassassin, spam filtering
23532 @cindex spam
23533
23534 @defvar spam-use-spamassassin
23535
23536 Set this variable if you want @code{spam-split} to use SpamAssassin.
23537
23538 SpamAssassin assigns a score to each article based on a set of rules
23539 and tests, including a Bayesian filter.  The Bayesian filter can be
23540 trained by associating the @samp{$} mark for spam articles.  The
23541 spam score can be viewed by using the command @kbd{S t} in summary
23542 mode.
23543
23544 If you set this variable, each article will be processed by
23545 SpamAssassin when @code{spam-split} is called.  If your mail is
23546 preprocessed by SpamAssassin, and you want to just use the
23547 SpamAssassin headers, set @code{spam-use-spamassassin-headers}
23548 instead.
23549
23550 You should not enable this is you use
23551 @code{spam-use-spamassassin-headers}.
23552
23553 @end defvar
23554
23555 @defvar spam-use-spamassassin-headers
23556
23557 Set this variable if your mail is preprocessed by SpamAssassin and
23558 want @code{spam-split} to split based on the SpamAssassin headers.
23559
23560 You should not enable this is you use @code{spam-use-spamassassin}.
23561
23562 @end defvar
23563
23564 @defvar spam-spamassassin-path
23565
23566 This variable points to the SpamAssassin executable.  If you have
23567 @code{spamd} running, you can set this variable to the @code{spamc}
23568 executable for faster processing.  See the SpamAssassin documentation
23569 for more information on @code{spamd}/@code{spamc}.
23570
23571 @end defvar
23572
23573 SpamAssassin is a powerful and flexible spam filter that uses a wide
23574 variety of tests to identify spam.  A ham and a spam processors are
23575 provided, plus the @code{spam-use-spamassassin} and
23576 @code{spam-use-spamassassin-headers} variables to indicate to
23577 spam-split that SpamAssassin should be either used, or has already
23578 been used on the article.  The 2.63 version of SpamAssassin was used
23579 to test this functionality.
23580
23581 @node ifile spam filtering
23582 @subsubsection ifile spam filtering
23583 @cindex spam filtering
23584 @cindex ifile, spam filtering
23585 @cindex spam
23586
23587 @defvar spam-use-ifile
23588
23589 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
23590 statistical analyzer similar to Bogofilter.
23591
23592 @end defvar
23593
23594 @defvar spam-ifile-all-categories
23595
23596 Enable this variable if you want @code{spam-use-ifile} to give you all
23597 the ifile categories, not just spam/non-spam.  If you use this, make
23598 sure you train ifile as described in its documentation.
23599
23600 @end defvar
23601
23602 @defvar spam-ifile-spam-category
23603
23604 This is the category of spam messages as far as ifile is concerned.
23605 The actual string used is irrelevant, but you probably want to leave
23606 the default value of @samp{spam}.
23607 @end defvar
23608
23609 @defvar spam-ifile-database-path
23610
23611 This is the filename for the ifile database.  It is not specified by
23612 default, so ifile will use its own default database name.
23613
23614 @end defvar
23615
23616 The ifile mail classifier is similar to Bogofilter in intent and
23617 purpose.  A ham and a spam processor are provided, plus the
23618 @code{spam-use-ifile} variable to indicate to spam-split that ifile
23619 should be used.  The 1.2.1 version of ifile was used to test this
23620 functionality.
23621
23622 @node spam-stat spam filtering
23623 @subsubsection spam-stat spam filtering
23624 @cindex spam filtering
23625 @cindex spam-stat, spam filtering
23626 @cindex spam-stat
23627 @cindex spam
23628
23629 @xref{Filtering Spam Using Statistics with spam-stat}.
23630
23631 @defvar spam-use-stat
23632
23633 Enable this variable if you want @code{spam-split} to use
23634 spam-stat.el, an Emacs Lisp statistical analyzer.
23635
23636 @end defvar
23637
23638 @defvar gnus-group-spam-exit-processor-stat
23639 Add this symbol to a group's @code{spam-process} parameter by
23640 customizing the group parameters or the
23641 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23642 added to a group's @code{spam-process} parameter, the spam-marked
23643 articles will be added to the spam-stat database of spam messages.
23644
23645 @emph{WARNING} 
23646
23647 Instead of the obsolete
23648 @code{gnus-group-spam-exit-processor-stat}, it is recommended
23649 that you use @code{'(spam spam-use-stat)}.  Everything will work
23650 the same way, we promise.
23651 @end defvar
23652
23653 @defvar gnus-group-ham-exit-processor-stat
23654 Add this symbol to a group's @code{spam-process} parameter by
23655 customizing the group parameters or the
23656 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23657 added to a group's @code{spam-process} parameter, the ham-marked
23658 articles in @emph{ham} groups will be added to the spam-stat database
23659 of non-spam messages.
23660
23661 @emph{WARNING} 
23662
23663 Instead of the obsolete
23664 @code{gnus-group-ham-exit-processor-stat}, it is recommended
23665 that you use @code{'(ham spam-use-stat)}.  Everything will work
23666 the same way, we promise.
23667 @end defvar
23668
23669 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
23670 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
23671 which unlike ifile or Bogofilter does not require external programs.
23672 A spam and a ham processor, and the @code{spam-use-stat} variable for
23673 @code{spam-split} are provided.
23674
23675 @node SpamOracle
23676 @subsubsection Using SpamOracle with Gnus
23677 @cindex spam filtering
23678 @cindex SpamOracle
23679 @cindex spam
23680
23681 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
23682 statistical mail filtering tool written by Xavier Leroy and needs to be
23683 installed separately.
23684
23685 There are several ways to use SpamOracle with Gnus.  In all cases, your
23686 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
23687 then enter an @samp{X-Spam} header indicating whether it regards the
23688 mail as a spam mail or not.
23689
23690 One possibility is to run SpamOracle as a @code{:prescript} from the
23691 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
23692 the advantage that the user can see the @emph{X-Spam} headers.
23693
23694 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
23695 Using The Spam ELisp Package}) call SpamOracle.
23696
23697 @vindex spam-use-spamoracle
23698 To enable SpamOracle usage by @file{spam.el}, set the variable
23699 @code{spam-use-spamoracle} to @code{t} and configure the
23700 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
23701 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
23702 this example the @samp{INBOX} of an nnimap server is filtered using
23703 SpamOracle.  Mails recognized as spam mails will be moved to
23704 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23705 in @samp{INBOX}:
23706
23707 @example
23708 (setq spam-use-spamoracle t
23709       spam-split-group "Junk"
23710       nnimap-split-inbox '("INBOX")
23711       nnimap-split-rule 'nnimap-split-fancy
23712       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23713 @end example
23714
23715 @defvar spam-use-spamoracle
23716 Set to @code{t} if you want Gnus to enable spam filtering using
23717 SpamOracle.
23718 @end defvar
23719
23720 @defvar spam-spamoracle-binary
23721 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23722 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23723 can be customized.
23724 @end defvar
23725
23726 @defvar spam-spamoracle-database
23727 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23728 store its analyses.  This is controlled by the variable
23729 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23730 the default SpamOracle database will be used.  In case you want your
23731 database to live somewhere special, set
23732 @code{spam-spamoracle-database} to this path.
23733 @end defvar
23734
23735 SpamOracle employs a statistical algorithm to determine whether a
23736 message is spam or ham.  In order to get good results, meaning few
23737 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23738 characteristics of your spam mails.  Using the @emph{add} mode
23739 (training mode) one has to feed good (ham) and spam mails to
23740 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23741 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23742 spam- and ham-processors, which is much more convenient.  For a
23743 detailed description of spam- and ham-processors, @xref{Filtering Spam
23744 Using The Spam ELisp Package}.
23745
23746 @defvar gnus-group-spam-exit-processor-spamoracle
23747 Add this symbol to a group's @code{spam-process} parameter by
23748 customizing the group parameter or the
23749 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23750 to a group's @code{spam-process} parameter, spam-marked articles will be
23751 sent to SpamOracle as spam samples.
23752
23753 @emph{WARNING} 
23754
23755 Instead of the obsolete
23756 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
23757 that you use @code{'(spam spam-use-spamoracle)}.  Everything will work
23758 the same way, we promise.
23759 @end defvar
23760
23761 @defvar gnus-group-ham-exit-processor-spamoracle
23762 Add this symbol to a group's @code{spam-process} parameter by
23763 customizing the group parameter or the
23764 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23765 to a group's @code{spam-process} parameter, the ham-marked articles in
23766 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23767 messages.
23768
23769 @emph{WARNING} 
23770
23771 Instead of the obsolete
23772 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
23773 that you use @code{'(ham spam-use-spamoracle)}.  Everything will work
23774 the same way, we promise.
23775 @end defvar
23776
23777 @emph{Example:} These are the Group Parameters of a group that has been
23778 classified as a ham group, meaning that it should only contain ham
23779 messages.
23780 @example
23781  ((spam-contents gnus-group-spam-classification-ham)
23782   (spam-process ((ham spam-use-spamoracle)
23783                  (spam spam-use-spamoracle))))
23784 @end example
23785 For this group the @code{spam-use-spamoracle} is installed for both
23786 ham and spam processing.  If the group contains spam message
23787 (e.g. because SpamOracle has not had enough sample messages yet) and
23788 the user marks some messages as spam messages, these messages will be
23789 processed by SpamOracle.  The processor sends the messages to
23790 SpamOracle as new samples for spam.
23791
23792 @node Extending the Spam ELisp package
23793 @subsubsection Extending the Spam ELisp package
23794 @cindex spam filtering
23795 @cindex spam elisp package, extending
23796 @cindex extending the spam elisp package
23797
23798 Say you want to add a new back end called blackbox.  For filtering
23799 incoming mail, provide the following:
23800
23801 @enumerate
23802
23803 @item
23804 Code
23805
23806 @lisp
23807 (defvar spam-use-blackbox nil
23808   "True if blackbox should be used.")
23809 @end lisp
23810
23811 Add
23812 @lisp
23813 (spam-use-blackbox   . spam-check-blackbox)
23814 @end lisp
23815 to @code{spam-list-of-checks}.
23816
23817 Add
23818 @lisp
23819 (gnus-group-ham-exit-processor-blackbox  ham spam-use-blackbox)
23820 (gnus-group-spam-exit-processor-blackbox spam spam-use-blackbox)
23821 @end lisp
23822
23823 to @code{spam-list-of-processors}.
23824
23825 Add
23826 @lisp
23827 (spam-use-blackbox spam-blackbox-register-routine
23828                    nil
23829                    spam-blackbox-unregister-routine
23830                    nil)
23831 @end lisp
23832
23833 to @code{spam-registration-functions}.  Write the register/unregister
23834 routines using the bogofilter register/unregister routines as a
23835 start, or other restister/unregister routines more appropriate to
23836 Blackbox.
23837
23838 @item
23839 Functionality
23840
23841 Write the @code{spam-check-blackbox} function.  It should return
23842 @samp{nil} or @code{spam-split-group}, observing the other
23843 conventions.  See the existing @code{spam-check-*} functions for
23844 examples of what you can do, and stick to the template unless you
23845 fully understand the reasons why you aren't.
23846
23847 Make sure to add @code{spam-use-blackbox} to
23848 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23849 mail analyzer that needs the full message body to operate.
23850
23851 @end enumerate
23852
23853 For processing spam and ham messages, provide the following:
23854
23855 @enumerate
23856
23857 @item
23858 Code
23859
23860 Note you don't have to provide a spam or a ham processor.  Only
23861 provide them if Blackbox supports spam or ham processing.
23862
23863 Also, ham and spam processors are being phased out as single
23864 variables.  Instead the form @code{'(spam spam-use-blackbox)} or 
23865 @code{'(ham spam-use-blackbox)} is favored.  For now, spam/ham
23866 processor variables are still around but they won't be for long.
23867
23868 @lisp
23869 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
23870   "The Blackbox summary exit spam processor.
23871 Only applicable to spam groups.")
23872
23873 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
23874   "The whitelist summary exit ham processor.
23875 Only applicable to non-spam (unclassified and ham) groups.")
23876
23877 @end lisp
23878
23879 @item
23880 Gnus parameters
23881
23882 Add
23883 @lisp
23884 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
23885 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
23886 @end lisp
23887 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
23888 sure you do it twice, once for the parameter and once for the
23889 variable customization.
23890
23891 Add
23892 @lisp
23893 (variable-item spam-use-blackbox)
23894 @end lisp
23895 to the @code{spam-autodetect-methods} group parameter in
23896 @code{gnus.el}.
23897
23898 @end enumerate
23899
23900
23901 @node Filtering Spam Using Statistics with spam-stat
23902 @subsection Filtering Spam Using Statistics with spam-stat
23903 @cindex Paul Graham
23904 @cindex Graham, Paul
23905 @cindex naive Bayesian spam filtering
23906 @cindex Bayesian spam filtering, naive
23907 @cindex spam filtering, naive Bayesian
23908
23909 Paul Graham has written an excellent essay about spam filtering using
23910 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23911 Spam}.  In it he describes the inherent deficiency of rule-based
23912 filtering as used by SpamAssassin, for example: Somebody has to write
23913 the rules, and everybody else has to install these rules.  You are
23914 always late.  It would be much better, he argues, to filter mail based
23915 on whether it somehow resembles spam or non-spam.  One way to measure
23916 this is word distribution.  He then goes on to describe a solution
23917 that checks whether a new mail resembles any of your other spam mails
23918 or not.
23919
23920 The basic idea is this:  Create a two collections of your mail, one
23921 with spam, one with non-spam.  Count how often each word appears in
23922 either collection, weight this by the total number of mails in the
23923 collections, and store this information in a dictionary.  For every
23924 word in a new mail, determine its probability to belong to a spam or a
23925 non-spam mail.  Use the 15 most conspicuous words, compute the total
23926 probability of the mail being spam.  If this probability is higher
23927 than a certain threshold, the mail is considered to be spam.
23928
23929 Gnus supports this kind of filtering.  But it needs some setting up.
23930 First, you need two collections of your mail, one with spam, one with
23931 non-spam.  Then you need to create a dictionary using these two
23932 collections, and save it.  And last but not least, you need to use
23933 this dictionary in your fancy mail splitting rules.
23934
23935 @menu
23936 * Creating a spam-stat dictionary::
23937 * Splitting mail using spam-stat::
23938 * Low-level interface to the spam-stat dictionary::
23939 @end menu
23940
23941 @node Creating a spam-stat dictionary
23942 @subsubsection Creating a spam-stat dictionary
23943
23944 Before you can begin to filter spam based on statistics, you must
23945 create these statistics based on two mail collections, one with spam,
23946 one with non-spam.  These statistics are then stored in a dictionary
23947 for later use.  In order for these statistics to be meaningful, you
23948 need several hundred emails in both collections.
23949
23950 Gnus currently supports only the nnml back end for automated dictionary
23951 creation.  The nnml back end stores all mails in a directory, one file
23952 per mail.  Use the following:
23953
23954 @defun spam-stat-process-spam-directory
23955 Create spam statistics for every file in this directory.  Every file
23956 is treated as one spam mail.
23957 @end defun
23958
23959 @defun spam-stat-process-non-spam-directory
23960 Create non-spam statistics for every file in this directory.  Every
23961 file is treated as one non-spam mail.
23962 @end defun
23963
23964 Usually you would call @code{spam-stat-process-spam-directory} on a
23965 directory such as @file{~/Mail/mail/spam} (this usually corresponds
23966 the the group @samp{nnml:mail.spam}), and you would call
23967 @code{spam-stat-process-non-spam-directory} on a directory such as
23968 @file{~/Mail/mail/misc} (this usually corresponds the the group
23969 @samp{nnml:mail.misc}).
23970
23971 When you are using @acronym{IMAP}, you won't have the mails available
23972 locally, so that will not work.  One solution is to use the Gnus Agent
23973 to cache the articles.  Then you can use directories such as
23974 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
23975 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
23976
23977 @defvar spam-stat
23978 This variable holds the hash-table with all the statistics---the
23979 dictionary we have been talking about.  For every word in either
23980 collection, this hash-table stores a vector describing how often the
23981 word appeared in spam and often it appeared in non-spam mails.
23982 @end defvar
23983
23984 If you want to regenerate the statistics from scratch, you need to
23985 reset the dictionary.
23986
23987 @defun spam-stat-reset
23988 Reset the @code{spam-stat} hash-table, deleting all the statistics.
23989 @end defun
23990
23991 When you are done, you must save the dictionary.  The dictionary may
23992 be rather large.  If you will not update the dictionary incrementally
23993 (instead, you will recreate it once a month, for example), then you
23994 can reduce the size of the dictionary by deleting all words that did
23995 not appear often enough or that do not clearly belong to only spam or
23996 only non-spam mails.
23997
23998 @defun spam-stat-reduce-size
23999 Reduce the size of the dictionary.  Use this only if you do not want
24000 to update the dictionary incrementally.
24001 @end defun
24002
24003 @defun spam-stat-save
24004 Save the dictionary.
24005 @end defun
24006
24007 @defvar spam-stat-file
24008 The filename used to store the dictionary.  This defaults to
24009 @file{~/.spam-stat.el}.
24010 @end defvar
24011
24012 @node Splitting mail using spam-stat
24013 @subsubsection Splitting mail using spam-stat
24014
24015 In order to use @code{spam-stat} to split your mail, you need to add the
24016 following to your @file{~/.gnus.el} file:
24017
24018 @lisp
24019 (require 'spam-stat)
24020 (spam-stat-load)
24021 @end lisp
24022
24023 This will load the necessary Gnus code, and the dictionary you
24024 created.
24025
24026 Next, you need to adapt your fancy splitting rules:  You need to
24027 determine how to use @code{spam-stat}.  The following examples are for
24028 the nnml back end.  Using the nnimap back end works just as well.  Just
24029 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
24030
24031 In the simplest case, you only have two groups, @samp{mail.misc} and
24032 @samp{mail.spam}.  The following expression says that mail is either
24033 spam or it should go into @samp{mail.misc}.  If it is spam, then
24034 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
24035
24036 @lisp
24037 (setq nnmail-split-fancy
24038       `(| (: spam-stat-split-fancy)
24039           "mail.misc"))
24040 @end lisp
24041
24042 @defvar spam-stat-split-fancy-spam-group
24043 The group to use for spam.  Default is @samp{mail.spam}.
24044 @end defvar
24045
24046 If you also filter mail with specific subjects into other groups, use
24047 the following expression.  Only mails not matching the regular
24048 expression are considered potential spam.
24049
24050 @lisp
24051 (setq nnmail-split-fancy
24052       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
24053           (: spam-stat-split-fancy)
24054           "mail.misc"))
24055 @end lisp
24056
24057 If you want to filter for spam first, then you must be careful when
24058 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
24059 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
24060 non-spam, therefore both should be in your collection of non-spam
24061 mails, when creating the dictionary!
24062
24063 @lisp
24064 (setq nnmail-split-fancy
24065       `(| (: spam-stat-split-fancy)
24066           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24067           "mail.misc"))
24068 @end lisp
24069
24070 You can combine this with traditional filtering.  Here, we move all
24071 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
24072 @code{spam-stat-split-fancy} will never see them, the mails in
24073 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
24074 nor in your collection of non-spam mails, when creating the
24075 dictionary!
24076
24077 @lisp
24078 (setq nnmail-split-fancy
24079       `(| ("Content-Type" "text/html" "mail.spam.filtered")
24080           (: spam-stat-split-fancy)
24081           ("Subject" "\\bspam-stat\\b" "mail.emacs")
24082           "mail.misc"))
24083 @end lisp
24084
24085
24086 @node Low-level interface to the spam-stat dictionary
24087 @subsubsection Low-level interface to the spam-stat dictionary
24088
24089 The main interface to using @code{spam-stat}, are the following functions:
24090
24091 @defun spam-stat-buffer-is-spam
24092 Called in a buffer, that buffer is considered to be a new spam mail.
24093 Use this for new mail that has not been processed before.
24094 @end defun
24095
24096 @defun spam-stat-buffer-is-no-spam
24097 Called in a buffer, that buffer is considered to be a new non-spam
24098 mail.  Use this for new mail that has not been processed before.
24099 @end defun
24100
24101 @defun spam-stat-buffer-change-to-spam
24102 Called in a buffer, that buffer is no longer considered to be normal
24103 mail but spam.  Use this to change the status of a mail that has
24104 already been processed as non-spam.
24105 @end defun
24106
24107 @defun spam-stat-buffer-change-to-non-spam
24108 Called in a buffer, that buffer is no longer considered to be spam but
24109 normal mail.  Use this to change the status of a mail that has already
24110 been processed as spam.
24111 @end defun
24112
24113 @defun spam-stat-save
24114 Save the hash table to the file.  The filename used is stored in the
24115 variable @code{spam-stat-file}.
24116 @end defun
24117
24118 @defun spam-stat-load
24119 Load the hash table from a file.  The filename used is stored in the
24120 variable @code{spam-stat-file}.
24121 @end defun
24122
24123 @defun spam-stat-score-word
24124 Return the spam score for a word.
24125 @end defun
24126
24127 @defun spam-stat-score-buffer
24128 Return the spam score for a buffer.
24129 @end defun
24130
24131 @defun spam-stat-split-fancy
24132 Use this function for fancy mail splitting.  Add the rule @samp{(:
24133 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
24134 @end defun
24135
24136 Make sure you load the dictionary before using it.  This requires the
24137 following in your @file{~/.gnus.el} file:
24138
24139 @lisp
24140 (require 'spam-stat)
24141 (spam-stat-load)
24142 @end lisp
24143
24144 Typical test will involve calls to the following functions:
24145
24146 @smallexample
24147 Reset: (setq spam-stat (make-hash-table :test 'equal))
24148 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24149 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24150 Save table: (spam-stat-save)
24151 File size: (nth 7 (file-attributes spam-stat-file))
24152 Number of words: (hash-table-count spam-stat)
24153 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24154 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24155 Reduce table size: (spam-stat-reduce-size)
24156 Save table: (spam-stat-save)
24157 File size: (nth 7 (file-attributes spam-stat-file))
24158 Number of words: (hash-table-count spam-stat)
24159 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24160 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24161 @end smallexample
24162
24163 Here is how you would create your dictionary:
24164
24165 @smallexample
24166 Reset: (setq spam-stat (make-hash-table :test 'equal))
24167 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24168 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24169 Repeat for any other non-spam group you need...
24170 Reduce table size: (spam-stat-reduce-size)
24171 Save table: (spam-stat-save)
24172 @end smallexample
24173
24174 @node Other modes
24175 @section Interaction with other modes
24176
24177 @subsection Dired
24178 @cindex dired
24179
24180 @code{gnus-dired-minor-mode} provided some useful functions for dired
24181 buffers.  It is enabled with
24182 @lisp
24183 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24184 @end lisp
24185
24186 @table @kbd
24187 @item C-c C-m C-a
24188 @findex gnus-dired-attach
24189 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24190 You will be prompted for a message buffer.
24191
24192 @item C-c C-m C-l
24193 @findex gnus-dired-find-file-mailcap
24194 Visit a file according to the appropriate mailcap entry
24195 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24196 buffer.
24197
24198 @item C-c C-m C-p
24199 @findex gnus-dired-print
24200 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24201 there is no print command, print in a PostScript image.
24202 @end table
24203
24204 @node Various Various
24205 @section Various Various
24206 @cindex mode lines
24207 @cindex highlights
24208
24209 @table @code
24210
24211 @item gnus-home-directory
24212 @vindex gnus-home-directory
24213 All Gnus file and directory variables will be initialized from this
24214 variable, which defaults to @file{~/}.
24215
24216 @item gnus-directory
24217 @vindex gnus-directory
24218 Most Gnus storage file and directory variables will be initialized from
24219 this variable, which defaults to the @env{SAVEDIR} environment
24220 variable, or @file{~/News/} if that variable isn't set.
24221
24222 Note that gnus is mostly loaded when the @file{.gnus.el} file is read.
24223 This means that other directory variables that are initialized from this
24224 variable won't be set properly if you set this variable in
24225 @file{.gnus.el}.  Set this variable in @file{.emacs} instead.
24226
24227 @item gnus-default-directory
24228 @vindex gnus-default-directory
24229 Not related to the above variable at all---this variable says what the
24230 default directory of all Gnus buffers should be.  If you issue commands
24231 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24232 default directory.  If this variable is @code{nil} (which is the
24233 default), the default directory will be the default directory of the
24234 buffer you were in when you started Gnus.
24235
24236 @item gnus-verbose
24237 @vindex gnus-verbose
24238 This variable is an integer between zero and ten.  The higher the value,
24239 the more messages will be displayed.  If this variable is zero, Gnus
24240 will never flash any messages, if it is seven (which is the default),
24241 most important messages will be shown, and if it is ten, Gnus won't ever
24242 shut up, but will flash so many messages it will make your head swim.
24243
24244 @item gnus-verbose-backends
24245 @vindex gnus-verbose-backends
24246 This variable works the same way as @code{gnus-verbose}, but it applies
24247 to the Gnus back ends instead of Gnus proper.
24248
24249 @item nnheader-max-head-length
24250 @vindex nnheader-max-head-length
24251 When the back ends read straight heads of articles, they all try to read
24252 as little as possible.  This variable (default 4096) specifies
24253 the absolute max length the back ends will try to read before giving up
24254 on finding a separator line between the head and the body.  If this
24255 variable is @code{nil}, there is no upper read bound.  If it is
24256 @code{t}, the back ends won't try to read the articles piece by piece,
24257 but read the entire articles.  This makes sense with some versions of
24258 @code{ange-ftp} or @code{efs}.
24259
24260 @item nnheader-head-chop-length
24261 @vindex nnheader-head-chop-length
24262 This variable (default 2048) says how big a piece of each article to
24263 read when doing the operation described above.
24264
24265 @item nnheader-file-name-translation-alist
24266 @vindex nnheader-file-name-translation-alist
24267 @cindex file names
24268 @cindex invalid characters in file names
24269 @cindex characters in file names
24270 This is an alist that says how to translate characters in file names.
24271 For instance, if @samp{:} is invalid as a file character in file names
24272 on your system (you OS/2 user you), you could say something like:
24273
24274 @lisp
24275 @group
24276 (setq nnheader-file-name-translation-alist
24277       '((?: . ?_)))
24278 @end group
24279 @end lisp
24280
24281 In fact, this is the default value for this variable on OS/2 and MS
24282 Windows (phooey) systems.
24283
24284 @item gnus-hidden-properties
24285 @vindex gnus-hidden-properties
24286 This is a list of properties to use to hide ``invisible'' text.  It is
24287 @code{(invisible t intangible t)} by default on most systems, which
24288 makes invisible text invisible and intangible.
24289
24290 @item gnus-parse-headers-hook
24291 @vindex gnus-parse-headers-hook
24292 A hook called before parsing headers.  It can be used, for instance, to
24293 gather statistics on the headers fetched, or perhaps you'd like to prune
24294 some headers.  I don't see why you'd want that, though.
24295
24296 @item gnus-shell-command-separator
24297 @vindex gnus-shell-command-separator
24298 String used to separate two shell commands.  The default is @samp{;}.
24299
24300 @item gnus-invalid-group-regexp
24301 @vindex gnus-invalid-group-regexp
24302
24303 Regexp to match ``invalid'' group names when querying user for a group
24304 name.  The default value catches some @strong{really} invalid group
24305 names who could possibly mess up Gnus internally (like allowing
24306 @samp{:} in a group name, which is normally used to delimit method and
24307 group).
24308
24309 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24310
24311
24312 @end table
24313
24314 @node The End
24315 @chapter The End
24316
24317 Well, that's the manual---you can get on with your life now.  Keep in
24318 touch.  Say hello to your cats from me.
24319
24320 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24321
24322 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24323
24324 @quotation
24325 @strong{Te Deum}
24326
24327 @sp 1
24328 Not because of victories @*
24329 I sing,@*
24330 having none,@*
24331 but for the common sunshine,@*
24332 the breeze,@*
24333 the largess of the spring.
24334
24335 @sp 1
24336 Not for victory@*
24337 but for the day's work done@*
24338 as well as I was able;@*
24339 not for a seat upon the dais@*
24340 but at the common table.@*
24341 @end quotation
24342
24343
24344 @node Appendices
24345 @chapter Appendices
24346
24347 @menu
24348 * XEmacs::                      Requirements for installing under XEmacs.
24349 * History::                     How Gnus got where it is today.
24350 * On Writing Manuals::          Why this is not a beginner's guide.
24351 * Terminology::                 We use really difficult, like, words here.
24352 * Customization::               Tailoring Gnus to your needs.
24353 * Troubleshooting::             What you might try if things do not work.
24354 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24355 * Emacs for Heathens::          A short introduction to Emacsian terms.
24356 * Frequently Asked Questions::  The Gnus FAQ
24357 @end menu
24358
24359
24360 @node XEmacs
24361 @section XEmacs
24362 @cindex XEmacs
24363 @cindex installing under XEmacs
24364
24365 XEmacs is distributed as a collection of packages.  You should install
24366 whatever packages the Gnus XEmacs package requires.  The current
24367 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
24368 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
24369 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{w3},
24370 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
24371
24372
24373 @node History
24374 @section History
24375
24376 @cindex history
24377 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
24378 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
24379
24380 If you want to investigate the person responsible for this outrage,
24381 you can point your (feh!) web browser to
24382 @uref{http://quimby.gnus.org/}.  This is also the primary
24383 distribution point for the new and spiffy versions of Gnus, and is
24384 known as The Site That Destroys Newsrcs And Drives People Mad.
24385
24386 During the first extended alpha period of development, the new Gnus was
24387 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
24388 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
24389 (Besides, the ``Gnus'' in this abbreviation should probably be
24390 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
24391 appropriate name, don't you think?)
24392
24393 In any case, after spending all that energy on coming up with a new and
24394 spunky name, we decided that the name was @emph{too} spunky, so we
24395 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
24396 ``@sc{gnus}''.  New vs. old.
24397
24398 @menu
24399 * Gnus Versions::               What Gnus versions have been released.
24400 * Other Gnus Versions::         Other Gnus versions that also have been released.
24401 * Why?::                        What's the point of Gnus?
24402 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
24403 * Conformity::                  Gnus tries to conform to all standards.
24404 * Emacsen::                     Gnus can be run on a few modern Emacsen.
24405 * Gnus Development::            How Gnus is developed.
24406 * Contributors::                Oodles of people.
24407 * New Features::                Pointers to some of the new stuff in Gnus.
24408 @end menu
24409
24410
24411 @node Gnus Versions
24412 @subsection Gnus Versions
24413 @cindex ding Gnus
24414 @cindex September Gnus
24415 @cindex Red Gnus
24416 @cindex Quassia Gnus
24417 @cindex Pterodactyl Gnus
24418 @cindex Oort Gnus
24419 @cindex No Gnus
24420 @cindex Gnus versions
24421
24422 The first ``proper'' release of Gnus 5 was done in November 1995 when it
24423 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
24424 plus 15 Gnus 5.0 releases).
24425
24426 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
24427 releases)) was released under the name ``Gnus 5.2'' (40 releases).
24428
24429 On July 28th 1996 work on Red Gnus was begun, and it was released on
24430 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
24431
24432 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
24433 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
24434
24435 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24436 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
24437 1999.
24438
24439 On the 26th of October 2000, Oort Gnus was begun.
24440
24441 If you happen upon a version of Gnus that has a prefixed name --
24442 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24443 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
24444 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
24445 run.  Walk away, calmly, until you're out of its reach.  Find a proper
24446 released version of Gnus and snuggle up to that instead.
24447
24448
24449 @node Other Gnus Versions
24450 @subsection Other Gnus Versions
24451 @cindex Semi-gnus
24452
24453 In addition to the versions of Gnus which have had their releases
24454 coordinated by Lars, one major development has been Semi-gnus from
24455 Japan.  It's based on a library called @acronym{SEMI}, which provides
24456 @acronym{MIME} capabilities.
24457
24458 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
24459 Collectively, they are called ``Semi-gnus'', and different strains are
24460 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
24461 @acronym{MIME} and multilingualization things, especially important for
24462 Japanese users.
24463
24464
24465 @node Why?
24466 @subsection Why?
24467
24468 What's the point of Gnus?
24469
24470 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
24471 newsreader, that lets you do anything you can think of.  That was my
24472 original motivation, but while working on Gnus, it has become clear to
24473 me that this generation of newsreaders really belong in the stone age.
24474 Newsreaders haven't developed much since the infancy of the net.  If the
24475 volume continues to rise with the current rate of increase, all current
24476 newsreaders will be pretty much useless.  How do you deal with
24477 newsgroups that have thousands of new articles each day?  How do you
24478 keep track of millions of people who post?
24479
24480 Gnus offers no real solutions to these questions, but I would very much
24481 like to see Gnus being used as a testing ground for new methods of
24482 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
24483 to separate the newsreader from the back ends, Gnus now offers a simple
24484 interface for anybody who wants to write new back ends for fetching mail
24485 and news from different sources.  I have added hooks for customizations
24486 everywhere I could imagine it being useful.  By doing so, I'm inviting
24487 every one of you to explore and invent.
24488
24489 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
24490 @kbd{C-u 100 M-x all-hail-xemacs}.
24491
24492
24493 @node Compatibility
24494 @subsection Compatibility
24495
24496 @cindex compatibility
24497 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
24498 bindings have been kept.  More key bindings have been added, of course,
24499 but only in one or two obscure cases have old bindings been changed.
24500
24501 Our motto is:
24502 @quotation
24503 @cartouche
24504 @center In a cloud bones of steel.
24505 @end cartouche
24506 @end quotation
24507
24508 All commands have kept their names.  Some internal functions have changed
24509 their names.
24510
24511 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
24512 Articles}.
24513
24514 One major compatibility question is the presence of several summary
24515 buffers.  All variables relevant while reading a group are
24516 buffer-local to the summary buffer they belong in.  Although many
24517 important variables have their values copied into their global
24518 counterparts whenever a command is executed in the summary buffer, this
24519 change might lead to incorrect values being used unless you are careful.
24520
24521 All code that relies on knowledge of @sc{gnus} internals will probably
24522 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
24523 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
24524 maintains a hash table that points to the entries in this alist (which
24525 speeds up many functions), and changing the alist directly will lead to
24526 peculiar results.
24527
24528 @cindex hilit19
24529 @cindex highlighting
24530 Old hilit19 code does not work at all.  In fact, you should probably
24531 remove all hilit code from all Gnus hooks
24532 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
24533 Gnus provides various integrated functions for highlighting.  These are
24534 faster and more accurate.  To make life easier for everybody, Gnus will
24535 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
24536 Away!
24537
24538 Packages like @code{expire-kill} will no longer work.  As a matter of
24539 fact, you should probably remove all old @sc{gnus} packages (and other
24540 code) when you start using Gnus.  More likely than not, Gnus already
24541 does what you have written code to make @sc{gnus} do.  (Snicker.)
24542
24543 Even though old methods of doing things are still supported, only the
24544 new methods are documented in this manual.  If you detect a new method of
24545 doing something while reading this manual, that does not mean you have
24546 to stop doing it the old way.
24547
24548 Gnus understands all @sc{gnus} startup files.
24549
24550 @kindex M-x gnus-bug
24551 @findex gnus-bug
24552 @cindex reporting bugs
24553 @cindex bugs
24554 Overall, a casual user who hasn't written much code that depends on
24555 @sc{gnus} internals should suffer no problems.  If problems occur,
24556 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
24557
24558 @vindex gnus-bug-create-help-buffer
24559 If you are in the habit of sending bug reports @emph{very} often, you
24560 may find the helpful help buffer annoying after a while.  If so, set
24561 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
24562 up at you.
24563
24564
24565 @node Conformity
24566 @subsection Conformity
24567
24568 No rebels without a clue here, ma'am.  We conform to all standards known
24569 to (wo)man.  Except for those standards and/or conventions we disagree
24570 with, of course.
24571
24572 @table @strong
24573
24574 @item RFC (2)822
24575 @cindex RFC 822
24576 @cindex RFC 2822
24577 There are no known breaches of this standard.
24578
24579 @item RFC 1036
24580 @cindex RFC 1036
24581 There are no known breaches of this standard, either.
24582
24583 @item Son-of-RFC 1036
24584 @cindex Son-of-RFC 1036
24585 We do have some breaches to this one.
24586
24587 @table @emph
24588
24589 @item X-Newsreader
24590 @itemx User-Agent
24591 These are considered to be ``vanity headers'', while I consider them
24592 to be consumer information.  After seeing so many badly formatted
24593 articles coming from @code{tin} and @code{Netscape} I know not to use
24594 either of those for posting articles.  I would not have known that if
24595 it wasn't for the @code{X-Newsreader} header.
24596 @end table
24597
24598 @item USEFOR
24599 @cindex USEFOR
24600 USEFOR is an IETF working group writing a successor to RFC 1036, based
24601 on Son-of-RFC 1036.  They have produced a number of drafts proposing
24602 various changes to the format of news articles.  The Gnus towers will
24603 look into implementing the changes when the draft is accepted as an RFC.
24604
24605 @item MIME - RFC 2045-2049 etc
24606 @cindex @acronym{MIME}
24607 All the various @acronym{MIME} RFCs are supported.
24608
24609 @item Disposition Notifications - RFC 2298
24610 Message Mode is able to request notifications from the receiver.
24611
24612 @item PGP - RFC 1991 and RFC 2440
24613 @cindex RFC 1991
24614 @cindex RFC 2440
24615 RFC 1991 is the original @acronym{PGP} message specification,
24616 published as an informational RFC.  RFC 2440 was the follow-up, now
24617 called Open PGP, and put on the Standards Track.  Both document a
24618 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
24619 encoding (signing and encryption) and decoding (verification and
24620 decryption).
24621
24622 @item PGP/MIME - RFC 2015/3156
24623 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
24624 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
24625 Gnus supports both encoding and decoding.
24626
24627 @item S/MIME - RFC 2633
24628 RFC 2633 describes the @acronym{S/MIME} format.
24629
24630 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
24631 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
24632 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
24633 authentication for @acronym{IMAP}.  RFC 2086 describes access control
24634 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
24635 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
24636 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
24637 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
24638
24639 @end table
24640
24641 If you ever notice Gnus acting non-compliant with regards to the texts
24642 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
24643 know.
24644
24645
24646 @node Emacsen
24647 @subsection Emacsen
24648 @cindex Emacsen
24649 @cindex XEmacs
24650 @cindex Mule
24651 @cindex Emacs
24652
24653 Gnus should work on:
24654
24655 @itemize @bullet
24656
24657 @item
24658 Emacs 21.1 and up.
24659
24660 @item
24661 XEmacs 21.4 and up.
24662
24663 @end itemize
24664
24665 This Gnus version will absolutely not work on any Emacsen older than
24666 that.  Not reliably, at least.  Older versions of Gnus may work on older
24667 Emacs versions.  However, T-gnus does support ``Mule 2.3 based on Emacs
24668 19.34'' and possibly the versions of XEmacs prior to 21.1.1, e.g. 20.4.
24669 See the file ``README'' in the T-gnus distribution for more details.
24670
24671 There are some vague differences between Gnus on the various
24672 platforms---XEmacs features more graphics (a logo and a toolbar)---but
24673 other than that, things should look pretty much the same under all
24674 Emacsen.
24675
24676
24677 @node Gnus Development
24678 @subsection Gnus Development
24679
24680 Gnus is developed in a two-phased cycle.  The first phase involves much
24681 discussion on the @samp{ding@@gnus.org} mailing list, where people
24682 propose changes and new features, post patches and new back ends.  This
24683 phase is called the @dfn{alpha} phase, since the Gnusae released in this
24684 phase are @dfn{alpha releases}, or (perhaps more commonly in other
24685 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
24686 unstable and should not be used by casual users.  Gnus alpha releases
24687 have names like ``Red Gnus'' and ``Quassia Gnus''.
24688
24689 After futzing around for 50-100 alpha releases, Gnus is declared
24690 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
24691 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
24692 supposed to be able to use these, and these are mostly discussed on the
24693 @samp{gnu.emacs.gnus} newsgroup.
24694
24695 @cindex Incoming*
24696 @vindex mail-source-delete-incoming
24697 Some variable defaults differ between alpha Gnusae and released Gnusae.
24698 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
24699 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
24700 lossage of mail if an alpha release hiccups while handling the mail.
24701
24702 The division of discussion between the ding mailing list and the Gnus
24703 newsgroup is not purely based on publicity concerns.  It's true that
24704 having people write about the horrible things that an alpha Gnus release
24705 can do (sometimes) in a public forum may scare people off, but more
24706 importantly, talking about new experimental features that have been
24707 introduced may confuse casual users.  New features are frequently
24708 introduced, fiddled with, and judged to be found wanting, and then
24709 either discarded or totally rewritten.  People reading the mailing list
24710 usually keep up with these rapid changes, while people on the newsgroup
24711 can't be assumed to do so.
24712
24713
24714
24715 @node Contributors
24716 @subsection Contributors
24717 @cindex contributors
24718
24719 The new Gnus version couldn't have been done without the help of all the
24720 people on the (ding) mailing list.  Every day for over a year I have
24721 gotten billions of nice bug reports from them, filling me with joy,
24722 every single one of them.  Smooches.  The people on the list have been
24723 tried beyond endurance, what with my ``oh, that's a neat idea <type
24724 type>, yup, I'll release it right away <ship off> no wait, that doesn't
24725 work at all <type type>, yup, I'll ship that one off right away <ship
24726 off> no, wait, that absolutely does not work'' policy for releases.
24727 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
24728 ``worser''? ``much worser''?  ``worsest''?)
24729
24730 I would like to take this opportunity to thank the Academy for@dots{}  oops,
24731 wrong show.
24732
24733 @itemize @bullet
24734
24735 @item
24736 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
24737
24738 @item
24739 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
24740 nnwarchive and many, many other things connected with @acronym{MIME} and
24741 other types of en/decoding, as well as general bug fixing, new
24742 functionality and stuff.
24743
24744 @item
24745 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
24746 well as numerous other things).
24747
24748 @item
24749 Luis Fernandes---design and graphics.
24750
24751 @item
24752 Joe Reiss---creator of the smiley faces.
24753
24754 @item
24755 Justin Sheehy---the @acronym{FAQ} maintainer.
24756
24757 @item
24758 Erik Naggum---help, ideas, support, code and stuff.
24759
24760 @item
24761 Wes Hardaker---@file{gnus-picon.el} and the manual section on
24762 @dfn{picons} (@pxref{Picons}).
24763
24764 @item
24765 Kim-Minh Kaplan---further work on the picon code.
24766
24767 @item
24768 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
24769
24770 @item
24771 Sudish Joseph---innumerable bug fixes.
24772
24773 @item
24774 Ilja Weis---@file{gnus-topic.el}.
24775
24776 @item
24777 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24778
24779 @item
24780 Vladimir Alexiev---the refcard and reference booklets.
24781
24782 @item
24783 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24784 distribution by Felix Lee and JWZ.
24785
24786 @item
24787 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24788
24789 @item
24790 Peter Mutsaers---orphan article scoring code.
24791
24792 @item
24793 Ken Raeburn---POP mail support.
24794
24795 @item
24796 Hallvard B Furuseth---various bits and pieces, especially dealing with
24797 .newsrc files.
24798
24799 @item
24800 Brian Edmonds---@file{gnus-bbdb.el}.
24801
24802 @item
24803 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24804
24805 @item
24806 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24807
24808 @item
24809 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
24810 well as autoconf support.
24811
24812 @end itemize
24813
24814 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24815 Borges, and Jost Krieger proof-reading parts of the manual.
24816
24817 The following people have contributed many patches and suggestions:
24818
24819 Christopher Davis,
24820 Andrew Eskilsson,
24821 Kai Grossjohann,
24822 Kevin Greiner,
24823 Jesper Harder,
24824 Paul Jarc,
24825 Simon Josefsson,
24826 David K@aa{}gedal,
24827 Richard Pieri,
24828 Fabrice Popineau,
24829 Daniel Quinlan,
24830 Michael Shields,
24831 Reiner Steib,
24832 Jason L. Tibbitts, III,
24833 Jack Vinson,
24834 Katsumi Yamaoka, @c Yamaoka
24835 and
24836 Teodor Zlatanov.
24837
24838 Also thanks to the following for patches and stuff:
24839
24840 Jari Aalto,
24841 Adrian Aichner,
24842 Vladimir Alexiev,
24843 Russ Allbery,
24844 Peter Arius,
24845 Matt Armstrong,
24846 Marc Auslander,
24847 Miles Bader,
24848 Alexei V. Barantsev,
24849 Frank Bennett,
24850 Robert Bihlmeyer,
24851 Chris Bone,
24852 Mark Borges,
24853 Mark Boyns,
24854 Lance A. Brown,
24855 Rob Browning,
24856 Kees de Bruin,
24857 Martin Buchholz,
24858 Joe Buehler,
24859 Kevin Buhr,
24860 Alastair Burt,
24861 Joao Cachopo,
24862 Zlatko Calusic,
24863 Massimo Campostrini,
24864 Castor,
24865 David Charlap,
24866 Dan Christensen,
24867 Kevin Christian,
24868 Jae-you Chung, @c ?
24869 James H. Cloos, Jr.,
24870 Laura Conrad,
24871 Michael R. Cook,
24872 Glenn Coombs,
24873 Andrew J. Cosgriff,
24874 Neil Crellin,
24875 Frank D. Cringle,
24876 Geoffrey T. Dairiki,
24877 Andre Deparade,
24878 Ulrik Dickow,
24879 Dave Disser,
24880 Rui-Tao Dong, @c ?
24881 Joev Dubach,
24882 Michael Welsh Duggan,
24883 Dave Edmondson,
24884 Paul Eggert,
24885 Mark W. Eichin,
24886 Karl Eichwalder,
24887 Enami Tsugutomo, @c Enami
24888 Michael Ernst,
24889 Luc Van Eycken,
24890 Sam Falkner,
24891 Nelson Jose dos Santos Ferreira,
24892 Sigbjorn Finne,
24893 Sven Fischer,
24894 Paul Fisher,
24895 Decklin Foster,
24896 Gary D. Foster,
24897 Paul Franklin,
24898 Guy Geens,
24899 Arne Georg Gleditsch,
24900 David S. Goldberg,
24901 Michelangelo Grigni,
24902 Dale Hagglund,
24903 D. Hall,
24904 Magnus Hammerin,
24905 Kenichi Handa, @c Handa
24906 Raja R. Harinath,
24907 Yoshiki Hayashi, @c Hayashi
24908 P. E. Jareth Hein,
24909 Hisashige Kenji, @c Hisashige
24910 Scott Hofmann,
24911 Marc Horowitz,
24912 Gunnar Horrigmo,
24913 Richard Hoskins,
24914 Brad Howes,
24915 Miguel de Icaza,
24916 Fran@,{c}ois Felix Ingrand,
24917 Tatsuya Ichikawa, @c Ichikawa
24918 Ishikawa Ichiro, @c Ishikawa
24919 Lee Iverson,
24920 Iwamuro Motonori, @c Iwamuro
24921 Rajappa Iyer,
24922 Andreas Jaeger,
24923 Adam P. Jenkins,
24924 Randell Jesup,
24925 Fred Johansen,
24926 Gareth Jones,
24927 Greg Klanderman,
24928 Karl Kleinpaste,
24929 Michael Klingbeil,
24930 Peter Skov Knudsen,
24931 Shuhei Kobayashi, @c Kobayashi
24932 Petr Konecny,
24933 Koseki Yoshinori, @c Koseki
24934 Thor Kristoffersen,
24935 Jens Lautenbacher,
24936 Martin Larose,
24937 Seokchan Lee, @c Lee
24938 Joerg Lenneis,
24939 Carsten Leonhardt,
24940 James LewisMoss,
24941 Christian Limpach,
24942 Markus Linnala,
24943 Dave Love,
24944 Mike McEwan,
24945 Tonny Madsen,
24946 Shlomo Mahlab,
24947 Nat Makarevitch,
24948 Istvan Marko,
24949 David Martin,
24950 Jason R. Mastaler,
24951 Gordon Matzigkeit,
24952 Timo Metzemakers,
24953 Richard Mlynarik,
24954 Lantz Moore,
24955 Morioka Tomohiko, @c Morioka
24956 Erik Toubro Nielsen,
24957 Hrvoje Niksic,
24958 Andy Norman,
24959 Fred Oberhauser,
24960 C. R. Oldham,
24961 Alexandre Oliva,
24962 Ken Olstad,
24963 Masaharu Onishi, @c Onishi
24964 Hideki Ono, @c Ono
24965 Ettore Perazzoli,
24966 William Perry,
24967 Stephen Peters,
24968 Jens-Ulrik Holger Petersen,
24969 Ulrich Pfeifer,
24970 Matt Pharr,
24971 Andy Piper,
24972 John McClary Prevost,
24973 Bill Pringlemeir,
24974 Mike Pullen,
24975 Jim Radford,
24976 Colin Rafferty,
24977 Lasse Rasinen,
24978 Lars Balker Rasmussen,
24979 Joe Reiss,
24980 Renaud Rioboo,
24981 Roland B. Roberts,
24982 Bart Robinson,
24983 Christian von Roques,
24984 Markus Rost,
24985 Jason Rumney,
24986 Wolfgang Rupprecht,
24987 Jay Sachs,
24988 Dewey M. Sasser,
24989 Conrad Sauerwald,
24990 Loren Schall,
24991 Dan Schmidt,
24992 Ralph Schleicher,
24993 Philippe Schnoebelen,
24994 Andreas Schwab,
24995 Randal L. Schwartz,
24996 Danny Siu,
24997 Matt Simmons,
24998 Paul D. Smith,
24999 Jeff Sparkes,
25000 Toby Speight,
25001 Michael Sperber,
25002 Darren Stalder,
25003 Richard Stallman,
25004 Greg Stark,
25005 Sam Steingold,
25006 Paul Stevenson,
25007 Jonas Steverud,
25008 Paul Stodghill,
25009 Kiyokazu Suto, @c Suto
25010 Kurt Swanson,
25011 Samuel Tardieu,
25012 Teddy,
25013 Chuck Thompson,
25014 Tozawa Akihiko, @c Tozawa
25015 Philippe Troin,
25016 James Troup,
25017 Trung Tran-Duc,
25018 Jack Twilley,
25019 Aaron M. Ucko,
25020 Aki Vehtari,
25021 Didier Verna,
25022 Vladimir Volovich,
25023 Jan Vroonhof,
25024 Stefan Waldherr,
25025 Pete Ware,
25026 Barry A. Warsaw,
25027 Christoph Wedler,
25028 Joe Wells,
25029 Lee Willis,
25030 and
25031 Lloyd Zusman.
25032
25033
25034 For a full overview of what each person has done, the ChangeLogs
25035 included in the Gnus alpha distributions should give ample reading
25036 (550kB and counting).
25037
25038 Apologies to everybody that I've forgotten, of which there are many, I'm
25039 sure.
25040
25041 Gee, that's quite a list of people.  I guess that must mean that there
25042 actually are people who are using Gnus.  Who'd'a thunk it!
25043
25044
25045 @node New Features
25046 @subsection New Features
25047 @cindex new features
25048
25049 @menu
25050 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
25051 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
25052 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
25053 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
25054 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
25055 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
25056 * No Gnus::                     Lars, FIXME!
25057 @end menu
25058
25059 These lists are, of course, just @emph{short} overviews of the
25060 @emph{most} important new features.  No, really.  There are tons more.
25061 Yes, we have feeping creaturism in full effect.
25062
25063 @node ding Gnus
25064 @subsubsection (ding) Gnus
25065
25066 New features in Gnus 5.0/5.1:
25067
25068 @itemize @bullet
25069
25070 @item
25071 The look of all buffers can be changed by setting format-like variables
25072 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
25073
25074 @item
25075 Local spool and several @acronym{NNTP} servers can be used at once
25076 (@pxref{Select Methods}).
25077
25078 @item
25079 You can combine groups into virtual groups (@pxref{Virtual Groups}).
25080
25081 @item
25082 You can read a number of different mail formats (@pxref{Getting Mail}).
25083 All the mail back ends implement a convenient mail expiry scheme
25084 (@pxref{Expiring Mail}).
25085
25086 @item
25087 Gnus can use various strategies for gathering threads that have lost
25088 their roots (thereby gathering loose sub-threads into one thread) or it
25089 can go back and retrieve enough headers to build a complete thread
25090 (@pxref{Customizing Threading}).
25091
25092 @item
25093 Killed groups can be displayed in the group buffer, and you can read
25094 them as well (@pxref{Listing Groups}).
25095
25096 @item
25097 Gnus can do partial group updates---you do not have to retrieve the
25098 entire active file just to check for new articles in a few groups
25099 (@pxref{The Active File}).
25100
25101 @item
25102 Gnus implements a sliding scale of subscribedness to groups
25103 (@pxref{Group Levels}).
25104
25105 @item
25106 You can score articles according to any number of criteria
25107 (@pxref{Scoring}).  You can even get Gnus to find out how to score
25108 articles for you (@pxref{Adaptive Scoring}).
25109
25110 @item
25111 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
25112 manner, so it should be difficult to lose much data on what you have
25113 read if your machine should go down (@pxref{Auto Save}).
25114
25115 @item
25116 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
25117 cluttering up the @file{.emacs} file.
25118
25119 @item
25120 You can set the process mark on both groups and articles and perform
25121 operations on all the marked items (@pxref{Process/Prefix}).
25122
25123 @item
25124 You can grep through a subset of groups and create a group from the
25125 results (@pxref{Kibozed Groups}).
25126
25127 @item
25128 You can list subsets of groups according to, well, anything
25129 (@pxref{Listing Groups}).
25130
25131 @item
25132 You can browse foreign servers and subscribe to groups from those
25133 servers (@pxref{Browse Foreign Server}).
25134
25135 @item
25136 Gnus can fetch articles, asynchronously, on a second connection to the
25137 server (@pxref{Asynchronous Fetching}).
25138
25139 @item
25140 You can cache articles locally (@pxref{Article Caching}).
25141
25142 @item
25143 The uudecode functions have been expanded and generalized
25144 (@pxref{Decoding Articles}).
25145
25146 @item
25147 You can still post uuencoded articles, which was a little-known feature
25148 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25149
25150 @item
25151 Fetching parents (and other articles) now actually works without
25152 glitches (@pxref{Finding the Parent}).
25153
25154 @item
25155 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25156
25157 @item
25158 Digests (and other files) can be used as the basis for groups
25159 (@pxref{Document Groups}).
25160
25161 @item
25162 Articles can be highlighted and customized (@pxref{Customizing
25163 Articles}).
25164
25165 @item
25166 URLs and other external references can be buttonized (@pxref{Article
25167 Buttons}).
25168
25169 @item
25170 You can do lots of strange stuff with the Gnus window & frame
25171 configuration (@pxref{Window Layout}).
25172
25173 @item
25174 You can click on buttons instead of using the keyboard
25175 (@pxref{Buttons}).
25176
25177 @end itemize
25178
25179
25180 @node September Gnus
25181 @subsubsection September Gnus
25182
25183 @iftex
25184 @iflatex
25185 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25186 @end iflatex
25187 @end iftex
25188
25189 New features in Gnus 5.2/5.3:
25190
25191 @itemize @bullet
25192
25193 @item
25194 A new message composition mode is used.  All old customization variables
25195 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25196 now obsolete.
25197
25198 @item
25199 Gnus is now able to generate @dfn{sparse} threads---threads where
25200 missing articles are represented by empty nodes (@pxref{Customizing
25201 Threading}).
25202
25203 @lisp
25204 (setq gnus-build-sparse-threads 'some)
25205 @end lisp
25206
25207 @item
25208 Outgoing articles are stored on a special archive server
25209 (@pxref{Archived Messages}).
25210
25211 @item
25212 Partial thread regeneration now happens when articles are
25213 referred.
25214
25215 @item
25216 Gnus can make use of GroupLens predictions.
25217
25218 @item
25219 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25220
25221 @item
25222 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25223
25224 @lisp
25225 (setq gnus-use-trees t)
25226 @end lisp
25227
25228 @item
25229 An @code{nn}-like pick-and-read minor mode is available for the summary
25230 buffers (@pxref{Pick and Read}).
25231
25232 @lisp
25233 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25234 @end lisp
25235
25236 @item
25237 In binary groups you can use a special binary minor mode (@pxref{Binary
25238 Groups}).
25239
25240 @item
25241 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25242 Topics}).
25243
25244 @lisp
25245 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25246 @end lisp
25247
25248 @item
25249 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25250
25251 @item
25252 Groups can now have a score, and bubbling based on entry frequency
25253 is possible (@pxref{Group Score}).
25254
25255 @lisp
25256 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25257 @end lisp
25258
25259 @item
25260 Groups can be process-marked, and commands can be performed on
25261 groups of groups (@pxref{Marking Groups}).
25262
25263 @item
25264 Caching is possible in virtual groups.
25265
25266 @item
25267 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25268 news batches, ClariNet briefs collections, and just about everything
25269 else (@pxref{Document Groups}).
25270
25271 @item
25272 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25273 (@pxref{SOUP}).
25274
25275 @item
25276 The Gnus cache is much faster.
25277
25278 @item
25279 Groups can be sorted according to many criteria (@pxref{Sorting
25280 Groups}).
25281
25282 @item
25283 New group parameters have been introduced to set list-addresses and
25284 expiry times (@pxref{Group Parameters}).
25285
25286 @item
25287 All formatting specs allow specifying faces to be used
25288 (@pxref{Formatting Fonts}).
25289
25290 @item
25291 There are several more commands for setting/removing/acting on process
25292 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25293
25294 @item
25295 The summary buffer can be limited to show parts of the available
25296 articles based on a wide range of criteria.  These commands have been
25297 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25298
25299 @item
25300 Articles can be made persistent with the @kbd{*} command
25301 (@pxref{Persistent Articles}).
25302
25303 @item
25304 All functions for hiding article elements are now toggles.
25305
25306 @item
25307 Article headers can be buttonized (@pxref{Article Washing}).
25308
25309 @item
25310 All mail back ends support fetching articles by @code{Message-ID}.
25311
25312 @item
25313 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25314
25315 @item
25316 All summary mode commands are available directly from the article
25317 buffer (@pxref{Article Keymap}).
25318
25319 @item
25320 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25321 Layout}).
25322
25323 @item
25324 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25325 @iftex
25326 @iflatex
25327 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25328 @end iflatex
25329 @end iftex
25330
25331 @item
25332 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25333
25334 @lisp
25335 (setq gnus-use-nocem t)
25336 @end lisp
25337
25338 @item
25339 Groups can be made permanently visible (@pxref{Listing Groups}).
25340
25341 @lisp
25342 (setq gnus-permanently-visible-groups "^nnml:")
25343 @end lisp
25344
25345 @item
25346 Many new hooks have been introduced to make customizing easier.
25347
25348 @item
25349 Gnus respects the @code{Mail-Copies-To} header.
25350
25351 @item
25352 Threads can be gathered by looking at the @code{References} header
25353 (@pxref{Customizing Threading}).
25354
25355 @lisp
25356 (setq gnus-summary-thread-gathering-function
25357       'gnus-gather-threads-by-references)
25358 @end lisp
25359
25360 @item
25361 Read articles can be stored in a special backlog buffer to avoid
25362 refetching (@pxref{Article Backlog}).
25363
25364 @lisp
25365 (setq gnus-keep-backlog 50)
25366 @end lisp
25367
25368 @item
25369 A clean copy of the current article is always stored in a separate
25370 buffer to allow easier treatment.
25371
25372 @item
25373 Gnus can suggest where to save articles (@pxref{Saving Articles}).
25374
25375 @item
25376 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
25377 Articles}).
25378
25379 @lisp
25380 (setq gnus-prompt-before-saving t)
25381 @end lisp
25382
25383 @item
25384 @code{gnus-uu} can view decoded files asynchronously while fetching
25385 articles (@pxref{Other Decode Variables}).
25386
25387 @lisp
25388 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
25389 @end lisp
25390
25391 @item
25392 Filling in the article buffer now works properly on cited text
25393 (@pxref{Article Washing}).
25394
25395 @item
25396 Hiding cited text adds buttons to toggle hiding, and how much
25397 cited text to hide is now customizable (@pxref{Article Hiding}).
25398
25399 @lisp
25400 (setq gnus-cited-lines-visible 2)
25401 @end lisp
25402
25403 @item
25404 Boring headers can be hidden (@pxref{Article Hiding}).
25405
25406 @item
25407 Default scoring values can now be set from the menu bar.
25408
25409 @item
25410 Further syntax checking of outgoing articles have been added.
25411
25412 @end itemize
25413
25414
25415 @node Red Gnus
25416 @subsubsection Red Gnus
25417
25418 New features in Gnus 5.4/5.5:
25419
25420 @iftex
25421 @iflatex
25422 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
25423 @end iflatex
25424 @end iftex
25425
25426 @itemize @bullet
25427
25428 @item
25429 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
25430
25431 @item
25432 Article prefetching functionality has been moved up into
25433 Gnus (@pxref{Asynchronous Fetching}).
25434
25435 @item
25436 Scoring can now be performed with logical operators like @code{and},
25437 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
25438 Scoring}).
25439
25440 @item
25441 Article washing status can be displayed in the
25442 article mode line (@pxref{Misc Article}).
25443
25444 @item
25445 @file{gnus.el} has been split into many smaller files.
25446
25447 @item
25448 Suppression of duplicate articles based on Message-ID can be done
25449 (@pxref{Duplicate Suppression}).
25450
25451 @lisp
25452 (setq gnus-suppress-duplicates t)
25453 @end lisp
25454
25455 @item
25456 New variables for specifying what score and adapt files are to be
25457 considered home score and adapt files (@pxref{Home Score File}) have
25458 been added.
25459
25460 @item
25461 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
25462 Server Internals}).
25463
25464 @item
25465 Groups can inherit group parameters from parent topics (@pxref{Topic
25466 Parameters}).
25467
25468 @item
25469 Article editing has been revamped and is now actually usable.
25470
25471 @item
25472 Signatures can be recognized in more intelligent fashions
25473 (@pxref{Article Signature}).
25474
25475 @item
25476 Summary pick mode has been made to look more @code{nn}-like.  Line
25477 numbers are displayed and the @kbd{.} command can be used to pick
25478 articles (@code{Pick and Read}).
25479
25480 @item
25481 Commands for moving the @file{.newsrc.eld} from one server to
25482 another have been added (@pxref{Changing Servers}).
25483
25484 @item
25485 There's a way now to specify that ``uninteresting'' fields be suppressed
25486 when generating lines in buffers (@pxref{Advanced Formatting}).
25487
25488 @item
25489 Several commands in the group buffer can be undone with @kbd{C-M-_}
25490 (@pxref{Undo}).
25491
25492 @item
25493 Scoring can be done on words using the new score type @code{w}
25494 (@pxref{Score File Format}).
25495
25496 @item
25497 Adaptive scoring can be done on a Subject word-by-word basis
25498 (@pxref{Adaptive Scoring}).
25499
25500 @lisp
25501 (setq gnus-use-adaptive-scoring '(word))
25502 @end lisp
25503
25504 @item
25505 Scores can be decayed (@pxref{Score Decays}).
25506
25507 @lisp
25508 (setq gnus-decay-scores t)
25509 @end lisp
25510
25511 @item
25512 Scoring can be performed using a regexp on the Date header.  The Date is
25513 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
25514
25515 @item
25516 A new command has been added to remove all data on articles from
25517 the native server (@pxref{Changing Servers}).
25518
25519 @item
25520 A new command for reading collections of documents
25521 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
25522 (@pxref{Really Various Summary Commands}).
25523
25524 @item
25525 Process mark sets can be pushed and popped (@pxref{Setting Process
25526 Marks}).
25527
25528 @item
25529 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
25530 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
25531
25532 @item
25533 A new back end for reading searches from Web search engines
25534 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
25535 (@pxref{Web Searches}).
25536
25537 @item
25538 Groups inside topics can now be sorted using the standard sorting
25539 functions, and each topic can be sorted independently (@pxref{Topic
25540 Sorting}).
25541
25542 @item
25543 Subsets of the groups can be sorted independently (@code{Sorting
25544 Groups}).
25545
25546 @item
25547 Cached articles can be pulled into the groups (@pxref{Summary Generation
25548 Commands}).
25549 @iftex
25550 @iflatex
25551 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
25552 @end iflatex
25553 @end iftex
25554
25555 @item
25556 Score files are now applied in a more reliable order (@pxref{Score
25557 Variables}).
25558
25559 @item
25560 Reports on where mail messages end up can be generated (@pxref{Splitting
25561 Mail}).
25562
25563 @item
25564 More hooks and functions have been added to remove junk from incoming
25565 mail before saving the mail (@pxref{Washing Mail}).
25566
25567 @item
25568 Emphasized text can be properly fontisized:
25569
25570 @end itemize
25571
25572
25573 @node Quassia Gnus
25574 @subsubsection Quassia Gnus
25575
25576 New features in Gnus 5.6:
25577
25578 @itemize @bullet
25579
25580 @item
25581 New functionality for using Gnus as an offline newsreader has been
25582 added.  A plethora of new commands and modes have been added.
25583 @xref{Gnus Unplugged}, for the full story.
25584
25585 @item
25586 The @code{nndraft} back end has returned, but works differently than
25587 before.  All Message buffers are now also articles in the @code{nndraft}
25588 group, which is created automatically.
25589
25590 @item
25591 @code{gnus-alter-header-function} can now be used to alter header
25592 values.
25593
25594 @item
25595 @code{gnus-summary-goto-article} now accept Message-ID's.
25596
25597 @item
25598 A new Message command for deleting text in the body of a message
25599 outside the region: @kbd{C-c C-v}.
25600
25601 @item
25602 You can now post to component group in @code{nnvirtual} groups with
25603 @kbd{C-u C-c C-c}.
25604
25605 @item
25606  @code{nntp-rlogin-program}---new variable to ease customization.
25607
25608 @item
25609 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
25610 re-highlighting of the article buffer.
25611
25612 @item
25613 New element in @code{gnus-boring-article-headers}---@code{long-to}.
25614
25615 @item
25616 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
25617 details.
25618
25619 @item
25620 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
25621 @kbd{a} to add the score rule to the @file{all.SCORE} file.
25622
25623 @item
25624 @code{gnus-simplify-subject-functions} variable to allow greater
25625 control over simplification.
25626
25627 @item
25628 @kbd{A T}---new command for fetching the current thread.
25629
25630 @item
25631 @kbd{/ T}---new command for including the current thread in the
25632 limit.
25633
25634 @item
25635 @kbd{M-RET} is a new Message command for breaking cited text.
25636
25637 @item
25638 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
25639
25640 @item
25641 The @code{custom-face-lookup} function has been removed.
25642 If you used this function in your initialization files, you must
25643 rewrite them to use @code{face-spec-set} instead.
25644
25645 @item
25646 Canceling now uses the current select method.  Symbolic prefix
25647 @kbd{a} forces normal posting method.
25648
25649 @item
25650 New command to translate M******** sm*rtq**t*s into proper
25651 text---@kbd{W d}.
25652
25653 @item
25654 For easier debugging of @code{nntp}, you can set
25655 @code{nntp-record-commands} to a non-@code{nil} value.
25656
25657 @item
25658 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
25659 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
25660
25661 @item
25662 A command for editing group parameters from the summary buffer
25663 has been added.
25664
25665 @item
25666 A history of where mails have been split is available.
25667
25668 @item
25669 A new article date command has been added---@code{article-date-iso8601}.
25670
25671 @item
25672 Subjects can be simplified when threading by setting
25673 @code{gnus-score-thread-simplify}.
25674
25675 @item
25676 A new function for citing in Message has been
25677 added---@code{message-cite-original-without-signature}.
25678
25679 @item
25680 @code{article-strip-all-blank-lines}---new article command.
25681
25682 @item
25683 A new Message command to kill to the end of the article has
25684 been added.
25685
25686 @item
25687 A minimum adaptive score can be specified by using the
25688 @code{gnus-adaptive-word-minimum} variable.
25689
25690 @item
25691 The ``lapsed date'' article header can be kept continually
25692 updated by the @code{gnus-start-date-timer} command.
25693
25694 @item
25695 Web listserv archives can be read with the @code{nnlistserv} back end.
25696
25697 @item
25698 Old dejanews archives can now be read by @code{nnweb}.
25699
25700 @end itemize
25701
25702 @node Pterodactyl Gnus
25703 @subsubsection Pterodactyl Gnus
25704
25705 New features in Gnus 5.8:
25706
25707 @itemize @bullet
25708
25709 @item
25710 The mail-fetching functions have changed.  See the manual for the
25711 many details.  In particular, all procmail fetching variables are gone.
25712
25713 If you used procmail like in
25714
25715 @lisp
25716 (setq nnmail-use-procmail t)
25717 (setq nnmail-spool-file 'procmail)
25718 (setq nnmail-procmail-directory "~/mail/incoming/")
25719 (setq nnmail-procmail-suffix "\\.in")
25720 @end lisp
25721
25722 this now has changed to
25723
25724 @lisp
25725 (setq mail-sources
25726       '((directory :path "~/mail/incoming/"
25727                    :suffix ".in")))
25728 @end lisp
25729
25730 @xref{Mail Source Specifiers}.
25731
25732 @item
25733 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
25734 Gnus, and adds a slew of new commands.  See the manual for details.
25735
25736 @item
25737 Gnus has also been multilingualized.  This also affects too
25738 many parts of Gnus to summarize here, and adds many new variables.
25739
25740 @item
25741 @code{gnus-auto-select-first} can now be a function to be
25742 called to position point.
25743
25744 @item
25745 The user can now decide which extra headers should be included in
25746 summary buffers and @acronym{NOV} files.
25747
25748 @item
25749 @code{gnus-article-display-hook} has been removed.  Instead, a number
25750 of variables starting with @code{gnus-treat-} have been added.
25751
25752 @item
25753 The Gnus posting styles have been redone again and now works in a
25754 subtly different manner.
25755
25756 @item
25757 New web-based back ends have been added: @code{nnslashdot},
25758 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
25759 again, to keep up with ever-changing layouts.
25760
25761 @item
25762 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
25763
25764 @end itemize
25765
25766 @node Oort Gnus
25767 @subsubsection Oort Gnus
25768 @cindex Oort Gnus
25769
25770 New features in Gnus 5.10:
25771
25772 @itemize @bullet
25773
25774 @item
25775 @code{gnus-group-read-ephemeral-group} can be called interactively,
25776 using @kbd{G M}.
25777
25778 @item
25779 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
25780 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
25781
25782 @item
25783 The revised Gnus @acronym{FAQ} is included in the manual,
25784 @xref{Frequently Asked Questions}.
25785
25786 @item
25787 Upgrading from previous (stable) version if you have used Oort.
25788
25789 If you have tried Oort (the unstable Gnus branch leading to this
25790 release) but went back to a stable version, be careful when upgrading to
25791 this version.  In particular, you will probably want to remove all
25792 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25793 read from your @file{.newsrc.eld} instead of from the
25794 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25795 later entry for more information about marks.  Note that downgrading
25796 isn't save in general.
25797
25798 @item
25799 Article Buttons
25800
25801 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25802 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25803 variables @code{gnus-button-@var{*}-level} can be used to control the
25804 appearance of all article buttons.  @xref{Article Button Levels}.
25805
25806 @item
25807 Dired integration
25808
25809 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
25810 bindings in dired buffers to send a file as an attachment, open a file
25811 using the appropriate mailcap entry, and print a file using the mailcap
25812 entry.
25813
25814 @item
25815 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25816
25817 @item
25818 Single-part yenc encoded attachments can be decoded.
25819
25820 @item
25821 Picons
25822
25823 The picons code has been reimplemented to work in GNU Emacs---some of
25824 the previous options have been removed or renamed.
25825
25826 Picons are small ``personal icons'' representing users, domain and
25827 newsgroups, which can be displayed in the Article buffer.
25828 @xref{Picons}.
25829
25830 @item
25831 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25832 boundary line is drawn at the end of the headers.
25833
25834 @item
25835 Retrieval of charters and control messages
25836
25837 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25838 control messages (@kbd{H C}).
25839
25840 @item
25841 Delayed articles
25842
25843 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25844 buffer.  The messages are delivered at specified time.  This is useful
25845 for sending yourself reminders.  @xref{Delayed Articles}.
25846
25847 @item
25848 If @code{auto-compression-mode} is enabled, attachments are automatically
25849 decompressed when activated.
25850
25851 @item
25852 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25853 the nnml back end allows compressed message files.
25854
25855 @item
25856 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25857
25858 @item
25859 The Summary Buffer uses an arrow in the fringe to indicate the current
25860 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25861
25862 @item
25863 Warn about email replies to news
25864
25865 Do you often find yourself replying to news by email by mistake?  Then
25866 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25867 you.
25868
25869 @item
25870 If the new option @code{gnus-summary-display-while-building} is
25871 non-@code{nil}, the summary buffer is shown and updated as it's being
25872 built.
25873
25874 @item
25875 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25876 opposed to old but unread messages).
25877
25878 @item
25879 The new option @code{gnus-gcc-mark-as-read} automatically marks
25880 Gcc articles as read.
25881
25882 @item
25883 The nndoc back end now supports mailman digests and exim bounces.
25884
25885 @item
25886 Gnus supports RFC 2369 mailing list headers, and adds a number of
25887 related commands in mailing list groups.  @xref{Mailing List}.
25888
25889 @item
25890 The Date header can be displayed in a format that can be read aloud
25891 in English.  @xref{Article Date}.
25892
25893 @item
25894 The envelope sender address can be customized when using Sendmail.
25895 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25896
25897 @item
25898 diffs are automatically highlighted in groups matching
25899 @code{mm-uu-diff-groups-regexp}
25900
25901 @item
25902 @acronym{TLS} wrapper shipped with Gnus
25903
25904 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25905 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25906 @acronym{TLS}/@acronym{SSL} support via (external third party)
25907 @file{ssl.el} and OpenSSL still works.
25908
25909 @item
25910 New @file{make.bat} for compiling and installing Gnus under MS Windows
25911
25912 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25913 first argument to the batch-program should be the directory where
25914 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25915 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25916 the second parameter.
25917
25918 @file{make.bat} has been rewritten from scratch, it now features
25919 automatic recognition of XEmacs and GNU Emacs, generates
25920 @file{gnus-load.el}, checks if errors occur while compilation and
25921 generation of info files and reports them at the end of the build
25922 process.  It now uses @code{makeinfo} if it is available and falls
25923 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25924 install all files which are necessary to run Gnus and be generally a
25925 complete replacement for the @code{configure; make; make install}
25926 cycle used under Unix systems.
25927
25928 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25929 been removed.
25930
25931 @item
25932 Support for non-@acronym{ASCII} domain names
25933
25934 Message supports non-@acronym{ASCII} domain names in From:, To: and
25935 Cc: and will query you whether to perform encoding when you try to
25936 send a message.  The variable @code{message-use-idna} controls this.
25937 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25938 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25939 controls this.
25940
25941 @item
25942 Better handling of Microsoft citation styles
25943
25944 Gnus now tries to recognize the mangled header block that some Microsoft
25945 mailers use to indicate that the rest of the message is a citation, even
25946 though it is not quoted in any way.  The variable
25947 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25948 citations.
25949
25950 @item
25951 @code{gnus-article-skip-boring}
25952
25953 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
25954 not scroll down to show you a page that contains only boring text,
25955 which by default means cited text and signature.  You can customize
25956 what is skippable using @code{gnus-article-boring-faces}.
25957
25958 This feature is especially useful if you read many articles that
25959 consist of a little new content at the top with a long, untrimmed
25960 message cited below.
25961
25962 @item
25963 The format spec @code{%C} for positioning point has changed to @code{%*}.
25964
25965 @item
25966 The new variable @code{gnus-parameters} can be used to set group parameters.
25967
25968 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
25969 the parameters in @file{~/.newsrc.eld}, but via this variable you can
25970 enjoy the powers of customize, and simplified backups since you set the
25971 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
25972 variable maps regular expressions matching group names to group
25973 parameters, a'la:
25974 @lisp
25975 (setq gnus-parameters
25976       '(("mail\\..*"
25977          (gnus-show-threads nil)
25978          (gnus-use-scoring nil))
25979         ("^nnimap:\\(foo.bar\\)$"
25980          (to-group . "\\1"))))
25981 @end lisp
25982
25983 @item
25984 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
25985
25986 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
25987 disable it.
25988
25989 @item
25990 Gnus no longer generate the Sender: header automatically.
25991
25992 Earlier it was generated iff the user configurable email address was
25993 different from the Gnus guessed default user address.  As the guessing
25994 algorithm is rarely correct these days, and (more controversially) the
25995 only use of the Sender: header was to check if you are entitled to
25996 cancel/supersede news (which is now solved by Cancel Locks instead,
25997 see another entry), generation of the header has been disabled by
25998 default.  See the variables @code{message-required-headers},
25999 @code{message-required-news-headers}, and
26000 @code{message-required-mail-headers}.
26001
26002 @item
26003 Features from third party @file{message-utils.el} added to @file{message.el}.
26004
26005 Message now asks if you wish to remove @samp{(was: <old subject>)} from
26006 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
26007 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
26008 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
26009 appropriate headers and a note in the body for cross-postings and
26010 followups (see the variables @code{message-cross-post-@var{*}}).
26011
26012 @item
26013 References and X-Draft-Headers are no longer generated when you start
26014 composing messages and @code{message-generate-headers-first} is
26015 @code{nil}.
26016
26017 @item
26018 Improved anti-spam features.
26019
26020 Gnus is now able to take out spam from your mail and news streams
26021 using a wide variety of programs and filter rules.  Among the supported
26022 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
26023 for easy use of external packages such as SpamAssassin and Hashcash
26024 are also new.  @xref{Thwarting Email Spam}.
26025
26026 @item
26027 Easy inclusion of X-Faces headers.
26028
26029 @item
26030 Face headers handling.
26031
26032 @item
26033 In the summary buffer, the new command @kbd{/ N} inserts new messages
26034 and @kbd{/ o} inserts old messages.
26035
26036 @item
26037 Gnus decodes morse encoded messages if you press @kbd{W m}.
26038
26039 @item
26040 Unread count correct in nnimap groups.
26041
26042 The estimated number of unread articles in the group buffer should now
26043 be correct for nnimap groups.  This is achieved by calling
26044 @code{nnimap-fixup-unread-after-getting-new-news} from the
26045 @code{gnus-setup-news-hook} (called on startup) and
26046 @code{gnus-after-getting-new-news-hook}. (called after getting new
26047 mail).  If you have modified those variables from the default, you may
26048 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
26049 you were happy with the estimate and want to save some (minimal) time
26050 when getting new mail, remove the function.
26051
26052 @item
26053 Group Carbon Copy (GCC) quoting
26054
26055 To support groups that contains SPC and other weird characters, groups
26056 are quoted before they are placed in the Gcc: header.  This means
26057 variables such as @code{gnus-message-archive-group} should no longer
26058 contain quote characters to make groups containing SPC work.  Also, if
26059 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
26060 into two groups) you must change it to return the list
26061 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
26062 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
26063 was incorrect earlier, it just didn't generate any problems since it
26064 was inserted directly.
26065
26066 @item
26067 @file{~/News/overview/} not used.
26068
26069 As a result of the following change, the @file{~/News/overview/}
26070 directory is not used any more.  You can safely delete the entire
26071 hierarchy.
26072
26073 @item
26074 @code{gnus-agent}
26075
26076 The Gnus Agent has seen a major updated and is now enabled by default,
26077 and all nntp and nnimap servers from @code{gnus-select-method} and
26078 @code{gnus-secondary-select-method} are agentized by default.  Earlier
26079 only the server in @code{gnus-select-method} was agentized by the
26080 default, and the agent was disabled by default.  When the agent is
26081 enabled, headers are now also retrieved from the Agent cache instead
26082 of the back ends when possible.  Earlier this only happened in the
26083 unplugged state.  You can enroll or remove servers with @kbd{J a} and
26084 @kbd{J r} in the server buffer.  Gnus will not download articles into
26085 the Agent cache, unless you instruct it to do so, though, by using
26086 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
26087 behaviour of having the Agent disabled with @code{(setq gnus-agent
26088 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
26089 is not needed any more.
26090
26091 @item
26092 @code{gnus-summary-line-format}
26093
26094 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
26095 %s\n}.  Moreover @code{gnus-extra-headers},
26096 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
26097 changed their default so that the users name will be replaced by the
26098 recipient's name or the group name posting to for @acronym{NNTP}
26099 groups.
26100
26101 @item
26102 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
26103
26104 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
26105 broken Outlook (Express) articles.
26106
26107 @item
26108 @code{(require 'gnus-load)}
26109
26110 If you use a stand-alone Gnus distribution, you'd better add
26111 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
26112 lisp directory into load-path.
26113
26114 File @file{gnus-load.el} contains autoload commands, functions and variables,
26115 some of which may not be included in distributions of Emacsen.
26116
26117 @item
26118 @code{gnus-slave-unplugged}
26119
26120 A new command which starts Gnus offline in slave mode.
26121
26122 @item
26123 @code{message-insinuate-rmail}
26124
26125 Adding @code{(message-insinuate-rmail)} and @code{(setq
26126 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
26127 compose, reply and forward messages in message-mode, where you can
26128 enjoy the power of @acronym{MML}.
26129
26130 @item
26131 @code{message-minibuffer-local-map}
26132
26133 The line below enables BBDB in resending a message:
26134 @lisp
26135 (define-key message-minibuffer-local-map [(tab)]
26136   'bbdb-complete-name)
26137 @end lisp
26138
26139 @item
26140 Externalizing and deleting of attachments.
26141
26142 If @code{gnus-gcc-externalize-attachments} or
26143 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26144 local files as external parts.
26145
26146 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26147 on @acronym{MIME} buttons) saves a part and replaces the part with an
26148 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26149 @acronym{MIME} buttons) removes a part.  It works only on back ends
26150 that support editing.
26151
26152 @item
26153 @code{gnus-default-charset}
26154
26155 The default value is determined from the
26156 @code{current-language-environment} variable, instead of
26157 @code{iso-8859-1}.  Also the @samp{.*} item in
26158 @code{gnus-group-charset-alist} is removed.
26159
26160 @item
26161 @code{gnus-posting-styles}
26162
26163 Add a new format of match like
26164 @lisp
26165 ((header "to" "larsi.*org")
26166  (Organization "Somewhere, Inc."))
26167 @end lisp
26168 The old format like the lines below is obsolete, but still accepted.
26169 @lisp
26170 (header "to" "larsi.*org"
26171         (Organization "Somewhere, Inc."))
26172 @end lisp
26173
26174 @item
26175 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26176
26177 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26178 added into these two variables.  If you customized those, perhaps you
26179 need add those two headers too.
26180
26181 @item
26182 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26183
26184 If one reads an article while plugged, and the article already exists
26185 in the Agent, it won't get downloaded once more.  @code{(setq
26186 gnus-agent-cache nil)} reverts to the old behavior.
26187
26188 @item
26189 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26190 composing messages, it is enabled by @code{use-hard-newlines}.
26191 Decoding format=flowed was present but not documented in earlier
26192 versions.
26193
26194 @item
26195 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26196
26197 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26198
26199 @item
26200 Gnus supports Maildir groups.
26201
26202 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26203
26204 @item
26205 Printing capabilities are enhanced.
26206
26207 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26208 Article buffers.  Also, each individual @acronym{MIME} part can be
26209 printed using @kbd{p} on the @acronym{MIME} button.
26210
26211 @item
26212 Message supports the Importance: (RFC 2156) header.
26213
26214 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26215 the valid values.
26216
26217 @item
26218 Gnus supports Cancel Locks in News.
26219
26220 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26221 used to determine if you wrote an article or not (for canceling and
26222 superseding).  Gnus generates a random password string the first time
26223 you post a message, and saves it in your @file{~/.emacs} using the Custom
26224 system.  While the variable is called @code{canlock-password}, it is not
26225 security sensitive data.  Publishing your canlock string on the web
26226 will not allow anyone to be able to anything she could not already do.
26227 The behaviour can be changed by customizing @code{message-insert-canlock}.
26228
26229 @item
26230 Gnus supports server-side mail filtering using Sieve.
26231
26232 Sieve rules can be added as Group Parameters for groups, and the
26233 complete Sieve script is generated using @kbd{D g} from the Group
26234 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26235 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26236 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26237
26238 @item
26239 Extended format specs.
26240
26241 Format spec @samp{%&user-date;} is added into
26242 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26243 format specs are supported.  The extended format specs look like
26244 @samp{%u&foo;}, which invokes function
26245 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26246 escape character, old user defined format @samp{%u&} is no longer supported.
26247
26248 @item
26249 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26250
26251 It was aliased to @kbd{Y c}
26252 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26253 out other articles.
26254
26255 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26256
26257 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26258 s}, @kbd{/ a}, and @kbd{/ x}
26259 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26260 result will be to display all articles that do not match the expression.
26261
26262 @item
26263 Group names are treated as UTF-8 by default.
26264
26265 This is supposedly what USEFOR wanted to migrate to.  See
26266 @code{gnus-group-name-charset-group-alist} and
26267 @code{gnus-group-name-charset-method-alist} for customization.
26268
26269 @item
26270 The nnml and nnfolder back ends store marks for each groups.
26271
26272 This makes it possible to take backup of nnml/nnfolder servers/groups
26273 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26274 makes it possible to share articles and marks between users (without
26275 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26276 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26277 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26278 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26279 another machine, Gnus will automatically use the @file{.marks} or
26280 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26281 The new server variables @code{nnml-marks-is-evil} and
26282 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26283
26284 @item
26285 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26286 been renamed to ``Gnus''.
26287
26288 @item
26289 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26290 renamed to ``Attachments''.  Note that this menu also contains security
26291 related stuff, like signing and encryption (@pxref{Security, Security,,
26292 message, Message Manual}).
26293
26294 @item
26295 @code{gnus-group-charset-alist} and
26296 @code{gnus-group-ignored-charsets-alist}.
26297
26298 The regexps in these variables are compared with full group names
26299 instead of real group names in 5.8.  Users who customize these
26300 variables should change those regexps accordingly.  For example:
26301 @lisp
26302 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26303 @end lisp
26304
26305 @item
26306 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26307 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26308
26309 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26310 additional Lisp libraries.  This add several menu items to the
26311 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26312 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26313
26314 @item
26315 Gnus inlines external parts (message/external).
26316
26317 @item
26318 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26319 C-m}.
26320
26321 This change was made to avoid conflict with the standard binding of
26322 @code{back-to-indentation}, which is also useful in message mode.
26323
26324 @item
26325 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26326
26327 The behaviour for the @code{best} value is to show @acronym{MML} (i.e.,
26328 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26329 used when forwarding signed or encrypted messages, as the conversion
26330 invalidate the digital signature.
26331 @end itemize
26332
26333 @node No Gnus
26334 @subsubsection No Gnus
26335 @cindex No Gnus
26336
26337 New features in No Gnus:
26338 @c FIXME: Gnus 5.12?
26339
26340 @include gnus-news.texi
26341
26342 @iftex
26343
26344 @page
26345 @node The Manual
26346 @section The Manual
26347 @cindex colophon
26348 @cindex manual
26349
26350 This manual was generated from a TeXinfo file and then run through
26351 either @code{texi2dvi}
26352 @iflatex
26353 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26354 and then run through @code{latex} and @code{dvips}
26355 @end iflatex
26356 to get what you hold in your hands now.
26357
26358 The following conventions have been used:
26359
26360 @enumerate
26361
26362 @item
26363 This is a @samp{string}
26364
26365 @item
26366 This is a @kbd{keystroke}
26367
26368 @item
26369 This is a @file{file}
26370
26371 @item
26372 This is a @code{symbol}
26373
26374 @end enumerate
26375
26376 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
26377 mean:
26378
26379 @lisp
26380 (setq flargnoze "yes")
26381 @end lisp
26382
26383 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
26384
26385 @lisp
26386 (setq flumphel 'yes)
26387 @end lisp
26388
26389 @samp{yes} and @code{yes} are two @emph{very} different things---don't
26390 ever get them confused.
26391
26392 @iflatex
26393 @c @head
26394 Of course, everything in this manual is of vital interest, so you should
26395 read it all.  Several times.  However, if you feel like skimming the
26396 manual, look for that gnu head you should see in the margin over
26397 there---it means that what's being discussed is of more importance than
26398 the rest of the stuff.  (On the other hand, if everything is infinitely
26399 important, how can anything be more important than that?  Just one more
26400 of the mysteries of this world, I guess.)
26401 @end iflatex
26402
26403 @end iftex
26404
26405
26406 @node On Writing Manuals
26407 @section On Writing Manuals
26408
26409 I guess most manuals are written after-the-fact; documenting a program
26410 that's already there.  This is not how this manual is written.  When
26411 implementing something, I write the manual entry for that something
26412 straight away.  I then see that it's difficult to explain the
26413 functionality, so I write how it's supposed to be, and then I change the
26414 implementation.  Writing the documentation and writing the code goes
26415 hand in hand.
26416
26417 This, of course, means that this manual has no, or little, flow.  It
26418 documents absolutely everything in Gnus, but often not where you're
26419 looking for it.  It is a reference manual, and not a guide to how to get
26420 started with Gnus.
26421
26422 That would be a totally different book, that should be written using the
26423 reference manual as source material.  It would look quite differently.
26424
26425
26426 @page
26427 @node Terminology
26428 @section Terminology
26429
26430 @cindex terminology
26431 @table @dfn
26432
26433 @item news
26434 @cindex news
26435 This is what you are supposed to use this thing for---reading news.
26436 News is generally fetched from a nearby @acronym{NNTP} server, and is
26437 generally publicly available to everybody.  If you post news, the entire
26438 world is likely to read just what you have written, and they'll all
26439 snigger mischievously.  Behind your back.
26440
26441 @item mail
26442 @cindex mail
26443 Everything that's delivered to you personally is mail.  Some news/mail
26444 readers (like Gnus) blur the distinction between mail and news, but
26445 there is a difference.  Mail is private.  News is public.  Mailing is
26446 not posting, and replying is not following up.
26447
26448 @item reply
26449 @cindex reply
26450 Send a mail to the person who has written what you are reading.
26451
26452 @item follow up
26453 @cindex follow up
26454 Post an article to the current newsgroup responding to the article you
26455 are reading.
26456
26457 @item back end
26458 @cindex back end
26459 Gnus considers mail and news to be mostly the same, really.  The only
26460 difference is how to access the actual articles.  News articles are
26461 commonly fetched via the protocol @acronym{NNTP}, whereas mail
26462 messages could be read from a file on the local disk.  The internal
26463 architecture of Gnus thus comprises a ``front end'' and a number of
26464 ``back ends''.  Internally, when you enter a group (by hitting
26465 @key{RET}, say), you thereby invoke a function in the front end in
26466 Gnus.  The front end then ``talks'' to a back end and says things like
26467 ``Give me the list of articles in the foo group'' or ``Show me article
26468 number 4711''.
26469
26470 So a back end mainly defines either a protocol (the @code{nntp} back
26471 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
26472 accesses mail via @acronym{IMAP}) or a file format and directory
26473 layout (the @code{nnspool} back end accesses news via the common
26474 ``spool directory'' format, the @code{nnml} back end access mail via a
26475 file format and directory layout that's quite similar).
26476
26477 Gnus does not handle the underlying media, so to speak---this is all
26478 done by the back ends.  A back end is a collection of functions to
26479 access the articles.
26480
26481 However, sometimes the term ``back end'' is also used where ``server''
26482 would have been more appropriate.  And then there is the term ``select
26483 method'' which can mean either.  The Gnus terminology can be quite
26484 confusing.
26485
26486 @item native
26487 @cindex native
26488 Gnus will always use one method (and back end) as the @dfn{native}, or
26489 default, way of getting news.
26490
26491 @item foreign
26492 @cindex foreign
26493 You can also have any number of foreign groups active at the same time.
26494 These are groups that use non-native non-secondary back ends for getting
26495 news.
26496
26497 @item secondary
26498 @cindex secondary
26499 Secondary back ends are somewhere half-way between being native and being
26500 foreign, but they mostly act like they are native.
26501
26502 @item article
26503 @cindex article
26504 A message that has been posted as news.
26505
26506 @item mail message
26507 @cindex mail message
26508 A message that has been mailed.
26509
26510 @item message
26511 @cindex message
26512 A mail message or news article
26513
26514 @item head
26515 @cindex head
26516 The top part of a message, where administrative information (etc.) is
26517 put.
26518
26519 @item body
26520 @cindex body
26521 The rest of an article.  Everything not in the head is in the
26522 body.
26523
26524 @item header
26525 @cindex header
26526 A line from the head of an article.
26527
26528 @item headers
26529 @cindex headers
26530 A collection of such lines, or a collection of heads.  Or even a
26531 collection of @acronym{NOV} lines.
26532
26533 @item @acronym{NOV}
26534 @cindex @acronym{NOV}
26535 When Gnus enters a group, it asks the back end for the headers of all
26536 unread articles in the group.  Most servers support the News OverView
26537 format, which is more compact and much faster to read and parse than the
26538 normal @sc{head} format.
26539
26540 @item level
26541 @cindex levels
26542 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
26543 that have a lower level are ``more'' subscribed than the groups with a
26544 higher level.  In fact, groups on levels 1-5 are considered
26545 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
26546 are @dfn{killed}.  Commands for listing groups and scanning for new
26547 articles will all use the numeric prefix as @dfn{working level}.
26548
26549 @item killed groups
26550 @cindex killed groups
26551 No information on killed groups is stored or updated, which makes killed
26552 groups much easier to handle than subscribed groups.
26553
26554 @item zombie groups
26555 @cindex zombie groups
26556 Just like killed groups, only slightly less dead.
26557
26558 @item active file
26559 @cindex active file
26560 The news server has to keep track of what articles it carries, and what
26561 groups exist.  All this information in stored in the active file, which
26562 is rather large, as you might surmise.
26563
26564 @item bogus groups
26565 @cindex bogus groups
26566 A group that exists in the @file{.newsrc} file, but isn't known to the
26567 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
26568 This means that the group probably doesn't exist (any more).
26569
26570 @item activating
26571 @cindex activating groups
26572 The act of asking the server for info on a group and computing the
26573 number of unread articles is called @dfn{activating the group}.
26574 Un-activated groups are listed with @samp{*} in the group buffer.
26575
26576 @item server
26577 @cindex server
26578 A machine one can connect to and get news (or mail) from.
26579
26580 @item select method
26581 @cindex select method
26582 A structure that specifies the back end, the server and the virtual
26583 server settings.
26584
26585 @item virtual server
26586 @cindex virtual server
26587 A named select method.  Since a select method defines all there is to
26588 know about connecting to a (physical) server, taking the thing as a
26589 whole is a virtual server.
26590
26591 @item washing
26592 @cindex washing
26593 Taking a buffer and running it through a filter of some sort.  The
26594 result will (more often than not) be cleaner and more pleasing than the
26595 original.
26596
26597 @item ephemeral groups
26598 @cindex ephemeral groups
26599 @cindex temporary groups
26600 Most groups store data on what articles you have read.  @dfn{Ephemeral}
26601 groups are groups that will have no data stored---when you exit the
26602 group, it'll disappear into the aether.
26603
26604 @item solid groups
26605 @cindex solid groups
26606 This is the opposite of ephemeral groups.  All groups listed in the
26607 group buffer are solid groups.
26608
26609 @item sparse articles
26610 @cindex sparse articles
26611 These are article placeholders shown in the summary buffer when
26612 @code{gnus-build-sparse-threads} has been switched on.
26613
26614 @item threading
26615 @cindex threading
26616 To put responses to articles directly after the articles they respond
26617 to---in a hierarchical fashion.
26618
26619 @item root
26620 @cindex root
26621 @cindex thread root
26622 The first article in a thread is the root.  It is the ancestor of all
26623 articles in the thread.
26624
26625 @item parent
26626 @cindex parent
26627 An article that has responses.
26628
26629 @item child
26630 @cindex child
26631 An article that responds to a different article---its parent.
26632
26633 @item digest
26634 @cindex digest
26635 A collection of messages in one file.  The most common digest format is
26636 specified by RFC 1153.
26637
26638 @item splitting
26639 @cindex splitting, terminolgy
26640 @cindex mail sorting
26641 @cindex mail filtering (splitting)
26642 The action of sorting your emails according to certain rules. Sometimes
26643 incorrectly called mail filtering.
26644
26645 @end table
26646
26647
26648 @page
26649 @node Customization
26650 @section Customization
26651 @cindex general customization
26652
26653 All variables are properly documented elsewhere in this manual.  This
26654 section is designed to give general pointers on how to customize Gnus
26655 for some quite common situations.
26656
26657 @menu
26658 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
26659 * Slow Terminal Connection::    You run a remote Emacs.
26660 * Little Disk Space::           You feel that having large setup files is icky.
26661 * Slow Machine::                You feel like buying a faster machine.
26662 @end menu
26663
26664
26665 @node Slow/Expensive Connection
26666 @subsection Slow/Expensive NNTP Connection
26667
26668 If you run Emacs on a machine locally, and get your news from a machine
26669 over some very thin strings, you want to cut down on the amount of data
26670 Gnus has to get from the @acronym{NNTP} server.
26671
26672 @table @code
26673
26674 @item gnus-read-active-file
26675 Set this to @code{nil}, which will inhibit Gnus from requesting the
26676 entire active file from the server.  This file is often v.  large.  You
26677 also have to set @code{gnus-check-new-newsgroups} and
26678 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26679 doesn't suddenly decide to fetch the active file anyway.
26680
26681 @item gnus-nov-is-evil
26682 This one has to be @code{nil}.  If not, grabbing article headers from
26683 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
26684 support @sc{xover}; Gnus will detect this by itself.
26685 @end table
26686
26687
26688 @node Slow Terminal Connection
26689 @subsection Slow Terminal Connection
26690
26691 Let's say you use your home computer for dialing up the system that runs
26692 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
26693 possible) the amount of data sent over the wires.
26694
26695 @table @code
26696
26697 @item gnus-auto-center-summary
26698 Set this to @code{nil} to inhibit Gnus from re-centering the summary
26699 buffer all the time.  If it is @code{vertical}, do only vertical
26700 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
26701 horizontal and vertical recentering.
26702
26703 @item gnus-visible-headers
26704 Cut down on the headers included in the articles to the
26705 minimum.  You can, in fact, make do without them altogether---most of the
26706 useful data is in the summary buffer, anyway.  Set this variable to
26707 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
26708
26709 Set this hook to all the available hiding commands:
26710 @lisp
26711 (setq gnus-treat-hide-headers 'head
26712       gnus-treat-hide-signature t
26713       gnus-treat-hide-citation t)
26714 @end lisp
26715
26716 @item gnus-use-full-window
26717 By setting this to @code{nil}, you can make all the windows smaller.
26718 While this doesn't really cut down much generally, it means that you
26719 have to see smaller portions of articles before deciding that you didn't
26720 want to read them anyway.
26721
26722 @item gnus-thread-hide-subtree
26723 If this is non-@code{nil}, all threads in the summary buffer will be
26724 hidden initially.
26725
26726
26727 @item gnus-updated-mode-lines
26728 If this is @code{nil}, Gnus will not put information in the buffer mode
26729 lines, which might save some time.
26730 @end table
26731
26732
26733 @node Little Disk Space
26734 @subsection Little Disk Space
26735 @cindex disk space
26736
26737 The startup files can get rather large, so you may want to cut their
26738 sizes a bit if you are running out of space.
26739
26740 @table @code
26741
26742 @item gnus-save-newsrc-file
26743 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
26744 only save @file{.newsrc.eld}.  This means that you will not be able to
26745 use any other newsreaders than Gnus.  This variable is @code{t} by
26746 default.
26747
26748 @item gnus-read-newsrc-file
26749 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
26750 only read @file{.newsrc.eld}.  This means that you will not be able to
26751 use any other newsreaders than Gnus.  This variable is @code{t} by
26752 default.
26753
26754 @item gnus-save-killed-list
26755 If this is @code{nil}, Gnus will not save the list of dead groups.  You
26756 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
26757 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
26758 variable to @code{nil}.  This variable is @code{t} by default.
26759
26760 @end table
26761
26762
26763 @node Slow Machine
26764 @subsection Slow Machine
26765 @cindex slow machine
26766
26767 If you have a slow machine, or are just really impatient, there are a
26768 few things you can do to make Gnus run faster.
26769
26770 Set @code{gnus-check-new-newsgroups} and
26771 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
26772
26773 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
26774 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
26775 summary buffer faster.
26776
26777 Gnus uses the internal ELisp-based @code{uncompface} program for
26778 decoding an @code{X-Face} header normally in Emacs.  If you feel it is
26779 slow, set @code{uncompface-use-external} to @code{t}.  @xref{X-Face}.
26780
26781
26782 @page
26783 @node Troubleshooting
26784 @section Troubleshooting
26785 @cindex troubleshooting
26786
26787 Gnus works @emph{so} well straight out of the box---I can't imagine any
26788 problems, really.
26789
26790 Ahem.
26791
26792 @enumerate
26793
26794 @item
26795 Make sure your computer is switched on.
26796
26797 @item
26798 Make sure that you really load the current Gnus version.  If you have
26799 been running @sc{gnus}, you need to exit Emacs and start it up again before
26800 Gnus will work.
26801
26802 @item
26803 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26804 like @samp{T-gnus 6.17.* (based on Gnus v5.10.*; for SEMI 1.1*, FLIM
26805 1.1*)} you have the right files loaded.  Otherwise you have some old
26806 @file{.el} files lying around.  Delete these.
26807
26808 @item
26809 Read the help group (@kbd{G h} in the group buffer) for a
26810 @acronym{FAQ} and a how-to.
26811
26812 @item
26813 @vindex max-lisp-eval-depth
26814 Gnus works on many recursive structures, and in some extreme (and very
26815 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26816 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26817 something like that.
26818 @end enumerate
26819
26820 If all else fails, report the problem as a bug.
26821
26822 @cindex bugs
26823 @cindex reporting bugs
26824
26825 @kindex M-x gnus-bug
26826 @findex gnus-bug
26827 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26828 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26829 me the backtrace.  I will fix bugs, but I can only fix them if you send
26830 me a precise description as to how to reproduce the bug.
26831
26832 You really can never be too detailed in a bug report.  Always use the
26833 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26834 a 10Kb mail each time you use it, and even if you have sent me your
26835 environment 500 times before.  I don't care.  I want the full info each
26836 time.
26837
26838 It is also important to remember that I have no memory whatsoever.  If
26839 you send a bug report, and I send you a reply, and then you just send
26840 back ``No, it's not! Moron!'', I will have no idea what you are
26841 insulting me about.  Always over-explain everything.  It's much easier
26842 for all of us---if I don't have all the information I need, I will just
26843 mail you and ask for more info, and everything takes more time.
26844
26845 If the problem you're seeing is very visual, and you can't quite explain
26846 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26847 it somewhere it can be reached, and include the URL of the picture in
26848 the bug report.
26849
26850 @cindex patches
26851 If you would like to contribute a patch to fix bugs or make
26852 improvements, please produce the patch using @samp{diff -u}.
26853
26854 @cindex edebug
26855 If you want to debug your problem further before reporting, possibly
26856 in order to solve the problem yourself and send a patch, you can use
26857 edebug.  Debugging Lisp code is documented in the Elisp manual
26858 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26859 Lisp Reference Manual}).  To get you started with edebug, consider if
26860 you discover some weird behaviour when pressing @kbd{c}, the first
26861 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26862 the documentation buffer that leads you to the function definition,
26863 then press @kbd{M-x edebug-defun RET} with point inside that function,
26864 return to Gnus and press @kbd{c} to invoke the code.  You will be
26865 placed in the lisp buffer and can single step using @kbd{SPC} and
26866 evaluate expressions using @kbd{M-:} or inspect variables using
26867 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26868 @kbd{c} or @kbd{g}.
26869
26870 @cindex elp
26871 @cindex profile
26872 @cindex slow
26873 Sometimes, a problem do not directly generate an elisp error but
26874 manifests itself by causing Gnus to be very slow.  In these cases, you
26875 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26876 slow, and then try to analyze the backtrace (repeating the procedure
26877 helps isolating the real problem areas).
26878
26879 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26880 (or should be) fully documented elsewhere, but to get you started
26881 there are a few steps that need to be followed.  First, instrument the
26882 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26883 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26884 RET message}.  Then perform the operation that is slow and press
26885 @kbd{M-x elp-results}.  You will then see which operations that takes
26886 time, and can debug them further.  If the entire operation takes much
26887 longer than the time spent in the slowest function in the profiler
26888 output, you probably profiled the wrong part of Gnus.  To reset
26889 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26890 elp-restore-all} is supposed to remove profiling, but given the
26891 complexities and dynamic code generation in Gnus, it might not always
26892 work perfectly.
26893
26894 @cindex gnu.emacs.gnus
26895 @cindex ding mailing list
26896 If you just need help, you are better off asking on
26897 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26898 @email{ding@@gnus.org, the ding mailing list}.  Write to
26899 @email{ding-request@@gnus.org} to subscribe.
26900
26901
26902 @page
26903 @node Gnus Reference Guide
26904 @section Gnus Reference Guide
26905
26906 It is my hope that other people will figure out smart stuff that Gnus
26907 can do, and that other people will write those smart things as well.  To
26908 facilitate that I thought it would be a good idea to describe the inner
26909 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26910 it.
26911
26912 You can never expect the internals of a program not to change, but I
26913 will be defining (in some details) the interface between Gnus and its
26914 back ends (this is written in stone), the format of the score files
26915 (ditto), data structures (some are less likely to change than others)
26916 and general methods of operation.
26917
26918 @menu
26919 * Gnus Utility Functions::      Common functions and variable to use.
26920 * Back End Interface::          How Gnus communicates with the servers.
26921 * Score File Syntax::           A BNF definition of the score file standard.
26922 * Headers::                     How Gnus stores headers internally.
26923 * Ranges::                      A handy format for storing mucho numbers.
26924 * Group Info::                  The group info format.
26925 * Extended Interactive::        Symbolic prefixes and stuff.
26926 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26927 * Various File Formats::        Formats of files that Gnus use.
26928 @end menu
26929
26930
26931 @node Gnus Utility Functions
26932 @subsection Gnus Utility Functions
26933 @cindex Gnus utility functions
26934 @cindex utility functions
26935 @cindex functions
26936 @cindex internal variables
26937
26938 When writing small functions to be run from hooks (and stuff), it's
26939 vital to have access to the Gnus internal functions and variables.
26940 Below is a list of the most common ones.
26941
26942 @table @code
26943
26944 @item gnus-newsgroup-name
26945 @vindex gnus-newsgroup-name
26946 This variable holds the name of the current newsgroup.
26947
26948 @item gnus-find-method-for-group
26949 @findex gnus-find-method-for-group
26950 A function that returns the select method for @var{group}.
26951
26952 @item gnus-group-real-name
26953 @findex gnus-group-real-name
26954 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26955 name.
26956
26957 @item gnus-group-prefixed-name
26958 @findex gnus-group-prefixed-name
26959 Takes an unprefixed group name and a select method, and returns the full
26960 (prefixed) Gnus group name.
26961
26962 @item gnus-get-info
26963 @findex gnus-get-info
26964 Returns the group info list for @var{group}.
26965
26966 @item gnus-group-unread
26967 @findex gnus-group-unread
26968 The number of unread articles in @var{group}, or @code{t} if that is
26969 unknown.
26970
26971 @item gnus-active
26972 @findex gnus-active
26973 The active entry for @var{group}.
26974
26975 @item gnus-set-active
26976 @findex gnus-set-active
26977 Set the active entry for @var{group}.
26978
26979 @item gnus-add-current-to-buffer-list
26980 @findex gnus-add-current-to-buffer-list
26981 Adds the current buffer to the list of buffers to be killed on Gnus
26982 exit.
26983
26984 @item gnus-continuum-version
26985 @findex gnus-continuum-version
26986 Takes a Gnus version string as a parameter and returns a floating point
26987 number.  Earlier versions will always get a lower number than later
26988 versions.
26989
26990 @item gnus-group-read-only-p
26991 @findex gnus-group-read-only-p
26992 Says whether @var{group} is read-only or not.
26993
26994 @item gnus-news-group-p
26995 @findex gnus-news-group-p
26996 Says whether @var{group} came from a news back end.
26997
26998 @item gnus-ephemeral-group-p
26999 @findex gnus-ephemeral-group-p
27000 Says whether @var{group} is ephemeral or not.
27001
27002 @item gnus-server-to-method
27003 @findex gnus-server-to-method
27004 Returns the select method corresponding to @var{server}.
27005
27006 @item gnus-server-equal
27007 @findex gnus-server-equal
27008 Says whether two virtual servers are equal.
27009
27010 @item gnus-group-native-p
27011 @findex gnus-group-native-p
27012 Says whether @var{group} is native or not.
27013
27014 @item gnus-group-secondary-p
27015 @findex gnus-group-secondary-p
27016 Says whether @var{group} is secondary or not.
27017
27018 @item gnus-group-foreign-p
27019 @findex gnus-group-foreign-p
27020 Says whether @var{group} is foreign or not.
27021
27022 @item gnus-group-find-parameter
27023 @findex gnus-group-find-parameter
27024 Returns the parameter list of @var{group}.  If given a second parameter,
27025 returns the value of that parameter for @var{group}.
27026
27027 @item gnus-group-set-parameter
27028 @findex gnus-group-set-parameter
27029 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
27030
27031 @item gnus-narrow-to-body
27032 @findex gnus-narrow-to-body
27033 Narrows the current buffer to the body of the article.
27034
27035 @item gnus-check-backend-function
27036 @findex gnus-check-backend-function
27037 Takes two parameters, @var{function} and @var{group}.  If the back end
27038 @var{group} comes from supports @var{function}, return non-@code{nil}.
27039
27040 @lisp
27041 (gnus-check-backend-function "request-scan" "nnml:misc")
27042 @result{} t
27043 @end lisp
27044
27045 @item gnus-read-method
27046 @findex gnus-read-method
27047 Prompts the user for a select method.
27048
27049 @end table
27050
27051
27052 @node Back End Interface
27053 @subsection Back End Interface
27054
27055 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
27056 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
27057 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
27058 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
27059 examples of the latter we have @code{nntp-port-number} and
27060 @code{nnmbox-directory}.
27061
27062 When Gnus asks for information from a back end---say @code{nntp}---on
27063 something, it will normally include a virtual server name in the
27064 function parameters.  (If not, the back end should use the ``current''
27065 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
27066 server as its only (optional) parameter.  If this virtual server hasn't
27067 been opened, the function should fail.
27068
27069 Note that a virtual server name has no relation to some physical server
27070 name.  Take this example:
27071
27072 @lisp
27073 (nntp "odd-one"
27074       (nntp-address "ifi.uio.no")
27075       (nntp-port-number 4324))
27076 @end lisp
27077
27078 Here the virtual server name is @samp{odd-one} while the name of
27079 the physical server is @samp{ifi.uio.no}.
27080
27081 The back ends should be able to switch between several virtual servers.
27082 The standard back ends implement this by keeping an alist of virtual
27083 server environments that they pull down/push up when needed.
27084
27085 There are two groups of interface functions: @dfn{required functions},
27086 which must be present, and @dfn{optional functions}, which Gnus will
27087 always check for presence before attempting to call 'em.
27088
27089 All these functions are expected to return data in the buffer
27090 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
27091 unfortunately named, but we'll have to live with it.  When I talk about
27092 @dfn{resulting data}, I always refer to the data in that buffer.  When I
27093 talk about @dfn{return value}, I talk about the function value returned by
27094 the function call.  Functions that fail should return @code{nil} as the
27095 return value.
27096
27097 Some back ends could be said to be @dfn{server-forming} back ends, and
27098 some might be said not to be.  The latter are back ends that generally
27099 only operate on one group at a time, and have no concept of ``server''
27100 ---they have a group, and they deliver info on that group and nothing
27101 more.
27102
27103 Gnus identifies each message by way of group name and article number.  A
27104 few remarks about these article numbers might be useful.  First of all,
27105 the numbers are positive integers.  Secondly, it is normally not
27106 possible for later articles to ``re-use'' older article numbers without
27107 confusing Gnus.  That is, if a group has ever contained a message
27108 numbered 42, then no other message may get that number, or Gnus will get
27109 mightily confused.@footnote{See the function
27110 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
27111 Third, article numbers must be assigned in order of arrival in the
27112 group; this is not necessarily the same as the date of the message.
27113
27114 The previous paragraph already mentions all the ``hard'' restrictions that
27115 article numbers must fulfill.  But it seems that it might be useful to
27116 assign @emph{consecutive} article numbers, for Gnus gets quite confused
27117 if there are holes in the article numbering sequence.  However, due to
27118 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
27119 also useful for the article numbers to start at 1 to avoid running out
27120 of numbers as long as possible.
27121
27122 Note that by convention, back ends are named @code{nnsomething}, but
27123 Gnus also comes with some @code{nnnotbackends}, such as
27124 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
27125
27126 In the examples and definitions I will refer to the imaginary back end
27127 @code{nnchoke}.
27128
27129 @cindex @code{nnchoke}
27130
27131 @menu
27132 * Required Back End Functions::  Functions that must be implemented.
27133 * Optional Back End Functions::  Functions that need not be implemented.
27134 * Error Messaging::             How to get messages and report errors.
27135 * Writing New Back Ends::       Extending old back ends.
27136 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
27137 * Mail-like Back Ends::         Some tips on mail back ends.
27138 @end menu
27139
27140
27141 @node Required Back End Functions
27142 @subsubsection Required Back End Functions
27143
27144 @table @code
27145
27146 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27147
27148 @var{articles} is either a range of article numbers or a list of
27149 @code{Message-ID}s.  Current back ends do not fully support either---only
27150 sequences (lists) of article numbers, and most back ends do not support
27151 retrieval of @code{Message-ID}s.  But they should try for both.
27152
27153 The result data should either be HEADs or @acronym{NOV} lines, and the result
27154 value should either be @code{headers} or @code{nov} to reflect this.
27155 This might later be expanded to @code{various}, which will be a mixture
27156 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27157
27158 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27159 headers'', in some meaning of the word.  This is generally done by
27160 fetching (at most) @var{fetch-old} extra headers less than the smallest
27161 article number in @code{articles}, and filling the gaps as well.  The
27162 presence of this parameter can be ignored if the back end finds it
27163 cumbersome to follow the request.  If this is non-@code{nil} and not a
27164 number, do maximum fetches.
27165
27166 Here's an example HEAD:
27167
27168 @example
27169 221 1056 Article retrieved.
27170 Path: ifi.uio.no!sturles
27171 From: sturles@@ifi.uio.no (Sturle Sunde)
27172 Newsgroups: ifi.discussion
27173 Subject: Re: Something very droll
27174 Date: 27 Oct 1994 14:02:57 +0100
27175 Organization: Dept. of Informatics, University of Oslo, Norway
27176 Lines: 26
27177 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27178 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27179 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27180 .
27181 @end example
27182
27183 So a @code{headers} return value would imply that there's a number of
27184 these in the data buffer.
27185
27186 Here's a BNF definition of such a buffer:
27187
27188 @example
27189 headers        = *head
27190 head           = error / valid-head
27191 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27192 valid-head     = valid-message *header "." eol
27193 valid-message  = "221 " <number> " Article retrieved." eol
27194 header         = <text> eol
27195 @end example
27196
27197 @cindex BNF
27198 (The version of BNF used here is the one used in RFC822.)
27199
27200 If the return value is @code{nov}, the data buffer should contain
27201 @dfn{network overview database} lines.  These are basically fields
27202 separated by tabs.
27203
27204 @example
27205 nov-buffer = *nov-line
27206 nov-line   = field 7*8[ <TAB> field ] eol
27207 field      = <text except TAB>
27208 @end example
27209
27210 For a closer look at what should be in those fields,
27211 @pxref{Headers}.
27212
27213
27214 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27215
27216 @var{server} is here the virtual server name.  @var{definitions} is a
27217 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27218
27219 If the server can't be opened, no error should be signaled.  The back end
27220 may then choose to refuse further attempts at connecting to this
27221 server.  In fact, it should do so.
27222
27223 If the server is opened already, this function should return a
27224 non-@code{nil} value.  There should be no data returned.
27225
27226
27227 @item (nnchoke-close-server &optional SERVER)
27228
27229 Close connection to @var{server} and free all resources connected
27230 to it.  Return @code{nil} if the server couldn't be closed for some
27231 reason.
27232
27233 There should be no data returned.
27234
27235
27236 @item (nnchoke-request-close)
27237
27238 Close connection to all servers and free all resources that the back end
27239 have reserved.  All buffers that have been created by that back end
27240 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27241 function is generally only called when Gnus is shutting down.
27242
27243 There should be no data returned.
27244
27245
27246 @item (nnchoke-server-opened &optional SERVER)
27247
27248 If @var{server} is the current virtual server, and the connection to the
27249 physical server is alive, then this function should return a
27250 non-@code{nil} value.  This function should under no circumstances
27251 attempt to reconnect to a server we have lost connection to.
27252
27253 There should be no data returned.
27254
27255
27256 @item (nnchoke-status-message &optional SERVER)
27257
27258 This function should return the last error message from @var{server}.
27259
27260 There should be no data returned.
27261
27262
27263 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27264
27265 The result data from this function should be the article specified by
27266 @var{article}.  This might either be a @code{Message-ID} or a number.
27267 It is optional whether to implement retrieval by @code{Message-ID}, but
27268 it would be nice if that were possible.
27269
27270 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27271 in this buffer instead of the normal data buffer.  This is to make it
27272 possible to avoid copying large amounts of data from one buffer to
27273 another, while Gnus mainly requests articles to be inserted directly
27274 into its article buffer.
27275
27276 If it is at all possible, this function should return a cons cell where
27277 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27278 the article number.  This will enable Gnus to find out what the real
27279 group and article numbers are when fetching articles by
27280 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27281 on successful article retrieval.
27282
27283
27284 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27285
27286 Get data on @var{group}.  This function also has the side effect of
27287 making @var{group} the current group.
27288
27289 If @var{fast}, don't bother to return useful data, just make @var{group}
27290 the current group.
27291
27292 Here's an example of some result data and a definition of the same:
27293
27294 @example
27295 211 56 1000 1059 ifi.discussion
27296 @end example
27297
27298 The first number is the status, which should be 211.  Next is the
27299 total number of articles in the group, the lowest article number, the
27300 highest article number, and finally the group name.  Note that the total
27301 number of articles may be less than one might think while just
27302 considering the highest and lowest article numbers, but some articles
27303 may have been canceled.  Gnus just discards the total-number, so
27304 whether one should take the bother to generate it properly (if that is a
27305 problem) is left as an exercise to the reader.  If the group contains no
27306 articles, the lowest article number should be reported as 1 and the
27307 highest as 0.
27308
27309 @example
27310 group-status = [ error / info ] eol
27311 error        = [ "4" / "5" ] 2<number> " " <Error message>
27312 info         = "211 " 3* [ <number> " " ] <string>
27313 @end example
27314
27315
27316 @item (nnchoke-close-group GROUP &optional SERVER)
27317
27318 Close @var{group} and free any resources connected to it.  This will be
27319 a no-op on most back ends.
27320
27321 There should be no data returned.
27322
27323
27324 @item (nnchoke-request-list &optional SERVER)
27325
27326 Return a list of all groups available on @var{server}.  And that means
27327 @emph{all}.
27328
27329 Here's an example from a server that only carries two groups:
27330
27331 @example
27332 ifi.test 0000002200 0000002000 y
27333 ifi.discussion 3324 3300 n
27334 @end example
27335
27336 On each line we have a group name, then the highest article number in
27337 that group, the lowest article number, and finally a flag.  If the group
27338 contains no articles, the lowest article number should be reported as 1
27339 and the highest as 0.
27340
27341 @example
27342 active-file = *active-line
27343 active-line = name " " <number> " " <number> " " flags eol
27344 name        = <string>
27345 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27346 @end example
27347
27348 The flag says whether the group is read-only (@samp{n}), is moderated
27349 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27350 (@samp{=other-group}) or none of the above (@samp{y}).
27351
27352
27353 @item (nnchoke-request-post &optional SERVER)
27354
27355 This function should post the current buffer.  It might return whether
27356 the posting was successful or not, but that's not required.  If, for
27357 instance, the posting is done asynchronously, it has generally not been
27358 completed by the time this function concludes.  In that case, this
27359 function should set up some kind of sentinel to beep the user loud and
27360 clear if the posting could not be completed.
27361
27362 There should be no result data from this function.
27363
27364 @end table
27365
27366
27367 @node Optional Back End Functions
27368 @subsubsection Optional Back End Functions
27369
27370 @table @code
27371
27372 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
27373
27374 @var{groups} is a list of groups, and this function should request data
27375 on all those groups.  How it does it is of no concern to Gnus, but it
27376 should attempt to do this in a speedy fashion.
27377
27378 The return value of this function can be either @code{active} or
27379 @code{group}, which says what the format of the result data is.  The
27380 former is in the same format as the data from
27381 @code{nnchoke-request-list}, while the latter is a buffer full of lines
27382 in the same format as @code{nnchoke-request-group} gives.
27383
27384 @example
27385 group-buffer = *active-line / *group-status
27386 @end example
27387
27388
27389 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
27390
27391 A Gnus group info (@pxref{Group Info}) is handed to the back end for
27392 alterations.  This comes in handy if the back end really carries all
27393 the information (as is the case with virtual and imap groups).  This
27394 function should destructively alter the info to suit its needs, and
27395 should return a non-@code{nil} value.
27396
27397 There should be no result data from this function.
27398
27399
27400 @item (nnchoke-request-type GROUP &optional ARTICLE)
27401
27402 When the user issues commands for ``sending news'' (@kbd{F} in the
27403 summary buffer, for instance), Gnus has to know whether the article the
27404 user is following up on is news or mail.  This function should return
27405 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
27406 is mail and @code{unknown} if the type can't be decided.  (The
27407 @var{article} parameter is necessary in @code{nnvirtual} groups which
27408 might very well combine mail groups and news groups.)  Both @var{group}
27409 and @var{article} may be @code{nil}.
27410
27411 There should be no result data from this function.
27412
27413
27414 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
27415
27416 Set/remove/add marks on articles.  Normally Gnus handles the article
27417 marks (such as read, ticked, expired etc) internally, and store them in
27418 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
27419 all information about the articles on the server, so Gnus need to
27420 propagate the mark information to the server.
27421
27422 @var{action} is a list of mark setting requests, having this format:
27423
27424 @example
27425 (RANGE ACTION MARK)
27426 @end example
27427
27428 @var{range} is a range of articles you wish to update marks on.
27429 @var{action} is @code{add} or @code{del}, used to add marks or remove
27430 marks (preserving all marks not mentioned).  @var{mark} is a list of
27431 marks; where each mark is a symbol.  Currently used marks are
27432 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
27433 @code{dormant}, @code{save}, @code{download}, @code{unsend},
27434 @code{forward} and @code{recent}, but your back end should, if
27435 possible, not limit itself to these.
27436
27437 Given contradictory actions, the last action in the list should be the
27438 effective one.  That is, if your action contains a request to add the
27439 @code{tick} mark on article 1 and, later in the list, a request to
27440 remove the mark on the same article, the mark should in fact be removed.
27441
27442 An example action list:
27443
27444 @example
27445 (((5 12 30) 'del '(tick))
27446  ((10 . 90) 'add '(read expire))
27447  ((92 94) 'del '(read)))
27448 @end example
27449
27450 The function should return a range of articles it wasn't able to set the
27451 mark on (currently not used for anything).
27452
27453 There should be no result data from this function.
27454
27455 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
27456
27457 If the user tries to set a mark that the back end doesn't like, this
27458 function may change the mark.  Gnus will use whatever this function
27459 returns as the mark for @var{article} instead of the original
27460 @var{mark}.  If the back end doesn't care, it must return the original
27461 @var{mark}, and not @code{nil} or any other type of garbage.
27462
27463 The only use for this I can see is what @code{nnvirtual} does with
27464 it---if a component group is auto-expirable, marking an article as read
27465 in the virtual group should result in the article being marked as
27466 expirable.
27467
27468 There should be no result data from this function.
27469
27470
27471 @item (nnchoke-request-scan &optional GROUP SERVER)
27472
27473 This function may be called at any time (by Gnus or anything else) to
27474 request that the back end check for incoming articles, in one way or
27475 another.  A mail back end will typically read the spool file or query
27476 the @acronym{POP} server when this function is invoked.  The
27477 @var{group} doesn't have to be heeded---if the back end decides that
27478 it is too much work just scanning for a single group, it may do a
27479 total scan of all groups.  It would be nice, however, to keep things
27480 local if that's practical.
27481
27482 There should be no result data from this function.
27483
27484
27485 @item (nnchoke-request-group-description GROUP &optional SERVER)
27486
27487 The result data from this function should be a description of
27488 @var{group}.
27489
27490 @example
27491 description-line = name <TAB> description eol
27492 name             = <string>
27493 description      = <text>
27494 @end example
27495
27496 @item (nnchoke-request-list-newsgroups &optional SERVER)
27497
27498 The result data from this function should be the description of all
27499 groups available on the server.
27500
27501 @example
27502 description-buffer = *description-line
27503 @end example
27504
27505
27506 @item (nnchoke-request-newgroups DATE &optional SERVER)
27507
27508 The result data from this function should be all groups that were
27509 created after @samp{date}, which is in normal human-readable date format
27510 (i.e., the date format used in mail and news headers, and returned by
27511 the function @code{message-make-date} by default).  The data should be
27512 in the active buffer format.
27513
27514 It is okay for this function to return ``too many'' groups; some back ends
27515 might find it cheaper to return the full list of groups, rather than
27516 just the new groups.  But don't do this for back ends with many groups.
27517 Normally, if the user creates the groups herself, there won't be too
27518 many groups, so @code{nnml} and the like are probably safe.  But for
27519 back ends like @code{nntp}, where the groups have been created by the
27520 server, it is quite likely that there can be many groups.
27521
27522
27523 @item (nnchoke-request-create-group GROUP &optional SERVER)
27524
27525 This function should create an empty group with name @var{group}.
27526
27527 There should be no return data.
27528
27529
27530 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
27531
27532 This function should run the expiry process on all articles in the
27533 @var{articles} range (which is currently a simple list of article
27534 numbers.)  It is left up to the back end to decide how old articles
27535 should be before they are removed by this function.  If @var{force} is
27536 non-@code{nil}, all @var{articles} should be deleted, no matter how new
27537 they are.
27538
27539 This function should return a list of articles that it did not/was not
27540 able to delete.
27541
27542 There should be no result data returned.
27543
27544
27545 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
27546
27547 This function should move @var{article} (which is a number) from
27548 @var{group} by calling @var{accept-form}.
27549
27550 This function should ready the article in question for moving by
27551 removing any header lines it has added to the article, and generally
27552 should ``tidy up'' the article.  Then it should @code{eval}
27553 @var{accept-form} in the buffer where the ``tidy'' article is.  This
27554 will do the actual copying.  If this @code{eval} returns a
27555 non-@code{nil} value, the article should be removed.
27556
27557 If @var{last} is @code{nil}, that means that there is a high likelihood
27558 that there will be more requests issued shortly, so that allows some
27559 optimizations.
27560
27561 The function should return a cons where the @code{car} is the group name and
27562 the @code{cdr} is the article number that the article was entered as.
27563
27564 The group should exist before the back end is asked to accept the
27565 article for that group.
27566
27567 There should be no data returned.
27568
27569
27570 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
27571
27572 This function takes the current buffer and inserts it into @var{group}.
27573 If @var{last} in @code{nil}, that means that there will be more calls to
27574 this function in short order.
27575
27576 The function should return a cons where the @code{car} is the group name and
27577 the @code{cdr} is the article number that the article was entered as.
27578
27579 There should be no data returned.
27580
27581
27582 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
27583
27584 This function should remove @var{article} (which is a number) from
27585 @var{group} and insert @var{buffer} there instead.
27586
27587 There should be no data returned.
27588
27589
27590 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
27591
27592 This function should delete @var{group}.  If @var{force}, it should
27593 really delete all the articles in the group, and then delete the group
27594 itself.  (If there is such a thing as ``the group itself''.)
27595
27596 There should be no data returned.
27597
27598
27599 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
27600
27601 This function should rename @var{group} into @var{new-name}.  All
27602 articles in @var{group} should move to @var{new-name}.
27603
27604 There should be no data returned.
27605
27606 @end table
27607
27608
27609 @node Error Messaging
27610 @subsubsection Error Messaging
27611
27612 @findex nnheader-report
27613 @findex nnheader-get-report
27614 The back ends should use the function @code{nnheader-report} to report
27615 error conditions---they should not raise errors when they aren't able to
27616 perform a request.  The first argument to this function is the back end
27617 symbol, and the rest are interpreted as arguments to @code{format} if
27618 there are multiple of them, or just a string if there is one of them.
27619 This function must always returns @code{nil}.
27620
27621 @lisp
27622 (nnheader-report 'nnchoke "You did something totally bogus")
27623
27624 (nnheader-report 'nnchoke "Could not request group %s" group)
27625 @end lisp
27626
27627 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
27628 @code{nil} back from a server, and this function returns the most
27629 recently reported message for the back end in question.  This function
27630 takes one argument---the server symbol.
27631
27632 Internally, these functions access @var{back-end}@code{-status-string},
27633 so the @code{nnchoke} back end will have its error message stored in
27634 @code{nnchoke-status-string}.
27635
27636
27637 @node Writing New Back Ends
27638 @subsubsection Writing New Back Ends
27639
27640 Many back ends are quite similar.  @code{nnml} is just like
27641 @code{nnspool}, but it allows you to edit the articles on the server.
27642 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
27643 and it doesn't maintain overview databases.  @code{nndir} is just like
27644 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
27645 editing articles.
27646
27647 It would make sense if it were possible to ``inherit'' functions from
27648 back ends when writing new back ends.  And, indeed, you can do that if you
27649 want to.  (You don't have to if you don't want to, of course.)
27650
27651 All the back ends declare their public variables and functions by using a
27652 package called @code{nnoo}.
27653
27654 To inherit functions from other back ends (and allow other back ends to
27655 inherit functions from the current back end), you should use the
27656 following macros:
27657
27658 @table @code
27659
27660 @item nnoo-declare
27661 This macro declares the first parameter to be a child of the subsequent
27662 parameters.  For instance:
27663
27664 @lisp
27665 (nnoo-declare nndir
27666   nnml nnmh)
27667 @end lisp
27668
27669 @code{nndir} has declared here that it intends to inherit functions from
27670 both @code{nnml} and @code{nnmh}.
27671
27672 @item defvoo
27673 This macro is equivalent to @code{defvar}, but registers the variable as
27674 a public server variable.  Most state-oriented variables should be
27675 declared with @code{defvoo} instead of @code{defvar}.
27676
27677 In addition to the normal @code{defvar} parameters, it takes a list of
27678 variables in the parent back ends to map the variable to when executing
27679 a function in those back ends.
27680
27681 @lisp
27682 (defvoo nndir-directory nil
27683   "Where nndir will look for groups."
27684   nnml-current-directory nnmh-current-directory)
27685 @end lisp
27686
27687 This means that @code{nnml-current-directory} will be set to
27688 @code{nndir-directory} when an @code{nnml} function is called on behalf
27689 of @code{nndir}.  (The same with @code{nnmh}.)
27690
27691 @item nnoo-define-basics
27692 This macro defines some common functions that almost all back ends should
27693 have.
27694
27695 @lisp
27696 (nnoo-define-basics nndir)
27697 @end lisp
27698
27699 @item deffoo
27700 This macro is just like @code{defun} and takes the same parameters.  In
27701 addition to doing the normal @code{defun} things, it registers the
27702 function as being public so that other back ends can inherit it.
27703
27704 @item nnoo-map-functions
27705 This macro allows mapping of functions from the current back end to
27706 functions from the parent back ends.
27707
27708 @lisp
27709 (nnoo-map-functions nndir
27710   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27711   (nnmh-request-article 0 nndir-current-group 0 0))
27712 @end lisp
27713
27714 This means that when @code{nndir-retrieve-headers} is called, the first,
27715 third, and fourth parameters will be passed on to
27716 @code{nnml-retrieve-headers}, while the second parameter is set to the
27717 value of @code{nndir-current-group}.
27718
27719 @item nnoo-import
27720 This macro allows importing functions from back ends.  It should be the
27721 last thing in the source file, since it will only define functions that
27722 haven't already been defined.
27723
27724 @lisp
27725 (nnoo-import nndir
27726   (nnmh
27727    nnmh-request-list
27728    nnmh-request-newgroups)
27729   (nnml))
27730 @end lisp
27731
27732 This means that calls to @code{nndir-request-list} should just be passed
27733 on to @code{nnmh-request-list}, while all public functions from
27734 @code{nnml} that haven't been defined in @code{nndir} yet should be
27735 defined now.
27736
27737 @end table
27738
27739 Below is a slightly shortened version of the @code{nndir} back end.
27740
27741 @lisp
27742 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
27743 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
27744
27745 ;;; @r{Code:}
27746
27747 (require 'nnheader)
27748 (require 'nnmh)
27749 (require 'nnml)
27750 (require 'nnoo)
27751 (eval-when-compile (require 'cl))
27752
27753 (nnoo-declare nndir
27754   nnml nnmh)
27755
27756 (defvoo nndir-directory nil
27757   "Where nndir will look for groups."
27758   nnml-current-directory nnmh-current-directory)
27759
27760 (defvoo nndir-nov-is-evil nil
27761   "*Non-nil means that nndir will never retrieve NOV headers."
27762   nnml-nov-is-evil)
27763
27764 (defvoo nndir-current-group ""
27765   nil
27766   nnml-current-group nnmh-current-group)
27767 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
27768 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
27769
27770 (defvoo nndir-status-string "" nil nnmh-status-string)
27771 (defconst nndir-version "nndir 1.0")
27772
27773 ;;; @r{Interface functions.}
27774
27775 (nnoo-define-basics nndir)
27776
27777 (deffoo nndir-open-server (server &optional defs)
27778   (setq nndir-directory
27779         (or (cadr (assq 'nndir-directory defs))
27780             server))
27781   (unless (assq 'nndir-directory defs)
27782     (push `(nndir-directory ,server) defs))
27783   (push `(nndir-current-group
27784           ,(file-name-nondirectory
27785             (directory-file-name nndir-directory)))
27786         defs)
27787   (push `(nndir-top-directory
27788           ,(file-name-directory (directory-file-name nndir-directory)))
27789         defs)
27790   (nnoo-change-server 'nndir server defs))
27791
27792 (nnoo-map-functions nndir
27793   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27794   (nnmh-request-article 0 nndir-current-group 0 0)
27795   (nnmh-request-group nndir-current-group 0 0)
27796   (nnmh-close-group nndir-current-group 0))
27797
27798 (nnoo-import nndir
27799   (nnmh
27800    nnmh-status-message
27801    nnmh-request-list
27802    nnmh-request-newgroups))
27803
27804 (provide 'nndir)
27805 @end lisp
27806
27807
27808 @node Hooking New Back Ends Into Gnus
27809 @subsubsection Hooking New Back Ends Into Gnus
27810
27811 @vindex gnus-valid-select-methods
27812 @findex gnus-declare-backend
27813 Having Gnus start using your new back end is rather easy---you just
27814 declare it with the @code{gnus-declare-backend} functions.  This will
27815 enter the back end into the @code{gnus-valid-select-methods} variable.
27816
27817 @code{gnus-declare-backend} takes two parameters---the back end name and
27818 an arbitrary number of @dfn{abilities}.
27819
27820 Here's an example:
27821
27822 @lisp
27823 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27824 @end lisp
27825
27826 The above line would then go in the @file{nnchoke.el} file.
27827
27828 The abilities can be:
27829
27830 @table @code
27831 @item mail
27832 This is a mailish back end---followups should (probably) go via mail.
27833 @item post
27834 This is a newsish back end---followups should (probably) go via news.
27835 @item post-mail
27836 This back end supports both mail and news.
27837 @item none
27838 This is neither a post nor mail back end---it's something completely
27839 different.
27840 @item respool
27841 It supports respooling---or rather, it is able to modify its source
27842 articles and groups.
27843 @item address
27844 The name of the server should be in the virtual server name.  This is
27845 true for almost all back ends.
27846 @item prompt-address
27847 The user should be prompted for an address when doing commands like
27848 @kbd{B} in the group buffer.  This is true for back ends like
27849 @code{nntp}, but not @code{nnmbox}, for instance.
27850 @end table
27851
27852
27853 @node Mail-like Back Ends
27854 @subsubsection Mail-like Back Ends
27855
27856 One of the things that separate the mail back ends from the rest of the
27857 back ends is the heavy dependence by most of the mail back ends on
27858 common functions in @file{nnmail.el}.  For instance, here's the
27859 definition of @code{nnml-request-scan}:
27860
27861 @lisp
27862 (deffoo nnml-request-scan (&optional group server)
27863   (setq nnml-article-file-alist nil)
27864   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27865 @end lisp
27866
27867 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27868 and @code{nnmail} takes care of all the moving and splitting of the
27869 mail.
27870
27871 This function takes four parameters.
27872
27873 @table @var
27874 @item method
27875 This should be a symbol to designate which back end is responsible for
27876 the call.
27877
27878 @item exit-function
27879 This function should be called after the splitting has been performed.
27880
27881 @item temp-directory
27882 Where the temporary files should be stored.
27883
27884 @item group
27885 This optional argument should be a group name if the splitting is to be
27886 performed for one group only.
27887 @end table
27888
27889 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27890 save each article.  @var{back-end}@code{-active-number} will be called to
27891 find the article number assigned to this article.
27892
27893 The function also uses the following variables:
27894 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27895 this back end); and @var{back-end}@code{-group-alist} and
27896 @var{back-end}@code{-active-file} to generate the new active file.
27897 @var{back-end}@code{-group-alist} should be a group-active alist, like
27898 this:
27899
27900 @example
27901 (("a-group" (1 . 10))
27902  ("some-group" (34 . 39)))
27903 @end example
27904
27905
27906 @node Score File Syntax
27907 @subsection Score File Syntax
27908
27909 Score files are meant to be easily parseable, but yet extremely
27910 mallable.  It was decided that something that had the same read syntax
27911 as an Emacs Lisp list would fit that spec.
27912
27913 Here's a typical score file:
27914
27915 @lisp
27916 (("summary"
27917   ("win95" -10000 nil s)
27918   ("Gnus"))
27919  ("from"
27920   ("Lars" -1000))
27921  (mark -100))
27922 @end lisp
27923
27924 BNF definition of a score file:
27925
27926 @example
27927 score-file      = "" / "(" *element ")"
27928 element         = rule / atom
27929 rule            = string-rule / number-rule / date-rule
27930 string-rule     = "(" quote string-header quote space *string-match ")"
27931 number-rule     = "(" quote number-header quote space *number-match ")"
27932 date-rule       = "(" quote date-header quote space *date-match ")"
27933 quote           = <ascii 34>
27934 string-header   = "subject" / "from" / "references" / "message-id" /
27935                   "xref" / "body" / "head" / "all" / "followup"
27936 number-header   = "lines" / "chars"
27937 date-header     = "date"
27938 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27939                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27940 score           = "nil" / <integer>
27941 date            = "nil" / <natural number>
27942 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27943                   "r" / "regex" / "R" / "Regex" /
27944                   "e" / "exact" / "E" / "Exact" /
27945                   "f" / "fuzzy" / "F" / "Fuzzy"
27946 number-match    = "(" <integer> [ "" / [ space score [ "" /
27947                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27948 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27949 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27950                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27951 date-match-t    = "nil" / "at" / "before" / "after"
27952 atom            = "(" [ required-atom / optional-atom ] ")"
27953 required-atom   = mark / expunge / mark-and-expunge / files /
27954                   exclude-files / read-only / touched
27955 optional-atom   = adapt / local / eval
27956 mark            = "mark" space nil-or-number
27957 nil-or-number   = "nil" / <integer>
27958 expunge         = "expunge" space nil-or-number
27959 mark-and-expunge = "mark-and-expunge" space nil-or-number
27960 files           = "files" *[ space <string> ]
27961 exclude-files   = "exclude-files" *[ space <string> ]
27962 read-only       = "read-only" [ space "nil" / space "t" ]
27963 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
27964 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
27965 local           = "local" *[ space "(" <string> space <form> ")" ]
27966 eval            = "eval" space <form>
27967 space           = *[ " " / <TAB> / <NEWLINE> ]
27968 @end example
27969
27970 Any unrecognized elements in a score file should be ignored, but not
27971 discarded.
27972
27973 As you can see, white space is needed, but the type and amount of white
27974 space is irrelevant.  This means that formatting of the score file is
27975 left up to the programmer---if it's simpler to just spew it all out on
27976 one looong line, then that's ok.
27977
27978 The meaning of the various atoms are explained elsewhere in this
27979 manual (@pxref{Score File Format}).
27980
27981
27982 @node Headers
27983 @subsection Headers
27984
27985 Internally Gnus uses a format for storing article headers that
27986 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
27987 almost suspect that the author looked at the @acronym{NOV} specification and
27988 just shamelessly @emph{stole} the entire thing, and one would be right.
27989
27990 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
27991 RFC 1036 to talk about lines in the head of an article (e.g.,
27992 @code{From}).  It is used by many people as a synonym for
27993 ``head''---``the header and the body''.  (That should be avoided, in my
27994 opinion.)  And Gnus uses a format internally that it calls ``header'',
27995 which is what I'm talking about here.  This is a 9-element vector,
27996 basically, with each header (ouch) having one slot.
27997
27998 These slots are, in order: @code{number}, @code{subject}, @code{from},
27999 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
28000 @code{xref}, and @code{extra}.  There are macros for accessing and
28001 setting these slots---they all have predictable names beginning with
28002 @code{mail-header-} and @code{mail-header-set-}, respectively.
28003
28004 All these slots contain strings, except the @code{extra} slot, which
28005 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
28006
28007
28008 @node Ranges
28009 @subsection Ranges
28010
28011 @sc{gnus} introduced a concept that I found so useful that I've started
28012 using it a lot and have elaborated on it greatly.
28013
28014 The question is simple: If you have a large amount of objects that are
28015 identified by numbers (say, articles, to take a @emph{wild} example)
28016 that you want to qualify as being ``included'', a normal sequence isn't
28017 very useful.  (A 200,000 length sequence is a bit long-winded.)
28018
28019 The solution is as simple as the question: You just collapse the
28020 sequence.
28021
28022 @example
28023 (1 2 3 4 5 6 10 11 12)
28024 @end example
28025
28026 is transformed into
28027
28028 @example
28029 ((1 . 6) (10 . 12))
28030 @end example
28031
28032 To avoid having those nasty @samp{(13 . 13)} elements to denote a
28033 lonesome object, a @samp{13} is a valid element:
28034
28035 @example
28036 ((1 . 6) 7 (10 . 12))
28037 @end example
28038
28039 This means that comparing two ranges to find out whether they are equal
28040 is slightly tricky:
28041
28042 @example
28043 ((1 . 5) 7 8 (10 . 12))
28044 @end example
28045
28046 and
28047
28048 @example
28049 ((1 . 5) (7 . 8) (10 . 12))
28050 @end example
28051
28052 are equal.  In fact, any non-descending list is a range:
28053
28054 @example
28055 (1 2 3 4 5)
28056 @end example
28057
28058 is a perfectly valid range, although a pretty long-winded one.  This is
28059 also valid:
28060
28061 @example
28062 (1 . 5)
28063 @end example
28064
28065 and is equal to the previous range.
28066
28067 Here's a BNF definition of ranges.  Of course, one must remember the
28068 semantic requirement that the numbers are non-descending.  (Any number
28069 of repetition of the same number is allowed, but apt to disappear in
28070 range handling.)
28071
28072 @example
28073 range           = simple-range / normal-range
28074 simple-range    = "(" number " . " number ")"
28075 normal-range    = "(" start-contents ")"
28076 contents        = "" / simple-range *[ " " contents ] /
28077                   number *[ " " contents ]
28078 @end example
28079
28080 Gnus currently uses ranges to keep track of read articles and article
28081 marks.  I plan on implementing a number of range operators in C if The
28082 Powers That Be are willing to let me.  (I haven't asked yet, because I
28083 need to do some more thinking on what operators I need to make life
28084 totally range-based without ever having to convert back to normal
28085 sequences.)
28086
28087
28088 @node Group Info
28089 @subsection Group Info
28090
28091 Gnus stores all permanent info on groups in a @dfn{group info} list.
28092 This list is from three to six elements (or more) long and exhaustively
28093 describes the group.
28094
28095 Here are two example group infos; one is a very simple group while the
28096 second is a more complex one:
28097
28098 @example
28099 ("no.group" 5 ((1 . 54324)))
28100
28101 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
28102                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
28103                 (nnml "")
28104                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
28105 @end example
28106
28107 The first element is the @dfn{group name}---as Gnus knows the group,
28108 anyway.  The second element is the @dfn{subscription level}, which
28109 normally is a small integer.  (It can also be the @dfn{rank}, which is a
28110 cons cell where the @code{car} is the level and the @code{cdr} is the
28111 score.)  The third element is a list of ranges of read articles.  The
28112 fourth element is a list of lists of article marks of various kinds.
28113 The fifth element is the select method (or virtual server, if you like).
28114 The sixth element is a list of @dfn{group parameters}, which is what
28115 this section is about.
28116
28117 Any of the last three elements may be missing if they are not required.
28118 In fact, the vast majority of groups will normally only have the first
28119 three elements, which saves quite a lot of cons cells.
28120
28121 Here's a BNF definition of the group info format:
28122
28123 @example
28124 info          = "(" group space ralevel space read
28125                 [ "" / [ space marks-list [ "" / [ space method [ "" /
28126                 space parameters ] ] ] ] ] ")"
28127 group         = quote <string> quote
28128 ralevel       = rank / level
28129 level         = <integer in the range of 1 to inf>
28130 rank          = "(" level "." score ")"
28131 score         = <integer in the range of 1 to inf>
28132 read          = range
28133 marks-lists   = nil / "(" *marks ")"
28134 marks         = "(" <string> range ")"
28135 method        = "(" <string> *elisp-forms ")"
28136 parameters    = "(" *elisp-forms ")"
28137 @end example
28138
28139 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28140 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28141 in pseudo-BNF.
28142
28143 If you have a Gnus info and want to access the elements, Gnus offers a
28144 series of macros for getting/setting these elements.
28145
28146 @table @code
28147 @item gnus-info-group
28148 @itemx gnus-info-set-group
28149 @findex gnus-info-group
28150 @findex gnus-info-set-group
28151 Get/set the group name.
28152
28153 @item gnus-info-rank
28154 @itemx gnus-info-set-rank
28155 @findex gnus-info-rank
28156 @findex gnus-info-set-rank
28157 Get/set the group rank (@pxref{Group Score}).
28158
28159 @item gnus-info-level
28160 @itemx gnus-info-set-level
28161 @findex gnus-info-level
28162 @findex gnus-info-set-level
28163 Get/set the group level.
28164
28165 @item gnus-info-score
28166 @itemx gnus-info-set-score
28167 @findex gnus-info-score
28168 @findex gnus-info-set-score
28169 Get/set the group score (@pxref{Group Score}).
28170
28171 @item gnus-info-read
28172 @itemx gnus-info-set-read
28173 @findex gnus-info-read
28174 @findex gnus-info-set-read
28175 Get/set the ranges of read articles.
28176
28177 @item gnus-info-marks
28178 @itemx gnus-info-set-marks
28179 @findex gnus-info-marks
28180 @findex gnus-info-set-marks
28181 Get/set the lists of ranges of marked articles.
28182
28183 @item gnus-info-method
28184 @itemx gnus-info-set-method
28185 @findex gnus-info-method
28186 @findex gnus-info-set-method
28187 Get/set the group select method.
28188
28189 @item gnus-info-params
28190 @itemx gnus-info-set-params
28191 @findex gnus-info-params
28192 @findex gnus-info-set-params
28193 Get/set the group parameters.
28194 @end table
28195
28196 All the getter functions take one parameter---the info list.  The setter
28197 functions take two parameters---the info list and the new value.
28198
28199 The last three elements in the group info aren't mandatory, so it may be
28200 necessary to extend the group info before setting the element.  If this
28201 is necessary, you can just pass on a non-@code{nil} third parameter to
28202 the three final setter functions to have this happen automatically.
28203
28204
28205 @node Extended Interactive
28206 @subsection Extended Interactive
28207 @cindex interactive
28208 @findex gnus-interactive
28209
28210 Gnus extends the standard Emacs @code{interactive} specification
28211 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28212 Prefixes}).  Here's an example of how this is used:
28213
28214 @lisp
28215 (defun gnus-summary-increase-score (&optional score symp)
28216   (interactive (gnus-interactive "P\ny"))
28217   ...
28218   )
28219 @end lisp
28220
28221 The best thing to do would have been to implement
28222 @code{gnus-interactive} as a macro which would have returned an
28223 @code{interactive} form, but this isn't possible since Emacs checks
28224 whether a function is interactive or not by simply doing an @code{assq}
28225 on the lambda form.  So, instead we have @code{gnus-interactive}
28226 function that takes a string and returns values that are usable to
28227 @code{interactive}.
28228
28229 This function accepts (almost) all normal @code{interactive} specs, but
28230 adds a few more.
28231
28232 @table @samp
28233 @item y
28234 @vindex gnus-current-prefix-symbol
28235 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28236 variable.
28237
28238 @item Y
28239 @vindex gnus-current-prefix-symbols
28240 A list of the current symbolic prefixes---the
28241 @code{gnus-current-prefix-symbol} variable.
28242
28243 @item A
28244 The current article number---the @code{gnus-summary-article-number}
28245 function.
28246
28247 @item H
28248 The current article header---the @code{gnus-summary-article-header}
28249 function.
28250
28251 @item g
28252 The current group name---the @code{gnus-group-group-name}
28253 function.
28254
28255 @end table
28256
28257
28258 @node Emacs/XEmacs Code
28259 @subsection Emacs/XEmacs Code
28260 @cindex XEmacs
28261 @cindex Emacsen
28262
28263 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28264 platforms must be the primary one.  I chose Emacs.  Not because I don't
28265 like XEmacs or Mule, but because it comes first alphabetically.
28266
28267 This means that Gnus will byte-compile under Emacs with nary a warning,
28268 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28269 As I use byte-compilation warnings to help me root out trivial errors in
28270 Gnus, that's very useful.
28271
28272 I've also consistently used Emacs function interfaces, but have used
28273 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28274 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28275 function.  I then define a function called @code{gnus-run-at-time} that
28276 takes the same parameters as the Emacs @code{run-at-time}.  When running
28277 Gnus under Emacs, the former function is just an alias for the latter.
28278 However, when running under XEmacs, the former is an alias for the
28279 following function:
28280
28281 @lisp
28282 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28283   (start-itimer
28284    "gnus-run-at-time"
28285    `(lambda ()
28286       (,function ,@@args))
28287    time repeat))
28288 @end lisp
28289
28290 This sort of thing has been done for bunches of functions.  Gnus does
28291 not redefine any native Emacs functions while running under XEmacs---it
28292 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28293 all over.
28294
28295 In the cases where the XEmacs function interface was obviously cleaner,
28296 I used it instead.  For example @code{gnus-region-active-p} is an alias
28297 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28298
28299 Of course, I could have chosen XEmacs as my native platform and done
28300 mapping functions the other way around.  But I didn't.  The performance
28301 hit these indirections impose on Gnus under XEmacs should be slight.
28302
28303
28304 @node Various File Formats
28305 @subsection Various File Formats
28306
28307 @menu
28308 * Active File Format::          Information on articles and groups available.
28309 * Newsgroups File Format::      Group descriptions.
28310 @end menu
28311
28312
28313 @node Active File Format
28314 @subsubsection Active File Format
28315
28316 The active file lists all groups available on the server in
28317 question.  It also lists the highest and lowest current article numbers
28318 in each group.
28319
28320 Here's an excerpt from a typical active file:
28321
28322 @example
28323 soc.motss 296030 293865 y
28324 alt.binaries.pictures.fractals 3922 3913 n
28325 comp.sources.unix 1605 1593 m
28326 comp.binaries.ibm.pc 5097 5089 y
28327 no.general 1000 900 y
28328 @end example
28329
28330 Here's a pseudo-BNF definition of this file:
28331
28332 @example
28333 active      = *group-line
28334 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28335 group       = <non-white-space string>
28336 spc         = " "
28337 high-number = <non-negative integer>
28338 low-number  = <positive integer>
28339 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28340 @end example
28341
28342 For a full description of this file, see the manual pages for
28343 @samp{innd}, in particular @samp{active(5)}.
28344
28345
28346 @node Newsgroups File Format
28347 @subsubsection Newsgroups File Format
28348
28349 The newsgroups file lists groups along with their descriptions.  Not all
28350 groups on the server have to be listed,  and not all groups in the file
28351 have to exist on the server.  The file is meant purely as information to
28352 the user.
28353
28354 The format is quite simple; a group name, a tab, and the description.
28355 Here's the definition:
28356
28357 @example
28358 newsgroups    = *line
28359 line          = group tab description <NEWLINE>
28360 group         = <non-white-space string>
28361 tab           = <TAB>
28362 description   = <string>
28363 @end example
28364
28365
28366 @page
28367 @node Emacs for Heathens
28368 @section Emacs for Heathens
28369
28370 Believe it or not, but some people who use Gnus haven't really used
28371 Emacs much before they embarked on their journey on the Gnus Love Boat.
28372 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
28373 region'', and ``set @code{gnus-flargblossen} to an alist where the key
28374 is a regexp that is used for matching on the group name'' are magical
28375 phrases with little or no meaning, then this appendix is for you.  If
28376 you are already familiar with Emacs, just ignore this and go fondle your
28377 cat instead.
28378
28379 @menu
28380 * Keystrokes::                  Entering text and executing commands.
28381 * Emacs Lisp::                  The built-in Emacs programming language.
28382 @end menu
28383
28384
28385 @node Keystrokes
28386 @subsection Keystrokes
28387
28388 @itemize @bullet
28389 @item
28390 Q: What is an experienced Emacs user?
28391
28392 @item
28393 A: A person who wishes that the terminal had pedals.
28394 @end itemize
28395
28396 Yes, when you use Emacs, you are apt to use the control key, the shift
28397 key and the meta key a lot.  This is very annoying to some people
28398 (notably @code{vi}le users), and the rest of us just love the hell out
28399 of it.  Just give up and submit.  Emacs really does stand for
28400 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
28401 may have heard from other disreputable sources (like the Emacs author).
28402
28403 The shift keys are normally located near your pinky fingers, and are
28404 normally used to get capital letters and stuff.  You probably use it all
28405 the time.  The control key is normally marked ``CTRL'' or something like
28406 that.  The meta key is, funnily enough, never marked as such on any
28407 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
28408 which is the meta key on this keyboard.  It's usually located somewhere
28409 to the left hand side of the keyboard, usually on the bottom row.
28410
28411 Now, us Emacs people don't say ``press the meta-control-m key'',
28412 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
28413 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
28414 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
28415 down the control key, and hold it down while you press @kbd{k}''.
28416 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
28417 the control key and then press @kbd{k}''.  Simple, ay?
28418
28419 This is somewhat complicated by the fact that not all keyboards have a
28420 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
28421 means ``press escape, release escape, press @kbd{k}''.  That's much more
28422 work than if you have a meta key, so if that's the case, I respectfully
28423 suggest you get a real keyboard with a meta key.  You can't live without
28424 it.
28425
28426
28427
28428 @node Emacs Lisp
28429 @subsection Emacs Lisp
28430
28431 Emacs is the King of Editors because it's really a Lisp interpreter.
28432 Each and every key you tap runs some Emacs Lisp code snippet, and since
28433 Emacs Lisp is an interpreted language, that means that you can configure
28434 any key to run any arbitrary code.  You just, like, do it.
28435
28436 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
28437 functions.  (These are byte-compiled for speed, but it's still
28438 interpreted.)  If you decide that you don't like the way Gnus does
28439 certain things, it's trivial to have it do something a different way.
28440 (Well, at least if you know how to write Lisp code.)  However, that's
28441 beyond the scope of this manual, so we are simply going to talk about
28442 some common constructs that you normally use in your @file{.emacs} file
28443 to customize Gnus.
28444
28445 If you want to set the variable @code{gnus-florgbnize} to four (4), you
28446 write the following:
28447
28448 @lisp
28449 (setq gnus-florgbnize 4)
28450 @end lisp
28451
28452 This function (really ``special form'') @code{setq} is the one that can
28453 set a variable to some value.  This is really all you need to know.  Now
28454 you can go and fill your @file{.emacs} file with lots of these to change
28455 how Gnus works.
28456
28457 If you have put that thing in your @file{.emacs} file, it will be read
28458 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
28459 start Emacs.  If you want to change the variable right away, simply say
28460 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
28461 previous ``form'', which is a simple @code{setq} statement here.
28462
28463 Go ahead---just try it, if you're located at your Emacs.  After you
28464 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
28465 is the return value of the form you @code{eval}ed.
28466
28467 Some pitfalls:
28468
28469 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
28470 that means:
28471
28472 @lisp
28473 (setq gnus-read-active-file 'some)
28474 @end lisp
28475
28476 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
28477 @samp{nntp.ifi.uio.no}'', that means:
28478
28479 @lisp
28480 (setq gnus-nntp-server "nntp.ifi.uio.no")
28481 @end lisp
28482
28483 So be careful not to mix up strings (the latter) with symbols (the
28484 former).  The manual is unambiguous, but it can be confusing.
28485
28486 @page
28487 @include gnus-faq.texi
28488
28489 @node Index
28490 @chapter Index
28491 @printindex cp
28492
28493 @node Key Index
28494 @chapter Key Index
28495 @printindex ky
28496
28497 @summarycontents
28498 @contents
28499 @bye
28500
28501 @iftex
28502 @iflatex
28503 \end{document}
28504 @end iflatex
28505 @end iftex
28506
28507 @c Local Variables:
28508 @c mode: texinfo
28509 @c coding: iso-8859-1
28510 @c End: