6b2e337e77428b71de822f97f7b8a354f58f7262
[gnus] / texi / gnus.texi
1 \input texinfo
2
3 @setfilename gnus
4 @settitle Gnus 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}{Gnus v5.10.6}
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 Gnus 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 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 This manual corresponds to Gnus v5.10.6.
402
403 @end ifinfo
404
405 @iftex
406
407 @iflatex
408 \tableofcontents
409 \gnuscleardoublepage
410 @end iflatex
411
412 Gnus is the advanced, self-documenting, customizable, extensible
413 unreal-time newsreader for GNU Emacs.
414
415 Oops.  That sounds oddly familiar, so let's start over again to avoid
416 being accused of plagiarism:
417
418 Gnus is a message-reading laboratory.  It will let you look at just
419 about anything as if it were a newsgroup.  You can read mail with it,
420 you can browse directories with it, you can @code{ftp} with it---you
421 can even read news with it!
422
423 Gnus tries to empower people who read news the same way Emacs empowers
424 people who edit text.  Gnus sets no limits to what the user should be
425 allowed to do.  Users are encouraged to extend Gnus to make it behave
426 like they want it to behave.  A program should not control people;
427 people should be empowered to do what they want by using (or abusing)
428 the program.
429
430 @end iftex
431
432 @menu
433 * Starting Up::                 Finding news can be a pain.
434 * Group Buffer::                Selecting, subscribing and killing groups.
435 * Summary Buffer::              Reading, saving and posting articles.
436 * Article Buffer::              Displaying and handling articles.
437 * Composing Messages::          Information on sending mail and news.
438 * Select Methods::              Gnus reads all messages from various select methods.
439 * Scoring::                     Assigning values to articles.
440 * Various::                     General purpose settings.
441 * The End::                     Farewell and goodbye.
442 * Appendices::                  Terminology, Emacs intro, @acronym{FAQ}, History, Internals.
443 * Index::                       Variable, function and concept index.
444 * Key Index::                   Key Index.
445
446 Other related manuals
447
448 * Message:(message).            Composing messages.
449 * Emacs-MIME:(emacs-mime).      Composing messages; @acronym{MIME}-specific parts.
450 * Sieve:(sieve).                Managing Sieve scripts in Emacs.
451 * PGG:(pgg).                    @acronym{PGP/MIME} with Gnus.
452 * SASL:(sasl).                  @acronym{SASL} authentication in Emacs.
453
454 @detailmenu
455  --- The Detailed Node Listing ---
456
457 Starting Gnus
458
459 * Finding the News::            Choosing a method for getting news.
460 * The First Time::              What does Gnus do the first time you start it?
461 * The Server is Down::          How can I read my mail then?
462 * Slave Gnusae::                You can have more than one Gnus active at a time.
463 * Fetching a Group::            Starting Gnus just to read a group.
464 * New Groups::                  What is Gnus supposed to do with new groups?
465 * Changing Servers::            You may want to move from one server to another.
466 * Startup Files::               Those pesky startup files---@file{.newsrc}.
467 * Auto Save::                   Recovering from a crash.
468 * The Active File::             Reading the active file over a slow line Takes Time.
469 * Startup Variables::           Other variables you might change.
470
471 New Groups
472
473 * Checking New Groups::         Determining what groups are new.
474 * Subscription Methods::        What Gnus should do with new groups.
475 * Filtering New Groups::        Making Gnus ignore certain new groups.
476
477 Group Buffer
478
479 * Group Buffer Format::         Information listed and how you can change it.
480 * Group Maneuvering::           Commands for moving in the group buffer.
481 * Selecting a Group::           Actually reading news.
482 * Subscription Commands::       Unsubscribing, killing, subscribing.
483 * Group Data::                  Changing the info for a group.
484 * Group Levels::                Levels? What are those, then?
485 * Group Score::                 A mechanism for finding out what groups you like.
486 * Marking Groups::              You can mark groups for later processing.
487 * Foreign Groups::              Creating and editing groups.
488 * Group Parameters::            Each group may have different parameters set.
489 * Listing Groups::              Gnus can list various subsets of the groups.
490 * Sorting Groups::              Re-arrange the group order.
491 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
492 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
493 * Exiting Gnus::                Stop reading news and get some work done.
494 * Group Topics::                A folding group mode divided into topics.
495 * Misc Group Stuff::            Other stuff that you can to do.
496
497 Group Buffer Format
498
499 * Group Line Specification::    Deciding how the group buffer is to look.
500 * Group Mode Line Specification::  The group buffer mode line.
501 * Group Highlighting::          Having nice colors in the group buffer.
502
503 Group Topics
504
505 * Topic Commands::              Interactive E-Z commands.
506 * Topic Variables::             How to customize the topics the Lisp Way.
507 * Topic Sorting::               Sorting each topic individually.
508 * Topic Topology::              A map of the world.
509 * Topic Parameters::            Parameters that apply to all groups in a topic.
510
511 Misc Group Stuff
512
513 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
514 * Group Information::           Information and help on groups and Gnus.
515 * Group Timestamp::             Making Gnus keep track of when you last read a group.
516 * File Commands::               Reading and writing the Gnus files.
517 * Sieve Commands::              Managing Sieve scripts.
518
519 Summary Buffer
520
521 * Summary Buffer Format::       Deciding how the summary buffer is to look.
522 * Summary Maneuvering::         Moving around the summary buffer.
523 * Choosing Articles::           Reading articles.
524 * Paging the Article::          Scrolling the current article.
525 * Reply Followup and Post::     Posting articles.
526 * Delayed Articles::            Send articles at a later time.
527 * Marking Articles::            Marking articles as read, expirable, etc.
528 * Limiting::                    You can limit the summary buffer.
529 * Threading::                   How threads are made.
530 * Sorting the Summary Buffer::  How articles and threads are sorted.
531 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
532 * Article Caching::             You may store articles in a cache.
533 * Persistent Articles::         Making articles expiry-resistant.
534 * Article Backlog::             Having already read articles hang around.
535 * Saving Articles::             Ways of customizing article saving.
536 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
537 * Article Treatment::           The article buffer can be mangled at will.
538 * MIME Commands::               Doing MIMEy things with the articles.
539 * Charsets::                    Character set issues.
540 * Article Commands::            Doing various things with the article buffer.
541 * Summary Sorting::             Sorting the summary buffer in various ways.
542 * Finding the Parent::          No child support? Get the parent.
543 * Alternative Approaches::      Reading using non-default summaries.
544 * Tree Display::                A more visual display of threads.
545 * Mail Group Commands::         Some commands can only be used in mail groups.
546 * Various Summary Stuff::       What didn't fit anywhere else.
547 * Exiting the Summary Buffer::  Returning to the Group buffer,
548                                 or reselecting the current group.
549 * Crosspost Handling::          How crossposted articles are dealt with.
550 * Duplicate Suppression::       An alternative when crosspost handling fails.
551 * Security::                    Decrypt and Verify.
552 * Mailing List::                Mailing list minor mode.
553
554 Summary Buffer Format
555
556 * Summary Buffer Lines::        You can specify how summary lines should look.
557 * To From Newsgroups::          How to not display your own name.
558 * Summary Buffer Mode Line::    You can say how the mode line should look.
559 * Summary Highlighting::        Making the summary buffer all pretty and nice.
560
561 Choosing Articles
562
563 * Choosing Commands::           Commands for choosing articles.
564 * Choosing Variables::          Variables that influence these commands.
565
566 Reply, Followup and Post
567
568 * Summary Mail Commands::       Sending mail.
569 * Summary Post Commands::       Sending news.
570 * Summary Message Commands::    Other Message-related commands.
571 * Canceling and Superseding::
572
573 Marking Articles
574
575 * Unread Articles::             Marks for unread articles.
576 * Read Articles::               Marks for read articles.
577 * Other Marks::                 Marks that do not affect readedness.
578
579 Marking Articles
580
581 * Setting Marks::             How to set and remove marks.
582 * Generic Marking Commands::  How to customize the marking.
583 * Setting Process Marks::     How to mark articles for later processing.
584
585 Threading
586
587 * Customizing Threading::       Variables you can change to affect the threading.
588 * Thread Commands::             Thread based commands in the summary buffer.
589
590 Customizing Threading
591
592 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
593 * Filling In Threads::          Making the threads displayed look fuller.
594 * More Threading::              Even more variables for fiddling with threads.
595 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
596
597 Decoding Articles
598
599 * Uuencoded Articles::          Uudecode articles.
600 * Shell Archives::              Unshar articles.
601 * PostScript Files::            Split PostScript.
602 * Other Files::                 Plain save and binhex.
603 * Decoding Variables::          Variables for a happy decoding.
604 * Viewing Files::               You want to look at the result of the decoding?
605
606 Decoding Variables
607
608 * Rule Variables::              Variables that say how a file is to be viewed.
609 * Other Decode Variables::      Other decode variables.
610 * Uuencoding and Posting::      Variables for customizing uuencoding.
611
612 Article Treatment
613
614 * Article Highlighting::        You want to make the article look like fruit salad.
615 * Article Fontisizing::         Making emphasized text look nice.
616 * Article Hiding::              You also want to make certain info go away.
617 * Article Washing::             Lots of way-neat functions to make life better.
618 * Article Header::              Doing various header transformations.
619 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
620 * Article Button Levels::       Controlling appearance of buttons.
621 * Article Date::                Grumble, UT!
622 * Article Display::             Display various stuff---X-Face, Picons, Smileys
623 * Article Signature::           What is a signature?
624 * Article Miscellanea::         Various other stuff.
625
626 Alternative Approaches
627
628 * Pick and Read::               First mark articles and then read them.
629 * Binary Groups::               Auto-decode all articles.
630
631 Various Summary Stuff
632
633 * Summary Group Information::   Information oriented commands.
634 * Searching for Articles::      Multiple article commands.
635 * Summary Generation Commands::
636 * Really Various Summary Commands::  Those pesky non-conformant commands.
637
638 Article Buffer
639
640 * Hiding Headers::              Deciding what headers should be displayed.
641 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
642 * Customizing Articles::        Tailoring the look of the articles.
643 * Article Keymap::              Keystrokes available in the article buffer.
644 * Misc Article::                Other stuff.
645
646 Composing Messages
647
648 * Mail::                        Mailing and replying.
649 * Posting Server::              What server should you post and mail via?
650 * POP before SMTP::             You cannot send a mail unless you read a mail.
651 * Mail and Post::               Mailing and posting at the same time.
652 * Archived Messages::           Where Gnus stores the messages you've sent.
653 * Posting Styles::              An easier way to specify who you are.
654 * Drafts::                      Postponing messages and rejected messages.
655 * Rejected Articles::           What happens if the server doesn't like your article?
656 * Signing and encrypting::      How to compose secure messages.
657
658 Select Methods
659
660 * Server Buffer::               Making and editing virtual servers.
661 * Getting News::                Reading USENET news with Gnus.
662 * Getting Mail::                Reading your personal mail with Gnus.
663 * Browsing the Web::            Getting messages from a plethora of Web sources.
664 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
665 * Other Sources::               Reading directories, files, SOUP packets.
666 * Combined Groups::             Combining groups into one group.
667 * Gnus Unplugged::              Reading news and mail offline.
668
669 Server Buffer
670
671 * Server Buffer Format::        You can customize the look of this buffer.
672 * Server Commands::             Commands to manipulate servers.
673 * Example Methods::             Examples server specifications.
674 * Creating a Virtual Server::   An example session.
675 * Server Variables::            Which variables to set.
676 * Servers and Methods::         You can use server names as select methods.
677 * Unavailable Servers::         Some servers you try to contact may be down.
678
679 Getting News
680
681 * NNTP::                        Reading news from an @acronym{NNTP} server.
682 * News Spool::                  Reading news from the local spool.
683
684 @acronym{NNTP}
685
686 * Direct Functions::            Connecting directly to the server.
687 * Indirect Functions::          Connecting indirectly to the server.
688 * Common Variables::            Understood by several connection functions.
689
690 Getting Mail
691
692 * Mail in a Newsreader::        Important introductory notes.
693 * Getting Started Reading Mail::  A simple cookbook example.
694 * Splitting Mail::              How to create mail groups.
695 * Mail Sources::                How to tell Gnus where to get mail from.
696 * Mail Back End Variables::     Variables for customizing mail handling.
697 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
698 * Group Mail Splitting::        Use group customize to drive mail splitting.
699 * Incorporating Old Mail::      What about the old mail you have?
700 * Expiring Mail::               Getting rid of unwanted mail.
701 * Washing Mail::                Removing cruft from the mail you get.
702 * Duplicates::                  Dealing with duplicated mail.
703 * Not Reading Mail::            Using mail back ends for reading other files.
704 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
705
706 Mail Sources
707
708 * Mail Source Specifiers::      How to specify what a mail source is.
709 * Mail Source Customization::   Some variables that influence things.
710 * Fetching Mail::               Using the mail source specifiers.
711
712 Choosing a Mail Back End
713
714 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
715 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
716 * Mail Spool::                  Store your mail in a private spool?
717 * MH Spool::                    An mhspool-like back end.
718 * Maildir::                     Another one-file-per-message format.
719 * Mail Folders::                Having one file for each group.
720 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
721
722 Browsing the Web
723
724 * Archiving Mail::
725 * Web Searches::                Creating groups from articles that match a string.
726 * Slashdot::                    Reading the Slashdot comments.
727 * Ultimate::                    The Ultimate Bulletin Board systems.
728 * Web Archive::                 Reading mailing list archived on web.
729 * RSS::                         Reading RDF site summary.
730 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
731
732 @acronym{IMAP}
733
734 * Splitting in IMAP::           Splitting mail with nnimap.
735 * Expiring in IMAP::            Expiring mail with nnimap.
736 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
737 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
738 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
739 * Debugging IMAP::              What to do when things don't work.
740
741 Other Sources
742
743 * Directory Groups::            You can read a directory as if it was a newsgroup.
744 * Anything Groups::             Dired?  Who needs dired?
745 * Document Groups::             Single files can be the basis of a group.
746 * SOUP::                        Reading @sc{soup} packets ``offline''.
747 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
748
749 Document Groups
750
751 * Document Server Internals::   How to add your own document types.
752
753 SOUP
754
755 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
756 * SOUP Groups::                 A back end for reading @sc{soup} packets.
757 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
758
759 Combined Groups
760
761 * Virtual Groups::              Combining articles from many groups.
762 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
763
764 Gnus Unplugged
765
766 * Agent Basics::                How it all is supposed to work.
767 * Agent Categories::            How to tell the Gnus Agent what to download.
768 * Agent Commands::              New commands for all the buffers.
769 * Agent Visuals::               Ways that the agent may effect your summary buffer.
770 * Agent as Cache::              The Agent is a big cache too.
771 * Agent Expiry::                How to make old articles go away.
772 * Agent Regeneration::          How to recover from lost connections and other accidents.
773 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
774 * Outgoing Messages::           What happens when you post/mail something?
775 * Agent Variables::             Customizing is fun.
776 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
777 * Batching Agents::             How to fetch news from a @code{cron} job.
778 * Agent Caveats::               What you think it'll do and what it does.
779
780 Agent Categories
781
782 * Category Syntax::             What a category looks like.
783 * Category Buffer::             A buffer for maintaining categories.
784 * Category Variables::          Customize'r'Us.
785
786 Agent Commands
787
788 * Group Agent Commands::        Configure groups and fetch their contents.
789 * Summary Agent Commands::      Manually select then fetch specific articles.
790 * Server Agent Commands::       Select the servers that are supported by the agent.
791
792 Scoring
793
794 * Summary Score Commands::      Adding score entries for the current group.
795 * Group Score Commands::        General score commands.
796 * Score Variables::             Customize your scoring.  (My, what terminology).
797 * Score File Format::           What a score file may contain.
798 * Score File Editing::          You can edit score files by hand as well.
799 * Adaptive Scoring::            Big Sister Gnus knows what you read.
800 * Home Score File::             How to say where new score entries are to go.
801 * Followups To Yourself::       Having Gnus notice when people answer you.
802 * Scoring On Other Headers::    Scoring on non-standard headers.
803 * Scoring Tips::                How to score effectively.
804 * Reverse Scoring::             That problem child of old is not problem.
805 * Global Score Files::          Earth-spanning, ear-splitting score files.
806 * Kill Files::                  They are still here, but they can be ignored.
807 * Converting Kill Files::       Translating kill files to score files.
808 * Advanced Scoring::            Using logical expressions to build score rules.
809 * Score Decays::                It can be useful to let scores wither away.
810
811 Advanced Scoring
812
813 * Advanced Scoring Syntax::     A definition.
814 * Advanced Scoring Examples::   What they look like.
815 * Advanced Scoring Tips::       Getting the most out of it.
816
817 Various
818
819 * Process/Prefix::              A convention used by many treatment commands.
820 * Interactive::                 Making Gnus ask you many questions.
821 * Symbolic Prefixes::           How to supply some Gnus functions with options.
822 * Formatting Variables::        You can specify what buffers should look like.
823 * Window Layout::               Configuring the Gnus buffer windows.
824 * Faces and Fonts::             How to change how faces look.
825 * Compilation::                 How to speed Gnus up.
826 * Mode Lines::                  Displaying information in the mode lines.
827 * Highlighting and Menus::      Making buffers look all nice and cozy.
828 * Buttons::                     Get tendinitis in ten easy steps!
829 * Daemons::                     Gnus can do things behind your back.
830 * NoCeM::                       How to avoid spam and other fatty foods.
831 * Undo::                        Some actions can be undone.
832 * Predicate Specifiers::        Specifying predicates.
833 * Moderation::                  What to do if you're a moderator.
834 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
835 * Fuzzy Matching::              What's the big fuzz?
836 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
837 * Other modes::                 Interaction with other modes.
838 * Various Various::             Things that are really various.
839
840 Formatting Variables
841
842 * Formatting Basics::           A formatting variable is basically a format string.
843 * Mode Line Formatting::        Some rules about mode line formatting variables.
844 * Advanced Formatting::         Modifying output in various ways.
845 * User-Defined Specs::          Having Gnus call your own functions.
846 * Formatting Fonts::            Making the formatting look colorful and nice.
847 * Positioning Point::           Moving point to a position after an operation.
848 * Tabulation::                  Tabulating your output.
849 * Wide Characters::             Dealing with wide characters.
850
851 Image Enhancements
852
853 * X-Face::                      Display a funky, teensy black-and-white image.
854 * Face::                        Display a funkier, teensier colored image.
855 * Smileys::                     Show all those happy faces the way they were meant to be shown.
856 * Picons::                      How to display pictures of what you're reading.
857 * XVarious::                    Other XEmacsy Gnusey variables.
858
859 Thwarting Email Spam
860
861 * The problem of spam::         Some background, and some solutions
862 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
863 * SpamAssassin::                How to use external anti-spam tools.
864 * Hashcash::                    Reduce spam by burning CPU time.
865 * Filtering Spam Using The Spam ELisp Package::
866 * Filtering Spam Using Statistics with spam-stat::
867
868 Filtering Spam Using The Spam ELisp Package
869
870 * Spam ELisp Package Sequence of Events::  
871 * Spam ELisp Package Filtering of Incoming Mail::  
872 * Spam ELisp Package Global Variables::  
873 * Spam ELisp Package Configuration Examples::  
874 * Blacklists and Whitelists::   
875 * BBDB Whitelists::             
876 * Gmane Spam Reporting::        
877 * Anti-spam Hashcash Payments::  
878 * Blackholes::                  
879 * Regular Expressions Header Matching::  
880 * Bogofilter::                  
881 * ifile spam filtering::        
882 * spam-stat spam filtering::    
883 * SpamOracle::                  
884 * Extending the Spam ELisp package::  
885
886 Filtering Spam Using Statistics with spam-stat
887
888 * Creating a spam-stat dictionary::
889 * Splitting mail using spam-stat::
890 * Low-level interface to the spam-stat dictionary::
891
892 Appendices
893
894 * XEmacs::                      Requirements for installing under XEmacs.
895 * History::                     How Gnus got where it is today.
896 * On Writing Manuals::          Why this is not a beginner's guide.
897 * Terminology::                 We use really difficult, like, words here.
898 * Customization::               Tailoring Gnus to your needs.
899 * Troubleshooting::             What you might try if things do not work.
900 * Gnus Reference Guide::        Rilly, rilly technical stuff.
901 * Emacs for Heathens::          A short introduction to Emacsian terms.
902 * Frequently Asked Questions::  The Gnus FAQ
903
904 History
905
906 * Gnus Versions::               What Gnus versions have been released.
907 * Other Gnus Versions::         Other Gnus versions that also have been released.
908 * Why?::                        What's the point of Gnus?
909 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
910 * Conformity::                  Gnus tries to conform to all standards.
911 * Emacsen::                     Gnus can be run on a few modern Emacsen.
912 * Gnus Development::            How Gnus is developed.
913 * Contributors::                Oodles of people.
914 * New Features::                Pointers to some of the new stuff in Gnus.
915
916 New Features
917
918 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
919 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
920 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
921 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
922 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
923 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
924 * No Gnus::                     Lars, FIXME!
925
926 Customization
927
928 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
929 * Slow Terminal Connection::    You run a remote Emacs.
930 * Little Disk Space::           You feel that having large setup files is icky.
931 * Slow Machine::                You feel like buying a faster machine.
932
933 Gnus Reference Guide
934
935 * Gnus Utility Functions::      Common functions and variable to use.
936 * Back End Interface::          How Gnus communicates with the servers.
937 * Score File Syntax::           A BNF definition of the score file standard.
938 * Headers::                     How Gnus stores headers internally.
939 * Ranges::                      A handy format for storing mucho numbers.
940 * Group Info::                  The group info format.
941 * Extended Interactive::        Symbolic prefixes and stuff.
942 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
943 * Various File Formats::        Formats of files that Gnus use.
944
945 Back End Interface
946
947 * Required Back End Functions::  Functions that must be implemented.
948 * Optional Back End Functions::  Functions that need not be implemented.
949 * Error Messaging::             How to get messages and report errors.
950 * Writing New Back Ends::       Extending old back ends.
951 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
952 * Mail-like Back Ends::         Some tips on mail back ends.
953
954 Various File Formats
955
956 * Active File Format::          Information on articles and groups available.
957 * Newsgroups File Format::      Group descriptions.
958
959 Emacs for Heathens
960
961 * Keystrokes::                  Entering text and executing commands.
962 * Emacs Lisp::                  The built-in Emacs programming language.
963
964 @end detailmenu
965 @end menu
966
967 @node Starting Up
968 @chapter Starting Gnus
969 @cindex starting up
970
971 @kindex M-x gnus
972 @findex gnus
973 If your system administrator has set things up properly, starting Gnus
974 and reading news is extremely easy---you just type @kbd{M-x gnus} in
975 your Emacs.
976
977 @findex gnus-other-frame
978 @kindex M-x gnus-other-frame
979 If you want to start Gnus in a different frame, you can use the command
980 @kbd{M-x gnus-other-frame} instead.
981
982 If things do not go smoothly at startup, you have to twiddle some
983 variables in your @file{~/.gnus.el} file.  This file is similar to
984 @file{~/.emacs}, but is read when Gnus starts.
985
986 If you puzzle at any terms used in this manual, please refer to the
987 terminology section (@pxref{Terminology}).
988
989 @menu
990 * Finding the News::            Choosing a method for getting news.
991 * The First Time::              What does Gnus do the first time you start it?
992 * The Server is Down::          How can I read my mail then?
993 * Slave Gnusae::                You can have more than one Gnus active at a time.
994 * Fetching a Group::            Starting Gnus just to read a group.
995 * New Groups::                  What is Gnus supposed to do with new groups?
996 * Changing Servers::            You may want to move from one server to another.
997 * Startup Files::               Those pesky startup files---@file{.newsrc}.
998 * Auto Save::                   Recovering from a crash.
999 * The Active File::             Reading the active file over a slow line Takes Time.
1000 * Startup Variables::           Other variables you might change.
1001 @end menu
1002
1003
1004 @node Finding the News
1005 @section Finding the News
1006 @cindex finding news
1007
1008 @vindex gnus-select-method
1009 @c @head
1010 The @code{gnus-select-method} variable says where Gnus should look for
1011 news.  This variable should be a list where the first element says
1012 @dfn{how} and the second element says @dfn{where}.  This method is your
1013 native method.  All groups not fetched with this method are
1014 foreign groups.
1015
1016 For instance, if the @samp{news.somewhere.edu} @acronym{NNTP} server is where
1017 you want to get your daily dosage of news from, you'd say:
1018
1019 @lisp
1020 (setq gnus-select-method '(nntp "news.somewhere.edu"))
1021 @end lisp
1022
1023 If you want to read directly from the local spool, say:
1024
1025 @lisp
1026 (setq gnus-select-method '(nnspool ""))
1027 @end lisp
1028
1029 If you can use a local spool, you probably should, as it will almost
1030 certainly be much faster.  But do not use the local spool if your
1031 server is running Leafnode; in this case, use @code{(nntp "localhost")}.
1032
1033 @vindex gnus-nntpserver-file
1034 @cindex NNTPSERVER
1035 @cindex @acronym{NNTP} server
1036 If this variable is not set, Gnus will take a look at the
1037 @env{NNTPSERVER} environment variable.  If that variable isn't set,
1038 Gnus will see whether @code{gnus-nntpserver-file}
1039 (@file{/etc/nntpserver} by default) has any opinions on the matter.
1040 If that fails as well, Gnus will try to use the machine running Emacs
1041 as an @acronym{NNTP} server.  That's a long shot, though.
1042
1043 @vindex gnus-nntp-server
1044 If @code{gnus-nntp-server} is set, this variable will override
1045 @code{gnus-select-method}.  You should therefore set
1046 @code{gnus-nntp-server} to @code{nil}, which is what it is by default.
1047
1048 @vindex gnus-secondary-servers
1049 @vindex gnus-nntp-server
1050 You can also make Gnus prompt you interactively for the name of an
1051 @acronym{NNTP} server.  If you give a non-numerical prefix to @code{gnus}
1052 (i.e., @kbd{C-u M-x gnus}), Gnus will let you choose between the servers
1053 in the @code{gnus-secondary-servers} list (if any).  You can also just
1054 type in the name of any server you feel like visiting.  (Note that this
1055 will set @code{gnus-nntp-server}, which means that if you then @kbd{M-x
1056 gnus} later in the same Emacs session, Gnus will contact the same
1057 server.)
1058
1059 @findex gnus-group-browse-foreign-server
1060 @kindex B (Group)
1061 However, if you use one @acronym{NNTP} server regularly and are just
1062 interested in a couple of groups from a different server, you would be
1063 better served by using the @kbd{B} command in the group buffer.  It will
1064 let you have a look at what groups are available, and you can subscribe
1065 to any of the groups you want to.  This also makes @file{.newsrc}
1066 maintenance much tidier.  @xref{Foreign Groups}.
1067
1068 @vindex gnus-secondary-select-methods
1069 @c @head
1070 A slightly different approach to foreign groups is to set the
1071 @code{gnus-secondary-select-methods} variable.  The select methods
1072 listed in this variable are in many ways just as native as the
1073 @code{gnus-select-method} server.  They will also be queried for active
1074 files during startup (if that's required), and new newsgroups that
1075 appear on these servers will be subscribed (or not) just as native
1076 groups are.
1077
1078 For instance, if you use the @code{nnmbox} back end to read your mail,
1079 you would typically set this variable to
1080
1081 @lisp
1082 (setq gnus-secondary-select-methods '((nnmbox "")))
1083 @end lisp
1084
1085
1086 @node The First Time
1087 @section The First Time
1088 @cindex first time usage
1089
1090 If no startup files exist, Gnus will try to determine what groups should
1091 be subscribed by default.
1092
1093 @vindex gnus-default-subscribed-newsgroups
1094 If the variable @code{gnus-default-subscribed-newsgroups} is set, Gnus
1095 will subscribe you to just those groups in that list, leaving the rest
1096 killed.  Your system administrator should have set this variable to
1097 something useful.
1098
1099 Since she hasn't, Gnus will just subscribe you to a few arbitrarily
1100 picked groups (i.e., @samp{*.newusers}).  (@dfn{Arbitrary} is defined
1101 here as @dfn{whatever Lars thinks you should read}.)
1102
1103 You'll also be subscribed to the Gnus documentation group, which should
1104 help you with most common problems.
1105
1106 If @code{gnus-default-subscribed-newsgroups} is @code{t}, Gnus will just
1107 use the normal functions for handling new groups, and not do anything
1108 special.
1109
1110
1111 @node The Server is Down
1112 @section The Server is Down
1113 @cindex server errors
1114
1115 If the default server is down, Gnus will understandably have some
1116 problems starting.  However, if you have some mail groups in addition to
1117 the news groups, you may want to start Gnus anyway.
1118
1119 Gnus, being the trusting sort of program, will ask whether to proceed
1120 without a native select method if that server can't be contacted.  This
1121 will happen whether the server doesn't actually exist (i.e., you have
1122 given the wrong address) or the server has just momentarily taken ill
1123 for some reason or other.  If you decide to continue and have no foreign
1124 groups, you'll find it difficult to actually do anything in the group
1125 buffer.  But, hey, that's your problem.  Blllrph!
1126
1127 @findex gnus-no-server
1128 @kindex M-x gnus-no-server
1129 @c @head
1130 If you know that the server is definitely down, or you just want to read
1131 your mail without bothering with the server at all, you can use the
1132 @code{gnus-no-server} command to start Gnus.  That might come in handy
1133 if you're in a hurry as well.  This command will not attempt to contact
1134 your primary server---instead, it will just activate all groups on level
1135 1 and 2.  (You should preferably keep no native groups on those two
1136 levels.) Also @pxref{Group Levels}.
1137
1138
1139 @node Slave Gnusae
1140 @section Slave Gnusae
1141 @cindex slave
1142
1143 You might want to run more than one Emacs with more than one Gnus at the
1144 same time.  If you are using different @file{.newsrc} files (e.g., if you
1145 are using the two different Gnusae to read from two different servers),
1146 that is no problem whatsoever.  You just do it.
1147
1148 The problem appears when you want to run two Gnusae that use the same
1149 @file{.newsrc} file.
1150
1151 To work around that problem some, we here at the Think-Tank at the Gnus
1152 Towers have come up with a new concept: @dfn{Masters} and
1153 @dfn{slaves}.  (We have applied for a patent on this concept, and have
1154 taken out a copyright on those words.  If you wish to use those words in
1155 conjunction with each other, you have to send $1 per usage instance to
1156 me.  Usage of the patent (@dfn{Master/Slave Relationships In Computer
1157 Applications}) will be much more expensive, of course.)
1158
1159 @findex gnus-slave
1160 Anyway, you start one Gnus up the normal way with @kbd{M-x gnus} (or
1161 however you do it).  Each subsequent slave Gnusae should be started with
1162 @kbd{M-x gnus-slave}.  These slaves won't save normal @file{.newsrc}
1163 files, but instead save @dfn{slave files} that contain information only
1164 on what groups have been read in the slave session.  When a master Gnus
1165 starts, it will read (and delete) these slave files, incorporating all
1166 information from them.  (The slave files will be read in the sequence
1167 they were created, so the latest changes will have precedence.)
1168
1169 Information from the slave files has, of course, precedence over the
1170 information in the normal (i.e., master) @file{.newsrc} file.
1171
1172 If the @file{.newsrc*} files have not been saved in the master when the
1173 slave starts, you may be prompted as to whether to read an auto-save
1174 file.  If you answer ``yes'', the unsaved changes to the master will be
1175 incorporated into the slave.  If you answer ``no'', the slave may see some
1176 messages as unread that have been read in the master.
1177
1178 @node Fetching a Group
1179 @section Fetching a Group
1180 @cindex fetching a group
1181
1182 @findex gnus-fetch-group
1183 It is sometimes convenient to be able to just say ``I want to read this
1184 group and I don't care whether Gnus has been started or not''.  This is
1185 perhaps more useful for people who write code than for users, but the
1186 command @code{gnus-fetch-group} provides this functionality in any case.
1187 It takes the group name as a parameter.
1188
1189
1190 @node New Groups
1191 @section New Groups
1192 @cindex new groups
1193 @cindex subscription
1194
1195 @vindex gnus-check-new-newsgroups
1196 If you are satisfied that you really never want to see any new groups,
1197 you can set @code{gnus-check-new-newsgroups} to @code{nil}.  This will
1198 also save you some time at startup.  Even if this variable is
1199 @code{nil}, you can always subscribe to the new groups just by pressing
1200 @kbd{U} in the group buffer (@pxref{Group Maintenance}).  This variable
1201 is @code{ask-server} by default.  If you set this variable to
1202 @code{always}, then Gnus will query the back ends for new groups even
1203 when you do the @kbd{g} command (@pxref{Scanning New Messages}).
1204
1205 @menu
1206 * Checking New Groups::         Determining what groups are new.
1207 * Subscription Methods::        What Gnus should do with new groups.
1208 * Filtering New Groups::        Making Gnus ignore certain new groups.
1209 @end menu
1210
1211
1212 @node Checking New Groups
1213 @subsection Checking New Groups
1214
1215 Gnus normally determines whether a group is new or not by comparing the
1216 list of groups from the active file(s) with the lists of subscribed and
1217 dead groups.  This isn't a particularly fast method.  If
1218 @code{gnus-check-new-newsgroups} is @code{ask-server}, Gnus will ask the
1219 server for new groups since the last time.  This is both faster and
1220 cheaper.  This also means that you can get rid of the list of killed
1221 groups altogether, so you may set @code{gnus-save-killed-list} to
1222 @code{nil}, which will save time both at startup, at exit, and all over.
1223 Saves disk space, too.  Why isn't this the default, then?
1224 Unfortunately, not all servers support this command.
1225
1226 I bet I know what you're thinking now: How do I find out whether my
1227 server supports @code{ask-server}?  No?  Good, because I don't have a
1228 fail-safe answer.  I would suggest just setting this variable to
1229 @code{ask-server} and see whether any new groups appear within the next
1230 few days.  If any do, then it works.  If none do, then it doesn't
1231 work.  I could write a function to make Gnus guess whether the server
1232 supports @code{ask-server}, but it would just be a guess.  So I won't.
1233 You could @code{telnet} to the server and say @code{HELP} and see
1234 whether it lists @samp{NEWGROUPS} among the commands it understands.  If
1235 it does, then it might work.  (But there are servers that lists
1236 @samp{NEWGROUPS} without supporting the function properly.)
1237
1238 This variable can also be a list of select methods.  If so, Gnus will
1239 issue an @code{ask-server} command to each of the select methods, and
1240 subscribe them (or not) using the normal methods.  This might be handy
1241 if you are monitoring a few servers for new groups.  A side effect is
1242 that startup will take much longer, so you can meditate while waiting.
1243 Use the mantra ``dingnusdingnusdingnus'' to achieve permanent bliss.
1244
1245
1246 @node Subscription Methods
1247 @subsection Subscription Methods
1248
1249 @vindex gnus-subscribe-newsgroup-method
1250 What Gnus does when it encounters a new group is determined by the
1251 @code{gnus-subscribe-newsgroup-method} variable.
1252
1253 This variable should contain a function.  This function will be called
1254 with the name of the new group as the only parameter.
1255
1256 Some handy pre-fab functions are:
1257
1258 @table @code
1259
1260 @item gnus-subscribe-zombies
1261 @vindex gnus-subscribe-zombies
1262 Make all new groups zombies.  This is the default.  You can browse the
1263 zombies later (with @kbd{A z}) and either kill them all off properly
1264 (with @kbd{S z}), or subscribe to them (with @kbd{u}).
1265
1266 @item gnus-subscribe-randomly
1267 @vindex gnus-subscribe-randomly
1268 Subscribe all new groups in arbitrary order.  This really means that all
1269 new groups will be added at ``the top'' of the group buffer.
1270
1271 @item gnus-subscribe-alphabetically
1272 @vindex gnus-subscribe-alphabetically
1273 Subscribe all new groups in alphabetical order.
1274
1275 @item gnus-subscribe-hierarchically
1276 @vindex gnus-subscribe-hierarchically
1277 Subscribe all new groups hierarchically.  The difference between this
1278 function and @code{gnus-subscribe-alphabetically} is slight.
1279 @code{gnus-subscribe-alphabetically} will subscribe new groups in a strictly
1280 alphabetical fashion, while this function will enter groups into its
1281 hierarchy.  So if you want to have the @samp{rec} hierarchy before the
1282 @samp{comp} hierarchy, this function will not mess that configuration
1283 up.  Or something like that.
1284
1285 @item gnus-subscribe-interactively
1286 @vindex gnus-subscribe-interactively
1287 Subscribe new groups interactively.  This means that Gnus will ask
1288 you about @strong{all} new groups.  The groups you choose to subscribe
1289 to will be subscribed hierarchically.
1290
1291 @item gnus-subscribe-killed
1292 @vindex gnus-subscribe-killed
1293 Kill all new groups.
1294
1295 @item gnus-subscribe-topics
1296 @vindex gnus-subscribe-topics
1297 Put the groups into the topic that has a matching @code{subscribe} topic
1298 parameter (@pxref{Topic Parameters}).  For instance, a @code{subscribe}
1299 topic parameter that looks like
1300
1301 @example
1302 "nnslashdot"
1303 @end example
1304
1305 will mean that all groups that match that regex will be subscribed under
1306 that topic.
1307
1308 If no topics match the groups, the groups will be subscribed in the
1309 top-level topic.
1310
1311 @end table
1312
1313 @vindex gnus-subscribe-hierarchical-interactive
1314 A closely related variable is
1315 @code{gnus-subscribe-hierarchical-interactive}.  (That's quite a
1316 mouthful.)  If this variable is non-@code{nil}, Gnus will ask you in a
1317 hierarchical fashion whether to subscribe to new groups or not.  Gnus
1318 will ask you for each sub-hierarchy whether you want to descend the
1319 hierarchy or not.
1320
1321 One common mistake is to set the variable a few paragraphs above
1322 (@code{gnus-subscribe-newsgroup-method}) to
1323 @code{gnus-subscribe-hierarchical-interactive}.  This is an error.  This
1324 will not work.  This is ga-ga.  So don't do it.
1325
1326
1327 @node Filtering New Groups
1328 @subsection Filtering New Groups
1329
1330 A nice and portable way to control which new newsgroups should be
1331 subscribed (or ignored) is to put an @dfn{options} line at the start of
1332 the @file{.newsrc} file.  Here's an example:
1333
1334 @example
1335 options -n !alt.all !rec.all sci.all
1336 @end example
1337
1338 @vindex gnus-subscribe-options-newsgroup-method
1339 This line obviously belongs to a serious-minded intellectual scientific
1340 person (or she may just be plain old boring), because it says that all
1341 groups that have names beginning with @samp{alt} and @samp{rec} should
1342 be ignored, and all groups with names beginning with @samp{sci} should
1343 be subscribed.  Gnus will not use the normal subscription method for
1344 subscribing these groups.
1345 @code{gnus-subscribe-options-newsgroup-method} is used instead.  This
1346 variable defaults to @code{gnus-subscribe-alphabetically}.
1347
1348 @vindex gnus-options-not-subscribe
1349 @vindex gnus-options-subscribe
1350 If you don't want to mess with your @file{.newsrc} file, you can just
1351 set the two variables @code{gnus-options-subscribe} and
1352 @code{gnus-options-not-subscribe}.  These two variables do exactly the
1353 same as the @file{.newsrc} @samp{options -n} trick.  Both are regexps,
1354 and if the new group matches the former, it will be unconditionally
1355 subscribed, and if it matches the latter, it will be ignored.
1356
1357 @vindex gnus-auto-subscribed-groups
1358 Yet another variable that meddles here is
1359 @code{gnus-auto-subscribed-groups}.  It works exactly like
1360 @code{gnus-options-subscribe}, and is therefore really superfluous,
1361 but I thought it would be nice to have two of these.  This variable is
1362 more meant for setting some ground rules, while the other variable is
1363 used more for user fiddling.  By default this variable makes all new
1364 groups that come from mail back ends (@code{nnml}, @code{nnbabyl},
1365 @code{nnfolder}, @code{nnmbox}, @code{nnmh}, and @code{nnmaildir})
1366 subscribed.  If you don't like that, just set this variable to
1367 @code{nil}.
1368
1369 New groups that match this regexp are subscribed using
1370 @code{gnus-subscribe-options-newsgroup-method}.
1371
1372
1373 @node Changing Servers
1374 @section Changing Servers
1375 @cindex changing servers
1376
1377 Sometimes it is necessary to move from one @acronym{NNTP} server to another.
1378 This happens very rarely, but perhaps you change jobs, or one server is
1379 very flaky and you want to use another.
1380
1381 Changing the server is pretty easy, right?  You just change
1382 @code{gnus-select-method} to point to the new server?
1383
1384 @emph{Wrong!}
1385
1386 Article numbers are not (in any way) kept synchronized between different
1387 @acronym{NNTP} servers, and the only way Gnus keeps track of what articles
1388 you have read is by keeping track of article numbers.  So when you
1389 change @code{gnus-select-method}, your @file{.newsrc} file becomes
1390 worthless.
1391
1392 Gnus provides a few functions to attempt to translate a @file{.newsrc}
1393 file from one server to another.  They all have one thing in
1394 common---they take a looong time to run.  You don't want to use these
1395 functions more than absolutely necessary.
1396
1397 @kindex M-x gnus-change-server
1398 @findex gnus-change-server
1399 If you have access to both servers, Gnus can request the headers for all
1400 the articles you have read and compare @code{Message-ID}s and map the
1401 article numbers of the read articles and article marks.  The @kbd{M-x
1402 gnus-change-server} command will do this for all your native groups.  It
1403 will prompt for the method you want to move to.
1404
1405 @kindex M-x gnus-group-move-group-to-server
1406 @findex gnus-group-move-group-to-server
1407 You can also move individual groups with the @kbd{M-x
1408 gnus-group-move-group-to-server} command.  This is useful if you want to
1409 move a (foreign) group from one server to another.
1410
1411 @kindex M-x gnus-group-clear-data-on-native-groups
1412 @findex gnus-group-clear-data-on-native-groups
1413 If you don't have access to both the old and new server, all your marks
1414 and read ranges have become worthless.  You can use the @kbd{M-x
1415 gnus-group-clear-data-on-native-groups} command to clear out all data
1416 that you have on your native groups.  Use with caution.
1417
1418 @kindex M-x gnus-group-clear-data
1419 @findex gnus-group-clear-data
1420 Clear the data from the current group only---nix out marks and the
1421 list of read articles (@code{gnus-group-clear-data}).
1422
1423 After changing servers, you @strong{must} move the cache hierarchy away,
1424 since the cached articles will have wrong article numbers, which will
1425 affect which articles Gnus thinks are read.
1426 @code{gnus-group-clear-data-on-native-groups} will ask you if you want
1427 to have it done automatically; for @code{gnus-group-clear-data}, you
1428 can use @kbd{M-x gnus-cache-move-cache} (but beware, it will move the
1429 cache for all groups).
1430
1431
1432 @node Startup Files
1433 @section Startup Files
1434 @cindex startup files
1435 @cindex .newsrc
1436 @cindex .newsrc.el
1437 @cindex .newsrc.eld
1438
1439 Now, you all know about the @file{.newsrc} file.  All subscription
1440 information is traditionally stored in this file.
1441
1442 Things got a bit more complicated with @sc{gnus}.  In addition to
1443 keeping the @file{.newsrc} file updated, it also used a file called
1444 @file{.newsrc.el} for storing all the information that didn't fit into
1445 the @file{.newsrc} file.  (Actually, it also duplicated everything in
1446 the @file{.newsrc} file.)  @sc{gnus} would read whichever one of these
1447 files was the most recently saved, which enabled people to swap between
1448 @sc{gnus} and other newsreaders.
1449
1450 That was kinda silly, so Gnus went one better: In addition to the
1451 @file{.newsrc} and @file{.newsrc.el} files, Gnus also has a file called
1452 @file{.newsrc.eld}.  It will read whichever of these files that are most
1453 recent, but it will never write a @file{.newsrc.el} file.  You should
1454 never delete the @file{.newsrc.eld} file---it contains much information
1455 not stored in the @file{.newsrc} file.
1456
1457 @vindex gnus-save-newsrc-file
1458 @vindex gnus-read-newsrc-file
1459 You can turn off writing the @file{.newsrc} file by setting
1460 @code{gnus-save-newsrc-file} to @code{nil}, which means you can delete
1461 the file and save some space, as well as exiting from Gnus faster.
1462 However, this will make it impossible to use other newsreaders than
1463 Gnus.  But hey, who would want to, right?  Similarly, setting
1464 @code{gnus-read-newsrc-file} to @code{nil} makes Gnus ignore the
1465 @file{.newsrc} file and any @file{.newsrc-SERVER} files, which is
1466 convenient if you have a tendency to use Netscape once in a while.
1467
1468 @vindex gnus-save-killed-list
1469 If @code{gnus-save-killed-list} (default @code{t}) is @code{nil}, Gnus
1470 will not save the list of killed groups to the startup file.  This will
1471 save both time (when starting and quitting) and space (on disk).  It
1472 will also mean that Gnus has no record of what groups are new or old,
1473 so the automatic new groups subscription methods become meaningless.
1474 You should always set @code{gnus-check-new-newsgroups} to @code{nil} or
1475 @code{ask-server} if you set this variable to @code{nil} (@pxref{New
1476 Groups}).  This variable can also be a regular expression.  If that's
1477 the case, remove all groups that do not match this regexp before
1478 saving.  This can be useful in certain obscure situations that involve
1479 several servers where not all servers support @code{ask-server}.
1480
1481 @vindex gnus-startup-file
1482 @vindex gnus-backup-startup-file
1483 @vindex version-control
1484 The @code{gnus-startup-file} variable says where the startup files are.
1485 The default value is @file{~/.newsrc}, with the Gnus (El Dingo) startup
1486 file being whatever that one is, with a @samp{.eld} appended.
1487 If you want version control for this file, set
1488 @code{gnus-backup-startup-file}.  It respects the same values as the
1489 @code{version-control} variable.
1490
1491 @vindex gnus-save-newsrc-hook
1492 @vindex gnus-save-quick-newsrc-hook
1493 @vindex gnus-save-standard-newsrc-hook
1494 @code{gnus-save-newsrc-hook} is called before saving any of the newsrc
1495 files, while @code{gnus-save-quick-newsrc-hook} is called just before
1496 saving the @file{.newsrc.eld} file, and
1497 @code{gnus-save-standard-newsrc-hook} is called just before saving the
1498 @file{.newsrc} file.  The latter two are commonly used to turn version
1499 control on or off.  Version control is on by default when saving the
1500 startup files.  If you want to turn backup creation off, say something like:
1501
1502 @lisp
1503 (defun turn-off-backup ()
1504   (set (make-local-variable 'backup-inhibited) t))
1505
1506 (add-hook 'gnus-save-quick-newsrc-hook 'turn-off-backup)
1507 (add-hook 'gnus-save-standard-newsrc-hook 'turn-off-backup)
1508 @end lisp
1509
1510 @vindex gnus-init-file
1511 @vindex gnus-site-init-file
1512 When Gnus starts, it will read the @code{gnus-site-init-file}
1513 (@file{.../site-lisp/gnus} by default) and @code{gnus-init-file}
1514 (@file{~/.gnus} by default) files.  These are normal Emacs Lisp files
1515 and can be used to avoid cluttering your @file{~/.emacs} and
1516 @file{site-init} files with Gnus stuff.  Gnus will also check for files
1517 with the same names as these, but with @file{.elc} and @file{.el}
1518 suffixes.  In other words, if you have set @code{gnus-init-file} to
1519 @file{~/.gnus}, it will look for @file{~/.gnus.elc}, @file{~/.gnus.el},
1520 and finally @file{~/.gnus} (in this order).
1521
1522
1523
1524 @node Auto Save
1525 @section Auto Save
1526 @cindex dribble file
1527 @cindex auto-save
1528
1529 Whenever you do something that changes the Gnus data (reading articles,
1530 catching up, killing/subscribing groups), the change is added to a
1531 special @dfn{dribble buffer}.  This buffer is auto-saved the normal
1532 Emacs way.  If your Emacs should crash before you have saved the
1533 @file{.newsrc} files, all changes you have made can be recovered from
1534 this file.
1535
1536 If Gnus detects this file at startup, it will ask the user whether to
1537 read it.  The auto save file is deleted whenever the real startup file is
1538 saved.
1539
1540 @vindex gnus-use-dribble-file
1541 If @code{gnus-use-dribble-file} is @code{nil}, Gnus won't create and
1542 maintain a dribble buffer.  The default is @code{t}.
1543
1544 @vindex gnus-dribble-directory
1545 Gnus will put the dribble file(s) in @code{gnus-dribble-directory}.  If
1546 this variable is @code{nil}, which it is by default, Gnus will dribble
1547 into the directory where the @file{.newsrc} file is located.  (This is
1548 normally the user's home directory.)  The dribble file will get the same
1549 file permissions as the @file{.newsrc} file.
1550
1551 @vindex gnus-always-read-dribble-file
1552 If @code{gnus-always-read-dribble-file} is non-@code{nil}, Gnus will
1553 read the dribble file on startup without querying the user.
1554
1555
1556 @node The Active File
1557 @section The Active File
1558 @cindex active file
1559 @cindex ignored groups
1560
1561 When Gnus starts, or indeed whenever it tries to determine whether new
1562 articles have arrived, it reads the active file.  This is a very large
1563 file that lists all the active groups and articles on the server.
1564
1565 @vindex gnus-ignored-newsgroups
1566 Before examining the active file, Gnus deletes all lines that match the
1567 regexp @code{gnus-ignored-newsgroups}.  This is done primarily to reject
1568 any groups with bogus names, but you can use this variable to make Gnus
1569 ignore hierarchies you aren't ever interested in.  However, this is not
1570 recommended.  In fact, it's highly discouraged.  Instead, @pxref{New
1571 Groups} for an overview of other variables that can be used instead.
1572
1573 @c This variable is
1574 @c @code{nil} by default, and will slow down active file handling somewhat
1575 @c if you set it to anything else.
1576
1577 @vindex gnus-read-active-file
1578 @c @head
1579 The active file can be rather Huge, so if you have a slow network, you
1580 can set @code{gnus-read-active-file} to @code{nil} to prevent Gnus from
1581 reading the active file.  This variable is @code{some} by default.
1582
1583 Gnus will try to make do by getting information just on the groups that
1584 you actually subscribe to.
1585
1586 Note that if you subscribe to lots and lots of groups, setting this
1587 variable to @code{nil} will probably make Gnus slower, not faster.  At
1588 present, having this variable @code{nil} will slow Gnus down
1589 considerably, unless you read news over a 2400 baud modem.
1590
1591 This variable can also have the value @code{some}.  Gnus will then
1592 attempt to read active info only on the subscribed groups.  On some
1593 servers this is quite fast (on sparkling, brand new INN servers that
1594 support the @code{LIST ACTIVE group} command), on others this isn't fast
1595 at all.  In any case, @code{some} should be faster than @code{nil}, and
1596 is certainly faster than @code{t} over slow lines.
1597
1598 Some news servers (old versions of Leafnode and old versions of INN, for
1599 instance) do not support the @code{LIST ACTIVE group}.  For these
1600 servers, @code{nil} is probably the most efficient value for this
1601 variable.
1602
1603 If this variable is @code{nil}, Gnus will ask for group info in total
1604 lock-step, which isn't very fast.  If it is @code{some} and you use an
1605 @acronym{NNTP} server, Gnus will pump out commands as fast as it can, and
1606 read all the replies in one swoop.  This will normally result in better
1607 performance, but if the server does not support the aforementioned
1608 @code{LIST ACTIVE group} command, this isn't very nice to the server.
1609
1610 If you think that starting up Gnus takes too long, try all the three
1611 different values for this variable and see what works best for you.
1612
1613 In any case, if you use @code{some} or @code{nil}, you should definitely
1614 kill all groups that you aren't interested in to speed things up.
1615
1616 Note that this variable also affects active file retrieval from
1617 secondary select methods.
1618
1619
1620 @node Startup Variables
1621 @section Startup Variables
1622
1623 @table @code
1624
1625 @item gnus-load-hook
1626 @vindex gnus-load-hook
1627 A hook run while Gnus is being loaded.  Note that this hook will
1628 normally be run just once in each Emacs session, no matter how many
1629 times you start Gnus.
1630
1631 @item gnus-before-startup-hook
1632 @vindex gnus-before-startup-hook
1633 A hook run after starting up Gnus successfully.
1634
1635 @item gnus-startup-hook
1636 @vindex gnus-startup-hook
1637 A hook run as the very last thing after starting up Gnus
1638
1639 @item gnus-started-hook
1640 @vindex gnus-started-hook
1641 A hook that is run as the very last thing after starting up Gnus
1642 successfully.
1643
1644 @item gnus-setup-news-hook
1645 @vindex gnus-setup-news-hook
1646 A hook that is run after reading the @file{.newsrc} file(s), but before
1647 generating the group buffer.
1648
1649 @item gnus-check-bogus-newsgroups
1650 @vindex gnus-check-bogus-newsgroups
1651 If non-@code{nil}, Gnus will check for and delete all bogus groups at
1652 startup.  A @dfn{bogus group} is a group that you have in your
1653 @file{.newsrc} file, but doesn't exist on the news server.  Checking for
1654 bogus groups can take quite a while, so to save time and resources it's
1655 best to leave this option off, and do the checking for bogus groups once
1656 in a while from the group buffer instead (@pxref{Group Maintenance}).
1657
1658 @item gnus-inhibit-startup-message
1659 @vindex gnus-inhibit-startup-message
1660 If non-@code{nil}, the startup message won't be displayed.  That way,
1661 your boss might not notice as easily that you are reading news instead
1662 of doing your job.  Note that this variable is used before
1663 @file{~/.gnus.el} is loaded, so it should be set in @file{.emacs} instead.
1664
1665 @item gnus-no-groups-message
1666 @vindex gnus-no-groups-message
1667 Message displayed by Gnus when no groups are available.
1668
1669 @item gnus-play-startup-jingle
1670 @vindex gnus-play-startup-jingle
1671 If non-@code{nil}, play the Gnus jingle at startup.
1672
1673 @item gnus-startup-jingle
1674 @vindex gnus-startup-jingle
1675 Jingle to be played if the above variable is non-@code{nil}.  The
1676 default is @samp{Tuxedomoon.Jingle4.au}.
1677
1678 @end table
1679
1680
1681 @node Group Buffer
1682 @chapter Group Buffer
1683 @cindex group buffer
1684
1685 @c Alex Schroeder suggests to rearrange this as follows:
1686 @c
1687 @c <kensanata> ok, just save it for reference.  I'll go to bed in a minute.
1688 @c   1. Selecting a Group, 2. (new) Finding a Group, 3. Group Levels,
1689 @c   4. Subscription Commands, 5. Group Maneuvering, 6. Group Data,
1690 @c   7. Group Score, 8. Group Buffer Format
1691 @c <kensanata> Group Levels should have more information on levels 5 to 9.  I
1692 @c   suggest to split the 4th paragraph ("Gnus considers groups...") as follows:
1693 @c <kensanata> First, "Gnus considers groups... (default 9)."
1694 @c <kensanata> New, a table summarizing what levels 1 to 9 mean.
1695 @c <kensanata> Third, "Gnus treats subscribed ... reasons of efficiency"
1696 @c <kensanata> Then expand the next paragraph or add some more to it.
1697 @c    This short one sentence explains levels 1 and 2, therefore I understand
1698 @c    that I should keep important news at 3 and boring news at 4.
1699 @c    Say so!  Then go on to explain why I should bother with levels 6 to 9.
1700 @c    Maybe keep those that you don't want to read temporarily at 6,
1701 @c    those that you never want to read at 8, those that offend your
1702 @c    human rights at 9...
1703
1704
1705 The @dfn{group buffer} lists all (or parts) of the available groups.  It
1706 is the first buffer shown when Gnus starts, and will never be killed as
1707 long as Gnus is active.
1708
1709 @iftex
1710 @iflatex
1711 \gnusfigure{The Group Buffer}{320}{
1712 \put(75,50){\epsfig{figure=ps/group,height=9cm}}
1713 \put(120,37){\makebox(0,0)[t]{Buffer name}}
1714 \put(120,38){\vector(1,2){10}}
1715 \put(40,60){\makebox(0,0)[r]{Mode line}}
1716 \put(40,58){\vector(1,0){30}}
1717 \put(200,28){\makebox(0,0)[t]{Native select method}}
1718 \put(200,26){\vector(-1,2){15}}
1719 }
1720 @end iflatex
1721 @end iftex
1722
1723 @menu
1724 * Group Buffer Format::         Information listed and how you can change it.
1725 * Group Maneuvering::           Commands for moving in the group buffer.
1726 * Selecting a Group::           Actually reading news.
1727 * Subscription Commands::       Unsubscribing, killing, subscribing.
1728 * Group Data::                  Changing the info for a group.
1729 * Group Levels::                Levels? What are those, then?
1730 * Group Score::                 A mechanism for finding out what groups you like.
1731 * Marking Groups::              You can mark groups for later processing.
1732 * Foreign Groups::              Creating and editing groups.
1733 * Group Parameters::            Each group may have different parameters set.
1734 * Listing Groups::              Gnus can list various subsets of the groups.
1735 * Sorting Groups::              Re-arrange the group order.
1736 * Group Maintenance::           Maintaining a tidy @file{.newsrc} file.
1737 * Browse Foreign Server::       You can browse a server.  See what it has to offer.
1738 * Exiting Gnus::                Stop reading news and get some work done.
1739 * Group Topics::                A folding group mode divided into topics.
1740 * Misc Group Stuff::            Other stuff that you can to do.
1741 @end menu
1742
1743
1744 @node Group Buffer Format
1745 @section Group Buffer Format
1746
1747 @menu
1748 * Group Line Specification::    Deciding how the group buffer is to look.
1749 * Group Mode Line Specification::  The group buffer mode line.
1750 * Group Highlighting::          Having nice colors in the group buffer.
1751 @end menu
1752
1753
1754 @node Group Line Specification
1755 @subsection Group Line Specification
1756 @cindex group buffer format
1757
1758 The default format of the group buffer is nice and dull, but you can
1759 make it as exciting and ugly as you feel like.
1760
1761 Here's a couple of example group lines:
1762
1763 @example
1764      25: news.announce.newusers
1765  *    0: alt.fan.andrea-dworkin
1766 @end example
1767
1768 Quite simple, huh?
1769
1770 You can see that there are 25 unread articles in
1771 @samp{news.announce.newusers}.  There are no unread articles, but some
1772 ticked articles, in @samp{alt.fan.andrea-dworkin} (see that little
1773 asterisk at the beginning of the line?).
1774
1775 @vindex gnus-group-line-format
1776 You can change that format to whatever you want by fiddling with the
1777 @code{gnus-group-line-format} variable.  This variable works along the
1778 lines of a @code{format} specification, which is pretty much the same as
1779 a @code{printf} specifications, for those of you who use (feh!) C.
1780 @xref{Formatting Variables}.
1781
1782 @samp{%M%S%5y:%B%(%g%)\n} is the value that produced those lines above.
1783
1784 There should always be a colon on the line; the cursor always moves to
1785 the colon after performing an operation.  @xref{Positioning
1786 Point}.  Nothing else is required---not even the group name.  All
1787 displayed text is just window dressing, and is never examined by Gnus.
1788 Gnus stores all real information it needs using text properties.
1789
1790 (Note that if you make a really strange, wonderful, spreadsheet-like
1791 layout, everybody will believe you are hard at work with the accounting
1792 instead of wasting time reading news.)
1793
1794 Here's a list of all available format characters:
1795
1796 @table @samp
1797
1798 @item M
1799 An asterisk if the group only has marked articles.
1800
1801 @item S
1802 Whether the group is subscribed.
1803
1804 @item L
1805 Level of subscribedness.
1806
1807 @item N
1808 Number of unread articles.
1809
1810 @item I
1811 Number of dormant articles.
1812
1813 @item T
1814 Number of ticked articles.
1815
1816 @item R
1817 Number of read articles.
1818
1819 @item U
1820 Number of unseen articles.
1821
1822 @item t
1823 Estimated total number of articles.  (This is really @var{max-number}
1824 minus @var{min-number} plus 1.)
1825
1826 Gnus uses this estimation because the @acronym{NNTP} protocol provides
1827 efficient access to @var{max-number} and @var{min-number} but getting
1828 the true unread message count is not possible efficiently.  For
1829 hysterical raisins, even the mail back ends, where the true number of
1830 unread messages might be available efficiently, use the same limited
1831 interface.  To remove this restriction from Gnus means that the back
1832 end interface has to be changed, which is not an easy job.  If you
1833 want to work on this, please contact the Gnus mailing list.
1834
1835 @item y
1836 Number of unread, unticked, non-dormant articles.
1837
1838 @item i
1839 Number of ticked and dormant articles.
1840
1841 @item g
1842 Full group name.
1843
1844 @item G
1845 Group name.
1846
1847 @item C
1848 Group comment (@pxref{Group Parameters}) or group name if there is no
1849 comment element in the group parameters.
1850
1851 @item D
1852 Newsgroup description.  You need to read the group descriptions
1853 before these will appear, and to do that, you either have to set
1854 @code{gnus-read-active-file} or use the group buffer @kbd{M-d}
1855 command.
1856
1857 @item o
1858 @samp{m} if moderated.
1859
1860 @item O
1861 @samp{(m)} if moderated.
1862
1863 @item s
1864 Select method.
1865
1866 @item B
1867 If the summary buffer for the group is open or not.
1868
1869 @item n
1870 Select from where.
1871
1872 @item z
1873 A string that looks like @samp{<%s:%n>} if a foreign select method is
1874 used.
1875
1876 @item P
1877 Indentation based on the level of the topic (@pxref{Group Topics}).
1878
1879 @item c
1880 @vindex gnus-group-uncollapsed-levels
1881 Short (collapsed) group name.  The @code{gnus-group-uncollapsed-levels}
1882 variable says how many levels to leave at the end of the group name.
1883 The default is 1---this will mean that group names like
1884 @samp{gnu.emacs.gnus} will be shortened to @samp{g.e.gnus}.
1885
1886 @item m
1887 @vindex gnus-new-mail-mark
1888 @cindex %
1889 @samp{%} (@code{gnus-new-mail-mark}) if there has arrived new mail to
1890 the group lately.
1891
1892 @item p
1893 @samp{#} (@code{gnus-process-mark}) if the group is process marked.
1894
1895 @item d
1896 A string that says when you last read the group (@pxref{Group
1897 Timestamp}).
1898
1899 @item u
1900 User defined specifier.  The next character in the format string should
1901 be a letter.  Gnus will call the function
1902 @code{gnus-user-format-function-}@samp{X}, where @samp{X} is the letter
1903 following @samp{%u}.  The function will be passed a single dummy
1904 parameter as argument.  The function should return a string, which will
1905 be inserted into the buffer just like information from any other
1906 specifier.
1907 @end table
1908
1909 @cindex *
1910 All the ``number-of'' specs will be filled with an asterisk (@samp{*})
1911 if no info is available---for instance, if it is a non-activated foreign
1912 group, or a bogus native group.
1913
1914
1915 @node Group Mode Line Specification
1916 @subsection Group Mode Line Specification
1917 @cindex group mode line
1918
1919 @vindex gnus-group-mode-line-format
1920 The mode line can be changed by setting
1921 @code{gnus-group-mode-line-format} (@pxref{Mode Line Formatting}).  It
1922 doesn't understand that many format specifiers:
1923
1924 @table @samp
1925 @item S
1926 The native news server.
1927 @item M
1928 The native select method.
1929 @end table
1930
1931
1932 @node Group Highlighting
1933 @subsection Group Highlighting
1934 @cindex highlighting
1935 @cindex group highlighting
1936
1937 @vindex gnus-group-highlight
1938 Highlighting in the group buffer is controlled by the
1939 @code{gnus-group-highlight} variable.  This is an alist with elements
1940 that look like @code{(@var{form} . @var{face})}.  If @var{form} evaluates to
1941 something non-@code{nil}, the @var{face} will be used on the line.
1942
1943 Here's an example value for this variable that might look nice if the
1944 background is dark:
1945
1946 @lisp
1947 (cond (window-system
1948        (setq custom-background-mode 'light)
1949        (defface my-group-face-1
1950          '((t (:foreground "Red" :bold t))) "First group face")
1951        (defface my-group-face-2
1952          '((t (:foreground "DarkSeaGreen4" :bold t)))
1953          "Second group face")
1954        (defface my-group-face-3
1955          '((t (:foreground "Green4" :bold t))) "Third group face")
1956        (defface my-group-face-4
1957          '((t (:foreground "SteelBlue" :bold t))) "Fourth group face")
1958        (defface my-group-face-5
1959          '((t (:foreground "Blue" :bold t))) "Fifth group face")))
1960
1961 (setq gnus-group-highlight
1962       '(((> unread 200) . my-group-face-1)
1963         ((and (< level 3) (zerop unread)) . my-group-face-2)
1964         ((< level 3) . my-group-face-3)
1965         ((zerop unread) . my-group-face-4)
1966         (t . my-group-face-5)))
1967 @end lisp
1968
1969 Also @pxref{Faces and Fonts}.
1970
1971 Variables that are dynamically bound when the forms are evaluated
1972 include:
1973
1974 @table @code
1975 @item group
1976 The group name.
1977 @item unread
1978 The number of unread articles in the group.
1979 @item method
1980 The select method.
1981 @item mailp
1982 Whether the group is a mail group.
1983 @item level
1984 The level of the group.
1985 @item score
1986 The score of the group.
1987 @item ticked
1988 The number of ticked articles in the group.
1989 @item total
1990 The total number of articles in the group.  Or rather,
1991 @var{max-number} minus @var{min-number} plus one.
1992 @item topic
1993 When using the topic minor mode, this variable is bound to the current
1994 topic being inserted.
1995 @end table
1996
1997 When the forms are @code{eval}ed, point is at the beginning of the line
1998 of the group in question, so you can use many of the normal Gnus
1999 functions for snarfing info on the group.
2000
2001 @vindex gnus-group-update-hook
2002 @findex gnus-group-highlight-line
2003 @code{gnus-group-update-hook} is called when a group line is changed.
2004 It will not be called when @code{gnus-visual} is @code{nil}.  This hook
2005 calls @code{gnus-group-highlight-line} by default.
2006
2007
2008 @node Group Maneuvering
2009 @section Group Maneuvering
2010 @cindex group movement
2011
2012 All movement commands understand the numeric prefix and will behave as
2013 expected, hopefully.
2014
2015 @table @kbd
2016
2017 @item n
2018 @kindex n (Group)
2019 @findex gnus-group-next-unread-group
2020 Go to the next group that has unread articles
2021 (@code{gnus-group-next-unread-group}).
2022
2023 @item p
2024 @itemx DEL
2025 @kindex DEL (Group)
2026 @kindex p (Group)
2027 @findex gnus-group-prev-unread-group
2028 Go to the previous group that has unread articles
2029 (@code{gnus-group-prev-unread-group}).
2030
2031 @item N
2032 @kindex N (Group)
2033 @findex gnus-group-next-group
2034 Go to the next group (@code{gnus-group-next-group}).
2035
2036 @item P
2037 @kindex P (Group)
2038 @findex gnus-group-prev-group
2039 Go to the previous group (@code{gnus-group-prev-group}).
2040
2041 @item M-n
2042 @kindex M-n (Group)
2043 @findex gnus-group-next-unread-group-same-level
2044 Go to the next unread group on the same (or lower) level
2045 (@code{gnus-group-next-unread-group-same-level}).
2046
2047 @item M-p
2048 @kindex M-p (Group)
2049 @findex gnus-group-prev-unread-group-same-level
2050 Go to the previous unread group on the same (or lower) level
2051 (@code{gnus-group-prev-unread-group-same-level}).
2052 @end table
2053
2054 Three commands for jumping to groups:
2055
2056 @table @kbd
2057
2058 @item j
2059 @kindex j (Group)
2060 @findex gnus-group-jump-to-group
2061 Jump to a group (and make it visible if it isn't already)
2062 (@code{gnus-group-jump-to-group}).  Killed groups can be jumped to, just
2063 like living groups.
2064
2065 @item ,
2066 @kindex , (Group)
2067 @findex gnus-group-best-unread-group
2068 Jump to the unread group with the lowest level
2069 (@code{gnus-group-best-unread-group}).
2070
2071 @item .
2072 @kindex . (Group)
2073 @findex gnus-group-first-unread-group
2074 Jump to the first group with unread articles
2075 (@code{gnus-group-first-unread-group}).
2076 @end table
2077
2078 @vindex gnus-group-goto-unread
2079 If @code{gnus-group-goto-unread} is @code{nil}, all the movement
2080 commands will move to the next group, not the next unread group.  Even
2081 the commands that say they move to the next unread group.  The default
2082 is @code{t}.
2083
2084
2085 @node Selecting a Group
2086 @section Selecting a Group
2087 @cindex group selection
2088
2089 @table @kbd
2090
2091 @item SPACE
2092 @kindex SPACE (Group)
2093 @findex gnus-group-read-group
2094 Select the current group, switch to the summary buffer and display the
2095 first unread article (@code{gnus-group-read-group}).  If there are no
2096 unread articles in the group, or if you give a non-numerical prefix to
2097 this command, Gnus will offer to fetch all the old articles in this
2098 group from the server.  If you give a numerical prefix @var{n}, @var{n}
2099 determines the number of articles Gnus will fetch.  If @var{n} is
2100 positive, Gnus fetches the @var{n} newest articles, if @var{n} is
2101 negative, Gnus fetches the @code{abs(@var{n})} oldest articles.
2102
2103 Thus, @kbd{SPC} enters the group normally, @kbd{C-u SPC} offers old
2104 articles, @kbd{C-u 4 2 SPC} fetches the 42 newest articles, and @kbd{C-u
2105 - 4 2 SPC} fetches the 42 oldest ones.
2106
2107 When you are in the group (in the Summary buffer), you can type
2108 @kbd{M-g} to fetch new articles, or @kbd{C-u M-g} to also show the old
2109 ones.
2110
2111 @item RET
2112 @kindex RET (Group)
2113 @findex gnus-group-select-group
2114 Select the current group and switch to the summary buffer
2115 (@code{gnus-group-select-group}).  Takes the same arguments as
2116 @code{gnus-group-read-group}---the only difference is that this command
2117 does not display the first unread article automatically upon group
2118 entry.
2119
2120 @item M-RET
2121 @kindex M-RET (Group)
2122 @findex gnus-group-quick-select-group
2123 This does the same as the command above, but tries to do it with the
2124 minimum amount of fuzz (@code{gnus-group-quick-select-group}).  No
2125 scoring/killing will be performed, there will be no highlights and no
2126 expunging.  This might be useful if you're in a real hurry and have to
2127 enter some humongous group.  If you give a 0 prefix to this command
2128 (i.e., @kbd{0 M-RET}), Gnus won't even generate the summary buffer,
2129 which is useful if you want to toggle threading before generating the
2130 summary buffer (@pxref{Summary Generation Commands}).
2131
2132 @item M-SPACE
2133 @kindex M-SPACE (Group)
2134 @findex gnus-group-visible-select-group
2135 This is yet one more command that does the same as the @kbd{RET}
2136 command, but this one does it without expunging and hiding dormants
2137 (@code{gnus-group-visible-select-group}).
2138
2139 @item C-M-RET
2140 @kindex C-M-RET (Group)
2141 @findex gnus-group-select-group-ephemerally
2142 Finally, this command selects the current group ephemerally without
2143 doing any processing of its contents
2144 (@code{gnus-group-select-group-ephemerally}).  Even threading has been
2145 turned off.  Everything you do in the group after selecting it in this
2146 manner will have no permanent effects.
2147
2148 @end table
2149
2150 @vindex gnus-large-newsgroup
2151 The @code{gnus-large-newsgroup} variable says what Gnus should
2152 consider to be a big group.  If it is @code{nil}, no groups are
2153 considered big.  The default value is 200.  If the group has more
2154 (unread and/or ticked) articles than this, Gnus will query the user
2155 before entering the group.  The user can then specify how many
2156 articles should be fetched from the server.  If the user specifies a
2157 negative number (@var{-n}), the @var{n} oldest articles will be
2158 fetched.  If it is positive, the @var{n} articles that have arrived
2159 most recently will be fetched.
2160
2161 @vindex gnus-large-ephemeral-newsgroup
2162 @code{gnus-large-ephemeral-newsgroup} is the same as
2163 @code{gnus-large-newsgroup}, but is only used for ephemeral
2164 newsgroups.
2165
2166 @vindex gnus-select-group-hook
2167 @vindex gnus-auto-select-first
2168 @vindex gnus-auto-select-subject
2169 If @code{gnus-auto-select-first} is non-@code{nil}, select an article
2170 automatically when entering a group with the @kbd{SPACE} command.
2171 Which article this is is controlled by the
2172 @code{gnus-auto-select-subject} variable.  Valid values for this
2173 variable is:
2174
2175 @table @code
2176
2177 @item unread
2178 Place point on the subject line of the first unread article.
2179
2180 @item first
2181 Place point on the subject line of the first article.
2182
2183 @item unseen
2184 Place point on the subject line of the first unseen article.
2185
2186 @item unseen-or-unread
2187 Place point on the subject line of the first unseen article, and if
2188 there is no such article, place point on the subject line of the first
2189 unread article.
2190
2191 @item best
2192 Place point on the subject line of the highest-scored unread article.
2193
2194 @end table
2195
2196 This variable can also be a function.  In that case, that function
2197 will be called to place point on a subject line.
2198
2199 If you want to prevent automatic selection in some group (say, in a
2200 binary group with Huge articles) you can set the
2201 @code{gnus-auto-select-first} variable to @code{nil} in
2202 @code{gnus-select-group-hook}, which is called when a group is
2203 selected.
2204
2205
2206 @node Subscription Commands
2207 @section Subscription Commands
2208 @cindex subscription
2209
2210 @table @kbd
2211
2212 @item S t
2213 @itemx u
2214 @kindex S t (Group)
2215 @kindex u (Group)
2216 @findex gnus-group-unsubscribe-current-group
2217 @c @icon{gnus-group-unsubscribe}
2218 Toggle subscription to the current group
2219 (@code{gnus-group-unsubscribe-current-group}).
2220
2221 @item S s
2222 @itemx U
2223 @kindex S s (Group)
2224 @kindex U (Group)
2225 @findex gnus-group-unsubscribe-group
2226 Prompt for a group to subscribe, and then subscribe it.  If it was
2227 subscribed already, unsubscribe it instead
2228 (@code{gnus-group-unsubscribe-group}).
2229
2230 @item S k
2231 @itemx C-k
2232 @kindex S k (Group)
2233 @kindex C-k (Group)
2234 @findex gnus-group-kill-group
2235 @c @icon{gnus-group-kill-group}
2236 Kill the current group (@code{gnus-group-kill-group}).
2237
2238 @item S y
2239 @itemx C-y
2240 @kindex S y (Group)
2241 @kindex C-y (Group)
2242 @findex gnus-group-yank-group
2243 Yank the last killed group (@code{gnus-group-yank-group}).
2244
2245 @item C-x C-t
2246 @kindex C-x C-t (Group)
2247 @findex gnus-group-transpose-groups
2248 Transpose two groups (@code{gnus-group-transpose-groups}).  This isn't
2249 really a subscription command, but you can use it instead of a
2250 kill-and-yank sequence sometimes.
2251
2252 @item S w
2253 @itemx C-w
2254 @kindex S w (Group)
2255 @kindex C-w (Group)
2256 @findex gnus-group-kill-region
2257 Kill all groups in the region (@code{gnus-group-kill-region}).
2258
2259 @item S z
2260 @kindex S z (Group)
2261 @findex gnus-group-kill-all-zombies
2262 Kill all zombie groups (@code{gnus-group-kill-all-zombies}).
2263
2264 @item S C-k
2265 @kindex S C-k (Group)
2266 @findex gnus-group-kill-level
2267 Kill all groups on a certain level (@code{gnus-group-kill-level}).
2268 These groups can't be yanked back after killing, so this command should
2269 be used with some caution.  The only time where this command comes in
2270 really handy is when you have a @file{.newsrc} with lots of unsubscribed
2271 groups that you want to get rid off.  @kbd{S C-k} on level 7 will
2272 kill off all unsubscribed groups that do not have message numbers in the
2273 @file{.newsrc} file.
2274
2275 @end table
2276
2277 Also @pxref{Group Levels}.
2278
2279
2280 @node Group Data
2281 @section Group Data
2282
2283 @table @kbd
2284
2285 @item c
2286 @kindex c (Group)
2287 @findex gnus-group-catchup-current
2288 @vindex gnus-group-catchup-group-hook
2289 @c @icon{gnus-group-catchup-current}
2290 Mark all unticked articles in this group as read
2291 (@code{gnus-group-catchup-current}).
2292 @code{gnus-group-catchup-group-hook} is called when catching up a group from
2293 the group buffer.
2294
2295 @item C
2296 @kindex C (Group)
2297 @findex gnus-group-catchup-current-all
2298 Mark all articles in this group, even the ticked ones, as read
2299 (@code{gnus-group-catchup-current-all}).
2300
2301 @item M-c
2302 @kindex M-c (Group)
2303 @findex gnus-group-clear-data
2304 Clear the data from the current group---nix out marks and the list of
2305 read articles (@code{gnus-group-clear-data}).
2306
2307 @item M-x gnus-group-clear-data-on-native-groups
2308 @kindex M-x gnus-group-clear-data-on-native-groups
2309 @findex gnus-group-clear-data-on-native-groups
2310 If you have switched from one @acronym{NNTP} server to another, all your marks
2311 and read ranges have become worthless.  You can use this command to
2312 clear out all data that you have on your native groups.  Use with
2313 caution.
2314
2315 @end table
2316
2317
2318 @node Group Levels
2319 @section Group Levels
2320 @cindex group level
2321 @cindex level
2322
2323 All groups have a level of @dfn{subscribedness}.  For instance, if a
2324 group is on level 2, it is more subscribed than a group on level 5.  You
2325 can ask Gnus to just list groups on a given level or lower
2326 (@pxref{Listing Groups}), or to just check for new articles in groups on
2327 a given level or lower (@pxref{Scanning New Messages}).
2328
2329 Remember:  The higher the level of the group, the less important it is.
2330
2331 @table @kbd
2332
2333 @item S l
2334 @kindex S l (Group)
2335 @findex gnus-group-set-current-level
2336 Set the level of the current group.  If a numeric prefix is given, the
2337 next @var{n} groups will have their levels set.  The user will be
2338 prompted for a level.
2339 @end table
2340
2341 @vindex gnus-level-killed
2342 @vindex gnus-level-zombie
2343 @vindex gnus-level-unsubscribed
2344 @vindex gnus-level-subscribed
2345 Gnus considers groups from levels 1 to
2346 @code{gnus-level-subscribed} (inclusive) (default 5) to be subscribed,
2347 @code{gnus-level-subscribed} (exclusive) and
2348 @code{gnus-level-unsubscribed} (inclusive) (default 7) to be
2349 unsubscribed, @code{gnus-level-zombie} to be zombies (walking dead)
2350 (default 8) and @code{gnus-level-killed} to be killed (completely dead)
2351 (default 9).  Gnus treats subscribed and unsubscribed groups exactly the
2352 same, but zombie and killed groups have no information on what articles
2353 you have read, etc, stored.  This distinction between dead and living
2354 groups isn't done because it is nice or clever, it is done purely for
2355 reasons of efficiency.
2356
2357 It is recommended that you keep all your mail groups (if any) on quite
2358 low levels (e.g. 1 or 2).
2359
2360 Maybe the following description of the default behavior of Gnus helps to
2361 understand what these levels are all about.  By default, Gnus shows you
2362 subscribed nonempty groups, but by hitting @kbd{L} you can have it show
2363 empty subscribed groups and unsubscribed groups, too.  Type @kbd{l} to
2364 go back to showing nonempty subscribed groups again.  Thus, unsubscribed
2365 groups are hidden, in a way.
2366
2367 Zombie and killed groups are similar to unsubscribed groups in that they
2368 are hidden by default.  But they are different from subscribed and
2369 unsubscribed groups in that Gnus doesn't ask the news server for
2370 information (number of messages, number of unread messages) on zombie
2371 and killed groups.  Normally, you use @kbd{C-k} to kill the groups you
2372 aren't interested in.  If most groups are killed, Gnus is faster.
2373
2374 Why does Gnus distinguish between zombie and killed groups?  Well, when
2375 a new group arrives on the server, Gnus by default makes it a zombie
2376 group.  This means that you are normally not bothered with new groups,
2377 but you can type @kbd{A z} to get a list of all new groups.  Subscribe
2378 the ones you like and kill the ones you don't want.  (@kbd{A k} shows a
2379 list of killed groups.)
2380
2381 If you want to play with the level variables, you should show some care.
2382 Set them once, and don't touch them ever again.  Better yet, don't touch
2383 them at all unless you know exactly what you're doing.
2384
2385 @vindex gnus-level-default-unsubscribed
2386 @vindex gnus-level-default-subscribed
2387 Two closely related variables are @code{gnus-level-default-subscribed}
2388 (default 3) and @code{gnus-level-default-unsubscribed} (default 6),
2389 which are the levels that new groups will be put on if they are
2390 (un)subscribed.  These two variables should, of course, be inside the
2391 relevant valid ranges.
2392
2393 @vindex gnus-keep-same-level
2394 If @code{gnus-keep-same-level} is non-@code{nil}, some movement commands
2395 will only move to groups of the same level (or lower).  In
2396 particular, going from the last article in one group to the next group
2397 will go to the next group of the same level (or lower).  This might be
2398 handy if you want to read the most important groups before you read the
2399 rest.
2400
2401 If this variable is @code{best}, Gnus will make the next newsgroup the
2402 one with the best level.
2403
2404 @vindex gnus-group-default-list-level
2405 All groups with a level less than or equal to
2406 @code{gnus-group-default-list-level} will be listed in the group buffer
2407 by default.
2408
2409 @vindex gnus-group-list-inactive-groups
2410 If @code{gnus-group-list-inactive-groups} is non-@code{nil}, non-active
2411 groups will be listed along with the unread groups.  This variable is
2412 @code{t} by default.  If it is @code{nil}, inactive groups won't be
2413 listed.
2414
2415 @vindex gnus-group-use-permanent-levels
2416 If @code{gnus-group-use-permanent-levels} is non-@code{nil}, once you
2417 give a level prefix to @kbd{g} or @kbd{l}, all subsequent commands will
2418 use this level as the ``work'' level.
2419
2420 @vindex gnus-activate-level
2421 Gnus will normally just activate (i. e., query the server about) groups
2422 on level @code{gnus-activate-level} or less.  If you don't want to
2423 activate unsubscribed groups, for instance, you might set this variable
2424 to 5.  The default is 6.
2425
2426
2427 @node Group Score
2428 @section Group Score
2429 @cindex group score
2430 @cindex group rank
2431 @cindex rank
2432
2433 You would normally keep important groups on high levels, but that scheme
2434 is somewhat restrictive.  Don't you wish you could have Gnus sort the
2435 group buffer according to how often you read groups, perhaps?  Within
2436 reason?
2437
2438 This is what @dfn{group score} is for.  You can have Gnus assign a score
2439 to each group through the mechanism described below.  You can then sort
2440 the group buffer based on this score.  Alternatively, you can sort on
2441 score and then level.  (Taken together, the level and the score is
2442 called the @dfn{rank} of the group.  A group that is on level 4 and has
2443 a score of 1 has a higher rank than a group on level 5 that has a score
2444 of 300.  (The level is the most significant part and the score is the
2445 least significant part.))
2446
2447 @findex gnus-summary-bubble-group
2448 If you want groups you read often to get higher scores than groups you
2449 read seldom you can add the @code{gnus-summary-bubble-group} function to
2450 the @code{gnus-summary-exit-hook} hook.  This will result (after
2451 sorting) in a bubbling sort of action.  If you want to see that in
2452 action after each summary exit, you can add
2453 @code{gnus-group-sort-groups-by-rank} or
2454 @code{gnus-group-sort-groups-by-score} to the same hook, but that will
2455 slow things down somewhat.
2456
2457
2458 @node Marking Groups
2459 @section Marking Groups
2460 @cindex marking groups
2461
2462 If you want to perform some command on several groups, and they appear
2463 subsequently in the group buffer, you would normally just give a
2464 numerical prefix to the command.  Most group commands will then do your
2465 bidding on those groups.
2466
2467 However, if the groups are not in sequential order, you can still
2468 perform a command on several groups.  You simply mark the groups first
2469 with the process mark and then execute the command.
2470
2471 @table @kbd
2472
2473 @item #
2474 @kindex # (Group)
2475 @itemx M m
2476 @kindex M m (Group)
2477 @findex gnus-group-mark-group
2478 Set the mark on the current group (@code{gnus-group-mark-group}).
2479
2480 @item M-#
2481 @kindex M-# (Group)
2482 @itemx M u
2483 @kindex M u (Group)
2484 @findex gnus-group-unmark-group
2485 Remove the mark from the current group
2486 (@code{gnus-group-unmark-group}).
2487
2488 @item M U
2489 @kindex M U (Group)
2490 @findex gnus-group-unmark-all-groups
2491 Remove the mark from all groups (@code{gnus-group-unmark-all-groups}).
2492
2493 @item M w
2494 @kindex M w (Group)
2495 @findex gnus-group-mark-region
2496 Mark all groups between point and mark (@code{gnus-group-mark-region}).
2497
2498 @item M b
2499 @kindex M b (Group)
2500 @findex gnus-group-mark-buffer
2501 Mark all groups in the buffer (@code{gnus-group-mark-buffer}).
2502
2503 @item M r
2504 @kindex M r (Group)
2505 @findex gnus-group-mark-regexp
2506 Mark all groups that match some regular expression
2507 (@code{gnus-group-mark-regexp}).
2508 @end table
2509
2510 Also @pxref{Process/Prefix}.
2511
2512 @findex gnus-group-universal-argument
2513 If you want to execute some command on all groups that have been marked
2514 with the process mark, you can use the @kbd{M-&}
2515 (@code{gnus-group-universal-argument}) command.  It will prompt you for
2516 the command to be executed.
2517
2518
2519 @node Foreign Groups
2520 @section Foreign Groups
2521 @cindex foreign groups
2522
2523 Below are some group mode commands for making and editing general foreign
2524 groups, as well as commands to ease the creation of a few
2525 special-purpose groups.  All these commands insert the newly created
2526 groups under point---@code{gnus-subscribe-newsgroup-method} is not
2527 consulted.
2528
2529 @table @kbd
2530
2531 @item G m
2532 @kindex G m (Group)
2533 @findex gnus-group-make-group
2534 @cindex making groups
2535 Make a new group (@code{gnus-group-make-group}).  Gnus will prompt you
2536 for a name, a method and possibly an @dfn{address}.  For an easier way
2537 to subscribe to @acronym{NNTP} groups (@pxref{Browse Foreign Server}).
2538
2539 @item G M
2540 @kindex G M (Group)
2541 @findex gnus-group-read-ephemeral-group
2542 Make an ephemeral group (@code{gnus-group-read-ephemeral-group}).  Gnus
2543 will prompt you for a name, a method and an @dfn{address}.
2544
2545 @item G r
2546 @kindex G r (Group)
2547 @findex gnus-group-rename-group
2548 @cindex renaming groups
2549 Rename the current group to something else
2550 (@code{gnus-group-rename-group}).  This is valid only on some
2551 groups---mail groups mostly.  This command might very well be quite slow
2552 on some back ends.
2553
2554 @item G c
2555 @kindex G c (Group)
2556 @cindex customizing
2557 @findex gnus-group-customize
2558 Customize the group parameters (@code{gnus-group-customize}).
2559
2560 @item G e
2561 @kindex G e (Group)
2562 @findex gnus-group-edit-group-method
2563 @cindex renaming groups
2564 Enter a buffer where you can edit the select method of the current
2565 group (@code{gnus-group-edit-group-method}).
2566
2567 @item G p
2568 @kindex G p (Group)
2569 @findex gnus-group-edit-group-parameters
2570 Enter a buffer where you can edit the group parameters
2571 (@code{gnus-group-edit-group-parameters}).
2572
2573 @item G E
2574 @kindex G E (Group)
2575 @findex gnus-group-edit-group
2576 Enter a buffer where you can edit the group info
2577 (@code{gnus-group-edit-group}).
2578
2579 @item G d
2580 @kindex G d (Group)
2581 @findex gnus-group-make-directory-group
2582 @cindex nndir
2583 Make a directory group (@pxref{Directory Groups}).  You will be prompted
2584 for a directory name (@code{gnus-group-make-directory-group}).
2585
2586 @item G h
2587 @kindex G h (Group)
2588 @cindex help group
2589 @findex gnus-group-make-help-group
2590 Make the Gnus help group (@code{gnus-group-make-help-group}).
2591
2592 @item G a
2593 @kindex G a (Group)
2594 @cindex (ding) archive
2595 @cindex archive group
2596 @findex gnus-group-make-archive-group
2597 @vindex gnus-group-archive-directory
2598 @vindex gnus-group-recent-archive-directory
2599 Make a Gnus archive group (@code{gnus-group-make-archive-group}).  By
2600 default a group pointing to the most recent articles will be created
2601 (@code{gnus-group-recent-archive-directory}), but given a prefix, a full
2602 group will be created from @code{gnus-group-archive-directory}.
2603
2604 @item G k
2605 @kindex G k (Group)
2606 @findex gnus-group-make-kiboze-group
2607 @cindex nnkiboze
2608 Make a kiboze group.  You will be prompted for a name, for a regexp to
2609 match groups to be ``included'' in the kiboze group, and a series of
2610 strings to match on headers (@code{gnus-group-make-kiboze-group}).
2611 @xref{Kibozed Groups}.
2612
2613 @item G D
2614 @kindex G D (Group)
2615 @findex gnus-group-enter-directory
2616 @cindex nneething
2617 Read an arbitrary directory as if it were a newsgroup with the
2618 @code{nneething} back end (@code{gnus-group-enter-directory}).
2619 @xref{Anything Groups}.
2620
2621 @item G f
2622 @kindex G f (Group)
2623 @findex gnus-group-make-doc-group
2624 @cindex ClariNet Briefs
2625 @cindex nndoc
2626 Make a group based on some file or other
2627 (@code{gnus-group-make-doc-group}).  If you give a prefix to this
2628 command, you will be prompted for a file name and a file type.
2629 Currently supported types are @code{mbox}, @code{babyl},
2630 @code{digest}, @code{news}, @code{rnews}, @code{mmdf}, @code{forward},
2631 @code{rfc934}, @code{rfc822-forward}, @code{mime-parts},
2632 @code{standard-digest}, @code{slack-digest}, @code{clari-briefs},
2633 @code{nsmail}, @code{outlook}, @code{oe-dbx}, and @code{mailman}.  If
2634 you run this command without a prefix, Gnus will guess at the file
2635 type.  @xref{Document Groups}.
2636
2637 @item G u
2638 @kindex G u (Group)
2639 @vindex gnus-useful-groups
2640 @findex gnus-group-make-useful-group
2641 Create one of the groups mentioned in @code{gnus-useful-groups}
2642 (@code{gnus-group-make-useful-group}).
2643
2644 @item G w
2645 @kindex G w (Group)
2646 @findex gnus-group-make-web-group
2647 @cindex Google
2648 @cindex nnweb
2649 @cindex gmane
2650 Make an ephemeral group based on a web search
2651 (@code{gnus-group-make-web-group}).  If you give a prefix to this
2652 command, make a solid group instead.  You will be prompted for the
2653 search engine type and the search string.  Valid search engine types
2654 include @code{google}, @code{dejanews}, and @code{gmane}.
2655 @xref{Web Searches}.
2656
2657 If you use the @code{google} search engine, you can limit the search
2658 to a particular group by using a match string like
2659 @samp{shaving group:alt.sysadmin.recovery}.
2660
2661 @item G R
2662 @kindex G R (Group)
2663 @findex gnus-group-make-rss-group
2664 Make a group based on an @acronym{RSS} feed
2665 (@code{gnus-group-make-rss-group}).  You will be prompted for an URL.
2666 @xref{RSS}.
2667
2668 @item G DEL
2669 @kindex G DEL (Group)
2670 @findex gnus-group-delete-group
2671 This function will delete the current group
2672 (@code{gnus-group-delete-group}).  If given a prefix, this function will
2673 actually delete all the articles in the group, and forcibly remove the
2674 group itself from the face of the Earth.  Use a prefix only if you are
2675 absolutely sure of what you are doing.  This command can't be used on
2676 read-only groups (like @code{nntp} groups), though.
2677
2678 @item G V
2679 @kindex G V (Group)
2680 @findex gnus-group-make-empty-virtual
2681 Make a new, fresh, empty @code{nnvirtual} group
2682 (@code{gnus-group-make-empty-virtual}).  @xref{Virtual Groups}.
2683
2684 @item G v
2685 @kindex G v (Group)
2686 @findex gnus-group-add-to-virtual
2687 Add the current group to an @code{nnvirtual} group
2688 (@code{gnus-group-add-to-virtual}).  Uses the process/prefix convention.
2689 @end table
2690
2691 @xref{Select Methods}, for more information on the various select
2692 methods.
2693
2694 @vindex gnus-activate-foreign-newsgroups
2695 If @code{gnus-activate-foreign-newsgroups} is a positive number,
2696 Gnus will check all foreign groups with this level or lower at startup.
2697 This might take quite a while, especially if you subscribe to lots of
2698 groups from different @acronym{NNTP} servers.  Also @pxref{Group Levels};
2699 @code{gnus-activate-level} also affects activation of foreign
2700 newsgroups.
2701
2702
2703 @node Group Parameters
2704 @section Group Parameters
2705 @cindex group parameters
2706
2707 The group parameters store information local to a particular group.
2708 Here's an example group parameter list:
2709
2710 @example
2711 ((to-address . "ding@@gnus.org")
2712  (auto-expire . t))
2713 @end example
2714
2715 We see that each element consists of a ``dotted pair''---the thing before
2716 the dot is the key, while the thing after the dot is the value.  All the
2717 parameters have this form @emph{except} local variable specs, which are
2718 not dotted pairs, but proper lists.
2719
2720 Some parameters have correspondent customizable variables, each of which
2721 is an alist of regexps and values.
2722
2723 The following group parameters can be used:
2724
2725 @table @code
2726 @item to-address
2727 @cindex to-address
2728 Address used by when doing followups and new posts.
2729
2730 @example
2731 (to-address . "some@@where.com")
2732 @end example
2733
2734 This is primarily useful in mail groups that represent closed mailing
2735 lists---mailing lists where it's expected that everybody that writes to
2736 the mailing list is subscribed to it.  Since using this parameter
2737 ensures that the mail only goes to the mailing list itself, it means
2738 that members won't receive two copies of your followups.
2739
2740 Using @code{to-address} will actually work whether the group is foreign
2741 or not.  Let's say there's a group on the server that is called
2742 @samp{fa.4ad-l}.  This is a real newsgroup, but the server has gotten
2743 the articles from a mail-to-news gateway.  Posting directly to this
2744 group is therefore impossible---you have to send mail to the mailing
2745 list address instead.
2746
2747 See also @code{gnus-parameter-to-address-alist}.
2748
2749 @item to-list
2750 @cindex to-list
2751 Address used when doing @kbd{a} in that group.
2752
2753 @example
2754 (to-list . "some@@where.com")
2755 @end example
2756
2757 It is totally ignored
2758 when doing a followup---except that if it is present in a news group,
2759 you'll get mail group semantics when doing @kbd{f}.
2760
2761 If you do an @kbd{a} command in a mail group and you have neither a
2762 @code{to-list} group parameter nor a @code{to-address} group parameter,
2763 then a @code{to-list} group parameter will be added automatically upon
2764 sending the message if @code{gnus-add-to-list} is set to @code{t}.
2765 @vindex gnus-add-to-list
2766
2767 @findex gnus-mailing-list-mode
2768 @cindex mail list groups
2769 If this variable is set, @code{gnus-mailing-list-mode} is turned on when
2770 entering summary buffer.
2771
2772 See also @code{gnus-parameter-to-list-alist}.
2773
2774 @anchor{subscribed}
2775 @item subscribed
2776 @cindex subscribed
2777 @cindex Mail-Followup-To
2778 @findex gnus-find-subscribed-addresses
2779 If this parameter is set to @code{t}, Gnus will consider the
2780 to-address and to-list parameters for this group as addresses of
2781 mailing lists you are subscribed to.  Giving Gnus this information is
2782 (only) a first step in getting it to generate correct Mail-Followup-To
2783 headers for your posts to these lists.  The second step is to put the
2784 following in your @file{.gnus.el}
2785
2786 @lisp
2787 (setq message-subscribed-address-functions
2788       '(gnus-find-subscribed-addresses))
2789 @end lisp
2790
2791 @xref{Mailing Lists, ,Mailing Lists, message, The Message Manual}, for
2792 a complete treatment of available MFT support.
2793
2794 @item visible
2795 @cindex visible
2796 If the group parameter list has the element @code{(visible . t)},
2797 that group will always be visible in the Group buffer, regardless
2798 of whether it has any unread articles.
2799
2800 @item broken-reply-to
2801 @cindex broken-reply-to
2802 Elements like @code{(broken-reply-to . t)} signals that @code{Reply-To}
2803 headers in this group are to be ignored, and for the header to be hidden
2804 if @code{reply-to} is part of @code{gnus-boring-article-headers}.  This
2805 can be useful if you're reading a mailing list group where the listserv
2806 has inserted @code{Reply-To} headers that point back to the listserv
2807 itself.  That is broken behavior.  So there!
2808
2809 @item to-group
2810 @cindex to-group
2811 Elements like @code{(to-group . "some.group.name")} means that all
2812 posts in that group will be sent to @code{some.group.name}.
2813
2814 @item newsgroup
2815 @cindex newsgroup
2816 If you have @code{(newsgroup . t)} in the group parameter list, Gnus
2817 will treat all responses as if they were responses to news articles.
2818 This can be useful if you have a mail group that's really a mirror of a
2819 news group.
2820
2821 @item gcc-self
2822 @cindex gcc-self
2823 If @code{(gcc-self . t)} is present in the group parameter list, newly
2824 composed messages will be @code{Gcc}'d to the current group.  If
2825 @code{(gcc-self . none)} is present, no @code{Gcc:} header will be
2826 generated, if @code{(gcc-self . "string")} is present, this string will
2827 be inserted literally as a @code{gcc} header.  This parameter takes
2828 precedence over any default @code{Gcc} rules as described later
2829 (@pxref{Archived Messages}).
2830
2831 @strong{Caveat}: Adding @code{(gcc-self . t)} to the parameter list of
2832 @code{nntp} groups (or the like) isn't valid.  An @code{nntp} server
2833 doesn't accept articles.
2834
2835 @item auto-expire
2836 @cindex auto-expire
2837 If the group parameter has an element that looks like @code{(auto-expire
2838 . t)}, all articles read will be marked as expirable.  For an
2839 alternative approach, @pxref{Expiring Mail}.
2840
2841 See also @code{gnus-auto-expirable-newsgroups}.
2842
2843 @item total-expire
2844 @cindex total-expire
2845 If the group parameter has an element that looks like
2846 @code{(total-expire . t)}, all read articles will be put through the
2847 expiry process, even if they are not marked as expirable.  Use with
2848 caution.  Unread, ticked and dormant articles are not eligible for
2849 expiry.
2850
2851 See also @code{gnus-total-expirable-newsgroups}.
2852
2853 @item expiry-wait
2854 @cindex expiry-wait
2855 @vindex nnmail-expiry-wait-function
2856 If the group parameter has an element that looks like
2857 @code{(expiry-wait . 10)}, this value will override any
2858 @code{nnmail-expiry-wait} and @code{nnmail-expiry-wait-function}
2859 (@pxref{Expiring Mail}) when expiring expirable messages.  The value
2860 can either be a number of days (not necessarily an integer) or the
2861 symbols @code{never} or @code{immediate}.
2862
2863 @item expiry-target
2864 @cindex expiry-target
2865 Where expired messages end up.  This parameter overrides
2866 @code{nnmail-expiry-target}.
2867
2868 @item score-file
2869 @cindex score file group parameter
2870 Elements that look like @code{(score-file . "file")} will make
2871 @file{file} into the current score file for the group in question.  All
2872 interactive score entries will be put into this file.
2873
2874 @item adapt-file
2875 @cindex adapt file group parameter
2876 Elements that look like @code{(adapt-file . "file")} will make
2877 @file{file} into the current adaptive file for the group in question.
2878 All adaptive score entries will be put into this file.
2879
2880 @item admin-address
2881 @cindex admin-address
2882 When unsubscribing from a mailing list you should never send the
2883 unsubscription notice to the mailing list itself.  Instead, you'd send
2884 messages to the administrative address.  This parameter allows you to
2885 put the admin address somewhere convenient.
2886
2887 @item display
2888 @cindex display
2889 Elements that look like @code{(display . MODE)} say which articles to
2890 display on entering the group.  Valid values are:
2891
2892 @table @code
2893 @item all
2894 Display all articles, both read and unread.
2895
2896 @item an integer
2897 Display the last @var{integer} articles in the group.  This is the same as
2898 entering the group with @kbd{C-u @var{integer}}.
2899
2900 @item default
2901 Display the default visible articles, which normally includes unread and
2902 ticked articles.
2903
2904 @item an array
2905 Display articles that satisfy a predicate.
2906
2907 Here are some examples:
2908
2909 @table @code
2910 @item [unread]
2911 Display only unread articles.
2912
2913 @item [not expire]
2914 Display everything except expirable articles.
2915
2916 @item [and (not reply) (not expire)]
2917 Display everything except expirable and articles you've already
2918 responded to.
2919 @end table
2920
2921 The available operators are @code{not}, @code{and} and @code{or}.
2922 Predicates include @code{tick}, @code{unsend}, @code{undownload},
2923 @code{unread}, @code{dormant}, @code{expire}, @code{reply},
2924 @code{killed}, @code{bookmark}, @code{score}, @code{save},
2925 @code{cache}, @code{forward}, @code{unseen} and @code{recent}.
2926
2927 @end table
2928
2929 The @code{display} parameter works by limiting the summary buffer to
2930 the subset specified.  You can pop the limit by using the @kbd{/ w}
2931 command (@pxref{Limiting}).
2932
2933 @item comment
2934 @cindex comment
2935 Elements that look like @code{(comment . "This is a comment")} are
2936 arbitrary comments on the group.  You can display comments in the
2937 group line (@pxref{Group Line Specification}).
2938
2939 @item charset
2940 @cindex charset
2941 Elements that look like @code{(charset . iso-8859-1)} will make
2942 @code{iso-8859-1} the default charset; that is, the charset that will be
2943 used for all articles that do not specify a charset.
2944
2945 See also @code{gnus-group-charset-alist}.
2946
2947 @item ignored-charsets
2948 @cindex ignored-charset
2949 Elements that look like @code{(ignored-charsets x-unknown iso-8859-1)}
2950 will make @code{iso-8859-1} and @code{x-unknown} ignored; that is, the
2951 default charset will be used for decoding articles.
2952
2953 See also @code{gnus-group-ignored-charsets-alist}.
2954
2955 @item posting-style
2956 @cindex posting-style
2957 You can store additional posting style information for this group
2958 here (@pxref{Posting Styles}).  The format is that of an entry in the
2959 @code{gnus-posting-styles} alist, except that there's no regexp matching
2960 the group name (of course).  Style elements in this group parameter will
2961 take precedence over the ones found in @code{gnus-posting-styles}.
2962
2963 For instance, if you want a funky name and signature in this group only,
2964 instead of hacking @code{gnus-posting-styles}, you could put something
2965 like this in the group parameters:
2966
2967 @example
2968 (posting-style
2969   (name "Funky Name")
2970   ("X-My-Header" "Funky Value")
2971   (signature "Funky Signature"))
2972 @end example
2973
2974 @item post-method
2975 @cindex post-method
2976 If it is set, the value is used as the method for posting message
2977 instead of @code{gnus-post-method}.
2978
2979 @item banner
2980 @cindex banner
2981 An item like @code{(banner . @var{regexp})} causes any part of an article
2982 that matches the regular expression @var{regexp} to be stripped.  Instead of
2983 @var{regexp}, you can also use the symbol @code{signature} which strips the
2984 last signature or any of the elements of the alist
2985 @code{gnus-article-banner-alist}.
2986
2987 @item sieve
2988 @cindex sieve
2989 This parameter contains a Sieve test that should match incoming mail
2990 that should be placed in this group.  From this group parameter, a
2991 Sieve @samp{IF} control structure is generated, having the test as the
2992 condition and @samp{fileinto "group.name";} as the body.
2993
2994 For example, if the @samp{INBOX.list.sieve} group has the @code{(sieve
2995 address "sender" "sieve-admin@@extundo.com")} group parameter, when
2996 translating the group parameter into a Sieve script (@pxref{Sieve
2997 Commands}) the following Sieve code is generated:
2998
2999 @example
3000 if address \"sender\" \"sieve-admin@@extundo.com\" @{
3001         fileinto \"INBOX.list.sieve\";
3002 @}
3003 @end example
3004
3005 The Sieve language is described in RFC 3028.  @xref{Top, Emacs Sieve,
3006 Top, sieve, Emacs Sieve}.
3007
3008 @item (agent parameters)
3009 If the agent has been enabled, you can set any of the its parameters
3010 to control the behavior of the agent in individual groups. See Agent
3011 Parameters in @ref{Category Syntax}.  Most users will choose to set
3012 agent parameters in either an agent category or group topic to
3013 minimize the configuration effort.
3014
3015 @item (@var{variable} @var{form})
3016 You can use the group parameters to set variables local to the group you
3017 are entering.  If you want to turn threading off in @samp{news.answers},
3018 you could put @code{(gnus-show-threads nil)} in the group parameters of
3019 that group.  @code{gnus-show-threads} will be made into a local variable
3020 in the summary buffer you enter, and the form @code{nil} will be
3021 @code{eval}ed there.
3022
3023 Note that this feature sets the variable locally to the summary buffer.
3024 But some variables are evaluated in the article buffer, or in the
3025 message buffer (of a reply or followup or otherwise newly created
3026 message).  As a workaround, it might help to add the variable in
3027 question to @code{gnus-newsgroup-variables}.  @xref{Various Summary
3028 Stuff}.  So if you want to set @code{message-from-style} via the group
3029 parameters, then you may need the following statement elsewhere in your
3030 @file{~/.gnus} file:
3031
3032 @lisp
3033 (add-to-list 'gnus-newsgroup-variables 'message-from-style)
3034 @end lisp
3035
3036 @vindex gnus-list-identifiers
3037 A use for this feature is to remove a mailing list identifier tag in
3038 the subject fields of articles.  E.g. if the news group
3039
3040 @example
3041 nntp+news.gnus.org:gmane.text.docbook.apps
3042 @end example
3043
3044 has the tag @samp{DOC-BOOK-APPS:} in the subject of all articles, this
3045 tag can be removed from the article subjects in the summary buffer for
3046 the group by putting @code{(gnus-list-identifiers "DOCBOOK-APPS:")}
3047 into the group parameters for the group.
3048
3049 This can also be used as a group-specific hook function, if you'd like.
3050 If you want to hear a beep when you enter a group, you could put
3051 something like @code{(dummy-variable (ding))} in the parameters of that
3052 group.  @code{dummy-variable} will be set to the result of the
3053 @code{(ding)} form, but who cares?
3054
3055 @end table
3056
3057 Use the @kbd{G p} or the @kbd{G c} command to edit group parameters of a
3058 group.  (@kbd{G p} presents you with a Lisp-based interface, @kbd{G c}
3059 presents you with a Customize-like interface.  The latter helps avoid
3060 silly Lisp errors.)  You might also be interested in reading about topic
3061 parameters (@pxref{Topic Parameters}).
3062
3063 @vindex gnus-parameters
3064 Group parameters can be set via the @code{gnus-parameters} variable too.
3065 But some variables, such as @code{visible}, have no effect.  For
3066 example:
3067
3068 @lisp
3069 (setq gnus-parameters
3070       '(("mail\\..*"
3071          (gnus-show-threads nil)
3072          (gnus-use-scoring nil)
3073          (gnus-summary-line-format
3074           "%U%R%z%I%(%[%d:%ub%-23,23f%]%) %s\n")
3075          (gcc-self . t)
3076          (display . all))
3077
3078         ("^nnimap:\\(foo.bar\\)$"
3079          (to-group . "\\1"))
3080
3081         ("mail\\.me"
3082          (gnus-use-scoring  t))
3083
3084         ("list\\..*"
3085          (total-expire . t)
3086          (broken-reply-to . t))))
3087 @end lisp
3088
3089 String value of parameters will be subjected to regexp substitution, as
3090 the @code{to-group} example shows.
3091
3092
3093 @node Listing Groups
3094 @section Listing Groups
3095 @cindex group listing
3096
3097 These commands all list various slices of the groups available.
3098
3099 @table @kbd
3100
3101 @item l
3102 @itemx A s
3103 @kindex A s (Group)
3104 @kindex l (Group)
3105 @findex gnus-group-list-groups
3106 List all groups that have unread articles
3107 (@code{gnus-group-list-groups}).  If the numeric prefix is used, this
3108 command will list only groups of level ARG and lower.  By default, it
3109 only lists groups of level five (i.e.,
3110 @code{gnus-group-default-list-level}) or lower (i.e., just subscribed
3111 groups).
3112
3113 @item L
3114 @itemx A u
3115 @kindex A u (Group)
3116 @kindex L (Group)
3117 @findex gnus-group-list-all-groups
3118 List all groups, whether they have unread articles or not
3119 (@code{gnus-group-list-all-groups}).  If the numeric prefix is used,
3120 this command will list only groups of level ARG and lower.  By default,
3121 it lists groups of level seven or lower (i.e., just subscribed and
3122 unsubscribed groups).
3123
3124 @item A l
3125 @kindex A l (Group)
3126 @findex gnus-group-list-level
3127 List all unread groups on a specific level
3128 (@code{gnus-group-list-level}).  If given a prefix, also list the groups
3129 with no unread articles.
3130
3131 @item A k
3132 @kindex A k (Group)
3133 @findex gnus-group-list-killed
3134 List all killed groups (@code{gnus-group-list-killed}).  If given a
3135 prefix argument, really list all groups that are available, but aren't
3136 currently (un)subscribed.  This could entail reading the active file
3137 from the server.
3138
3139 @item A z
3140 @kindex A z (Group)
3141 @findex gnus-group-list-zombies
3142 List all zombie groups (@code{gnus-group-list-zombies}).
3143
3144 @item A m
3145 @kindex A m (Group)
3146 @findex gnus-group-list-matching
3147 List all unread, subscribed groups with names that match a regexp
3148 (@code{gnus-group-list-matching}).
3149
3150 @item A M
3151 @kindex A M (Group)
3152 @findex gnus-group-list-all-matching
3153 List groups that match a regexp (@code{gnus-group-list-all-matching}).
3154
3155 @item A A
3156 @kindex A A (Group)
3157 @findex gnus-group-list-active
3158 List absolutely all groups in the active file(s) of the
3159 server(s) you are connected to (@code{gnus-group-list-active}).  This
3160 might very well take quite a while.  It might actually be a better idea
3161 to do a @kbd{A M} to list all matching, and just give @samp{.} as the
3162 thing to match on.  Also note that this command may list groups that
3163 don't exist (yet)---these will be listed as if they were killed groups.
3164 Take the output with some grains of salt.
3165
3166 @item A a
3167 @kindex A a (Group)
3168 @findex gnus-group-apropos
3169 List all groups that have names that match a regexp
3170 (@code{gnus-group-apropos}).
3171
3172 @item A d
3173 @kindex A d (Group)
3174 @findex gnus-group-description-apropos
3175 List all groups that have names or descriptions that match a regexp
3176 (@code{gnus-group-description-apropos}).
3177
3178 @item A c
3179 @kindex A c (Group)
3180 @findex gnus-group-list-cached
3181 List all groups with cached articles (@code{gnus-group-list-cached}).
3182
3183 @item A ?
3184 @kindex A ? (Group)
3185 @findex gnus-group-list-dormant
3186 List all groups with dormant articles (@code{gnus-group-list-dormant}).
3187
3188 @item A /
3189 @kindex A / (Group)
3190 @findex gnus-group-list-limit
3191 List groups limited within the current selection
3192 (@code{gnus-group-list-limit}).
3193
3194 @item A f
3195 @kindex A f (Group)
3196 @findex gnus-group-list-flush
3197 Flush groups from the current selection (@code{gnus-group-list-flush}).
3198
3199 @item A p
3200 @kindex A p (Group)
3201 @findex gnus-group-list-plus
3202 List groups plus the current selection (@code{gnus-group-list-plus}).
3203
3204 @end table
3205
3206 @vindex gnus-permanently-visible-groups
3207 @cindex visible group parameter
3208 Groups that match the @code{gnus-permanently-visible-groups} regexp will
3209 always be shown, whether they have unread articles or not.  You can also
3210 add the @code{visible} element to the group parameters in question to
3211 get the same effect.
3212
3213 @vindex gnus-list-groups-with-ticked-articles
3214 Groups that have just ticked articles in it are normally listed in the
3215 group buffer.  If @code{gnus-list-groups-with-ticked-articles} is
3216 @code{nil}, these groups will be treated just like totally empty
3217 groups.  It is @code{t} by default.
3218
3219
3220 @node Sorting Groups
3221 @section Sorting Groups
3222 @cindex sorting groups
3223
3224 @kindex C-c C-s (Group)
3225 @findex gnus-group-sort-groups
3226 @vindex gnus-group-sort-function
3227 The @kbd{C-c C-s} (@code{gnus-group-sort-groups}) command sorts the
3228 group buffer according to the function(s) given by the
3229 @code{gnus-group-sort-function} variable.  Available sorting functions
3230 include:
3231
3232 @table @code
3233
3234 @item gnus-group-sort-by-alphabet
3235 @findex gnus-group-sort-by-alphabet
3236 Sort the group names alphabetically.  This is the default.
3237
3238 @item gnus-group-sort-by-real-name
3239 @findex gnus-group-sort-by-real-name
3240 Sort the group alphabetically on the real (unprefixed) group names.
3241
3242 @item gnus-group-sort-by-level
3243 @findex gnus-group-sort-by-level
3244 Sort by group level.
3245
3246 @item gnus-group-sort-by-score
3247 @findex gnus-group-sort-by-score
3248 Sort by group score.  @xref{Group Score}.
3249
3250 @item gnus-group-sort-by-rank
3251 @findex gnus-group-sort-by-rank
3252 Sort by group score and then the group level.  The level and the score
3253 are, when taken together, the group's @dfn{rank}.  @xref{Group Score}.
3254
3255 @item gnus-group-sort-by-unread
3256 @findex gnus-group-sort-by-unread
3257 Sort by number of unread articles.
3258
3259 @item gnus-group-sort-by-method
3260 @findex gnus-group-sort-by-method
3261 Sort alphabetically on the select method.
3262
3263 @item gnus-group-sort-by-server
3264 @findex gnus-group-sort-by-server
3265 Sort alphabetically on the Gnus server name.
3266
3267
3268 @end table
3269
3270 @code{gnus-group-sort-function} can also be a list of sorting
3271 functions.  In that case, the most significant sort key function must be
3272 the last one.
3273
3274
3275 There are also a number of commands for sorting directly according to
3276 some sorting criteria:
3277
3278 @table @kbd
3279 @item G S a
3280 @kindex G S a (Group)
3281 @findex gnus-group-sort-groups-by-alphabet
3282 Sort the group buffer alphabetically by group name
3283 (@code{gnus-group-sort-groups-by-alphabet}).
3284
3285 @item G S u
3286 @kindex G S u (Group)
3287 @findex gnus-group-sort-groups-by-unread
3288 Sort the group buffer by the number of unread articles
3289 (@code{gnus-group-sort-groups-by-unread}).
3290
3291 @item G S l
3292 @kindex G S l (Group)
3293 @findex gnus-group-sort-groups-by-level
3294 Sort the group buffer by group level
3295 (@code{gnus-group-sort-groups-by-level}).
3296
3297 @item G S v
3298 @kindex G S v (Group)
3299 @findex gnus-group-sort-groups-by-score
3300 Sort the group buffer by group score
3301 (@code{gnus-group-sort-groups-by-score}).  @xref{Group Score}.
3302
3303 @item G S r
3304 @kindex G S r (Group)
3305 @findex gnus-group-sort-groups-by-rank
3306 Sort the group buffer by group rank
3307 (@code{gnus-group-sort-groups-by-rank}).  @xref{Group Score}.
3308
3309 @item G S m
3310 @kindex G S m (Group)
3311 @findex gnus-group-sort-groups-by-method
3312 Sort the group buffer alphabetically by back end name@*
3313 (@code{gnus-group-sort-groups-by-method}).
3314
3315 @item G S n
3316 @kindex G S n (Group)
3317 @findex gnus-group-sort-groups-by-real-name
3318 Sort the group buffer alphabetically by real (unprefixed) group name
3319 (@code{gnus-group-sort-groups-by-real-name}).
3320
3321 @end table
3322
3323 All the commands below obey the process/prefix convention
3324 (@pxref{Process/Prefix}).
3325
3326 When given a symbolic prefix (@pxref{Symbolic Prefixes}), all these
3327 commands will sort in reverse order.
3328
3329 You can also sort a subset of the groups:
3330
3331 @table @kbd
3332 @item G P a
3333 @kindex G P a (Group)
3334 @findex gnus-group-sort-selected-groups-by-alphabet
3335 Sort the groups alphabetically by group name
3336 (@code{gnus-group-sort-selected-groups-by-alphabet}).
3337
3338 @item G P u
3339 @kindex G P u (Group)
3340 @findex gnus-group-sort-selected-groups-by-unread
3341 Sort the groups by the number of unread articles
3342 (@code{gnus-group-sort-selected-groups-by-unread}).
3343
3344 @item G P l
3345 @kindex G P l (Group)
3346 @findex gnus-group-sort-selected-groups-by-level
3347 Sort the groups by group level
3348 (@code{gnus-group-sort-selected-groups-by-level}).
3349
3350 @item G P v
3351 @kindex G P v (Group)
3352 @findex gnus-group-sort-selected-groups-by-score
3353 Sort the groups by group score
3354 (@code{gnus-group-sort-selected-groups-by-score}).  @xref{Group Score}.
3355
3356 @item G P r
3357 @kindex G P r (Group)
3358 @findex gnus-group-sort-selected-groups-by-rank
3359 Sort the groups by group rank
3360 (@code{gnus-group-sort-selected-groups-by-rank}).  @xref{Group Score}.
3361
3362 @item G P m
3363 @kindex G P m (Group)
3364 @findex gnus-group-sort-selected-groups-by-method
3365 Sort the groups alphabetically by back end name@*
3366 (@code{gnus-group-sort-selected-groups-by-method}).
3367
3368 @item G P n
3369 @kindex G P n (Group)
3370 @findex gnus-group-sort-selected-groups-by-real-name
3371 Sort the groups alphabetically by real (unprefixed) group name
3372 (@code{gnus-group-sort-selected-groups-by-real-name}).
3373
3374 @item G P s
3375 @kindex G P s (Group)
3376 @findex gnus-group-sort-selected-groups
3377 Sort the groups according to @code{gnus-group-sort-function}.
3378
3379 @end table
3380
3381 And finally, note that you can use @kbd{C-k} and @kbd{C-y} to manually
3382 move groups around.
3383
3384
3385 @node Group Maintenance
3386 @section Group Maintenance
3387 @cindex bogus groups
3388
3389 @table @kbd
3390 @item b
3391 @kindex b (Group)
3392 @findex gnus-group-check-bogus-groups
3393 Find bogus groups and delete them
3394 (@code{gnus-group-check-bogus-groups}).
3395
3396 @item F
3397 @kindex F (Group)
3398 @findex gnus-group-find-new-groups
3399 Find new groups and process them (@code{gnus-group-find-new-groups}).
3400 With 1 @kbd{C-u}, use the @code{ask-server} method to query the server
3401 for new groups.  With 2 @kbd{C-u}'s, use most complete method possible
3402 to query the server for new groups, and subscribe the new groups as
3403 zombies.
3404
3405 @item C-c C-x
3406 @kindex C-c C-x (Group)
3407 @findex gnus-group-expire-articles
3408 Run all expirable articles in the current group through the expiry
3409 process (if any) (@code{gnus-group-expire-articles}).  That is, delete
3410 all expirable articles in the group that have been around for a while.
3411 (@pxref{Expiring Mail}).
3412
3413 @item C-c C-M-x
3414 @kindex C-c C-M-x (Group)
3415 @findex gnus-group-expire-all-groups
3416 Run all expirable articles in all groups through the expiry process
3417 (@code{gnus-group-expire-all-groups}).
3418
3419 @end table
3420
3421
3422 @node Browse Foreign Server
3423 @section Browse Foreign Server
3424 @cindex foreign servers
3425 @cindex browsing servers
3426
3427 @table @kbd
3428 @item B
3429 @kindex B (Group)
3430 @findex gnus-group-browse-foreign-server
3431 You will be queried for a select method and a server name.  Gnus will
3432 then attempt to contact this server and let you browse the groups there
3433 (@code{gnus-group-browse-foreign-server}).
3434 @end table
3435
3436 @findex gnus-browse-mode
3437 A new buffer with a list of available groups will appear.  This buffer
3438 will use the @code{gnus-browse-mode}.  This buffer looks a bit (well,
3439 a lot) like a normal group buffer.
3440
3441 Here's a list of keystrokes available in the browse mode:
3442
3443 @table @kbd
3444 @item n
3445 @kindex n (Browse)
3446 @findex gnus-group-next-group
3447 Go to the next group (@code{gnus-group-next-group}).
3448
3449 @item p
3450 @kindex p (Browse)
3451 @findex gnus-group-prev-group
3452 Go to the previous group (@code{gnus-group-prev-group}).
3453
3454 @item SPACE
3455 @kindex SPACE (Browse)
3456 @findex gnus-browse-read-group
3457 Enter the current group and display the first article
3458 (@code{gnus-browse-read-group}).
3459
3460 @item RET
3461 @kindex RET (Browse)
3462 @findex gnus-browse-select-group
3463 Enter the current group (@code{gnus-browse-select-group}).
3464
3465 @item u
3466 @kindex u (Browse)
3467 @findex gnus-browse-unsubscribe-current-group
3468 Unsubscribe to the current group, or, as will be the case here,
3469 subscribe to it (@code{gnus-browse-unsubscribe-current-group}).
3470
3471 @item l
3472 @itemx q
3473 @kindex q (Browse)
3474 @kindex l (Browse)
3475 @findex gnus-browse-exit
3476 Exit browse mode (@code{gnus-browse-exit}).
3477
3478 @item d
3479 @kindex d (Browse)
3480 @findex gnus-browse-describe-group
3481 Describe the current group (@code{gnus-browse-describe-group}).
3482
3483 @item ?
3484 @kindex ? (Browse)
3485 @findex gnus-browse-describe-briefly
3486 Describe browse mode briefly (well, there's not much to describe, is
3487 there) (@code{gnus-browse-describe-briefly}).
3488 @end table
3489
3490
3491 @node Exiting Gnus
3492 @section Exiting Gnus
3493 @cindex exiting Gnus
3494
3495 Yes, Gnus is ex(c)iting.
3496
3497 @table @kbd
3498 @item z
3499 @kindex z (Group)
3500 @findex gnus-group-suspend
3501 Suspend Gnus (@code{gnus-group-suspend}).  This doesn't really exit Gnus,
3502 but it kills all buffers except the Group buffer.  I'm not sure why this
3503 is a gain, but then who am I to judge?
3504
3505 @item q
3506 @kindex q (Group)
3507 @findex gnus-group-exit
3508 @c @icon{gnus-group-exit}
3509 Quit Gnus (@code{gnus-group-exit}).
3510
3511 @item Q
3512 @kindex Q (Group)
3513 @findex gnus-group-quit
3514 Quit Gnus without saving the @file{.newsrc} files (@code{gnus-group-quit}).
3515 The dribble file will be saved, though (@pxref{Auto Save}).
3516 @end table
3517
3518 @vindex gnus-exit-gnus-hook
3519 @vindex gnus-suspend-gnus-hook
3520 @vindex gnus-after-exiting-gnus-hook
3521 @code{gnus-suspend-gnus-hook} is called when you suspend Gnus and
3522 @code{gnus-exit-gnus-hook} is called when you quit Gnus, while
3523 @code{gnus-after-exiting-gnus-hook} is called as the final item when
3524 exiting Gnus.
3525
3526 Note:
3527
3528 @quotation
3529 Miss Lisa Cannifax, while sitting in English class, felt her feet go
3530 numbly heavy and herself fall into a hazy trance as the boy sitting
3531 behind her drew repeated lines with his pencil across the back of her
3532 plastic chair.
3533 @end quotation
3534
3535
3536 @node Group Topics
3537 @section Group Topics
3538 @cindex topics
3539
3540 If you read lots and lots of groups, it might be convenient to group
3541 them hierarchically according to topics.  You put your Emacs groups over
3542 here, your sex groups over there, and the rest (what, two groups or so?)
3543 you put in some misc section that you never bother with anyway.  You can
3544 even group the Emacs sex groups as a sub-topic to either the Emacs
3545 groups or the sex groups---or both!  Go wild!
3546
3547 @iftex
3548 @iflatex
3549 \gnusfigure{Group Topics}{400}{
3550 \put(75,50){\epsfig{figure=ps/group-topic,height=9cm}}
3551 }
3552 @end iflatex
3553 @end iftex
3554
3555 Here's an example:
3556
3557 @example
3558 Gnus
3559   Emacs -- I wuw it!
3560      3: comp.emacs
3561      2: alt.religion.emacs
3562     Naughty Emacs
3563      452: alt.sex.emacs
3564        0: comp.talk.emacs.recovery
3565   Misc
3566      8: comp.binaries.fractals
3567     13: comp.sources.unix
3568 @end example
3569
3570 @findex gnus-topic-mode
3571 @kindex t (Group)
3572 To get this @emph{fab} functionality you simply turn on (ooh!) the
3573 @code{gnus-topic} minor mode---type @kbd{t} in the group buffer.  (This
3574 is a toggling command.)
3575
3576 Go ahead, just try it.  I'll still be here when you get back.  La de
3577 dum@dots{} Nice tune, that@dots{} la la la@dots{} What, you're back?
3578 Yes, and now press @kbd{l}.  There.  All your groups are now listed
3579 under @samp{misc}.  Doesn't that make you feel all warm and fuzzy?
3580 Hot and bothered?
3581
3582 If you want this permanently enabled, you should add that minor mode to
3583 the hook for the group mode.  Put the following line in your
3584 @file{~/.gnus.el} file:
3585
3586 @lisp
3587 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
3588 @end lisp
3589
3590 @menu
3591 * Topic Commands::              Interactive E-Z commands.
3592 * Topic Variables::             How to customize the topics the Lisp Way.
3593 * Topic Sorting::               Sorting each topic individually.
3594 * Topic Topology::              A map of the world.
3595 * Topic Parameters::            Parameters that apply to all groups in a topic.
3596 @end menu
3597
3598
3599 @node Topic Commands
3600 @subsection Topic Commands
3601 @cindex topic commands
3602
3603 When the topic minor mode is turned on, a new @kbd{T} submap will be
3604 available.  In addition, a few of the standard keys change their
3605 definitions slightly.
3606
3607 In general, the following kinds of operations are possible on topics.
3608 First of all, you want to create topics.  Secondly, you want to put
3609 groups in topics and to move them around until you have an order you
3610 like.  The third kind of operation is to show/hide parts of the whole
3611 shebang.  You might want to hide a topic including its subtopics and
3612 groups, to get a better overview of the other groups.
3613
3614 Here is a list of the basic keys that you might need to set up topics
3615 the way you like.
3616
3617 @table @kbd
3618
3619 @item T n
3620 @kindex T n (Topic)
3621 @findex gnus-topic-create-topic
3622 Prompt for a new topic name and create it
3623 (@code{gnus-topic-create-topic}).
3624
3625 @item T TAB
3626 @itemx TAB
3627 @kindex T TAB (Topic)
3628 @kindex TAB (Topic)
3629 @findex gnus-topic-indent
3630 ``Indent'' the current topic so that it becomes a sub-topic of the
3631 previous topic (@code{gnus-topic-indent}).  If given a prefix,
3632 ``un-indent'' the topic instead.
3633
3634 @item M-TAB
3635 @kindex M-TAB (Topic)
3636 @findex gnus-topic-unindent
3637 ``Un-indent'' the current topic so that it becomes a sub-topic of the
3638 parent of its current parent (@code{gnus-topic-unindent}).
3639
3640 @end table
3641
3642 The following two keys can be used to move groups and topics around.
3643 They work like the well-known cut and paste.  @kbd{C-k} is like cut and
3644 @kbd{C-y} is like paste.  Of course, this being Emacs, we use the terms
3645 kill and yank rather than cut and paste.
3646
3647 @table @kbd
3648
3649 @item C-k
3650 @kindex C-k (Topic)
3651 @findex gnus-topic-kill-group
3652 Kill a group or topic (@code{gnus-topic-kill-group}).  All groups in the
3653 topic will be removed along with the topic.
3654
3655 @item C-y
3656 @kindex C-y (Topic)
3657 @findex gnus-topic-yank-group
3658 Yank the previously killed group or topic
3659 (@code{gnus-topic-yank-group}).  Note that all topics will be yanked
3660 before all groups.
3661
3662 So, to move a topic to the beginning of the list of topics, just hit
3663 @kbd{C-k} on it.  This is like the ``cut'' part of cut and paste.  Then,
3664 move the cursor to the beginning of the buffer (just below the ``Gnus''
3665 topic) and hit @kbd{C-y}.  This is like the ``paste'' part of cut and
3666 paste.  Like I said -- E-Z.
3667
3668 You can use @kbd{C-k} and @kbd{C-y} on groups as well as on topics.  So
3669 you can move topics around as well as groups.
3670
3671 @end table
3672
3673 After setting up the topics the way you like them, you might wish to
3674 hide a topic, or to show it again.  That's why we have the following
3675 key.
3676
3677 @table @kbd
3678
3679 @item RET
3680 @kindex RET (Topic)
3681 @findex gnus-topic-select-group
3682 @itemx SPACE
3683 Either select a group or fold a topic (@code{gnus-topic-select-group}).
3684 When you perform this command on a group, you'll enter the group, as
3685 usual.  When done on a topic line, the topic will be folded (if it was
3686 visible) or unfolded (if it was folded already).  So it's basically a
3687 toggling command on topics.  In addition, if you give a numerical
3688 prefix, group on that level (and lower) will be displayed.
3689
3690 @end table
3691
3692 Now for a list of other commands, in no particular order.
3693
3694 @table @kbd
3695
3696 @item T m
3697 @kindex T m (Topic)
3698 @findex gnus-topic-move-group
3699 Move the current group to some other topic
3700 (@code{gnus-topic-move-group}).  This command uses the process/prefix
3701 convention (@pxref{Process/Prefix}).
3702
3703 @item T j
3704 @kindex T j (Topic)
3705 @findex gnus-topic-jump-to-topic
3706 Go to a topic (@code{gnus-topic-jump-to-topic}).
3707
3708 @item T c
3709 @kindex T c (Topic)
3710 @findex gnus-topic-copy-group
3711 Copy the current group to some other topic
3712 (@code{gnus-topic-copy-group}).  This command uses the process/prefix
3713 convention (@pxref{Process/Prefix}).
3714
3715 @item T h
3716 @kindex T h (Topic)
3717 @findex gnus-topic-hide-topic
3718 Hide the current topic (@code{gnus-topic-hide-topic}).  If given
3719 a prefix, hide the topic permanently.
3720
3721 @item T s
3722 @kindex T s (Topic)
3723 @findex gnus-topic-show-topic
3724 Show the current topic (@code{gnus-topic-show-topic}).  If given
3725 a prefix, show the topic permanently.
3726
3727 @item T D
3728 @kindex T D (Topic)
3729 @findex gnus-topic-remove-group
3730 Remove a group from the current topic (@code{gnus-topic-remove-group}).
3731 This command is mainly useful if you have the same group in several
3732 topics and wish to remove it from one of the topics.  You may also
3733 remove a group from all topics, but in that case, Gnus will add it to
3734 the root topic the next time you start Gnus.  In fact, all new groups
3735 (which, naturally, don't belong to any topic) will show up in the root
3736 topic.
3737
3738 This command uses the process/prefix convention
3739 (@pxref{Process/Prefix}).
3740
3741 @item T M
3742 @kindex T M (Topic)
3743 @findex gnus-topic-move-matching
3744 Move all groups that match some regular expression to a topic
3745 (@code{gnus-topic-move-matching}).
3746
3747 @item T C
3748 @kindex T C (Topic)
3749 @findex gnus-topic-copy-matching
3750 Copy all groups that match some regular expression to a topic
3751 (@code{gnus-topic-copy-matching}).
3752
3753 @item T H
3754 @kindex T H (Topic)
3755 @findex gnus-topic-toggle-display-empty-topics
3756 Toggle hiding empty topics
3757 (@code{gnus-topic-toggle-display-empty-topics}).
3758
3759 @item T #
3760 @kindex T # (Topic)
3761 @findex gnus-topic-mark-topic
3762 Mark all groups in the current topic with the process mark
3763 (@code{gnus-topic-mark-topic}).  This command works recursively on
3764 sub-topics unless given a prefix.
3765
3766 @item T M-#
3767 @kindex T M-# (Topic)
3768 @findex gnus-topic-unmark-topic
3769 Remove the process mark from all groups in the current topic
3770 (@code{gnus-topic-unmark-topic}).  This command works recursively on
3771 sub-topics unless given a prefix.
3772
3773 @item C-c C-x
3774 @kindex C-c C-x (Topic)
3775 @findex gnus-topic-expire-articles
3776 Run all expirable articles in the current group or topic through the
3777 expiry process (if any)
3778 (@code{gnus-topic-expire-articles}).  (@pxref{Expiring Mail}).
3779
3780 @item T r
3781 @kindex T r (Topic)
3782 @findex gnus-topic-rename
3783 Rename a topic (@code{gnus-topic-rename}).
3784
3785 @item T DEL
3786 @kindex T DEL (Topic)
3787 @findex gnus-topic-delete
3788 Delete an empty topic (@code{gnus-topic-delete}).
3789
3790 @item A T
3791 @kindex A T (Topic)
3792 @findex gnus-topic-list-active
3793 List all groups that Gnus knows about in a topics-ified way
3794 (@code{gnus-topic-list-active}).
3795
3796 @item T M-n
3797 @kindex T M-n (Topic)
3798 @findex gnus-topic-goto-next-topic
3799 Go to the next topic (@code{gnus-topic-goto-next-topic}).
3800
3801 @item T M-p
3802 @kindex T M-p (Topic)
3803 @findex gnus-topic-goto-previous-topic
3804 Go to the next topic (@code{gnus-topic-goto-previous-topic}).
3805
3806 @item G p
3807 @kindex G p (Topic)
3808 @findex gnus-topic-edit-parameters
3809 @cindex group parameters
3810 @cindex topic parameters
3811 @cindex parameters
3812 Edit the topic parameters (@code{gnus-topic-edit-parameters}).
3813 @xref{Topic Parameters}.
3814
3815 @end table
3816
3817
3818 @node Topic Variables
3819 @subsection Topic Variables
3820 @cindex topic variables
3821
3822 The previous section told you how to tell Gnus which topics to display.
3823 This section explains how to tell Gnus what to display about each topic.
3824
3825 @vindex gnus-topic-line-format
3826 The topic lines themselves are created according to the
3827 @code{gnus-topic-line-format} variable (@pxref{Formatting Variables}).
3828 Valid elements are:
3829
3830 @table @samp
3831 @item i
3832 Indentation.
3833 @item n
3834 Topic name.
3835 @item v
3836 Visibility.
3837 @item l
3838 Level.
3839 @item g
3840 Number of groups in the topic.
3841 @item a
3842 Number of unread articles in the topic.
3843 @item A
3844 Number of unread articles in the topic and all its subtopics.
3845 @end table
3846
3847 @vindex gnus-topic-indent-level
3848 Each sub-topic (and the groups in the sub-topics) will be indented with
3849 @code{gnus-topic-indent-level} times the topic level number of spaces.
3850 The default is 2.
3851
3852 @vindex gnus-topic-mode-hook
3853 @code{gnus-topic-mode-hook} is called in topic minor mode buffers.
3854
3855 @vindex gnus-topic-display-empty-topics
3856 The @code{gnus-topic-display-empty-topics} says whether to display even
3857 topics that have no unread articles in them.  The default is @code{t}.
3858
3859
3860 @node Topic Sorting
3861 @subsection Topic Sorting
3862 @cindex topic sorting
3863
3864 You can sort the groups in each topic individually with the following
3865 commands:
3866
3867
3868 @table @kbd
3869 @item T S a
3870 @kindex T S a (Topic)
3871 @findex gnus-topic-sort-groups-by-alphabet
3872 Sort the current topic alphabetically by group name
3873 (@code{gnus-topic-sort-groups-by-alphabet}).
3874
3875 @item T S u
3876 @kindex T S u (Topic)
3877 @findex gnus-topic-sort-groups-by-unread
3878 Sort the current topic by the number of unread articles
3879 (@code{gnus-topic-sort-groups-by-unread}).
3880
3881 @item T S l
3882 @kindex T S l (Topic)
3883 @findex gnus-topic-sort-groups-by-level
3884 Sort the current topic by group level
3885 (@code{gnus-topic-sort-groups-by-level}).
3886
3887 @item T S v
3888 @kindex T S v (Topic)
3889 @findex gnus-topic-sort-groups-by-score
3890 Sort the current topic by group score
3891 (@code{gnus-topic-sort-groups-by-score}).  @xref{Group Score}.
3892
3893 @item T S r
3894 @kindex T S r (Topic)
3895 @findex gnus-topic-sort-groups-by-rank
3896 Sort the current topic by group rank
3897 (@code{gnus-topic-sort-groups-by-rank}).  @xref{Group Score}.
3898
3899 @item T S m
3900 @kindex T S m (Topic)
3901 @findex gnus-topic-sort-groups-by-method
3902 Sort the current topic alphabetically by back end name
3903 (@code{gnus-topic-sort-groups-by-method}).
3904
3905 @item T S e
3906 @kindex T S e (Topic)
3907 @findex gnus-topic-sort-groups-by-server
3908 Sort the current topic alphabetically by server name
3909 (@code{gnus-topic-sort-groups-by-server}).
3910
3911 @item T S s
3912 @kindex T S s (Topic)
3913 @findex gnus-topic-sort-groups
3914 Sort the current topic according to the function(s) given by the
3915 @code{gnus-group-sort-function} variable
3916 (@code{gnus-topic-sort-groups}).
3917
3918 @end table
3919
3920 When given a prefix argument, all these commands will sort in reverse
3921 order.  @xref{Sorting Groups}, for more information about group
3922 sorting.
3923
3924
3925 @node Topic Topology
3926 @subsection Topic Topology
3927 @cindex topic topology
3928 @cindex topology
3929
3930 So, let's have a look at an example group buffer:
3931
3932 @example
3933 @group
3934 Gnus
3935   Emacs -- I wuw it!
3936      3: comp.emacs
3937      2: alt.religion.emacs
3938     Naughty Emacs
3939      452: alt.sex.emacs
3940        0: comp.talk.emacs.recovery
3941   Misc
3942      8: comp.binaries.fractals
3943     13: comp.sources.unix
3944 @end group
3945 @end example
3946
3947 So, here we have one top-level topic (@samp{Gnus}), two topics under
3948 that, and one sub-topic under one of the sub-topics.  (There is always
3949 just one (1) top-level topic).  This topology can be expressed as
3950 follows:
3951
3952 @lisp
3953 (("Gnus" visible)
3954  (("Emacs -- I wuw it!" visible)
3955   (("Naughty Emacs" visible)))
3956  (("Misc" visible)))
3957 @end lisp
3958
3959 @vindex gnus-topic-topology
3960 This is in fact how the variable @code{gnus-topic-topology} would look
3961 for the display above.  That variable is saved in the @file{.newsrc.eld}
3962 file, and shouldn't be messed with manually---unless you really want
3963 to.  Since this variable is read from the @file{.newsrc.eld} file,
3964 setting it in any other startup files will have no effect.
3965
3966 This topology shows what topics are sub-topics of what topics (right),
3967 and which topics are visible.  Two settings are currently
3968 allowed---@code{visible} and @code{invisible}.
3969
3970
3971 @node Topic Parameters
3972 @subsection Topic Parameters
3973 @cindex topic parameters
3974
3975 All groups in a topic will inherit group parameters from the parent
3976 (and ancestor) topic parameters.  All valid group parameters are valid
3977 topic parameters (@pxref{Group Parameters}).  When the agent is
3978 enabled, all agent parameters (See Agent Parameters in @ref{Category
3979 Syntax}) are also valid topic parameters.
3980
3981 In addition, the following parameters are only valid as topic
3982 parameters:
3983
3984 @table @code
3985 @item subscribe
3986 When subscribing new groups by topic (@pxref{Subscription Methods}), the
3987 @code{subscribe} topic parameter says what groups go in what topic.  Its
3988 value should be a regexp to match the groups that should go in that
3989 topic.
3990
3991 @item subscribe-level
3992 When subscribing new groups by topic (see the @code{subscribe} parameter),
3993 the group will be subscribed with the level specified in the
3994 @code{subscribe-level} instead of @code{gnus-level-default-subscribed}.
3995
3996 @end table
3997
3998 Group parameters (of course) override topic parameters, and topic
3999 parameters in sub-topics override topic parameters in super-topics.  You
4000 know.  Normal inheritance rules.  (@dfn{Rules} is here a noun, not a
4001 verb, although you may feel free to disagree with me here.)
4002
4003 @example
4004 @group
4005 Gnus
4006   Emacs
4007      3: comp.emacs
4008      2: alt.religion.emacs
4009    452: alt.sex.emacs
4010     Relief
4011      452: alt.sex.emacs
4012        0: comp.talk.emacs.recovery
4013   Misc
4014      8: comp.binaries.fractals
4015     13: comp.sources.unix
4016    452: alt.sex.emacs
4017 @end group   
4018 @end example
4019
4020 The @samp{Emacs} topic has the topic parameter @code{(score-file
4021 . "emacs.SCORE")}; the @samp{Relief} topic has the topic parameter
4022 @code{(score-file . "relief.SCORE")}; and the @samp{Misc} topic has the
4023 topic parameter @code{(score-file . "emacs.SCORE")}.  In addition,
4024 @* @samp{alt.religion.emacs} has the group parameter @code{(score-file
4025 . "religion.SCORE")}.
4026
4027 Now, when you enter @samp{alt.sex.emacs} in the @samp{Relief} topic, you
4028 will get the @file{relief.SCORE} home score file.  If you enter the same
4029 group in the @samp{Emacs} topic, you'll get the @file{emacs.SCORE} home
4030 score file.  If you enter the group @samp{alt.religion.emacs}, you'll
4031 get the @file{religion.SCORE} home score file.
4032
4033 This seems rather simple and self-evident, doesn't it?  Well, yes.  But
4034 there are some problems, especially with the @code{total-expiry}
4035 parameter.  Say you have a mail group in two topics; one with
4036 @code{total-expiry} and one without.  What happens when you do @kbd{M-x
4037 gnus-expire-all-expirable-groups}?  Gnus has no way of telling which one
4038 of these topics you mean to expire articles from, so anything may
4039 happen.  In fact, I hereby declare that it is @dfn{undefined} what
4040 happens.  You just have to be careful if you do stuff like that.
4041
4042
4043 @node Misc Group Stuff
4044 @section Misc Group Stuff
4045
4046 @menu
4047 * Scanning New Messages::       Asking Gnus to see whether new messages have arrived.
4048 * Group Information::           Information and help on groups and Gnus.
4049 * Group Timestamp::             Making Gnus keep track of when you last read a group.
4050 * File Commands::               Reading and writing the Gnus files.
4051 * Sieve Commands::              Managing Sieve scripts.
4052 @end menu
4053
4054 @table @kbd
4055
4056 @item ^
4057 @kindex ^ (Group)
4058 @findex gnus-group-enter-server-mode
4059 Enter the server buffer (@code{gnus-group-enter-server-mode}).
4060 @xref{Server Buffer}.
4061
4062 @item a
4063 @kindex a (Group)
4064 @findex gnus-group-post-news
4065 Start composing a message (a news by default)
4066 (@code{gnus-group-post-news}).  If given a prefix, post to the group
4067 under the point.  If the prefix is 1, prompt for a group to post to.
4068 Contrary to what the name of this function suggests, the prepared
4069 article might be a mail instead of a news, if a mail group is specified
4070 with the prefix argument.  @xref{Composing Messages}.
4071
4072 @item m
4073 @kindex m (Group)
4074 @findex gnus-group-mail
4075 Mail a message somewhere (@code{gnus-group-mail}).  If given a prefix,
4076 use the posting style of the group under the point.  If the prefix is 1,
4077 prompt for a group name to find the posting style.
4078 @xref{Composing Messages}.
4079
4080 @item i
4081 @kindex i (Group)
4082 @findex gnus-group-news
4083 Start composing a news (@code{gnus-group-news}).  If given a prefix,
4084 post to the group under the point.  If the prefix is 1, prompt
4085 for group to post to.  @xref{Composing Messages}.
4086
4087 This function actually prepares a news even when using mail groups.
4088 This is useful for ``posting'' messages to mail groups without actually
4089 sending them over the network: they're just saved directly to the group
4090 in question.  The corresponding back end must have a request-post method
4091 for this to work though.
4092
4093 @end table
4094
4095 Variables for the group buffer:
4096
4097 @table @code
4098
4099 @item gnus-group-mode-hook
4100 @vindex gnus-group-mode-hook
4101 is called after the group buffer has been
4102 created.
4103
4104 @item gnus-group-prepare-hook
4105 @vindex gnus-group-prepare-hook
4106 is called after the group buffer is
4107 generated.  It may be used to modify the buffer in some strange,
4108 unnatural way.
4109
4110 @item gnus-group-prepared-hook
4111 @vindex gnus-group-prepare-hook
4112 is called as the very last thing after the group buffer has been
4113 generated.  It may be used to move point around, for instance.
4114
4115 @item gnus-permanently-visible-groups
4116 @vindex gnus-permanently-visible-groups
4117 Groups matching this regexp will always be listed in the group buffer,
4118 whether they are empty or not.
4119
4120 @item gnus-group-name-charset-method-alist
4121 @vindex gnus-group-name-charset-method-alist
4122 An alist of method and the charset for group names.  It is used to show
4123 non-@acronym{ASCII} group names.
4124
4125 For example:
4126 @lisp
4127 (setq gnus-group-name-charset-method-alist
4128     '(((nntp "news.com.cn") . cn-gb-2312)))
4129 @end lisp
4130
4131 @item gnus-group-name-charset-group-alist
4132 @cindex UTF-8 group names
4133 @vindex gnus-group-name-charset-group-alist
4134 An alist of regexp of group name and the charset for group names.  It
4135 is used to show non-@acronym{ASCII} group names.  @code{((".*"
4136 utf-8))} is the default value if UTF-8 is supported, otherwise the
4137 default is @code{nil}.
4138
4139 For example:
4140 @lisp
4141 (setq gnus-group-name-charset-group-alist
4142     '(("\\.com\\.cn:" . cn-gb-2312)))
4143 @end lisp
4144
4145 @end table
4146
4147 @node Scanning New Messages
4148 @subsection Scanning New Messages
4149 @cindex new messages
4150 @cindex scanning new news
4151
4152 @table @kbd
4153
4154 @item g
4155 @kindex g (Group)
4156 @findex gnus-group-get-new-news
4157 @c @icon{gnus-group-get-new-news}
4158 Check the server(s) for new articles.  If the numerical prefix is used,
4159 this command will check only groups of level @var{arg} and lower
4160 (@code{gnus-group-get-new-news}).  If given a non-numerical prefix, this
4161 command will force a total re-reading of the active file(s) from the
4162 back end(s).
4163
4164 @item M-g
4165 @kindex M-g (Group)
4166 @findex gnus-group-get-new-news-this-group
4167 @vindex gnus-goto-next-group-when-activating
4168 @c @icon{gnus-group-get-new-news-this-group}
4169 Check whether new articles have arrived in the current group
4170 (@code{gnus-group-get-new-news-this-group}).
4171 @code{gnus-goto-next-group-when-activating} says whether this command is
4172 to move point to the next group or not.  It is @code{t} by default.
4173
4174 @findex gnus-activate-all-groups
4175 @cindex activating groups
4176 @item C-c M-g
4177 @kindex C-c M-g (Group)
4178 Activate absolutely all groups (@code{gnus-activate-all-groups}).
4179
4180 @item R
4181 @kindex R (Group)
4182 @cindex restarting
4183 @findex gnus-group-restart
4184 Restart Gnus (@code{gnus-group-restart}).  This saves the @file{.newsrc}
4185 file(s), closes the connection to all servers, clears up all run-time
4186 Gnus variables, and then starts Gnus all over again.
4187
4188 @end table
4189
4190 @vindex gnus-get-new-news-hook
4191 @code{gnus-get-new-news-hook} is run just before checking for new news.
4192
4193 @vindex gnus-after-getting-new-news-hook
4194 @code{gnus-after-getting-new-news-hook} is run after checking for new
4195 news.
4196
4197
4198 @node Group Information
4199 @subsection Group Information
4200 @cindex group information
4201 @cindex information on groups
4202
4203 @table @kbd
4204
4205
4206 @item H f
4207 @kindex H f (Group)
4208 @findex gnus-group-fetch-faq
4209 @vindex gnus-group-faq-directory
4210 @cindex FAQ
4211 @cindex ange-ftp
4212 Try to fetch the @acronym{FAQ} for the current group
4213 (@code{gnus-group-fetch-faq}).  Gnus will try to get the @acronym{FAQ}
4214 from @code{gnus-group-faq-directory}, which is usually a directory on
4215 a remote machine.  This variable can also be a list of directories.
4216 In that case, giving a prefix to this command will allow you to choose
4217 between the various sites.  @code{ange-ftp} (or @code{efs}) will be
4218 used for fetching the file.
4219
4220 If fetching from the first site is unsuccessful, Gnus will attempt to go
4221 through @code{gnus-group-faq-directory} and try to open them one by one.
4222
4223 @item H c
4224 @kindex H c (Group)
4225 @findex gnus-group-fetch-charter
4226 @vindex gnus-group-charter-alist
4227 @cindex charter
4228 Try to open the charter for the current group in a web browser
4229 (@code{gnus-group-fetch-charter}).  Query for a group if given a
4230 prefix argument.
4231
4232 Gnus will use @code{gnus-group-charter-alist} to find the location of
4233 the charter.  If no location is known, Gnus will fetch the control
4234 messages for the group, which in some cases includes the charter.
4235
4236 @item H C
4237 @kindex H C (Group)
4238 @findex gnus-group-fetch-control
4239 @vindex gnus-group-fetch-control-use-browse-url
4240 @cindex control message
4241 Fetch the control messages for the group from the archive at
4242 @code{ftp.isc.org} (@code{gnus-group-fetch-control}).  Query for a
4243 group if given a prefix argument.
4244
4245 If @code{gnus-group-fetch-control-use-browse-url} is non-@code{nil},
4246 Gnus will open the control messages in a browser using
4247 @code{browse-url}.  Otherwise they are fetched using @code{ange-ftp}
4248 and displayed in an ephemeral group.
4249
4250 Note that the control messages are compressed.  To use this command
4251 you need to turn on @code{auto-compression-mode} (@pxref{Compressed
4252 Files, ,Compressed Files, emacs, The Emacs Manual}).
4253
4254 @item H d
4255 @itemx C-c C-d
4256 @c @icon{gnus-group-describe-group}
4257 @kindex H d (Group)
4258 @kindex C-c C-d (Group)
4259 @cindex describing groups
4260 @cindex group description
4261 @findex gnus-group-describe-group
4262 Describe the current group (@code{gnus-group-describe-group}).  If given
4263 a prefix, force Gnus to re-read the description from the server.
4264
4265 @item M-d
4266 @kindex M-d (Group)
4267 @findex gnus-group-describe-all-groups
4268 Describe all groups (@code{gnus-group-describe-all-groups}).  If given a
4269 prefix, force Gnus to re-read the description file from the server.
4270
4271 @item H v
4272 @itemx V
4273 @kindex V (Group)
4274 @kindex H v (Group)
4275 @cindex version
4276 @findex gnus-version
4277 Display current Gnus version numbers (@code{gnus-version}).
4278
4279 @item ?
4280 @kindex ? (Group)
4281 @findex gnus-group-describe-briefly
4282 Give a very short help message (@code{gnus-group-describe-briefly}).
4283
4284 @item C-c C-i
4285 @kindex C-c C-i (Group)
4286 @cindex info
4287 @cindex manual
4288 @findex gnus-info-find-node
4289 Go to the Gnus info node (@code{gnus-info-find-node}).
4290 @end table
4291
4292
4293 @node Group Timestamp
4294 @subsection Group Timestamp
4295 @cindex timestamps
4296 @cindex group timestamps
4297
4298 It can be convenient to let Gnus keep track of when you last read a
4299 group.  To set the ball rolling, you should add
4300 @code{gnus-group-set-timestamp} to @code{gnus-select-group-hook}:
4301
4302 @lisp
4303 (add-hook 'gnus-select-group-hook 'gnus-group-set-timestamp)
4304 @end lisp
4305
4306 After doing this, each time you enter a group, it'll be recorded.
4307
4308 This information can be displayed in various ways---the easiest is to
4309 use the @samp{%d} spec in the group line format:
4310
4311 @lisp
4312 (setq gnus-group-line-format
4313       "%M\%S\%p\%P\%5y: %(%-40,40g%) %d\n")
4314 @end lisp
4315
4316 This will result in lines looking like:
4317
4318 @example
4319 *        0: mail.ding                                19961002T012943
4320          0: custom                                   19961002T012713
4321 @end example
4322
4323 As you can see, the date is displayed in compact ISO 8601 format.  This
4324 may be a bit too much, so to just display the date, you could say
4325 something like:
4326
4327 @lisp
4328 (setq gnus-group-line-format
4329       "%M\%S\%p\%P\%5y: %(%-40,40g%) %6,6~(cut 2)d\n")
4330 @end lisp
4331
4332 If you would like greater control of the time format, you can use a
4333 user-defined format spec.  Something like the following should do the
4334 trick:
4335
4336 @lisp
4337 (setq gnus-group-line-format
4338       "%M\%S\%p\%P\%5y: %(%-40,40g%) %ud\n")
4339 (defun gnus-user-format-function-d (headers)
4340   (let ((time (gnus-group-timestamp gnus-tmp-group)))
4341     (if time
4342         (format-time-string "%b %d  %H:%M" time)
4343       "")))
4344 @end lisp
4345
4346
4347 @node File Commands
4348 @subsection File Commands
4349 @cindex file commands
4350
4351 @table @kbd
4352
4353 @item r
4354 @kindex r (Group)
4355 @findex gnus-group-read-init-file
4356 @vindex gnus-init-file
4357 @cindex reading init file
4358 Re-read the init file (@code{gnus-init-file}, which defaults to
4359 @file{~/.gnus.el}) (@code{gnus-group-read-init-file}).
4360
4361 @item s
4362 @kindex s (Group)
4363 @findex gnus-group-save-newsrc
4364 @cindex saving .newsrc
4365 Save the @file{.newsrc.eld} file (and @file{.newsrc} if wanted)
4366 (@code{gnus-group-save-newsrc}).  If given a prefix, force saving the
4367 file(s) whether Gnus thinks it is necessary or not.
4368
4369 @c @item Z
4370 @c @kindex Z (Group)
4371 @c @findex gnus-group-clear-dribble
4372 @c Clear the dribble buffer (@code{gnus-group-clear-dribble}).
4373
4374 @end table
4375
4376
4377 @node Sieve Commands
4378 @subsection Sieve Commands
4379 @cindex group sieve commands
4380
4381 Sieve is a server-side mail filtering language.  In Gnus you can use
4382 the @code{sieve} group parameter (@pxref{Group Parameters}) to specify
4383 sieve rules that should apply to each group.  Gnus provides two
4384 commands to translate all these group parameters into a proper Sieve
4385 script that can be transfered to the server somehow.
4386
4387 @vindex gnus-sieve-file
4388 @vindex gnus-sieve-region-start
4389 @vindex gnus-sieve-region-end
4390 The generated Sieve script is placed in @code{gnus-sieve-file} (by
4391 default @file{~/.sieve}).  The Sieve code that Gnus generate is placed
4392 between two delimiters, @code{gnus-sieve-region-start} and
4393 @code{gnus-sieve-region-end}, so you may write additional Sieve code
4394 outside these delimiters that will not be removed the next time you
4395 regenerate the Sieve script.
4396
4397 @vindex gnus-sieve-crosspost
4398 The variable @code{gnus-sieve-crosspost} controls how the Sieve script
4399 is generated.  If it is non-@code{nil} (the default) articles is
4400 placed in all groups that have matching rules, otherwise the article
4401 is only placed in the group with the first matching rule.  For
4402 example, the group parameter @samp{(sieve address "sender"
4403 "owner-ding@@hpc.uh.edu")} will generate the following piece of Sieve
4404 code if @code{gnus-sieve-crosspost} is @code{nil}.  (When
4405 @code{gnus-sieve-crosspost} is non-@code{nil}, it looks the same
4406 except that the line containing the call to @code{stop} is removed.)
4407
4408 @example
4409 if address "sender" "owner-ding@@hpc.uh.edu" @{
4410         fileinto "INBOX.ding";
4411         stop;
4412 @}
4413 @end example
4414
4415 @xref{Top, Emacs Sieve, Top, sieve, Emacs Sieve}.
4416
4417 @table @kbd
4418
4419 @item D g
4420 @kindex D g (Group)
4421 @findex gnus-sieve-generate
4422 @vindex gnus-sieve-file
4423 @cindex generating sieve script
4424 Regenerate a Sieve script from the @code{sieve} group parameters and
4425 put you into the @code{gnus-sieve-file} without saving it.
4426
4427 @item D u
4428 @kindex D u (Group)
4429 @findex gnus-sieve-update
4430 @vindex gnus-sieve-file
4431 @cindex updating sieve script
4432 Regenerates the Gnus managed part of @code{gnus-sieve-file} using the
4433 @code{sieve} group parameters, save the file and upload it to the
4434 server using the @code{sieveshell} program.
4435
4436 @end table
4437
4438
4439 @node Summary Buffer
4440 @chapter Summary Buffer
4441 @cindex summary buffer
4442
4443 A line for each article is displayed in the summary buffer.  You can
4444 move around, read articles, post articles and reply to articles.
4445
4446 The most common way to a summary buffer is to select a group from the
4447 group buffer (@pxref{Selecting a Group}).
4448
4449 You can have as many summary buffers open as you wish.
4450
4451 @menu
4452 * Summary Buffer Format::       Deciding how the summary buffer is to look.
4453 * Summary Maneuvering::         Moving around the summary buffer.
4454 * Choosing Articles::           Reading articles.
4455 * Paging the Article::          Scrolling the current article.
4456 * Reply Followup and Post::     Posting articles.
4457 * Delayed Articles::            Send articles at a later time.
4458 * Marking Articles::            Marking articles as read, expirable, etc.
4459 * Limiting::                    You can limit the summary buffer.
4460 * Threading::                   How threads are made.
4461 * Sorting the Summary Buffer::  How articles and threads are sorted.
4462 * Asynchronous Fetching::       Gnus might be able to pre-fetch articles.
4463 * Article Caching::             You may store articles in a cache.
4464 * Persistent Articles::         Making articles expiry-resistant.
4465 * Article Backlog::             Having already read articles hang around.
4466 * Saving Articles::             Ways of customizing article saving.
4467 * Decoding Articles::           Gnus can treat series of (uu)encoded articles.
4468 * Article Treatment::           The article buffer can be mangled at will.
4469 * MIME Commands::               Doing MIMEy things with the articles.
4470 * Charsets::                    Character set issues.
4471 * Article Commands::            Doing various things with the article buffer.
4472 * Summary Sorting::             Sorting the summary buffer in various ways.
4473 * Finding the Parent::          No child support? Get the parent.
4474 * Alternative Approaches::      Reading using non-default summaries.
4475 * Tree Display::                A more visual display of threads.
4476 * Mail Group Commands::         Some commands can only be used in mail groups.
4477 * Various Summary Stuff::       What didn't fit anywhere else.
4478 * Exiting the Summary Buffer::  Returning to the Group buffer,
4479                                 or reselecting the current group.
4480 * Crosspost Handling::          How crossposted articles are dealt with.
4481 * Duplicate Suppression::       An alternative when crosspost handling fails.
4482 * Security::                    Decrypt and Verify.
4483 * Mailing List::                Mailing list minor mode.
4484 @end menu
4485
4486
4487 @node Summary Buffer Format
4488 @section Summary Buffer Format
4489 @cindex summary buffer format
4490
4491 @iftex
4492 @iflatex
4493 \gnusfigure{The Summary Buffer}{180}{
4494 \put(0,0){\epsfig{figure=ps/summary,width=7.5cm}}
4495 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-article,width=7.5cm}}}
4496 }
4497 @end iflatex
4498 @end iftex
4499
4500 @menu
4501 * Summary Buffer Lines::        You can specify how summary lines should look.
4502 * To From Newsgroups::          How to not display your own name.
4503 * Summary Buffer Mode Line::    You can say how the mode line should look.
4504 * Summary Highlighting::        Making the summary buffer all pretty and nice.
4505 @end menu
4506
4507 @findex mail-extract-address-components
4508 @findex gnus-extract-address-components
4509 @vindex gnus-extract-address-components
4510 Gnus will use the value of the @code{gnus-extract-address-components}
4511 variable as a function for getting the name and address parts of a
4512 @code{From} header.  Two pre-defined functions exist:
4513 @code{gnus-extract-address-components}, which is the default, quite
4514 fast, and too simplistic solution; and
4515 @code{mail-extract-address-components}, which works very nicely, but is
4516 slower.  The default function will return the wrong answer in 5% of the
4517 cases.  If this is unacceptable to you, use the other function instead:
4518
4519 @lisp
4520 (setq gnus-extract-address-components
4521       'mail-extract-address-components)
4522 @end lisp
4523
4524 @vindex gnus-summary-same-subject
4525 @code{gnus-summary-same-subject} is a string indicating that the current
4526 article has the same subject as the previous.  This string will be used
4527 with those specs that require it.  The default is @code{""}.
4528
4529
4530 @node Summary Buffer Lines
4531 @subsection Summary Buffer Lines
4532
4533 @vindex gnus-summary-line-format
4534 You can change the format of the lines in the summary buffer by changing
4535 the @code{gnus-summary-line-format} variable.  It works along the same
4536 lines as a normal @code{format} string, with some extensions
4537 (@pxref{Formatting Variables}).
4538
4539 There should always be a colon or a point position marker on the line;
4540 the cursor always moves to the point position marker or the colon after
4541 performing an operation.  (Of course, Gnus wouldn't be Gnus if it wasn't
4542 possible to change this.  Just write a new function
4543 @code{gnus-goto-colon} which does whatever you like with the cursor.)
4544 @xref{Positioning Point}.
4545
4546 The default string is @samp{%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n}.
4547
4548 The following format specification characters and extended format
4549 specification(s) are understood:
4550
4551 @table @samp
4552 @item N
4553 Article number.
4554 @item S
4555 Subject string.  List identifiers stripped,
4556 @code{gnus-list-identifies}.  @xref{Article Hiding}.
4557 @item s
4558 Subject if the article is the root of the thread or the previous article
4559 had a different subject, @code{gnus-summary-same-subject} otherwise.
4560 (@code{gnus-summary-same-subject} defaults to @code{""}.)
4561 @item F
4562 Full @code{From} header.
4563 @item n
4564 The name (from the @code{From} header).
4565 @item f
4566 The name, @code{To} header or the @code{Newsgroups} header (@pxref{To
4567 From Newsgroups}).
4568 @item a
4569 The name (from the @code{From} header).  This differs from the @code{n}
4570 spec in that it uses the function designated by the
4571 @code{gnus-extract-address-components} variable, which is slower, but
4572 may be more thorough.
4573 @item A
4574 The address (from the @code{From} header).  This works the same way as
4575 the @code{a} spec.
4576 @item L
4577 Number of lines in the article.
4578 @item c
4579 Number of characters in the article.  This specifier is not supported
4580 in some methods (like nnfolder).
4581 @item k
4582 Pretty-printed version of the number of characters in the article;
4583 for example, @samp{1.2k} or @samp{0.4M}.
4584 @item I
4585 Indentation based on thread level (@pxref{Customizing Threading}).
4586 @item B
4587 A complex trn-style thread tree, showing response-connecting trace
4588 lines.  A thread could be drawn like this:
4589
4590 @example
4591 >
4592 +->
4593 | +->
4594 | | \->
4595 | |   \->
4596 | \->
4597 +->
4598 \->
4599 @end example
4600
4601 You can customize the appearance with the following options.  Note
4602 that it is possible to make the thread display look really neat by
4603 replacing the default @acronym{ASCII} characters with graphic
4604 line-drawing glyphs.
4605 @table @code
4606 @item gnus-sum-thread-tree-root
4607 @vindex gnus-sum-thread-tree-root
4608 Used for the root of a thread.  If @code{nil}, use subject
4609 instead.  The default is @samp{> }.
4610
4611 @item gnus-sum-thread-tree-false-root
4612 @vindex gnus-sum-thread-tree-false-root
4613 Used for the false root of a thread (@pxref{Loose Threads}).  If
4614 @code{nil}, use subject instead.  The default is @samp{> }.
4615
4616 @item gnus-sum-thread-tree-single-indent
4617 @vindex gnus-sum-thread-tree-single-indent
4618 Used for a thread with just one message.  If @code{nil}, use subject
4619 instead.  The default is @samp{}.
4620
4621 @item gnus-sum-thread-tree-vertical
4622 @vindex gnus-sum-thread-tree-vertical
4623 Used for drawing a vertical line.  The default is @samp{| }.
4624
4625 @item gnus-sum-thread-tree-indent
4626 @vindex gnus-sum-thread-tree-indent
4627 Used for indenting.  The default is @samp{  }.
4628
4629 @item gnus-sum-thread-tree-leaf-with-other
4630 @vindex gnus-sum-thread-tree-leaf-with-other
4631 Used for a leaf with brothers.  The default is @samp{+-> }.
4632
4633 @item gnus-sum-thread-tree-single-leaf
4634 @vindex gnus-sum-thread-tree-single-leaf
4635 Used for a leaf without brothers.  The default is @samp{\-> }
4636
4637 @end table
4638
4639 @item T
4640 Nothing if the article is a root and lots of spaces if it isn't (it
4641 pushes everything after it off the screen).
4642 @item [
4643 Opening bracket, which is normally @samp{[}, but can also be @samp{<}
4644 for adopted articles (@pxref{Customizing Threading}).
4645 @item ]
4646 Closing bracket, which is normally @samp{]}, but can also be @samp{>}
4647 for adopted articles.
4648 @item >
4649 One space for each thread level.
4650 @item <
4651 Twenty minus thread level spaces.
4652 @item U
4653 Unread.  @xref{Read Articles}.
4654
4655 @item R
4656 This misleadingly named specifier is the @dfn{secondary mark}.  This
4657 mark will say whether the article has been replied to, has been cached,
4658 or has been saved.  @xref{Other Marks}.
4659
4660 @item i
4661 Score as a number (@pxref{Scoring}).
4662 @item z
4663 @vindex gnus-summary-zcore-fuzz
4664 Zcore, @samp{+} if above the default level and @samp{-} if below the
4665 default level.  If the difference between
4666 @code{gnus-summary-default-score} and the score is less than
4667 @code{gnus-summary-zcore-fuzz}, this spec will not be used.
4668 @item V
4669 Total thread score.
4670 @item x
4671 @code{Xref}.
4672 @item D
4673 @code{Date}.
4674 @item d
4675 The @code{Date} in @code{DD-MMM} format.
4676 @item o
4677 The @code{Date} in @var{YYYYMMDD}@code{T}@var{HHMMSS} format.
4678 @item M
4679 @code{Message-ID}.
4680 @item r
4681 @code{References}.
4682 @item t
4683 Number of articles in the current sub-thread.  Using this spec will slow
4684 down summary buffer generation somewhat.
4685 @item e
4686 An @samp{=} (@code{gnus-not-empty-thread-mark}) will be displayed if the
4687 article has any children.
4688 @item P
4689 The line number.
4690 @item O
4691 Download mark.
4692 @item &user-date;
4693 Age sensitive date format.  Various date format is defined in
4694 @code{gnus-user-date-format-alist}.
4695 @item u
4696 User defined specifier.  The next character in the format string should
4697 be a letter.  Gnus will call the function
4698 @code{gnus-user-format-function-@var{x}}, where @var{x} is the letter
4699 following @samp{%u}.  The function will be passed the current header as
4700 argument.  The function should return a string, which will be inserted
4701 into the summary just like information from any other summary specifier.
4702 @end table
4703
4704 Text between @samp{%(} and @samp{%)} will be highlighted with
4705 @code{gnus-mouse-face} when the mouse point is placed inside the area.
4706 There can only be one such area.
4707
4708 The @samp{%U} (status), @samp{%R} (replied) and @samp{%z} (zcore) specs
4709 have to be handled with care.  For reasons of efficiency, Gnus will
4710 compute what column these characters will end up in, and ``hard-code''
4711 that.  This means that it is invalid to have these specs after a
4712 variable-length spec.  Well, you might not be arrested, but your summary
4713 buffer will look strange, which is bad enough.
4714
4715 The smart choice is to have these specs as far to the left as possible.
4716 (Isn't that the case with everything, though?  But I digress.)
4717
4718 This restriction may disappear in later versions of Gnus.
4719
4720
4721 @node To From Newsgroups
4722 @subsection To From Newsgroups
4723 @cindex To
4724 @cindex Newsgroups
4725
4726 In some groups (particularly in archive groups), the @code{From} header
4727 isn't very interesting, since all the articles there are written by
4728 you.  To display the information in the @code{To} or @code{Newsgroups}
4729 headers instead, you need to decide three things: What information to
4730 gather; where to display it; and when to display it.
4731
4732 @enumerate
4733 @item
4734 @vindex gnus-extra-headers
4735 The reading of extra header information is controlled by the
4736 @code{gnus-extra-headers}.  This is a list of header symbols.  For
4737 instance:
4738
4739 @lisp
4740 (setq gnus-extra-headers
4741       '(To Newsgroups X-Newsreader))
4742 @end lisp
4743
4744 This will result in Gnus trying to obtain these three headers, and
4745 storing it in header structures for later easy retrieval.
4746
4747 @item
4748 @findex gnus-extra-header
4749 The value of these extra headers can be accessed via the
4750 @code{gnus-extra-header} function.  Here's a format line spec that will
4751 access the @code{X-Newsreader} header:
4752
4753 @example
4754 "%~(form (gnus-extra-header 'X-Newsreader))@@"
4755 @end example
4756
4757 @item
4758 @vindex gnus-ignored-from-addresses
4759 The @code{gnus-ignored-from-addresses} variable says when the @samp{%f}
4760 summary line spec returns the @code{To}, @code{Newsreader} or
4761 @code{From} header.  If this regexp matches the contents of the
4762 @code{From} header, the value of the @code{To} or @code{Newsreader}
4763 headers are used instead.
4764
4765 @end enumerate
4766
4767 @vindex nnmail-extra-headers
4768 A related variable is @code{nnmail-extra-headers}, which controls when
4769 to include extra headers when generating overview (@acronym{NOV}) files.
4770 If you have old overview files, you should regenerate them after
4771 changing this variable, by entering the server buffer using @kbd{^},
4772 and then @kbd{g} on the appropriate mail server (e.g. nnml) to cause
4773 regeneration.
4774
4775 @vindex gnus-summary-line-format
4776 You also have to instruct Gnus to display the data by changing the
4777 @code{%n} spec to the @code{%f} spec in the
4778 @code{gnus-summary-line-format} variable.
4779
4780 In summary, you'd typically put something like the following in
4781 @file{~/.gnus.el}:
4782
4783 @lisp
4784 (setq gnus-extra-headers
4785       '(To Newsgroups))
4786 (setq nnmail-extra-headers gnus-extra-headers)
4787 (setq gnus-summary-line-format
4788       "%U%R%z%I%(%[%4L: %-23,23f%]%) %s\n")
4789 (setq gnus-ignored-from-addresses
4790       "Your Name Here")
4791 @end lisp
4792
4793 (The values listed above are the default values in Gnus.  Alter them
4794 to fit your needs.)
4795
4796 A note for news server administrators, or for users who wish to try to
4797 convince their news server administrator to provide some additional
4798 support:
4799
4800 The above is mostly useful for mail groups, where you have control over
4801 the @acronym{NOV} files that are created.  However, if you can persuade your
4802 nntp admin to add (in the usual implementation, notably INN):
4803
4804 @example
4805 Newsgroups:full
4806 @end example
4807
4808 to the end of her @file{overview.fmt} file, then you can use that just
4809 as you would the extra headers from the mail groups.
4810
4811
4812 @node Summary Buffer Mode Line
4813 @subsection Summary Buffer Mode Line
4814
4815 @vindex gnus-summary-mode-line-format
4816 You can also change the format of the summary mode bar (@pxref{Mode Line
4817 Formatting}).  Set @code{gnus-summary-mode-line-format} to whatever you
4818 like.  The default is @samp{Gnus: %%b [%A] %Z}.
4819
4820 Here are the elements you can play with:
4821
4822 @table @samp
4823 @item G
4824 Group name.
4825 @item p
4826 Unprefixed group name.
4827 @item A
4828 Current article number.
4829 @item z
4830 Current article score.
4831 @item V
4832 Gnus version.
4833 @item U
4834 Number of unread articles in this group.
4835 @item e
4836 Number of unread articles in this group that aren't displayed in the
4837 summary buffer.
4838 @item Z
4839 A string with the number of unread and unselected articles represented
4840 either as @samp{<%U(+%e) more>} if there are both unread and unselected
4841 articles, and just as @samp{<%U more>} if there are just unread articles
4842 and no unselected ones.
4843 @item g
4844 Shortish group name.  For instance, @samp{rec.arts.anime} will be
4845 shortened to @samp{r.a.anime}.
4846 @item S
4847 Subject of the current article.
4848 @item u
4849 User-defined spec (@pxref{User-Defined Specs}).
4850 @item s
4851 Name of the current score file (@pxref{Scoring}).
4852 @item d
4853 Number of dormant articles (@pxref{Unread Articles}).
4854 @item t
4855 Number of ticked articles (@pxref{Unread Articles}).
4856 @item r
4857 Number of articles that have been marked as read in this session.
4858 @item E
4859 Number of articles expunged by the score files.
4860 @end table
4861
4862
4863 @node Summary Highlighting
4864 @subsection Summary Highlighting
4865
4866 @table @code
4867
4868 @item gnus-visual-mark-article-hook
4869 @vindex gnus-visual-mark-article-hook
4870 This hook is run after selecting an article.  It is meant to be used for
4871 highlighting the article in some way.  It is not run if
4872 @code{gnus-visual} is @code{nil}.
4873
4874 @item gnus-summary-update-hook
4875 @vindex gnus-summary-update-hook
4876 This hook is called when a summary line is changed.  It is not run if
4877 @code{gnus-visual} is @code{nil}.
4878
4879 @item gnus-summary-selected-face
4880 @vindex gnus-summary-selected-face
4881 This is the face (or @dfn{font} as some people call it) used to
4882 highlight the current article in the summary buffer.
4883
4884 @item gnus-summary-highlight
4885 @vindex gnus-summary-highlight
4886 Summary lines are highlighted according to this variable, which is a
4887 list where the elements are of the format @code{(@var{form}
4888 . @var{face})}.  If you would, for instance, like ticked articles to be
4889 italic and high-scored articles to be bold, you could set this variable
4890 to something like
4891 @lisp
4892 (((eq mark gnus-ticked-mark) . italic)
4893  ((> score default) . bold))
4894 @end lisp
4895 As you may have guessed, if @var{form} returns a non-@code{nil} value,
4896 @var{face} will be applied to the line.
4897 @end table
4898
4899
4900 @node Summary Maneuvering
4901 @section Summary Maneuvering
4902 @cindex summary movement
4903
4904 All the straight movement commands understand the numeric prefix and
4905 behave pretty much as you'd expect.
4906
4907 None of these commands select articles.
4908
4909 @table @kbd
4910 @item G M-n
4911 @itemx M-n
4912 @kindex M-n (Summary)
4913 @kindex G M-n (Summary)
4914 @findex gnus-summary-next-unread-subject
4915 Go to the next summary line of an unread article
4916 (@code{gnus-summary-next-unread-subject}).
4917
4918 @item G M-p
4919 @itemx M-p
4920 @kindex M-p (Summary)
4921 @kindex G M-p (Summary)
4922 @findex gnus-summary-prev-unread-subject
4923 Go to the previous summary line of an unread article
4924 (@code{gnus-summary-prev-unread-subject}).
4925
4926 @item G g
4927 @kindex G g (Summary)
4928 @findex gnus-summary-goto-subject
4929 Ask for an article number and then go to the summary line of that article
4930 without displaying the article (@code{gnus-summary-goto-subject}).
4931 @end table
4932
4933 If Gnus asks you to press a key to confirm going to the next group, you
4934 can use the @kbd{C-n} and @kbd{C-p} keys to move around the group
4935 buffer, searching for the next group to read without actually returning
4936 to the group buffer.
4937
4938 Variables related to summary movement:
4939
4940 @table @code
4941
4942 @vindex gnus-auto-select-next
4943 @item gnus-auto-select-next
4944 If you issue one of the movement commands (like @kbd{n}) and there are
4945 no more unread articles after the current one, Gnus will offer to go to
4946 the next group.  If this variable is @code{t} and the next group is
4947 empty, Gnus will exit summary mode and return to the group buffer.  If
4948 this variable is neither @code{t} nor @code{nil}, Gnus will select the
4949 next group with unread articles.  As a special case, if this variable
4950 is @code{quietly}, Gnus will select the next group without asking for
4951 confirmation.  If this variable is @code{almost-quietly}, the same
4952 will happen only if you are located on the last article in the group.
4953 Finally, if this variable is @code{slightly-quietly}, the @kbd{Z n}
4954 command will go to the next group without confirmation.  Also
4955 @pxref{Group Levels}.
4956
4957 @item gnus-auto-select-same
4958 @vindex gnus-auto-select-same
4959 If non-@code{nil}, all the movement commands will try to go to the next
4960 article with the same subject as the current.  (@dfn{Same} here might
4961 mean @dfn{roughly equal}.  See @code{gnus-summary-gather-subject-limit}
4962 for details (@pxref{Customizing Threading}).)  If there are no more
4963 articles with the same subject, go to the first unread article.
4964
4965 This variable is not particularly useful if you use a threaded display.
4966
4967 @item gnus-summary-check-current
4968 @vindex gnus-summary-check-current
4969 If non-@code{nil}, all the ``unread'' movement commands will not proceed
4970 to the next (or previous) article if the current article is unread.
4971 Instead, they will choose the current article.
4972
4973 @item gnus-auto-center-summary
4974 @vindex gnus-auto-center-summary
4975 If non-@code{nil}, Gnus will keep the point in the summary buffer
4976 centered at all times.  This makes things quite tidy, but if you have a
4977 slow network connection, or simply do not like this un-Emacsism, you can
4978 set this variable to @code{nil} to get the normal Emacs scrolling
4979 action.  This will also inhibit horizontal re-centering of the summary
4980 buffer, which might make it more inconvenient to read extremely long
4981 threads.
4982
4983 This variable can also be a number.  In that case, center the window at
4984 the given number of lines from the top.
4985
4986 @end table
4987
4988
4989 @node Choosing Articles
4990 @section Choosing Articles
4991 @cindex selecting articles
4992
4993 @menu
4994 * Choosing Commands::           Commands for choosing articles.
4995 * Choosing Variables::          Variables that influence these commands.
4996 @end menu
4997
4998
4999 @node Choosing Commands
5000 @subsection Choosing Commands
5001
5002 None of the following movement commands understand the numeric prefix,
5003 and they all select and display an article.
5004
5005 If you want to fetch new articles or redisplay the group, see
5006 @ref{Exiting the Summary Buffer}.
5007
5008 @table @kbd
5009 @item SPACE
5010 @kindex SPACE (Summary)
5011 @findex gnus-summary-next-page
5012 Select the current article, or, if that one's read already, the next
5013 unread article (@code{gnus-summary-next-page}).
5014
5015 If you have an article window open already and you press @kbd{SPACE}
5016 again, the article will be scrolled.  This lets you conveniently
5017 @kbd{SPACE} through an entire newsgroup.  @xref{Paging the Article}.
5018
5019 @item G n
5020 @itemx n
5021 @kindex n (Summary)
5022 @kindex G n (Summary)
5023 @findex gnus-summary-next-unread-article
5024 @c @icon{gnus-summary-next-unread}
5025 Go to next unread article (@code{gnus-summary-next-unread-article}).
5026
5027 @item G p
5028 @itemx p
5029 @kindex p (Summary)
5030 @findex gnus-summary-prev-unread-article
5031 @c @icon{gnus-summary-prev-unread}
5032 Go to previous unread article (@code{gnus-summary-prev-unread-article}).
5033
5034 @item G N
5035 @itemx N
5036 @kindex N (Summary)
5037 @kindex G N (Summary)
5038 @findex gnus-summary-next-article
5039 Go to the next article (@code{gnus-summary-next-article}).
5040
5041 @item G P
5042 @itemx P
5043 @kindex P (Summary)
5044 @kindex G P (Summary)
5045 @findex gnus-summary-prev-article
5046 Go to the previous article (@code{gnus-summary-prev-article}).
5047
5048 @item G C-n
5049 @kindex G C-n (Summary)
5050 @findex gnus-summary-next-same-subject
5051 Go to the next article with the same subject
5052 (@code{gnus-summary-next-same-subject}).
5053
5054 @item G C-p
5055 @kindex G C-p (Summary)
5056 @findex gnus-summary-prev-same-subject
5057 Go to the previous article with the same subject
5058 (@code{gnus-summary-prev-same-subject}).
5059
5060 @item G f
5061 @itemx .
5062 @kindex G f  (Summary)
5063 @kindex .  (Summary)
5064 @findex gnus-summary-first-unread-article
5065 Go to the first unread article
5066 (@code{gnus-summary-first-unread-article}).
5067
5068 @item G b
5069 @itemx ,
5070 @kindex G b (Summary)
5071 @kindex , (Summary)
5072 @findex gnus-summary-best-unread-article
5073 Go to the unread article with the highest score
5074 (@code{gnus-summary-best-unread-article}).  If given a prefix argument,
5075 go to the first unread article that has a score over the default score.
5076
5077 @item G l
5078 @itemx l
5079 @kindex l (Summary)
5080 @kindex G l (Summary)
5081 @findex gnus-summary-goto-last-article
5082 Go to the previous article read (@code{gnus-summary-goto-last-article}).
5083
5084 @item G o
5085 @kindex G o (Summary)
5086 @findex gnus-summary-pop-article
5087 @cindex history
5088 @cindex article history
5089 Pop an article off the summary history and go to this article
5090 (@code{gnus-summary-pop-article}).  This command differs from the
5091 command above in that you can pop as many previous articles off the
5092 history as you like, while @kbd{l} toggles the two last read articles.
5093 For a somewhat related issue (if you use these commands a lot),
5094 @pxref{Article Backlog}.
5095
5096 @item G j
5097 @itemx j
5098 @kindex j (Summary)
5099 @kindex G j (Summary)
5100 @findex gnus-summary-goto-article
5101 Ask for an article number or @code{Message-ID}, and then go to that
5102 article (@code{gnus-summary-goto-article}).
5103
5104 @end table
5105
5106
5107 @node Choosing Variables
5108 @subsection Choosing Variables
5109
5110 Some variables relevant for moving and selecting articles:
5111
5112 @table @code
5113 @item gnus-auto-extend-newsgroup
5114 @vindex gnus-auto-extend-newsgroup
5115 All the movement commands will try to go to the previous (or next)
5116 article, even if that article isn't displayed in the Summary buffer if
5117 this variable is non-@code{nil}.  Gnus will then fetch the article from
5118 the server and display it in the article buffer.
5119
5120 @item gnus-select-article-hook
5121 @vindex gnus-select-article-hook
5122 This hook is called whenever an article is selected.  By default it
5123 exposes any threads hidden under the selected article.  If you would
5124 like each article to be saved in the Agent as you read it, putting
5125 @code{gnus-agent-fetch-selected-article} on this hook will do so.
5126
5127 @item gnus-mark-article-hook
5128 @vindex gnus-mark-article-hook
5129 @findex gnus-summary-mark-unread-as-read
5130 @findex gnus-summary-mark-read-and-unread-as-read
5131 @findex gnus-unread-mark
5132 This hook is called whenever an article is selected.  It is intended to
5133 be used for marking articles as read.  The default value is
5134 @code{gnus-summary-mark-read-and-unread-as-read}, and will change the
5135 mark of almost any article you read to @code{gnus-unread-mark}.  The
5136 only articles not affected by this function are ticked, dormant, and
5137 expirable articles.  If you'd instead like to just have unread articles
5138 marked as read, you can use @code{gnus-summary-mark-unread-as-read}
5139 instead.  It will leave marks like @code{gnus-low-score-mark},
5140 @code{gnus-del-mark} (and so on) alone.
5141
5142 @end table
5143
5144
5145 @node Paging the Article
5146 @section Scrolling the Article
5147 @cindex article scrolling
5148
5149 @table @kbd
5150
5151 @item SPACE
5152 @kindex SPACE (Summary)
5153 @findex gnus-summary-next-page
5154 Pressing @kbd{SPACE} will scroll the current article forward one page,
5155 or, if you have come to the end of the current article, will choose the
5156 next article (@code{gnus-summary-next-page}).
5157
5158 @vindex gnus-article-boring-faces
5159 @vindex gnus-article-skip-boring
5160 If @code{gnus-article-skip-boring} is non-@code{nil} and the rest of
5161 the article consists only of citations and signature, then it will be
5162 skipped; the next article will be shown instead.  You can customize
5163 what is considered uninteresting with
5164 @code{gnus-article-boring-faces}.  You can manually view the article's
5165 pages, no matter how boring, using @kbd{C-M-v}.
5166
5167 @item DEL
5168 @kindex DEL (Summary)
5169 @findex gnus-summary-prev-page
5170 Scroll the current article back one page (@code{gnus-summary-prev-page}).
5171
5172 @item RET
5173 @kindex RET (Summary)
5174 @findex gnus-summary-scroll-up
5175 Scroll the current article one line forward
5176 (@code{gnus-summary-scroll-up}).
5177
5178 @item M-RET
5179 @kindex M-RET (Summary)
5180 @findex gnus-summary-scroll-down
5181 Scroll the current article one line backward
5182 (@code{gnus-summary-scroll-down}).
5183
5184 @item A g
5185 @itemx g
5186 @kindex A g (Summary)
5187 @kindex g (Summary)
5188 @findex gnus-summary-show-article
5189 @vindex gnus-summary-show-article-charset-alist
5190 (Re)fetch the current article (@code{gnus-summary-show-article}).  If
5191 given a prefix, fetch the current article, but don't run any of the
5192 article treatment functions.  This will give you a ``raw'' article, just
5193 the way it came from the server.
5194
5195 If given a numerical prefix, you can do semi-manual charset stuff.
5196 @kbd{C-u 0 g cn-gb-2312 RET} will decode the message as if it were
5197 encoded in the @code{cn-gb-2312} charset.  If you have
5198
5199 @lisp
5200 (setq gnus-summary-show-article-charset-alist
5201       '((1 . cn-gb-2312)
5202         (2 . big5)))
5203 @end lisp
5204
5205 then you can say @kbd{C-u 1 g} to get the same effect.
5206
5207 @item A <
5208 @itemx <
5209 @kindex < (Summary)
5210 @kindex A < (Summary)
5211 @findex gnus-summary-beginning-of-article
5212 Scroll to the beginning of the article
5213 (@code{gnus-summary-beginning-of-article}).
5214
5215 @item A >
5216 @itemx >
5217 @kindex > (Summary)
5218 @kindex A > (Summary)
5219 @findex gnus-summary-end-of-article
5220 Scroll to the end of the article (@code{gnus-summary-end-of-article}).
5221
5222 @item A s
5223 @itemx s
5224 @kindex A s (Summary)
5225 @kindex s (Summary)
5226 @findex gnus-summary-isearch-article
5227 Perform an isearch in the article buffer
5228 (@code{gnus-summary-isearch-article}).
5229
5230 @item h
5231 @kindex h (Summary)
5232 @findex gnus-summary-select-article-buffer
5233 Select the article buffer (@code{gnus-summary-select-article-buffer}).
5234
5235 @end table
5236
5237
5238 @node Reply Followup and Post
5239 @section Reply, Followup and Post
5240
5241 @menu
5242 * Summary Mail Commands::       Sending mail.
5243 * Summary Post Commands::       Sending news.
5244 * Summary Message Commands::    Other Message-related commands.
5245 * Canceling and Superseding::
5246 @end menu
5247
5248
5249 @node Summary Mail Commands
5250 @subsection Summary Mail Commands
5251 @cindex mail
5252 @cindex composing mail
5253
5254 Commands for composing a mail message:
5255
5256 @table @kbd
5257
5258 @item S r
5259 @itemx r
5260 @kindex S r (Summary)
5261 @kindex r (Summary)
5262 @findex gnus-summary-reply
5263 @c @icon{gnus-summary-mail-reply}
5264 @c @icon{gnus-summary-reply}
5265 Mail a reply to the author of the current article
5266 (@code{gnus-summary-reply}).
5267
5268 @item S R
5269 @itemx R
5270 @kindex R (Summary)
5271 @kindex S R (Summary)
5272 @findex gnus-summary-reply-with-original
5273 @c @icon{gnus-summary-reply-with-original}
5274 Mail a reply to the author of the current article and include the
5275 original message (@code{gnus-summary-reply-with-original}).  This
5276 command uses the process/prefix convention.
5277
5278 @item S w
5279 @kindex S w (Summary)
5280 @findex gnus-summary-wide-reply
5281 Mail a wide reply to the author of the current article
5282 (@code{gnus-summary-wide-reply}).  A @dfn{wide reply} is a reply that
5283 goes out to all people listed in the @code{To}, @code{From} (or
5284 @code{Reply-to}) and @code{Cc} headers.  If @code{Mail-Followup-To} is
5285 present, that's used instead.
5286
5287 @item S W
5288 @kindex S W (Summary)
5289 @findex gnus-summary-wide-reply-with-original
5290 Mail a wide reply to the current article and include the original
5291 message (@code{gnus-summary-wide-reply-with-original}).  This command uses
5292 the process/prefix convention.
5293
5294 @item S v
5295 @kindex S v (Summary)
5296 @findex gnus-summary-very-wide-reply
5297 Mail a very wide reply to the author of the current article
5298 (@code{gnus-summary-wide-reply}).  A @dfn{very wide reply} is a reply
5299 that goes out to all people listed in the @code{To}, @code{From} (or
5300 @code{Reply-to}) and @code{Cc} headers in all the process/prefixed
5301 articles.  This command uses the process/prefix convention.
5302
5303 @item S V
5304 @kindex S V (Summary)
5305 @findex gnus-summary-very-wide-reply-with-original
5306 Mail a very wide reply to the author of the current article and include the
5307 original message (@code{gnus-summary-very-wide-reply-with-original}).  This
5308 command uses the process/prefix convention.
5309
5310 @item S B r
5311 @kindex S B r (Summary)
5312 @findex gnus-summary-reply-broken-reply-to
5313 Mail a reply to the author of the current article but ignore the
5314 @code{Reply-To} field (@code{gnus-summary-reply-broken-reply-to}).
5315 If you need this because a mailing list incorrectly sets a
5316 @code{Reply-To} header pointing to the list, you probably want to set
5317 the @code{broken-reply-to} group parameter instead, so things will work
5318 correctly.  @xref{Group Parameters}.
5319
5320 @item S B R
5321 @kindex S B R (Summary)
5322 @findex gnus-summary-reply-broken-reply-to-with-original
5323 Mail a reply to the author of the current article and include the
5324 original message but ignore the @code{Reply-To} field
5325 (@code{gnus-summary-reply-broken-reply-to-with-original}).
5326
5327 @item S o m
5328 @itemx C-c C-f
5329 @kindex S o m (Summary)
5330 @kindex C-c C-f (Summary)
5331 @findex gnus-summary-mail-forward
5332 @c @icon{gnus-summary-mail-forward}
5333 Forward the current article to some other person
5334 (@code{gnus-summary-mail-forward}).  If no prefix is given, the message
5335 is forwarded according to the value of (@code{message-forward-as-mime})
5336 and (@code{message-forward-show-mml}); if the prefix is 1, decode the
5337 message and forward directly inline; if the prefix is 2, forward message
5338 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5339 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5340 directly inline; otherwise, the message is forwarded as no prefix given
5341 but use the flipped value of (@code{message-forward-as-mime}).  By
5342 default, the message is decoded and forwarded as an rfc822 @acronym{MIME}
5343 section.
5344
5345 @item S m
5346 @itemx m
5347 @kindex m (Summary)
5348 @kindex S m (Summary)
5349 @findex gnus-summary-mail-other-window
5350 @c @icon{gnus-summary-mail-originate}
5351 Prepare a mail (@code{gnus-summary-mail-other-window}).  By default, use
5352 the posting style of the current group.  If given a prefix, disable that.
5353 If the prefix is 1, prompt for a group name to find the posting style.
5354
5355 @item S i
5356 @itemx i
5357 @kindex i (Summary)
5358 @kindex S i (Summary)
5359 @findex gnus-summary-news-other-window
5360 Prepare a news (@code{gnus-summary-news-other-window}).  By default,
5361 post to the current group.  If given a prefix, disable that.  If the
5362 prefix is 1, prompt for a group to post to.
5363
5364 This function actually prepares a news even when using mail groups.
5365 This is useful for ``posting'' messages to mail groups without actually
5366 sending them over the network: they're just saved directly to the group
5367 in question.  The corresponding back end must have a request-post method
5368 for this to work though.
5369
5370 @item S D b
5371 @kindex S D b (Summary)
5372 @findex gnus-summary-resend-bounced-mail
5373 @cindex bouncing mail
5374 If you have sent a mail, but the mail was bounced back to you for some
5375 reason (wrong address, transient failure), you can use this command to
5376 resend that bounced mail (@code{gnus-summary-resend-bounced-mail}).  You
5377 will be popped into a mail buffer where you can edit the headers before
5378 sending the mail off again.  If you give a prefix to this command, and
5379 the bounced mail is a reply to some other mail, Gnus will try to fetch
5380 that mail and display it for easy perusal of its headers.  This might
5381 very well fail, though.
5382
5383 @item S D r
5384 @kindex S D r (Summary)
5385 @findex gnus-summary-resend-message
5386 Not to be confused with the previous command,
5387 @code{gnus-summary-resend-message} will prompt you for an address to
5388 send the current message off to, and then send it to that place.  The
5389 headers of the message won't be altered---but lots of headers that say
5390 @code{Resent-To}, @code{Resent-From} and so on will be added.  This
5391 means that you actually send a mail to someone that has a @code{To}
5392 header that (probably) points to yourself.  This will confuse people.
5393 So, natcherly you'll only do that if you're really eVIl.
5394
5395 This command is mainly used if you have several accounts and want to
5396 ship a mail to a different account of yours.  (If you're both
5397 @code{root} and @code{postmaster} and get a mail for @code{postmaster}
5398 to the @code{root} account, you may want to resend it to
5399 @code{postmaster}.  Ordnung muss sein!
5400
5401 This command understands the process/prefix convention
5402 (@pxref{Process/Prefix}).
5403
5404 @item S D e
5405 @kindex S D e (Summary)
5406 @findex gnus-summary-resend-message-edit
5407
5408 Like the previous command, but will allow you to edit the message as
5409 if it were a new message before resending.
5410
5411 @item S O m
5412 @kindex S O m (Summary)
5413 @findex gnus-uu-digest-mail-forward
5414 Digest the current series (@pxref{Decoding Articles}) and forward the
5415 result using mail (@code{gnus-uu-digest-mail-forward}).  This command
5416 uses the process/prefix convention (@pxref{Process/Prefix}).
5417
5418 @item S M-c
5419 @kindex S M-c (Summary)
5420 @findex gnus-summary-mail-crosspost-complaint
5421 @cindex crossposting
5422 @cindex excessive crossposting
5423 Send a complaint about excessive crossposting to the author of the
5424 current article (@code{gnus-summary-mail-crosspost-complaint}).
5425
5426 @findex gnus-crosspost-complaint
5427 This command is provided as a way to fight back against the current
5428 crossposting pandemic that's sweeping Usenet.  It will compose a reply
5429 using the @code{gnus-crosspost-complaint} variable as a preamble.  This
5430 command understands the process/prefix convention
5431 (@pxref{Process/Prefix}) and will prompt you before sending each mail.
5432
5433 @end table
5434
5435 Also @xref{Header Commands, ,Header Commands, message, The Message
5436 Manual}, for more information.
5437
5438
5439 @node Summary Post Commands
5440 @subsection Summary Post Commands
5441 @cindex post
5442 @cindex composing news
5443
5444 Commands for posting a news article:
5445
5446 @table @kbd
5447 @item S p
5448 @itemx a
5449 @kindex a (Summary)
5450 @kindex S p (Summary)
5451 @findex gnus-summary-post-news
5452 @c @icon{gnus-summary-post-news}
5453 Prepare for posting an article (@code{gnus-summary-post-news}).  By
5454 default, post to the current group.  If given a prefix, disable that.
5455 If the prefix is 1, prompt for another group instead.
5456
5457 @item S f
5458 @itemx f
5459 @kindex f (Summary)
5460 @kindex S f (Summary)
5461 @findex gnus-summary-followup
5462 @c @icon{gnus-summary-followup}
5463 Post a followup to the current article (@code{gnus-summary-followup}).
5464
5465 @item S F
5466 @itemx F
5467 @kindex S F (Summary)
5468 @kindex F (Summary)
5469 @c @icon{gnus-summary-followup-with-original}
5470 @findex gnus-summary-followup-with-original
5471 Post a followup to the current article and include the original message
5472 (@code{gnus-summary-followup-with-original}).  This command uses the
5473 process/prefix convention.
5474
5475 @item S n
5476 @kindex S n (Summary)
5477 @findex gnus-summary-followup-to-mail
5478 Post a followup to the current article via news, even if you got the
5479 message through mail (@code{gnus-summary-followup-to-mail}).
5480
5481 @item S N
5482 @kindex S N (Summary)
5483 @findex gnus-summary-followup-to-mail-with-original
5484 Post a followup to the current article via news, even if you got the
5485 message through mail and include the original message
5486 (@code{gnus-summary-followup-to-mail-with-original}).  This command uses
5487 the process/prefix convention.
5488
5489 @item S o p
5490 @kindex S o p (Summary)
5491 @findex gnus-summary-post-forward
5492 Forward the current article to a newsgroup
5493 (@code{gnus-summary-post-forward}).
5494  If no prefix is given, the message is forwarded according to the value
5495 of (@code{message-forward-as-mime}) and
5496 (@code{message-forward-show-mml}); if the prefix is 1, decode the
5497 message and forward directly inline; if the prefix is 2, forward message
5498 as an rfc822 @acronym{MIME} section; if the prefix is 3, decode message and
5499 forward as an rfc822 @acronym{MIME} section; if the prefix is 4, forward message
5500 directly inline; otherwise, the message is forwarded as no prefix given
5501 but use the flipped value of (@code{message-forward-as-mime}).  By
5502 default, the message is decoded and forwarded as an rfc822 @acronym{MIME} section.
5503
5504 @item S O p
5505 @kindex S O p (Summary)
5506 @findex gnus-uu-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-uu-digest-mail-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 By default, this function installs @code{gnus-delay-send-queue} in
5685 @code{gnus-get-new-news-hook}.  But it accepts the optional second
5686 argument @code{no-check}.  If it is non-@code{nil},
5687 @code{gnus-get-new-news-hook} is not changed.  The optional first
5688 argument is ignored.
5689
5690 For example, @code{(gnus-delay-initialize nil t)} means to do nothing.
5691 Presumably, you want to use the demon for sending due delayed articles.
5692 Just don't forget to set that up :-)
5693 @end table
5694
5695
5696 @node Marking Articles
5697 @section Marking Articles
5698 @cindex article marking
5699 @cindex article ticking
5700 @cindex marks
5701
5702 There are several marks you can set on an article.
5703
5704 You have marks that decide the @dfn{readedness} (whoo, neato-keano
5705 neologism ohoy!) of the article.  Alphabetic marks generally mean
5706 @dfn{read}, while non-alphabetic characters generally mean @dfn{unread}.
5707
5708 In addition, you also have marks that do not affect readedness.
5709
5710 @menu
5711 * Unread Articles::             Marks for unread articles.
5712 * Read Articles::               Marks for read articles.
5713 * Other Marks::                 Marks that do not affect readedness.
5714 @end menu
5715
5716 @ifinfo
5717 There's a plethora of commands for manipulating these marks:
5718 @end ifinfo
5719
5720 @menu
5721 * Setting Marks::             How to set and remove marks.
5722 * Generic Marking Commands::  How to customize the marking.
5723 * Setting Process Marks::     How to mark articles for later processing.
5724 @end menu
5725
5726
5727 @node Unread Articles
5728 @subsection Unread Articles
5729
5730 The following marks mark articles as (kinda) unread, in one form or
5731 other.
5732
5733 @table @samp
5734 @item !
5735 @vindex gnus-ticked-mark
5736 Marked as ticked (@code{gnus-ticked-mark}).
5737
5738 @dfn{Ticked articles} are articles that will remain visible always.  If
5739 you see an article that you find interesting, or you want to put off
5740 reading it, or replying to it, until sometime later, you'd typically
5741 tick it.  However, articles can be expired (from news servers by the
5742 news server software, Gnus itself never expires ticked messages), so if
5743 you want to keep an article forever, you'll have to make it persistent
5744 (@pxref{Persistent Articles}).
5745
5746 @item ?
5747 @vindex gnus-dormant-mark
5748 Marked as dormant (@code{gnus-dormant-mark}).
5749
5750 @dfn{Dormant articles} will only appear in the summary buffer if there
5751 are followups to it.  If you want to see them even if they don't have
5752 followups, you can use the @kbd{/ D} command (@pxref{Limiting}).
5753 Otherwise (except for the visibility issue), they are just like ticked
5754 messages.
5755
5756 @item SPACE
5757 @vindex gnus-unread-mark
5758 Marked as unread (@code{gnus-unread-mark}).
5759
5760 @dfn{Unread articles} are articles that haven't been read at all yet.
5761 @end table
5762
5763
5764 @node Read Articles
5765 @subsection Read Articles
5766 @cindex expirable mark
5767
5768 All the following marks mark articles as read.
5769
5770 @table @samp
5771
5772 @item r
5773 @vindex gnus-del-mark
5774 These are articles that the user has marked as read with the @kbd{d}
5775 command manually, more or less (@code{gnus-del-mark}).
5776
5777 @item R
5778 @vindex gnus-read-mark
5779 Articles that have actually been read (@code{gnus-read-mark}).
5780
5781 @item O
5782 @vindex gnus-ancient-mark
5783 Articles that were marked as read in previous sessions and are now
5784 @dfn{old} (@code{gnus-ancient-mark}).
5785
5786 @item K
5787 @vindex gnus-killed-mark
5788 Marked as killed (@code{gnus-killed-mark}).
5789
5790 @item X
5791 @vindex gnus-kill-file-mark
5792 Marked as killed by kill files (@code{gnus-kill-file-mark}).
5793
5794 @item Y
5795 @vindex gnus-low-score-mark
5796 Marked as read by having too low a score (@code{gnus-low-score-mark}).
5797
5798 @item C
5799 @vindex gnus-catchup-mark
5800 Marked as read by a catchup (@code{gnus-catchup-mark}).
5801
5802 @item G
5803 @vindex gnus-canceled-mark
5804 Canceled article (@code{gnus-canceled-mark})
5805
5806 @item F
5807 @vindex gnus-souped-mark
5808 @sc{soup}ed article (@code{gnus-souped-mark}).  @xref{SOUP}.
5809
5810 @item Q
5811 @vindex gnus-sparse-mark
5812 Sparsely reffed article (@code{gnus-sparse-mark}).  @xref{Customizing
5813 Threading}.
5814
5815 @item M
5816 @vindex gnus-duplicate-mark
5817 Article marked as read by duplicate suppression
5818 (@code{gnus-duplicate-mark}).  @xref{Duplicate Suppression}.
5819
5820 @end table
5821
5822 All these marks just mean that the article is marked as read, really.
5823 They are interpreted differently when doing adaptive scoring, though.
5824
5825 One more special mark, though:
5826
5827 @table @samp
5828 @item E
5829 @vindex gnus-expirable-mark
5830 Marked as expirable (@code{gnus-expirable-mark}).
5831
5832 Marking articles as @dfn{expirable} (or have them marked as such
5833 automatically) doesn't make much sense in normal groups---a user doesn't
5834 control expiring of news articles, but in mail groups, for instance,
5835 articles marked as @dfn{expirable} can be deleted by Gnus at
5836 any time.
5837 @end table
5838
5839
5840 @node Other Marks
5841 @subsection Other Marks
5842 @cindex process mark
5843 @cindex bookmarks
5844
5845 There are some marks that have nothing to do with whether the article is
5846 read or not.
5847
5848 @itemize @bullet
5849
5850 @item
5851 You can set a bookmark in the current article.  Say you are reading a
5852 long thesis on cats' urinary tracts, and have to go home for dinner
5853 before you've finished reading the thesis.  You can then set a bookmark
5854 in the article, and Gnus will jump to this bookmark the next time it
5855 encounters the article.  @xref{Setting Marks}.
5856
5857 @item
5858 @vindex gnus-replied-mark
5859 All articles that you have replied to or made a followup to (i.e., have
5860 answered) will be marked with an @samp{A} in the second column
5861 (@code{gnus-replied-mark}).
5862
5863 @item
5864 @vindex gnus-forwarded-mark
5865 All articles that you have forwarded will be marked with an @samp{F} in
5866 the second column (@code{gnus-forwarded-mark}).
5867
5868 @item
5869 @vindex gnus-cached-mark
5870 Articles stored in the article cache will be marked with an @samp{*} in
5871 the second column (@code{gnus-cached-mark}).  @xref{Article Caching}.
5872
5873 @item
5874 @vindex gnus-saved-mark
5875 Articles ``saved'' (in some manner or other; not necessarily
5876 religiously) are marked with an @samp{S} in the second column
5877 (@code{gnus-saved-mark}).
5878
5879 @item
5880 @vindex gnus-recent-mark
5881 Articles that according to the server haven't been shown to the user
5882 before are marked with a @samp{N} in the second column
5883 (@code{gnus-recent-mark}).  Note that not all servers support this
5884 mark, in which case it simply never appears.  Compare with
5885 @code{gnus-unseen-mark}.
5886
5887 @item
5888 @vindex gnus-unseen-mark
5889 Articles that haven't been seen before in Gnus by the user are marked
5890 with a @samp{.} in the second column (@code{gnus-unseen-mark}).
5891 Compare with @code{gnus-recent-mark}.
5892
5893 @item
5894 @vindex gnus-downloaded-mark
5895 When using the Gnus agent (@pxref{Agent Basics}), articles may be
5896 downloaded for unplugged (offline) viewing.  If you are using the
5897 @samp{%O} spec, these articles get the @samp{+} mark in that spec.
5898 (The variable @code{gnus-downloaded-mark} controls which character to
5899 use.)
5900
5901 @item
5902 @vindex gnus-undownloaded-mark
5903 When using the Gnus agent (@pxref{Agent Basics}), some articles might
5904 not have been downloaded.  Such articles cannot be viewed while you
5905 are unplugged (offline).  If you are using the @samp{%O} spec, these
5906 articles get the @samp{-} mark in that spec.  (The variable
5907 @code{gnus-undownloaded-mark} controls which character to use.)
5908
5909 @item
5910 @vindex gnus-downloadable-mark
5911 The Gnus agent (@pxref{Agent Basics}) downloads some articles
5912 automatically, but it is also possible to explicitly mark articles for
5913 download, even if they would not be downloaded automatically.  Such
5914 explicitly-marked articles get the @samp{%} mark in the first column.
5915 (The variable @code{gnus-downloadable-mark} controls which character to
5916 use.)
5917
5918 @item
5919 @vindex gnus-not-empty-thread-mark
5920 @vindex gnus-empty-thread-mark
5921 If the @samp{%e} spec is used, the presence of threads or not will be
5922 marked with @code{gnus-not-empty-thread-mark} and
5923 @code{gnus-empty-thread-mark} in the third column, respectively.
5924
5925 @item
5926 @vindex gnus-process-mark
5927 Finally we have the @dfn{process mark} (@code{gnus-process-mark}).  A
5928 variety of commands react to the presence of the process mark.  For
5929 instance, @kbd{X u} (@code{gnus-uu-decode-uu}) will uudecode and view
5930 all articles that have been marked with the process mark.  Articles
5931 marked with the process mark have a @samp{#} in the second column.
5932
5933 @end itemize
5934
5935 You might have noticed that most of these ``non-readedness'' marks
5936 appear in the second column by default.  So if you have a cached, saved,
5937 replied article that you have process-marked, what will that look like?
5938
5939 Nothing much.  The precedence rules go as follows: process -> cache ->
5940 replied -> saved.  So if the article is in the cache and is replied,
5941 you'll only see the cache mark and not the replied mark.
5942
5943
5944 @node Setting Marks
5945 @subsection Setting Marks
5946 @cindex setting marks
5947
5948 All the marking commands understand the numeric prefix.
5949
5950 @table @kbd
5951 @item M c
5952 @itemx M-u
5953 @kindex M c (Summary)
5954 @kindex M-u (Summary)
5955 @findex gnus-summary-clear-mark-forward
5956 @cindex mark as unread
5957 Clear all readedness-marks from the current article
5958 (@code{gnus-summary-clear-mark-forward}).  In other words, mark the
5959 article as unread.
5960
5961 @item M t
5962 @itemx !
5963 @kindex ! (Summary)
5964 @kindex M t (Summary)
5965 @findex gnus-summary-tick-article-forward
5966 Tick the current article (@code{gnus-summary-tick-article-forward}).
5967 @xref{Article Caching}.
5968
5969 @item M ?
5970 @itemx ?
5971 @kindex ? (Summary)
5972 @kindex M ? (Summary)
5973 @findex gnus-summary-mark-as-dormant
5974 Mark the current article as dormant
5975 (@code{gnus-summary-mark-as-dormant}).  @xref{Article Caching}.
5976
5977 @item M d
5978 @itemx d
5979 @kindex M d (Summary)
5980 @kindex d (Summary)
5981 @findex gnus-summary-mark-as-read-forward
5982 Mark the current article as read
5983 (@code{gnus-summary-mark-as-read-forward}).
5984
5985 @item D
5986 @kindex D (Summary)
5987 @findex gnus-summary-mark-as-read-backward
5988 Mark the current article as read and move point to the previous line
5989 (@code{gnus-summary-mark-as-read-backward}).
5990
5991 @item M k
5992 @itemx k
5993 @kindex k (Summary)
5994 @kindex M k (Summary)
5995 @findex gnus-summary-kill-same-subject-and-select
5996 Mark all articles that have the same subject as the current one as read,
5997 and then select the next unread article
5998 (@code{gnus-summary-kill-same-subject-and-select}).
5999
6000 @item M K
6001 @itemx C-k
6002 @kindex M K (Summary)
6003 @kindex C-k (Summary)
6004 @findex gnus-summary-kill-same-subject
6005 Mark all articles that have the same subject as the current one as read
6006 (@code{gnus-summary-kill-same-subject}).
6007
6008 @item M C
6009 @kindex M C (Summary)
6010 @findex gnus-summary-catchup
6011 @c @icon{gnus-summary-catchup}
6012 Mark all unread articles as read (@code{gnus-summary-catchup}).
6013
6014 @item M C-c
6015 @kindex M C-c (Summary)
6016 @findex gnus-summary-catchup-all
6017 Mark all articles in the group as read---even the ticked and dormant
6018 articles (@code{gnus-summary-catchup-all}).
6019
6020 @item M H
6021 @kindex M H (Summary)
6022 @findex gnus-summary-catchup-to-here
6023 Catchup the current group to point (before the point)
6024 (@code{gnus-summary-catchup-to-here}).
6025
6026 @item M h
6027 @kindex M h (Summary)
6028 @findex gnus-summary-catchup-from-here
6029 Catchup the current group from point (after the point)
6030 (@code{gnus-summary-catchup-from-here}).
6031
6032 @item C-w
6033 @kindex C-w (Summary)
6034 @findex gnus-summary-mark-region-as-read
6035 Mark all articles between point and mark as read
6036 (@code{gnus-summary-mark-region-as-read}).
6037
6038 @item M V k
6039 @kindex M V k (Summary)
6040 @findex gnus-summary-kill-below
6041 Kill all articles with scores below the default score (or below the
6042 numeric prefix) (@code{gnus-summary-kill-below}).
6043
6044 @item M e
6045 @itemx E
6046 @kindex M e (Summary)
6047 @kindex E (Summary)
6048 @findex gnus-summary-mark-as-expirable
6049 Mark the current article as expirable
6050 (@code{gnus-summary-mark-as-expirable}).
6051
6052 @item M b
6053 @kindex M b (Summary)
6054 @findex gnus-summary-set-bookmark
6055 Set a bookmark in the current article
6056 (@code{gnus-summary-set-bookmark}).
6057
6058 @item M B
6059 @kindex M B (Summary)
6060 @findex gnus-summary-remove-bookmark
6061 Remove the bookmark from the current article
6062 (@code{gnus-summary-remove-bookmark}).
6063
6064 @item M V c
6065 @kindex M V c (Summary)
6066 @findex gnus-summary-clear-above
6067 Clear all marks from articles with scores over the default score (or
6068 over the numeric prefix) (@code{gnus-summary-clear-above}).
6069
6070 @item M V u
6071 @kindex M V u (Summary)
6072 @findex gnus-summary-tick-above
6073 Tick all articles with scores over the default score (or over the
6074 numeric prefix) (@code{gnus-summary-tick-above}).
6075
6076 @item M V m
6077 @kindex M V m (Summary)
6078 @findex gnus-summary-mark-above
6079 Prompt for a mark, and mark all articles with scores over the default
6080 score (or over the numeric prefix) with this mark
6081 (@code{gnus-summary-clear-above}).
6082 @end table
6083
6084 @vindex gnus-summary-goto-unread
6085 The @code{gnus-summary-goto-unread} variable controls what action should
6086 be taken after setting a mark.  If non-@code{nil}, point will move to
6087 the next/previous unread article.  If @code{nil}, point will just move
6088 one line up or down.  As a special case, if this variable is
6089 @code{never}, all the marking commands as well as other commands (like
6090 @kbd{SPACE}) will move to the next article, whether it is unread or not.
6091 The default is @code{t}.
6092
6093
6094 @node Generic Marking Commands
6095 @subsection Generic Marking Commands
6096
6097 Some people would like the command that ticks an article (@kbd{!}) go to
6098 the next article.  Others would like it to go to the next unread
6099 article.  Yet others would like it to stay on the current article.  And
6100 even though I haven't heard of anybody wanting it to go to the
6101 previous (unread) article, I'm sure there are people that want that as
6102 well.
6103
6104 Multiply these five behaviors with five different marking commands, and
6105 you get a potentially complex set of variable to control what each
6106 command should do.
6107
6108 To sidestep that mess, Gnus provides commands that do all these
6109 different things.  They can be found on the @kbd{M M} map in the summary
6110 buffer.  Type @kbd{M M C-h} to see them all---there are too many of them
6111 to list in this manual.
6112
6113 While you can use these commands directly, most users would prefer
6114 altering the summary mode keymap.  For instance, if you would like the
6115 @kbd{!} command to go to the next article instead of the next unread
6116 article, you could say something like:
6117
6118 @lisp
6119 @group
6120 (add-hook 'gnus-summary-mode-hook 'my-alter-summary-map)
6121 (defun my-alter-summary-map ()
6122   (local-set-key "!" 'gnus-summary-put-mark-as-ticked-next))
6123 @end group
6124 @end lisp
6125
6126 @noindent
6127 or
6128
6129 @lisp
6130 (defun my-alter-summary-map ()
6131   (local-set-key "!" "MM!n"))
6132 @end lisp
6133
6134
6135 @node Setting Process Marks
6136 @subsection Setting Process Marks
6137 @cindex setting process marks
6138
6139 Process marks are displayed as @code{#} in the summary buffer, and are
6140 used for marking articles in such a way that other commands will
6141 process these articles.  For instance, if you process mark four
6142 articles and then use the @kbd{*} command, Gnus will enter these four
6143 commands into the cache.  For more information,
6144 @pxref{Process/Prefix}.
6145
6146 @table @kbd
6147
6148 @item M P p
6149 @itemx #
6150 @kindex # (Summary)
6151 @kindex M P p (Summary)
6152 @findex gnus-summary-mark-as-processable
6153 Mark the current article with the process mark
6154 (@code{gnus-summary-mark-as-processable}).
6155 @findex gnus-summary-unmark-as-processable
6156
6157 @item M P u
6158 @itemx M-#
6159 @kindex M P u (Summary)
6160 @kindex M-# (Summary)
6161 Remove the process mark, if any, from the current article
6162 (@code{gnus-summary-unmark-as-processable}).
6163
6164 @item M P U
6165 @kindex M P U (Summary)
6166 @findex gnus-summary-unmark-all-processable
6167 Remove the process mark from all articles
6168 (@code{gnus-summary-unmark-all-processable}).
6169
6170 @item M P i
6171 @kindex M P i (Summary)
6172 @findex gnus-uu-invert-processable
6173 Invert the list of process marked articles
6174 (@code{gnus-uu-invert-processable}).
6175
6176 @item M P R
6177 @kindex M P R (Summary)
6178 @findex gnus-uu-mark-by-regexp
6179 Mark articles that have a @code{Subject} header that matches a regular
6180 expression (@code{gnus-uu-mark-by-regexp}).
6181
6182 @item M P G
6183 @kindex M P G (Summary)
6184 @findex gnus-uu-unmark-by-regexp
6185 Unmark articles that have a @code{Subject} header that matches a regular
6186 expression (@code{gnus-uu-unmark-by-regexp}).
6187
6188 @item M P r
6189 @kindex M P r (Summary)
6190 @findex gnus-uu-mark-region
6191 Mark articles in region (@code{gnus-uu-mark-region}).
6192
6193 @item M P g
6194 @kindex M P g (Summary)
6195 @findex gnus-uu-unmark-region
6196 Unmark articles in region (@code{gnus-uu-unmark-region}).
6197
6198 @item M P t
6199 @kindex M P t (Summary)
6200 @findex gnus-uu-mark-thread
6201 Mark all articles in the current (sub)thread
6202 (@code{gnus-uu-mark-thread}).
6203
6204 @item M P T
6205 @kindex M P T (Summary)
6206 @findex gnus-uu-unmark-thread
6207 Unmark all articles in the current (sub)thread
6208 (@code{gnus-uu-unmark-thread}).
6209
6210 @item M P v
6211 @kindex M P v (Summary)
6212 @findex gnus-uu-mark-over
6213 Mark all articles that have a score above the prefix argument
6214 (@code{gnus-uu-mark-over}).
6215
6216 @item M P s
6217 @kindex M P s (Summary)
6218 @findex gnus-uu-mark-series
6219 Mark all articles in the current series (@code{gnus-uu-mark-series}).
6220
6221 @item M P S
6222 @kindex M P S (Summary)
6223 @findex gnus-uu-mark-sparse
6224 Mark all series that have already had some articles marked
6225 (@code{gnus-uu-mark-sparse}).
6226
6227 @item M P a
6228 @kindex M P a (Summary)
6229 @findex gnus-uu-mark-all
6230 Mark all articles in series order (@code{gnus-uu-mark-series}).
6231
6232 @item M P b
6233 @kindex M P b (Summary)
6234 @findex gnus-uu-mark-buffer
6235 Mark all articles in the buffer in the order they appear
6236 (@code{gnus-uu-mark-buffer}).
6237
6238 @item M P k
6239 @kindex M P k (Summary)
6240 @findex gnus-summary-kill-process-mark
6241 Push the current process mark set onto the stack and unmark all articles
6242 (@code{gnus-summary-kill-process-mark}).
6243
6244 @item M P y
6245 @kindex M P y (Summary)
6246 @findex gnus-summary-yank-process-mark
6247 Pop the previous process mark set from the stack and restore it
6248 (@code{gnus-summary-yank-process-mark}).
6249
6250 @item M P w
6251 @kindex M P w (Summary)
6252 @findex gnus-summary-save-process-mark
6253 Push the current process mark set onto the stack
6254 (@code{gnus-summary-save-process-mark}).
6255
6256 @end table
6257
6258 Also see the @kbd{&} command in @ref{Searching for Articles}, for how to
6259 set process marks based on article body contents.
6260
6261
6262 @node Limiting
6263 @section Limiting
6264 @cindex limiting
6265
6266 It can be convenient to limit the summary buffer to just show some
6267 subset of the articles currently in the group.  The effect most limit
6268 commands have is to remove a few (or many) articles from the summary
6269 buffer.
6270
6271 All limiting commands work on subsets of the articles already fetched
6272 from the servers.  None of these commands query the server for
6273 additional articles.
6274
6275 @table @kbd
6276
6277 @item / /
6278 @itemx / s
6279 @kindex / / (Summary)
6280 @findex gnus-summary-limit-to-subject
6281 Limit the summary buffer to articles that match some subject
6282 (@code{gnus-summary-limit-to-subject}).  If given a prefix, exclude
6283 matching articles.
6284
6285 @item / a
6286 @kindex / a (Summary)
6287 @findex gnus-summary-limit-to-author
6288 Limit the summary buffer to articles that match some author
6289 (@code{gnus-summary-limit-to-author}).  If given a prefix, exclude
6290 matching articles.
6291
6292 @item / x
6293 @kindex / x (Summary)
6294 @findex gnus-summary-limit-to-extra
6295 Limit the summary buffer to articles that match one of the ``extra''
6296 headers (@pxref{To From Newsgroups})
6297 (@code{gnus-summary-limit-to-extra}).  If given a prefix, exclude
6298 matching articles.
6299
6300 @item / u
6301 @itemx x
6302 @kindex / u (Summary)
6303 @kindex x (Summary)
6304 @findex gnus-summary-limit-to-unread
6305 Limit the summary buffer to articles not marked as read
6306 (@code{gnus-summary-limit-to-unread}).  If given a prefix, limit the
6307 buffer to articles strictly unread.  This means that ticked and
6308 dormant articles will also be excluded.
6309
6310 @item / m
6311 @kindex / m (Summary)
6312 @findex gnus-summary-limit-to-marks
6313 Ask for a mark and then limit to all articles that have been marked
6314 with that mark (@code{gnus-summary-limit-to-marks}).
6315
6316 @item / t
6317 @kindex / t (Summary)
6318 @findex gnus-summary-limit-to-age
6319 Ask for a number and then limit the summary buffer to articles older than (or equal to) that number of days
6320 (@code{gnus-summary-limit-to-age}).  If given a prefix, limit to
6321 articles younger than that number of days.
6322
6323 @item / n
6324 @kindex / n (Summary)
6325 @findex gnus-summary-limit-to-articles
6326 Limit the summary buffer to the current article
6327 (@code{gnus-summary-limit-to-articles}).  Uses the process/prefix
6328 convention (@pxref{Process/Prefix}).
6329
6330 @item / w
6331 @kindex / w (Summary)
6332 @findex gnus-summary-pop-limit
6333 Pop the previous limit off the stack and restore it
6334 (@code{gnus-summary-pop-limit}).  If given a prefix, pop all limits off
6335 the stack.
6336
6337 @item / .
6338 @kindex / . (Summary)
6339 @findex gnus-summary-limit-to-unseen
6340 Limit the summary buffer to the unseen articles
6341 (@code{gnus-summary-limit-to-unseen}).
6342
6343 @item / v
6344 @kindex / v (Summary)
6345 @findex gnus-summary-limit-to-score
6346 Limit the summary buffer to articles that have a score at or above some
6347 score (@code{gnus-summary-limit-to-score}).
6348
6349 @item / p
6350 @kindex / p (Summary)
6351 @findex gnus-summary-limit-to-display-predicate
6352 Limit the summary buffer to articles that satisfy the @code{display}
6353 group parameter predicate
6354 (@code{gnus-summary-limit-to-display-predicate}).  @xref{Group
6355 Parameters}, for more on this predicate.
6356
6357 @item / r
6358 @kindex / r (Summary)
6359 @findex gnus-summary-limit-to-replied
6360 Limit the summary buffer to replied articles
6361 (@code{gnus-summary-limit-to-replied}).  If given a prefix, exclude
6362 replied articles.
6363
6364 @item / E
6365 @itemx M S
6366 @kindex M S (Summary)
6367 @kindex / E (Summary)
6368 @findex gnus-summary-limit-include-expunged
6369 Include all expunged articles in the limit
6370 (@code{gnus-summary-limit-include-expunged}).
6371
6372 @item / D
6373 @kindex / D (Summary)
6374 @findex gnus-summary-limit-include-dormant
6375 Include all dormant articles in the limit
6376 (@code{gnus-summary-limit-include-dormant}).
6377
6378 @item / *
6379 @kindex / * (Summary)
6380 @findex gnus-summary-limit-include-cached
6381 Include all cached articles in the limit
6382 (@code{gnus-summary-limit-include-cached}).
6383
6384 @item / d
6385 @kindex / d (Summary)
6386 @findex gnus-summary-limit-exclude-dormant
6387 Exclude all dormant articles from the limit
6388 (@code{gnus-summary-limit-exclude-dormant}).
6389
6390 @item / M
6391 @kindex / M (Summary)
6392 @findex gnus-summary-limit-exclude-marks
6393 Exclude all marked articles (@code{gnus-summary-limit-exclude-marks}).
6394
6395 @item / T
6396 @kindex / T (Summary)
6397 @findex gnus-summary-limit-include-thread
6398 Include all the articles in the current thread in the limit.
6399
6400 @item / c
6401 @kindex / c (Summary)
6402 @findex gnus-summary-limit-exclude-childless-dormant
6403 Exclude all dormant articles that have no children from the limit@*
6404 (@code{gnus-summary-limit-exclude-childless-dormant}).
6405
6406 @item / C
6407 @kindex / C (Summary)
6408 @findex gnus-summary-limit-mark-excluded-as-read
6409 Mark all excluded unread articles as read
6410 (@code{gnus-summary-limit-mark-excluded-as-read}).  If given a prefix,
6411 also mark excluded ticked and dormant articles as read.
6412
6413 @item / N
6414 @kindex / N (Summary)
6415 @findex gnus-summary-insert-new-articles
6416 Insert all new articles in the summary buffer.  It scans for new emails
6417 if @var{back-end}@code{-get-new-mail} is non-@code{nil}.
6418
6419 @item / o
6420 @kindex / o (Summary)
6421 @findex gnus-summary-insert-old-articles
6422 Insert all old articles in the summary buffer.  If given a numbered
6423 prefix, fetch this number of articles.
6424
6425 @end table
6426
6427
6428 @node Threading
6429 @section Threading
6430 @cindex threading
6431 @cindex article threading
6432
6433 Gnus threads articles by default.  @dfn{To thread} is to put responses
6434 to articles directly after the articles they respond to---in a
6435 hierarchical fashion.
6436
6437 Threading is done by looking at the @code{References} headers of the
6438 articles.  In a perfect world, this would be enough to build pretty
6439 trees, but unfortunately, the @code{References} header is often broken
6440 or simply missing.  Weird news propagation exacerbates the problem,
6441 so one has to employ other heuristics to get pleasing results.  A
6442 plethora of approaches exists, as detailed in horrible detail in
6443 @ref{Customizing Threading}.
6444
6445 First, a quick overview of the concepts:
6446
6447 @table @dfn
6448 @item root
6449 The top-most article in a thread; the first article in the thread.
6450
6451 @item thread
6452 A tree-like article structure.
6453
6454 @item sub-thread
6455 A small(er) section of this tree-like structure.
6456
6457 @item loose threads
6458 Threads often lose their roots due to article expiry, or due to the root
6459 already having been read in a previous session, and not displayed in the
6460 summary buffer.  We then typically have many sub-threads that really
6461 belong to one thread, but are without connecting roots.  These are
6462 called loose threads.
6463
6464 @item thread gathering
6465 An attempt to gather loose threads into bigger threads.
6466
6467 @item sparse threads
6468 A thread where the missing articles have been ``guessed'' at, and are
6469 displayed as empty lines in the summary buffer.
6470
6471 @end table
6472
6473
6474 @menu
6475 * Customizing Threading::       Variables you can change to affect the threading.
6476 * Thread Commands::             Thread based commands in the summary buffer.
6477 @end menu
6478
6479
6480 @node Customizing Threading
6481 @subsection Customizing Threading
6482 @cindex customizing threading
6483
6484 @menu
6485 * Loose Threads::               How Gnus gathers loose threads into bigger threads.
6486 * Filling In Threads::          Making the threads displayed look fuller.
6487 * More Threading::              Even more variables for fiddling with threads.
6488 * Low-Level Threading::         You thought it was over@dots{} but you were wrong!
6489 @end menu
6490
6491
6492 @node Loose Threads
6493 @subsubsection Loose Threads
6494 @cindex <
6495 @cindex >
6496 @cindex loose threads
6497
6498 @table @code
6499 @item gnus-summary-make-false-root
6500 @vindex gnus-summary-make-false-root
6501 If non-@code{nil}, Gnus will gather all loose subtrees into one big tree
6502 and create a dummy root at the top.  (Wait a minute.  Root at the top?
6503 Yup.)  Loose subtrees occur when the real root has expired, or you've
6504 read or killed the root in a previous session.
6505
6506 When there is no real root of a thread, Gnus will have to fudge
6507 something.  This variable says what fudging method Gnus should use.
6508 There are four possible values:
6509
6510 @iftex
6511 @iflatex
6512 \gnusfigure{The Summary Buffer}{390}{
6513 \put(0,0){\epsfig{figure=ps/summary-adopt,width=7.5cm}}
6514 \put(445,0){\makebox(0,0)[br]{\epsfig{figure=ps/summary-empty,width=7.5cm}}}
6515 \put(0,400){\makebox(0,0)[tl]{\epsfig{figure=ps/summary-none,width=7.5cm}}}
6516 \put(445,400){\makebox(0,0)[tr]{\epsfig{figure=ps/summary-dummy,width=7.5cm}}}
6517 }
6518 @end iflatex
6519 @end iftex
6520
6521 @cindex adopting articles
6522
6523 @table @code
6524
6525 @item adopt
6526 Gnus will make the first of the orphaned articles the parent.  This
6527 parent will adopt all the other articles.  The adopted articles will be
6528 marked as such by pointy brackets (@samp{<>}) instead of the standard
6529 square brackets (@samp{[]}).  This is the default method.
6530
6531 @item dummy
6532 @vindex gnus-summary-dummy-line-format
6533 @vindex gnus-summary-make-false-root-always
6534 Gnus will create a dummy summary line that will pretend to be the
6535 parent.  This dummy line does not correspond to any real article, so
6536 selecting it will just select the first real article after the dummy
6537 article.  @code{gnus-summary-dummy-line-format} is used to specify the
6538 format of the dummy roots.  It accepts only one format spec:  @samp{S},
6539 which is the subject of the article.  @xref{Formatting Variables}.
6540 If you want all threads to have a dummy root, even the non-gathered
6541 ones, set @code{gnus-summary-make-false-root-always} to @code{t}.
6542
6543 @item empty
6544 Gnus won't actually make any article the parent, but simply leave the
6545 subject field of all orphans except the first empty.  (Actually, it will
6546 use @code{gnus-summary-same-subject} as the subject (@pxref{Summary
6547 Buffer Format}).)
6548
6549 @item none
6550 Don't make any article parent at all.  Just gather the threads and
6551 display them after one another.
6552
6553 @item nil
6554 Don't gather loose threads.
6555 @end table
6556
6557 @item gnus-summary-gather-subject-limit
6558 @vindex gnus-summary-gather-subject-limit
6559 Loose threads are gathered by comparing subjects of articles.  If this
6560 variable is @code{nil}, Gnus requires an exact match between the
6561 subjects of the loose threads before gathering them into one big
6562 super-thread.  This might be too strict a requirement, what with the
6563 presence of stupid newsreaders that chop off long subject lines.  If
6564 you think so, set this variable to, say, 20 to require that only the
6565 first 20 characters of the subjects have to match.  If you set this
6566 variable to a really low number, you'll find that Gnus will gather
6567 everything in sight into one thread, which isn't very helpful.
6568
6569 @cindex fuzzy article gathering
6570 If you set this variable to the special value @code{fuzzy}, Gnus will
6571 use a fuzzy string comparison algorithm on the subjects (@pxref{Fuzzy
6572 Matching}).
6573
6574 @item gnus-simplify-subject-fuzzy-regexp
6575 @vindex gnus-simplify-subject-fuzzy-regexp
6576 This can either be a regular expression or list of regular expressions
6577 that match strings that will be removed from subjects if fuzzy subject
6578 simplification is used.
6579
6580 @item gnus-simplify-ignored-prefixes
6581 @vindex gnus-simplify-ignored-prefixes
6582 If you set @code{gnus-summary-gather-subject-limit} to something as low
6583 as 10, you might consider setting this variable to something sensible:
6584
6585 @c Written by Michael Ernst <mernst@cs.rice.edu>
6586 @lisp
6587 (setq gnus-simplify-ignored-prefixes
6588       (concat
6589        "\\`\\[?\\("
6590        (mapconcat
6591         'identity
6592         '("looking"
6593           "wanted" "followup" "summary\\( of\\)?"
6594           "help" "query" "problem" "question"
6595           "answer" "reference" "announce"
6596           "How can I" "How to" "Comparison of"
6597           ;; ...
6598           )
6599         "\\|")
6600        "\\)\\s *\\("
6601        (mapconcat 'identity
6602                   '("for" "for reference" "with" "about")
6603                   "\\|")
6604        "\\)?\\]?:?[ \t]*"))
6605 @end lisp
6606
6607 All words that match this regexp will be removed before comparing two
6608 subjects.
6609
6610 @item gnus-simplify-subject-functions
6611 @vindex gnus-simplify-subject-functions
6612 If non-@code{nil}, this variable overrides
6613 @code{gnus-summary-gather-subject-limit}.  This variable should be a
6614 list of functions to apply to the @code{Subject} string iteratively to
6615 arrive at the simplified version of the string.
6616
6617 Useful functions to put in this list include:
6618
6619 @table @code
6620 @item gnus-simplify-subject-re
6621 @findex gnus-simplify-subject-re
6622 Strip the leading @samp{Re:}.
6623
6624 @item gnus-simplify-subject-fuzzy
6625 @findex gnus-simplify-subject-fuzzy
6626 Simplify fuzzily.
6627
6628 @item gnus-simplify-whitespace
6629 @findex gnus-simplify-whitespace
6630 Remove excessive whitespace.
6631
6632 @item gnus-simplify-all-whitespace
6633 @findex gnus-simplify-all-whitespace
6634 Remove all whitespace.
6635 @end table
6636
6637 You may also write your own functions, of course.
6638
6639
6640 @item gnus-summary-gather-exclude-subject
6641 @vindex gnus-summary-gather-exclude-subject
6642 Since loose thread gathering is done on subjects only, that might lead
6643 to many false hits, especially with certain common subjects like
6644 @samp{} and @samp{(none)}.  To make the situation slightly better,
6645 you can use the regexp @code{gnus-summary-gather-exclude-subject} to say
6646 what subjects should be excluded from the gathering process.@*
6647 The default is @samp{^ *$\\|^(none)$}.
6648
6649 @item gnus-summary-thread-gathering-function
6650 @vindex gnus-summary-thread-gathering-function
6651 Gnus gathers threads by looking at @code{Subject} headers.  This means
6652 that totally unrelated articles may end up in the same ``thread'', which
6653 is confusing.  An alternate approach is to look at all the
6654 @code{Message-ID}s in all the @code{References} headers to find matches.
6655 This will ensure that no gathered threads ever include unrelated
6656 articles, but it also means that people who have posted with broken
6657 newsreaders won't be gathered properly.  The choice is yours---plague or
6658 cholera:
6659
6660 @table @code
6661 @item gnus-gather-threads-by-subject
6662 @findex gnus-gather-threads-by-subject
6663 This function is the default gathering function and looks at
6664 @code{Subject}s exclusively.
6665
6666 @item gnus-gather-threads-by-references
6667 @findex gnus-gather-threads-by-references
6668 This function looks at @code{References} headers exclusively.
6669 @end table
6670
6671 If you want to test gathering by @code{References}, you could say
6672 something like:
6673
6674 @lisp
6675 (setq gnus-summary-thread-gathering-function
6676       'gnus-gather-threads-by-references)
6677 @end lisp
6678
6679 @end table
6680
6681
6682 @node Filling In Threads
6683 @subsubsection Filling In Threads
6684
6685 @table @code
6686 @item gnus-fetch-old-headers
6687 @vindex gnus-fetch-old-headers
6688 If non-@code{nil}, Gnus will attempt to build old threads by fetching
6689 more old headers---headers to articles marked as read.  If you would
6690 like to display as few summary lines as possible, but still connect as
6691 many loose threads as possible, you should set this variable to
6692 @code{some} or a number.  If you set it to a number, no more than that
6693 number of extra old headers will be fetched.  In either case, fetching
6694 old headers only works if the back end you are using carries overview
6695 files---this would normally be @code{nntp}, @code{nnspool},
6696 @code{nnml}, and @code{nnmaildir}.  Also remember that if the root of
6697 the thread has been expired by the server, there's not much Gnus can
6698 do about that.
6699
6700 This variable can also be set to @code{invisible}.  This won't have any
6701 visible effects, but is useful if you use the @kbd{A T} command a lot
6702 (@pxref{Finding the Parent}).
6703
6704 @item gnus-fetch-old-ephemeral-headers
6705 @vindex gnus-fetch-old-ephemeral-headers
6706 Same as @code{gnus-fetch-old-headers}, but only used for ephemeral
6707 newsgroups.
6708
6709 @item gnus-build-sparse-threads
6710 @vindex gnus-build-sparse-threads
6711 Fetching old headers can be slow.  A low-rent similar effect can be
6712 gotten by setting this variable to @code{some}.  Gnus will then look at
6713 the complete @code{References} headers of all articles and try to string
6714 together articles that belong in the same thread.  This will leave
6715 @dfn{gaps} in the threading display where Gnus guesses that an article
6716 is missing from the thread.  (These gaps appear like normal summary
6717 lines.  If you select a gap, Gnus will try to fetch the article in
6718 question.)  If this variable is @code{t}, Gnus will display all these
6719 ``gaps'' without regard for whether they are useful for completing the
6720 thread or not.  Finally, if this variable is @code{more}, Gnus won't cut
6721 off sparse leaf nodes that don't lead anywhere.  This variable is
6722 @code{nil} by default.
6723
6724 @item gnus-read-all-available-headers
6725 @vindex gnus-read-all-available-headers
6726 This is a rather obscure variable that few will find useful.  It's
6727 intended for those non-news newsgroups where the back end has to fetch
6728 quite a lot to present the summary buffer, and where it's impossible to
6729 go back to parents of articles.  This is mostly the case in the
6730 web-based groups, like the @code{nnultimate} groups.
6731
6732 If you don't use those, then it's safe to leave this as the default
6733 @code{nil}.  If you want to use this variable, it should be a regexp
6734 that matches the group name, or @code{t} for all groups.
6735
6736 @end table
6737
6738
6739 @node More Threading
6740 @subsubsection More Threading
6741
6742 @table @code
6743 @item gnus-show-threads
6744 @vindex gnus-show-threads
6745 If this variable is @code{nil}, no threading will be done, and all of
6746 the rest of the variables here will have no effect.  Turning threading
6747 off will speed group selection up a bit, but it is sure to make reading
6748 slower and more awkward.
6749
6750 @item gnus-thread-hide-subtree
6751 @vindex gnus-thread-hide-subtree
6752 If non-@code{nil}, all threads will be hidden when the summary buffer is
6753 generated.
6754
6755 This can also be a predicate specifier (@pxref{Predicate Specifiers}).
6756 Available predicates are @code{gnus-article-unread-p} and
6757 @code{gnus-article-unseen-p}.
6758
6759 Here's an example:
6760
6761 @lisp
6762 (setq gnus-thread-hide-subtree
6763       '(or gnus-article-unread-p
6764            gnus-article-unseen-p))
6765 @end lisp
6766
6767 (It's a pretty nonsensical example, since all unseen articles are also
6768 unread, but you get my drift.)
6769
6770
6771 @item gnus-thread-expunge-below
6772 @vindex gnus-thread-expunge-below
6773 All threads that have a total score (as defined by
6774 @code{gnus-thread-score-function}) less than this number will be
6775 expunged.  This variable is @code{nil} by default, which means that no
6776 threads are expunged.
6777
6778 @item gnus-thread-hide-killed
6779 @vindex gnus-thread-hide-killed
6780 if you kill a thread and this variable is non-@code{nil}, the subtree
6781 will be hidden.
6782
6783 @item gnus-thread-ignore-subject
6784 @vindex gnus-thread-ignore-subject
6785 Sometimes somebody changes the subject in the middle of a thread.  If
6786 this variable is non-@code{nil}, which is the default, the subject
6787 change is ignored.  If it is @code{nil}, a change in the subject will
6788 result in a new thread.
6789
6790 @item gnus-thread-indent-level
6791 @vindex gnus-thread-indent-level
6792 This is a number that says how much each sub-thread should be indented.
6793 The default is 4.
6794
6795 @item gnus-sort-gathered-threads-function
6796 @vindex gnus-sort-gathered-threads-function
6797 Sometimes, particularly with mailing lists, the order in which mails
6798 arrive locally is not necessarily the same as the order in which they
6799 arrived on the mailing list.  Consequently, when sorting sub-threads
6800 using the default @code{gnus-thread-sort-by-number}, responses can end
6801 up appearing before the article to which they are responding to.
6802 Setting this variable to an alternate value
6803 (e.g. @code{gnus-thread-sort-by-date}), in a group's parameters or in an
6804 appropriate hook (e.g. @code{gnus-summary-generate-hook}) can produce a
6805 more logical sub-thread ordering in such instances.
6806
6807 @end table
6808
6809
6810 @node Low-Level Threading
6811 @subsubsection Low-Level Threading
6812
6813 @table @code
6814
6815 @item gnus-parse-headers-hook
6816 @vindex gnus-parse-headers-hook
6817 Hook run before parsing any headers.
6818
6819 @item gnus-alter-header-function
6820 @vindex gnus-alter-header-function
6821 If non-@code{nil}, this function will be called to allow alteration of
6822 article header structures.  The function is called with one parameter,
6823 the article header vector, which it may alter in any way.  For instance,
6824 if you have a mail-to-news gateway which alters the @code{Message-ID}s
6825 in systematic ways (by adding prefixes and such), you can use this
6826 variable to un-scramble the @code{Message-ID}s so that they are more
6827 meaningful.  Here's one example:
6828
6829 @lisp
6830 (setq gnus-alter-header-function 'my-alter-message-id)
6831
6832 (defun my-alter-message-id (header)
6833   (let ((id (mail-header-id header)))
6834     (when (string-match
6835            "\\(<[^<>@@]*\\)\\.?cygnus\\..*@@\\([^<>@@]*>\\)" id)
6836       (mail-header-set-id
6837        (concat (match-string 1 id) "@@" (match-string 2 id))
6838        header))))
6839 @end lisp
6840
6841 @end table
6842
6843
6844 @node Thread Commands
6845 @subsection Thread Commands
6846 @cindex thread commands
6847
6848 @table @kbd
6849
6850 @item T k
6851 @itemx C-M-k
6852 @kindex T k (Summary)
6853 @kindex C-M-k (Summary)
6854 @findex gnus-summary-kill-thread
6855 Mark all articles in the current (sub-)thread as read
6856 (@code{gnus-summary-kill-thread}).  If the prefix argument is positive,
6857 remove all marks instead.  If the prefix argument is negative, tick
6858 articles instead.
6859
6860 @item T l
6861 @itemx C-M-l
6862 @kindex T l (Summary)
6863 @kindex C-M-l (Summary)
6864 @findex gnus-summary-lower-thread
6865 Lower the score of the current (sub-)thread
6866 (@code{gnus-summary-lower-thread}).
6867
6868 @item T i
6869 @kindex T i (Summary)
6870 @findex gnus-summary-raise-thread
6871 Increase the score of the current (sub-)thread
6872 (@code{gnus-summary-raise-thread}).
6873
6874 @item T #
6875 @kindex T # (Summary)
6876 @findex gnus-uu-mark-thread
6877 Set the process mark on the current (sub-)thread
6878 (@code{gnus-uu-mark-thread}).
6879
6880 @item T M-#
6881 @kindex T M-# (Summary)
6882 @findex gnus-uu-unmark-thread
6883 Remove the process mark from the current (sub-)thread
6884 (@code{gnus-uu-unmark-thread}).
6885
6886 @item T T
6887 @kindex T T (Summary)
6888 @findex gnus-summary-toggle-threads
6889 Toggle threading (@code{gnus-summary-toggle-threads}).
6890
6891 @item T s
6892 @kindex T s (Summary)
6893 @findex gnus-summary-show-thread
6894 Expose the (sub-)thread hidden under the current article, if any@*
6895 (@code{gnus-summary-show-thread}).
6896
6897 @item T h
6898 @kindex T h (Summary)
6899 @findex gnus-summary-hide-thread
6900 Hide the current (sub-)thread (@code{gnus-summary-hide-thread}).
6901
6902 @item T S
6903 @kindex T S (Summary)
6904 @findex gnus-summary-show-all-threads
6905 Expose all hidden threads (@code{gnus-summary-show-all-threads}).
6906
6907 @item T H
6908 @kindex T H (Summary)
6909 @findex gnus-summary-hide-all-threads
6910 Hide all threads (@code{gnus-summary-hide-all-threads}).
6911
6912 @item T t
6913 @kindex T t (Summary)
6914 @findex gnus-summary-rethread-current
6915 Re-thread the current article's thread
6916 (@code{gnus-summary-rethread-current}).  This works even when the
6917 summary buffer is otherwise unthreaded.
6918
6919 @item T ^
6920 @kindex T ^ (Summary)
6921 @findex gnus-summary-reparent-thread
6922 Make the current article the child of the marked (or previous) article
6923 (@code{gnus-summary-reparent-thread}).
6924
6925 @end table
6926
6927 The following commands are thread movement commands.  They all
6928 understand the numeric prefix.
6929
6930 @table @kbd
6931
6932 @item T n
6933 @kindex T n (Summary)
6934 @itemx C-M-f
6935 @kindex C-M-n (Summary)
6936 @itemx M-down
6937 @kindex M-down (Summary)
6938 @findex gnus-summary-next-thread
6939 Go to the next thread (@code{gnus-summary-next-thread}).
6940
6941 @item T p
6942 @kindex T p (Summary)
6943 @itemx C-M-b
6944 @kindex C-M-p (Summary)
6945 @itemx M-up
6946 @kindex M-up (Summary)
6947 @findex gnus-summary-prev-thread
6948 Go to the previous thread (@code{gnus-summary-prev-thread}).
6949
6950 @item T d
6951 @kindex T d (Summary)
6952 @findex gnus-summary-down-thread
6953 Descend the thread (@code{gnus-summary-down-thread}).
6954
6955 @item T u
6956 @kindex T u (Summary)
6957 @findex gnus-summary-up-thread
6958 Ascend the thread (@code{gnus-summary-up-thread}).
6959
6960 @item T o
6961 @kindex T o (Summary)
6962 @findex gnus-summary-top-thread
6963 Go to the top of the thread (@code{gnus-summary-top-thread}).
6964 @end table
6965
6966 @vindex gnus-thread-operation-ignore-subject
6967 If you ignore subject while threading, you'll naturally end up with
6968 threads that have several different subjects in them.  If you then issue
6969 a command like @kbd{T k} (@code{gnus-summary-kill-thread}) you might not
6970 wish to kill the entire thread, but just those parts of the thread that
6971 have the same subject as the current article.  If you like this idea,
6972 you can fiddle with @code{gnus-thread-operation-ignore-subject}.  If it
6973 is non-@code{nil} (which it is by default), subjects will be ignored
6974 when doing thread commands.  If this variable is @code{nil}, articles in
6975 the same thread with different subjects will not be included in the
6976 operation in question.  If this variable is @code{fuzzy}, only articles
6977 that have subjects fuzzily equal will be included (@pxref{Fuzzy
6978 Matching}).
6979
6980
6981 @node Sorting the Summary Buffer
6982 @section Sorting the Summary Buffer
6983
6984 @findex gnus-thread-sort-by-total-score
6985 @findex gnus-thread-sort-by-date
6986 @findex gnus-thread-sort-by-score
6987 @findex gnus-thread-sort-by-subject
6988 @findex gnus-thread-sort-by-author
6989 @findex gnus-thread-sort-by-number
6990 @findex gnus-thread-sort-by-random
6991 @vindex gnus-thread-sort-functions
6992 @findex gnus-thread-sort-by-most-recent-number
6993 @findex gnus-thread-sort-by-most-recent-date
6994 If you are using a threaded summary display, you can sort the threads by
6995 setting @code{gnus-thread-sort-functions}, which can be either a single
6996 function, a list of functions, or a list containing functions and
6997 @code{(not some-function)} elements.
6998
6999 By default, sorting is done on article numbers.  Ready-made sorting
7000 predicate functions include @code{gnus-thread-sort-by-number},
7001 @code{gnus-thread-sort-by-author}, @code{gnus-thread-sort-by-subject},
7002 @code{gnus-thread-sort-by-date}, @code{gnus-thread-sort-by-score},
7003 @code{gnus-thread-sort-by-most-recent-number},
7004 @code{gnus-thread-sort-by-most-recent-date},
7005 @code{gnus-thread-sort-by-random} and
7006 @code{gnus-thread-sort-by-total-score}.
7007
7008 Each function takes two threads and returns non-@code{nil} if the first
7009 thread should be sorted before the other.  Note that sorting really is
7010 normally done by looking only at the roots of each thread.
7011
7012 If you use more than one function, the primary sort key should be the
7013 last function in the list.  You should probably always include
7014 @code{gnus-thread-sort-by-number} in the list of sorting
7015 functions---preferably first.  This will ensure that threads that are
7016 equal with respect to the other sort criteria will be displayed in
7017 ascending article order.
7018
7019 If you would like to sort by reverse score, then by subject, and finally
7020 by number, you could do something like:
7021
7022 @lisp
7023 (setq gnus-thread-sort-functions
7024       '(gnus-thread-sort-by-number
7025         gnus-thread-sort-by-subject
7026         (not gnus-thread-sort-by-total-score)))
7027 @end lisp
7028
7029 The threads that have highest score will be displayed first in the
7030 summary buffer.  When threads have the same score, they will be sorted
7031 alphabetically.  The threads that have the same score and the same
7032 subject will be sorted by number, which is (normally) the sequence in
7033 which the articles arrived.
7034
7035 If you want to sort by score and then reverse arrival order, you could
7036 say something like:
7037
7038 @lisp
7039 (setq gnus-thread-sort-functions
7040       '((lambda (t1 t2)
7041           (not (gnus-thread-sort-by-number t1 t2)))
7042         gnus-thread-sort-by-score))
7043 @end lisp
7044
7045 @vindex gnus-thread-score-function
7046 The function in the @code{gnus-thread-score-function} variable (default
7047 @code{+}) is used for calculating the total score of a thread.  Useful
7048 functions might be @code{max}, @code{min}, or squared means, or whatever
7049 tickles your fancy.
7050
7051 @findex gnus-article-sort-functions
7052 @findex gnus-article-sort-by-date
7053 @findex gnus-article-sort-by-score
7054 @findex gnus-article-sort-by-subject
7055 @findex gnus-article-sort-by-author
7056 @findex gnus-article-sort-by-random
7057 @findex gnus-article-sort-by-number
7058 If you are using an unthreaded display for some strange reason or
7059 other, you have to fiddle with the @code{gnus-article-sort-functions}
7060 variable.  It is very similar to the
7061 @code{gnus-thread-sort-functions}, except that it uses slightly
7062 different functions for article comparison.  Available sorting
7063 predicate functions are @code{gnus-article-sort-by-number},
7064 @code{gnus-article-sort-by-author},
7065 @code{gnus-article-sort-by-subject}, @code{gnus-article-sort-by-date},
7066 @code{gnus-article-sort-by-random}, and
7067 @code{gnus-article-sort-by-score}.
7068
7069 If you want to sort an unthreaded summary display by subject, you could
7070 say something like:
7071
7072 @lisp
7073 (setq gnus-article-sort-functions
7074       '(gnus-article-sort-by-number
7075         gnus-article-sort-by-subject))
7076 @end lisp
7077
7078
7079
7080 @node Asynchronous Fetching
7081 @section Asynchronous Article Fetching
7082 @cindex asynchronous article fetching
7083 @cindex article pre-fetch
7084 @cindex pre-fetch
7085
7086 If you read your news from an @acronym{NNTP} server that's far away, the
7087 network latencies may make reading articles a chore.  You have to wait
7088 for a while after pressing @kbd{n} to go to the next article before the
7089 article appears.  Why can't Gnus just go ahead and fetch the article
7090 while you are reading the previous one?  Why not, indeed.
7091
7092 First, some caveats.  There are some pitfalls to using asynchronous
7093 article fetching, especially the way Gnus does it.
7094
7095 Let's say you are reading article 1, which is short, and article 2 is
7096 quite long, and you are not interested in reading that.  Gnus does not
7097 know this, so it goes ahead and fetches article 2.  You decide to read
7098 article 3, but since Gnus is in the process of fetching article 2, the
7099 connection is blocked.
7100
7101 To avoid these situations, Gnus will open two (count 'em two)
7102 connections to the server.  Some people may think this isn't a very nice
7103 thing to do, but I don't see any real alternatives.  Setting up that
7104 extra connection takes some time, so Gnus startup will be slower.
7105
7106 Gnus will fetch more articles than you will read.  This will mean that
7107 the link between your machine and the @acronym{NNTP} server will become more
7108 loaded than if you didn't use article pre-fetch.  The server itself will
7109 also become more loaded---both with the extra article requests, and the
7110 extra connection.
7111
7112 Ok, so now you know that you shouldn't really use this thing@dots{} unless
7113 you really want to.
7114
7115 @vindex gnus-asynchronous
7116 Here's how:  Set @code{gnus-asynchronous} to @code{t}.  The rest should
7117 happen automatically.
7118
7119 @vindex gnus-use-article-prefetch
7120 You can control how many articles are to be pre-fetched by setting
7121 @code{gnus-use-article-prefetch}.  This is 30 by default, which means
7122 that when you read an article in the group, the back end will pre-fetch
7123 the next 30 articles.  If this variable is @code{t}, the back end will
7124 pre-fetch all the articles it can without bound.  If it is
7125 @code{nil}, no pre-fetching will be done.
7126
7127 @vindex gnus-async-prefetch-article-p
7128 @findex gnus-async-read-p
7129 There are probably some articles that you don't want to pre-fetch---read
7130 articles, for instance.  The @code{gnus-async-prefetch-article-p}
7131 variable controls whether an article is to be pre-fetched.  This
7132 function should return non-@code{nil} when the article in question is
7133 to be pre-fetched.  The default is @code{gnus-async-read-p}, which
7134 returns @code{nil} on read articles.  The function is called with an
7135 article data structure as the only parameter.
7136
7137 If, for instance, you wish to pre-fetch only unread articles shorter
7138 than 100 lines, you could say something like:
7139
7140 @lisp
7141 (defun my-async-short-unread-p (data)
7142   "Return non-nil for short, unread articles."
7143   (and (gnus-data-unread-p data)
7144        (< (mail-header-lines (gnus-data-header data))
7145           100)))
7146
7147 (setq gnus-async-prefetch-article-p 'my-async-short-unread-p)
7148 @end lisp
7149
7150 These functions will be called many, many times, so they should
7151 preferably be short and sweet to avoid slowing down Gnus too much.
7152 It's probably a good idea to byte-compile things like this.
7153
7154 @vindex gnus-prefetched-article-deletion-strategy
7155 Articles have to be removed from the asynch buffer sooner or later.  The
7156 @code{gnus-prefetched-article-deletion-strategy} says when to remove
7157 articles.  This is a list that may contain the following elements:
7158
7159 @table @code
7160 @item read
7161 Remove articles when they are read.
7162
7163 @item exit
7164 Remove articles when exiting the group.
7165 @end table
7166
7167 The default value is @code{(read exit)}.
7168
7169 @c @vindex gnus-use-header-prefetch
7170 @c If @code{gnus-use-header-prefetch} is non-@code{nil}, prefetch articles
7171 @c from the next group.
7172
7173
7174 @node Article Caching
7175 @section Article Caching
7176 @cindex article caching
7177 @cindex caching
7178
7179 If you have an @emph{extremely} slow @acronym{NNTP} connection, you may
7180 consider turning article caching on.  Each article will then be stored
7181 locally under your home directory.  As you may surmise, this could
7182 potentially use @emph{huge} amounts of disk space, as well as eat up all
7183 your inodes so fast it will make your head swim.  In vodka.
7184
7185 Used carefully, though, it could be just an easier way to save articles.
7186
7187 @vindex gnus-use-long-file-name
7188 @vindex gnus-cache-directory
7189 @vindex gnus-use-cache
7190 To turn caching on, set @code{gnus-use-cache} to @code{t}.  By default,
7191 all articles ticked or marked as dormant will then be copied
7192 over to your local cache (@code{gnus-cache-directory}).  Whether this
7193 cache is flat or hierarchical is controlled by the
7194 @code{gnus-use-long-file-name} variable, as usual.
7195
7196 When re-selecting a ticked or dormant article, it will be fetched from the
7197 cache instead of from the server.  As articles in your cache will never
7198 expire, this might serve as a method of saving articles while still
7199 keeping them where they belong.  Just mark all articles you want to save
7200 as dormant, and don't worry.
7201
7202 When an article is marked as read, is it removed from the cache.
7203
7204 @vindex gnus-cache-remove-articles
7205 @vindex gnus-cache-enter-articles
7206 The entering/removal of articles from the cache is controlled by the
7207 @code{gnus-cache-enter-articles} and @code{gnus-cache-remove-articles}
7208 variables.  Both are lists of symbols.  The first is @code{(ticked
7209 dormant)} by default, meaning that ticked and dormant articles will be
7210 put in the cache.  The latter is @code{(read)} by default, meaning that
7211 articles marked as read are removed from the cache.  Possibly
7212 symbols in these two lists are @code{ticked}, @code{dormant},
7213 @code{unread} and @code{read}.
7214
7215 @findex gnus-jog-cache
7216 So where does the massive article-fetching and storing come into the
7217 picture?  The @code{gnus-jog-cache} command will go through all
7218 subscribed newsgroups, request all unread articles, score them, and
7219 store them in the cache.  You should only ever, ever ever ever, use this
7220 command if 1) your connection to the @acronym{NNTP} server is really, really,
7221 really slow and 2) you have a really, really, really huge disk.
7222 Seriously.  One way to cut down on the number of articles downloaded is
7223 to score unwanted articles down and have them marked as read.  They will
7224 not then be downloaded by this command.
7225
7226 @vindex gnus-uncacheable-groups
7227 @vindex gnus-cacheable-groups
7228 It is likely that you do not want caching on all groups.  For instance,
7229 if your @code{nnml} mail is located under your home directory, it makes no
7230 sense to cache it somewhere else under your home directory.  Unless you
7231 feel that it's neat to use twice as much space.
7232
7233 To limit the caching, you could set @code{gnus-cacheable-groups} to a
7234 regexp of groups to cache, @samp{^nntp} for instance, or set the
7235 @code{gnus-uncacheable-groups} regexp to @samp{^nnml}, for instance.
7236 Both variables are @code{nil} by default.  If a group matches both
7237 variables, the group is not cached.
7238
7239 @findex gnus-cache-generate-nov-databases
7240 @findex gnus-cache-generate-active
7241 @vindex gnus-cache-active-file
7242 The cache stores information on what articles it contains in its active
7243 file (@code{gnus-cache-active-file}).  If this file (or any other parts
7244 of the cache) becomes all messed up for some reason or other, Gnus
7245 offers two functions that will try to set things right.  @kbd{M-x
7246 gnus-cache-generate-nov-databases} will (re)build all the @acronym{NOV}
7247 files, and @kbd{gnus-cache-generate-active} will (re)generate the active
7248 file.
7249
7250 @findex gnus-cache-move-cache
7251 @code{gnus-cache-move-cache} will move your whole
7252 @code{gnus-cache-directory} to some other location.  You get asked to
7253 where, isn't that cool?
7254
7255 @node Persistent Articles
7256 @section Persistent Articles
7257 @cindex persistent articles
7258
7259 Closely related to article caching, we have @dfn{persistent articles}.
7260 In fact, it's just a different way of looking at caching, and much more
7261 useful in my opinion.
7262
7263 Say you're reading a newsgroup, and you happen on to some valuable gem
7264 that you want to keep and treasure forever.  You'd normally just save it
7265 (using one of the many saving commands) in some file.  The problem with
7266 that is that it's just, well, yucky.  Ideally you'd prefer just having
7267 the article remain in the group where you found it forever; untouched by
7268 the expiry going on at the news server.
7269
7270 This is what a @dfn{persistent article} is---an article that just won't
7271 be deleted.  It's implemented using the normal cache functions, but
7272 you use two explicit commands for managing persistent articles:
7273
7274 @table @kbd
7275
7276 @item *
7277 @kindex * (Summary)
7278 @findex gnus-cache-enter-article
7279 Make the current article persistent (@code{gnus-cache-enter-article}).
7280
7281 @item M-*
7282 @kindex M-* (Summary)
7283 @findex gnus-cache-remove-article
7284 Remove the current article from the persistent articles
7285 (@code{gnus-cache-remove-article}).  This will normally delete the
7286 article.
7287 @end table
7288
7289 Both these commands understand the process/prefix convention.
7290
7291 To avoid having all ticked articles (and stuff) entered into the cache,
7292 you should set @code{gnus-use-cache} to @code{passive} if you're just
7293 interested in persistent articles:
7294
7295 @lisp
7296 (setq gnus-use-cache 'passive)
7297 @end lisp
7298
7299
7300 @node Article Backlog
7301 @section Article Backlog
7302 @cindex backlog
7303 @cindex article backlog
7304
7305 If you have a slow connection, but the idea of using caching seems
7306 unappealing to you (and it is, really), you can help the situation some
7307 by switching on the @dfn{backlog}.  This is where Gnus will buffer
7308 already read articles so that it doesn't have to re-fetch articles
7309 you've already read.  This only helps if you are in the habit of
7310 re-selecting articles you've recently read, of course.  If you never do
7311 that, turning the backlog on will slow Gnus down a little bit, and
7312 increase memory usage some.
7313
7314 @vindex gnus-keep-backlog
7315 If you set @code{gnus-keep-backlog} to a number @var{n}, Gnus will store
7316 at most @var{n} old articles in a buffer for later re-fetching.  If this
7317 variable is non-@code{nil} and is not a number, Gnus will store
7318 @emph{all} read articles, which means that your Emacs will grow without
7319 bound before exploding and taking your machine down with you.  I put
7320 that in there just to keep y'all on your toes.
7321
7322 The default value is 20.
7323
7324
7325 @node Saving Articles
7326 @section Saving Articles
7327 @cindex saving articles
7328
7329 Gnus can save articles in a number of ways.  Below is the documentation
7330 for saving articles in a fairly straight-forward fashion (i.e., little
7331 processing of the article is done before it is saved).  For a different
7332 approach (uudecoding, unsharing) you should use @code{gnus-uu}
7333 (@pxref{Decoding Articles}).
7334
7335 For the commands listed here, the target is a file.  If you want to
7336 save to a group, see the @kbd{B c} (@code{gnus-summary-copy-article})
7337 command (@pxref{Mail Group Commands}).
7338
7339 @vindex gnus-save-all-headers
7340 If @code{gnus-save-all-headers} is non-@code{nil}, Gnus will not delete
7341 unwanted headers before saving the article.
7342
7343 @vindex gnus-saved-headers
7344 If the preceding variable is @code{nil}, all headers that match the
7345 @code{gnus-saved-headers} regexp will be kept, while the rest will be
7346 deleted before saving.
7347
7348 @table @kbd
7349
7350 @item O o
7351 @itemx o
7352 @kindex O o (Summary)
7353 @kindex o (Summary)
7354 @findex gnus-summary-save-article
7355 @c @icon{gnus-summary-save-article}
7356 Save the current article using the default article saver
7357 (@code{gnus-summary-save-article}).
7358
7359 @item O m
7360 @kindex O m (Summary)
7361 @findex gnus-summary-save-article-mail
7362 Save the current article in mail format
7363 (@code{gnus-summary-save-article-mail}).
7364
7365 @item O r
7366 @kindex O r (Summary)
7367 @findex gnus-summary-save-article-rmail
7368 Save the current article in Rmail format
7369 (@code{gnus-summary-save-article-rmail}).
7370
7371 @item O f
7372 @kindex O f (Summary)
7373 @findex gnus-summary-save-article-file
7374 @c @icon{gnus-summary-save-article-file}
7375 Save the current article in plain file format
7376 (@code{gnus-summary-save-article-file}).
7377
7378 @item O F
7379 @kindex O F (Summary)
7380 @findex gnus-summary-write-article-file
7381 Write the current article in plain file format, overwriting any previous
7382 file contents (@code{gnus-summary-write-article-file}).
7383
7384 @item O b
7385 @kindex O b (Summary)
7386 @findex gnus-summary-save-article-body-file
7387 Save the current article body in plain file format
7388 (@code{gnus-summary-save-article-body-file}).
7389
7390 @item O h
7391 @kindex O h (Summary)
7392 @findex gnus-summary-save-article-folder
7393 Save the current article in mh folder format
7394 (@code{gnus-summary-save-article-folder}).
7395
7396 @item O v
7397 @kindex O v (Summary)
7398 @findex gnus-summary-save-article-vm
7399 Save the current article in a VM folder
7400 (@code{gnus-summary-save-article-vm}).
7401
7402 @item O p
7403 @itemx |
7404 @kindex O p (Summary)
7405 @kindex | (Summary)
7406 @findex gnus-summary-pipe-output
7407 Save the current article in a pipe.  Uhm, like, what I mean is---Pipe
7408 the current article to a process (@code{gnus-summary-pipe-output}).
7409 If given a symbolic prefix (@pxref{Symbolic Prefixes}), include the
7410 complete headers in the piped output.
7411
7412 @item O P
7413 @kindex O P (Summary)
7414 @findex gnus-summary-muttprint
7415 @vindex gnus-summary-muttprint-program
7416 Save the current article into muttprint.  That is, print it using the
7417 external program @uref{http://muttprint.sourceforge.net/,
7418 Muttprint}.  The program name and options to use is controlled by the
7419 variable @code{gnus-summary-muttprint-program}.
7420 (@code{gnus-summary-muttprint}).
7421
7422 @end table
7423
7424 @vindex gnus-prompt-before-saving
7425 All these commands use the process/prefix convention
7426 (@pxref{Process/Prefix}).  If you save bunches of articles using these
7427 functions, you might get tired of being prompted for files to save each
7428 and every article in.  The prompting action is controlled by
7429 the @code{gnus-prompt-before-saving} variable, which is @code{always} by
7430 default, giving you that excessive prompting action you know and
7431 loathe.  If you set this variable to @code{t} instead, you'll be prompted
7432 just once for each series of articles you save.  If you like to really
7433 have Gnus do all your thinking for you, you can even set this variable
7434 to @code{nil}, which means that you will never be prompted for files to
7435 save articles in.  Gnus will simply save all the articles in the default
7436 files.
7437
7438
7439 @vindex gnus-default-article-saver
7440 You can customize the @code{gnus-default-article-saver} variable to make
7441 Gnus do what you want it to.  You can use any of the six ready-made
7442 functions below, or you can create your own.
7443
7444 @table @code
7445
7446 @item gnus-summary-save-in-rmail
7447 @findex gnus-summary-save-in-rmail
7448 @vindex gnus-rmail-save-name
7449 @findex gnus-plain-save-name
7450 This is the default format, @dfn{Babyl}.  Uses the function in the
7451 @code{gnus-rmail-save-name} variable to get a file name to save the
7452 article in.  The default is @code{gnus-plain-save-name}.
7453
7454 @item gnus-summary-save-in-mail
7455 @findex gnus-summary-save-in-mail
7456 @vindex gnus-mail-save-name
7457 Save in a Unix mail (mbox) file.  Uses the function in the
7458 @code{gnus-mail-save-name} variable to get a file name to save the
7459 article in.  The default is @code{gnus-plain-save-name}.
7460
7461 @item gnus-summary-save-in-file
7462 @findex gnus-summary-save-in-file
7463 @vindex gnus-file-save-name
7464 @findex gnus-numeric-save-name
7465 Append the article straight to an ordinary file.  Uses the function in
7466 the @code{gnus-file-save-name} variable to get a file name to save the
7467 article in.  The default is @code{gnus-numeric-save-name}.
7468
7469 @item gnus-summary-write-to-file
7470 @findex gnus-summary-write-to-file
7471 Write the article straight to an ordinary file.  The file is
7472 overwritten if it exists.  Uses the function in the
7473 @code{gnus-file-save-name} variable to get a file name to save the
7474 article in.  The default is @code{gnus-numeric-save-name}.
7475
7476 @item gnus-summary-save-body-in-file
7477 @findex gnus-summary-save-body-in-file
7478 Append the article body to an ordinary file.  Uses the function in the
7479 @code{gnus-file-save-name} variable to get a file name to save the
7480 article in.  The default is @code{gnus-numeric-save-name}.
7481
7482 @item gnus-summary-save-in-folder
7483 @findex gnus-summary-save-in-folder
7484 @findex gnus-folder-save-name
7485 @findex gnus-Folder-save-name
7486 @vindex gnus-folder-save-name
7487 @cindex rcvstore
7488 @cindex MH folders
7489 Save the article to an MH folder using @code{rcvstore} from the MH
7490 library.  Uses the function in the @code{gnus-folder-save-name} variable
7491 to get a file name to save the article in.  The default is
7492 @code{gnus-folder-save-name}, but you can also use
7493 @code{gnus-Folder-save-name}, which creates capitalized names.
7494
7495 @item gnus-summary-save-in-vm
7496 @findex gnus-summary-save-in-vm
7497 Save the article in a VM folder.  You have to have the VM mail
7498 reader to use this setting.
7499 @end table
7500
7501 @vindex gnus-article-save-directory
7502 All of these functions, except for the last one, will save the article
7503 in the @code{gnus-article-save-directory}, which is initialized from the
7504 @env{SAVEDIR} environment variable.  This is @file{~/News/} by
7505 default.
7506
7507 As you can see above, the functions use different functions to find a
7508 suitable name of a file to save the article in.  Below is a list of
7509 available functions that generate names:
7510
7511 @table @code
7512
7513 @item gnus-Numeric-save-name
7514 @findex gnus-Numeric-save-name
7515 File names like @file{~/News/Alt.andrea-dworkin/45}.
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-Plain-save-name
7522 @findex gnus-Plain-save-name
7523 File names like @file{~/News/Alt.andrea-dworkin}.
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-sender-save-name
7530 @findex gnus-sender-save-name
7531 File names like @file{~/News/larsi}.
7532 @end table
7533
7534 @vindex gnus-split-methods
7535 You can have Gnus suggest where to save articles by plonking a regexp into
7536 the @code{gnus-split-methods} alist.  For instance, if you would like to
7537 save articles related to Gnus in the file @file{gnus-stuff}, and articles
7538 related to VM in @file{vm-stuff}, you could set this variable to something
7539 like:
7540
7541 @lisp
7542 (("^Subject:.*gnus\\|^Newsgroups:.*gnus" "gnus-stuff")
7543  ("^Subject:.*vm\\|^Xref:.*vm" "vm-stuff")
7544  (my-choosing-function "../other-dir/my-stuff")
7545  ((equal gnus-newsgroup-name "mail.misc") "mail-stuff"))
7546 @end lisp
7547
7548 We see that this is a list where each element is a list that has two
7549 elements---the @dfn{match} and the @dfn{file}.  The match can either be
7550 a string (in which case it is used as a regexp to match on the article
7551 head); it can be a symbol (which will be called as a function with the
7552 group name as a parameter); or it can be a list (which will be
7553 @code{eval}ed).  If any of these actions have a non-@code{nil} result,
7554 the @dfn{file} will be used as a default prompt.  In addition, the
7555 result of the operation itself will be used if the function or form
7556 called returns a string or a list of strings.
7557
7558 You basically end up with a list of file names that might be used when
7559 saving the current article.  (All ``matches'' will be used.)  You will
7560 then be prompted for what you really want to use as a name, with file
7561 name completion over the results from applying this variable.
7562
7563 This variable is @code{((gnus-article-archive-name))} by default, which
7564 means that Gnus will look at the articles it saves for an
7565 @code{Archive-name} line and use that as a suggestion for the file
7566 name.
7567
7568 Here's an example function to clean up file names somewhat.  If you have
7569 lots of mail groups called things like
7570 @samp{nnml:mail.whatever}, you may want to chop off the beginning of
7571 these group names before creating the file name to save to.  The
7572 following will do just that:
7573
7574 @lisp
7575 (defun my-save-name (group)
7576   (when (string-match "^nnml:mail." group)
7577     (substring group (match-end 0))))
7578
7579 (setq gnus-split-methods
7580       '((gnus-article-archive-name)
7581         (my-save-name)))
7582 @end lisp
7583
7584
7585 @vindex gnus-use-long-file-name
7586 Finally, you have the @code{gnus-use-long-file-name} variable.  If it is
7587 @code{nil}, all the preceding functions will replace all periods
7588 (@samp{.}) in the group names with slashes (@samp{/})---which means that
7589 the functions will generate hierarchies of directories instead of having
7590 all the files in the top level directory
7591 (@file{~/News/alt/andrea-dworkin} instead of
7592 @file{~/News/alt.andrea-dworkin}.)  This variable is @code{t} by default
7593 on most systems.  However, for historical reasons, this is @code{nil} on
7594 Xenix and usg-unix-v machines by default.
7595
7596 This function also affects kill and score file names.  If this variable
7597 is a list, and the list contains the element @code{not-score}, long file
7598 names will not be used for score files, if it contains the element
7599 @code{not-save}, long file names will not be used for saving, and if it
7600 contains the element @code{not-kill}, long file names will not be used
7601 for kill files.
7602
7603 If you'd like to save articles in a hierarchy that looks something like
7604 a spool, you could
7605
7606 @lisp
7607 (setq gnus-use-long-file-name '(not-save)) ; @r{to get a hierarchy}
7608 (setq gnus-default-article-saver
7609       'gnus-summary-save-in-file)          ; @r{no encoding}
7610 @end lisp
7611
7612 Then just save with @kbd{o}.  You'd then read this hierarchy with
7613 ephemeral @code{nneething} groups---@kbd{G D} in the group buffer, and
7614 the top level directory as the argument (@file{~/News/}).  Then just walk
7615 around to the groups/directories with @code{nneething}.
7616
7617
7618 @node Decoding Articles
7619 @section Decoding Articles
7620 @cindex decoding articles
7621
7622 Sometime users post articles (or series of articles) that have been
7623 encoded in some way or other.  Gnus can decode them for you.
7624
7625 @menu
7626 * Uuencoded Articles::          Uudecode articles.
7627 * Shell Archives::              Unshar articles.
7628 * PostScript Files::            Split PostScript.
7629 * Other Files::                 Plain save and binhex.
7630 * Decoding Variables::          Variables for a happy decoding.
7631 * Viewing Files::               You want to look at the result of the decoding?
7632 @end menu
7633
7634 @cindex series
7635 @cindex article series
7636 All these functions use the process/prefix convention
7637 (@pxref{Process/Prefix}) for finding out what articles to work on, with
7638 the extension that a ``single article'' means ``a single series''.  Gnus
7639 can find out by itself what articles belong to a series, decode all the
7640 articles and unpack/view/save the resulting file(s).
7641
7642 Gnus guesses what articles are in the series according to the following
7643 simplish rule: The subjects must be (nearly) identical, except for the
7644 last two numbers of the line.  (Spaces are largely ignored, however.)
7645
7646 For example: If you choose a subject called @samp{cat.gif (2/3)}, Gnus
7647 will find all the articles that match the regexp @samp{^cat.gif
7648 ([0-9]+/[0-9]+).*$}.
7649
7650 Subjects that are non-standard, like @samp{cat.gif (2/3) Part 6 of a
7651 series}, will not be properly recognized by any of the automatic viewing
7652 commands, and you have to mark the articles manually with @kbd{#}.
7653
7654
7655 @node Uuencoded Articles
7656 @subsection Uuencoded Articles
7657 @cindex uudecode
7658 @cindex uuencoded articles
7659
7660 @table @kbd
7661
7662 @item X u
7663 @kindex X u (Summary)
7664 @findex gnus-uu-decode-uu
7665 @c @icon{gnus-uu-decode-uu}
7666 Uudecodes the current series (@code{gnus-uu-decode-uu}).
7667
7668 @item X U
7669 @kindex X U (Summary)
7670 @findex gnus-uu-decode-uu-and-save
7671 Uudecodes and saves the current series
7672 (@code{gnus-uu-decode-uu-and-save}).
7673
7674 @item X v u
7675 @kindex X v u (Summary)
7676 @findex gnus-uu-decode-uu-view
7677 Uudecodes and views the current series (@code{gnus-uu-decode-uu-view}).
7678
7679 @item X v U
7680 @kindex X v U (Summary)
7681 @findex gnus-uu-decode-uu-and-save-view
7682 Uudecodes, views and saves the current series
7683 (@code{gnus-uu-decode-uu-and-save-view}).
7684
7685 @end table
7686
7687 Remember that these all react to the presence of articles marked with
7688 the process mark.  If, for instance, you'd like to decode and save an
7689 entire newsgroup, you'd typically do @kbd{M P a}
7690 (@code{gnus-uu-mark-all}) and then @kbd{X U}
7691 (@code{gnus-uu-decode-uu-and-save}).
7692
7693 All this is very much different from how @code{gnus-uu} worked with
7694 @sc{gnus 4.1}, where you had explicit keystrokes for everything under
7695 the sun.  This version of @code{gnus-uu} generally assumes that you mark
7696 articles in some way (@pxref{Setting Process Marks}) and then press
7697 @kbd{X u}.
7698
7699 @vindex gnus-uu-notify-files
7700 Note: When trying to decode articles that have names matching
7701 @code{gnus-uu-notify-files}, which is hard-coded to
7702 @samp{[Cc][Ii][Nn][Dd][Yy][0-9]+.\\(gif\\|jpg\\)}, @code{gnus-uu} will
7703 automatically post an article on @samp{comp.unix.wizards} saying that
7704 you have just viewed the file in question.  This feature can't be turned
7705 off.
7706
7707
7708 @node Shell Archives
7709 @subsection Shell Archives
7710 @cindex unshar
7711 @cindex shell archives
7712 @cindex shared articles
7713
7714 Shell archives (``shar files'') used to be a popular way to distribute
7715 sources, but it isn't used all that much today.  In any case, we have
7716 some commands to deal with these:
7717
7718 @table @kbd
7719
7720 @item X s
7721 @kindex X s (Summary)
7722 @findex gnus-uu-decode-unshar
7723 Unshars the current series (@code{gnus-uu-decode-unshar}).
7724
7725 @item X S
7726 @kindex X S (Summary)
7727 @findex gnus-uu-decode-unshar-and-save
7728 Unshars and saves the current series (@code{gnus-uu-decode-unshar-and-save}).
7729
7730 @item X v s
7731 @kindex X v s (Summary)
7732 @findex gnus-uu-decode-unshar-view
7733 Unshars and views the current series (@code{gnus-uu-decode-unshar-view}).
7734
7735 @item X v S
7736 @kindex X v S (Summary)
7737 @findex gnus-uu-decode-unshar-and-save-view
7738 Unshars, views and saves the current series
7739 (@code{gnus-uu-decode-unshar-and-save-view}).
7740 @end table
7741
7742
7743 @node PostScript Files
7744 @subsection PostScript Files
7745 @cindex PostScript
7746
7747 @table @kbd
7748
7749 @item X p
7750 @kindex X p (Summary)
7751 @findex gnus-uu-decode-postscript
7752 Unpack the current PostScript series (@code{gnus-uu-decode-postscript}).
7753
7754 @item X P
7755 @kindex X P (Summary)
7756 @findex gnus-uu-decode-postscript-and-save
7757 Unpack and save the current PostScript series
7758 (@code{gnus-uu-decode-postscript-and-save}).
7759
7760 @item X v p
7761 @kindex X v p (Summary)
7762 @findex gnus-uu-decode-postscript-view
7763 View the current PostScript series
7764 (@code{gnus-uu-decode-postscript-view}).
7765
7766 @item X v P
7767 @kindex X v P (Summary)
7768 @findex gnus-uu-decode-postscript-and-save-view
7769 View and save the current PostScript series
7770 (@code{gnus-uu-decode-postscript-and-save-view}).
7771 @end table
7772
7773
7774 @node Other Files
7775 @subsection Other Files
7776
7777 @table @kbd
7778 @item X o
7779 @kindex X o (Summary)
7780 @findex gnus-uu-decode-save
7781 Save the current series
7782 (@code{gnus-uu-decode-save}).
7783
7784 @item X b
7785 @kindex X b (Summary)
7786 @findex gnus-uu-decode-binhex
7787 Unbinhex the current series (@code{gnus-uu-decode-binhex}).  This
7788 doesn't really work yet.
7789 @end table
7790
7791
7792 @node Decoding Variables
7793 @subsection Decoding Variables
7794
7795 Adjective, not verb.
7796
7797 @menu
7798 * Rule Variables::              Variables that say how a file is to be viewed.
7799 * Other Decode Variables::      Other decode variables.
7800 * Uuencoding and Posting::      Variables for customizing uuencoding.
7801 @end menu
7802
7803
7804 @node Rule Variables
7805 @subsubsection Rule Variables
7806 @cindex rule variables
7807
7808 Gnus uses @dfn{rule variables} to decide how to view a file.  All these
7809 variables are of the form
7810
7811 @lisp
7812       (list '(regexp1 command2)
7813             '(regexp2 command2)
7814             ...)
7815 @end lisp
7816
7817 @table @code
7818
7819 @item gnus-uu-user-view-rules
7820 @vindex gnus-uu-user-view-rules
7821 @cindex sox
7822 This variable is consulted first when viewing files.  If you wish to use,
7823 for instance, @code{sox} to convert an @file{.au} sound file, you could
7824 say something like:
7825 @lisp
7826 (setq gnus-uu-user-view-rules
7827       (list '("\\\\.au$" "sox %s -t .aiff > /dev/audio")))
7828 @end lisp
7829
7830 @item gnus-uu-user-view-rules-end
7831 @vindex gnus-uu-user-view-rules-end
7832 This variable is consulted if Gnus couldn't make any matches from the
7833 user and default view rules.
7834
7835 @item gnus-uu-user-archive-rules
7836 @vindex gnus-uu-user-archive-rules
7837 This variable can be used to say what commands should be used to unpack
7838 archives.
7839 @end table
7840
7841
7842 @node Other Decode Variables
7843 @subsubsection Other Decode Variables
7844
7845 @table @code
7846 @vindex gnus-uu-grabbed-file-functions
7847
7848 @item gnus-uu-grabbed-file-functions
7849 All functions in this list will be called right after each file has been
7850 successfully decoded---so that you can move or view files right away,
7851 and don't have to wait for all files to be decoded before you can do
7852 anything.  Ready-made functions you can put in this list are:
7853
7854 @table @code
7855
7856 @item gnus-uu-grab-view
7857 @findex gnus-uu-grab-view
7858 View the file.
7859
7860 @item gnus-uu-grab-move
7861 @findex gnus-uu-grab-move
7862 Move the file (if you're using a saving function.)
7863 @end table
7864
7865 @item gnus-uu-be-dangerous
7866 @vindex gnus-uu-be-dangerous
7867 Specifies what to do if unusual situations arise during decoding.  If
7868 @code{nil}, be as conservative as possible.  If @code{t}, ignore things
7869 that didn't work, and overwrite existing files.  Otherwise, ask each
7870 time.
7871
7872 @item gnus-uu-ignore-files-by-name
7873 @vindex gnus-uu-ignore-files-by-name
7874 Files with name matching this regular expression won't be viewed.
7875
7876 @item gnus-uu-ignore-files-by-type
7877 @vindex gnus-uu-ignore-files-by-type
7878 Files with a @acronym{MIME} type matching this variable won't be viewed.
7879 Note that Gnus tries to guess what type the file is based on the name.
7880 @code{gnus-uu} is not a @acronym{MIME} package (yet), so this is slightly
7881 kludgey.
7882
7883 @item gnus-uu-tmp-dir
7884 @vindex gnus-uu-tmp-dir
7885 Where @code{gnus-uu} does its work.
7886
7887 @item gnus-uu-do-not-unpack-archives
7888 @vindex gnus-uu-do-not-unpack-archives
7889 Non-@code{nil} means that @code{gnus-uu} won't peek inside archives
7890 looking for files to display.
7891
7892 @item gnus-uu-view-and-save
7893 @vindex gnus-uu-view-and-save
7894 Non-@code{nil} means that the user will always be asked to save a file
7895 after viewing it.
7896
7897 @item gnus-uu-ignore-default-view-rules
7898 @vindex gnus-uu-ignore-default-view-rules
7899 Non-@code{nil} means that @code{gnus-uu} will ignore the default viewing
7900 rules.
7901
7902 @item gnus-uu-ignore-default-archive-rules
7903 @vindex gnus-uu-ignore-default-archive-rules
7904 Non-@code{nil} means that @code{gnus-uu} will ignore the default archive
7905 unpacking commands.
7906
7907 @item gnus-uu-kill-carriage-return
7908 @vindex gnus-uu-kill-carriage-return
7909 Non-@code{nil} means that @code{gnus-uu} will strip all carriage returns
7910 from articles.
7911
7912 @item gnus-uu-unmark-articles-not-decoded
7913 @vindex gnus-uu-unmark-articles-not-decoded
7914 Non-@code{nil} means that @code{gnus-uu} will mark unsuccessfully
7915 decoded articles as unread.
7916
7917 @item gnus-uu-correct-stripped-uucode
7918 @vindex gnus-uu-correct-stripped-uucode
7919 Non-@code{nil} means that @code{gnus-uu} will @emph{try} to fix
7920 uuencoded files that have had trailing spaces deleted.
7921
7922 @item gnus-uu-pre-uudecode-hook
7923 @vindex gnus-uu-pre-uudecode-hook
7924 Hook run before sending a message to @code{uudecode}.
7925
7926 @item gnus-uu-view-with-metamail
7927 @vindex gnus-uu-view-with-metamail
7928 @cindex metamail
7929 Non-@code{nil} means that @code{gnus-uu} will ignore the viewing
7930 commands defined by the rule variables and just fudge a @acronym{MIME}
7931 content type based on the file name.  The result will be fed to
7932 @code{metamail} for viewing.
7933
7934 @item gnus-uu-save-in-digest
7935 @vindex gnus-uu-save-in-digest
7936 Non-@code{nil} means that @code{gnus-uu}, when asked to save without
7937 decoding, will save in digests.  If this variable is @code{nil},
7938 @code{gnus-uu} will just save everything in a file without any
7939 embellishments.  The digesting almost conforms to RFC 1153---no easy way
7940 to specify any meaningful volume and issue numbers were found, so I
7941 simply dropped them.
7942
7943 @end table
7944
7945
7946 @node Uuencoding and Posting
7947 @subsubsection Uuencoding and Posting
7948
7949 @table @code
7950
7951 @item gnus-uu-post-include-before-composing
7952 @vindex gnus-uu-post-include-before-composing
7953 Non-@code{nil} means that @code{gnus-uu} will ask for a file to encode
7954 before you compose the article.  If this variable is @code{t}, you can
7955 either include an encoded file with @kbd{C-c C-i} or have one included
7956 for you when you post the article.
7957
7958 @item gnus-uu-post-length
7959 @vindex gnus-uu-post-length
7960 Maximum length of an article.  The encoded file will be split into how
7961 many articles it takes to post the entire file.
7962
7963 @item gnus-uu-post-threaded
7964 @vindex gnus-uu-post-threaded
7965 Non-@code{nil} means that @code{gnus-uu} will post the encoded file in a
7966 thread.  This may not be smart, as no other decoder I have seen is able
7967 to follow threads when collecting uuencoded articles.  (Well, I have
7968 seen one package that does that---@code{gnus-uu}, but somehow, I don't
7969 think that counts@dots{}) Default is @code{nil}.
7970
7971 @item gnus-uu-post-separate-description
7972 @vindex gnus-uu-post-separate-description
7973 Non-@code{nil} means that the description will be posted in a separate
7974 article.  The first article will typically be numbered (0/x).  If this
7975 variable is @code{nil}, the description the user enters will be included
7976 at the beginning of the first article, which will be numbered (1/x).
7977 Default is @code{t}.
7978
7979 @end table
7980
7981
7982 @node Viewing Files
7983 @subsection Viewing Files
7984 @cindex viewing files
7985 @cindex pseudo-articles
7986
7987 After decoding, if the file is some sort of archive, Gnus will attempt
7988 to unpack the archive and see if any of the files in the archive can be
7989 viewed.  For instance, if you have a gzipped tar file @file{pics.tar.gz}
7990 containing the files @file{pic1.jpg} and @file{pic2.gif}, Gnus will
7991 uncompress and de-tar the main file, and then view the two pictures.
7992 This unpacking process is recursive, so if the archive contains archives
7993 of archives, it'll all be unpacked.
7994
7995 Finally, Gnus will normally insert a @dfn{pseudo-article} for each
7996 extracted file into the summary buffer.  If you go to these
7997 ``articles'', you will be prompted for a command to run (usually Gnus
7998 will make a suggestion), and then the command will be run.
7999
8000 @vindex gnus-view-pseudo-asynchronously
8001 If @code{gnus-view-pseudo-asynchronously} is @code{nil}, Emacs will wait
8002 until the viewing is done before proceeding.
8003
8004 @vindex gnus-view-pseudos
8005 If @code{gnus-view-pseudos} is @code{automatic}, Gnus will not insert
8006 the pseudo-articles into the summary buffer, but view them
8007 immediately.  If this variable is @code{not-confirm}, the user won't even
8008 be asked for a confirmation before viewing is done.
8009
8010 @vindex gnus-view-pseudos-separately
8011 If @code{gnus-view-pseudos-separately} is non-@code{nil}, one
8012 pseudo-article will be created for each file to be viewed.  If
8013 @code{nil}, all files that use the same viewing command will be given as
8014 a list of parameters to that command.
8015
8016 @vindex gnus-insert-pseudo-articles
8017 If @code{gnus-insert-pseudo-articles} is non-@code{nil}, insert
8018 pseudo-articles when decoding.  It is @code{t} by default.
8019
8020 So; there you are, reading your @emph{pseudo-articles} in your
8021 @emph{virtual newsgroup} from the @emph{virtual server}; and you think:
8022 Why isn't anything real anymore? How did we get here?
8023
8024
8025 @node Article Treatment
8026 @section Article Treatment
8027
8028 Reading through this huge manual, you may have quite forgotten that the
8029 object of newsreaders is to actually, like, read what people have
8030 written.  Reading articles.  Unfortunately, people are quite bad at
8031 writing, so there are tons of functions and variables to make reading
8032 these articles easier.
8033
8034 @menu
8035 * Article Highlighting::        You want to make the article look like fruit salad.
8036 * Article Fontisizing::         Making emphasized text look nice.
8037 * Article Hiding::              You also want to make certain info go away.
8038 * Article Washing::             Lots of way-neat functions to make life better.
8039 * Article Header::              Doing various header transformations.
8040 * Article Buttons::             Click on URLs, Message-IDs, addresses and the like.
8041 * Article Button Levels::       Controlling appearance of buttons.
8042 * Article Date::                Grumble, UT!
8043 * Article Display::             Display various stuff---X-Face, Picons, Smileys
8044 * Article Signature::           What is a signature?
8045 * Article Miscellanea::         Various other stuff.
8046 @end menu
8047
8048
8049 @node Article Highlighting
8050 @subsection Article Highlighting
8051 @cindex highlighting
8052
8053 Not only do you want your article buffer to look like fruit salad, but
8054 you want it to look like technicolor fruit salad.
8055
8056 @table @kbd
8057
8058 @item W H a
8059 @kindex W H a (Summary)
8060 @findex gnus-article-highlight
8061 @findex gnus-article-maybe-highlight
8062 Do much highlighting of the current article
8063 (@code{gnus-article-highlight}).  This function highlights header, cited
8064 text, the signature, and adds buttons to the body and the head.
8065
8066 @item W H h
8067 @kindex W H h (Summary)
8068 @findex gnus-article-highlight-headers
8069 @vindex gnus-header-face-alist
8070 Highlight the headers (@code{gnus-article-highlight-headers}).  The
8071 highlighting will be done according to the @code{gnus-header-face-alist}
8072 variable, which is a list where each element has the form
8073 @code{(@var{regexp} @var{name} @var{content})}.
8074 @var{regexp} is a regular expression for matching the
8075 header, @var{name} is the face used for highlighting the header name
8076 (@pxref{Faces and Fonts}) and @var{content} is the face for highlighting
8077 the header value.  The first match made will be used.  Note that
8078 @var{regexp} shouldn't have @samp{^} prepended---Gnus will add one.
8079
8080 @item W H c
8081 @kindex W H c (Summary)
8082 @findex gnus-article-highlight-citation
8083 Highlight cited text (@code{gnus-article-highlight-citation}).
8084
8085 Some variables to customize the citation highlights:
8086
8087 @table @code
8088 @vindex gnus-cite-parse-max-size
8089
8090 @item gnus-cite-parse-max-size
8091 If the article size if bigger than this variable (which is 25000 by
8092 default), no citation highlighting will be performed.
8093
8094 @item gnus-cite-max-prefix
8095 @vindex gnus-cite-max-prefix
8096 Maximum possible length for a citation prefix (default 20).
8097
8098 @item gnus-cite-face-list
8099 @vindex gnus-cite-face-list
8100 List of faces used for highlighting citations (@pxref{Faces and Fonts}).
8101 When there are citations from multiple articles in the same message,
8102 Gnus will try to give each citation from each article its own face.
8103 This should make it easier to see who wrote what.
8104
8105 @item gnus-supercite-regexp
8106 @vindex gnus-supercite-regexp
8107 Regexp matching normal Supercite attribution lines.
8108
8109 @item gnus-supercite-secondary-regexp
8110 @vindex gnus-supercite-secondary-regexp
8111 Regexp matching mangled Supercite attribution lines.
8112
8113 @item gnus-cite-minimum-match-count
8114 @vindex gnus-cite-minimum-match-count
8115 Minimum number of identical prefixes we have to see before we believe
8116 that it's a citation.
8117
8118 @item gnus-cite-attribution-prefix
8119 @vindex gnus-cite-attribution-prefix
8120 Regexp matching the beginning of an attribution line.
8121
8122 @item gnus-cite-attribution-suffix
8123 @vindex gnus-cite-attribution-suffix
8124 Regexp matching the end of an attribution line.
8125
8126 @item gnus-cite-attribution-face
8127 @vindex gnus-cite-attribution-face
8128 Face used for attribution lines.  It is merged with the face for the
8129 cited text belonging to the attribution.
8130
8131 @end table
8132
8133
8134 @item W H s
8135 @kindex W H s (Summary)
8136 @vindex gnus-signature-separator
8137 @vindex gnus-signature-face
8138 @findex gnus-article-highlight-signature
8139 Highlight the signature (@code{gnus-article-highlight-signature}).
8140 Everything after @code{gnus-signature-separator} (@pxref{Article
8141 Signature}) in an article will be considered a signature and will be
8142 highlighted with @code{gnus-signature-face}, which is @code{italic} by
8143 default.
8144
8145 @end table
8146
8147 @xref{Customizing Articles}, for how to highlight articles automatically.
8148
8149
8150 @node Article Fontisizing
8151 @subsection Article Fontisizing
8152 @cindex emphasis
8153 @cindex article emphasis
8154
8155 @findex gnus-article-emphasize
8156 @kindex W e (Summary)
8157 People commonly add emphasis to words in news articles by writing things
8158 like @samp{_this_} or @samp{*this*} or @samp{/this/}.  Gnus can make
8159 this look nicer by running the article through the @kbd{W e}
8160 (@code{gnus-article-emphasize}) command.
8161
8162 @vindex gnus-emphasis-alist
8163 How the emphasis is computed is controlled by the
8164 @code{gnus-emphasis-alist} variable.  This is an alist where the first
8165 element is a regular expression to be matched.  The second is a number
8166 that says what regular expression grouping is used to find the entire
8167 emphasized word.  The third is a number that says what regexp grouping
8168 should be displayed and highlighted.  (The text between these two
8169 groupings will be hidden.)  The fourth is the face used for
8170 highlighting.
8171
8172 @lisp
8173 (setq gnus-emphasis-alist
8174       '(("_\\(\\w+\\)_" 0 1 gnus-emphasis-underline)
8175         ("\\*\\(\\w+\\)\\*" 0 1 gnus-emphasis-bold)))
8176 @end lisp
8177
8178 @cindex slash
8179 @cindex asterisk
8180 @cindex underline
8181 @cindex /
8182 @cindex *
8183
8184 @vindex gnus-emphasis-underline
8185 @vindex gnus-emphasis-bold
8186 @vindex gnus-emphasis-italic
8187 @vindex gnus-emphasis-underline-bold
8188 @vindex gnus-emphasis-underline-italic
8189 @vindex gnus-emphasis-bold-italic
8190 @vindex gnus-emphasis-underline-bold-italic
8191 By default, there are seven rules, and they use the following faces:
8192 @code{gnus-emphasis-bold}, @code{gnus-emphasis-italic},
8193 @code{gnus-emphasis-underline}, @code{gnus-emphasis-bold-italic},
8194 @code{gnus-emphasis-underline-italic},
8195 @code{gnus-emphasis-underline-bold}, and
8196 @code{gnus-emphasis-underline-bold-italic}.
8197
8198 If you want to change these faces, you can either use @kbd{M-x
8199 customize}, or you can use @code{copy-face}.  For instance, if you want
8200 to make @code{gnus-emphasis-italic} use a red face instead, you could
8201 say something like:
8202
8203 @lisp
8204 (copy-face 'red 'gnus-emphasis-italic)
8205 @end lisp
8206
8207 @vindex gnus-group-highlight-words-alist
8208
8209 If you want to highlight arbitrary words, you can use the
8210 @code{gnus-group-highlight-words-alist} variable, which uses the same
8211 syntax as @code{gnus-emphasis-alist}.  The @code{highlight-words} group
8212 parameter (@pxref{Group Parameters}) can also be used.
8213
8214 @xref{Customizing Articles}, for how to fontize articles automatically.
8215
8216
8217 @node Article Hiding
8218 @subsection Article Hiding
8219 @cindex article hiding
8220
8221 Or rather, hiding certain things in each article.  There usually is much
8222 too much cruft in most articles.
8223
8224 @table @kbd
8225
8226 @item W W a
8227 @kindex W W a (Summary)
8228 @findex gnus-article-hide
8229 Do quite a lot of hiding on the article buffer
8230 (@kbd{gnus-article-hide}).  In particular, this function will hide
8231 headers, @acronym{PGP}, cited text and the signature.
8232
8233 @item W W h
8234 @kindex W W h (Summary)
8235 @findex gnus-article-hide-headers
8236 Hide headers (@code{gnus-article-hide-headers}).  @xref{Hiding
8237 Headers}.
8238
8239 @item W W b
8240 @kindex W W b (Summary)
8241 @findex gnus-article-hide-boring-headers
8242 Hide headers that aren't particularly interesting
8243 (@code{gnus-article-hide-boring-headers}).  @xref{Hiding Headers}.
8244
8245 @item W W s
8246 @kindex W W s (Summary)
8247 @findex gnus-article-hide-signature
8248 Hide signature (@code{gnus-article-hide-signature}).  @xref{Article
8249 Signature}.
8250
8251 @item W W l
8252 @kindex W W l (Summary)
8253 @findex gnus-article-hide-list-identifiers
8254 @vindex gnus-list-identifiers
8255 Strip list identifiers specified in @code{gnus-list-identifiers}.  These
8256 are strings some mailing list servers add to the beginning of all
8257 @code{Subject} headers---for example, @samp{[zebra 4711]}.  Any leading
8258 @samp{Re: } is skipped before stripping.  @code{gnus-list-identifiers}
8259 may not contain @code{\\(..\\)}.
8260
8261 @table @code
8262
8263 @item gnus-list-identifiers
8264 @vindex gnus-list-identifiers
8265 A regular expression that matches list identifiers to be removed from
8266 subject.  This can also be a list of regular expressions.
8267
8268 @end table
8269
8270 @item W W P
8271 @kindex W W P (Summary)
8272 @findex gnus-article-hide-pem
8273 Hide @acronym{PEM} (privacy enhanced messages) cruft
8274 (@code{gnus-article-hide-pem}).
8275
8276 @item W W B
8277 @kindex W W B (Summary)
8278 @findex gnus-article-strip-banner
8279 @vindex gnus-article-banner-alist
8280 @vindex gnus-article-address-banner-alist
8281 @cindex banner
8282 @cindex OneList
8283 @cindex stripping advertisements
8284 @cindex advertisements
8285 Strip the banner specified by the @code{banner} group parameter
8286 (@code{gnus-article-strip-banner}).  This is mainly used to hide those
8287 annoying banners and/or signatures that some mailing lists and moderated
8288 groups adds to all the messages.  The way to use this function is to add
8289 the @code{banner} group parameter (@pxref{Group Parameters}) to the
8290 group you want banners stripped from.  The parameter either be a string,
8291 which will be interpreted as a regular expression matching text to be
8292 removed, or the symbol @code{signature}, meaning that the (last)
8293 signature should be removed, or other symbol, meaning that the
8294 corresponding regular expression in @code{gnus-article-banner-alist} is
8295 used.
8296
8297 Regardless of a group, you can hide things like advertisements only when
8298 the sender of an article has a certain mail address specified in
8299 @code{gnus-article-address-banner-alist}.
8300
8301 @table @code
8302
8303 @item gnus-article-address-banner-alist
8304 @vindex gnus-article-address-banner-alist
8305 Alist of mail addresses and banners.  Each element has the form
8306 @code{(@var{address} . @var{banner})}, where @var{address} is a regexp
8307 matching a mail address in the From header, @var{banner} is one of a
8308 symbol @code{signature}, an item in @code{gnus-article-banner-alist},
8309 a regexp and @code{nil}.  If @var{address} matches author's mail
8310 address, it will remove things like advertisements.  For example, if a
8311 sender has the mail address @samp{hail@@yoo-hoo.co.jp} and there is a
8312 banner something like @samp{Do You Yoo-hoo!?} in all articles he
8313 sends, you can use the following element to remove them:
8314
8315 @lisp
8316 ("@@yoo-hoo\\.co\\.jp\\'" .
8317  "\n_+\nDo You Yoo-hoo!\\?\n.*\n.*\n")
8318 @end lisp
8319
8320 @end table
8321
8322 @item W W c
8323 @kindex W W c (Summary)
8324 @findex gnus-article-hide-citation
8325 Hide citation (@code{gnus-article-hide-citation}).  Some variables for
8326 customizing the hiding:
8327
8328 @table @code
8329
8330 @item gnus-cited-opened-text-button-line-format
8331 @itemx gnus-cited-closed-text-button-line-format
8332 @vindex gnus-cited-closed-text-button-line-format
8333 @vindex gnus-cited-opened-text-button-line-format
8334 Gnus adds buttons to show where the cited text has been hidden, and to
8335 allow toggle hiding the text.  The format of the variable is specified
8336 by these format-like variable (@pxref{Formatting Variables}).  These
8337 specs are valid:
8338
8339 @table @samp
8340 @item b
8341 Starting point of the hidden text.
8342 @item e
8343 Ending point of the hidden text.
8344 @item l
8345 Number of characters in the hidden region.
8346 @item n
8347 Number of lines of hidden text.
8348 @end table
8349
8350 @item gnus-cited-lines-visible
8351 @vindex gnus-cited-lines-visible
8352 The number of lines at the beginning of the cited text to leave
8353 shown.  This can also be a cons cell with the number of lines at the top
8354 and bottom of the text, respectively, to remain visible.
8355
8356 @end table
8357
8358 @item W W C-c
8359 @kindex W W C-c (Summary)
8360 @findex gnus-article-hide-citation-maybe
8361
8362 Hide citation (@code{gnus-article-hide-citation-maybe}) depending on the
8363 following two variables:
8364
8365 @table @code
8366 @item gnus-cite-hide-percentage
8367 @vindex gnus-cite-hide-percentage
8368 If the cited text is of a bigger percentage than this variable (default
8369 50), hide the cited text.
8370
8371 @item gnus-cite-hide-absolute
8372 @vindex gnus-cite-hide-absolute
8373 The cited text must have at least this length (default 10) before it
8374 is hidden.
8375 @end table
8376
8377 @item W W C
8378 @kindex W W C (Summary)
8379 @findex gnus-article-hide-citation-in-followups
8380 Hide cited text in articles that aren't roots
8381 (@code{gnus-article-hide-citation-in-followups}).  This isn't very
8382 useful as an interactive command, but might be a handy function to stick
8383 have happen automatically (@pxref{Customizing Articles}).
8384
8385 @end table
8386
8387 All these ``hiding'' commands are toggles, but if you give a negative
8388 prefix to these commands, they will show what they have previously
8389 hidden.  If you give a positive prefix, they will always hide.
8390
8391 Also @pxref{Article Highlighting} for further variables for
8392 citation customization.
8393
8394 @xref{Customizing Articles}, for how to hide article elements
8395 automatically.
8396
8397
8398 @node Article Washing
8399 @subsection Article Washing
8400 @cindex washing
8401 @cindex article washing
8402
8403 We call this ``article washing'' for a really good reason.  Namely, the
8404 @kbd{A} key was taken, so we had to use the @kbd{W} key instead.
8405
8406 @dfn{Washing} is defined by us as ``changing something from something to
8407 something else'', but normally results in something looking better.
8408 Cleaner, perhaps.
8409
8410 @xref{Customizing Articles}, if you want to change how Gnus displays
8411 articles by default.
8412
8413 @table @kbd
8414
8415 @item C-u g
8416 This is not really washing, it's sort of the opposite of washing.  If
8417 you type this, you see the article exactly as it exists on disk or on
8418 the server.
8419
8420 @item g
8421 Force redisplaying of the current article
8422 (@code{gnus-summary-show-article}).  This is also not really washing.
8423 If you type this, you see the article without any previously applied
8424 interactive Washing functions but with all default treatments
8425 (@pxref{Customizing Articles}).
8426
8427 @item W l
8428 @kindex W l (Summary)
8429 @findex gnus-summary-stop-page-breaking
8430 Remove page breaks from the current article
8431 (@code{gnus-summary-stop-page-breaking}).  @xref{Misc Article}, for page
8432 delimiters.
8433
8434 @item W r
8435 @kindex W r (Summary)
8436 @findex gnus-summary-caesar-message
8437 @c @icon{gnus-summary-caesar-message}
8438 Do a Caesar rotate (rot13) on the article buffer
8439 (@code{gnus-summary-caesar-message}).
8440 Unreadable articles that tell you to read them with Caesar rotate or rot13.
8441 (Typically offensive jokes and such.)
8442
8443 It's commonly called ``rot13'' because each letter is rotated 13
8444 positions in the alphabet, e. g. @samp{B} (letter #2) -> @samp{O} (letter
8445 #15).  It is sometimes referred to as ``Caesar rotate'' because Caesar
8446 is rumored to have employed this form of, uh, somewhat weak encryption.
8447
8448 @item W m
8449 @kindex W m (Summary)
8450 @findex gnus-summary-morse-message
8451 Morse decode the article buffer (@code{gnus-summary-morse-message}).
8452
8453 @item W t
8454 @item t
8455 @kindex W t (Summary)
8456 @kindex t (Summary)
8457 @findex gnus-summary-toggle-header
8458 Toggle whether to display all headers in the article buffer
8459 (@code{gnus-summary-toggle-header}).
8460
8461 @item W v
8462 @kindex W v (Summary)
8463 @findex gnus-summary-verbose-headers
8464 Toggle whether to display all headers in the article buffer permanently
8465 (@code{gnus-summary-verbose-headers}).
8466
8467 @item W o
8468 @kindex W o (Summary)
8469 @findex gnus-article-treat-overstrike
8470 Treat overstrike (@code{gnus-article-treat-overstrike}).
8471
8472 @item W d
8473 @kindex W d (Summary)
8474 @findex gnus-article-treat-dumbquotes
8475 @vindex gnus-article-dumbquotes-map
8476 @cindex Smartquotes
8477 @cindex M****s*** sm*rtq**t*s
8478 @cindex Latin 1
8479 Treat M****s*** sm*rtq**t*s according to
8480 @code{gnus-article-dumbquotes-map}
8481 (@code{gnus-article-treat-dumbquotes}).  Note that this function guesses
8482 whether a character is a sm*rtq**t* or not, so it should only be used
8483 interactively.
8484
8485 Sm*rtq**t*s are M****s***'s unilateral extension to the character map in
8486 an attempt to provide more quoting characters.  If you see something
8487 like @code{\222} or @code{\264} where you're expecting some kind of
8488 apostrophe or quotation mark, then try this wash.
8489
8490 @item W Y f
8491 @kindex W Y f (Summary)
8492 @findex gnus-article-outlook-deuglify-article
8493 @cindex Outlook Express
8494 Full deuglify of broken Outlook (Express) articles: Treat dumbquotes,
8495 unwrap lines, repair attribution and rearrange citation.
8496 (@code{gnus-article-outlook-deuglify-article}).
8497
8498 @item W Y u
8499 @kindex W Y u (Summary)
8500 @findex gnus-article-outlook-unwrap-lines
8501 @vindex gnus-outlook-deuglify-unwrap-min
8502 @vindex gnus-outlook-deuglify-unwrap-max
8503 Unwrap lines that appear to be wrapped citation lines.  You can control
8504 what lines will be unwrapped by frobbing
8505 @code{gnus-outlook-deuglify-unwrap-min} and
8506 @code{gnus-outlook-deuglify-unwrap-max}, indicating the minimum and
8507 maximum length of an unwrapped citation line.
8508 (@code{gnus-article-outlook-unwrap-lines}).
8509
8510 @item W Y a
8511 @kindex W Y a (Summary)
8512 @findex gnus-article-outlook-repair-attribution
8513 Repair a broken attribution line.@*
8514 (@code{gnus-article-outlook-repair-attribution}).
8515
8516 @item W Y c
8517 @kindex W Y c (Summary)
8518 @findex gnus-article-outlook-rearrange-citation
8519 Repair broken citations by rearranging the text.
8520 (@code{gnus-article-outlook-rearrange-citation}).
8521
8522 @item W w
8523 @kindex W w (Summary)
8524 @findex gnus-article-fill-cited-article
8525 Do word wrap (@code{gnus-article-fill-cited-article}).
8526
8527 You can give the command a numerical prefix to specify the width to use
8528 when filling.
8529
8530 @item W Q
8531 @kindex W Q (Summary)
8532 @findex gnus-article-fill-long-lines
8533 Fill long lines (@code{gnus-article-fill-long-lines}).
8534
8535 @item W C
8536 @kindex W C (Summary)
8537 @findex gnus-article-capitalize-sentences
8538 Capitalize the first word in each sentence
8539 (@code{gnus-article-capitalize-sentences}).
8540
8541 @item W c
8542 @kindex W c (Summary)
8543 @findex gnus-article-remove-cr
8544 Translate CRLF pairs (i. e., @samp{^M}s on the end of the lines) into LF
8545 (this takes care of DOS line endings), and then translate any remaining
8546 CRs into LF (this takes care of Mac line endings)
8547 (@code{gnus-article-remove-cr}).
8548
8549 @item W q
8550 @kindex W q (Summary)
8551 @findex gnus-article-de-quoted-unreadable
8552 Treat quoted-printable (@code{gnus-article-de-quoted-unreadable}).
8553 Quoted-Printable is one common @acronym{MIME} encoding employed when
8554 sending non-@acronym{ASCII} (i.e., 8-bit) articles.  It typically
8555 makes strings like @samp{d@'ej@`a vu} look like @samp{d=E9j=E0 vu},
8556 which doesn't look very readable to me.  Note that this is usually
8557 done automatically by Gnus if the message in question has a
8558 @code{Content-Transfer-Encoding} header that says that this encoding
8559 has been done.  If a prefix is given, a charset will be asked for.
8560
8561 @item W 6
8562 @kindex W 6 (Summary)
8563 @findex gnus-article-de-base64-unreadable
8564 Treat base64 (@code{gnus-article-de-base64-unreadable}).  Base64 is
8565 one common @acronym{MIME} encoding employed when sending
8566 non-@acronym{ASCII} (i.e., 8-bit) articles.  Note that this is
8567 usually done automatically by Gnus if the message in question has a
8568 @code{Content-Transfer-Encoding} header that says that this encoding
8569 has been done.  If a prefix is given, a charset will be asked for.
8570
8571 @item W Z
8572 @kindex W Z (Summary)
8573 @findex gnus-article-decode-HZ
8574 Treat HZ or HZP (@code{gnus-article-decode-HZ}).  HZ (or HZP) is one
8575 common encoding employed when sending Chinese articles.  It typically
8576 makes strings look like @samp{~@{<:Ky2;S@{#,NpJ)l6HK!#~@}}.
8577
8578 @item W A
8579 @kindex W A (Summary)
8580 @findex gnus-article-treat-ansi-sequences
8581 @cindex @acronym{ANSI} control sequences
8582 Translate @acronym{ANSI} SGR control sequences into overlays or
8583 extents (@code{gnus-article-treat-ansi-sequences}).  @acronym{ANSI}
8584 sequences are used in some Chinese hierarchies for highlighting.
8585
8586 @item W u
8587 @kindex W u (Summary)
8588 @findex gnus-article-unsplit-urls
8589 Remove newlines from within URLs.  Some mailers insert newlines into
8590 outgoing email messages to keep lines short.  This reformatting can
8591 split long URLs onto multiple lines.  Repair those URLs by removing
8592 the newlines (@code{gnus-article-unsplit-urls}).
8593
8594 @item W h
8595 @kindex W h (Summary)
8596 @findex gnus-article-wash-html
8597 Treat @acronym{HTML} (@code{gnus-article-wash-html}).  Note that this is
8598 usually done automatically by Gnus if the message in question has a
8599 @code{Content-Type} header that says that the message is @acronym{HTML}.
8600
8601 If a prefix is given, a charset will be asked for.
8602
8603 @vindex gnus-article-wash-function
8604 The default is to use the function specified by
8605 @code{mm-text-html-renderer} (@pxref{Display Customization, ,Display
8606 Customization, emacs-mime, The Emacs MIME Manual}) to convert the
8607 @acronym{HTML}, but this is controlled by the
8608 @code{gnus-article-wash-function} variable.  Pre-defined functions you
8609 can use include:
8610
8611 @table @code
8612 @item w3
8613 Use Emacs/w3.
8614
8615 @item w3m
8616 Use @uref{http://emacs-w3m.namazu.org/, emacs-w3m}.
8617
8618 @item links
8619 Use @uref{http://links.sf.net/, Links}.
8620
8621 @item lynx
8622 Use @uref{http://lynx.isc.org/, Lynx}.
8623
8624 @item html2text
8625 Use html2text---a simple @acronym{HTML} converter included with Gnus.
8626
8627 @end table
8628
8629 @item W b
8630 @kindex W b (Summary)
8631 @findex gnus-article-add-buttons
8632 Add clickable buttons to the article (@code{gnus-article-add-buttons}).
8633 @xref{Article Buttons}.
8634
8635 @item W B
8636 @kindex W B (Summary)
8637 @findex gnus-article-add-buttons-to-head
8638 Add clickable buttons to the article headers
8639 (@code{gnus-article-add-buttons-to-head}).
8640
8641 @item W p
8642 @kindex W p (Summary)
8643 @findex gnus-article-verify-x-pgp-sig
8644 Verify a signed control message
8645 (@code{gnus-article-verify-x-pgp-sig}).  Control messages such as
8646 @code{newgroup} and @code{checkgroups} are usually signed by the
8647 hierarchy maintainer.  You need to add the @acronym{PGP} public key of
8648 the maintainer to your keyring to verify the
8649 message.@footnote{@acronym{PGP} keys for many hierarchies are
8650 available at @uref{ftp://ftp.isc.org/pub/pgpcontrol/README.html}}
8651
8652 @item W s
8653 @kindex W s (Summary)
8654 @findex gnus-summary-force-verify-and-decrypt
8655 Verify a signed (@acronym{PGP}, @acronym{PGP/MIME} or
8656 @acronym{S/MIME}) message
8657 (@code{gnus-summary-force-verify-and-decrypt}). @xref{Security}.
8658
8659 @item W a
8660 @kindex W a (Summary)
8661 @findex gnus-article-strip-headers-in-body
8662 Strip headers like the @code{X-No-Archive} header from the beginning of
8663 article bodies (@code{gnus-article-strip-headers-in-body}).
8664
8665 @item W E l
8666 @kindex W E l (Summary)
8667 @findex gnus-article-strip-leading-blank-lines
8668 Remove all blank lines from the beginning of the article
8669 (@code{gnus-article-strip-leading-blank-lines}).
8670
8671 @item W E m
8672 @kindex W E m (Summary)
8673 @findex gnus-article-strip-multiple-blank-lines
8674 Replace all blank lines with empty lines and then all multiple empty
8675 lines with a single empty line.
8676 (@code{gnus-article-strip-multiple-blank-lines}).
8677
8678 @item W E t
8679 @kindex W E t (Summary)
8680 @findex gnus-article-remove-trailing-blank-lines
8681 Remove all blank lines at the end of the article
8682 (@code{gnus-article-remove-trailing-blank-lines}).
8683
8684 @item W E a
8685 @kindex W E a (Summary)
8686 @findex gnus-article-strip-blank-lines
8687 Do all the three commands above
8688 (@code{gnus-article-strip-blank-lines}).
8689
8690 @item W E A
8691 @kindex W E A (Summary)
8692 @findex gnus-article-strip-all-blank-lines
8693 Remove all blank lines
8694 (@code{gnus-article-strip-all-blank-lines}).
8695
8696 @item W E s
8697 @kindex W E s (Summary)
8698 @findex gnus-article-strip-leading-space
8699 Remove all white space from the beginning of all lines of the article
8700 body (@code{gnus-article-strip-leading-space}).
8701
8702 @item W E e
8703 @kindex W E e (Summary)
8704 @findex gnus-article-strip-trailing-space
8705 Remove all white space from the end of all lines of the article
8706 body (@code{gnus-article-strip-trailing-space}).
8707
8708 @end table
8709
8710 @xref{Customizing Articles}, for how to wash articles automatically.
8711
8712
8713 @node Article Header
8714 @subsection Article Header
8715
8716 These commands perform various transformations of article header.
8717
8718 @table @kbd
8719
8720 @item W G u
8721 @kindex W G u (Summary)
8722 @findex gnus-article-treat-unfold-headers
8723 Unfold folded header lines (@code{gnus-article-treat-unfold-headers}).
8724
8725 @item W G n
8726 @kindex W G n (Summary)
8727 @findex gnus-article-treat-fold-newsgroups
8728 Fold the @code{Newsgroups} and @code{Followup-To} headers
8729 (@code{gnus-article-treat-fold-newsgroups}).
8730
8731 @item W G f
8732 @kindex W G f (Summary)
8733 @findex gnus-article-treat-fold-headers
8734 Fold all the message headers
8735 (@code{gnus-article-treat-fold-headers}).
8736
8737 @item W E w
8738 @kindex W E w (Summary)
8739 @findex gnus-article-remove-leading-whitespace
8740 Remove excessive whitespace from all headers
8741 (@code{gnus-article-remove-leading-whitespace}).
8742
8743 @end table
8744
8745
8746 @node Article Buttons
8747 @subsection Article Buttons
8748 @cindex buttons
8749
8750 People often include references to other stuff in articles, and it would
8751 be nice if Gnus could just fetch whatever it is that people talk about
8752 with the minimum of fuzz when you hit @kbd{RET} or use the middle mouse
8753 button on these references.
8754
8755 @vindex gnus-button-man-handler
8756 Gnus adds @dfn{buttons} to certain standard references by default:
8757 Well-formed URLs, mail addresses, Message-IDs, Info links, man pages and
8758 Emacs or Gnus related references.  This is controlled by two variables,
8759 one that handles article bodies and one that handles article heads:
8760
8761 @table @code
8762
8763 @item gnus-button-alist
8764 @vindex gnus-button-alist
8765 This is an alist where each entry has this form:
8766
8767 @lisp
8768 (@var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8769 @end lisp
8770
8771 @table @var
8772
8773 @item regexp
8774 All text that match this regular expression (case insensitive) will be
8775 considered an external reference.  Here's a typical regexp that matches
8776 embedded URLs: @samp{<URL:\\([^\n\r>]*\\)>}.  This can also be a
8777 variable containing a regexp, useful variables to use include
8778 @code{gnus-button-url-regexp} and @code{gnus-button-mid-or-mail-regexp}.
8779
8780 @item button-par
8781 Gnus has to know which parts of the matches is to be highlighted.  This
8782 is a number that says what sub-expression of the regexp is to be
8783 highlighted.  If you want it all highlighted, you use 0 here.
8784
8785 @item use-p
8786 This form will be @code{eval}ed, and if the result is non-@code{nil},
8787 this is considered a match.  This is useful if you want extra sifting to
8788 avoid false matches.  Often variables named
8789 @code{gnus-button-@var{*}-level} are used here, @xref{Article Button
8790 Levels}, but any other form may be used too.
8791
8792 @c @code{use-p} is @code{eval}ed only if @code{regexp} matches.
8793
8794 @item function
8795 This function will be called when you click on this button.
8796
8797 @item data-par
8798 As with @var{button-par}, this is a sub-expression number, but this one
8799 says which part of the match is to be sent as data to @var{function}.
8800
8801 @end table
8802
8803 So the full entry for buttonizing URLs is then
8804
8805 @lisp
8806 ("<URL:\\([^\n\r>]*\\)>" 0 t gnus-button-url 1)
8807 @end lisp
8808
8809 @item gnus-header-button-alist
8810 @vindex gnus-header-button-alist
8811 This is just like the other alist, except that it is applied to the
8812 article head only, and that each entry has an additional element that is
8813 used to say what headers to apply the buttonize coding to:
8814
8815 @lisp
8816 (@var{header} @var{regexp} @var{button-par} @var{use-p} @var{function} @var{data-par})
8817 @end lisp
8818
8819 @var{header} is a regular expression.
8820 @end table
8821
8822 @subsubsection Related variables and functions
8823
8824 @table @code
8825 @item gnus-button-@var{*}-level
8826 @xref{Article Button Levels}.
8827
8828 @c Stuff related to gnus-button-browse-level
8829
8830 @item gnus-button-url-regexp
8831 @vindex gnus-button-url-regexp
8832 A regular expression that matches embedded URLs.  It is used in the
8833 default values of the variables above.
8834
8835 @c Stuff related to gnus-button-man-level
8836
8837 @item gnus-button-man-handler
8838 @vindex gnus-button-man-handler
8839 The function to use for displaying man pages.  It must take at least one
8840 argument with a string naming the man page.
8841
8842 @c Stuff related to gnus-button-message-level
8843
8844 @item gnus-button-mid-or-mail-regexp
8845 @vindex gnus-button-mid-or-mail-regexp
8846 Regular expression that matches a message ID or a mail address.
8847
8848 @item gnus-button-prefer-mid-or-mail
8849 @vindex gnus-button-prefer-mid-or-mail
8850 This variable determines what to do when the button on a string as
8851 @samp{foo123@@bar.invalid} is pushed.  Strings like this can be either a
8852 message ID or a mail address.  If it is one of the symbols @code{mid} or
8853 @code{mail}, Gnus will always assume that the string is a message ID or
8854 a mail address, respectively.  If this variable is set to the symbol
8855 @code{ask}, always query the user what do do.  If it is a function, this
8856 function will be called with the string as its only argument.  The
8857 function must return @code{mid}, @code{mail}, @code{invalid} or
8858 @code{ask}.  The default value is the function
8859 @code{gnus-button-mid-or-mail-heuristic}.
8860
8861 @item gnus-button-mid-or-mail-heuristic
8862 @findex gnus-button-mid-or-mail-heuristic
8863 Function that guesses whether its argument is a message ID or a mail
8864 address.  Returns @code{mid} if it's a message IDs, @code{mail} if
8865 it's a mail address, @code{ask} if unsure and @code{invalid} if the
8866 string is invalid.
8867
8868 @item gnus-button-mid-or-mail-heuristic-alist
8869 @vindex gnus-button-mid-or-mail-heuristic-alist
8870 An alist of @code{(RATE . REGEXP)} pairs used by the function
8871 @code{gnus-button-mid-or-mail-heuristic}.
8872
8873 @c Stuff related to gnus-button-tex-level
8874
8875 @item gnus-button-ctan-handler
8876 @findex gnus-button-ctan-handler
8877 The function to use for displaying CTAN links.  It must take one
8878 argument, the string naming the URL.
8879
8880 @item gnus-ctan-url
8881 @vindex gnus-ctan-url
8882 Top directory of a CTAN (Comprehensive TeX Archive Network) archive used
8883 by @code{gnus-button-ctan-handler}.
8884
8885 @c Misc stuff
8886
8887 @item gnus-article-button-face
8888 @vindex gnus-article-button-face
8889 Face used on buttons.
8890
8891 @item gnus-article-mouse-face
8892 @vindex gnus-article-mouse-face
8893 Face used when the mouse cursor is over a button.
8894
8895 @end table
8896
8897 @xref{Customizing Articles}, for how to buttonize articles automatically.
8898
8899
8900 @node Article Button Levels
8901 @subsection Article button levels
8902 @cindex button levels
8903 The higher the value of the variables @code{gnus-button-@var{*}-level},
8904 the more buttons will appear.  If the level is zero, no corresponding
8905 buttons are displayed.  With the default value (which is 5) you should
8906 already see quite a lot of buttons.  With higher levels, you will see
8907 more buttons, but you may also get more false positives.  To avoid them,
8908 you can set the variables @code{gnus-button-@var{*}-level} local to
8909 specific groups (@pxref{Group Parameters}).  Here's an example for the
8910 variable @code{gnus-parameters}:
8911
8912 @lisp
8913 ;; @r{increase @code{gnus-button-*-level} in some groups:}
8914 (setq gnus-parameters
8915       '(("\\<\\(emacs\\|gnus\\)\\>" (gnus-button-emacs-level 10))
8916         ("\\<unix\\>"               (gnus-button-man-level 10))
8917         ("\\<tex\\>"                (gnus-button-tex-level 10))))
8918 @end lisp
8919
8920 @table @code
8921
8922 @item gnus-button-browse-level
8923 @vindex gnus-button-browse-level
8924 Controls the display of references to message IDs, mail addresses and
8925 news URLs.  Related variables and functions include
8926 @code{gnus-button-url-regexp}, @code{browse-url}, and
8927 @code{browse-url-browser-function}.
8928
8929 @item gnus-button-emacs-level
8930 @vindex gnus-button-emacs-level
8931 Controls the display of Emacs or Gnus references.  Related functions are
8932 @code{gnus-button-handle-custom},
8933 @code{gnus-button-handle-describe-function},
8934 @code{gnus-button-handle-describe-variable},
8935 @code{gnus-button-handle-symbol},
8936 @code{gnus-button-handle-describe-key},
8937 @code{gnus-button-handle-apropos},
8938 @code{gnus-button-handle-apropos-command},
8939 @code{gnus-button-handle-apropos-variable},
8940 @code{gnus-button-handle-apropos-documentation}, and
8941 @code{gnus-button-handle-library}.
8942
8943 @item gnus-button-man-level
8944 @vindex gnus-button-man-level
8945 Controls the display of references to (Unix) man pages.
8946 See @code{gnus-button-man-handler}.
8947
8948 @item gnus-button-message-level
8949 @vindex gnus-button-message-level
8950 Controls the display of message IDs, mail addresses and news URLs.
8951 Related variables and functions include
8952 @code{gnus-button-mid-or-mail-regexp},
8953 @code{gnus-button-prefer-mid-or-mail},
8954 @code{gnus-button-mid-or-mail-heuristic}, and
8955 @code{gnus-button-mid-or-mail-heuristic-alist}.
8956
8957 @item gnus-button-tex-level
8958 @vindex gnus-button-tex-level
8959 Controls the display of references to @TeX{} or LaTeX stuff, e.g. for CTAN
8960 URLs.  See the variables @code{gnus-ctan-url},
8961 @code{gnus-button-ctan-handler},
8962 @code{gnus-button-ctan-directory-regexp}, and
8963 @code{gnus-button-handle-ctan-bogus-regexp}.
8964
8965 @end table
8966
8967
8968 @node Article Date
8969 @subsection Article Date
8970
8971 The date is most likely generated in some obscure timezone you've never
8972 heard of, so it's quite nice to be able to find out what the time was
8973 when the article was sent.
8974
8975 @table @kbd
8976
8977 @item W T u
8978 @kindex W T u (Summary)
8979 @findex gnus-article-date-ut
8980 Display the date in UT (aka. GMT, aka ZULU)
8981 (@code{gnus-article-date-ut}).
8982
8983 @item W T i
8984 @kindex W T i (Summary)
8985 @findex gnus-article-date-iso8601
8986 @cindex ISO 8601
8987 Display the date in international format, aka. ISO 8601
8988 (@code{gnus-article-date-iso8601}).
8989
8990 @item W T l
8991 @kindex W T l (Summary)
8992 @findex gnus-article-date-local
8993 Display the date in the local timezone (@code{gnus-article-date-local}).
8994
8995 @item W T p
8996 @kindex W T p (Summary)
8997 @findex gnus-article-date-english
8998 Display the date in a format that's easily pronounceable in English
8999 (@code{gnus-article-date-english}).
9000
9001 @item W T s
9002 @kindex W T s (Summary)
9003 @vindex gnus-article-time-format
9004 @findex gnus-article-date-user
9005 @findex format-time-string
9006 Display the date using a user-defined format
9007 (@code{gnus-article-date-user}).  The format is specified by the
9008 @code{gnus-article-time-format} variable, and is a string that's passed
9009 to @code{format-time-string}.  See the documentation of that variable
9010 for a list of possible format specs.
9011
9012 @item W T e
9013 @kindex W T e (Summary)
9014 @findex gnus-article-date-lapsed
9015 @findex gnus-start-date-timer
9016 @findex gnus-stop-date-timer
9017 Say how much time has elapsed between the article was posted and now
9018 (@code{gnus-article-date-lapsed}).  It looks something like:
9019
9020 @example
9021 X-Sent: 6 weeks, 4 days, 1 hour, 3 minutes, 8 seconds ago
9022 @end example
9023
9024 @vindex gnus-article-date-lapsed-new-header
9025 The value of @code{gnus-article-date-lapsed-new-header} determines
9026 whether this header will just be added below the old Date one, or will
9027 replace it.
9028
9029 An advantage of using Gnus to read mail is that it converts simple bugs
9030 into wonderful absurdities.
9031
9032 If you want to have this line updated continually, you can put
9033
9034 @lisp
9035 (gnus-start-date-timer)
9036 @end lisp
9037
9038 in your @file{~/.gnus.el} file, or you can run it off of some hook.  If
9039 you want to stop the timer, you can use the @code{gnus-stop-date-timer}
9040 command.
9041
9042 @item W T o
9043 @kindex W T o (Summary)
9044 @findex gnus-article-date-original
9045 Display the original date (@code{gnus-article-date-original}).  This can
9046 be useful if you normally use some other conversion function and are
9047 worried that it might be doing something totally wrong.  Say, claiming
9048 that the article was posted in 1854.  Although something like that is
9049 @emph{totally} impossible.  Don't you trust me? *titter*
9050
9051 @end table
9052
9053 @xref{Customizing Articles}, for how to display the date in your
9054 preferred format automatically.
9055
9056
9057 @node Article Display
9058 @subsection Article Display
9059 @cindex picons
9060 @cindex x-face
9061 @cindex smileys
9062
9063 These commands add various frivolous display gimmicks to the article
9064 buffer in Emacs versions that support them.
9065
9066 @code{X-Face} headers are small black-and-white images supplied by the
9067 message headers (@pxref{X-Face}).
9068
9069 @code{Face} headers are small colored images supplied by the message
9070 headers (@pxref{Face}).
9071
9072 Smileys are those little @samp{:-)} symbols that people like to litter
9073 their messages with (@pxref{Smileys}).
9074
9075 Picons, on the other hand, reside on your own system, and Gnus will
9076 try to match the headers to what you have (@pxref{Picons}).
9077
9078 All these functions are toggles---if the elements already exist,
9079 they'll be removed.
9080
9081 @table @kbd
9082 @item W D x
9083 @kindex W D x (Summary)
9084 @findex gnus-article-display-x-face
9085 Display an @code{X-Face} in the @code{From} header.
9086 (@code{gnus-article-display-x-face}).
9087
9088 @item W D d
9089 @kindex W D d (Summary)
9090 @findex gnus-article-display-face
9091 Display a @code{Face} in the @code{From} header.
9092 (@code{gnus-article-display-face}).
9093
9094 @item W D s
9095 @kindex W D s (Summary)
9096 @findex gnus-treat-smiley
9097 Display smileys (@code{gnus-treat-smiley}).
9098
9099 @item W D f
9100 @kindex W D f (Summary)
9101 @findex gnus-treat-from-picon
9102 Piconify the @code{From} header (@code{gnus-treat-from-picon}).
9103
9104 @item W D m
9105 @kindex W D m (Summary)
9106 @findex gnus-treat-mail-picon
9107 Piconify all mail headers (i. e., @code{Cc}, @code{To})
9108 (@code{gnus-treat-mail-picon}).
9109
9110 @item W D n
9111 @kindex W D n (Summary)
9112 @findex gnus-treat-newsgroups-picon
9113 Piconify all news headers (i. e., @code{Newsgroups} and
9114 @code{Followup-To}) (@code{gnus-treat-newsgroups-picon}).
9115
9116 @item W D D
9117 @kindex W D D (Summary)
9118 @findex gnus-article-remove-images
9119 Remove all images from the article buffer
9120 (@code{gnus-article-remove-images}).
9121
9122 @end table
9123
9124
9125
9126 @node Article Signature
9127 @subsection Article Signature
9128 @cindex signatures
9129 @cindex article signature
9130
9131 @vindex gnus-signature-separator
9132 Each article is divided into two parts---the head and the body.  The
9133 body can be divided into a signature part and a text part.  The variable
9134 that says what is to be considered a signature is
9135 @code{gnus-signature-separator}.  This is normally the standard
9136 @samp{^-- $} as mandated by son-of-RFC 1036.  However, many people use
9137 non-standard signature separators, so this variable can also be a list
9138 of regular expressions to be tested, one by one.  (Searches are done
9139 from the end of the body towards the beginning.)  One likely value is:
9140
9141 @lisp
9142 (setq gnus-signature-separator
9143       '("^-- $"         ; @r{The standard}
9144         "^-- *$"        ; @r{A common mangling}
9145         "^-------*$"    ; @r{Many people just use a looong}
9146                         ; @r{line of dashes.  Shame!}
9147         "^ *--------*$" ; @r{Double-shame!}
9148         "^________*$"   ; @r{Underscores are also popular}
9149         "^========*$")) ; @r{Pervert!}
9150 @end lisp
9151
9152 The more permissive you are, the more likely it is that you'll get false
9153 positives.
9154
9155 @vindex gnus-signature-limit
9156 @code{gnus-signature-limit} provides a limit to what is considered a
9157 signature when displaying articles.
9158
9159 @enumerate
9160 @item
9161 If it is an integer, no signature may be longer (in characters) than
9162 that integer.
9163 @item
9164 If it is a floating point number, no signature may be longer (in lines)
9165 than that number.
9166 @item
9167 If it is a function, the function will be called without any parameters,
9168 and if it returns @code{nil}, there is no signature in the buffer.
9169 @item
9170 If it is a string, it will be used as a regexp.  If it matches, the text
9171 in question is not a signature.
9172 @end enumerate
9173
9174 This variable can also be a list where the elements may be of the types
9175 listed above.  Here's an example:
9176
9177 @lisp
9178 (setq gnus-signature-limit
9179       '(200.0 "^---*Forwarded article"))
9180 @end lisp
9181
9182 This means that if there are more than 200 lines after the signature
9183 separator, or the text after the signature separator is matched by
9184 the regular expression @samp{^---*Forwarded article}, then it isn't a
9185 signature after all.
9186
9187
9188 @node Article Miscellanea
9189 @subsection Article Miscellanea
9190
9191 @table @kbd
9192 @item A t
9193 @kindex A t (Summary)
9194 @findex gnus-article-babel
9195 Translate the article from one language to another
9196 (@code{gnus-article-babel}).
9197
9198 @end table
9199
9200
9201 @node MIME Commands
9202 @section MIME Commands
9203 @cindex MIME decoding
9204 @cindex attachments
9205 @cindex viewing attachments
9206
9207 The following commands all understand the numerical prefix.  For
9208 instance, @kbd{3 b} means ``view the third @acronym{MIME} part''.
9209
9210 @table @kbd
9211 @item b
9212 @itemx K v
9213 @kindex b (Summary)
9214 @kindex K v (Summary)
9215 View the @acronym{MIME} part.
9216
9217 @item K o
9218 @kindex K o (Summary)
9219 Save the @acronym{MIME} part.
9220
9221 @item K c
9222 @kindex K c (Summary)
9223 Copy the @acronym{MIME} part.
9224
9225 @item K e
9226 @kindex K e (Summary)
9227 View the @acronym{MIME} part externally.
9228
9229 @item K i
9230 @kindex K i (Summary)
9231 View the @acronym{MIME} part internally.
9232
9233 @item K |
9234 @kindex K | (Summary)
9235 Pipe the @acronym{MIME} part to an external command.
9236 @end table
9237
9238 The rest of these @acronym{MIME} commands do not use the numerical prefix in
9239 the same manner:
9240
9241 @table @kbd
9242 @item K b
9243 @kindex K b (Summary)
9244 Make all the @acronym{MIME} parts have buttons in front of them.  This is
9245 mostly useful if you wish to save (or perform other actions) on inlined
9246 parts.
9247
9248 @item K m
9249 @kindex K m (Summary)
9250 @findex gnus-summary-repair-multipart
9251 Some multipart messages are transmitted with missing or faulty headers.
9252 This command will attempt to ``repair'' these messages so that they can
9253 be viewed in a more pleasant manner
9254 (@code{gnus-summary-repair-multipart}).
9255
9256 @item X m
9257 @kindex X m (Summary)
9258 @findex gnus-summary-save-parts
9259 Save all parts matching a @acronym{MIME} type to a directory
9260 (@code{gnus-summary-save-parts}).  Understands the process/prefix
9261 convention (@pxref{Process/Prefix}).
9262
9263 @item M-t
9264 @kindex M-t (Summary)
9265 @findex gnus-summary-toggle-display-buttonized
9266 Toggle the buttonized display of the article buffer
9267 (@code{gnus-summary-toggle-display-buttonized}).
9268
9269 @item W M w
9270 @kindex W M w (Summary)
9271 @findex gnus-article-decode-mime-words
9272 Decode RFC 2047-encoded words in the article headers
9273 (@code{gnus-article-decode-mime-words}).
9274
9275 @item W M c
9276 @kindex W M c (Summary)
9277 @findex gnus-article-decode-charset
9278 Decode encoded article bodies as well as charsets
9279 (@code{gnus-article-decode-charset}).
9280
9281 This command looks in the @code{Content-Type} header to determine the
9282 charset.  If there is no such header in the article, you can give it a
9283 prefix, which will prompt for the charset to decode as.  In regional
9284 groups where people post using some common encoding (but do not
9285 include @acronym{MIME} headers), you can set the @code{charset} group/topic
9286 parameter to the required charset (@pxref{Group Parameters}).
9287
9288 @item W M v
9289 @kindex W M v (Summary)
9290 @findex gnus-mime-view-all-parts
9291 View all the @acronym{MIME} parts in the current article
9292 (@code{gnus-mime-view-all-parts}).
9293
9294 @end table
9295
9296 Relevant variables:
9297
9298 @table @code
9299 @item gnus-ignored-mime-types
9300 @vindex gnus-ignored-mime-types
9301 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9302 this list will be completely ignored by Gnus.  The default value is
9303 @code{nil}.
9304
9305 To have all Vcards be ignored, you'd say something like this:
9306
9307 @lisp
9308 (setq gnus-ignored-mime-types
9309       '("text/x-vcard"))
9310 @end lisp
9311
9312 @item gnus-article-loose-mime
9313 @vindex gnus-article-loose-mime
9314 If non-@code{nil}, Gnus won't require the @samp{MIME-Version} header
9315 before interpreting the message as a @acronym{MIME} message.  This helps
9316 when reading messages from certain broken mail user agents.  The
9317 default is @code{nil}.
9318
9319 @item gnus-article-emulate-mime
9320 @vindex gnus-article-emulate-mime
9321 There are other, non-@acronym{MIME} encoding methods used.  The most common
9322 is @samp{uuencode}, but yEncode is also getting to be popular.  If
9323 this variable is non-@code{nil}, Gnus will look in message bodies to
9324 see if it finds these encodings, and if so, it'll run them through the
9325 Gnus @acronym{MIME} machinery.  The default is @code{t}.
9326
9327 @item gnus-unbuttonized-mime-types
9328 @vindex gnus-unbuttonized-mime-types
9329 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9330 this list won't have @acronym{MIME} buttons inserted unless they aren't
9331 displayed or this variable is overridden by
9332 @code{gnus-buttonized-mime-types}.  The default value is
9333 @code{(".*/.*")}.  This variable is only used when
9334 @code{gnus-inhibit-mime-unbuttonizing} is @code{nil}.
9335
9336 @item gnus-buttonized-mime-types
9337 @vindex gnus-buttonized-mime-types
9338 This is a list of regexps.  @acronym{MIME} types that match a regexp from
9339 this list will have @acronym{MIME} buttons inserted unless they aren't
9340 displayed.  This variable overrides
9341 @code{gnus-unbuttonized-mime-types}.  The default value is @code{nil}.
9342 This variable is only used when @code{gnus-inhibit-mime-unbuttonizing}
9343 is @code{nil}.
9344
9345 To see e.g. security buttons but no other buttons, you could set this
9346 variable to @code{("multipart/signed")} and leave
9347 @code{gnus-unbuttonized-mime-types} at the default value.
9348
9349 @item gnus-inhibit-mime-unbuttonizing
9350 @vindex gnus-inhibit-mime-unbuttonizing
9351 If this is non-@code{nil}, then all @acronym{MIME} parts get buttons.  The
9352 default value is @code{nil}.
9353
9354 @item gnus-article-mime-part-function
9355 @vindex gnus-article-mime-part-function
9356 For each @acronym{MIME} part, this function will be called with the @acronym{MIME}
9357 handle as the parameter.  The function is meant to be used to allow
9358 users to gather information from the article (e. g., add Vcard info to
9359 the bbdb database) or to do actions based on parts (e. g., automatically
9360 save all jpegs into some directory).
9361
9362 Here's an example function the does the latter:
9363
9364 @lisp
9365 (defun my-save-all-jpeg-parts (handle)
9366   (when (equal (car (mm-handle-type handle)) "image/jpeg")
9367     (with-temp-buffer
9368       (insert (mm-get-part handle))
9369       (write-region (point-min) (point-max)
9370                     (read-file-name "Save jpeg to: ")))))
9371 (setq gnus-article-mime-part-function
9372       'my-save-all-jpeg-parts)
9373 @end lisp
9374
9375 @vindex gnus-mime-multipart-functions
9376 @item gnus-mime-multipart-functions
9377 Alist of @acronym{MIME} multipart types and functions to handle them.
9378
9379 @vindex mm-file-name-rewrite-functions
9380 @item mm-file-name-rewrite-functions
9381 List of functions used for rewriting file names of @acronym{MIME} parts.
9382 Each function takes a file name as input and returns a file name.
9383
9384 Ready-made functions include@*
9385 @code{mm-file-name-delete-whitespace},
9386 @code{mm-file-name-trim-whitespace},
9387 @code{mm-file-name-collapse-whitespace}, and
9388 @code{mm-file-name-replace-whitespace}.  The later uses the value of
9389 the variable @code{mm-file-name-replace-whitespace} to replace each
9390 whitespace character in a file name with that string; default value
9391 is @code{"_"} (a single underscore).
9392 @findex mm-file-name-delete-whitespace
9393 @findex mm-file-name-trim-whitespace
9394 @findex mm-file-name-collapse-whitespace
9395 @findex mm-file-name-replace-whitespace
9396 @vindex mm-file-name-replace-whitespace
9397
9398 The standard functions @code{capitalize}, @code{downcase},
9399 @code{upcase}, and @code{upcase-initials} may be useful, too.
9400
9401 Everybody knows that whitespace characters in file names are evil,
9402 except those who don't know.  If you receive lots of attachments from
9403 such unenlightened users, you can make live easier by adding
9404
9405 @lisp
9406 (setq mm-file-name-rewrite-functions
9407       '(mm-file-name-trim-whitespace
9408         mm-file-name-collapse-whitespace
9409         mm-file-name-replace-whitespace))
9410 @end lisp
9411
9412 @noindent
9413 to your @file{~/.gnus.el} file.
9414
9415 @end table
9416
9417
9418 @node Charsets
9419 @section Charsets
9420 @cindex charsets
9421
9422 People use different charsets, and we have @acronym{MIME} to let us know what
9423 charsets they use.  Or rather, we wish we had.  Many people use
9424 newsreaders and mailers that do not understand or use @acronym{MIME}, and
9425 just send out messages without saying what character sets they use.  To
9426 help a bit with this, some local news hierarchies have policies that say
9427 what character set is the default.  For instance, the @samp{fj}
9428 hierarchy uses @code{iso-2022-jp-2}.
9429
9430 @vindex gnus-group-charset-alist
9431 This knowledge is encoded in the @code{gnus-group-charset-alist}
9432 variable, which is an alist of regexps (use the first item to match full
9433 group names) and default charsets to be used when reading these groups.
9434
9435 @vindex gnus-newsgroup-ignored-charsets
9436 In addition, some people do use soi-disant @acronym{MIME}-aware agents that
9437 aren't.  These blithely mark messages as being in @code{iso-8859-1}
9438 even if they really are in @code{koi-8}.  To help here, the
9439 @code{gnus-newsgroup-ignored-charsets} variable can be used.  The
9440 charsets that are listed here will be ignored.  The variable can be
9441 set on a group-by-group basis using the group parameters (@pxref{Group
9442 Parameters}).  The default value is @code{(unknown-8bit x-unknown)},
9443 which includes values some agents insist on having in there.
9444
9445 @vindex gnus-group-posting-charset-alist
9446 When posting, @code{gnus-group-posting-charset-alist} is used to
9447 determine which charsets should not be encoded using the @acronym{MIME}
9448 encodings.  For instance, some hierarchies discourage using
9449 quoted-printable header encoding.
9450
9451 This variable is an alist of regexps and permitted unencoded charsets
9452 for posting.  Each element of the alist has the form @code{(}@var{test
9453 header body-list}@code{)}, where:
9454
9455 @table @var
9456 @item test
9457 is either a regular expression matching the newsgroup header or a
9458 variable to query,
9459 @item header
9460 is the charset which may be left unencoded in the header (@code{nil}
9461 means encode all charsets),
9462 @item body-list
9463 is a list of charsets which may be encoded using 8bit content-transfer
9464 encoding in the body, or one of the special values @code{nil} (always
9465 encode using quoted-printable) or @code{t} (always use 8bit).
9466 @end table
9467
9468 @cindex Russian
9469 @cindex koi8-r
9470 @cindex koi8-u
9471 @cindex iso-8859-5
9472 @cindex coding system aliases
9473 @cindex preferred charset
9474
9475 Other charset tricks that may be useful, although not Gnus-specific:
9476
9477 If there are several @acronym{MIME} charsets that encode the same Emacs
9478 charset, you can choose what charset to use by saying the following:
9479
9480 @lisp
9481 (put-charset-property 'cyrillic-iso8859-5
9482                       'preferred-coding-system 'koi8-r)
9483 @end lisp
9484
9485 This means that Russian will be encoded using @code{koi8-r} instead of
9486 the default @code{iso-8859-5} @acronym{MIME} charset.
9487
9488 If you want to read messages in @code{koi8-u}, you can cheat and say
9489
9490 @lisp
9491 (define-coding-system-alias 'koi8-u 'koi8-r)
9492 @end lisp
9493
9494 This will almost do the right thing.
9495
9496 And finally, to read charsets like @code{windows-1251}, you can say
9497 something like
9498
9499 @lisp
9500 (codepage-setup 1251)
9501 (define-coding-system-alias 'windows-1251 'cp1251)
9502 @end lisp
9503
9504
9505 @node Article Commands
9506 @section Article Commands
9507
9508 @table @kbd
9509
9510 @item A P
9511 @cindex PostScript
9512 @cindex printing
9513 @kindex A P (Summary)
9514 @vindex gnus-ps-print-hook
9515 @findex gnus-summary-print-article
9516 Generate and print a PostScript image of the article buffer
9517 (@code{gnus-summary-print-article}).  @code{gnus-ps-print-hook} will
9518 be run just before printing the buffer.  An alternative way to print
9519 article is to use Muttprint (@pxref{Saving Articles}).
9520
9521 @end table
9522
9523
9524 @node Summary Sorting
9525 @section Summary Sorting
9526 @cindex summary sorting
9527
9528 You can have the summary buffer sorted in various ways, even though I
9529 can't really see why you'd want that.
9530
9531 @table @kbd
9532
9533 @item C-c C-s C-n
9534 @kindex C-c C-s C-n (Summary)
9535 @findex gnus-summary-sort-by-number
9536 Sort by article number (@code{gnus-summary-sort-by-number}).
9537
9538 @item C-c C-s C-a
9539 @kindex C-c C-s C-a (Summary)
9540 @findex gnus-summary-sort-by-author
9541 Sort by author (@code{gnus-summary-sort-by-author}).
9542
9543 @item C-c C-s C-s
9544 @kindex C-c C-s C-s (Summary)
9545 @findex gnus-summary-sort-by-subject
9546 Sort by subject (@code{gnus-summary-sort-by-subject}).
9547
9548 @item C-c C-s C-d
9549 @kindex C-c C-s C-d (Summary)
9550 @findex gnus-summary-sort-by-date
9551 Sort by date (@code{gnus-summary-sort-by-date}).
9552
9553 @item C-c C-s C-l
9554 @kindex C-c C-s C-l (Summary)
9555 @findex gnus-summary-sort-by-lines
9556 Sort by lines (@code{gnus-summary-sort-by-lines}).
9557
9558 @item C-c C-s C-c
9559 @kindex C-c C-s C-c (Summary)
9560 @findex gnus-summary-sort-by-chars
9561 Sort by article length (@code{gnus-summary-sort-by-chars}).
9562
9563 @item C-c C-s C-i
9564 @kindex C-c C-s C-i (Summary)
9565 @findex gnus-summary-sort-by-score
9566 Sort by score (@code{gnus-summary-sort-by-score}).
9567
9568 @item C-c C-s C-r
9569 @kindex C-c C-s C-r (Summary)
9570 @findex gnus-summary-sort-by-random
9571 Randomize (@code{gnus-summary-sort-by-random}).
9572
9573 @item C-c C-s C-o
9574 @kindex C-c C-s C-o (Summary)
9575 @findex gnus-summary-sort-by-original
9576 Sort using the default sorting method
9577 (@code{gnus-summary-sort-by-original}).
9578 @end table
9579
9580 These functions will work both when you use threading and when you don't
9581 use threading.  In the latter case, all summary lines will be sorted,
9582 line by line.  In the former case, sorting will be done on a
9583 root-by-root basis, which might not be what you were looking for.  To
9584 toggle whether to use threading, type @kbd{T T} (@pxref{Thread
9585 Commands}).
9586
9587
9588 @node Finding the Parent
9589 @section Finding the Parent
9590 @cindex parent articles
9591 @cindex referring articles
9592
9593 @table @kbd
9594 @item ^
9595 @kindex ^ (Summary)
9596 @findex gnus-summary-refer-parent-article
9597 If you'd like to read the parent of the current article, and it is not
9598 displayed in the summary buffer, you might still be able to.  That is,
9599 if the current group is fetched by @acronym{NNTP}, the parent hasn't expired
9600 and the @code{References} in the current article are not mangled, you
9601 can just press @kbd{^} or @kbd{A r}
9602 (@code{gnus-summary-refer-parent-article}).  If everything goes well,
9603 you'll get the parent.  If the parent is already displayed in the
9604 summary buffer, point will just move to this article.
9605
9606 If given a positive numerical prefix, fetch that many articles back into
9607 the ancestry.  If given a negative numerical prefix, fetch just that
9608 ancestor.  So if you say @kbd{3 ^}, Gnus will fetch the parent, the
9609 grandparent and the grandgrandparent of the current article.  If you say
9610 @kbd{-3 ^}, Gnus will only fetch the grandgrandparent of the current
9611 article.
9612
9613 @item A R (Summary)
9614 @findex gnus-summary-refer-references
9615 @kindex A R (Summary)
9616 Fetch all articles mentioned in the @code{References} header of the
9617 article (@code{gnus-summary-refer-references}).
9618
9619 @item A T (Summary)
9620 @findex gnus-summary-refer-thread
9621 @kindex A T (Summary)
9622 Display the full thread where the current article appears
9623 (@code{gnus-summary-refer-thread}).  This command has to fetch all the
9624 headers in the current group to work, so it usually takes a while.  If
9625 you do it often, you may consider setting @code{gnus-fetch-old-headers}
9626 to @code{invisible} (@pxref{Filling In Threads}).  This won't have any
9627 visible effects normally, but it'll make this command work a whole lot
9628 faster.  Of course, it'll make group entry somewhat slow.
9629
9630 @vindex gnus-refer-thread-limit
9631 The @code{gnus-refer-thread-limit} variable says how many old (i. e.,
9632 articles before the first displayed in the current group) headers to
9633 fetch when doing this command.  The default is 200.  If @code{t}, all
9634 the available headers will be fetched.  This variable can be overridden
9635 by giving the @kbd{A T} command a numerical prefix.
9636
9637 @item M-^ (Summary)
9638 @findex gnus-summary-refer-article
9639 @kindex M-^ (Summary)
9640 @cindex Message-ID
9641 @cindex fetching by Message-ID
9642 You can also ask the @acronym{NNTP} server for an arbitrary article, no
9643 matter what group it belongs to.  @kbd{M-^}
9644 (@code{gnus-summary-refer-article}) will ask you for a
9645 @code{Message-ID}, which is one of those long, hard-to-read thingies
9646 that look something like @samp{<38o6up$6f2@@hymir.ifi.uio.no>}.  You
9647 have to get it all exactly right.  No fuzzy searches, I'm afraid.
9648 @end table
9649
9650 The current select method will be used when fetching by
9651 @code{Message-ID} from non-news select method, but you can override this
9652 by giving this command a prefix.
9653
9654 @vindex gnus-refer-article-method
9655 If the group you are reading is located on a back end that does not
9656 support fetching by @code{Message-ID} very well (like @code{nnspool}),
9657 you can set @code{gnus-refer-article-method} to an @acronym{NNTP} method.  It
9658 would, perhaps, be best if the @acronym{NNTP} server you consult is the one
9659 updating the spool you are reading from, but that's not really
9660 necessary.
9661
9662 It can also be a list of select methods, as well as the special symbol
9663 @code{current}, which means to use the current select method.  If it
9664 is a list, Gnus will try all the methods in the list until it finds a
9665 match.
9666
9667 Here's an example setting that will first try the current method, and
9668 then ask Google if that fails:
9669
9670 @lisp
9671 (setq gnus-refer-article-method
9672       '(current
9673         (nnweb "google" (nnweb-type google))))
9674 @end lisp
9675
9676 Most of the mail back ends support fetching by @code{Message-ID}, but
9677 do not do a particularly excellent job at it.  That is, @code{nnmbox},
9678 @code{nnbabyl}, @code{nnmaildir}, @code{nnml}, are able to locate
9679 articles from any groups, while @code{nnfolder}, and @code{nnimap} are
9680 only able to locate articles that have been posted to the current
9681 group.  (Anything else would be too time consuming.)  @code{nnmh} does
9682 not support this at all.
9683
9684
9685 @node Alternative Approaches
9686 @section Alternative Approaches
9687
9688 Different people like to read news using different methods.  This being
9689 Gnus, we offer a small selection of minor modes for the summary buffers.
9690
9691 @menu
9692 * Pick and Read::               First mark articles and then read them.
9693 * Binary Groups::               Auto-decode all articles.
9694 @end menu
9695
9696
9697 @node Pick and Read
9698 @subsection Pick and Read
9699 @cindex pick and read
9700
9701 Some newsreaders (like @code{nn} and, uhm, @code{Netnews} on VM/CMS) use
9702 a two-phased reading interface.  The user first marks in a summary
9703 buffer the articles she wants to read.  Then she starts reading the
9704 articles with just an article buffer displayed.
9705
9706 @findex gnus-pick-mode
9707 @kindex M-x gnus-pick-mode
9708 Gnus provides a summary buffer minor mode that allows
9709 this---@code{gnus-pick-mode}.  This basically means that a few process
9710 mark commands become one-keystroke commands to allow easy marking, and
9711 it provides one additional command for switching to the summary buffer.
9712
9713 Here are the available keystrokes when using pick mode:
9714
9715 @table @kbd
9716 @item .
9717 @kindex . (Pick)
9718 @findex gnus-pick-article-or-thread
9719 Pick the article or thread on the current line
9720 (@code{gnus-pick-article-or-thread}).  If the variable
9721 @code{gnus-thread-hide-subtree} is true, then this key selects the
9722 entire thread when used at the first article of the thread.  Otherwise,
9723 it selects just the article.  If given a numerical prefix, go to that
9724 thread or article and pick it.  (The line number is normally displayed
9725 at the beginning of the summary pick lines.)
9726
9727 @item SPACE
9728 @kindex SPACE (Pick)
9729 @findex gnus-pick-next-page
9730 Scroll the summary buffer up one page (@code{gnus-pick-next-page}).  If
9731 at the end of the buffer, start reading the picked articles.
9732
9733 @item u
9734 @kindex u (Pick)
9735 @findex gnus-pick-unmark-article-or-thread.
9736 Unpick the thread or article
9737 (@code{gnus-pick-unmark-article-or-thread}).  If the variable
9738 @code{gnus-thread-hide-subtree} is true, then this key unpicks the
9739 thread if used at the first article of the thread.  Otherwise it unpicks
9740 just the article.  You can give this key a numerical prefix to unpick
9741 the thread or article at that line.
9742
9743 @item RET
9744 @kindex RET (Pick)
9745 @findex gnus-pick-start-reading
9746 @vindex gnus-pick-display-summary
9747 Start reading the picked articles (@code{gnus-pick-start-reading}).  If
9748 given a prefix, mark all unpicked articles as read first.  If
9749 @code{gnus-pick-display-summary} is non-@code{nil}, the summary buffer
9750 will still be visible when you are reading.
9751
9752 @end table
9753
9754 All the normal summary mode commands are still available in the
9755 pick-mode, with the exception of @kbd{u}.  However @kbd{!} is available
9756 which is mapped to the same function
9757 @code{gnus-summary-tick-article-forward}.
9758
9759 If this sounds like a good idea to you, you could say:
9760
9761 @lisp
9762 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
9763 @end lisp
9764
9765 @vindex gnus-pick-mode-hook
9766 @code{gnus-pick-mode-hook} is run in pick minor mode buffers.
9767
9768 @vindex gnus-mark-unpicked-articles-as-read
9769 If @code{gnus-mark-unpicked-articles-as-read} is non-@code{nil}, mark
9770 all unpicked articles as read.  The default is @code{nil}.
9771
9772 @vindex gnus-summary-pick-line-format
9773 The summary line format in pick mode is slightly different from the
9774 standard format.  At the beginning of each line the line number is
9775 displayed.  The pick mode line format is controlled by the
9776 @code{gnus-summary-pick-line-format} variable (@pxref{Formatting
9777 Variables}).  It accepts the same format specs that
9778 @code{gnus-summary-line-format} does (@pxref{Summary Buffer Lines}).
9779
9780
9781 @node Binary Groups
9782 @subsection Binary Groups
9783 @cindex binary groups
9784
9785 @findex gnus-binary-mode
9786 @kindex M-x gnus-binary-mode
9787 If you spend much time in binary groups, you may grow tired of hitting
9788 @kbd{X u}, @kbd{n}, @kbd{RET} all the time.  @kbd{M-x gnus-binary-mode}
9789 is a minor mode for summary buffers that makes all ordinary Gnus article
9790 selection functions uudecode series of articles and display the result
9791 instead of just displaying the articles the normal way.
9792
9793 @kindex g (Binary)
9794 @findex gnus-binary-show-article
9795 The only way, in fact, to see the actual articles is the @kbd{g}
9796 command, when you have turned on this mode
9797 (@code{gnus-binary-show-article}).
9798
9799 @vindex gnus-binary-mode-hook
9800 @code{gnus-binary-mode-hook} is called in binary minor mode buffers.
9801
9802
9803 @node Tree Display
9804 @section Tree Display
9805 @cindex trees
9806
9807 @vindex gnus-use-trees
9808 If you don't like the normal Gnus summary display, you might try setting
9809 @code{gnus-use-trees} to @code{t}.  This will create (by default) an
9810 additional @dfn{tree buffer}.  You can execute all summary mode commands
9811 in the tree buffer.
9812
9813 There are a few variables to customize the tree display, of course:
9814
9815 @table @code
9816 @item gnus-tree-mode-hook
9817 @vindex gnus-tree-mode-hook
9818 A hook called in all tree mode buffers.
9819
9820 @item gnus-tree-mode-line-format
9821 @vindex gnus-tree-mode-line-format
9822 A format string for the mode bar in the tree mode buffers (@pxref{Mode
9823 Line Formatting}).  The default is @samp{Gnus: %%b %S %Z}.  For a list
9824 of valid specs, @pxref{Summary Buffer Mode Line}.
9825
9826 @item gnus-selected-tree-face
9827 @vindex gnus-selected-tree-face
9828 Face used for highlighting the selected article in the tree buffer.  The
9829 default is @code{modeline}.
9830
9831 @item gnus-tree-line-format
9832 @vindex gnus-tree-line-format
9833 A format string for the tree nodes.  The name is a bit of a misnomer,
9834 though---it doesn't define a line, but just the node.  The default value
9835 is @samp{%(%[%3,3n%]%)}, which displays the first three characters of
9836 the name of the poster.  It is vital that all nodes are of the same
9837 length, so you @emph{must} use @samp{%4,4n}-like specifiers.
9838
9839 Valid specs are:
9840
9841 @table @samp
9842 @item n
9843 The name of the poster.
9844 @item f
9845 The @code{From} header.
9846 @item N
9847 The number of the article.
9848 @item [
9849 The opening bracket.
9850 @item ]
9851 The closing bracket.
9852 @item s
9853 The subject.
9854 @end table
9855
9856 @xref{Formatting Variables}.
9857
9858 Variables related to the display are:
9859
9860 @table @code
9861 @item gnus-tree-brackets
9862 @vindex gnus-tree-brackets
9863 This is used for differentiating between ``real'' articles and
9864 ``sparse'' articles.  The format is
9865 @example
9866 ((@var{real-open} . @var{real-close})
9867  (@var{sparse-open} . @var{sparse-close})
9868  (@var{dummy-open} . @var{dummy-close}))
9869 @end example
9870 and the default is @code{((?[ . ?]) (?( . ?)) (?@{ . ?@}) (?< . ?>))}.
9871
9872 @item gnus-tree-parent-child-edges
9873 @vindex gnus-tree-parent-child-edges
9874 This is a list that contains the characters used for connecting parent
9875 nodes to their children.  The default is @code{(?- ?\\ ?|)}.
9876
9877 @end table
9878
9879 @item gnus-tree-minimize-window
9880 @vindex gnus-tree-minimize-window
9881 If this variable is non-@code{nil}, Gnus will try to keep the tree
9882 buffer as small as possible to allow more room for the other Gnus
9883 windows.  If this variable is a number, the tree buffer will never be
9884 higher than that number.  The default is @code{t}.  Note that if you
9885 have several windows displayed side-by-side in a frame and the tree
9886 buffer is one of these, minimizing the tree window will also resize all
9887 other windows displayed next to it.
9888
9889 You may also wish to add the following hook to keep the window minimized
9890 at all times:
9891
9892 @lisp
9893 (add-hook 'gnus-configure-windows-hook
9894           'gnus-tree-perhaps-minimize)
9895 @end lisp
9896
9897 @item gnus-generate-tree-function
9898 @vindex gnus-generate-tree-function
9899 @findex gnus-generate-horizontal-tree
9900 @findex gnus-generate-vertical-tree
9901 The function that actually generates the thread tree.  Two predefined
9902 functions are available: @code{gnus-generate-horizontal-tree} and
9903 @code{gnus-generate-vertical-tree} (which is the default).
9904
9905 @end table
9906
9907 Here's an example from a horizontal tree buffer:
9908
9909 @example
9910 @{***@}-(***)-[odd]-[Gun]
9911      |      \[Jan]
9912      |      \[odd]-[Eri]
9913      |      \(***)-[Eri]
9914      |            \[odd]-[Paa]
9915      \[Bjo]
9916      \[Gun]
9917      \[Gun]-[Jor]
9918 @end example
9919
9920 Here's the same thread displayed in a vertical tree buffer:
9921
9922 @example
9923 @group
9924 @{***@}
9925   |--------------------------\-----\-----\
9926 (***)                         [Bjo] [Gun] [Gun]
9927   |--\-----\-----\                          |
9928 [odd] [Jan] [odd] (***)                   [Jor]
9929   |           |     |--\
9930 [Gun]       [Eri] [Eri] [odd]
9931                           |
9932                         [Paa]
9933 @end group
9934 @end example
9935
9936 If you're using horizontal trees, it might be nice to display the trees
9937 side-by-side with the summary buffer.  You could add something like the
9938 following to your @file{~/.gnus.el} file:
9939
9940 @lisp
9941 (setq gnus-use-trees t
9942       gnus-generate-tree-function 'gnus-generate-horizontal-tree
9943       gnus-tree-minimize-window nil)
9944 (gnus-add-configuration
9945  '(article
9946    (vertical 1.0
9947              (horizontal 0.25
9948                          (summary 0.75 point)
9949                          (tree 1.0))
9950              (article 1.0))))
9951 @end lisp
9952
9953 @xref{Window Layout}.
9954
9955
9956 @node Mail Group Commands
9957 @section Mail Group Commands
9958 @cindex mail group commands
9959
9960 Some commands only make sense in mail groups.  If these commands are
9961 invalid in the current group, they will raise a hell and let you know.
9962
9963 All these commands (except the expiry and edit commands) use the
9964 process/prefix convention (@pxref{Process/Prefix}).
9965
9966 @table @kbd
9967
9968 @item B e
9969 @kindex B e (Summary)
9970 @findex gnus-summary-expire-articles
9971 Run all expirable articles in the current group through the expiry
9972 process (@code{gnus-summary-expire-articles}).  That is, delete all
9973 expirable articles in the group that have been around for a while.
9974 (@pxref{Expiring Mail}).
9975
9976 @item B C-M-e
9977 @kindex B C-M-e (Summary)
9978 @findex gnus-summary-expire-articles-now
9979 Delete all the expirable articles in the group
9980 (@code{gnus-summary-expire-articles-now}).  This means that @strong{all}
9981 articles eligible for expiry in the current group will
9982 disappear forever into that big @file{/dev/null} in the sky.
9983
9984 @item B DEL
9985 @kindex B DEL (Summary)
9986 @findex gnus-summary-delete-article
9987 @c @icon{gnus-summary-mail-delete}
9988 Delete the mail article.  This is ``delete'' as in ``delete it from your
9989 disk forever and ever, never to return again.'' Use with caution.
9990 (@code{gnus-summary-delete-article}).
9991
9992 @item B m
9993 @kindex B m (Summary)
9994 @cindex move mail
9995 @findex gnus-summary-move-article
9996 @vindex gnus-preserve-marks
9997 Move the article from one mail group to another
9998 (@code{gnus-summary-move-article}).  Marks will be preserved if
9999 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10000
10001 @item B c
10002 @kindex B c (Summary)
10003 @cindex copy mail
10004 @findex gnus-summary-copy-article
10005 @c @icon{gnus-summary-mail-copy}
10006 Copy the article from one group (mail group or not) to a mail group
10007 (@code{gnus-summary-copy-article}).  Marks will be preserved if
10008 @code{gnus-preserve-marks} is non-@code{nil} (which is the default).
10009
10010 @item B B
10011 @kindex B B (Summary)
10012 @cindex crosspost mail
10013 @findex gnus-summary-crosspost-article
10014 Crosspost the current article to some other group
10015 (@code{gnus-summary-crosspost-article}).  This will create a new copy of
10016 the article in the other group, and the Xref headers of the article will
10017 be properly updated.
10018
10019 @item B i
10020 @kindex B i (Summary)
10021 @findex gnus-summary-import-article
10022 Import an arbitrary file into the current mail newsgroup
10023 (@code{gnus-summary-import-article}).  You will be prompted for a file
10024 name, a @code{From} header and a @code{Subject} header.
10025
10026 @item B I
10027 @kindex B I (Summary)
10028 @findex gnus-summary-create-article
10029 Create an empty article in the current mail newsgroups
10030 (@code{gnus-summary-create-article}).  You will be prompted for a
10031 @code{From} header and a @code{Subject} header.
10032
10033 @item B r
10034 @kindex B r (Summary)
10035 @findex gnus-summary-respool-article
10036 @vindex gnus-summary-respool-default-method
10037 Respool the mail article (@code{gnus-summary-respool-article}).
10038 @code{gnus-summary-respool-default-method} will be used as the default
10039 select method when respooling.  This variable is @code{nil} by default,
10040 which means that the current group select method will be used instead.
10041 Marks will be preserved if @code{gnus-preserve-marks} is non-@code{nil}
10042 (which is the default).
10043
10044 @item B w
10045 @itemx e
10046 @kindex B w (Summary)
10047 @kindex e (Summary)
10048 @findex gnus-summary-edit-article
10049 @kindex C-c C-c (Article)
10050 @findex gnus-summary-edit-article-done
10051 Edit the current article (@code{gnus-summary-edit-article}).  To finish
10052 editing and make the changes permanent, type @kbd{C-c C-c}
10053 (@code{gnus-summary-edit-article-done}).  If you give a prefix to the
10054 @kbd{C-c C-c} command, Gnus won't re-highlight the article.
10055
10056 @item B q
10057 @kindex B q (Summary)
10058 @findex gnus-summary-respool-query
10059 If you want to re-spool an article, you might be curious as to what group
10060 the article will end up in before you do the re-spooling.  This command
10061 will tell you (@code{gnus-summary-respool-query}).
10062
10063 @item B t
10064 @kindex B t (Summary)
10065 @findex gnus-summary-respool-trace
10066 Similarly, this command will display all fancy splitting patterns used
10067 when respooling, if any (@code{gnus-summary-respool-trace}).
10068
10069 @item B p
10070 @kindex B p (Summary)
10071 @findex gnus-summary-article-posted-p
10072 Some people have a tendency to send you ``courtesy'' copies when they
10073 follow up to articles you have posted.  These usually have a
10074 @code{Newsgroups} header in them, but not always.  This command
10075 (@code{gnus-summary-article-posted-p}) will try to fetch the current
10076 article from your news server (or rather, from
10077 @code{gnus-refer-article-method} or @code{gnus-select-method}) and will
10078 report back whether it found the article or not.  Even if it says that
10079 it didn't find the article, it may have been posted anyway---mail
10080 propagation is much faster than news propagation, and the news copy may
10081 just not have arrived yet.
10082
10083 @item K E
10084 @kindex K E (Summary)
10085 @findex gnus-article-encrypt-body
10086 @vindex gnus-article-encrypt-protocol
10087 Encrypt the body of an article (@code{gnus-article-encrypt-body}).
10088 The body is encrypted with the encryption protocol specified by the
10089 variable @code{gnus-article-encrypt-protocol}.
10090
10091 @end table
10092
10093 @vindex gnus-move-split-methods
10094 @cindex moving articles
10095 If you move (or copy) articles regularly, you might wish to have Gnus
10096 suggest where to put the articles.  @code{gnus-move-split-methods} is a
10097 variable that uses the same syntax as @code{gnus-split-methods}
10098 (@pxref{Saving Articles}).  You may customize that variable to create
10099 suggestions you find reasonable.  (Note that
10100 @code{gnus-move-split-methods} uses group names where
10101 @code{gnus-split-methods} uses file names.)
10102
10103 @lisp
10104 (setq gnus-move-split-methods
10105       '(("^From:.*Lars Magne" "nnml:junk")
10106         ("^Subject:.*gnus" "nnfolder:important")
10107         (".*" "nnml:misc")))
10108 @end lisp
10109
10110
10111 @node Various Summary Stuff
10112 @section Various Summary Stuff
10113
10114 @menu
10115 * Summary Group Information::   Information oriented commands.
10116 * Searching for Articles::      Multiple article commands.
10117 * Summary Generation Commands::
10118 * Really Various Summary Commands::  Those pesky non-conformant commands.
10119 @end menu
10120
10121 @table @code
10122 @vindex gnus-summary-display-while-building
10123 @item gnus-summary-display-while-building
10124 If non-@code{nil}, show and update the summary buffer as it's being
10125 built.  If @code{t}, update the buffer after every line is inserted.
10126 If the value is an integer, @var{n}, update the display every @var{n}
10127 lines.  The default is @code{nil}.
10128
10129 @vindex gnus-summary-display-arrow
10130 @item gnus-summary-display-arrow
10131 If non-@code{nil}, display an arrow in the fringe to indicate the
10132 current article.
10133
10134 @vindex gnus-summary-mode-hook
10135 @item gnus-summary-mode-hook
10136 This hook is called when creating a summary mode buffer.
10137
10138 @vindex gnus-summary-generate-hook
10139 @item gnus-summary-generate-hook
10140 This is called as the last thing before doing the threading and the
10141 generation of the summary buffer.  It's quite convenient for customizing
10142 the threading variables based on what data the newsgroup has.  This hook
10143 is called from the summary buffer after most summary buffer variables
10144 have been set.
10145
10146 @vindex gnus-summary-prepare-hook
10147 @item gnus-summary-prepare-hook
10148 It is called after the summary buffer has been generated.  You might use
10149 it to, for instance, highlight lines or modify the look of the buffer in
10150 some other ungodly manner.  I don't care.
10151
10152 @vindex gnus-summary-prepared-hook
10153 @item gnus-summary-prepared-hook
10154 A hook called as the very last thing after the summary buffer has been
10155 generated.
10156
10157 @vindex gnus-summary-ignore-duplicates
10158 @item gnus-summary-ignore-duplicates
10159 When Gnus discovers two articles that have the same @code{Message-ID},
10160 it has to do something drastic.  No articles are allowed to have the
10161 same @code{Message-ID}, but this may happen when reading mail from some
10162 sources.  Gnus allows you to customize what happens with this variable.
10163 If it is @code{nil} (which is the default), Gnus will rename the
10164 @code{Message-ID} (for display purposes only) and display the article as
10165 any other article.  If this variable is @code{t}, it won't display the
10166 article---it'll be as if it never existed.
10167
10168 @vindex gnus-alter-articles-to-read-function
10169 @item gnus-alter-articles-to-read-function
10170 This function, which takes two parameters (the group name and the list
10171 of articles to be selected), is called to allow the user to alter the
10172 list of articles to be selected.
10173
10174 For instance, the following function adds the list of cached articles to
10175 the list in one particular group:
10176
10177 @lisp
10178 (defun my-add-cached-articles (group articles)
10179   (if (string= group "some.group")
10180       (append gnus-newsgroup-cached articles)
10181     articles))
10182 @end lisp
10183
10184 @vindex gnus-newsgroup-variables
10185 @item gnus-newsgroup-variables
10186 A list of newsgroup (summary buffer) local variables, or cons of
10187 variables and their default values (when the default values are not
10188 @code{nil}), that should be made global while the summary buffer is
10189 active.  These variables can be used to set variables in the group
10190 parameters while still allowing them to affect operations done in
10191 other buffers.  For example:
10192
10193 @lisp
10194 (setq gnus-newsgroup-variables
10195       '(message-use-followup-to
10196         (gnus-visible-headers .
10197  "^From:\\|^Newsgroups:\\|^Subject:\\|^Date:\\|^To:")))
10198 @end lisp
10199
10200 @end table
10201
10202
10203 @node Summary Group Information
10204 @subsection Summary Group Information
10205
10206 @table @kbd
10207
10208 @item H f
10209 @kindex H f (Summary)
10210 @findex gnus-summary-fetch-faq
10211 @vindex gnus-group-faq-directory
10212 Try to fetch the @acronym{FAQ} (list of frequently asked questions)
10213 for the current group (@code{gnus-summary-fetch-faq}).  Gnus will try
10214 to get the @acronym{FAQ} from @code{gnus-group-faq-directory}, which
10215 is usually a directory on a remote machine.  This variable can also be
10216 a list of directories.  In that case, giving a prefix to this command
10217 will allow you to choose between the various sites.  @code{ange-ftp}
10218 or @code{efs} will probably be used for fetching the file.
10219
10220 @item H d
10221 @kindex H d (Summary)
10222 @findex gnus-summary-describe-group
10223 Give a brief description of the current group
10224 (@code{gnus-summary-describe-group}).  If given a prefix, force
10225 rereading the description from the server.
10226
10227 @item H h
10228 @kindex H h (Summary)
10229 @findex gnus-summary-describe-briefly
10230 Give an extremely brief description of the most important summary
10231 keystrokes (@code{gnus-summary-describe-briefly}).
10232
10233 @item H i
10234 @kindex H i (Summary)
10235 @findex gnus-info-find-node
10236 Go to the Gnus info node (@code{gnus-info-find-node}).
10237 @end table
10238
10239
10240 @node Searching for Articles
10241 @subsection Searching for Articles
10242
10243 @table @kbd
10244
10245 @item M-s
10246 @kindex M-s (Summary)
10247 @findex gnus-summary-search-article-forward
10248 Search through all subsequent (raw) articles for a regexp
10249 (@code{gnus-summary-search-article-forward}).
10250
10251 @item M-r
10252 @kindex M-r (Summary)
10253 @findex gnus-summary-search-article-backward
10254 Search through all previous (raw) articles for a regexp
10255 (@code{gnus-summary-search-article-backward}).
10256
10257 @item &
10258 @kindex & (Summary)
10259 @findex gnus-summary-execute-command
10260 This command will prompt you for a header, a regular expression to match
10261 on this field, and a command to be executed if the match is made
10262 (@code{gnus-summary-execute-command}).  If the header is an empty
10263 string, the match is done on the entire article.  If given a prefix,
10264 search backward instead.
10265
10266 For instance, @kbd{& RET some.*string RET #} will put the process mark on
10267 all articles that have heads or bodies that match @samp{some.*string}.
10268
10269 @item M-&
10270 @kindex M-& (Summary)
10271 @findex gnus-summary-universal-argument
10272 Perform any operation on all articles that have been marked with
10273 the process mark (@code{gnus-summary-universal-argument}).
10274 @end table
10275
10276 @node Summary Generation Commands
10277 @subsection Summary Generation Commands
10278
10279 @table @kbd
10280
10281 @item Y g
10282 @kindex Y g (Summary)
10283 @findex gnus-summary-prepare
10284 Regenerate the current summary buffer (@code{gnus-summary-prepare}).
10285
10286 @item Y c
10287 @kindex Y c (Summary)
10288 @findex gnus-summary-insert-cached-articles
10289 Pull all cached articles (for the current group) into the summary buffer
10290 (@code{gnus-summary-insert-cached-articles}).
10291
10292 @item Y d
10293 @kindex Y d (Summary)
10294 @findex gnus-summary-insert-dormant-articles
10295 Pull all dormant articles (for the current group) into the summary buffer
10296 (@code{gnus-summary-insert-dormant-articles}).
10297
10298 @end table
10299
10300
10301 @node Really Various Summary Commands
10302 @subsection Really Various Summary Commands
10303
10304 @table @kbd
10305
10306 @item A D
10307 @itemx C-d
10308 @kindex C-d (Summary)
10309 @kindex A D (Summary)
10310 @findex gnus-summary-enter-digest-group
10311 If the current article is a collection of other articles (for instance,
10312 a digest), you might use this command to enter a group based on the that
10313 article (@code{gnus-summary-enter-digest-group}).  Gnus will try to
10314 guess what article type is currently displayed unless you give a prefix
10315 to this command, which forces a ``digest'' interpretation.  Basically,
10316 whenever you see a message that is a collection of other messages of
10317 some format, you @kbd{C-d} and read these messages in a more convenient
10318 fashion.
10319
10320 @item C-M-d
10321 @kindex C-M-d (Summary)
10322 @findex gnus-summary-read-document
10323 This command is very similar to the one above, but lets you gather
10324 several documents into one biiig group
10325 (@code{gnus-summary-read-document}).  It does this by opening several
10326 @code{nndoc} groups for each document, and then opening an
10327 @code{nnvirtual} group on top of these @code{nndoc} groups.  This
10328 command understands the process/prefix convention
10329 (@pxref{Process/Prefix}).
10330
10331 @item C-t
10332 @kindex C-t (Summary)
10333 @findex gnus-summary-toggle-truncation
10334 Toggle truncation of summary lines
10335 (@code{gnus-summary-toggle-truncation}).  This will probably confuse the
10336 line centering function in the summary buffer, so it's not a good idea
10337 to have truncation switched off while reading articles.
10338
10339 @item =
10340 @kindex = (Summary)
10341 @findex gnus-summary-expand-window
10342 Expand the summary buffer window (@code{gnus-summary-expand-window}).
10343 If given a prefix, force an @code{article} window configuration.
10344
10345 @item C-M-e
10346 @kindex C-M-e (Summary)
10347 @findex gnus-summary-edit-parameters
10348 Edit the group parameters (@pxref{Group Parameters}) of the current
10349 group (@code{gnus-summary-edit-parameters}).
10350
10351 @item C-M-a
10352 @kindex C-M-a (Summary)
10353 @findex gnus-summary-customize-parameters
10354 Customize the group parameters (@pxref{Group Parameters}) of the current
10355 group (@code{gnus-summary-customize-parameters}).
10356
10357 @end table
10358
10359
10360 @node Exiting the Summary Buffer
10361 @section Exiting the Summary Buffer
10362 @cindex summary exit
10363 @cindex exiting groups
10364
10365 Exiting from the summary buffer will normally update all info on the
10366 group and return you to the group buffer.
10367
10368 @table @kbd
10369
10370 @item Z Z
10371 @itemx Z Q
10372 @itemx q
10373 @kindex Z Z (Summary)
10374 @kindex Z Q (Summary)
10375 @kindex q (Summary)
10376 @findex gnus-summary-exit
10377 @vindex gnus-summary-exit-hook
10378 @vindex gnus-summary-prepare-exit-hook
10379 @vindex gnus-group-no-more-groups-hook
10380 @c @icon{gnus-summary-exit}
10381 Exit the current group and update all information on the group
10382 (@code{gnus-summary-exit}).  @code{gnus-summary-prepare-exit-hook} is
10383 called before doing much of the exiting, which calls
10384 @code{gnus-summary-expire-articles} by default.
10385 @code{gnus-summary-exit-hook} is called after finishing the exit
10386 process.  @code{gnus-group-no-more-groups-hook} is run when returning to
10387 group mode having no more (unread) groups.
10388
10389 @item Z E
10390 @itemx Q
10391 @kindex Z E (Summary)
10392 @kindex Q (Summary)
10393 @findex gnus-summary-exit-no-update
10394 Exit the current group without updating any information on the group
10395 (@code{gnus-summary-exit-no-update}).
10396
10397 @item Z c
10398 @itemx c
10399 @kindex Z c (Summary)
10400 @kindex c (Summary)
10401 @findex gnus-summary-catchup-and-exit
10402 @c @icon{gnus-summary-catchup-and-exit}
10403 Mark all unticked articles in the group as read and then exit
10404 (@code{gnus-summary-catchup-and-exit}).
10405
10406 @item Z C
10407 @kindex Z C (Summary)
10408 @findex gnus-summary-catchup-all-and-exit
10409 Mark all articles, even the ticked ones, as read and then exit
10410 (@code{gnus-summary-catchup-all-and-exit}).
10411
10412 @item Z n
10413 @kindex Z n (Summary)
10414 @findex gnus-summary-catchup-and-goto-next-group
10415 Mark all articles as read and go to the next group
10416 (@code{gnus-summary-catchup-and-goto-next-group}).
10417
10418 @item Z R
10419 @itemx C-x C-s
10420 @kindex Z R (Summary)
10421 @kindex C-x C-s (Summary)
10422 @findex gnus-summary-reselect-current-group
10423 Exit this group, and then enter it again
10424 (@code{gnus-summary-reselect-current-group}).  If given a prefix, select
10425 all articles, both read and unread.
10426
10427 @item Z G
10428 @itemx M-g
10429 @kindex Z G (Summary)
10430 @kindex M-g (Summary)
10431 @findex gnus-summary-rescan-group
10432 @c @icon{gnus-summary-mail-get}
10433 Exit the group, check for new articles in the group, and select the
10434 group (@code{gnus-summary-rescan-group}).  If given a prefix, select all
10435 articles, both read and unread.
10436
10437 @item Z N
10438 @kindex Z N (Summary)
10439 @findex gnus-summary-next-group
10440 Exit the group and go to the next group
10441 (@code{gnus-summary-next-group}).
10442
10443 @item Z P
10444 @kindex Z P (Summary)
10445 @findex gnus-summary-prev-group
10446 Exit the group and go to the previous group
10447 (@code{gnus-summary-prev-group}).
10448
10449 @item Z s
10450 @kindex Z s (Summary)
10451 @findex gnus-summary-save-newsrc
10452 Save the current number of read/marked articles in the dribble buffer
10453 and then save the dribble buffer (@code{gnus-summary-save-newsrc}).  If
10454 given a prefix, also save the @file{.newsrc} file(s).  Using this
10455 command will make exit without updating (the @kbd{Q} command) worthless.
10456 @end table
10457
10458 @vindex gnus-exit-group-hook
10459 @code{gnus-exit-group-hook} is called when you exit the current group
10460 with an ``updating'' exit.  For instance @kbd{Q}
10461 (@code{gnus-summary-exit-no-update}) does not call this hook.
10462
10463 @findex gnus-summary-wake-up-the-dead
10464 @findex gnus-dead-summary-mode
10465 @vindex gnus-kill-summary-on-exit
10466 If you're in the habit of exiting groups, and then changing your mind
10467 about it, you might set @code{gnus-kill-summary-on-exit} to @code{nil}.
10468 If you do that, Gnus won't kill the summary buffer when you exit it.
10469 (Quelle surprise!)  Instead it will change the name of the buffer to
10470 something like @samp{*Dead Summary ... *} and install a minor mode
10471 called @code{gnus-dead-summary-mode}.  Now, if you switch back to this
10472 buffer, you'll find that all keys are mapped to a function called
10473 @code{gnus-summary-wake-up-the-dead}.  So tapping any keys in a dead
10474 summary buffer will result in a live, normal summary buffer.
10475
10476 There will never be more than one dead summary buffer at any one time.
10477
10478 @vindex gnus-use-cross-reference
10479 The data on the current group will be updated (which articles you have
10480 read, which articles you have replied to, etc.) when you exit the
10481 summary buffer.  If the @code{gnus-use-cross-reference} variable is
10482 @code{t} (which is the default), articles that are cross-referenced to
10483 this group and are marked as read, will also be marked as read in the
10484 other subscribed groups they were cross-posted to.  If this variable is
10485 neither @code{nil} nor @code{t}, the article will be marked as read in
10486 both subscribed and unsubscribed groups (@pxref{Crosspost Handling}).
10487
10488
10489 @node Crosspost Handling
10490 @section Crosspost Handling
10491
10492 @cindex velveeta
10493 @cindex spamming
10494 Marking cross-posted articles as read ensures that you'll never have to
10495 read the same article more than once.  Unless, of course, somebody has
10496 posted it to several groups separately.  Posting the same article to
10497 several groups (not cross-posting) is called @dfn{spamming}, and you are
10498 by law required to send nasty-grams to anyone who perpetrates such a
10499 heinous crime.  You may want to try NoCeM handling to filter out spam
10500 (@pxref{NoCeM}).
10501
10502 Remember: Cross-posting is kinda ok, but posting the same article
10503 separately to several groups is not.  Massive cross-posting (aka.
10504 @dfn{velveeta}) is to be avoided at all costs, and you can even use the
10505 @code{gnus-summary-mail-crosspost-complaint} command to complain about
10506 excessive crossposting (@pxref{Summary Mail Commands}).
10507
10508 @cindex cross-posting
10509 @cindex Xref
10510 @cindex @acronym{NOV}
10511 One thing that may cause Gnus to not do the cross-posting thing
10512 correctly is if you use an @acronym{NNTP} server that supports @sc{xover}
10513 (which is very nice, because it speeds things up considerably) which
10514 does not include the @code{Xref} header in its @acronym{NOV} lines.  This is
10515 Evil, but all too common, alas, alack.  Gnus tries to Do The Right Thing
10516 even with @sc{xover} by registering the @code{Xref} lines of all
10517 articles you actually read, but if you kill the articles, or just mark
10518 them as read without reading them, Gnus will not get a chance to snoop
10519 the @code{Xref} lines out of these articles, and will be unable to use
10520 the cross reference mechanism.
10521
10522 @cindex LIST overview.fmt
10523 @cindex overview.fmt
10524 To check whether your @acronym{NNTP} server includes the @code{Xref} header
10525 in its overview files, try @samp{telnet your.nntp.server nntp},
10526 @samp{MODE READER} on @code{inn} servers, and then say @samp{LIST
10527 overview.fmt}.  This may not work, but if it does, and the last line you
10528 get does not read @samp{Xref:full}, then you should shout and whine at
10529 your news admin until she includes the @code{Xref} header in the
10530 overview files.
10531
10532 @vindex gnus-nov-is-evil
10533 If you want Gnus to get the @code{Xref}s right all the time, you have to
10534 set @code{gnus-nov-is-evil} to @code{t}, which slows things down
10535 considerably.
10536
10537 C'est la vie.
10538
10539 For an alternative approach, @pxref{Duplicate Suppression}.
10540
10541
10542 @node Duplicate Suppression
10543 @section Duplicate Suppression
10544
10545 By default, Gnus tries to make sure that you don't have to read the same
10546 article more than once by utilizing the crossposting mechanism
10547 (@pxref{Crosspost Handling}).  However, that simple and efficient
10548 approach may not work satisfactory for some users for various
10549 reasons.
10550
10551 @enumerate
10552 @item
10553 The @acronym{NNTP} server may fail to generate the @code{Xref} header.  This
10554 is evil and not very common.
10555
10556 @item
10557 The @acronym{NNTP} server may fail to include the @code{Xref} header in the
10558 @file{.overview} data bases.  This is evil and all too common, alas.
10559
10560 @item
10561 You may be reading the same group (or several related groups) from
10562 different @acronym{NNTP} servers.
10563
10564 @item
10565 You may be getting mail that duplicates articles posted to groups.
10566 @end enumerate
10567
10568 I'm sure there are other situations where @code{Xref} handling fails as
10569 well, but these four are the most common situations.
10570
10571 If, and only if, @code{Xref} handling fails for you, then you may
10572 consider switching on @dfn{duplicate suppression}.  If you do so, Gnus
10573 will remember the @code{Message-ID}s of all articles you have read or
10574 otherwise marked as read, and then, as if by magic, mark them as read
10575 all subsequent times you see them---in @emph{all} groups.  Using this
10576 mechanism is quite likely to be somewhat inefficient, but not overly
10577 so.  It's certainly preferable to reading the same articles more than
10578 once.
10579
10580 Duplicate suppression is not a very subtle instrument.  It's more like a
10581 sledge hammer than anything else.  It works in a very simple
10582 fashion---if you have marked an article as read, it adds this Message-ID
10583 to a cache.  The next time it sees this Message-ID, it will mark the
10584 article as read with the @samp{M} mark.  It doesn't care what group it
10585 saw the article in.
10586
10587 @table @code
10588 @item gnus-suppress-duplicates
10589 @vindex gnus-suppress-duplicates
10590 If non-@code{nil}, suppress duplicates.
10591
10592 @item gnus-save-duplicate-list
10593 @vindex gnus-save-duplicate-list
10594 If non-@code{nil}, save the list of duplicates to a file.  This will
10595 make startup and shutdown take longer, so the default is @code{nil}.
10596 However, this means that only duplicate articles read in a single Gnus
10597 session are suppressed.
10598
10599 @item gnus-duplicate-list-length
10600 @vindex gnus-duplicate-list-length
10601 This variable says how many @code{Message-ID}s to keep in the duplicate
10602 suppression list.  The default is 10000.
10603
10604 @item gnus-duplicate-file
10605 @vindex gnus-duplicate-file
10606 The name of the file to store the duplicate suppression list in.  The
10607 default is @file{~/News/suppression}.
10608 @end table
10609
10610 If you have a tendency to stop and start Gnus often, setting
10611 @code{gnus-save-duplicate-list} to @code{t} is probably a good idea.  If
10612 you leave Gnus running for weeks on end, you may have it @code{nil}.  On
10613 the other hand, saving the list makes startup and shutdown much slower,
10614 so that means that if you stop and start Gnus often, you should set
10615 @code{gnus-save-duplicate-list} to @code{nil}.  Uhm.  I'll leave this up
10616 to you to figure out, I think.
10617
10618 @node Security
10619 @section Security
10620
10621 Gnus is able to verify signed messages or decrypt encrypted messages.
10622 The formats that are supported are @acronym{PGP}, @acronym{PGP/MIME}
10623 and @acronym{S/MIME}, however you need some external programs to get
10624 things to work:
10625
10626 @enumerate
10627 @item
10628 To handle @acronym{PGP} and @acronym{PGP/MIME} messages, you have to
10629 install an OpenPGP implementation such as GnuPG.  The Lisp interface
10630 to GnuPG included with Gnus is called PGG (@pxref{Top, ,PGG, pgg, PGG
10631 Manual}), but Mailcrypt and gpg.el are also supported.
10632
10633 @item
10634 To handle @acronym{S/MIME} message, you need to install OpenSSL.  OpenSSL 0.9.6
10635 or newer is recommended.
10636
10637 @end enumerate
10638
10639 More information on how to set things up can be found in the message
10640 manual (@pxref{Security, ,Security, message, Message Manual}).
10641
10642 @table @code
10643 @item mm-verify-option
10644 @vindex mm-verify-option
10645 Option of verifying signed parts.  @code{never}, not verify;
10646 @code{always}, always verify; @code{known}, only verify known
10647 protocols.  Otherwise, ask user.
10648
10649 @item mm-decrypt-option
10650 @vindex mm-decrypt-option
10651 Option of decrypting encrypted parts.  @code{never}, no decryption;
10652 @code{always}, always decrypt; @code{known}, only decrypt known
10653 protocols.  Otherwise, ask user.
10654
10655 @item mml1991-use
10656 @vindex mml1991-use
10657 Symbol indicating elisp interface to OpenPGP implementation for
10658 @acronym{PGP} messages.  The default is @code{pgg}, but
10659 @code{mailcrypt} and @code{gpg} are also supported although
10660 deprecated.
10661
10662 @item mml2015-use
10663 @vindex mml2015-use
10664 Symbol indicating elisp interface to OpenPGP implementation for
10665 @acronym{PGP/MIME} messages.  The default is @code{pgg}, but
10666 @code{mailcrypt} and @code{gpg} are also supported although
10667 deprecated.
10668
10669 @end table
10670
10671 @cindex snarfing keys
10672 @cindex importing PGP keys
10673 @cindex PGP key ring import
10674 Snarfing OpenPGP keys (i.e., importing keys from articles into your
10675 key ring) is not supported explicitly through a menu item or command,
10676 rather Gnus do detect and label keys as @samp{application/pgp-keys},
10677 allowing you to specify whatever action you think is appropriate
10678 through the usual @acronym{MIME} infrastructure.  You can use a
10679 @file{~/.mailcap} entry (@pxref{mailcap, , mailcap, emacs-mime, The
10680 Emacs MIME Manual}) such as the following to import keys using GNU
10681 Privacy Guard when you click on the @acronym{MIME} button
10682 (@pxref{Using MIME}).
10683
10684 @example
10685 application/pgp-keys; gpg --import --interactive --verbose; needsterminal
10686 @end example
10687 @noindent
10688 This happens to also be the default action defined in
10689 @code{mailcap-mime-data}.
10690
10691 @node Mailing List
10692 @section Mailing List
10693 @cindex mailing list
10694 @cindex RFC 2396
10695
10696 @kindex A M (summary)
10697 @findex gnus-mailing-list-insinuate
10698 Gnus understands some mailing list fields of RFC 2369.  To enable it,
10699 add a @code{to-list} group parameter (@pxref{Group Parameters}),
10700 possibly using @kbd{A M} (@code{gnus-mailing-list-insinuate}) in the
10701 summary buffer.
10702
10703 That enables the following commands to the summary buffer:
10704
10705 @table @kbd
10706
10707 @item C-c C-n h
10708 @kindex C-c C-n h (Summary)
10709 @findex gnus-mailing-list-help
10710 Send a message to fetch mailing list help, if List-Help field exists.
10711
10712 @item C-c C-n s
10713 @kindex C-c C-n s (Summary)
10714 @findex gnus-mailing-list-subscribe
10715 Send a message to subscribe the mailing list, if List-Subscribe field exists.
10716
10717 @item C-c C-n u
10718 @kindex C-c C-n u (Summary)
10719 @findex gnus-mailing-list-unsubscribe
10720 Send a message to unsubscribe the mailing list, if List-Unsubscribe
10721 field exists.
10722
10723 @item C-c C-n p
10724 @kindex C-c C-n p (Summary)
10725 @findex gnus-mailing-list-post
10726 Post to the mailing list, if List-Post field exists.
10727
10728 @item C-c C-n o
10729 @kindex C-c C-n o (Summary)
10730 @findex gnus-mailing-list-owner
10731 Send a message to the mailing list owner, if List-Owner field exists.
10732
10733 @item C-c C-n a
10734 @kindex C-c C-n a (Summary)
10735 @findex gnus-mailing-list-archive
10736 Browse the mailing list archive, if List-Archive field exists.
10737
10738 @end table
10739
10740
10741 @node Article Buffer
10742 @chapter Article Buffer
10743 @cindex article buffer
10744
10745 The articles are displayed in the article buffer, of which there is only
10746 one.  All the summary buffers share the same article buffer unless you
10747 tell Gnus otherwise.
10748
10749 @menu
10750 * Hiding Headers::              Deciding what headers should be displayed.
10751 * Using MIME::                  Pushing articles through @acronym{MIME} before reading them.
10752 * Customizing Articles::        Tailoring the look of the articles.
10753 * Article Keymap::              Keystrokes available in the article buffer.
10754 * Misc Article::                Other stuff.
10755 @end menu
10756
10757
10758 @node Hiding Headers
10759 @section Hiding Headers
10760 @cindex hiding headers
10761 @cindex deleting headers
10762
10763 The top section of each article is the @dfn{head}.  (The rest is the
10764 @dfn{body}, but you may have guessed that already.)
10765
10766 @vindex gnus-show-all-headers
10767 There is a lot of useful information in the head: the name of the person
10768 who wrote the article, the date it was written and the subject of the
10769 article.  That's well and nice, but there's also lots of information
10770 most people do not want to see---what systems the article has passed
10771 through before reaching you, the @code{Message-ID}, the
10772 @code{References}, etc. ad nauseam---and you'll probably want to get rid
10773 of some of those lines.  If you want to keep all those lines in the
10774 article buffer, you can set @code{gnus-show-all-headers} to @code{t}.
10775
10776 Gnus provides you with two variables for sifting headers:
10777
10778 @table @code
10779
10780 @item gnus-visible-headers
10781 @vindex gnus-visible-headers
10782 If this variable is non-@code{nil}, it should be a regular expression
10783 that says what headers you wish to keep in the article buffer.  All
10784 headers that do not match this variable will be hidden.
10785
10786 For instance, if you only want to see the name of the person who wrote
10787 the article and the subject, you'd say:
10788
10789 @lisp
10790 (setq gnus-visible-headers "^From:\\|^Subject:")
10791 @end lisp
10792
10793 This variable can also be a list of regexps to match headers to
10794 remain visible.
10795
10796 @item gnus-ignored-headers
10797 @vindex gnus-ignored-headers
10798 This variable is the reverse of @code{gnus-visible-headers}.  If this
10799 variable is set (and @code{gnus-visible-headers} is @code{nil}), it
10800 should be a regular expression that matches all lines that you want to
10801 hide.  All lines that do not match this variable will remain visible.
10802
10803 For instance, if you just want to get rid of the @code{References} line
10804 and the @code{Xref} line, you might say:
10805
10806 @lisp
10807 (setq gnus-ignored-headers "^References:\\|^Xref:")
10808 @end lisp
10809
10810 This variable can also be a list of regexps to match headers to
10811 be removed.
10812
10813 Note that if @code{gnus-visible-headers} is non-@code{nil}, this
10814 variable will have no effect.
10815
10816 @end table
10817
10818 @vindex gnus-sorted-header-list
10819 Gnus can also sort the headers for you.  (It does this by default.)  You
10820 can control the sorting by setting the @code{gnus-sorted-header-list}
10821 variable.  It is a list of regular expressions that says in what order
10822 the headers are to be displayed.
10823
10824 For instance, if you want the name of the author of the article first,
10825 and then the subject, you might say something like:
10826
10827 @lisp
10828 (setq gnus-sorted-header-list '("^From:" "^Subject:"))
10829 @end lisp
10830
10831 Any headers that are to remain visible, but are not listed in this
10832 variable, will be displayed in random order after all the headers listed in this variable.
10833
10834 @findex gnus-article-hide-boring-headers
10835 @vindex gnus-boring-article-headers
10836 You can hide further boring headers by setting
10837 @code{gnus-treat-hide-boring-headers} to @code{head}.  What this function
10838 does depends on the @code{gnus-boring-article-headers} variable.  It's a
10839 list, but this list doesn't actually contain header names.  Instead it
10840 lists various @dfn{boring conditions} that Gnus can check and remove
10841 from sight.
10842
10843 These conditions are:
10844 @table @code
10845 @item empty
10846 Remove all empty headers.
10847 @item followup-to
10848 Remove the @code{Followup-To} header if it is identical to the
10849 @code{Newsgroups} header.
10850 @item reply-to
10851 Remove the @code{Reply-To} header if it lists the same addresses as
10852 the @code{From} header, or if the @code{broken-reply-to} group
10853 parameter is set.
10854 @item newsgroups
10855 Remove the @code{Newsgroups} header if it only contains the current group
10856 name.
10857 @item to-address
10858 Remove the @code{To} header if it only contains the address identical to
10859 the current group's @code{to-address} parameter.
10860 @item to-list
10861 Remove the @code{To} header if it only contains the address identical to
10862 the current group's @code{to-list} parameter.
10863 @item cc-list
10864 Remove the @code{CC} header if it only contains the address identical to
10865 the current group's @code{to-list} parameter.
10866 @item date
10867 Remove the @code{Date} header if the article is less than three days
10868 old.
10869 @item long-to
10870 Remove the @code{To} header if it is very long.
10871 @item many-to
10872 Remove all @code{To} headers if there are more than one.
10873 @end table
10874
10875 To include these three elements, you could say something like:
10876
10877 @lisp
10878 (setq gnus-boring-article-headers
10879       '(empty followup-to reply-to))
10880 @end lisp
10881
10882 This is also the default value for this variable.
10883
10884
10885 @node Using MIME
10886 @section Using MIME
10887 @cindex @acronym{MIME}
10888
10889 Mime is a standard for waving your hands through the air, aimlessly,
10890 while people stand around yawning.
10891
10892 @acronym{MIME}, however, is a standard for encoding your articles, aimlessly,
10893 while all newsreaders die of fear.
10894
10895 @acronym{MIME} may specify what character set the article uses, the encoding
10896 of the characters, and it also makes it possible to embed pictures and
10897 other naughty stuff in innocent-looking articles.
10898
10899 @vindex gnus-display-mime-function
10900 @findex gnus-display-mime
10901 Gnus pushes @acronym{MIME} articles through @code{gnus-display-mime-function}
10902 to display the @acronym{MIME} parts.  This is @code{gnus-display-mime} by
10903 default, which creates a bundle of clickable buttons that can be used to
10904 display, save and manipulate the @acronym{MIME} objects.
10905
10906 The following commands are available when you have placed point over a
10907 @acronym{MIME} button:
10908
10909 @table @kbd
10910 @findex gnus-article-press-button
10911 @item RET (Article)
10912 @kindex RET (Article)
10913 @itemx BUTTON-2 (Article)
10914 Toggle displaying of the @acronym{MIME} object
10915 (@code{gnus-article-press-button}).  If built-in viewers can not display
10916 the object, Gnus resorts to external viewers in the @file{mailcap}
10917 files.  If a viewer has the @samp{copiousoutput} specification, the
10918 object is displayed inline.
10919
10920 @findex gnus-mime-view-part
10921 @item M-RET (Article)
10922 @kindex M-RET (Article)
10923 @itemx v (Article)
10924 Prompt for a method, and then view the @acronym{MIME} object using this
10925 method (@code{gnus-mime-view-part}).
10926
10927 @findex gnus-mime-view-part-as-type
10928 @item t (Article)
10929 @kindex t (Article)
10930 View the @acronym{MIME} object as if it were a different @acronym{MIME} media type
10931 (@code{gnus-mime-view-part-as-type}).
10932
10933 @findex gnus-mime-view-part-as-charset
10934 @item C (Article)
10935 @kindex C (Article)
10936 Prompt for a charset, and then view the @acronym{MIME} object using this
10937 charset (@code{gnus-mime-view-part-as-charset}).
10938
10939 @findex gnus-mime-save-part
10940 @item o (Article)
10941 @kindex o (Article)
10942 Prompt for a file name, and then save the @acronym{MIME} object
10943 (@code{gnus-mime-save-part}).
10944
10945 @findex gnus-mime-save-part-and-strip
10946 @item C-o (Article)
10947 @kindex C-o (Article)
10948 Prompt for a file name, then save the @acronym{MIME} object and strip it from
10949 the article.  Then proceed to article editing, where a reasonable
10950 suggestion is being made on how the altered article should look
10951 like.  The stripped @acronym{MIME} object will be referred via the
10952 message/external-body @acronym{MIME} type.
10953 (@code{gnus-mime-save-part-and-strip}).
10954
10955 @findex gnus-mime-delete-part
10956 @item d (Article)
10957 @kindex d (Article)
10958 Delete the @acronym{MIME} object from the article and replace it with some
10959 information about the removed @acronym{MIME} object
10960 (@code{gnus-mime-delete-part}).
10961
10962 @findex gnus-mime-copy-part
10963 @item c (Article)
10964 @kindex c (Article)
10965 Copy the @acronym{MIME} object to a fresh buffer and display this buffer
10966 (@code{gnus-mime-copy-part}).  Compressed files like @file{.gz} and
10967 @file{.bz2} are automatically decompressed if
10968 @code{auto-compression-mode} is enabled (@pxref{Compressed Files,,
10969 Accessing Compressed Files, emacs, The Emacs Editor}).
10970
10971 @findex gnus-mime-print-part
10972 @item p (Article)
10973 @kindex p (Article)
10974 Print the @acronym{MIME} object (@code{gnus-mime-print-part}).  This
10975 command respects the @samp{print=} specifications in the
10976 @file{.mailcap} file.
10977
10978 @findex gnus-mime-inline-part
10979 @item i (Article)
10980 @kindex i (Article)
10981 Insert the contents of the @acronym{MIME} object into the buffer
10982 (@code{gnus-mime-inline-part}) as text/plain.  If given a prefix, insert
10983 the raw contents without decoding.  If given a numerical prefix, you can
10984 do semi-manual charset stuff (see
10985 @code{gnus-summary-show-article-charset-alist} in @ref{Paging the
10986 Article}).
10987
10988 @findex gnus-mime-view-part-internally
10989 @item E (Article)
10990 @kindex E (Article)
10991 View the @acronym{MIME} object with an internal viewer.  If no internal
10992 viewer is available, use an external viewer
10993 (@code{gnus-mime-view-part-internally}).
10994
10995 @findex gnus-mime-view-part-externally
10996 @item e (Article)
10997 @kindex e (Article)
10998 View the @acronym{MIME} object with an external viewer.
10999 (@code{gnus-mime-view-part-externally}).
11000
11001 @findex gnus-mime-pipe-part
11002 @item | (Article)
11003 @kindex | (Article)
11004 Output the @acronym{MIME} object to a process (@code{gnus-mime-pipe-part}).
11005
11006 @findex gnus-mime-action-on-part
11007 @item . (Article)
11008 @kindex . (Article)
11009 Interactively run an action on the @acronym{MIME} object
11010 (@code{gnus-mime-action-on-part}).
11011
11012 @end table
11013
11014 Gnus will display some @acronym{MIME} objects automatically.  The way Gnus
11015 determines which parts to do this with is described in the Emacs
11016 @acronym{MIME} manual.
11017
11018 It might be best to just use the toggling functions from the article
11019 buffer to avoid getting nasty surprises.  (For instance, you enter the
11020 group @samp{alt.sing-a-long} and, before you know it, @acronym{MIME} has
11021 decoded the sound file in the article and some horrible sing-a-long song
11022 comes screaming out your speakers, and you can't find the volume button,
11023 because there isn't one, and people are starting to look at you, and you
11024 try to stop the program, but you can't, and you can't find the program
11025 to control the volume, and everybody else in the room suddenly decides
11026 to look at you disdainfully, and you'll feel rather stupid.)
11027
11028 Any similarity to real events and people is purely coincidental.  Ahem.
11029
11030 Also @pxref{MIME Commands}.
11031
11032
11033 @node Customizing Articles
11034 @section Customizing Articles
11035 @cindex article customization
11036
11037 A slew of functions for customizing how the articles are to look like
11038 exist.  You can call these functions interactively
11039 (@pxref{Article Washing}), or you can have them
11040 called automatically when you select the articles.
11041
11042 To have them called automatically, you should set the corresponding
11043 ``treatment'' variable.  For instance, to have headers hidden, you'd set
11044 @code{gnus-treat-hide-headers}.  Below is a list of variables that can
11045 be set, but first we discuss the values these variables can have.
11046
11047 Note: Some values, while valid, make little sense.  Check the list below
11048 for sensible values.
11049
11050 @enumerate
11051 @item
11052 @code{nil}: Don't do this treatment.
11053
11054 @item
11055 @code{t}: Do this treatment on all body parts.
11056
11057 @item
11058 @code{head}: Do the treatment on the headers.
11059
11060 @item
11061 @code{last}: Do this treatment on the last part.
11062
11063 @item
11064 An integer: Do this treatment on all body parts that have a length less
11065 than this number.
11066
11067 @item
11068 A list of strings: Do this treatment on all body parts that are in
11069 articles that are read in groups that have names that match one of the
11070 regexps in the list.
11071
11072 @item
11073 A list where the first element is not a string:
11074
11075 The list is evaluated recursively.  The first element of the list is a
11076 predicate.  The following predicates are recognized: @code{or},
11077 @code{and}, @code{not} and @code{typep}.  Here's an example:
11078
11079 @lisp
11080 (or last
11081     (typep "text/x-vcard"))
11082 @end lisp
11083
11084 @end enumerate
11085
11086 You may have noticed that the word @dfn{part} is used here.  This refers
11087 to the fact that some messages are @acronym{MIME} multipart articles that may
11088 be divided into several parts.  Articles that are not multiparts are
11089 considered to contain just a single part.
11090
11091 @vindex gnus-article-treat-types
11092 Are the treatments applied to all sorts of multipart parts?  Yes, if you
11093 want to, but by default, only @samp{text/plain} parts are given the
11094 treatment.  This is controlled by the @code{gnus-article-treat-types}
11095 variable, which is a list of regular expressions that are matched to the
11096 type of the part.  This variable is ignored if the value of the
11097 controlling variable is a predicate list, as described above.
11098
11099 The following treatment options are available.  The easiest way to
11100 customize this is to examine the @code{gnus-article-treat} customization
11101 group.  Values in parenthesis are suggested sensible values.  Others are
11102 possible but those listed are probably sufficient for most people.
11103
11104 @table @code
11105 @item gnus-treat-buttonize (t, integer)
11106 @item gnus-treat-buttonize-head (head)
11107
11108 @xref{Article Buttons}.
11109
11110 @item gnus-treat-capitalize-sentences (t, integer)
11111 @item gnus-treat-overstrike (t, integer)
11112 @item gnus-treat-strip-cr (t, integer)
11113 @item gnus-treat-strip-headers-in-body (t, integer)
11114 @item gnus-treat-strip-leading-blank-lines (t, integer)
11115 @item gnus-treat-strip-multiple-blank-lines (t, integer)
11116 @item gnus-treat-strip-pem (t, last, integer)
11117 @item gnus-treat-strip-trailing-blank-lines (t, last, integer)
11118 @item gnus-treat-unsplit-urls (t, integer)
11119 @item gnus-treat-wash-html (t, integer)
11120
11121 @xref{Article Washing}.
11122
11123 @item gnus-treat-date-english (head)
11124 @item gnus-treat-date-iso8601 (head)
11125 @item gnus-treat-date-lapsed (head)
11126 @item gnus-treat-date-local (head)
11127 @item gnus-treat-date-original (head)
11128 @item gnus-treat-date-user-defined (head)
11129 @item gnus-treat-date-ut (head)
11130
11131 @xref{Article Date}.
11132
11133 @item gnus-treat-from-picon (head)
11134 @item gnus-treat-mail-picon (head)
11135 @item gnus-treat-newsgroups-picon (head)
11136
11137 @xref{Picons}.
11138
11139 @item gnus-treat-display-smileys (t, integer)
11140
11141 @item gnus-treat-body-boundary (head)
11142
11143 @vindex gnus-body-boundary-delimiter
11144 Adds a delimiter between header and body, the string used as delimiter
11145 is controlled by @code{gnus-body-boundary-delimiter}.
11146
11147 @xref{Smileys}.
11148
11149 @item gnus-treat-display-x-face (head)
11150
11151 @xref{X-Face}.
11152
11153 @item gnus-treat-display-face (head)
11154
11155 @xref{Face}.
11156
11157 @item gnus-treat-emphasize (t, head, integer)
11158 @item gnus-treat-fill-article (t, integer)
11159 @item gnus-treat-fill-long-lines (t, integer)
11160 @item gnus-treat-hide-boring-headers (head)
11161 @item gnus-treat-hide-citation (t, integer)
11162 @item gnus-treat-hide-citation-maybe (t, integer)
11163 @item gnus-treat-hide-headers (head)
11164 @item gnus-treat-hide-signature (t, last)
11165 @item gnus-treat-strip-banner (t, last)
11166 @item gnus-treat-strip-list-identifiers (head)
11167
11168 @xref{Article Hiding}.
11169
11170 @item gnus-treat-highlight-citation (t, integer)
11171 @item gnus-treat-highlight-headers (head)
11172 @item gnus-treat-highlight-signature (t, last, integer)
11173
11174 @xref{Article Highlighting}.
11175
11176 @item gnus-treat-play-sounds
11177 @item gnus-treat-translate
11178 @item gnus-treat-ansi-sequences (t)
11179 @item gnus-treat-x-pgp-sig (head)
11180
11181 @item gnus-treat-unfold-headers (head)
11182 @item gnus-treat-fold-headers (head)
11183 @item gnus-treat-fold-newsgroups (head)
11184 @item gnus-treat-leading-whitespace (head)
11185
11186 @xref{Article Header}.
11187
11188
11189 @end table
11190
11191 @vindex gnus-part-display-hook
11192 You can, of course, write your own functions to be called from
11193 @code{gnus-part-display-hook}.  The functions are called narrowed to the
11194 part, and you can do anything you like, pretty much.  There is no
11195 information that you have to keep in the buffer---you can change
11196 everything.
11197
11198
11199 @node Article Keymap
11200 @section Article Keymap
11201
11202 Most of the keystrokes in the summary buffer can also be used in the
11203 article buffer.  They should behave as if you typed them in the summary
11204 buffer, which means that you don't actually have to have a summary
11205 buffer displayed while reading.  You can do it all from the article
11206 buffer.
11207
11208 A few additional keystrokes are available:
11209
11210 @table @kbd
11211
11212 @item SPACE
11213 @kindex SPACE (Article)
11214 @findex gnus-article-next-page
11215 Scroll forwards one page (@code{gnus-article-next-page}).
11216 This is exactly the same as @kbd{h SPACE h}.
11217
11218 @item DEL
11219 @kindex DEL (Article)
11220 @findex gnus-article-prev-page
11221 Scroll backwards one page (@code{gnus-article-prev-page}).
11222 This is exactly the same as @kbd{h DEL h}.
11223
11224 @item C-c ^
11225 @kindex C-c ^ (Article)
11226 @findex gnus-article-refer-article
11227 If point is in the neighborhood of a @code{Message-ID} and you press
11228 @kbd{C-c ^}, Gnus will try to get that article from the server
11229 (@code{gnus-article-refer-article}).
11230
11231 @item C-c C-m
11232 @kindex C-c C-m (Article)
11233 @findex gnus-article-mail
11234 Send a reply to the address near point (@code{gnus-article-mail}).  If
11235 given a prefix, include the mail.
11236
11237 @item s
11238 @kindex s (Article)
11239 @findex gnus-article-show-summary
11240 Reconfigure the buffers so that the summary buffer becomes visible
11241 (@code{gnus-article-show-summary}).
11242
11243 @item ?
11244 @kindex ? (Article)
11245 @findex gnus-article-describe-briefly
11246 Give a very brief description of the available keystrokes
11247 (@code{gnus-article-describe-briefly}).
11248
11249 @item TAB
11250 @kindex TAB (Article)
11251 @findex gnus-article-next-button
11252 Go to the next button, if any (@code{gnus-article-next-button}).  This
11253 only makes sense if you have buttonizing turned on.
11254
11255 @item M-TAB
11256 @kindex M-TAB (Article)
11257 @findex gnus-article-prev-button
11258 Go to the previous button, if any (@code{gnus-article-prev-button}).
11259
11260 @item R
11261 @kindex R (Article)
11262 @findex gnus-article-reply-with-original
11263 Send a reply to the current article and yank the current article
11264 (@code{gnus-article-reply-with-original}).  If given a prefix, make a
11265 wide reply.  If the region is active, only yank the text in the
11266 region.
11267
11268 @item F
11269 @kindex F (Article)
11270 @findex gnus-article-followup-with-original
11271 Send a followup to the current article and yank the current article
11272 (@code{gnus-article-followup-with-original}).  If given a prefix, make
11273 a wide reply.  If the region is active, only yank the text in the
11274 region.
11275
11276
11277 @end table
11278
11279
11280 @node Misc Article
11281 @section Misc Article
11282
11283 @table @code
11284
11285 @item gnus-single-article-buffer
11286 @vindex gnus-single-article-buffer
11287 If non-@code{nil}, use the same article buffer for all the groups.
11288 (This is the default.)  If @code{nil}, each group will have its own
11289 article buffer.
11290
11291 @vindex gnus-article-decode-hook
11292 @item gnus-article-decode-hook
11293 @cindex @acronym{MIME}
11294 Hook used to decode @acronym{MIME} articles.  The default value is
11295 @code{(article-decode-charset article-decode-encoded-words)}
11296
11297 @vindex gnus-article-prepare-hook
11298 @item gnus-article-prepare-hook
11299 This hook is called right after the article has been inserted into the
11300 article buffer.  It is mainly intended for functions that do something
11301 depending on the contents; it should probably not be used for changing
11302 the contents of the article buffer.
11303
11304 @item gnus-article-mode-hook
11305 @vindex gnus-article-mode-hook
11306 Hook called in article mode buffers.
11307
11308 @item gnus-article-mode-syntax-table
11309 @vindex gnus-article-mode-syntax-table
11310 Syntax table used in article buffers.  It is initialized from
11311 @code{text-mode-syntax-table}.
11312
11313 @vindex gnus-article-over-scroll
11314 @item gnus-article-over-scroll
11315 If non-@code{nil}, allow scrolling the article buffer even when there
11316 no more new text to scroll in.  The default is @code{nil}.
11317
11318 @vindex gnus-article-mode-line-format
11319 @item gnus-article-mode-line-format
11320 This variable is a format string along the same lines as
11321 @code{gnus-summary-mode-line-format} (@pxref{Mode Line Formatting}).  It
11322 accepts the same format specifications as that variable, with two
11323 extensions:
11324
11325 @table @samp
11326
11327 @item w
11328 The @dfn{wash status} of the article.  This is a short string with one
11329 character for each possible article wash operation that may have been
11330 performed.  The characters and their meaning:
11331
11332 @table @samp
11333
11334 @item c
11335 Displayed when cited text may be hidden in the article buffer.
11336
11337 @item h
11338 Displayed when headers are hidden in the article buffer.
11339
11340 @item p
11341 Displayed when article is digitally signed or encrypted, and Gnus has
11342 hidden the security headers.  (N.B. does not tell anything about
11343 security status, i.e. good or bad signature.)
11344
11345 @item s
11346 Displayed when the signature has been hidden in the Article buffer.
11347
11348 @item o
11349 Displayed when Gnus has treated overstrike characters in the article buffer.
11350
11351 @item e
11352 Displayed when Gnus has treated emphasised strings in the article buffer.
11353
11354 @end table
11355
11356 @item m
11357 The number of @acronym{MIME} parts in the article.
11358
11359 @end table
11360
11361 @vindex gnus-break-pages
11362
11363 @item gnus-break-pages
11364 Controls whether @dfn{page breaking} is to take place.  If this variable
11365 is non-@code{nil}, the articles will be divided into pages whenever a
11366 page delimiter appears in the article.  If this variable is @code{nil},
11367 paging will not be done.
11368
11369 @item gnus-page-delimiter
11370 @vindex gnus-page-delimiter
11371 This is the delimiter mentioned above.  By default, it is @samp{^L}
11372 (formfeed).
11373
11374 @cindex IDNA
11375 @cindex internationalized domain names
11376 @vindex gnus-use-idna
11377 @item gnus-use-idna
11378 This variable controls whether Gnus performs IDNA decoding of
11379 internationalized domain names inside @samp{From}, @samp{To} and
11380 @samp{Cc} headers.  This requires
11381 @uref{http://www.gnu.org/software/libidn/, GNU Libidn}, and this
11382 variable is only enabled if you have installed it.
11383
11384 @end table
11385
11386
11387 @node Composing Messages
11388 @chapter Composing Messages
11389 @cindex composing messages
11390 @cindex messages
11391 @cindex mail
11392 @cindex sending mail
11393 @cindex reply
11394 @cindex followup
11395 @cindex post
11396 @cindex using gpg
11397 @cindex using s/mime
11398 @cindex using smime
11399
11400 @kindex C-c C-c (Post)
11401 All commands for posting and mailing will put you in a message buffer
11402 where you can edit the article all you like, before you send the
11403 article by pressing @kbd{C-c C-c}.  @xref{Top, , Overview, message,
11404 Message Manual}.  Where the message will be posted/mailed to depends
11405 on your setup (@pxref{Posting Server}).
11406
11407 @menu
11408 * Mail::                        Mailing and replying.
11409 * Posting Server::              What server should you post and mail via?
11410 * POP before SMTP::             You cannot send a mail unless you read a mail.
11411 * Mail and Post::               Mailing and posting at the same time.
11412 * Archived Messages::           Where Gnus stores the messages you've sent.
11413 * Posting Styles::              An easier way to specify who you are.
11414 * Drafts::                      Postponing messages and rejected messages.
11415 * Rejected Articles::           What happens if the server doesn't like your article?
11416 * Signing and encrypting::      How to compose secure messages.
11417 @end menu
11418
11419 Also @pxref{Canceling and Superseding} for information on how to
11420 remove articles you shouldn't have posted.
11421
11422
11423 @node Mail
11424 @section Mail
11425
11426 Variables for customizing outgoing mail:
11427
11428 @table @code
11429 @item gnus-uu-digest-headers
11430 @vindex gnus-uu-digest-headers
11431 List of regexps to match headers included in digested messages.  The
11432 headers will be included in the sequence they are matched.  If
11433 @code{nil} include all headers.
11434
11435 @item gnus-add-to-list
11436 @vindex gnus-add-to-list
11437 If non-@code{nil}, add a @code{to-list} group parameter to mail groups
11438 that have none when you do a @kbd{a}.
11439
11440 @item gnus-confirm-mail-reply-to-news
11441 @vindex gnus-confirm-mail-reply-to-news
11442 This can also be a function receiving the group name as the only
11443 parameter which should return non-@code{nil} if a confirmation is
11444 needed, or a regular expression matching group names, where
11445 confirmation is should be asked for.
11446
11447 If you find yourself never wanting to reply to mail, but occasionally
11448 press R anyway, this variable might be for you.
11449
11450 @item gnus-confirm-treat-mail-like-news
11451 @vindex gnus-confirm-treat-mail-like-news
11452 If non-@code{nil}, Gnus also requests confirmation according to
11453 @code{gnus-confirm-mail-reply-to-news} when replying to mail.  This is
11454 useful for treating mailing lists like newsgroups.
11455
11456 @end table
11457
11458
11459 @node Posting Server
11460 @section Posting Server
11461
11462 When you press those magical @kbd{C-c C-c} keys to ship off your latest
11463 (extremely intelligent, of course) article, where does it go?
11464
11465 Thank you for asking.  I hate you.
11466
11467 It can be quite complicated.
11468
11469 @vindex gnus-post-method
11470 When posting news, Message usually invokes @code{message-send-news}
11471 (@pxref{News Variables, , News Variables, message, Message Manual}).
11472 Normally, Gnus will post using the same select method as you're
11473 reading from (which might be convenient if you're reading lots of
11474 groups from different private servers).  However.  If the server
11475 you're reading from doesn't allow posting, just reading, you probably
11476 want to use some other server to post your (extremely intelligent and
11477 fabulously interesting) articles.  You can then set the
11478 @code{gnus-post-method} to some other method:
11479
11480 @lisp
11481 (setq gnus-post-method '(nnspool ""))
11482 @end lisp
11483
11484 Now, if you've done this, and then this server rejects your article, or
11485 this server is down, what do you do then?  To override this variable you
11486 can use a non-zero prefix to the @kbd{C-c C-c} command to force using
11487 the ``current'' server, to get back the default behavior, for posting.
11488
11489 If you give a zero prefix (i.e., @kbd{C-u 0 C-c C-c}) to that command,
11490 Gnus will prompt you for what method to use for posting.
11491
11492 You can also set @code{gnus-post-method} to a list of select methods.
11493 If that's the case, Gnus will always prompt you for what method to use
11494 for posting.
11495
11496 Finally, if you want to always post using the native select method,
11497 you can set this variable to @code{native}.
11498
11499 When sending mail, Message invokes @code{message-send-mail-function}.
11500 The default function, @code{message-send-mail-with-sendmail}, pipes
11501 your article to the @code{sendmail} binary for further queuing and
11502 sending.  When your local system is not configured for sending mail
11503 using @code{sendmail}, and you have access to a remote @acronym{SMTP}
11504 server, you can set @code{message-send-mail-function} to
11505 @code{smtpmail-send-it} and make sure to setup the @code{smtpmail}
11506 package correctly.  An example:
11507
11508 @lisp
11509 (setq message-send-mail-function 'smtpmail-send-it
11510       smtpmail-default-smtp-server "YOUR SMTP HOST")
11511 @end lisp
11512
11513 To the thing similar to this, there is
11514 @code{message-smtpmail-send-it}.  It is useful if your @acronym{ISP}
11515 requires the @acronym{POP}-before-@acronym{SMTP} authentication.
11516 @xref{POP before SMTP}.
11517
11518 Other possible choices for @code{message-send-mail-function} includes
11519 @code{message-send-mail-with-mh}, @code{message-send-mail-with-qmail},
11520 and @code{feedmail-send-it}.
11521
11522 @node POP before SMTP
11523 @section POP before SMTP
11524 @cindex pop before smtp
11525 @findex message-smtpmail-send-it
11526 @findex mail-source-touch-pop
11527
11528 Does your @acronym{ISP} require the @acronym{POP}-before-@acronym{SMTP}
11529 authentication?  It is whether you need to connect to the @acronym{POP}
11530 mail server within a certain time before sending mails.  If so, there is
11531 a convenient way.  To do that, put the following lines in your
11532 @file{~/.gnus.el} file:
11533
11534 @lisp
11535 (setq message-send-mail-function 'message-smtpmail-send-it)
11536 (add-hook 'message-send-mail-hook 'mail-source-touch-pop)
11537 @end lisp
11538
11539 @noindent
11540 It means to let Gnus connect to the @acronym{POP} mail server in advance
11541 whenever you send a mail.  The @code{mail-source-touch-pop} function
11542 does only a @acronym{POP} authentication according to the value of
11543 @code{mail-sources} without fetching mails, just before sending a mail.
11544 Note that you have to use @code{message-smtpmail-send-it} which runs
11545 @code{message-send-mail-hook} rather than @code{smtpmail-send-it} and
11546 set the value of @code{mail-sources} for a @acronym{POP} connection
11547 correctly.  @xref{Mail Sources}.
11548
11549 If you have two or more @acronym{POP} mail servers set in
11550 @code{mail-sources}, you may want to specify one of them to
11551 @code{mail-source-primary-source} as the @acronym{POP} mail server to be
11552 used for the @acronym{POP}-before-@acronym{SMTP} authentication.  If it
11553 is your primary @acronym{POP} mail server (i.e., you are fetching mails
11554 mainly from that server), you can set it permanently as follows:
11555
11556 @lisp
11557 (setq mail-source-primary-source
11558       '(pop :server "pop3.mail.server"
11559             :password "secret"))
11560 @end lisp
11561
11562 @noindent
11563 Otherwise, bind it dynamically only when performing the
11564 @acronym{POP}-before-@acronym{SMTP} authentication as follows:
11565
11566 @lisp
11567 (add-hook 'message-send-mail-hook
11568           (lambda ()
11569             (let ((mail-source-primary-source
11570                    '(pop :server "pop3.mail.server"
11571                          :password "secret")))
11572               mail-source-touch-pop)))
11573 @end lisp
11574
11575 @node Mail and Post
11576 @section Mail and Post
11577
11578 Here's a list of variables relevant to both mailing and
11579 posting:
11580
11581 @table @code
11582 @item gnus-mailing-list-groups
11583 @findex gnus-mailing-list-groups
11584 @cindex mailing lists
11585
11586 If your news server offers groups that are really mailing lists
11587 gatewayed to the @acronym{NNTP} server, you can read those groups without
11588 problems, but you can't post/followup to them without some difficulty.
11589 One solution is to add a @code{to-address} to the group parameters
11590 (@pxref{Group Parameters}).  An easier thing to do is set the
11591 @code{gnus-mailing-list-groups} to a regexp that matches the groups that
11592 really are mailing lists.  Then, at least, followups to the mailing
11593 lists will work most of the time.  Posting to these groups (@kbd{a}) is
11594 still a pain, though.
11595
11596 @item gnus-user-agent
11597 @vindex gnus-user-agent
11598 @cindex User-Agent
11599
11600 This variable controls which information should be exposed in the
11601 User-Agent header.  It can be one of the symbols @code{gnus} (show only
11602 Gnus version), @code{emacs-gnus} (show only Emacs and Gnus versions),
11603 @code{emacs-gnus-config} (same as @code{emacs-gnus} plus system
11604 configuration), @code{emacs-gnus-type} (same as @code{emacs-gnus} plus
11605 system type) or a custom string.  If you set it to a string, be sure to
11606 use a valid format, see RFC 2616.
11607
11608 @end table
11609
11610 You may want to do spell-checking on messages that you send out.  Or, if
11611 you don't want to spell-check by hand, you could add automatic
11612 spell-checking via the @code{ispell} package:
11613
11614 @cindex ispell
11615 @findex ispell-message
11616 @lisp
11617 (add-hook 'message-send-hook 'ispell-message)
11618 @end lisp
11619
11620 If you want to change the @code{ispell} dictionary based on what group
11621 you're in, you could say something like the following:
11622
11623 @lisp
11624 (add-hook 'gnus-select-group-hook
11625           (lambda ()
11626             (cond
11627              ((string-match
11628                "^de\\." (gnus-group-real-name gnus-newsgroup-name))
11629               (ispell-change-dictionary "deutsch"))
11630              (t
11631               (ispell-change-dictionary "english")))))
11632 @end lisp
11633
11634 Modify to suit your needs.
11635
11636
11637 @node Archived Messages
11638 @section Archived Messages
11639 @cindex archived messages
11640 @cindex sent messages
11641
11642 Gnus provides a few different methods for storing the mail and news you
11643 send.  The default method is to use the @dfn{archive virtual server} to
11644 store the messages.  If you want to disable this completely, the
11645 @code{gnus-message-archive-group} variable should be @code{nil}, which
11646 is the default.
11647
11648 For archiving interesting messages in a group you read, see the
11649 @kbd{B c} (@code{gnus-summary-copy-article}) command (@pxref{Mail
11650 Group Commands}).
11651
11652 @vindex gnus-message-archive-method
11653 @code{gnus-message-archive-method} says what virtual server Gnus is to
11654 use to store sent messages.  The default is:
11655
11656 @lisp
11657 (nnfolder "archive"
11658           (nnfolder-directory   "~/Mail/archive")
11659           (nnfolder-active-file "~/Mail/archive/active")
11660           (nnfolder-get-new-mail nil)
11661           (nnfolder-inhibit-expiry t))
11662 @end lisp
11663
11664 You can, however, use any mail select method (@code{nnml},
11665 @code{nnmbox}, etc.).  @code{nnfolder} is a quite likable select method
11666 for doing this sort of thing, though.  If you don't like the default
11667 directory chosen, you could say something like:
11668
11669 @lisp
11670 (setq gnus-message-archive-method
11671       '(nnfolder "archive"
11672                  (nnfolder-inhibit-expiry t)
11673                  (nnfolder-active-file "~/News/sent-mail/active")
11674                  (nnfolder-directory "~/News/sent-mail/")))
11675 @end lisp
11676
11677 @vindex gnus-message-archive-group
11678 @cindex Gcc
11679 Gnus will insert @code{Gcc} headers in all outgoing messages that point
11680 to one or more group(s) on that server.  Which group to use is
11681 determined by the @code{gnus-message-archive-group} variable.
11682
11683 This variable can be used to do the following:
11684
11685 @table @asis
11686 @item a string
11687 Messages will be saved in that group.
11688
11689 Note that you can include a select method in the group name, then the
11690 message will not be stored in the select method given by
11691 @code{gnus-message-archive-method}, but in the select method specified
11692 by the group name, instead.  Suppose @code{gnus-message-archive-method}
11693 has the default value shown above.  Then setting
11694 @code{gnus-message-archive-group} to @code{"foo"} means that outgoing
11695 messages are stored in @samp{nnfolder+archive:foo}, but if you use the
11696 value @code{"nnml:foo"}, then outgoing messages will be stored in
11697 @samp{nnml:foo}.
11698
11699 @item a list of strings
11700 Messages will be saved in all those groups.
11701
11702 @item an alist of regexps, functions and forms
11703 When a key ``matches'', the result is used.
11704
11705 @item @code{nil}
11706 No message archiving will take place.  This is the default.
11707 @end table
11708
11709 Let's illustrate:
11710
11711 Just saving to a single group called @samp{MisK}:
11712 @lisp
11713 (setq gnus-message-archive-group "MisK")
11714 @end lisp
11715
11716 Saving to two groups, @samp{MisK} and @samp{safe}:
11717 @lisp
11718 (setq gnus-message-archive-group '("MisK" "safe"))
11719 @end lisp
11720
11721 Save to different groups based on what group you are in:
11722 @lisp
11723 (setq gnus-message-archive-group
11724       '(("^alt" "sent-to-alt")
11725         ("mail" "sent-to-mail")
11726         (".*" "sent-to-misc")))
11727 @end lisp
11728
11729 More complex stuff:
11730 @lisp
11731 (setq gnus-message-archive-group
11732       '((if (message-news-p)
11733             "misc-news"
11734           "misc-mail")))
11735 @end lisp
11736
11737 How about storing all news messages in one file, but storing all mail
11738 messages in one file per month:
11739
11740 @lisp
11741 (setq gnus-message-archive-group
11742       '((if (message-news-p)
11743             "misc-news"
11744           (concat "mail." (format-time-string "%Y-%m")))))
11745 @end lisp
11746
11747 @c (XEmacs 19.13 doesn't have @code{format-time-string}, so you'll have to
11748 @c use a different value for @code{gnus-message-archive-group} there.)
11749
11750 Now, when you send a message off, it will be stored in the appropriate
11751 group.  (If you want to disable storing for just one particular message,
11752 you can just remove the @code{Gcc} header that has been inserted.)  The
11753 archive group will appear in the group buffer the next time you start
11754 Gnus, or the next time you press @kbd{F} in the group buffer.  You can
11755 enter it and read the articles in it just like you'd read any other
11756 group.  If the group gets really big and annoying, you can simply rename
11757 if (using @kbd{G r} in the group buffer) to something
11758 nice---@samp{misc-mail-september-1995}, or whatever.  New messages will
11759 continue to be stored in the old (now empty) group.
11760
11761 That's the default method of archiving sent messages.  Gnus offers a
11762 different way for the people who don't like the default method.  In that
11763 case you should set @code{gnus-message-archive-group} to @code{nil};
11764 this will disable archiving.
11765
11766 @table @code
11767 @item gnus-outgoing-message-group
11768 @vindex gnus-outgoing-message-group
11769 All outgoing messages will be put in this group.  If you want to store
11770 all your outgoing mail and articles in the group @samp{nnml:archive},
11771 you set this variable to that value.  This variable can also be a list of
11772 group names.
11773
11774 If you want to have greater control over what group to put each
11775 message in, you can set this variable to a function that checks the
11776 current newsgroup name and then returns a suitable group name (or list
11777 of names).
11778
11779 This variable can be used instead of @code{gnus-message-archive-group},
11780 but the latter is the preferred method.
11781
11782 @item gnus-gcc-mark-as-read
11783 @vindex gnus-gcc-mark-as-read
11784 If non-@code{nil}, automatically mark @code{Gcc} articles as read.
11785
11786 @item gnus-gcc-externalize-attachments
11787 @vindex gnus-gcc-externalize-attachments
11788 If @code{nil}, attach files as normal parts in Gcc copies; if a regexp
11789 and matches the Gcc group name, attach files as external parts; if it is
11790 @code{all}, attach local files as external parts; if it is other
11791 non-@code{nil}, the behavior is the same as @code{all}, but it may be
11792 changed in the future.
11793
11794 @end table
11795
11796
11797 @node Posting Styles
11798 @section Posting Styles
11799 @cindex posting styles
11800 @cindex styles
11801
11802 All them variables, they make my head swim.
11803
11804 So what if you want a different @code{Organization} and signature based
11805 on what groups you post to?  And you post both from your home machine
11806 and your work machine, and you want different @code{From} lines, and so
11807 on?
11808
11809 @vindex gnus-posting-styles
11810 One way to do stuff like that is to write clever hooks that change the
11811 variables you need to have changed.  That's a bit boring, so somebody
11812 came up with the bright idea of letting the user specify these things in
11813 a handy alist.  Here's an example of a @code{gnus-posting-styles}
11814 variable:
11815
11816 @lisp
11817 ((".*"
11818   (signature "Peace and happiness")
11819   (organization "What me?"))
11820  ("^comp"
11821   (signature "Death to everybody"))
11822  ("comp.emacs.i-love-it"
11823   (organization "Emacs is it")))
11824 @end lisp
11825
11826 As you might surmise from this example, this alist consists of several
11827 @dfn{styles}.  Each style will be applicable if the first element
11828 ``matches'', in some form or other.  The entire alist will be iterated
11829 over, from the beginning towards the end, and each match will be
11830 applied, which means that attributes in later styles that match override
11831 the same attributes in earlier matching styles.  So
11832 @samp{comp.programming.literate} will have the @samp{Death to everybody}
11833 signature and the @samp{What me?} @code{Organization} header.
11834
11835 The first element in each style is called the @code{match}.  If it's a
11836 string, then Gnus will try to regexp match it against the group name.
11837 If it is the form @code{(header @var{match} @var{regexp})}, then Gnus
11838 will look in the original article for a header whose name is
11839 @var{match} and compare that @var{regexp}.  @var{match} and
11840 @var{regexp} are strings.  (The original article is the one you are
11841 replying or following up to.  If you are not composing a reply or a
11842 followup, then there is nothing to match against.)  If the
11843 @code{match} is a function symbol, that function will be called with
11844 no arguments.  If it's a variable symbol, then the variable will be
11845 referenced.  If it's a list, then that list will be @code{eval}ed.  In
11846 any case, if this returns a non-@code{nil} value, then the style is
11847 said to @dfn{match}.
11848
11849 Each style may contain an arbitrary amount of @dfn{attributes}.  Each
11850 attribute consists of a @code{(@var{name} @var{value})} pair.  The
11851 attribute name can be one of:
11852
11853 @itemize @bullet
11854 @item @code{signature}
11855 @item @code{signature-file}
11856 @item @code{x-face-file}
11857 @item @code{address}, overriding @code{user-mail-address}
11858 @item @code{name}, overriding @code{(user-full-name)}
11859 @item @code{body}
11860 @end itemize
11861
11862 The attribute name can also be a string or a symbol.  In that case,
11863 this will be used as a header name, and the value will be inserted in
11864 the headers of the article; if the value is @code{nil}, the header
11865 name will be removed.  If the attribute name is @code{eval}, the form
11866 is evaluated, and the result is thrown away.
11867
11868 The attribute value can be a string (used verbatim), a function with
11869 zero arguments (the return value will be used), a variable (its value
11870 will be used) or a list (it will be @code{eval}ed and the return value
11871 will be used).  The functions and sexps are called/@code{eval}ed in the
11872 message buffer that is being set up.  The headers of the current article
11873 are available through the @code{message-reply-headers} variable, which
11874 is a vector of the following headers: number subject from date id
11875 references chars lines xref extra.
11876
11877 @vindex message-reply-headers
11878
11879 If you wish to check whether the message you are about to compose is
11880 meant to be a news article or a mail message, you can check the values
11881 of the @code{message-news-p} and @code{message-mail-p} functions.
11882
11883 @findex message-mail-p
11884 @findex message-news-p
11885
11886 So here's a new example:
11887
11888 @lisp
11889 (setq gnus-posting-styles
11890       '((".*"
11891          (signature-file "~/.signature")
11892          (name "User Name")
11893          ("X-Home-Page" (getenv "WWW_HOME"))
11894          (organization "People's Front Against MWM"))
11895         ("^rec.humor"
11896          (signature my-funny-signature-randomizer))
11897         ((equal (system-name) "gnarly")  ;; @r{A form}
11898          (signature my-quote-randomizer))
11899         (message-news-p        ;; @r{A function symbol}
11900          (signature my-news-signature))
11901         (window-system         ;; @r{A value symbol}
11902          ("X-Window-System" (format "%s" window-system)))
11903         ;; @r{If I'm replying to Larsi, set the Organization header.}
11904         ((header "from" "larsi.*org")
11905          (Organization "Somewhere, Inc."))
11906         ((posting-from-work-p) ;; @r{A user defined function}
11907          (signature-file "~/.work-signature")
11908          (address "user@@bar.foo")
11909          (body "You are fired.\n\nSincerely, your boss.")
11910          (organization "Important Work, Inc"))
11911         ("nnml:.*"
11912          (From (save-excursion
11913                  (set-buffer gnus-article-buffer)
11914                  (message-fetch-field "to"))))
11915         ("^nn.+:"
11916          (signature-file "~/.mail-signature"))))
11917 @end lisp
11918
11919 The @samp{nnml:.*} rule means that you use the @code{To} address as the
11920 @code{From} address in all your outgoing replies, which might be handy
11921 if you fill many roles.
11922
11923
11924 @node Drafts
11925 @section Drafts
11926 @cindex drafts
11927
11928 If you are writing a message (mail or news) and suddenly remember that
11929 you have a steak in the oven (or some pesto in the food processor, you
11930 craaazy vegetarians), you'll probably wish there was a method to save
11931 the message you are writing so that you can continue editing it some
11932 other day, and send it when you feel its finished.
11933
11934 Well, don't worry about it.  Whenever you start composing a message of
11935 some sort using the Gnus mail and post commands, the buffer you get will
11936 automatically associate to an article in a special @dfn{draft} group.
11937 If you save the buffer the normal way (@kbd{C-x C-s}, for instance), the
11938 article will be saved there.  (Auto-save files also go to the draft
11939 group.)
11940
11941 @cindex nndraft
11942 @vindex nndraft-directory
11943 The draft group is a special group (which is implemented as an
11944 @code{nndraft} group, if you absolutely have to know) called
11945 @samp{nndraft:drafts}.  The variable @code{nndraft-directory} says where
11946 @code{nndraft} is to store its files.  What makes this group special is
11947 that you can't tick any articles in it or mark any articles as
11948 read---all articles in the group are permanently unread.
11949
11950 If the group doesn't exist, it will be created and you'll be subscribed
11951 to it.  The only way to make it disappear from the Group buffer is to
11952 unsubscribe it.  The special properties of the draft group comes from
11953 a group property (@pxref{Group Parameters}), and if lost the group
11954 behaves like any other group.  This means the commands below will not
11955 be available.  To restore the special properties of the group, the
11956 simplest way is to kill the group, using @kbd{C-k}, and restart
11957 Gnus.  The group is automatically created again with the
11958 correct parameters.  The content of the group is not lost.
11959
11960 @c @findex gnus-dissociate-buffer-from-draft
11961 @c @kindex C-c M-d (Mail)
11962 @c @kindex C-c M-d (Post)
11963 @c @findex gnus-associate-buffer-with-draft
11964 @c @kindex C-c C-d (Mail)
11965 @c @kindex C-c C-d (Post)
11966 @c If you're writing some super-secret message that you later want to
11967 @c encode with PGP before sending, you may wish to turn the auto-saving
11968 @c (and association with the draft group) off.  You never know who might be
11969 @c interested in reading all your extremely valuable and terribly horrible
11970 @c and interesting secrets.  The @kbd{C-c M-d}
11971 @c (@code{gnus-dissociate-buffer-from-draft}) command does that for you.
11972 @c If you change your mind and want to turn the auto-saving back on again,
11973 @c @kbd{C-c C-d} (@code{gnus-associate-buffer-with-draft} does that.
11974 @c
11975 @c @vindex gnus-use-draft
11976 @c To leave association with the draft group off by default, set
11977 @c @code{gnus-use-draft} to @code{nil}.  It is @code{t} by default.
11978
11979 @findex gnus-draft-edit-message
11980 @kindex D e (Draft)
11981 When you want to continue editing the article, you simply enter the
11982 draft group and push @kbd{D e} (@code{gnus-draft-edit-message}) to do
11983 that.  You will be placed in a buffer where you left off.
11984
11985 Rejected articles will also be put in this draft group (@pxref{Rejected
11986 Articles}).
11987
11988 @findex gnus-draft-send-all-messages
11989 @kindex D s (Draft)
11990 @findex gnus-draft-send-message
11991 @kindex D S (Draft)
11992 If you have lots of rejected messages you want to post (or mail) without
11993 doing further editing, you can use the @kbd{D s} command
11994 (@code{gnus-draft-send-message}).  This command understands the
11995 process/prefix convention (@pxref{Process/Prefix}).  The @kbd{D S}
11996 command (@code{gnus-draft-send-all-messages}) will ship off all messages
11997 in the buffer.
11998
11999 @findex gnus-draft-toggle-sending
12000 @kindex D t (Draft)
12001 If you have some messages that you wish not to send, you can use the
12002 @kbd{D t} (@code{gnus-draft-toggle-sending}) command to mark the message
12003 as unsendable.  This is a toggling command.
12004
12005
12006 @node Rejected Articles
12007 @section Rejected Articles
12008 @cindex rejected articles
12009
12010 Sometimes a news server will reject an article.  Perhaps the server
12011 doesn't like your face.  Perhaps it just feels miserable.  Perhaps
12012 @emph{there be demons}.  Perhaps you have included too much cited text.
12013 Perhaps the disk is full.  Perhaps the server is down.
12014
12015 These situations are, of course, totally beyond the control of Gnus.
12016 (Gnus, of course, loves the way you look, always feels great, has angels
12017 fluttering around inside of it, doesn't care about how much cited text
12018 you include, never runs full and never goes down.)  So Gnus saves these
12019 articles until some later time when the server feels better.
12020
12021 The rejected articles will automatically be put in a special draft group
12022 (@pxref{Drafts}).  When the server comes back up again, you'd then
12023 typically enter that group and send all the articles off.
12024
12025 @node Signing and encrypting
12026 @section Signing and encrypting
12027 @cindex using gpg
12028 @cindex using s/mime
12029 @cindex using smime
12030
12031 Gnus can digitally sign and encrypt your messages, using vanilla
12032 @acronym{PGP} format or @acronym{PGP/MIME} or @acronym{S/MIME}.  For
12033 decoding such messages, see the @code{mm-verify-option} and
12034 @code{mm-decrypt-option} options (@pxref{Security}).
12035
12036 @vindex gnus-message-replysign
12037 @vindex gnus-message-replyencrypt
12038 @vindex gnus-message-replysignencrypted
12039 Often, you would like to sign replies to people who send you signed
12040 messages.  Even more often, you might want to encrypt messages which
12041 are in reply to encrypted messages.  Gnus offers
12042 @code{gnus-message-replysign} to enable the former, and
12043 @code{gnus-message-replyencrypt} for the latter.  In addition, setting
12044 @code{gnus-message-replysignencrypted} (on by default) will sign
12045 automatically encrypted messages.
12046
12047 Instructing @acronym{MML} to perform security operations on a
12048 @acronym{MIME} part is done using the @kbd{C-c C-m s} key map for
12049 signing and the @kbd{C-c C-m c} key map for encryption, as follows.
12050
12051 @table @kbd
12052
12053 @item C-c C-m s s
12054 @kindex C-c C-m s s (Message)
12055 @findex mml-secure-message-sign-smime
12056
12057 Digitally sign current message using @acronym{S/MIME}.
12058
12059 @item C-c C-m s o
12060 @kindex C-c C-m s o (Message)
12061 @findex mml-secure-message-sign-pgp
12062
12063 Digitally sign current message using @acronym{PGP}.
12064
12065 @item C-c C-m s p
12066 @kindex C-c C-m s p (Message)
12067 @findex mml-secure-message-sign-pgp
12068
12069 Digitally sign current message using @acronym{PGP/MIME}.
12070
12071 @item C-c C-m c s
12072 @kindex C-c C-m c s (Message)
12073 @findex mml-secure-message-encrypt-smime
12074
12075 Digitally encrypt current message using @acronym{S/MIME}.
12076
12077 @item C-c C-m c o
12078 @kindex C-c C-m c o (Message)
12079 @findex mml-secure-message-encrypt-pgp
12080
12081 Digitally encrypt current message using @acronym{PGP}.
12082
12083 @item C-c C-m c p
12084 @kindex C-c C-m c p (Message)
12085 @findex mml-secure-message-encrypt-pgpmime
12086
12087 Digitally encrypt current message using @acronym{PGP/MIME}.
12088
12089 @item C-c C-m C-n
12090 @kindex C-c C-m C-n (Message)
12091 @findex mml-unsecure-message
12092 Remove security related @acronym{MML} tags from message.
12093
12094 @end table
12095
12096 @xref{Security, ,Security, message, Message Manual}, for more information.
12097
12098 @node Select Methods
12099 @chapter Select Methods
12100 @cindex foreign groups
12101 @cindex select methods
12102
12103 A @dfn{foreign group} is a group not read by the usual (or
12104 default) means.  It could be, for instance, a group from a different
12105 @acronym{NNTP} server, it could be a virtual group, or it could be your own
12106 personal mail group.
12107
12108 A foreign group (or any group, really) is specified by a @dfn{name} and
12109 a @dfn{select method}.  To take the latter first, a select method is a
12110 list where the first element says what back end to use (e.g. @code{nntp},
12111 @code{nnspool}, @code{nnml}) and the second element is the @dfn{server
12112 name}.  There may be additional elements in the select method, where the
12113 value may have special meaning for the back end in question.
12114
12115 One could say that a select method defines a @dfn{virtual server}---so
12116 we do just that (@pxref{Server Buffer}).
12117
12118 The @dfn{name} of the group is the name the back end will recognize the
12119 group as.
12120
12121 For instance, the group @samp{soc.motss} on the @acronym{NNTP} server
12122 @samp{some.where.edu} will have the name @samp{soc.motss} and select
12123 method @code{(nntp "some.where.edu")}.  Gnus will call this group
12124 @samp{nntp+some.where.edu:soc.motss}, even though the @code{nntp}
12125 back end just knows this group as @samp{soc.motss}.
12126
12127 The different methods all have their peculiarities, of course.
12128
12129 @menu
12130 * Server Buffer::               Making and editing virtual servers.
12131 * Getting News::                Reading USENET news with Gnus.
12132 * Getting Mail::                Reading your personal mail with Gnus.
12133 * Browsing the Web::            Getting messages from a plethora of Web sources.
12134 * IMAP::                        Using Gnus as a @acronym{IMAP} client.
12135 * Other Sources::               Reading directories, files, SOUP packets.
12136 * Combined Groups::             Combining groups into one group.
12137 * Gnus Unplugged::              Reading news and mail offline.
12138 @end menu
12139
12140
12141 @node Server Buffer
12142 @section Server Buffer
12143
12144 Traditionally, a @dfn{server} is a machine or a piece of software that
12145 one connects to, and then requests information from.  Gnus does not
12146 connect directly to any real servers, but does all transactions through
12147 one back end or other.  But that's just putting one layer more between
12148 the actual media and Gnus, so we might just as well say that each
12149 back end represents a virtual server.
12150
12151 For instance, the @code{nntp} back end may be used to connect to several
12152 different actual @acronym{NNTP} servers, or, perhaps, to many different ports
12153 on the same actual @acronym{NNTP} server.  You tell Gnus which back end to
12154 use, and what parameters to set by specifying a @dfn{select method}.
12155
12156 These select method specifications can sometimes become quite
12157 complicated---say, for instance, that you want to read from the
12158 @acronym{NNTP} server @samp{news.funet.fi} on port number 13, which
12159 hangs if queried for @acronym{NOV} headers and has a buggy select.  Ahem.
12160 Anyway, if you had to specify that for each group that used this
12161 server, that would be too much work, so Gnus offers a way of naming
12162 select methods, which is what you do in the server buffer.
12163
12164 To enter the server buffer, use the @kbd{^}
12165 (@code{gnus-group-enter-server-mode}) command in the group buffer.
12166
12167 @menu
12168 * Server Buffer Format::        You can customize the look of this buffer.
12169 * Server Commands::             Commands to manipulate servers.
12170 * Example Methods::             Examples server specifications.
12171 * Creating a Virtual Server::   An example session.
12172 * Server Variables::            Which variables to set.
12173 * Servers and Methods::         You can use server names as select methods.
12174 * Unavailable Servers::         Some servers you try to contact may be down.
12175 @end menu
12176
12177 @vindex gnus-server-mode-hook
12178 @code{gnus-server-mode-hook} is run when creating the server buffer.
12179
12180
12181 @node Server Buffer Format
12182 @subsection Server Buffer Format
12183 @cindex server buffer format
12184
12185 @vindex gnus-server-line-format
12186 You can change the look of the server buffer lines by changing the
12187 @code{gnus-server-line-format} variable.  This is a @code{format}-like
12188 variable, with some simple extensions:
12189
12190 @table @samp
12191
12192 @item h
12193 How the news is fetched---the back end name.
12194
12195 @item n
12196 The name of this server.
12197
12198 @item w
12199 Where the news is to be fetched from---the address.
12200
12201 @item s
12202 The opened/closed/denied status of the server.
12203 @end table
12204
12205 @vindex gnus-server-mode-line-format
12206 The mode line can also be customized by using the
12207 @code{gnus-server-mode-line-format} variable (@pxref{Mode Line
12208 Formatting}).  The following specs are understood:
12209
12210 @table @samp
12211 @item S
12212 Server name.
12213
12214 @item M
12215 Server method.
12216 @end table
12217
12218 Also @pxref{Formatting Variables}.
12219
12220
12221 @node Server Commands
12222 @subsection Server Commands
12223 @cindex server commands
12224
12225 @table @kbd
12226
12227 @item a
12228 @kindex a (Server)
12229 @findex gnus-server-add-server
12230 Add a new server (@code{gnus-server-add-server}).
12231
12232 @item e
12233 @kindex e (Server)
12234 @findex gnus-server-edit-server
12235 Edit a server (@code{gnus-server-edit-server}).
12236
12237 @item SPACE
12238 @kindex SPACE (Server)
12239 @findex gnus-server-read-server
12240 Browse the current server (@code{gnus-server-read-server}).
12241
12242 @item q
12243 @kindex q (Server)
12244 @findex gnus-server-exit
12245 Return to the group buffer (@code{gnus-server-exit}).
12246
12247 @item k
12248 @kindex k (Server)
12249 @findex gnus-server-kill-server
12250 Kill the current server (@code{gnus-server-kill-server}).
12251
12252 @item y
12253 @kindex y (Server)
12254 @findex gnus-server-yank-server
12255 Yank the previously killed server (@code{gnus-server-yank-server}).
12256
12257 @item c
12258 @kindex c (Server)
12259 @findex gnus-server-copy-server
12260 Copy the current server (@code{gnus-server-copy-server}).
12261
12262 @item l
12263 @kindex l (Server)
12264 @findex gnus-server-list-servers
12265 List all servers (@code{gnus-server-list-servers}).
12266
12267 @item s
12268 @kindex s (Server)
12269 @findex gnus-server-scan-server
12270 Request that the server scan its sources for new articles
12271 (@code{gnus-server-scan-server}).  This is mainly sensible with mail
12272 servers.
12273
12274 @item g
12275 @kindex g (Server)
12276 @findex gnus-server-regenerate-server
12277 Request that the server regenerate all its data structures
12278 (@code{gnus-server-regenerate-server}).  This can be useful if you have
12279 a mail back end that has gotten out of sync.
12280
12281 @end table
12282
12283
12284 @node Example Methods
12285 @subsection Example Methods
12286
12287 Most select methods are pretty simple and self-explanatory:
12288
12289 @lisp
12290 (nntp "news.funet.fi")
12291 @end lisp
12292
12293 Reading directly from the spool is even simpler:
12294
12295 @lisp
12296 (nnspool "")
12297 @end lisp
12298
12299 As you can see, the first element in a select method is the name of the
12300 back end, and the second is the @dfn{address}, or @dfn{name}, if you
12301 will.
12302
12303 After these two elements, there may be an arbitrary number of
12304 @code{(@var{variable} @var{form})} pairs.
12305
12306 To go back to the first example---imagine that you want to read from
12307 port 15 on that machine.  This is what the select method should
12308 look like then:
12309
12310 @lisp
12311 (nntp "news.funet.fi" (nntp-port-number 15))
12312 @end lisp
12313
12314 You should read the documentation to each back end to find out what
12315 variables are relevant, but here's an @code{nnmh} example:
12316
12317 @code{nnmh} is a mail back end that reads a spool-like structure.  Say
12318 you have two structures that you wish to access: One is your private
12319 mail spool, and the other is a public one.  Here's the possible spec for
12320 your private mail:
12321
12322 @lisp
12323 (nnmh "private" (nnmh-directory "~/private/mail/"))
12324 @end lisp
12325
12326 (This server is then called @samp{private}, but you may have guessed
12327 that.)
12328
12329 Here's the method for a public spool:
12330
12331 @lisp
12332 (nnmh "public"
12333       (nnmh-directory "/usr/information/spool/")
12334       (nnmh-get-new-mail nil))
12335 @end lisp
12336
12337 @cindex proxy
12338 @cindex firewall
12339
12340 If you are behind a firewall and only have access to the @acronym{NNTP}
12341 server from the firewall machine, you can instruct Gnus to @code{rlogin}
12342 on the firewall machine and telnet from there to the @acronym{NNTP} server.
12343 Doing this can be rather fiddly, but your virtual server definition
12344 should probably look something like this:
12345
12346 @lisp
12347 (nntp "firewall"
12348       (nntp-open-connection-function nntp-open-via-rlogin-and-telnet)
12349       (nntp-via-address "the.firewall.machine")
12350       (nntp-address "the.real.nntp.host")
12351       (nntp-end-of-line "\n"))
12352 @end lisp
12353
12354 If you want to use the wonderful @code{ssh} program to provide a
12355 compressed connection over the modem line, you could add the following
12356 configuration to the example above:
12357
12358 @lisp
12359       (nntp-via-rlogin-command "ssh")
12360 @end lisp
12361
12362 See also @code{nntp-via-rlogin-command-switches}.
12363
12364 If you're behind a firewall, but have direct access to the outside world
12365 through a wrapper command like "runsocks", you could open a socksified
12366 telnet connection to the news server as follows:
12367
12368 @lisp
12369 (nntp "outside"
12370       (nntp-pre-command "runsocks")
12371       (nntp-open-connection-function nntp-open-via-telnet)
12372       (nntp-address "the.news.server")
12373       (nntp-end-of-line "\n"))
12374 @end lisp
12375
12376 This means that you have to have set up @code{ssh-agent} correctly to
12377 provide automatic authorization, of course.  And to get a compressed
12378 connection, you have to have the @samp{Compression} option in the
12379 @code{ssh} @file{config} file.
12380
12381
12382 @node Creating a Virtual Server
12383 @subsection Creating a Virtual Server
12384
12385 If you're saving lots of articles in the cache by using persistent
12386 articles, you may want to create a virtual server to read the cache.
12387
12388 First you need to add a new server.  The @kbd{a} command does that.  It
12389 would probably be best to use @code{nnml} to read the cache.  You
12390 could also use @code{nnspool} or @code{nnmh}, though.
12391
12392 Type @kbd{a nnml RET cache RET}.
12393
12394 You should now have a brand new @code{nnml} virtual server called
12395 @samp{cache}.  You now need to edit it to have the right definitions.
12396 Type @kbd{e} to edit the server.  You'll be entered into a buffer that
12397 will contain the following:
12398
12399 @lisp
12400 (nnml "cache")
12401 @end lisp
12402
12403 Change that to:
12404
12405 @lisp
12406 (nnml "cache"
12407          (nnml-directory "~/News/cache/")
12408          (nnml-active-file "~/News/cache/active"))
12409 @end lisp
12410
12411 Type @kbd{C-c C-c} to return to the server buffer.  If you now press
12412 @kbd{RET} over this virtual server, you should be entered into a browse
12413 buffer, and you should be able to enter any of the groups displayed.
12414
12415
12416 @node Server Variables
12417 @subsection Server Variables
12418 @cindex server variables
12419 @cindex server parameters
12420
12421 One sticky point when defining variables (both on back ends and in Emacs
12422 in general) is that some variables are typically initialized from other
12423 variables when the definition of the variables is being loaded.  If you
12424 change the ``base'' variable after the variables have been loaded, you
12425 won't change the ``derived'' variables.
12426
12427 This typically affects directory and file variables.  For instance,
12428 @code{nnml-directory} is @file{~/Mail/} by default, and all @code{nnml}
12429 directory variables are initialized from that variable, so
12430 @code{nnml-active-file} will be @file{~/Mail/active}.  If you define a
12431 new virtual @code{nnml} server, it will @emph{not} suffice to set just
12432 @code{nnml-directory}---you have to explicitly set all the file
12433 variables to be what you want them to be.  For a complete list of
12434 variables for each back end, see each back end's section later in this
12435 manual, but here's an example @code{nnml} definition:
12436
12437 @lisp
12438 (nnml "public"
12439       (nnml-directory "~/my-mail/")
12440       (nnml-active-file "~/my-mail/active")
12441       (nnml-newsgroups-file "~/my-mail/newsgroups"))
12442 @end lisp
12443
12444 Server variables are often called @dfn{server parameters}.
12445
12446 @node Servers and Methods
12447 @subsection Servers and Methods
12448
12449 Wherever you would normally use a select method
12450 (e.g. @code{gnus-secondary-select-method}, in the group select method,
12451 when browsing a foreign server) you can use a virtual server name
12452 instead.  This could potentially save lots of typing.  And it's nice all
12453 over.
12454
12455
12456 @node Unavailable Servers
12457 @subsection Unavailable Servers
12458
12459 If a server seems to be unreachable, Gnus will mark that server as
12460 @code{denied}.  That means that any subsequent attempt to make contact
12461 with that server will just be ignored.  ``It can't be opened,'' Gnus
12462 will tell you, without making the least effort to see whether that is
12463 actually the case or not.
12464
12465 That might seem quite naughty, but it does make sense most of the time.
12466 Let's say you have 10 groups subscribed to on server
12467 @samp{nephelococcygia.com}.  This server is located somewhere quite far
12468 away from you and the machine is quite slow, so it takes 1 minute just
12469 to find out that it refuses connection to you today.  If Gnus were to
12470 attempt to do that 10 times, you'd be quite annoyed, so Gnus won't
12471 attempt to do that.  Once it has gotten a single ``connection refused'',
12472 it will regard that server as ``down''.
12473
12474 So, what happens if the machine was only feeling unwell temporarily?
12475 How do you test to see whether the machine has come up again?
12476
12477 You jump to the server buffer (@pxref{Server Buffer}) and poke it
12478 with the following commands:
12479
12480 @table @kbd
12481
12482 @item O
12483 @kindex O (Server)
12484 @findex gnus-server-open-server
12485 Try to establish connection to the server on the current line
12486 (@code{gnus-server-open-server}).
12487
12488 @item C
12489 @kindex C (Server)
12490 @findex gnus-server-close-server
12491 Close the connection (if any) to the server
12492 (@code{gnus-server-close-server}).
12493
12494 @item D
12495 @kindex D (Server)
12496 @findex gnus-server-deny-server
12497 Mark the current server as unreachable
12498 (@code{gnus-server-deny-server}).
12499
12500 @item M-o
12501 @kindex M-o (Server)
12502 @findex gnus-server-open-all-servers
12503 Open the connections to all servers in the buffer
12504 (@code{gnus-server-open-all-servers}).
12505
12506 @item M-c
12507 @kindex M-c (Server)
12508 @findex gnus-server-close-all-servers
12509 Close the connections to all servers in the buffer
12510 (@code{gnus-server-close-all-servers}).
12511
12512 @item R
12513 @kindex R (Server)
12514 @findex gnus-server-remove-denials
12515 Remove all marks to whether Gnus was denied connection from any servers
12516 (@code{gnus-server-remove-denials}).
12517
12518 @item L
12519 @kindex L (Server)
12520 @findex gnus-server-offline-server
12521 Set server status to offline (@code{gnus-server-offline-server}).
12522
12523 @end table
12524
12525
12526 @node Getting News
12527 @section Getting News
12528 @cindex reading news
12529 @cindex news back ends
12530
12531 A newsreader is normally used for reading news.  Gnus currently provides
12532 only two methods of getting news---it can read from an @acronym{NNTP} server,
12533 or it can read from a local spool.
12534
12535 @menu
12536 * NNTP::                        Reading news from an @acronym{NNTP} server.
12537 * News Spool::                  Reading news from the local spool.
12538 @end menu
12539
12540
12541 @node NNTP
12542 @subsection NNTP
12543 @cindex nntp
12544
12545 Subscribing to a foreign group from an @acronym{NNTP} server is rather easy.
12546 You just specify @code{nntp} as method and the address of the @acronym{NNTP}
12547 server as the, uhm, address.
12548
12549 If the @acronym{NNTP} server is located at a non-standard port, setting the
12550 third element of the select method to this port number should allow you
12551 to connect to the right port.  You'll have to edit the group info for
12552 that (@pxref{Foreign Groups}).
12553
12554 The name of the foreign group can be the same as a native group.  In
12555 fact, you can subscribe to the same group from as many different servers
12556 you feel like.  There will be no name collisions.
12557
12558 The following variables can be used to create a virtual @code{nntp}
12559 server:
12560
12561 @table @code
12562
12563 @item nntp-server-opened-hook
12564 @vindex nntp-server-opened-hook
12565 @cindex @sc{mode reader}
12566 @cindex authinfo
12567 @cindex authentification
12568 @cindex nntp authentification
12569 @findex nntp-send-authinfo
12570 @findex nntp-send-mode-reader
12571 is run after a connection has been made.  It can be used to send
12572 commands to the @acronym{NNTP} server after it has been contacted.  By
12573 default it sends the command @code{MODE READER} to the server with the
12574 @code{nntp-send-mode-reader} function.  This function should always be
12575 present in this hook.
12576
12577 @item nntp-authinfo-function
12578 @vindex nntp-authinfo-function
12579 @findex nntp-send-authinfo
12580 @vindex nntp-authinfo-file
12581 This function will be used to send @samp{AUTHINFO} to the @acronym{NNTP}
12582 server.  The default function is @code{nntp-send-authinfo}, which looks
12583 through your @file{~/.authinfo} (or whatever you've set the
12584 @code{nntp-authinfo-file} variable to) for applicable entries.  If none
12585 are found, it will prompt you for a login name and a password.  The
12586 format of the @file{~/.authinfo} file is (almost) the same as the
12587 @code{ftp} @file{~/.netrc} file, which is defined in the @code{ftp}
12588 manual page, but here are the salient facts:
12589
12590 @enumerate
12591 @item
12592 The file contains one or more line, each of which define one server.
12593
12594 @item
12595 Each line may contain an arbitrary number of token/value pairs.
12596
12597 The valid tokens include @samp{machine}, @samp{login}, @samp{password},
12598 @samp{default}.  In addition Gnus introduces two new tokens, not present
12599 in the original @file{.netrc}/@code{ftp} syntax, namely @samp{port} and
12600 @samp{force}.  (This is the only way the @file{.authinfo} file format
12601 deviates from the @file{.netrc} file format.)  @samp{port} is used to
12602 indicate what port on the server the credentials apply to and
12603 @samp{force} is explained below.
12604
12605 @end enumerate
12606
12607 Here's an example file:
12608
12609 @example
12610 machine news.uio.no login larsi password geheimnis
12611 machine nntp.ifi.uio.no login larsi force yes
12612 @end example
12613
12614 The token/value pairs may appear in any order; @samp{machine} doesn't
12615 have to be first, for instance.
12616
12617 In this example, both login name and password have been supplied for the
12618 former server, while the latter has only the login name listed, and the
12619 user will be prompted for the password.  The latter also has the
12620 @samp{force} tag, which means that the authinfo will be sent to the
12621 @var{nntp} server upon connection; the default (i.e., when there is not
12622 @samp{force} tag) is to not send authinfo to the @var{nntp} server
12623 until the @var{nntp} server asks for it.
12624
12625 You can also add @samp{default} lines that will apply to all servers
12626 that don't have matching @samp{machine} lines.
12627
12628 @example
12629 default force yes
12630 @end example
12631
12632 This will force sending @samp{AUTHINFO} commands to all servers not
12633 previously mentioned.
12634
12635 Remember to not leave the @file{~/.authinfo} file world-readable.
12636
12637 @item nntp-server-action-alist
12638 @vindex nntp-server-action-alist
12639 This is a list of regexps to match on server types and actions to be
12640 taken when matches are made.  For instance, if you want Gnus to beep
12641 every time you connect to innd, you could say something like:
12642
12643 @lisp
12644 (setq nntp-server-action-alist
12645       '(("innd" (ding))))
12646 @end lisp
12647
12648 You probably don't want to do that, though.
12649
12650 The default value is
12651
12652 @lisp
12653 '(("nntpd 1\\.5\\.11t"
12654    (remove-hook 'nntp-server-opened-hook
12655                 'nntp-send-mode-reader)))
12656 @end lisp
12657
12658 This ensures that Gnus doesn't send the @code{MODE READER} command to
12659 nntpd 1.5.11t, since that command chokes that server, I've been told.
12660
12661 @item nntp-maximum-request
12662 @vindex nntp-maximum-request
12663 If the @acronym{NNTP} server doesn't support @acronym{NOV} headers, this back end
12664 will collect headers by sending a series of @code{head} commands.  To
12665 speed things up, the back end sends lots of these commands without
12666 waiting for reply, and then reads all the replies.  This is controlled
12667 by the @code{nntp-maximum-request} variable, and is 400 by default.  If
12668 your network is buggy, you should set this to 1.
12669
12670 @item nntp-connection-timeout
12671 @vindex nntp-connection-timeout
12672 If you have lots of foreign @code{nntp} groups that you connect to
12673 regularly, you're sure to have problems with @acronym{NNTP} servers not
12674 responding properly, or being too loaded to reply within reasonable
12675 time.  This is can lead to awkward problems, which can be helped
12676 somewhat by setting @code{nntp-connection-timeout}.  This is an integer
12677 that says how many seconds the @code{nntp} back end should wait for a
12678 connection before giving up.  If it is @code{nil}, which is the default,
12679 no timeouts are done.
12680
12681 @c @item nntp-command-timeout
12682 @c @vindex nntp-command-timeout
12683 @c @cindex PPP connections
12684 @c @cindex dynamic IP addresses
12685 @c If you're running Gnus on a machine that has a dynamically assigned
12686 @c address, Gnus may become confused.  If the address of your machine
12687 @c changes after connecting to the @acronym{NNTP} server, Gnus will simply sit
12688 @c waiting forever for replies from the server.  To help with this
12689 @c unfortunate problem, you can set this command to a number.  Gnus will
12690 @c then, if it sits waiting for a reply from the server longer than that
12691 @c number of seconds, shut down the connection, start a new one, and resend
12692 @c the command.  This should hopefully be transparent to the user.  A
12693 @c likely number is 30 seconds.
12694 @c
12695 @c @item nntp-retry-on-break
12696 @c @vindex nntp-retry-on-break
12697 @c If this variable is non-@code{nil}, you can also @kbd{C-g} if Gnus
12698 @c hangs.  This will have much the same effect as the command timeout
12699 @c described above.
12700
12701 @item nntp-server-hook
12702 @vindex nntp-server-hook
12703 This hook is run as the last step when connecting to an @acronym{NNTP}
12704 server.
12705
12706 @item nntp-buggy-select
12707 @vindex nntp-buggy-select
12708 Set this to non-@code{nil} if your select routine is buggy.
12709
12710 @item nntp-nov-is-evil
12711 @vindex nntp-nov-is-evil
12712 If the @acronym{NNTP} server does not support @acronym{NOV}, you could set this
12713 variable to @code{t}, but @code{nntp} usually checks automatically whether @acronym{NOV}
12714 can be used.
12715
12716 @item nntp-xover-commands
12717 @vindex nntp-xover-commands
12718 @cindex @acronym{NOV}
12719 @cindex XOVER
12720 List of strings used as commands to fetch @acronym{NOV} lines from a
12721 server.  The default value of this variable is @code{("XOVER"
12722 "XOVERVIEW")}.
12723
12724 @item nntp-nov-gap
12725 @vindex nntp-nov-gap
12726 @code{nntp} normally sends just one big request for @acronym{NOV} lines to
12727 the server.  The server responds with one huge list of lines.  However,
12728 if you have read articles 2-5000 in the group, and only want to read
12729 article 1 and 5001, that means that @code{nntp} will fetch 4999 @acronym{NOV}
12730 lines that you will not need.  This variable says how
12731 big a gap between two consecutive articles is allowed to be before the
12732 @code{XOVER} request is split into several request.  Note that if your
12733 network is fast, setting this variable to a really small number means
12734 that fetching will probably be slower.  If this variable is @code{nil},
12735 @code{nntp} will never split requests.  The default is 5.
12736
12737 @item nntp-prepare-server-hook
12738 @vindex nntp-prepare-server-hook
12739 A hook run before attempting to connect to an @acronym{NNTP} server.
12740
12741 @item nntp-warn-about-losing-connection
12742 @vindex nntp-warn-about-losing-connection
12743 If this variable is non-@code{nil}, some noise will be made when a
12744 server closes connection.
12745
12746 @item nntp-record-commands
12747 @vindex nntp-record-commands
12748 If non-@code{nil}, @code{nntp} will log all commands it sends to the
12749 @acronym{NNTP} server (along with a timestamp) in the @samp{*nntp-log*}
12750 buffer.  This is useful if you are debugging a Gnus/@acronym{NNTP} connection
12751 that doesn't seem to work.
12752
12753 @item nntp-open-connection-function
12754 @vindex nntp-open-connection-function
12755 It is possible to customize how the connection to the nntp server will
12756 be opened.  If you specify an @code{nntp-open-connection-function}
12757 parameter, Gnus will use that function to establish the connection.
12758 Five pre-made functions are supplied.  These functions can be grouped in
12759 two categories: direct connection functions (three pre-made), and
12760 indirect ones (two pre-made).
12761
12762 @item nntp-prepare-post-hook
12763 @vindex nntp-prepare-post-hook
12764 A hook run just before posting an article.  If there is no
12765 @code{Message-ID} header in the article and the news server provides the
12766 recommended ID, it will be added to the article before running this
12767 hook.  It is useful to make @code{Cancel-Lock} headers even if you
12768 inhibit Gnus to add a @code{Message-ID} header, you could say:
12769
12770 @lisp
12771 (add-hook 'nntp-prepare-post-hook 'canlock-insert-header)
12772 @end lisp
12773
12774 Note that not all servers support the recommended ID.  This works for
12775 INN versions 2.3.0 and later, for instance.
12776
12777 @item nntp-read-timeout
12778 @vindex nntp-read-timeout
12779 How long nntp should wait between checking for the end of output.
12780 Shorter values mean quicker response, but is more CPU intensive.  The
12781 default is 0.1 seconds.  If you have a slow line to the server (and
12782 don't like to see Emacs eat your available CPU power), you might set
12783 this to, say, 1.
12784
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 @item nntp-open-via-telnet-and-telnet
12901 @findex nntp-open-via-telnet-and-telnet
12902 Does essentially the same, but uses @samp{telnet} instead of
12903 @samp{rlogin} to connect to the intermediate host.
12904
12905 @code{nntp-open-via-telnet-and-telnet}-specific variables:
12906
12907 @table @code
12908 @item nntp-via-telnet-command
12909 @vindex nntp-via-telnet-command
12910 Command used to @code{telnet} the intermediate host.  The default is
12911 @samp{telnet}.
12912
12913 @item nntp-via-telnet-switches
12914 @vindex nntp-via-telnet-switches
12915 List of strings to be used as the switches to the
12916 @code{nntp-via-telnet-command} command.  The default is @samp{("-8")}.
12917
12918 @item nntp-via-user-password
12919 @vindex nntp-via-user-password
12920 Password to use when logging in on the intermediate host.
12921
12922 @item nntp-via-envuser
12923 @vindex nntp-via-envuser
12924 If non-@code{nil}, the intermediate @code{telnet} session (client and
12925 server both) will support the @code{ENVIRON} option and not prompt for
12926 login name.  This works for Solaris @code{telnet}, for instance.
12927
12928 @item nntp-via-shell-prompt
12929 @vindex nntp-via-shell-prompt
12930 Regexp matching the shell prompt on the intermediate host.  The default
12931 is @samp{bash\\|\$ *\r?$\\|> *\r?}.
12932
12933 @end table
12934
12935 @end table
12936
12937
12938 Here are some additional variables that are understood by all the above
12939 functions:
12940
12941 @table @code
12942
12943 @item nntp-via-user-name
12944 @vindex nntp-via-user-name
12945 User name to use when connecting to the intermediate host.
12946
12947 @item nntp-via-address
12948 @vindex nntp-via-address
12949 Address of the intermediate host to connect to.
12950
12951 @end table
12952
12953
12954 @node Common Variables
12955 @subsubsection Common Variables
12956
12957 The following variables affect the behavior of all, or several of the
12958 pre-made connection functions.  When not specified, all functions are
12959 affected.
12960
12961 @table @code
12962
12963 @item nntp-pre-command
12964 @vindex nntp-pre-command
12965 A command wrapper to use when connecting through a non native
12966 connection function (all except @code{nntp-open-network-stream},
12967 @code{nntp-open-tls-stream}, and @code{nntp-open-ssl-stream}.  This is
12968 where you would put a @samp{SOCKS} wrapper for instance.
12969
12970 @item nntp-address
12971 @vindex nntp-address
12972 The address of the @acronym{NNTP} server.
12973
12974 @item nntp-port-number
12975 @vindex nntp-port-number
12976 Port number to connect to the @acronym{NNTP} server.  The default is
12977 @samp{nntp}.  If you use @acronym{NNTP} over
12978 @acronym{tls}/@acronym{ssl}, you may want to use integer ports rather
12979 than named ports (i.e, use @samp{563} instead of @samp{snews} or
12980 @samp{nntps}), because external @acronym{TLS}/@acronym{SSL} tools may
12981 not work with named ports.
12982
12983 @item nntp-end-of-line
12984 @vindex nntp-end-of-line
12985 String to use as end-of-line marker when talking to the @acronym{NNTP}
12986 server.  This is @samp{\r\n} by default, but should be @samp{\n} when
12987 using a non native connection function.
12988
12989 @item nntp-telnet-command
12990 @vindex nntp-telnet-command
12991 Command to use when connecting to the @acronym{NNTP} server through
12992 @samp{telnet}.  This is @emph{not} for an intermediate host.  This is
12993 just for the real @acronym{NNTP} server.  The default is
12994 @samp{telnet}.
12995
12996 @item nntp-telnet-switches
12997 @vindex nntp-telnet-switches
12998 A list of switches to pass to @code{nntp-telnet-command}.  The default
12999 is @samp{("-8")}.
13000
13001 @end table
13002
13003
13004 @node News Spool
13005 @subsection News Spool
13006 @cindex nnspool
13007 @cindex news spool
13008
13009 Subscribing to a foreign group from the local spool is extremely easy,
13010 and might be useful, for instance, to speed up reading groups that
13011 contain very big articles---@samp{alt.binaries.pictures.furniture}, for
13012 instance.
13013
13014 Anyway, you just specify @code{nnspool} as the method and @code{""} (or
13015 anything else) as the address.
13016
13017 If you have access to a local spool, you should probably use that as the
13018 native select method (@pxref{Finding the News}).  It is normally faster
13019 than using an @code{nntp} select method, but might not be.  It depends.
13020 You just have to try to find out what's best at your site.
13021
13022 @table @code
13023
13024 @item nnspool-inews-program
13025 @vindex nnspool-inews-program
13026 Program used to post an article.
13027
13028 @item nnspool-inews-switches
13029 @vindex nnspool-inews-switches
13030 Parameters given to the inews program when posting an article.
13031
13032 @item nnspool-spool-directory
13033 @vindex nnspool-spool-directory
13034 Where @code{nnspool} looks for the articles.  This is normally
13035 @file{/usr/spool/news/}.
13036
13037 @item nnspool-nov-directory
13038 @vindex nnspool-nov-directory
13039 Where @code{nnspool} will look for @acronym{NOV} files.  This is normally@*
13040 @file{/usr/spool/news/over.view/}.
13041
13042 @item nnspool-lib-dir
13043 @vindex nnspool-lib-dir
13044 Where the news lib dir is (@file{/usr/lib/news/} by default).
13045
13046 @item nnspool-active-file
13047 @vindex nnspool-active-file
13048 The name of the active file.
13049
13050 @item nnspool-newsgroups-file
13051 @vindex nnspool-newsgroups-file
13052 The name of the group descriptions file.
13053
13054 @item nnspool-history-file
13055 @vindex nnspool-history-file
13056 The name of the news history file.
13057
13058 @item nnspool-active-times-file
13059 @vindex nnspool-active-times-file
13060 The name of the active date file.
13061
13062 @item nnspool-nov-is-evil
13063 @vindex nnspool-nov-is-evil
13064 If non-@code{nil}, @code{nnspool} won't try to use any @acronym{NOV} files
13065 that it finds.
13066
13067 @item nnspool-sift-nov-with-sed
13068 @vindex nnspool-sift-nov-with-sed
13069 @cindex sed
13070 If non-@code{nil}, which is the default, use @code{sed} to get the
13071 relevant portion from the overview file.  If @code{nil},
13072 @code{nnspool} will load the entire file into a buffer and process it
13073 there.
13074
13075 @end table
13076
13077
13078 @node Getting Mail
13079 @section Getting Mail
13080 @cindex reading mail
13081 @cindex mail
13082
13083 Reading mail with a newsreader---isn't that just plain WeIrD? But of
13084 course.
13085
13086 @menu
13087 * Mail in a Newsreader::        Important introductory notes.
13088 * Getting Started Reading Mail::  A simple cookbook example.
13089 * Splitting Mail::              How to create mail groups.
13090 * Mail Sources::                How to tell Gnus where to get mail from.
13091 * Mail Back End Variables::     Variables for customizing mail handling.
13092 * Fancy Mail Splitting::        Gnus can do hairy splitting of incoming mail.
13093 * Group Mail Splitting::        Use group customize to drive mail splitting.
13094 * Incorporating Old Mail::      What about the old mail you have?
13095 * Expiring Mail::               Getting rid of unwanted mail.
13096 * Washing Mail::                Removing cruft from the mail you get.
13097 * Duplicates::                  Dealing with duplicated mail.
13098 * Not Reading Mail::            Using mail back ends for reading other files.
13099 * Choosing a Mail Back End::    Gnus can read a variety of mail formats.
13100 @end menu
13101
13102
13103 @node Mail in a Newsreader
13104 @subsection Mail in a Newsreader
13105
13106 If you are used to traditional mail readers, but have decided to switch
13107 to reading mail with Gnus, you may find yourself experiencing something
13108 of a culture shock.
13109
13110 Gnus does not behave like traditional mail readers.  If you want to make
13111 it behave that way, you can, but it's an uphill battle.
13112
13113 Gnus, by default, handles all its groups using the same approach.  This
13114 approach is very newsreaderly---you enter a group, see the new/unread
13115 messages, and when you read the messages, they get marked as read, and
13116 you don't see them any more.  (Unless you explicitly ask for them.)
13117
13118 In particular, you do not do anything explicitly to delete messages.
13119
13120 Does this mean that all the messages that have been marked as read are
13121 deleted?  How awful!
13122
13123 But, no, it means that old messages are @dfn{expired} according to some
13124 scheme or other.  For news messages, the expire process is controlled by
13125 the news administrator; for mail, the expire process is controlled by
13126 you.  The expire process for mail is covered in depth in @ref{Expiring
13127 Mail}.
13128
13129 What many Gnus users find, after using it a while for both news and
13130 mail, is that the transport mechanism has very little to do with how
13131 they want to treat a message.
13132
13133 Many people subscribe to several mailing lists.  These are transported
13134 via @acronym{SMTP}, and are therefore mail.  But we might go for weeks without
13135 answering, or even reading these messages very carefully.  We may not
13136 need to save them because if we should need to read one again, they are
13137 archived somewhere else.
13138
13139 Some people have local news groups which have only a handful of readers.
13140 These are transported via @acronym{NNTP}, and are therefore news.  But we may need
13141 to read and answer a large fraction of the messages very carefully in
13142 order to do our work.  And there may not be an archive, so we may need
13143 to save the interesting messages the same way we would personal mail.
13144
13145 The important distinction turns out to be not the transport mechanism,
13146 but other factors such as how interested we are in the subject matter,
13147 or how easy it is to retrieve the message if we need to read it again.
13148
13149 Gnus provides many options for sorting mail into ``groups'' which behave
13150 like newsgroups, and for treating each group (whether mail or news)
13151 differently.
13152
13153 Some users never get comfortable using the Gnus (ahem) paradigm and wish
13154 that Gnus should grow up and be a male, er, mail reader.  It is possible
13155 to whip Gnus into a more mailreaderly being, but, as said before, it's
13156 not easy.  People who prefer proper mail readers should try @sc{vm}
13157 instead, which is an excellent, and proper, mail reader.
13158
13159 I don't mean to scare anybody off, but I want to make it clear that you
13160 may be required to learn a new way of thinking about messages.  After
13161 you've been subjected to The Gnus Way, you will come to love it.  I can
13162 guarantee it.  (At least the guy who sold me the Emacs Subliminal
13163 Brain-Washing Functions that I've put into Gnus did guarantee it.  You
13164 Will Be Assimilated.  You Love Gnus.  You Love The Gnus Mail Way.
13165 You Do.)
13166
13167
13168 @node Getting Started Reading Mail
13169 @subsection Getting Started Reading Mail
13170
13171 It's quite easy to use Gnus to read your new mail.  You just plonk the
13172 mail back end of your choice into @code{gnus-secondary-select-methods},
13173 and things will happen automatically.
13174
13175 For instance, if you want to use @code{nnml} (which is a ``one file per
13176 mail'' back end), you could put the following in your @file{~/.gnus.el} file:
13177
13178 @lisp
13179 (setq gnus-secondary-select-methods '((nnml "")))
13180 @end lisp
13181
13182 Now, the next time you start Gnus, this back end will be queried for new
13183 articles, and it will move all the messages in your spool file to its
13184 directory, which is @file{~/Mail/} by default.  The new group that will
13185 be created (@samp{mail.misc}) will be subscribed, and you can read it
13186 like any other group.
13187
13188 You will probably want to split the mail into several groups, though:
13189
13190 @lisp
13191 (setq nnmail-split-methods
13192       '(("junk" "^From:.*Lars Ingebrigtsen")
13193         ("crazy" "^Subject:.*die\\|^Organization:.*flabby")
13194         ("other" "")))
13195 @end lisp
13196
13197 This will result in three new @code{nnml} mail groups being created:
13198 @samp{nnml:junk}, @samp{nnml:crazy}, and @samp{nnml:other}.  All the
13199 mail that doesn't fit into the first two groups will be placed in the
13200 last group.
13201
13202 This should be sufficient for reading mail with Gnus.  You might want to
13203 give the other sections in this part of the manual a perusal, though.
13204 Especially @pxref{Choosing a Mail Back End} and @pxref{Expiring Mail}.
13205
13206
13207 @node Splitting Mail
13208 @subsection Splitting Mail
13209 @cindex splitting mail
13210 @cindex mail splitting
13211 @cindex mail filtering (splitting)
13212
13213 @vindex nnmail-split-methods
13214 The @code{nnmail-split-methods} variable says how the incoming mail is
13215 to be split into groups.
13216
13217 @lisp
13218 (setq nnmail-split-methods
13219   '(("mail.junk" "^From:.*Lars Ingebrigtsen")
13220     ("mail.crazy" "^Subject:.*die\\|^Organization:.*flabby")
13221     ("mail.other" "")))
13222 @end lisp
13223
13224 This variable is a list of lists, where the first element of each of
13225 these lists is the name of the mail group (they do not have to be called
13226 something beginning with @samp{mail}, by the way), and the second
13227 element is a regular expression used on the header of each mail to
13228 determine if it belongs in this mail group.  The first string may
13229 contain @samp{\\1} forms, like the ones used by @code{replace-match} to
13230 insert sub-expressions from the matched text.  For instance:
13231
13232 @lisp
13233 ("list.\\1" "From:.* \\(.*\\)-list@@majordomo.com")
13234 @end lisp
13235
13236 The second element can also be a function.  In that case, it will be
13237 called narrowed to the headers with the first element of the rule as the
13238 argument.  It should return a non-@code{nil} value if it thinks that the
13239 mail belongs in that group.
13240
13241 The last of these groups should always be a general one, and the regular
13242 expression should @emph{always} be @samp{*} so that it matches any mails
13243 that haven't been matched by any of the other regexps.  (These rules are
13244 processed from the beginning of the alist toward the end.  The first
13245 rule to make a match will ``win'', unless you have crossposting enabled.
13246 In that case, all matching rules will ``win''.)
13247
13248 If you like to tinker with this yourself, you can set this variable to a
13249 function of your choice.  This function will be called without any
13250 arguments in a buffer narrowed to the headers of an incoming mail
13251 message.  The function should return a list of group names that it
13252 thinks should carry this mail message.
13253
13254 Note that the mail back ends are free to maul the poor, innocent,
13255 incoming headers all they want to.  They all add @code{Lines} headers;
13256 some add @code{X-Gnus-Group} headers; most rename the Unix mbox
13257 @code{From<SPACE>} line to something else.
13258
13259 @vindex nnmail-crosspost
13260 The mail back ends all support cross-posting.  If several regexps match,
13261 the mail will be ``cross-posted'' to all those groups.
13262 @code{nnmail-crosspost} says whether to use this mechanism or not.  Note
13263 that no articles are crossposted to the general (@samp{*}) group.
13264
13265 @vindex nnmail-crosspost-link-function
13266 @cindex crosspost
13267 @cindex links
13268 @code{nnmh} and @code{nnml} makes crossposts by creating hard links to
13269 the crossposted articles.  However, not all file systems support hard
13270 links.  If that's the case for you, set
13271 @code{nnmail-crosspost-link-function} to @code{copy-file}.  (This
13272 variable is @code{add-name-to-file} by default.)
13273
13274 @kindex M-x nnmail-split-history
13275 @findex nnmail-split-history
13276 If you wish to see where the previous mail split put the messages, you
13277 can use the @kbd{M-x nnmail-split-history} command.  If you wish to see
13278 where re-spooling messages would put the messages, you can use
13279 @code{gnus-summary-respool-trace} and related commands (@pxref{Mail
13280 Group Commands}).
13281
13282 @vindex nnmail-split-header-length-limit
13283 Header lines longer than the value of
13284 @code{nnmail-split-header-length-limit} are excluded from the split
13285 function.
13286
13287 @vindex nnmail-mail-splitting-charset
13288 @vindex nnmail-mail-splitting-decodes
13289 By default the splitting codes @acronym{MIME} decodes headers so you
13290 can match on non-@acronym{ASCII} strings.  The
13291 @code{nnmail-mail-splitting-charset} variable specifies the default
13292 charset for decoding.  The behaviour can be turned off completely by
13293 binding @code{nnmail-mail-splitting-decodes} to @code{nil}, which is
13294 useful if you want to match articles based on the raw header data.
13295
13296 @vindex nnmail-resplit-incoming
13297 By default, splitting is performed on all incoming messages.  If you
13298 specify a @code{directory} entry for the variable @code{mail-sources}
13299 (@pxref{Mail Source Specifiers}), however, then splitting does
13300 @emph{not} happen by default.  You can set the variable
13301 @code{nnmail-resplit-incoming} to a non-@code{nil} value to make
13302 splitting happen even in this case.  (This variable has no effect on
13303 other kinds of entries.)
13304
13305 Gnus gives you all the opportunity you could possibly want for shooting
13306 yourself in the foot.  Let's say you create a group that will contain
13307 all the mail you get from your boss.  And then you accidentally
13308 unsubscribe from the group.  Gnus will still put all the mail from your
13309 boss in the unsubscribed group, and so, when your boss mails you ``Have
13310 that report ready by Monday or you're fired!'', you'll never see it and,
13311 come Tuesday, you'll still believe that you're gainfully employed while
13312 you really should be out collecting empty bottles to save up for next
13313 month's rent money.
13314
13315
13316 @node Mail Sources
13317 @subsection Mail Sources
13318
13319 Mail can be gotten from many different sources---the mail spool, from
13320 a @acronym{POP} mail server, from a procmail directory, or from a
13321 maildir, for instance.
13322
13323 @menu
13324 * Mail Source Specifiers::      How to specify what a mail source is.
13325 * Mail Source Customization::   Some variables that influence things.
13326 * Fetching Mail::               Using the mail source specifiers.
13327 @end menu
13328
13329
13330 @node Mail Source Specifiers
13331 @subsubsection Mail Source Specifiers
13332 @cindex POP
13333 @cindex mail server
13334 @cindex procmail
13335 @cindex mail spool
13336 @cindex mail source
13337
13338 You tell Gnus how to fetch mail by setting @code{mail-sources}
13339 (@pxref{Fetching Mail}) to a @dfn{mail source specifier}.
13340
13341 Here's an example:
13342
13343 @lisp
13344 (pop :server "pop3.mailserver.com" :user "myname")
13345 @end lisp
13346
13347 As can be observed, a mail source specifier is a list where the first
13348 element is a @dfn{mail source type}, followed by an arbitrary number of
13349 @dfn{keywords}.  Keywords that are not explicitly specified are given
13350 default values.
13351
13352 The following mail source types are available:
13353
13354 @table @code
13355 @item file
13356 Get mail from a single file; typically from the mail spool.
13357
13358 Keywords:
13359
13360 @table @code
13361 @item :path
13362 The file name.  Defaults to the value of the @env{MAIL}
13363 environment variable or the value of @code{rmail-spool-directory}
13364 (usually something like @file{/usr/mail/spool/user-name}).
13365
13366 @item :prescript
13367 @itemx :postscript
13368 Script run before/after fetching mail.
13369 @end table
13370
13371 An example file mail source:
13372
13373 @lisp
13374 (file :path "/usr/spool/mail/user-name")
13375 @end lisp
13376
13377 Or using the default file name:
13378
13379 @lisp
13380 (file)
13381 @end lisp
13382
13383 If the mail spool file is not located on the local machine, it's best
13384 to use @acronym{POP} or @acronym{IMAP} or the like to fetch the mail.
13385 You can not use ange-ftp file names here---it has no way to lock the
13386 mail spool while moving the mail.
13387
13388 If it's impossible to set up a proper server, you can use ssh instead.
13389
13390 @lisp
13391 (setq mail-sources
13392       '((file :prescript "ssh host bin/getmail >%t")))
13393 @end lisp
13394
13395 The @samp{getmail} script would look something like the following:
13396
13397 @example
13398 #!/bin/sh
13399 #  getmail - move mail from spool to stdout
13400 #  flu@@iki.fi
13401
13402 MOVEMAIL=/usr/lib/emacs/20.3/i386-redhat-linux/movemail
13403 TMP=$HOME/Mail/tmp
13404 rm -f $TMP; $MOVEMAIL $MAIL $TMP >/dev/null && cat $TMP
13405 @end example
13406
13407 Alter this script to fit find the @samp{movemail} you want to use.
13408
13409
13410 @item directory
13411 @vindex nnmail-scan-directory-mail-source-once
13412 Get mail from several files in a directory.  This is typically used
13413 when you have procmail split the incoming mail into several files.
13414 That is, there is a one-to-one correspondence between files in that
13415 directory and groups, so that mail from the file @file{foo.bar.spool}
13416 will be put in the group @code{foo.bar}.  (You can change the suffix
13417 to be used instead of @code{.spool}.)  Setting
13418 @code{nnmail-scan-directory-mail-source-once} to non-@code{nil} forces
13419 Gnus to scan the mail source only once.  This is particularly useful
13420 if you want to scan mail groups at a specified level.
13421
13422 @vindex nnmail-resplit-incoming
13423 There is also the variable @code{nnmail-resplit-incoming}, if you set
13424 that to a non-@code{nil} value, then the normal splitting process is
13425 applied to all the files from the directory, @ref{Splitting Mail}.
13426
13427 Keywords:
13428
13429 @table @code
13430 @item :path
13431 The name of the directory where the files are.  There is no default
13432 value.
13433
13434 @item :suffix
13435 Only files ending with this suffix are used.  The default is
13436 @samp{.spool}.
13437
13438 @item :predicate
13439 Only files that have this predicate return non-@code{nil} are returned.
13440 The default is @code{identity}.  This is used as an additional
13441 filter---only files that have the right suffix @emph{and} satisfy this
13442 predicate are considered.
13443
13444 @item :prescript
13445 @itemx :postscript
13446 Script run before/after fetching mail.
13447
13448 @end table
13449
13450 An example directory mail source:
13451
13452 @lisp
13453 (directory :path "/home/user-name/procmail-dir/"
13454            :suffix ".prcml")
13455 @end lisp
13456
13457 @item pop
13458 Get mail from a @acronym{POP} server.
13459
13460 Keywords:
13461
13462 @table @code
13463 @item :server
13464 The name of the @acronym{POP} server.  The default is taken from the
13465 @env{MAILHOST} environment variable.
13466
13467 @item :port
13468 The port number of the @acronym{POP} server.  This can be a number (eg,
13469 @samp{:port 1234}) or a string (eg, @samp{:port "pop3"}).  If it is a
13470 string, it should be a service name as listed in @file{/etc/services} on
13471 Unix systems.  The default is @samp{"pop3"}.  On some systems you might
13472 need to specify it as @samp{"pop-3"} instead.
13473
13474 @item :user
13475 The user name to give to the @acronym{POP} server.  The default is the login
13476 name.
13477
13478 @item :password
13479 The password to give to the @acronym{POP} server.  If not specified,
13480 the user is prompted.
13481
13482 @item :program
13483 The program to use to fetch mail from the @acronym{POP} server.  This
13484 should be a @code{format}-like string.  Here's an example:
13485
13486 @example
13487 fetchmail %u@@%s -P %p %t
13488 @end example
13489
13490 The valid format specifier characters are:
13491
13492 @table @samp
13493 @item t
13494 The name of the file the mail is to be moved to.  This must always be
13495 included in this string.
13496
13497 @item s
13498 The name of the server.
13499
13500 @item P
13501 The port number of the server.
13502
13503 @item u
13504 The user name to use.
13505
13506 @item p
13507 The password to use.
13508 @end table
13509
13510 The values used for these specs are taken from the values you give the
13511 corresponding keywords.
13512
13513 @item :prescript
13514 A script to be run before fetching the mail.  The syntax is the same as
13515 the @code{:program} keyword.  This can also be a function to be run.
13516
13517 @item :postscript
13518 A script to be run after fetching the mail.  The syntax is the same as
13519 the @code{:program} keyword.  This can also be a function to be run.
13520
13521 @item :function
13522 The function to use to fetch mail from the @acronym{POP} server.  The
13523 function is called with one parameter---the name of the file where the
13524 mail should be moved to.
13525
13526 @item :authentication
13527 This can be either the symbol @code{password} or the symbol @code{apop}
13528 and says what authentication scheme to use.  The default is
13529 @code{password}.
13530
13531 @end table
13532
13533 If the @code{:program} and @code{:function} keywords aren't specified,
13534 @code{pop3-movemail} will be used.
13535
13536 Here are some examples.  Fetch from the default @acronym{POP} server,
13537 using the default user name, and default fetcher:
13538
13539 @lisp
13540 (pop)
13541 @end lisp
13542
13543 Fetch from a named server with a named user and password:
13544
13545 @lisp
13546 (pop :server "my.pop.server"
13547      :user "user-name" :password "secret")
13548 @end lisp
13549
13550 Use @samp{movemail} to move the mail:
13551
13552 @lisp
13553 (pop :program "movemail po:%u %t %p")
13554 @end lisp
13555
13556 @item maildir
13557 Get mail from a maildir.  This is a type of mailbox that is supported by
13558 at least qmail and postfix, where each file in a special directory
13559 contains exactly one mail.
13560
13561 Keywords:
13562
13563 @table @code
13564 @item :path
13565 The name of the directory where the mails are stored.  The default is
13566 taken from the @env{MAILDIR} environment variable or
13567 @file{~/Maildir/}.
13568 @item :subdirs
13569 The subdirectories of the Maildir.  The default is
13570 @samp{("new" "cur")}.
13571
13572 @c If you sometimes look at your mail through a pop3 daemon before fetching
13573 @c them with Gnus, you may also have to fetch your mails from the
13574 @c @code{cur} directory inside the maildir, like in the first example
13575 @c below.
13576
13577 You can also get mails from remote hosts (because maildirs don't suffer
13578 from locking problems).
13579
13580 @end table
13581
13582 Two example maildir mail sources:
13583
13584 @lisp
13585 (maildir :path "/home/user-name/Maildir/"
13586          :subdirs ("cur" "new"))
13587 @end lisp
13588
13589 @lisp
13590 (maildir :path "/user@@remotehost.org:~/Maildir/"
13591          :subdirs ("new"))
13592 @end lisp
13593
13594 @item imap
13595 Get mail from a @acronym{IMAP} server.  If you don't want to use
13596 @acronym{IMAP} as intended, as a network mail reading protocol (ie
13597 with nnimap), for some reason or other, Gnus let you treat it similar
13598 to a @acronym{POP} server and fetches articles from a given
13599 @acronym{IMAP} mailbox.  @xref{IMAP}, for more information.
13600
13601 Note that for the Kerberos, GSSAPI, @acronym{TLS}/@acronym{SSL} and STARTTLS support you
13602 may need external programs and libraries, @xref{IMAP}.
13603
13604 Keywords:
13605
13606 @table @code
13607 @item :server
13608 The name of the @acronym{IMAP} server.  The default is taken from the
13609 @env{MAILHOST} environment variable.
13610
13611 @item :port
13612 The port number of the @acronym{IMAP} server.  The default is @samp{143}, or
13613 @samp{993} for @acronym{TLS}/@acronym{SSL} connections.
13614
13615 @item :user
13616 The user name to give to the @acronym{IMAP} server.  The default is the login
13617 name.
13618
13619 @item :password
13620 The password to give to the @acronym{IMAP} server.  If not specified, the user is
13621 prompted.
13622
13623 @item :stream
13624 What stream to use for connecting to the server, this is one of the
13625 symbols in @code{imap-stream-alist}.  Right now, this means
13626 @samp{gssapi}, @samp{kerberos4}, @samp{starttls}, @samp{tls},
13627 @samp{ssl}, @samp{shell} or the default @samp{network}.
13628
13629 @item :authentication
13630 Which authenticator to use for authenticating to the server, this is
13631 one of the symbols in @code{imap-authenticator-alist}.  Right now,
13632 this means @samp{gssapi}, @samp{kerberos4}, @samp{digest-md5},
13633 @samp{cram-md5}, @samp{anonymous} or the default @samp{login}.
13634
13635 @item :program
13636 When using the `shell' :stream, the contents of this variable is
13637 mapped into the @code{imap-shell-program} variable.  This should be a
13638 @code{format}-like string (or list of strings).  Here's an example:
13639
13640 @example
13641 ssh %s imapd
13642 @end example
13643
13644 The valid format specifier characters are:
13645
13646 @table @samp
13647 @item s
13648 The name of the server.
13649
13650 @item l
13651 User name from @code{imap-default-user}.
13652
13653 @item p
13654 The port number of the server.
13655 @end table
13656
13657 The values used for these specs are taken from the values you give the
13658 corresponding keywords.
13659
13660 @item :mailbox
13661 The name of the mailbox to get mail from.  The default is @samp{INBOX}
13662 which normally is the mailbox which receive incoming mail.
13663
13664 @item :predicate
13665 The predicate used to find articles to fetch.  The default, @samp{UNSEEN
13666 UNDELETED}, is probably the best choice for most people, but if you
13667 sometimes peek in your mailbox with a @acronym{IMAP} client and mark some
13668 articles as read (or; SEEN) you might want to set this to @samp{1:*}.
13669 Then all articles in the mailbox is fetched, no matter what.  For a
13670 complete list of predicates, see RFC 2060 section 6.4.4.
13671
13672 @item :fetchflag
13673 How to flag fetched articles on the server, the default @samp{\Deleted}
13674 will mark them as deleted, an alternative would be @samp{\Seen} which
13675 would simply mark them as read.  These are the two most likely choices,
13676 but more flags are defined in RFC 2060 section 2.3.2.
13677
13678 @item :dontexpunge
13679 If non-@code{nil}, don't remove all articles marked as deleted in the
13680 mailbox after finishing the fetch.
13681
13682 @end table
13683
13684 An example @acronym{IMAP} mail source:
13685
13686 @lisp
13687 (imap :server "mail.mycorp.com"
13688       :stream kerberos4
13689       :fetchflag "\\Seen")
13690 @end lisp
13691
13692 @item webmail
13693 Get mail from a webmail server, such as @uref{http://www.hotmail.com/},
13694 @uref{http://webmail.netscape.com/}, @uref{http://www.netaddress.com/},
13695 @uref{http://mail.yahoo.com/}.
13696
13697 NOTE: Webmail largely depends on cookies.  A "one-line-cookie" patch is
13698 required for url "4.0pre.46".
13699
13700 WARNING: Mails may be lost.  NO WARRANTY.
13701
13702 Keywords:
13703
13704 @table @code
13705 @item :subtype
13706 The type of the webmail server.  The default is @code{hotmail}.  The
13707 alternatives are @code{netscape}, @code{netaddress}, @code{my-deja}.
13708
13709 @item :user
13710 The user name to give to the webmail server.  The default is the login
13711 name.
13712
13713 @item :password
13714 The password to give to the webmail server.  If not specified, the user is
13715 prompted.
13716
13717 @item :dontexpunge
13718 If non-@code{nil}, only fetch unread articles and don't move them to
13719 trash folder after finishing the fetch.
13720
13721 @end table
13722
13723 An example webmail source:
13724
13725 @lisp
13726 (webmail :subtype 'hotmail
13727          :user "user-name"
13728          :password "secret")
13729 @end lisp
13730 @end table
13731
13732 @table @dfn
13733 @item Common Keywords
13734 Common keywords can be used in any type of mail source.
13735
13736 Keywords:
13737
13738 @table @code
13739 @item :plugged
13740 If non-@code{nil}, fetch the mail even when Gnus is unplugged.  If you
13741 use directory source to get mail, you can specify it as in this
13742 example:
13743
13744 @lisp
13745 (setq mail-sources
13746       '((directory :path "/home/pavel/.Spool/"
13747                    :suffix ""
13748                    :plugged t)))
13749 @end lisp
13750
13751 Gnus will then fetch your mail even when you are unplugged.  This is
13752 useful when you use local mail and news.
13753
13754 @end table
13755 @end table
13756
13757 @subsubsection Function Interface
13758
13759 Some of the above keywords specify a Lisp function to be executed.
13760 For each keyword @code{:foo}, the Lisp variable @code{foo} is bound to
13761 the value of the keyword while the function is executing.  For example,
13762 consider the following mail-source setting:
13763
13764 @lisp
13765 (setq mail-sources '((pop :user "jrl"
13766                           :server "pophost" :function fetchfunc)))
13767 @end lisp
13768
13769 While the function @code{fetchfunc} is executing, the symbol @code{user}
13770 is bound to @code{"jrl"}, and the symbol @code{server} is bound to
13771 @code{"pophost"}.  The symbols @code{port}, @code{password},
13772 @code{program}, @code{prescript}, @code{postscript}, @code{function},
13773 and @code{authentication} are also bound (to their default values).
13774
13775 See above for a list of keywords for each type of mail source.
13776
13777
13778 @node Mail Source Customization
13779 @subsubsection Mail Source Customization
13780
13781 The following is a list of variables that influence how the mail is
13782 fetched.  You would normally not need to set or change any of these
13783 variables.
13784
13785 @table @code
13786 @item mail-source-crash-box
13787 @vindex mail-source-crash-box
13788 File where mail will be stored while processing it.  The default is@*
13789 @file{~/.emacs-mail-crash-box}.
13790
13791 @item mail-source-delete-incoming
13792 @vindex mail-source-delete-incoming
13793 If non-@code{nil}, delete incoming files after handling them.  If
13794 @code{t}, delete the files immediately, if @code{nil}, never delete any
13795 files.  If a positive number, delete files older than number of days
13796 (This will only happen, when receiving new mail).  You may also set
13797 @code{mail-source-delete-incoming} to @code{nil} and call
13798 @code{mail-source-delete-old-incoming} from a hook or interactively.
13799
13800 @item mail-source-delete-old-incoming-confirm
13801 @vindex mail-source-delete-old-incoming-confirm
13802 If non-@code{nil}, ask for for confirmation before deleting old incoming
13803 files.  This variable only applies when
13804 @code{mail-source-delete-incoming} is a positive number.
13805
13806 @item mail-source-ignore-errors
13807 @vindex mail-source-ignore-errors
13808 If non-@code{nil}, ignore errors when reading mail from a mail source.
13809
13810 @item mail-source-directory
13811 @vindex mail-source-directory
13812 Directory where files (if any) will be stored.  The default is
13813 @file{~/Mail/}.  At present, the only thing this is used for is to say
13814 where the incoming files will be stored if the previous variable is
13815 @code{nil}.
13816
13817 @item mail-source-incoming-file-prefix
13818 @vindex mail-source-incoming-file-prefix
13819 Prefix for file name for storing incoming mail.  The default is
13820 @file{Incoming}, in which case files will end up with names like
13821 @file{Incoming30630D_} or @file{Incoming298602ZD}.  This is really only
13822 relevant if @code{mail-source-delete-incoming} is @code{nil}.
13823
13824 @item mail-source-default-file-modes
13825 @vindex mail-source-default-file-modes
13826 All new mail files will get this file mode.  The default is 384.
13827
13828 @item mail-source-movemail-program
13829 @vindex mail-source-movemail-program
13830 If non-@code{nil}, name of program for fetching new mail.  If
13831 @code{nil}, @code{movemail} in @var{exec-directory}.
13832
13833 @end table
13834
13835
13836 @node Fetching Mail
13837 @subsubsection Fetching Mail
13838
13839 @vindex mail-sources
13840 @vindex nnmail-spool-file
13841 The way to actually tell Gnus where to get new mail from is to set
13842 @code{mail-sources} to a list of mail source specifiers
13843 (@pxref{Mail Source Specifiers}).
13844
13845 If this variable (and the obsolescent @code{nnmail-spool-file}) is
13846 @code{nil}, the mail back ends will never attempt to fetch mail by
13847 themselves.
13848
13849 If you want to fetch mail both from your local spool as well as a
13850 @acronym{POP} mail server, you'd say something like:
13851
13852 @lisp
13853 (setq mail-sources
13854       '((file)
13855         (pop :server "pop3.mail.server"
13856              :password "secret")))
13857 @end lisp
13858
13859 Or, if you don't want to use any of the keyword defaults:
13860
13861 @lisp
13862 (setq mail-sources
13863       '((file :path "/var/spool/mail/user-name")
13864         (pop :server "pop3.mail.server"
13865              :user "user-name"
13866              :port "pop3"
13867              :password "secret")))
13868 @end lisp
13869
13870
13871 When you use a mail back end, Gnus will slurp all your mail from your
13872 inbox and plonk it down in your home directory.  Gnus doesn't move any
13873 mail if you're not using a mail back end---you have to do a lot of magic
13874 invocations first.  At the time when you have finished drawing the
13875 pentagram, lightened the candles, and sacrificed the goat, you really
13876 shouldn't be too surprised when Gnus moves your mail.
13877
13878
13879
13880 @node Mail Back End Variables
13881 @subsection Mail Back End Variables
13882
13883 These variables are (for the most part) pertinent to all the various
13884 mail back ends.
13885
13886 @table @code
13887 @vindex nnmail-read-incoming-hook
13888 @item nnmail-read-incoming-hook
13889 The mail back ends all call this hook after reading new mail.  You can
13890 use this hook to notify any mail watch programs, if you want to.
13891
13892 @vindex nnmail-split-hook
13893 @item nnmail-split-hook
13894 @findex gnus-article-decode-encoded-words
13895 @cindex RFC 1522 decoding
13896 @cindex RFC 2047 decoding
13897 Hook run in the buffer where the mail headers of each message is kept
13898 just before the splitting based on these headers is done.  The hook is
13899 free to modify the buffer contents in any way it sees fit---the buffer
13900 is discarded after the splitting has been done, and no changes performed
13901 in the buffer will show up in any files.
13902 @code{gnus-article-decode-encoded-words} is one likely function to add
13903 to this hook.
13904
13905 @vindex nnmail-pre-get-new-mail-hook
13906 @vindex nnmail-post-get-new-mail-hook
13907 @item nnmail-pre-get-new-mail-hook
13908 @itemx nnmail-post-get-new-mail-hook
13909 These are two useful hooks executed when treating new incoming
13910 mail---@code{nnmail-pre-get-new-mail-hook} (is called just before
13911 starting to handle the new mail) and
13912 @code{nnmail-post-get-new-mail-hook} (is called when the mail handling
13913 is done).  Here's and example of using these two hooks to change the
13914 default file modes the new mail files get:
13915
13916 @lisp
13917 (add-hook 'nnmail-pre-get-new-mail-hook
13918           (lambda () (set-default-file-modes 511)))
13919
13920 (add-hook 'nnmail-post-get-new-mail-hook
13921           (lambda () (set-default-file-modes 551)))
13922 @end lisp
13923
13924 @item nnmail-use-long-file-names
13925 @vindex nnmail-use-long-file-names
13926 If non-@code{nil}, the mail back ends will use long file and directory
13927 names.  Groups like @samp{mail.misc} will end up in directories
13928 (assuming use of @code{nnml} back end) or files (assuming use of
13929 @code{nnfolder} back end) like @file{mail.misc}.  If it is @code{nil},
13930 the same group will end up in @file{mail/misc}.
13931
13932 @item nnmail-delete-file-function
13933 @vindex nnmail-delete-file-function
13934 @findex delete-file
13935 Function called to delete files.  It is @code{delete-file} by default.
13936
13937 @item nnmail-cache-accepted-message-ids
13938 @vindex nnmail-cache-accepted-message-ids
13939 If non-@code{nil}, put the @code{Message-ID}s of articles imported into
13940 the back end (via @code{Gcc}, for instance) into the mail duplication
13941 discovery cache.  The default is @code{nil}.
13942
13943 @item nnmail-cache-ignore-groups
13944 @vindex nnmail-cache-ignore-groups
13945 This can be a regular expression or a list of regular expressions.
13946 Group names that match any of the regular expressions will never be
13947 recorded in the @code{Message-ID} cache.
13948
13949 This can be useful, for example, when using Fancy Splitting
13950 (@pxref{Fancy Mail Splitting}) together with the function
13951 @code{nnmail-split-fancy-with-parent}.
13952
13953 @end table
13954
13955
13956 @node Fancy Mail Splitting
13957 @subsection Fancy Mail Splitting
13958 @cindex mail splitting
13959 @cindex fancy mail splitting
13960
13961 @vindex nnmail-split-fancy
13962 @findex nnmail-split-fancy
13963 If the rather simple, standard method for specifying how to split mail
13964 doesn't allow you to do what you want, you can set
13965 @code{nnmail-split-methods} to @code{nnmail-split-fancy}.  Then you can
13966 play with the @code{nnmail-split-fancy} variable.
13967
13968 Let's look at an example value of this variable first:
13969
13970 @lisp
13971 ;; @r{Messages from the mailer daemon are not crossposted to any of}
13972 ;; @r{the ordinary groups.  Warnings are put in a separate group}
13973 ;; @r{from real errors.}
13974 (| ("from" mail (| ("subject" "warn.*" "mail.warning")
13975                    "mail.misc"))
13976    ;; @r{Non-error messages are crossposted to all relevant}
13977    ;; @r{groups, but we don't crosspost between the group for the}
13978    ;; @r{(ding) list and the group for other (ding) related mail.}
13979    (& (| (any "ding@@ifi\\.uio\\.no" "ding.list")
13980          ("subject" "ding" "ding.misc"))
13981       ;; @r{Other mailing lists@dots{}}
13982       (any "procmail@@informatik\\.rwth-aachen\\.de" "procmail.list")
13983       (any "SmartList@@informatik\\.rwth-aachen\\.de" "SmartList.list")
13984       ;; @r{Both lists below have the same suffix, so prevent}
13985       ;; @r{cross-posting to mkpkg.list of messages posted only to}
13986       ;; @r{the bugs- list, but allow cross-posting when the}
13987       ;; @r{message was really cross-posted.}
13988       (any "bugs-mypackage@@somewhere" "mypkg.bugs")
13989       (any "mypackage@@somewhere\" - "bugs-mypackage" "mypkg.list")
13990       ;; @r{People@dots{}}
13991       (any "larsi@@ifi\\.uio\\.no" "people.Lars_Magne_Ingebrigtsen"))
13992    ;; @r{Unmatched mail goes to the catch all group.}
13993    "misc.misc")
13994 @end lisp
13995
13996 This variable has the format of a @dfn{split}.  A split is a
13997 (possibly) recursive structure where each split may contain other
13998 splits.  Here are the possible split syntaxes:
13999
14000 @table @code
14001
14002 @item group 
14003 If the split is a string, that will be taken as a group name.  Normal
14004 regexp match expansion will be done.  See below for examples.
14005
14006 @item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split})
14007 If the split is a list, the first element of which is a string, then
14008 store the message as specified by @var{split}, if header @var{field}
14009 (a regexp) contains @var{value} (also a regexp).  If @var{restrict}
14010 (yet another regexp) matches some string after @var{field} and before
14011 the end of the matched @var{value}, the @var{split} is ignored.  If
14012 none of the @var{restrict} clauses match, @var{split} is processed.
14013
14014 @item (| @var{split} @dots{})
14015 If the split is a list, and the first element is @code{|} (vertical
14016 bar), then process each @var{split} until one of them matches.  A
14017 @var{split} is said to match if it will cause the mail message to be
14018 stored in one or more groups.
14019
14020 @item (& @var{split} @dots{})
14021 If the split is a list, and the first element is @code{&}, then
14022 process all @var{split}s in the list.
14023
14024 @item junk
14025 If the split is the symbol @code{junk}, then don't save (i.e., delete)
14026 this message.  Use with extreme caution.
14027
14028 @item (: @var{function} @var{arg1} @var{arg2} @dots{})
14029 If the split is a list, and the first element is @samp{:}, then the
14030 second element will be called as a function with @var{args} given as
14031 arguments.  The function should return a @var{split}.
14032
14033 @cindex body split
14034 For instance, the following function could be used to split based on the
14035 body of the messages:
14036
14037 @lisp
14038 (defun split-on-body ()
14039   (save-excursion
14040     (save-restriction
14041       (widen)
14042       (goto-char (point-min))
14043       (when (re-search-forward "Some.*string" nil t)
14044         "string.group"))))
14045 @end lisp
14046
14047 The buffer is narrowed to the message in question when @var{function}
14048 is run.  That's why @code{(widen)} needs to be called after
14049 @code{save-excursion} and @code{save-restriction} in the example
14050 above.  Also note that with the nnimap backend, message bodies will
14051 not be downloaded by default.  You need to set
14052 @code{nnimap-split-download-body} to @code{t} to do that
14053 (@pxref{Splitting in IMAP}).
14054
14055 @item (! @var{func} @var{split})
14056 If the split is a list, and the first element is @code{!}, then
14057 @var{split} will be processed, and @var{func} will be called as a
14058 function with the result of @var{split} as argument.  @var{func}
14059 should return a split.
14060
14061 @item nil
14062 If the split is @code{nil}, it is ignored.
14063
14064 @end table
14065
14066 In these splits, @var{field} must match a complete field name.
14067 @var{value} must match a complete word according to the fundamental mode
14068 syntax table.  You can use @code{.*} in the regexps to match partial
14069 field names or words.  In other words, all @var{value}'s are wrapped in
14070 @samp{\<} and @samp{\>} pairs.
14071
14072 @vindex nnmail-split-abbrev-alist
14073 @var{field} and @var{value} can also be Lisp symbols, in that case
14074 they are expanded as specified by the variable
14075 @code{nnmail-split-abbrev-alist}.  This is an alist of cons cells,
14076 where the @sc{car} of a cell contains the key, and the @sc{cdr}
14077 contains the associated value.  Predefined entries in
14078 @code{nnmail-split-abbrev-alist} include:
14079
14080 @table @code
14081 @item from
14082 Matches the @samp{From}, @samp{Sender} and @samp{Resent-From} fields.
14083 @item to
14084 Matches the @samp{To}, @samp{Cc}, @samp{Apparently-To},
14085 @samp{Resent-To} and @samp{Resent-Cc} fields.
14086 @item any
14087 Is the union of the @code{from} and @code{to} entries.
14088 @end table
14089
14090 @vindex nnmail-split-fancy-syntax-table
14091 @code{nnmail-split-fancy-syntax-table} is the syntax table in effect
14092 when all this splitting is performed.
14093
14094 If you want to have Gnus create groups dynamically based on some
14095 information in the headers (i.e., do @code{replace-match}-like
14096 substitutions in the group names), you can say things like:
14097
14098 @example
14099 (any "debian-\\b\\(\\w+\\)@@lists.debian.org" "mail.debian.\\1")
14100 @end example
14101
14102 In this example, messages sent to @samp{debian-foo@@lists.debian.org}
14103 will be filed in @samp{mail.debian.foo}.
14104
14105 If the string contains the element @samp{\&}, then the previously
14106 matched string will be substituted.  Similarly, the elements @samp{\\1}
14107 up to @samp{\\9} will be substituted with the text matched by the
14108 groupings 1 through 9.
14109
14110 @vindex nnmail-split-fancy-match-partial-words
14111 @code{nnmail-split-fancy-match-partial-words} controls whether partial
14112 words are matched during fancy splitting.
14113
14114 Normally, regular expressions given in @code{nnmail-split-fancy} are
14115 implicitly surrounded by @code{\<...\>} markers, which are word
14116 delimiters.  If this variable is true, they are not implicitly
14117 surrounded by anything.
14118
14119 @example
14120 (any "joe" "joemail")
14121 @end example
14122
14123 In this example, messages sent from @samp{joedavis@@foo.org} will
14124 normally not be filed in @samp{joemail}.  With
14125 @code{nnmail-split-fancy-match-partial-words} set to t, however, the
14126 match will happen.  In effect, the requirement of a word boundary is
14127 removed and instead the match becomes more like a grep.
14128
14129 @findex nnmail-split-fancy-with-parent
14130 @code{nnmail-split-fancy-with-parent} is a function which allows you to
14131 split followups into the same groups their parents are in.  Sometimes
14132 you can't make splitting rules for all your mail.  For example, your
14133 boss might send you personal mail regarding different projects you are
14134 working on, and as you can't tell your boss to put a distinguishing
14135 string into the subject line, you have to resort to manually moving the
14136 messages into the right group.  With this function, you only have to do
14137 it once per thread.
14138
14139 To use this feature, you have to set @code{nnmail-treat-duplicates}
14140 and @code{nnmail-cache-accepted-message-ids} to a non-@code{nil}
14141 value.  And then you can include @code{nnmail-split-fancy-with-parent}
14142 using the colon feature, like so:
14143 @lisp
14144 (setq nnmail-treat-duplicates 'warn     ; @r{or @code{delete}}
14145       nnmail-cache-accepted-message-ids t
14146       nnmail-split-fancy
14147       '(| (: nnmail-split-fancy-with-parent)
14148           ;; @r{other splits go here}
14149         ))
14150 @end lisp
14151
14152 This feature works as follows: when @code{nnmail-treat-duplicates} is
14153 non-@code{nil}, Gnus records the message id of every message it sees
14154 in the file specified by the variable
14155 @code{nnmail-message-id-cache-file}, together with the group it is in
14156 (the group is omitted for non-mail messages).  When mail splitting is
14157 invoked, the function @code{nnmail-split-fancy-with-parent} then looks
14158 at the References (and In-Reply-To) header of each message to split
14159 and searches the file specified by @code{nnmail-message-id-cache-file}
14160 for the message ids.  When it has found a parent, it returns the
14161 corresponding group name unless the group name matches the regexp
14162 @code{nnmail-split-fancy-with-parent-ignore-groups}.  It is
14163 recommended that you set @code{nnmail-message-id-cache-length} to a
14164 somewhat higher number than the default so that the message ids are
14165 still in the cache.  (A value of 5000 appears to create a file some
14166 300 kBytes in size.)
14167 @vindex nnmail-cache-accepted-message-ids
14168 When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
14169 also records the message ids of moved articles, so that the followup
14170 messages goes into the new group.
14171
14172 Also see the variable @code{nnmail-cache-ignore-groups} if you don't
14173 want certain groups to be recorded in the cache.  For example, if all
14174 outgoing messages are written to an ``outgoing'' group, you could set
14175 @code{nnmail-cache-ignore-groups} to match that group name.
14176 Otherwise, answers to all your messages would end up in the
14177 ``outgoing'' group.
14178
14179
14180 @node Group Mail Splitting
14181 @subsection Group Mail Splitting
14182 @cindex mail splitting
14183 @cindex group mail splitting
14184
14185 @findex gnus-group-split
14186 If you subscribe to dozens of mailing lists but you don't want to
14187 maintain mail splitting rules manually, group mail splitting is for you.
14188 You just have to set @code{to-list} and/or @code{to-address} in group
14189 parameters or group customization and set @code{nnmail-split-methods} to
14190 @code{gnus-group-split}.  This splitting function will scan all groups
14191 for those parameters and split mail accordingly, i.e., messages posted
14192 from or to the addresses specified in the parameters @code{to-list} or
14193 @code{to-address} of a mail group will be stored in that group.
14194
14195 Sometimes, mailing lists have multiple addresses, and you may want mail
14196 splitting to recognize them all: just set the @code{extra-aliases} group
14197 parameter to the list of additional addresses and it's done.  If you'd
14198 rather use a regular expression, set @code{split-regexp}.
14199
14200 All these parameters in a group will be used to create an
14201 @code{nnmail-split-fancy} split, in which the @var{field} is @samp{any},
14202 the @var{value} is a single regular expression that matches
14203 @code{to-list}, @code{to-address}, all of @code{extra-aliases} and all
14204 matches of @code{split-regexp}, and the @var{split} is the name of the
14205 group.  @var{restrict}s are also supported: just set the
14206 @code{split-exclude} parameter to a list of regular expressions.
14207
14208 If you can't get the right split to be generated using all these
14209 parameters, or you just need something fancier, you can set the
14210 parameter @code{split-spec} to an @code{nnmail-split-fancy} split.  In
14211 this case, all other aforementioned parameters will be ignored by
14212 @code{gnus-group-split}.  In particular, @code{split-spec} may be set to
14213 @code{nil}, in which case the group will be ignored by
14214 @code{gnus-group-split}.
14215
14216 @vindex gnus-group-split-default-catch-all-group
14217 @code{gnus-group-split} will do cross-posting on all groups that match,
14218 by defining a single @code{&} fancy split containing one split for each
14219 group.  If a message doesn't match any split, it will be stored in the
14220 group named in @code{gnus-group-split-default-catch-all-group}, unless
14221 some group has @code{split-spec} set to @code{catch-all}, in which case
14222 that group is used as the catch-all group.  Even though this variable is
14223 often used just to name a group, it may also be set to an arbitrarily
14224 complex fancy split (after all, a group name is a fancy split), and this
14225 may be useful to split mail that doesn't go to any mailing list to
14226 personal mail folders.  Note that this fancy split is added as the last
14227 element of a @code{|} split list that also contains a @code{&} split
14228 with the rules extracted from group parameters.
14229
14230 It's time for an example.  Assume the following group parameters have
14231 been defined:
14232
14233 @example
14234 nnml:mail.bar:
14235 ((to-address . "bar@@femail.com")
14236  (split-regexp . ".*@@femail\\.com"))
14237 nnml:mail.foo:
14238 ((to-list . "foo@@nowhere.gov")
14239  (extra-aliases "foo@@localhost" "foo-redist@@home")
14240  (split-exclude "bugs-foo" "rambling-foo")
14241  (admin-address . "foo-request@@nowhere.gov"))
14242 nnml:mail.others:
14243 ((split-spec . catch-all))
14244 @end example
14245
14246 Setting @code{nnmail-split-methods} to @code{gnus-group-split} will
14247 behave as if @code{nnmail-split-fancy} had been selected and variable
14248 @code{nnmail-split-fancy} had been set as follows:
14249
14250 @lisp
14251 (| (& (any "\\(bar@@femail\\.com\\|.*@@femail\\.com\\)" "mail.bar")
14252       (any "\\(foo@@nowhere\\.gov\\|foo@@localhost\\|foo-redist@@home\\)"
14253            - "bugs-foo" - "rambling-foo" "mail.foo"))
14254    "mail.others")
14255 @end lisp
14256
14257 @findex gnus-group-split-fancy
14258 If you'd rather not use group splitting for all your mail groups, you
14259 may use it for only some of them, by using @code{nnmail-split-fancy}
14260 splits like this:
14261
14262 @lisp
14263 (: gnus-group-split-fancy @var{groups} @var{no-crosspost} @var{catch-all})
14264 @end lisp
14265
14266 @var{groups} may be a regular expression or a list of group names whose
14267 parameters will be scanned to generate the output split.
14268 @var{no-crosspost} can be used to disable cross-posting; in this case, a
14269 single @code{|} split will be output.  @var{catch-all} is the fall back
14270 fancy split, used like @code{gnus-group-split-default-catch-all-group}.
14271 If @var{catch-all} is @code{nil}, or if @code{split-regexp} matches the
14272 empty string in any selected group, no catch-all split will be issued.
14273 Otherwise, if some group has @code{split-spec} set to @code{catch-all},
14274 this group will override the value of the @var{catch-all} argument.
14275
14276 @findex gnus-group-split-setup
14277 Unfortunately, scanning all groups and their parameters can be quite
14278 slow, especially considering that it has to be done for every message.
14279 But don't despair!  The function @code{gnus-group-split-setup} can be
14280 used to enable @code{gnus-group-split} in a much more efficient way.  It
14281 sets @code{nnmail-split-methods} to @code{nnmail-split-fancy} and sets
14282 @code{nnmail-split-fancy} to the split produced by
14283 @code{gnus-group-split-fancy}.  Thus, the group parameters are only
14284 scanned once, no matter how many messages are split.
14285
14286 @findex gnus-group-split-update
14287 However, if you change group parameters, you'd have to update
14288 @code{nnmail-split-fancy} manually.  You can do it by running
14289 @code{gnus-group-split-update}.  If you'd rather have it updated
14290 automatically, just tell @code{gnus-group-split-setup} to do it for
14291 you.  For example, add to your @file{~/.gnus.el}:
14292
14293 @lisp
14294 (gnus-group-split-setup @var{auto-update} @var{catch-all})
14295 @end lisp
14296
14297 If @var{auto-update} is non-@code{nil}, @code{gnus-group-split-update}
14298 will be added to @code{nnmail-pre-get-new-mail-hook}, so you won't ever
14299 have to worry about updating @code{nnmail-split-fancy} again.  If you
14300 don't omit @var{catch-all} (it's optional, equivalent to @code{nil}),
14301 @code{gnus-group-split-default-catch-all-group} will be set to its
14302 value.
14303
14304 @vindex gnus-group-split-updated-hook
14305 Because you may want to change @code{nnmail-split-fancy} after it is set
14306 by @code{gnus-group-split-update}, this function will run
14307 @code{gnus-group-split-updated-hook} just before finishing.
14308
14309 @node Incorporating Old Mail
14310 @subsection Incorporating Old Mail
14311 @cindex incorporating old mail
14312 @cindex import old mail
14313
14314 Most people have lots of old mail stored in various file formats.  If
14315 you have set up Gnus to read mail using one of the spiffy Gnus mail
14316 back ends, you'll probably wish to have that old mail incorporated into
14317 your mail groups.
14318
14319 Doing so can be quite easy.
14320
14321 To take an example: You're reading mail using @code{nnml}
14322 (@pxref{Mail Spool}), and have set @code{nnmail-split-methods} to a
14323 satisfactory value (@pxref{Splitting Mail}).  You have an old Unix mbox
14324 file filled with important, but old, mail.  You want to move it into
14325 your @code{nnml} groups.
14326
14327 Here's how:
14328
14329 @enumerate
14330 @item
14331 Go to the group buffer.
14332
14333 @item
14334 Type @kbd{G f} and give the file name to the mbox file when prompted to create an
14335 @code{nndoc} group from the mbox file (@pxref{Foreign Groups}).
14336
14337 @item
14338 Type @kbd{SPACE} to enter the newly created group.
14339
14340 @item
14341 Type @kbd{M P b} to process-mark all articles in this group's buffer
14342 (@pxref{Setting Process Marks}).
14343
14344 @item
14345 Type @kbd{B r} to respool all the process-marked articles, and answer
14346 @samp{nnml} when prompted (@pxref{Mail Group Commands}).
14347 @end enumerate
14348
14349 All the mail messages in the mbox file will now also be spread out over
14350 all your @code{nnml} groups.  Try entering them and check whether things
14351 have gone without a glitch.  If things look ok, you may consider
14352 deleting the mbox file, but I wouldn't do that unless I was absolutely
14353 sure that all the mail has ended up where it should be.
14354
14355 Respooling is also a handy thing to do if you're switching from one mail
14356 back end to another.  Just respool all the mail in the old mail groups
14357 using the new mail back end.
14358
14359
14360 @node Expiring Mail
14361 @subsection Expiring Mail
14362 @cindex article expiry
14363
14364 Traditional mail readers have a tendency to remove mail articles when
14365 you mark them as read, in some way.  Gnus takes a fundamentally
14366 different approach to mail reading.
14367
14368 Gnus basically considers mail just to be news that has been received in
14369 a rather peculiar manner.  It does not think that it has the power to
14370 actually change the mail, or delete any mail messages.  If you enter a
14371 mail group, and mark articles as ``read'', or kill them in some other
14372 fashion, the mail articles will still exist on the system.  I repeat:
14373 Gnus will not delete your old, read mail.  Unless you ask it to, of
14374 course.
14375
14376 To make Gnus get rid of your unwanted mail, you have to mark the
14377 articles as @dfn{expirable}.  (With the default key bindings, this means
14378 that you have to type @kbd{E}.)  This does not mean that the articles
14379 will disappear right away, however.  In general, a mail article will be
14380 deleted from your system if, 1) it is marked as expirable, AND 2) it is
14381 more than one week old.  If you do not mark an article as expirable, it
14382 will remain on your system until hell freezes over.  This bears
14383 repeating one more time, with some spurious capitalizations: IF you do
14384 NOT mark articles as EXPIRABLE, Gnus will NEVER delete those ARTICLES.
14385
14386 You do not have to mark articles as expirable by hand.  Gnus provides
14387 two features, called ``auto-expire'' and ``total-expire'', that can help you
14388 with this.  In a nutshell, ``auto-expire'' means that Gnus hits @kbd{E}
14389 for you when you select an article.  And ``total-expire'' means that Gnus
14390 considers all articles as expirable that are read.  So, in addition to
14391 the articles marked @samp{E}, also the articles marked @samp{r},
14392 @samp{R}, @samp{O}, @samp{K}, @samp{Y} and so on are considered
14393 expirable.
14394
14395 When should either auto-expire or total-expire be used?  Most people
14396 who are subscribed to mailing lists split each list into its own group
14397 and then turn on auto-expire or total-expire for those groups.
14398 (@xref{Splitting Mail}, for more information on splitting each list
14399 into its own group.)
14400
14401 Which one is better, auto-expire or total-expire?  It's not easy to
14402 answer.  Generally speaking, auto-expire is probably faster.  Another
14403 advantage of auto-expire is that you get more marks to work with: for
14404 the articles that are supposed to stick around, you can still choose
14405 between tick and dormant and read marks.  But with total-expire, you
14406 only have dormant and ticked to choose from.  The advantage of
14407 total-expire is that it works well with adaptive scoring (@pxref{Adaptive
14408 Scoring}).  Auto-expire works with normal scoring but not with adaptive
14409 scoring.
14410
14411 @vindex gnus-auto-expirable-newsgroups
14412 Groups that match the regular expression
14413 @code{gnus-auto-expirable-newsgroups} will have all articles that you
14414 read marked as expirable automatically.  All articles marked as
14415 expirable have an @samp{E} in the first column in the summary buffer.
14416
14417 By default, if you have auto expiry switched on, Gnus will mark all the
14418 articles you read as expirable, no matter if they were read or unread
14419 before.  To avoid having articles marked as read marked as expirable
14420 automatically, you can put something like the following in your
14421 @file{~/.gnus.el} file:
14422
14423 @vindex gnus-mark-article-hook
14424 @lisp
14425 (remove-hook 'gnus-mark-article-hook
14426              'gnus-summary-mark-read-and-unread-as-read)
14427 (add-hook 'gnus-mark-article-hook 'gnus-summary-mark-unread-as-read)
14428 @end lisp
14429
14430 Note that making a group auto-expirable doesn't mean that all read
14431 articles are expired---only the articles marked as expirable
14432 will be expired.  Also note that using the @kbd{d} command won't make
14433 articles expirable---only semi-automatic marking of articles as read will
14434 mark the articles as expirable in auto-expirable groups.
14435
14436 Let's say you subscribe to a couple of mailing lists, and you want the
14437 articles you have read to disappear after a while:
14438
14439 @lisp
14440 (setq gnus-auto-expirable-newsgroups
14441       "mail.nonsense-list\\|mail.nice-list")
14442 @end lisp
14443
14444 Another way to have auto-expiry happen is to have the element
14445 @code{auto-expire} in the group parameters of the group.
14446
14447 If you use adaptive scoring (@pxref{Adaptive Scoring}) and
14448 auto-expiring, you'll have problems.  Auto-expiring and adaptive scoring
14449 don't really mix very well.
14450
14451 @vindex nnmail-expiry-wait
14452 The @code{nnmail-expiry-wait} variable supplies the default time an
14453 expirable article has to live.  Gnus starts counting days from when the
14454 message @emph{arrived}, not from when it was sent.  The default is seven
14455 days.
14456
14457 Gnus also supplies a function that lets you fine-tune how long articles
14458 are to live, based on what group they are in.  Let's say you want to
14459 have one month expiry period in the @samp{mail.private} group, a one day
14460 expiry period in the @samp{mail.junk} group, and a six day expiry period
14461 everywhere else:
14462
14463 @vindex nnmail-expiry-wait-function
14464 @lisp
14465 (setq nnmail-expiry-wait-function
14466       (lambda (group)
14467        (cond ((string= group "mail.private")
14468                31)
14469              ((string= group "mail.junk")
14470                1)
14471              ((string= group "important")
14472                'never)
14473              (t
14474                6))))
14475 @end lisp
14476
14477 The group names this function is fed are ``unadorned'' group
14478 names---no @samp{nnml:} prefixes and the like.
14479
14480 The @code{nnmail-expiry-wait} variable and
14481 @code{nnmail-expiry-wait-function} function can either be a number (not
14482 necessarily an integer) or one of the symbols @code{immediate} or
14483 @code{never}.
14484
14485 You can also use the @code{expiry-wait} group parameter to selectively
14486 change the expiry period (@pxref{Group Parameters}).
14487
14488 @vindex nnmail-expiry-target
14489 The normal action taken when expiring articles is to delete them.
14490 However, in some circumstances it might make more sense to move them
14491 to other groups instead of deleting them.  The variable
14492 @code{nnmail-expiry-target} (and the @code{expiry-target} group
14493 parameter) controls this.  The variable supplies a default value for
14494 all groups, which can be overridden for specific groups by the group
14495 parameter.  default value is @code{delete}, but this can also be a
14496 string (which should be the name of the group the message should be
14497 moved to), or a function (which will be called in a buffer narrowed to
14498 the message in question, and with the name of the group being moved
14499 from as its parameter) which should return a target---either a group
14500 name or @code{delete}.
14501
14502 Here's an example for specifying a group name:
14503 @lisp
14504 (setq nnmail-expiry-target "nnml:expired")
14505 @end lisp
14506
14507 @findex nnmail-fancy-expiry-target
14508 @vindex nnmail-fancy-expiry-targets
14509 Gnus provides a function @code{nnmail-fancy-expiry-target} which will
14510 expire mail to groups according to the variable
14511 @code{nnmail-fancy-expiry-targets}.  Here's an example:
14512
14513 @lisp
14514  (setq nnmail-expiry-target 'nnmail-fancy-expiry-target
14515        nnmail-fancy-expiry-targets
14516        '((to-from "boss" "nnfolder:Work")
14517          ("subject" "IMPORTANT" "nnfolder:IMPORTANT.%Y.%b")
14518          ("from" ".*" "nnfolder:Archive-%Y")))
14519 @end lisp
14520
14521 With this setup, any mail that has @code{IMPORTANT} in its Subject
14522 header and was sent in the year @code{YYYY} and month @code{MMM}, will
14523 get expired to the group @code{nnfolder:IMPORTANT.YYYY.MMM}.  If its
14524 From or To header contains the string @code{boss}, it will get expired
14525 to @code{nnfolder:Work}.  All other mail will get expired to
14526 @code{nnfolder:Archive-YYYY}.
14527
14528 @vindex nnmail-keep-last-article
14529 If @code{nnmail-keep-last-article} is non-@code{nil}, Gnus will never
14530 expire the final article in a mail newsgroup.  This is to make life
14531 easier for procmail users.
14532
14533 @vindex gnus-total-expirable-newsgroups
14534 By the way: That line up there, about Gnus never expiring non-expirable
14535 articles, is a lie.  If you put @code{total-expire} in the group
14536 parameters, articles will not be marked as expirable, but all read
14537 articles will be put through the expiry process.  Use with extreme
14538 caution.  Even more dangerous is the
14539 @code{gnus-total-expirable-newsgroups} variable.  All groups that match
14540 this regexp will have all read articles put through the expiry process,
14541 which means that @emph{all} old mail articles in the groups in question
14542 will be deleted after a while.  Use with extreme caution, and don't come
14543 crying to me when you discover that the regexp you used matched the
14544 wrong group and all your important mail has disappeared.  Be a
14545 @emph{man}!  Or a @emph{woman}!  Whatever you feel more comfortable
14546 with!  So there!
14547
14548 Most people make most of their mail groups total-expirable, though.
14549
14550 @vindex gnus-inhibit-user-auto-expire
14551 If @code{gnus-inhibit-user-auto-expire} is non-@code{nil}, user marking
14552 commands will not mark an article as expirable, even if the group has
14553 auto-expire turned on.
14554
14555
14556 @node Washing Mail
14557 @subsection Washing Mail
14558 @cindex mail washing
14559 @cindex list server brain damage
14560 @cindex incoming mail treatment
14561
14562 Mailers and list servers are notorious for doing all sorts of really,
14563 really stupid things with mail.  ``Hey, RFC 822 doesn't explicitly
14564 prohibit us from adding the string @code{wE aRe ElItE!!!!!1!!} to the
14565 end of all lines passing through our server, so let's do that!!!!1!''
14566 Yes, but RFC 822 wasn't designed to be read by morons.  Things that were
14567 considered to be self-evident were not discussed.  So.  Here we are.
14568
14569 Case in point:  The German version of Microsoft Exchange adds @samp{AW:
14570 } to the subjects of replies instead of @samp{Re: }.  I could pretend to
14571 be shocked and dismayed by this, but I haven't got the energy.  It is to
14572 laugh.
14573
14574 Gnus provides a plethora of functions for washing articles while
14575 displaying them, but it might be nicer to do the filtering before
14576 storing the mail to disk.  For that purpose, we have three hooks and
14577 various functions that can be put in these hooks.
14578
14579 @table @code
14580 @item nnmail-prepare-incoming-hook
14581 @vindex nnmail-prepare-incoming-hook
14582 This hook is called before doing anything with the mail and is meant for
14583 grand, sweeping gestures.  It is called in a buffer that contains all
14584 the new, incoming mail.  Functions to be used include:
14585
14586 @table @code
14587 @item nnheader-ms-strip-cr
14588 @findex nnheader-ms-strip-cr
14589 Remove trailing carriage returns from each line.  This is default on
14590 Emacs running on MS machines.
14591
14592 @end table
14593
14594 @item nnmail-prepare-incoming-header-hook
14595 @vindex nnmail-prepare-incoming-header-hook
14596 This hook is called narrowed to each header.  It can be used when
14597 cleaning up the headers.  Functions that can be used include:
14598
14599 @table @code
14600 @item nnmail-remove-leading-whitespace
14601 @findex nnmail-remove-leading-whitespace
14602 Clear leading white space that ``helpful'' listservs have added to the
14603 headers to make them look nice.  Aaah.
14604
14605 (Note that this function works on both the header on the body of all
14606 messages, so it is a potentially dangerous function to use (if a body
14607 of a message contains something that looks like a header line).  So
14608 rather than fix the bug, it is of course the right solution to make it
14609 into a feature by documenting it.)
14610
14611 @item nnmail-remove-list-identifiers
14612 @findex nnmail-remove-list-identifiers
14613 Some list servers add an identifier---for example, @samp{(idm)}---to the
14614 beginning of all @code{Subject} headers.  I'm sure that's nice for
14615 people who use stone age mail readers.  This function will remove
14616 strings that match the @code{nnmail-list-identifiers} regexp, which can
14617 also be a list of regexp.  @code{nnmail-list-identifiers} may not contain
14618 @code{\\(..\\)}.
14619
14620 For instance, if you want to remove the @samp{(idm)} and the
14621 @samp{nagnagnag} identifiers:
14622
14623 @lisp
14624 (setq nnmail-list-identifiers
14625       '("(idm)" "nagnagnag"))
14626 @end lisp
14627
14628 This can also be done non-destructively with
14629 @code{gnus-list-identifiers}, @xref{Article Hiding}.
14630
14631 @item nnmail-remove-tabs
14632 @findex nnmail-remove-tabs
14633 Translate all @samp{TAB} characters into @samp{SPACE} characters.
14634
14635 @item nnmail-fix-eudora-headers
14636 @findex nnmail-fix-eudora-headers
14637 @cindex Eudora
14638 Eudora produces broken @code{References} headers, but OK
14639 @code{In-Reply-To} headers.  This function will get rid of the
14640 @code{References} headers.
14641
14642 @end table
14643
14644 @item nnmail-prepare-incoming-message-hook
14645 @vindex nnmail-prepare-incoming-message-hook
14646 This hook is called narrowed to each message.  Functions to be used
14647 include:
14648
14649 @table @code
14650 @item article-de-quoted-unreadable
14651 @findex article-de-quoted-unreadable
14652 Decode Quoted Readable encoding.
14653
14654 @end table
14655 @end table
14656
14657
14658 @node Duplicates
14659 @subsection Duplicates
14660
14661 @vindex nnmail-treat-duplicates
14662 @vindex nnmail-message-id-cache-length
14663 @vindex nnmail-message-id-cache-file
14664 @cindex duplicate mails
14665 If you are a member of a couple of mailing lists, you will sometimes
14666 receive two copies of the same mail.  This can be quite annoying, so
14667 @code{nnmail} checks for and treats any duplicates it might find.  To do
14668 this, it keeps a cache of old @code{Message-ID}s---
14669 @code{nnmail-message-id-cache-file}, which is @file{~/.nnmail-cache} by
14670 default.  The approximate maximum number of @code{Message-ID}s stored
14671 there is controlled by the @code{nnmail-message-id-cache-length}
14672 variable, which is 1000 by default.  (So 1000 @code{Message-ID}s will be
14673 stored.) If all this sounds scary to you, you can set
14674 @code{nnmail-treat-duplicates} to @code{warn} (which is what it is by
14675 default), and @code{nnmail} won't delete duplicate mails.  Instead it
14676 will insert a warning into the head of the mail saying that it thinks
14677 that this is a duplicate of a different message.
14678
14679 This variable can also be a function.  If that's the case, the function
14680 will be called from a buffer narrowed to the message in question with
14681 the @code{Message-ID} as a parameter.  The function must return either
14682 @code{nil}, @code{warn}, or @code{delete}.
14683
14684 You can turn this feature off completely by setting the variable to
14685 @code{nil}.
14686
14687 If you want all the duplicate mails to be put into a special
14688 @dfn{duplicates} group, you could do that using the normal mail split
14689 methods:
14690
14691 @lisp
14692 (setq nnmail-split-fancy
14693       '(| ;; @r{Messages duplicates go to a separate group.}
14694         ("gnus-warning" "duplicat\\(e\\|ion\\) of message" "duplicate")
14695         ;; @r{Message from daemons, postmaster, and the like to another.}
14696         (any mail "mail.misc")
14697         ;; @r{Other rules.}
14698         [...] ))
14699 @end lisp
14700 @noindent
14701 Or something like:
14702 @lisp
14703 (setq nnmail-split-methods
14704       '(("duplicates" "^Gnus-Warning:.*duplicate")
14705         ;; @r{Other rules.}
14706         [...]))
14707 @end lisp
14708
14709 Here's a neat feature: If you know that the recipient reads her mail
14710 with Gnus, and that she has @code{nnmail-treat-duplicates} set to
14711 @code{delete}, you can send her as many insults as you like, just by
14712 using a @code{Message-ID} of a mail that you know that she's already
14713 received.  Think of all the fun!  She'll never see any of it!  Whee!
14714
14715
14716 @node Not Reading Mail
14717 @subsection Not Reading Mail
14718
14719 If you start using any of the mail back ends, they have the annoying
14720 habit of assuming that you want to read mail with them.  This might not
14721 be unreasonable, but it might not be what you want.
14722
14723 If you set @code{mail-sources} and @code{nnmail-spool-file} to
14724 @code{nil}, none of the back ends will ever attempt to read incoming
14725 mail, which should help.
14726
14727 @vindex nnbabyl-get-new-mail
14728 @vindex nnmbox-get-new-mail
14729 @vindex nnml-get-new-mail
14730 @vindex nnmh-get-new-mail
14731 @vindex nnfolder-get-new-mail
14732 This might be too much, if, for instance, you are reading mail quite
14733 happily with @code{nnml} and just want to peek at some old Rmail
14734 file you have stashed away with @code{nnbabyl}.  All back ends have
14735 variables called back-end-@code{get-new-mail}.  If you want to disable
14736 the @code{nnbabyl} mail reading, you edit the virtual server for the
14737 group to have a setting where @code{nnbabyl-get-new-mail} to @code{nil}.
14738
14739 All the mail back ends will call @code{nn}*@code{-prepare-save-mail-hook}
14740 narrowed to the article to be saved before saving it when reading
14741 incoming mail.
14742
14743
14744 @node Choosing a Mail Back End
14745 @subsection Choosing a Mail Back End
14746
14747 Gnus will read the mail spool when you activate a mail group.  The mail
14748 file is first copied to your home directory.  What happens after that
14749 depends on what format you want to store your mail in.
14750
14751 There are six different mail back ends in the standard Gnus, and more
14752 back ends are available separately.  The mail back end most people use
14753 (because it is possibly the fastest) is @code{nnml} (@pxref{Mail
14754 Spool}).
14755
14756 @menu
14757 * Unix Mail Box::               Using the (quite) standard Un*x mbox.
14758 * Rmail Babyl::                 Emacs programs use the Rmail Babyl format.
14759 * Mail Spool::                  Store your mail in a private spool?
14760 * MH Spool::                    An mhspool-like back end.
14761 * Maildir::                     Another one-file-per-message format.
14762 * Mail Folders::                Having one file for each group.
14763 * Comparing Mail Back Ends::    An in-depth looks at pros and cons.
14764 @end menu
14765
14766
14767 @node Unix Mail Box
14768 @subsubsection Unix Mail Box
14769 @cindex nnmbox
14770 @cindex unix mail box
14771
14772 @vindex nnmbox-active-file
14773 @vindex nnmbox-mbox-file
14774 The @dfn{nnmbox} back end will use the standard Un*x mbox file to store
14775 mail.  @code{nnmbox} will add extra headers to each mail article to say
14776 which group it belongs in.
14777
14778 Virtual server settings:
14779
14780 @table @code
14781 @item nnmbox-mbox-file
14782 @vindex nnmbox-mbox-file
14783 The name of the mail box in the user's home directory.  Default is
14784 @file{~/mbox}.
14785
14786 @item nnmbox-active-file
14787 @vindex nnmbox-active-file
14788 The name of the active file for the mail box.  Default is
14789 @file{~/.mbox-active}.
14790
14791 @item nnmbox-get-new-mail
14792 @vindex nnmbox-get-new-mail
14793 If non-@code{nil}, @code{nnmbox} will read incoming mail and split it
14794 into groups.  Default is @code{t}.
14795 @end table
14796
14797
14798 @node Rmail Babyl
14799 @subsubsection Rmail Babyl
14800 @cindex nnbabyl
14801 @cindex Rmail mbox
14802
14803 @vindex nnbabyl-active-file
14804 @vindex nnbabyl-mbox-file
14805 The @dfn{nnbabyl} back end will use a Babyl mail box (aka. @dfn{Rmail
14806 mbox}) to store mail.  @code{nnbabyl} will add extra headers to each
14807 mail article to say which group it belongs in.
14808
14809 Virtual server settings:
14810
14811 @table @code
14812 @item nnbabyl-mbox-file
14813 @vindex nnbabyl-mbox-file
14814 The name of the Rmail mbox file.  The default is @file{~/RMAIL}
14815
14816 @item nnbabyl-active-file
14817 @vindex nnbabyl-active-file
14818 The name of the active file for the rmail box.  The default is
14819 @file{~/.rmail-active}
14820
14821 @item nnbabyl-get-new-mail
14822 @vindex nnbabyl-get-new-mail
14823 If non-@code{nil}, @code{nnbabyl} will read incoming mail.  Default is
14824 @code{t}
14825 @end table
14826
14827
14828 @node Mail Spool
14829 @subsubsection Mail Spool
14830 @cindex nnml
14831 @cindex mail @acronym{NOV} spool
14832
14833 The @dfn{nnml} spool mail format isn't compatible with any other known
14834 format.  It should be used with some caution.
14835
14836 @vindex nnml-directory
14837 If you use this back end, Gnus will split all incoming mail into files,
14838 one file for each mail, and put the articles into the corresponding
14839 directories under the directory specified by the @code{nnml-directory}
14840 variable.  The default value is @file{~/Mail/}.
14841
14842 You do not have to create any directories beforehand; Gnus will take
14843 care of all that.
14844
14845 If you have a strict limit as to how many files you are allowed to store
14846 in your account, you should not use this back end.  As each mail gets its
14847 own file, you might very well occupy thousands of inodes within a few
14848 weeks.  If this is no problem for you, and it isn't a problem for you
14849 having your friendly systems administrator walking around, madly,
14850 shouting ``Who is eating all my inodes?! Who? Who!?!'', then you should
14851 know that this is probably the fastest format to use.  You do not have
14852 to trudge through a big mbox file just to read your new mail.
14853
14854 @code{nnml} is probably the slowest back end when it comes to article
14855 splitting.  It has to create lots of files, and it also generates
14856 @acronym{NOV} databases for the incoming mails.  This makes it possibly the
14857 fastest back end when it comes to reading mail.
14858
14859 @cindex self contained nnml servers
14860 @cindex marks
14861 When the marks file is used (which it is by default), @code{nnml}
14862 servers have the property that you may backup them using @code{tar} or
14863 similar, and later be able to restore them into Gnus (by adding the
14864 proper @code{nnml} server) and have all your marks be preserved.  Marks
14865 for a group is usually stored in the @code{.marks} file (but see
14866 @code{nnml-marks-file-name}) within each @code{nnml} group's directory.
14867 Individual @code{nnml} groups are also possible to backup, use @kbd{G m}
14868 to restore the group (after restoring the backup into the nnml
14869 directory).
14870
14871 If for some reason you believe your @file{.marks} files are screwed
14872 up, you can just delete them all.  Gnus will then correctly regenerate
14873 them next time it starts.
14874
14875 Virtual server settings:
14876
14877 @table @code
14878 @item nnml-directory
14879 @vindex nnml-directory
14880 All @code{nnml} directories will be placed under this directory.  The
14881 default is the value of @code{message-directory} (whose default value
14882 is @file{~/Mail}).
14883
14884 @item nnml-active-file
14885 @vindex nnml-active-file
14886 The active file for the @code{nnml} server.  The default is
14887 @file{~/Mail/active}.
14888
14889 @item nnml-newsgroups-file
14890 @vindex nnml-newsgroups-file
14891 The @code{nnml} group descriptions file.  @xref{Newsgroups File
14892 Format}.  The default is @file{~/Mail/newsgroups}.
14893
14894 @item nnml-get-new-mail
14895 @vindex nnml-get-new-mail
14896 If non-@code{nil}, @code{nnml} will read incoming mail.  The default is
14897 @code{t}.
14898
14899 @item nnml-nov-is-evil
14900 @vindex nnml-nov-is-evil
14901 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
14902 default is @code{nil}.
14903
14904 @item nnml-nov-file-name
14905 @vindex nnml-nov-file-name
14906 The name of the @acronym{NOV} files.  The default is @file{.overview}.
14907
14908 @item nnml-prepare-save-mail-hook
14909 @vindex nnml-prepare-save-mail-hook
14910 Hook run narrowed to an article before saving.
14911
14912 @item nnml-marks-is-evil
14913 @vindex nnml-marks-is-evil
14914 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
14915 default is @code{nil}.
14916
14917 @item nnml-marks-file-name
14918 @vindex nnml-marks-file-name
14919 The name of the @dfn{marks} files.  The default is @file{.marks}.
14920
14921 @item nnml-use-compressed-files
14922 @vindex nnml-use-compressed-files
14923 If non-@code{nil}, @code{nnml} will allow using compressed message
14924 files.
14925
14926 @end table
14927
14928 @findex nnml-generate-nov-databases
14929 If your @code{nnml} groups and @acronym{NOV} files get totally out of
14930 whack, you can do a complete update by typing @kbd{M-x
14931 nnml-generate-nov-databases}.  This command will trawl through the
14932 entire @code{nnml} hierarchy, looking at each and every article, so it
14933 might take a while to complete.  A better interface to this
14934 functionality can be found in the server buffer (@pxref{Server
14935 Commands}).
14936
14937
14938 @node MH Spool
14939 @subsubsection MH Spool
14940 @cindex nnmh
14941 @cindex mh-e mail spool
14942
14943 @code{nnmh} is just like @code{nnml}, except that is doesn't generate
14944 @acronym{NOV} databases and it doesn't keep an active file or marks
14945 file.  This makes @code{nnmh} a @emph{much} slower back end than
14946 @code{nnml}, but it also makes it easier to write procmail scripts
14947 for.
14948
14949 Virtual server settings:
14950
14951 @table @code
14952 @item nnmh-directory
14953 @vindex nnmh-directory
14954 All @code{nnmh} directories will be located under this directory.  The
14955 default is the value of @code{message-directory} (whose default is
14956 @file{~/Mail})
14957
14958 @item nnmh-get-new-mail
14959 @vindex nnmh-get-new-mail
14960 If non-@code{nil}, @code{nnmh} will read incoming mail.  The default is
14961 @code{t}.
14962
14963 @item nnmh-be-safe
14964 @vindex nnmh-be-safe
14965 If non-@code{nil}, @code{nnmh} will go to ridiculous lengths to make
14966 sure that the articles in the folder are actually what Gnus thinks
14967 they are.  It will check date stamps and stat everything in sight, so
14968 setting this to @code{t} will mean a serious slow-down.  If you never
14969 use anything but Gnus to read the @code{nnmh} articles, you do not
14970 have to set this variable to @code{t}.  The default is @code{nil}.
14971 @end table
14972
14973
14974 @node Maildir
14975 @subsubsection Maildir
14976 @cindex nnmaildir
14977 @cindex maildir
14978
14979 @code{nnmaildir} stores mail in the maildir format, with each maildir
14980 corresponding to a group in Gnus.  This format is documented here:
14981 @uref{http://cr.yp.to/proto/maildir.html} and here:
14982 @uref{http://www.qmail.org/man/man5/maildir.html}.  @code{nnmaildir}
14983 also stores extra information in the @file{.nnmaildir/} directory
14984 within a maildir.
14985
14986 Maildir format was designed to allow concurrent deliveries and
14987 reading, without needing locks.  With other back ends, you would have
14988 your mail delivered to a spool of some kind, and then you would
14989 configure Gnus to split mail from that spool into your groups.  You
14990 can still do that with @code{nnmaildir}, but the more common
14991 configuration is to have your mail delivered directly to the maildirs
14992 that appear as group in Gnus.
14993
14994 @code{nnmaildir} is designed to be perfectly reliable: @kbd{C-g} will
14995 never corrupt its data in memory, and @code{SIGKILL} will never
14996 corrupt its data in the filesystem.
14997
14998 @code{nnmaildir} stores article marks and @acronym{NOV} data in each
14999 maildir.  So you can copy a whole maildir from one Gnus setup to
15000 another, and you will keep your marks.
15001
15002 Virtual server settings:
15003
15004 @table @code
15005 @item directory
15006 For each of your @code{nnmaildir} servers (it's very unlikely that
15007 you'd need more than one), you need to create a directory and populate
15008 it with maildirs or symlinks to maildirs (and nothing else; do not
15009 choose a directory already used for other purposes).  Each maildir
15010 will be represented in Gnus as a newsgroup on that server; the
15011 filename of the symlink will be the name of the group.  Any filenames
15012 in the directory starting with @samp{.} are ignored.  The directory is
15013 scanned when you first start Gnus, and each time you type @kbd{g} in
15014 the group buffer; if any maildirs have been removed or added,
15015 @code{nnmaildir} notices at these times.
15016
15017 The value of the @code{directory} parameter should be a Lisp form
15018 which is processed by @code{eval} and @code{expand-file-name} to get
15019 the path of the directory for this server.  The form is @code{eval}ed
15020 only when the server is opened; the resulting string is used until the
15021 server is closed.  (If you don't know about forms and @code{eval},
15022 don't worry---a simple string will work.)  This parameter is not
15023 optional; you must specify it.  I don't recommend using
15024 @code{"~/Mail"} or a subdirectory of it; several other parts of Gnus
15025 use that directory by default for various things, and may get confused
15026 if @code{nnmaildir} uses it too.  @code{"~/.nnmaildir"} is a typical
15027 value.
15028
15029 @item target-prefix
15030 This should be a Lisp form which is processed by @code{eval} and
15031 @code{expand-file-name}.  The form is @code{eval}ed only when the
15032 server is opened; the resulting string is used until the server is
15033 closed.
15034
15035 When you create a group on an @code{nnmaildir} server, the maildir is
15036 created with @code{target-prefix} prepended to its name, and a symlink
15037 pointing to that maildir is created, named with the plain group name.
15038 So if @code{directory} is @code{"~/.nnmaildir"} and
15039 @code{target-prefix} is @code{"../maildirs/"}, then when you create
15040 the group @code{foo}, @code{nnmaildir} will create
15041 @file{~/.nnmaildir/../maildirs/foo} as a maildir, and will create
15042 @file{~/.nnmaildir/foo} as a symlink pointing to
15043 @file{../maildirs/foo}.
15044
15045 You can set @code{target-prefix} to a string without any slashes to
15046 create both maildirs and symlinks in the same @code{directory}; in
15047 this case, any maildirs found in @code{directory} whose names start
15048 with @code{target-prefix} will not be listed as groups (but the
15049 symlinks pointing to them will be).
15050
15051 As a special case, if @code{target-prefix} is @code{""} (the default),
15052 then when you create a group, the maildir will be created in
15053 @code{directory} without a corresponding symlink.  Beware that you
15054 cannot use @code{gnus-group-delete-group} on such groups without the
15055 @code{force} argument.
15056
15057 @item directory-files
15058 This should be a function with the same interface as
15059 @code{directory-files} (such as @code{directory-files} itself).  It is
15060 used to scan the server's @code{directory} for maildirs.  This
15061 parameter is optional; the default is
15062 @code{nnheader-directory-files-safe} if
15063 @code{nnheader-directory-files-is-safe} is @code{nil}, and
15064 @code{directory-files} otherwise.
15065 (@code{nnheader-directory-files-is-safe} is checked only once when the
15066 server is opened; if you want to check it each time the directory is
15067 scanned, you'll have to provide your own function that does that.)
15068
15069 @item get-new-mail
15070 If non-@code{nil}, then after scanning for new mail in the group
15071 maildirs themselves as usual, this server will also incorporate mail
15072 the conventional Gnus way, from @code{mail-sources} according to
15073 @code{nnmail-split-methods} or @code{nnmail-split-fancy}.  The default
15074 value is @code{nil}.
15075
15076 Do @emph{not} use the same maildir both in @code{mail-sources} and as
15077 an @code{nnmaildir} group.  The results might happen to be useful, but
15078 that would be by chance, not by design, and the results might be
15079 different in the future.  If your split rules create new groups,
15080 remember to supply a @code{create-directory} server parameter.
15081 @end table
15082
15083 @subsubsection Group parameters
15084
15085 @code{nnmaildir} uses several group parameters.  It's safe to ignore
15086 all this; the default behavior for @code{nnmaildir} is the same as the
15087 default behavior for other mail back ends: articles are deleted after
15088 one week, etc.  Except for the expiry parameters, all this
15089 functionality is unique to @code{nnmaildir}, so you can ignore it if
15090 you're just trying to duplicate the behavior you already have with
15091 another back end.
15092
15093 If the value of any of these parameters is a vector, the first element
15094 is evaluated as a Lisp form and the result is used, rather than the
15095 original value.  If the value is not a vector, the value itself is
15096 evaluated as a Lisp form.  (This is why these parameters use names
15097 different from those of other, similar parameters supported by other
15098 back ends: they have different, though similar, meanings.)  (For
15099 numbers, strings, @code{nil}, and @code{t}, you can ignore the
15100 @code{eval} business again; for other values, remember to use an extra
15101 quote and wrap the value in a vector when appropriate.)
15102
15103 @table @code
15104 @item expire-age
15105 An integer specifying the minimum age, in seconds, of an article
15106 before it will be expired, or the symbol @code{never} to specify that
15107 articles should never be expired.  If this parameter is not set,
15108 @code{nnmaildir} falls back to the usual
15109 @code{nnmail-expiry-wait}(@code{-function}) variables (overrideable by
15110 the @code{expiry-wait}(@code{-function}) group parameters.  If you
15111 wanted a value of 3 days, you could use something like @code{[(* 3 24
15112 60 60)]}; @code{nnmaildir} will evaluate the form and use the result.
15113 An article's age is measured starting from the article file's
15114 modification time.  Normally, this is the same as the article's
15115 delivery time, but editing an article makes it younger.  Moving an
15116 article (other than via expiry) may also make an article younger.
15117
15118 @item expire-group
15119 If this is set to a string such as a full Gnus group name, like
15120 @example
15121 "backend+server.address.string:group.name"
15122 @end example
15123 and if it is not the name of the same group that the parameter belongs
15124 to, then articles will be moved to the specified group during expiry
15125 before being deleted.  @emph{If this is set to an @code{nnmaildir}
15126 group, the article will be just as old in the destination group as it
15127 was in the source group.}  So be careful with @code{expire-age} in the
15128 destination group.  If this is set to the name of the same group that
15129 the parameter belongs to, then the article is not expired at all.  If
15130 you use the vector form, the first element is evaluated once for each
15131 article.  So that form can refer to
15132 @code{nnmaildir-article-file-name}, etc., to decide where to put the
15133 article.  @emph{If this parameter is not set, @code{nnmaildir} does
15134 not fall back to the @code{expiry-target} group parameter or the
15135 @code{nnmail-expiry-target} variable.}
15136
15137 @item read-only
15138 If this is set to @code{t}, @code{nnmaildir} will treat the articles
15139 in this maildir as read-only.  This means: articles are not renamed
15140 from @file{new/} into @file{cur/}; articles are only found in
15141 @file{new/}, not @file{cur/}; articles are never deleted; articles
15142 cannot be edited.  @file{new/} is expected to be a symlink to the
15143 @file{new/} directory of another maildir---e.g., a system-wide mailbox
15144 containing a mailing list of common interest.  Everything in the
15145 maildir outside @file{new/} is @emph{not} treated as read-only, so for
15146 a shared mailbox, you do still need to set up your own maildir (or
15147 have write permission to the shared mailbox); your maildir just won't
15148 contain extra copies of the articles.
15149
15150 @item directory-files
15151 A function with the same interface as @code{directory-files}.  It is
15152 used to scan the directories in the maildir corresponding to this
15153 group to find articles.  The default is the function specified by the
15154 server's @code{directory-files} parameter.
15155
15156 @item distrust-Lines:
15157 If non-@code{nil}, @code{nnmaildir} will always count the lines of an
15158 article, rather than use the @code{Lines:} header field.  If
15159 @code{nil}, the header field will be used if present.
15160
15161 @item always-marks
15162 A list of mark symbols, such as @code{['(read expire)]}.  Whenever
15163 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15164 say that all articles have these marks, regardless of whether the
15165 marks stored in the filesystem say so.  This is a proof-of-concept
15166 feature that will probably be removed eventually; it ought to be done
15167 in Gnus proper, or abandoned if it's not worthwhile.
15168
15169 @item never-marks
15170 A list of mark symbols, such as @code{['(tick expire)]}.  Whenever
15171 Gnus asks @code{nnmaildir} for article marks, @code{nnmaildir} will
15172 say that no articles have these marks, regardless of whether the marks
15173 stored in the filesystem say so.  @code{never-marks} overrides
15174 @code{always-marks}.  This is a proof-of-concept feature that will
15175 probably be removed eventually; it ought to be done in Gnus proper, or
15176 abandoned if it's not worthwhile.
15177
15178 @item nov-cache-size
15179 An integer specifying the size of the @acronym{NOV} memory cache.  To
15180 speed things up, @code{nnmaildir} keeps @acronym{NOV} data in memory
15181 for a limited number of articles in each group.  (This is probably not
15182 worthwhile, and will probably be removed in the future.)  This
15183 parameter's value is noticed only the first time a group is seen after
15184 the server is opened---i.e., when you first start Gnus, typically.
15185 The @acronym{NOV} cache is never resized until the server is closed
15186 and reopened.  The default is an estimate of the number of articles
15187 that would be displayed in the summary buffer: a count of articles
15188 that are either marked with @code{tick} or not marked with
15189 @code{read}, plus a little extra.
15190 @end table
15191
15192 @subsubsection Article identification
15193 Articles are stored in the @file{cur/} subdirectory of each maildir.
15194 Each article file is named like @code{uniq:info}, where @code{uniq}
15195 contains no colons.  @code{nnmaildir} ignores, but preserves, the
15196 @code{:info} part.  (Other maildir readers typically use this part of
15197 the filename to store marks.)  The @code{uniq} part uniquely
15198 identifies the article, and is used in various places in the
15199 @file{.nnmaildir/} subdirectory of the maildir to store information
15200 about the corresponding article.  The full pathname of an article is
15201 available in the variable @code{nnmaildir-article-file-name} after you
15202 request the article in the summary buffer.
15203
15204 @subsubsection NOV data
15205 An article identified by @code{uniq} has its @acronym{NOV} data (used
15206 to generate lines in the summary buffer) stored in
15207 @code{.nnmaildir/nov/uniq}.  There is no
15208 @code{nnmaildir-generate-nov-databases} function.  (There isn't much
15209 need for it---an article's @acronym{NOV} data is updated automatically
15210 when the article or @code{nnmail-extra-headers} has changed.)  You can
15211 force @code{nnmaildir} to regenerate the @acronym{NOV} data for a
15212 single article simply by deleting the corresponding @acronym{NOV}
15213 file, but @emph{beware}: this will also cause @code{nnmaildir} to
15214 assign a new article number for this article, which may cause trouble
15215 with @code{seen} marks, the Agent, and the cache.
15216
15217 @subsubsection Article marks
15218 An article identified by @code{uniq} is considered to have the mark
15219 @code{flag} when the file @file{.nnmaildir/marks/flag/uniq} exists.
15220 When Gnus asks @code{nnmaildir} for a group's marks, @code{nnmaildir}
15221 looks for such files and reports the set of marks it finds.  When Gnus
15222 asks @code{nnmaildir} to store a new set of marks, @code{nnmaildir}
15223 creates and deletes the corresponding files as needed.  (Actually,
15224 rather than create a new file for each mark, it just creates hard
15225 links to @file{.nnmaildir/markfile}, to save inodes.)
15226
15227 You can invent new marks by creating a new directory in
15228 @file{.nnmaildir/marks/}.  You can tar up a maildir and remove it from
15229 your server, untar it later, and keep your marks.  You can add and
15230 remove marks yourself by creating and deleting mark files.  If you do
15231 this while Gnus is running and your @code{nnmaildir} server is open,
15232 it's best to exit all summary buffers for @code{nnmaildir} groups and
15233 type @kbd{s} in the group buffer first, and to type @kbd{g} or
15234 @kbd{M-g} in the group buffer afterwards.  Otherwise, Gnus might not
15235 pick up the changes, and might undo them.
15236
15237
15238 @node Mail Folders
15239 @subsubsection Mail Folders
15240 @cindex nnfolder
15241 @cindex mbox folders
15242 @cindex mail folders
15243
15244 @code{nnfolder} is a back end for storing each mail group in a
15245 separate file.  Each file is in the standard Un*x mbox format.
15246 @code{nnfolder} will add extra headers to keep track of article
15247 numbers and arrival dates.
15248
15249 @cindex self contained nnfolder servers
15250 @cindex marks
15251 When the marks file is used (which it is by default), @code{nnfolder}
15252 servers have the property that you may backup them using @code{tar} or
15253 similar, and later be able to restore them into Gnus (by adding the
15254 proper @code{nnfolder} server) and have all your marks be preserved.
15255 Marks for a group is usually stored in a file named as the mbox file
15256 with @code{.mrk} concatenated to it (but see
15257 @code{nnfolder-marks-file-suffix}) within the @code{nnfolder}
15258 directory.  Individual @code{nnfolder} groups are also possible to
15259 backup, use @kbd{G m} to restore the group (after restoring the backup
15260 into the @code{nnfolder} directory).
15261
15262 Virtual server settings:
15263
15264 @table @code
15265 @item nnfolder-directory
15266 @vindex nnfolder-directory
15267 All the @code{nnfolder} mail boxes will be stored under this
15268 directory.  The default is the value of @code{message-directory}
15269 (whose default is @file{~/Mail})
15270
15271 @item nnfolder-active-file
15272 @vindex nnfolder-active-file
15273 The name of the active file.  The default is @file{~/Mail/active}.
15274
15275 @item nnfolder-newsgroups-file
15276 @vindex nnfolder-newsgroups-file
15277 The name of the group descriptions file.  @xref{Newsgroups File
15278 Format}.  The default is @file{~/Mail/newsgroups}
15279
15280 @item nnfolder-get-new-mail
15281 @vindex nnfolder-get-new-mail
15282 If non-@code{nil}, @code{nnfolder} will read incoming mail.  The
15283 default is @code{t}
15284
15285 @item nnfolder-save-buffer-hook
15286 @vindex nnfolder-save-buffer-hook
15287 @cindex backup files
15288 Hook run before saving the folders.  Note that Emacs does the normal
15289 backup renaming of files even with the @code{nnfolder} buffers.  If
15290 you wish to switch this off, you could say something like the
15291 following in your @file{.emacs} file:
15292
15293 @lisp
15294 (defun turn-off-backup ()
15295   (set (make-local-variable 'backup-inhibited) t))
15296
15297 (add-hook 'nnfolder-save-buffer-hook 'turn-off-backup)
15298 @end lisp
15299
15300 @item nnfolder-delete-mail-hook
15301 @vindex nnfolder-delete-mail-hook
15302 Hook run in a buffer narrowed to the message that is to be deleted.
15303 This function can be used to copy the message to somewhere else, or to
15304 extract some information from it before removing it.
15305
15306 @item nnfolder-nov-is-evil
15307 @vindex nnfolder-nov-is-evil
15308 If non-@code{nil}, this back end will ignore any @acronym{NOV} files.  The
15309 default is @code{nil}.
15310
15311 @item nnfolder-nov-file-suffix
15312 @vindex nnfolder-nov-file-suffix
15313 The extension for @acronym{NOV} files.  The default is @file{.nov}.
15314
15315 @item nnfolder-nov-directory
15316 @vindex nnfolder-nov-directory
15317 The directory where the @acronym{NOV} files should be stored.  If
15318 @code{nil}, @code{nnfolder-directory} is used.
15319
15320 @item nnfolder-marks-is-evil
15321 @vindex nnfolder-marks-is-evil
15322 If non-@code{nil}, this back end will ignore any @sc{marks} files.  The
15323 default is @code{nil}.
15324
15325 @item nnfolder-marks-file-suffix
15326 @vindex nnfolder-marks-file-suffix
15327 The extension for @sc{marks} files.  The default is @file{.mrk}.
15328
15329 @item nnfolder-marks-directory
15330 @vindex nnfolder-marks-directory
15331 The directory where the @sc{marks} files should be stored.  If
15332 @code{nil}, @code{nnfolder-directory} is used.
15333
15334 @end table
15335
15336
15337 @findex nnfolder-generate-active-file
15338 @kindex M-x nnfolder-generate-active-file
15339 If you have lots of @code{nnfolder}-like files you'd like to read with
15340 @code{nnfolder}, you can use the @kbd{M-x nnfolder-generate-active-file}
15341 command to make @code{nnfolder} aware of all likely files in
15342 @code{nnfolder-directory}.  This only works if you use long file names,
15343 though.
15344
15345 @node Comparing Mail Back Ends
15346 @subsubsection Comparing Mail Back Ends
15347
15348 First, just for terminology, the @dfn{back end} is the common word for a
15349 low-level access method---a transport, if you will, by which something
15350 is acquired.  The sense is that one's mail has to come from somewhere,
15351 and so selection of a suitable back end is required in order to get that
15352 mail within spitting distance of Gnus.
15353
15354 The same concept exists for Usenet itself: Though access to articles is
15355 typically done by @acronym{NNTP} these days, once upon a midnight dreary, everyone
15356 in the world got at Usenet by running a reader on the machine where the
15357 articles lay (the machine which today we call an @acronym{NNTP} server), and
15358 access was by the reader stepping into the articles' directory spool
15359 area directly.  One can still select between either the @code{nntp} or
15360 @code{nnspool} back ends, to select between these methods, if one happens
15361 actually to live on the server (or can see its spool directly, anyway,
15362 via NFS).
15363
15364 The goal in selecting a mail back end is to pick one which
15365 simultaneously represents a suitable way of dealing with the original
15366 format plus leaving mail in a form that is convenient to use in the
15367 future.  Here are some high and low points on each:
15368
15369 @table @code
15370 @item nnmbox
15371
15372 UNIX systems have historically had a single, very common, and well-
15373 defined format.  All messages arrive in a single @dfn{spool file}, and
15374 they are delineated by a line whose regular expression matches
15375 @samp{^From_}.  (My notational use of @samp{_} is to indicate a space,
15376 to make it clear in this instance that this is not the RFC-specified
15377 @samp{From:} header.)  Because Emacs and therefore Gnus emanate
15378 historically from the Unix environment, it is simplest if one does not
15379 mess a great deal with the original mailbox format, so if one chooses
15380 this back end, Gnus' primary activity in getting mail from the real spool
15381 area to Gnus' preferred directory is simply to copy it, with no
15382 (appreciable) format change in the process.  It is the ``dumbest'' way
15383 to move mail into availability in the Gnus environment.  This makes it
15384 fast to move into place, but slow to parse, when Gnus has to look at
15385 what's where.
15386
15387 @item nnbabyl
15388
15389 Once upon a time, there was the DEC-10 and DEC-20, running operating
15390 systems called TOPS and related things, and the usual (only?) mail
15391 reading environment was a thing called Babyl.  I don't know what format
15392 was used for mail landing on the system, but Babyl had its own internal
15393 format to which mail was converted, primarily involving creating a
15394 spool-file-like entity with a scheme for inserting Babyl-specific
15395 headers and status bits above the top of each message in the file.
15396 Rmail was Emacs' first mail reader, it was written by Richard Stallman,
15397 and Stallman came out of that TOPS/Babyl environment, so he wrote Rmail
15398 to understand the mail files folks already had in existence.  Gnus (and
15399 VM, for that matter) continue to support this format because it's
15400 perceived as having some good qualities in those mailer-specific
15401 headers/status bits stuff.  Rmail itself still exists as well, of
15402 course, and is still maintained by Stallman.
15403
15404 Both of the above forms leave your mail in a single file on your
15405 file system, and they must parse that entire file each time you take a
15406 look at your mail.
15407
15408 @item nnml
15409
15410 @code{nnml} is the back end which smells the most as though you were
15411 actually operating with an @code{nnspool}-accessed Usenet system.  (In
15412 fact, I believe @code{nnml} actually derived from @code{nnspool} code,
15413 lo these years ago.)  One's mail is taken from the original spool file,
15414 and is then cut up into individual message files, 1:1.  It maintains a
15415 Usenet-style active file (analogous to what one finds in an INN- or
15416 CNews-based news system in (for instance) @file{/var/lib/news/active},
15417 or what is returned via the @samp{NNTP LIST} verb) and also creates
15418 @dfn{overview} files for efficient group entry, as has been defined for
15419 @acronym{NNTP} servers for some years now.  It is slower in mail-splitting,
15420 due to the creation of lots of files, updates to the @code{nnml} active
15421 file, and additions to overview files on a per-message basis, but it is
15422 extremely fast on access because of what amounts to the indexing support
15423 provided by the active file and overviews.
15424
15425 @code{nnml} costs @dfn{inodes} in a big way; that is, it soaks up the
15426 resource which defines available places in the file system to put new
15427 files.  Sysadmins take a dim view of heavy inode occupation within
15428 tight, shared file systems.  But if you live on a personal machine where
15429 the file system is your own and space is not at a premium, @code{nnml}
15430 wins big.
15431
15432 It is also problematic using this back end if you are living in a
15433 FAT16-based Windows world, since much space will be wasted on all these
15434 tiny files.
15435
15436 @item nnmh
15437
15438 The Rand MH mail-reading system has been around UNIX systems for a very
15439 long time; it operates by splitting one's spool file of messages into
15440 individual files, but with little or no indexing support---@code{nnmh}
15441 is considered to be semantically equivalent to ``@code{nnml} without
15442 active file or overviews''.  This is arguably the worst choice, because
15443 one gets the slowness of individual file creation married to the
15444 slowness of access parsing when learning what's new in one's groups.
15445
15446 @item nnfolder
15447
15448 Basically the effect of @code{nnfolder} is @code{nnmbox} (the first
15449 method described above) on a per-group basis.  That is, @code{nnmbox}
15450 itself puts @emph{all} one's mail in one file; @code{nnfolder} provides a
15451 little bit of optimization to this so that each of one's mail groups has
15452 a Unix mail box file.  It's faster than @code{nnmbox} because each group
15453 can be parsed separately, and still provides the simple Unix mail box
15454 format requiring minimal effort in moving the mail around.  In addition,
15455 it maintains an ``active'' file making it much faster for Gnus to figure
15456 out how many messages there are in each separate group.
15457
15458 If you have groups that are expected to have a massive amount of
15459 messages, @code{nnfolder} is not the best choice, but if you receive
15460 only a moderate amount of mail, @code{nnfolder} is probably the most
15461 friendly mail back end all over.
15462
15463 @item nnmaildir
15464
15465 For configuring expiry and other things, @code{nnmaildir} uses
15466 incompatible group parameters, slightly different from those of other
15467 mail back ends.
15468
15469 @code{nnmaildir} is largely similar to @code{nnml}, with some notable
15470 differences.  Each message is stored in a separate file, but the
15471 filename is unrelated to the article number in Gnus.  @code{nnmaildir}
15472 also stores the equivalent of @code{nnml}'s overview files in one file
15473 per article, so it uses about twice as many inodes as @code{nnml}.  (Use
15474 @code{df -i} to see how plentiful your inode supply is.)  If this slows
15475 you down or takes up very much space, consider switching to
15476 @uref{http://www.namesys.com/, ReiserFS} or another non-block-structured
15477 file system.
15478
15479 Since maildirs don't require locking for delivery, the maildirs you use
15480 as groups can also be the maildirs your mail is directly delivered to.
15481 This means you can skip Gnus' mail splitting if your mail is already
15482 organized into different mailboxes during delivery.  A @code{directory}
15483 entry in @code{mail-sources} would have a similar effect, but would
15484 require one set of mailboxes for spooling deliveries (in mbox format,
15485 thus damaging message bodies), and another set to be used as groups (in
15486 whatever format you like).  A maildir has a built-in spool, in the
15487 @code{new/} subdirectory.  Beware that currently, mail moved from
15488 @code{new/} to @code{cur/} instead of via mail splitting will not
15489 undergo treatment such as duplicate checking.
15490
15491 @code{nnmaildir} stores article marks for a given group in the
15492 corresponding maildir, in a way designed so that it's easy to manipulate
15493 them from outside Gnus.  You can tar up a maildir, unpack it somewhere
15494 else, and still have your marks.  @code{nnml} also stores marks, but
15495 it's not as easy to work with them from outside Gnus as with
15496 @code{nnmaildir}.
15497
15498 @code{nnmaildir} uses a significant amount of memory to speed things up.
15499 (It keeps in memory some of the things that @code{nnml} stores in files
15500 and that @code{nnmh} repeatedly parses out of message files.)  If this
15501 is a problem for you, you can set the @code{nov-cache-size} group
15502 parameter to something small (0 would probably not work, but 1 probably
15503 would) to make it use less memory.  This caching will probably be
15504 removed in the future.
15505
15506 Startup is likely to be slower with @code{nnmaildir} than with other
15507 back ends.  Everything else is likely to be faster, depending in part
15508 on your file system.
15509
15510 @code{nnmaildir} does not use @code{nnoo}, so you cannot use @code{nnoo}
15511 to write an @code{nnmaildir}-derived back end.
15512
15513 @end table
15514
15515
15516 @node Browsing the Web
15517 @section Browsing the Web
15518 @cindex web
15519 @cindex browsing the web
15520 @cindex www
15521 @cindex http
15522
15523 Web-based discussion forums are getting more and more popular.  On many
15524 subjects, the web-based forums have become the most important forums,
15525 eclipsing the importance of mailing lists and news groups.  The reason
15526 is easy to understand---they are friendly to new users; you just point
15527 and click, and there's the discussion.  With mailing lists, you have to
15528 go through a cumbersome subscription procedure, and most people don't
15529 even know what a news group is.
15530
15531 The problem with this scenario is that web browsers are not very good at
15532 being newsreaders.  They do not keep track of what articles you've read;
15533 they do not allow you to score on subjects you're interested in; they do
15534 not allow off-line browsing; they require you to click around and drive
15535 you mad in the end.
15536
15537 So---if web browsers suck at reading discussion forums, why not use Gnus
15538 to do it instead?
15539
15540 Gnus has been getting a bit of a collection of back ends for providing
15541 interfaces to these sources.
15542
15543 @menu
15544 * Archiving Mail::
15545 * Web Searches::                Creating groups from articles that match a string.
15546 * Slashdot::                    Reading the Slashdot comments.
15547 * Ultimate::                    The Ultimate Bulletin Board systems.
15548 * Web Archive::                 Reading mailing list archived on web.
15549 * RSS::                         Reading RDF site summary.
15550 * Customizing w3::              Doing stuff to Emacs/w3 from Gnus.
15551 @end menu
15552
15553 All the web sources require Emacs/w3 and the url library to work.
15554
15555 The main caveat with all these web sources is that they probably won't
15556 work for a very long time.  Gleaning information from the @acronym{HTML} data
15557 is guesswork at best, and when the layout is altered, the Gnus back end
15558 will fail.  If you have reasonably new versions of these back ends,
15559 though, you should be ok.
15560
15561 One thing all these Web methods have in common is that the Web sources
15562 are often down, unavailable or just plain too slow to be fun.  In those
15563 cases, it makes a lot of sense to let the Gnus Agent (@pxref{Gnus
15564 Unplugged}) handle downloading articles, and then you can read them at
15565 leisure from your local disk.  No more World Wide Wait for you.
15566
15567 @node Archiving Mail
15568 @subsection Archiving Mail
15569 @cindex archiving mail
15570 @cindex backup of mail
15571
15572 Some of the back ends, notably @code{nnml}, @code{nnfolder}, and
15573 @code{nnmaildir}, now actually store the article marks with each group.
15574 For these servers, archiving and restoring a group while preserving
15575 marks is fairly simple.
15576
15577 (Preserving the group level and group parameters as well still
15578 requires ritual dancing and sacrifices to the @file{.newsrc.eld} deity
15579 though.)
15580
15581 To archive an entire @code{nnml}, @code{nnfolder}, or @code{nnmaildir}
15582 server, take a recursive copy of the server directory.  There is no need
15583 to shut down Gnus, so archiving may be invoked by @code{cron} or
15584 similar.  You restore the data by restoring the directory tree, and
15585 adding a server definition pointing to that directory in Gnus.  The
15586 @ref{Article Backlog}, @ref{Asynchronous Fetching} and other things
15587 might interfere with overwriting data, so you may want to shut down Gnus
15588 before you restore the data.
15589
15590 It is also possible to archive individual @code{nnml},
15591 @code{nnfolder}, or @code{nnmaildir} groups, while preserving marks.
15592 For @code{nnml} or @code{nnmaildir}, you copy all files in the group's
15593 directory.  For @code{nnfolder} you need to copy both the base folder
15594 file itself (@file{FOO}, say), and the marks file (@file{FOO.mrk} in
15595 this example).  Restoring the group is done with @kbd{G m} from the Group
15596 buffer.  The last step makes Gnus notice the new directory.
15597 @code{nnmaildir} notices the new directory automatically, so @kbd{G m}
15598 is unnecessary in that case.
15599
15600 @node Web Searches
15601 @subsection Web Searches
15602 @cindex nnweb
15603 @cindex Google
15604 @cindex dejanews
15605 @cindex gmane
15606 @cindex Usenet searches
15607 @cindex searching the Usenet
15608
15609 It's, like, too neat to search the Usenet for articles that match a
15610 string, but it, like, totally @emph{sucks}, like, totally, to use one of
15611 those, like, Web browsers, and you, like, have to, rilly, like, look at
15612 the commercials, so, like, with Gnus you can do @emph{rad}, rilly,
15613 searches without having to use a browser.
15614
15615 The @code{nnweb} back end allows an easy interface to the mighty search
15616 engine.  You create an @code{nnweb} group, enter a search pattern, and
15617 then enter the group and read the articles like you would any normal
15618 group.  The @kbd{G w} command in the group buffer (@pxref{Foreign
15619 Groups}) will do this in an easy-to-use fashion.
15620
15621 @code{nnweb} groups don't really lend themselves to being solid
15622 groups---they have a very fleeting idea of article numbers.  In fact,
15623 each time you enter an @code{nnweb} group (not even changing the search
15624 pattern), you are likely to get the articles ordered in a different
15625 manner.  Not even using duplicate suppression (@pxref{Duplicate
15626 Suppression}) will help, since @code{nnweb} doesn't even know the
15627 @code{Message-ID} of the articles before reading them using some search
15628 engines (Google, for instance).  The only possible way to keep track
15629 of which articles you've read is by scoring on the @code{Date}
15630 header---mark all articles posted before the last date you read the
15631 group as read.
15632
15633 If the search engine changes its output substantially, @code{nnweb}
15634 won't be able to parse it and will fail.  One could hardly fault the Web
15635 providers if they were to do this---their @emph{raison d'@^etre} is to
15636 make money off of advertisements, not to provide services to the
15637 community.  Since @code{nnweb} washes the ads off all the articles, one
15638 might think that the providers might be somewhat miffed.  We'll see.
15639
15640 You must have the @code{url} and @code{w3} package installed to be able
15641 to use @code{nnweb}.
15642
15643 Virtual server variables:
15644
15645 @table @code
15646 @item nnweb-type
15647 @vindex nnweb-type
15648 What search engine type is being used.  The currently supported types
15649 are @code{google}, @code{dejanews}, and @code{gmane}.  Note that
15650 @code{dejanews} is an alias to @code{google}.
15651
15652 @item nnweb-search
15653 @vindex nnweb-search
15654 The search string to feed to the search engine.
15655
15656 @item nnweb-max-hits
15657 @vindex nnweb-max-hits
15658 Advisory maximum number of hits per search to display.  The default is
15659 999.
15660
15661 @item nnweb-type-definition
15662 @vindex nnweb-type-definition
15663 Type-to-definition alist.  This alist says what @code{nnweb} should do
15664 with the various search engine types.  The following elements must be
15665 present:
15666
15667 @table @code
15668 @item article
15669 Function to decode the article and provide something that Gnus
15670 understands.
15671
15672 @item map
15673 Function to create an article number to message header and URL alist.
15674
15675 @item search
15676 Function to send the search string to the search engine.
15677
15678 @item address
15679 The address the aforementioned function should send the search string
15680 to.
15681
15682 @item id
15683 Format string URL to fetch an article by @code{Message-ID}.
15684 @end table
15685
15686 @end table
15687
15688
15689 @node Slashdot
15690 @subsection Slashdot
15691 @cindex Slashdot
15692 @cindex nnslashdot
15693
15694 @uref{http://slashdot.org/, Slashdot} is a popular news site, with
15695 lively discussion following the news articles.  @code{nnslashdot} will
15696 let you read this forum in a convenient manner.
15697
15698 The easiest way to read this source is to put something like the
15699 following in your @file{~/.gnus.el} file:
15700
15701 @lisp
15702 (setq gnus-secondary-select-methods
15703       '((nnslashdot "")))
15704 @end lisp
15705
15706 This will make Gnus query the @code{nnslashdot} back end for new comments
15707 and groups.  The @kbd{F} command will subscribe each new news article as
15708 a new Gnus group, and you can read the comments by entering these
15709 groups.  (Note that the default subscription method is to subscribe new
15710 groups as zombies.  Other methods are available (@pxref{Subscription
15711 Methods}).
15712
15713 If you want to remove an old @code{nnslashdot} group, the @kbd{G DEL}
15714 command is the most handy tool (@pxref{Foreign Groups}).
15715
15716 When following up to @code{nnslashdot} comments (or posting new
15717 comments), some light @acronym{HTML}izations will be performed.  In
15718 particular, text quoted with @samp{> } will be quoted with
15719 @samp{blockquote} instead, and signatures will have @samp{br} added to
15720 the end of each line.  Other than that, you can just write @acronym{HTML}
15721 directly into the message buffer.  Note that Slashdot filters out some
15722 @acronym{HTML} forms.
15723
15724 The following variables can be altered to change its behavior:
15725
15726 @table @code
15727 @item nnslashdot-threaded
15728 Whether @code{nnslashdot} should display threaded groups or not.  The
15729 default is @code{t}.  To be able to display threads, @code{nnslashdot}
15730 has to retrieve absolutely all comments in a group upon entry.  If a
15731 threaded display is not required, @code{nnslashdot} will only retrieve
15732 the comments that are actually wanted by the user.  Threading is nicer,
15733 but much, much slower than unthreaded.
15734
15735 @item nnslashdot-login-name
15736 @vindex nnslashdot-login-name
15737 The login name to use when posting.
15738
15739 @item nnslashdot-password
15740 @vindex nnslashdot-password
15741 The password to use when posting.
15742
15743 @item nnslashdot-directory
15744 @vindex nnslashdot-directory
15745 Where @code{nnslashdot} will store its files.  The default is
15746 @file{~/News/slashdot/}.
15747
15748 @item nnslashdot-active-url
15749 @vindex nnslashdot-active-url
15750 The @acronym{URL} format string that will be used to fetch the
15751 information on news articles and comments.  The default is@*
15752 @samp{http://slashdot.org/search.pl?section=&min=%d}.
15753
15754 @item nnslashdot-comments-url
15755 @vindex nnslashdot-comments-url
15756 The @acronym{URL} format string that will be used to fetch comments.
15757
15758 @item nnslashdot-article-url
15759 @vindex nnslashdot-article-url
15760 The @acronym{URL} format string that will be used to fetch the news
15761 article.  The default is
15762 @samp{http://slashdot.org/article.pl?sid=%s&mode=nocomment}.
15763
15764 @item nnslashdot-threshold
15765 @vindex nnslashdot-threshold
15766 The score threshold.  The default is -1.
15767
15768 @item nnslashdot-group-number
15769 @vindex nnslashdot-group-number
15770 The number of old groups, in addition to the ten latest, to keep
15771 updated.  The default is 0.
15772
15773 @end table
15774
15775
15776
15777 @node Ultimate
15778 @subsection Ultimate
15779 @cindex nnultimate
15780 @cindex Ultimate Bulletin Board
15781
15782 @uref{http://www.ultimatebb.com/, The Ultimate Bulletin Board} is
15783 probably the most popular Web bulletin board system used.  It has a
15784 quite regular and nice interface, and it's possible to get the
15785 information Gnus needs to keep groups updated.
15786
15787 The easiest way to get started with @code{nnultimate} is to say
15788 something like the following in the group buffer:  @kbd{B nnultimate RET
15789 http://www.tcj.com/messboard/ubbcgi/ RET}.  (Substitute the @acronym{URL}
15790 (not including @samp{Ultimate.cgi} or the like at the end) for a forum
15791 you're interested in; there's quite a list of them on the Ultimate web
15792 site.)  Then subscribe to the groups you're interested in from the
15793 server buffer, and read them from the group buffer.
15794
15795 The following @code{nnultimate} variables can be altered:
15796
15797 @table @code
15798 @item nnultimate-directory
15799 @vindex nnultimate-directory
15800 The directory where @code{nnultimate} stores its files.  The default is@*
15801 @file{~/News/ultimate/}.
15802 @end table
15803
15804
15805 @node Web Archive
15806 @subsection Web Archive
15807 @cindex nnwarchive
15808 @cindex Web Archive
15809
15810 Some mailing lists only have archives on Web servers, such as
15811 @uref{http://www.egroups.com/} and
15812 @uref{http://www.mail-archive.com/}.  It has a quite regular and nice
15813 interface, and it's possible to get the information Gnus needs to keep
15814 groups updated.
15815
15816 @findex gnus-group-make-warchive-group
15817 The easiest way to get started with @code{nnwarchive} is to say
15818 something like the following in the group buffer: @kbd{M-x
15819 gnus-group-make-warchive-group RET @var{an_egroup} RET egroups RET
15820 www.egroups.com RET @var{your@@email.address} RET}.  (Substitute the
15821 @var{an_egroup} with the mailing list you subscribed, the
15822 @var{your@@email.address} with your email address.), or to browse the
15823 back end by @kbd{B nnwarchive RET mail-archive RET}.
15824
15825 The following @code{nnwarchive} variables can be altered:
15826
15827 @table @code
15828 @item nnwarchive-directory
15829 @vindex nnwarchive-directory
15830 The directory where @code{nnwarchive} stores its files.  The default is@*
15831 @file{~/News/warchive/}.
15832
15833 @item nnwarchive-login
15834 @vindex nnwarchive-login
15835 The account name on the web server.
15836
15837 @item nnwarchive-passwd
15838 @vindex nnwarchive-passwd
15839 The password for your account on the web server.
15840 @end table
15841
15842 @node RSS
15843 @subsection RSS
15844 @cindex nnrss
15845 @cindex RSS
15846
15847 Some web sites have an RDF Site Summary (@acronym{RSS}).
15848 @acronym{RSS} is a format for summarizing headlines from news related
15849 sites (such as BBC or CNN).  But basically anything list-like can be
15850 presented as an @acronym{RSS} feed: weblogs, changelogs or recent
15851 changes to a wiki (e.g. @url{http://cliki.net/recent-changes.rdf}).
15852
15853 @acronym{RSS} has a quite regular and nice interface, and it's
15854 possible to get the information Gnus needs to keep groups updated.
15855
15856 @kindex G R (Summary)
15857 Use @kbd{G R} from the summary buffer to subscribe to a feed---you
15858 will be prompted for the location of the feed.
15859
15860 An easy way to get started with @code{nnrss} is to say something like
15861 the following in the group buffer: @kbd{B nnrss RET y}, then
15862 subscribe to groups.
15863
15864 The following @code{nnrss} variables can be altered:
15865
15866 @table @code
15867 @item nnrss-directory
15868 @vindex nnrss-directory
15869 The directory where @code{nnrss} stores its files.  The default is
15870 @file{~/News/rss/}.
15871
15872 @item nnrss-use-local
15873 @vindex nnrss-use-local
15874 @findex nnrss-generate-download-script
15875 If you set @code{nnrss-use-local} to @code{t}, @code{nnrss} will read
15876 the feeds from local files in @code{nnrss-directory}.  You can use
15877 the command @code{nnrss-generate-download-script} to generate a
15878 download script using @command{wget}.
15879 @end table
15880
15881 The following code may be helpful, if you want to show the description in
15882 the summary buffer.
15883
15884 @lisp
15885 (add-to-list 'nnmail-extra-headers nnrss-description-field)
15886 (setq gnus-summary-line-format "%U%R%z%I%(%[%4L: %-15,15f%]%) %s%uX\n")
15887
15888 (defun gnus-user-format-function-X (header)
15889   (let ((descr
15890          (assq nnrss-description-field (mail-header-extra header))))
15891     (if descr (concat "\n\t" (cdr descr)) "")))
15892 @end lisp
15893
15894 The following code may be useful to open an nnrss url directly from the
15895 summary buffer.
15896 @lisp
15897 (require 'browse-url)
15898
15899 (defun browse-nnrss-url( arg )
15900   (interactive "p")
15901   (let ((url (assq nnrss-url-field
15902                    (mail-header-extra
15903                     (gnus-data-header
15904                      (assq (gnus-summary-article-number)
15905                            gnus-newsgroup-data))))))
15906     (if url
15907         (progn
15908           (browse-url (cdr url))
15909           (gnus-summary-mark-as-read-forward 1))
15910       (gnus-summary-scroll-up arg))))
15911
15912 (eval-after-load "gnus"
15913   #'(define-key gnus-summary-mode-map
15914       (kbd "<RET>") 'browse-nnrss-url))
15915 (add-to-list 'nnmail-extra-headers nnrss-url-field)
15916 @end lisp
15917
15918 @node Customizing w3
15919 @subsection Customizing w3
15920 @cindex w3
15921 @cindex html
15922 @cindex url
15923 @cindex Netscape
15924
15925 Gnus uses the url library to fetch web pages and Emacs/w3 to display web
15926 pages.  Emacs/w3 is documented in its own manual, but there are some
15927 things that may be more relevant for Gnus users.
15928
15929 For instance, a common question is how to make Emacs/w3 follow links
15930 using the @code{browse-url} functions (which will call some external web
15931 browser like Netscape).  Here's one way:
15932
15933 @lisp
15934 (eval-after-load "w3"
15935   '(progn
15936     (fset 'w3-fetch-orig (symbol-function 'w3-fetch))
15937     (defun w3-fetch (&optional url target)
15938       (interactive (list (w3-read-url-with-default)))
15939       (if (eq major-mode 'gnus-article-mode)
15940           (browse-url url)
15941         (w3-fetch-orig url target)))))
15942 @end lisp
15943
15944 Put that in your @file{.emacs} file, and hitting links in w3-rendered
15945 @acronym{HTML} in the Gnus article buffers will use @code{browse-url} to
15946 follow the link.
15947
15948
15949 @node IMAP
15950 @section IMAP
15951 @cindex nnimap
15952 @cindex @acronym{IMAP}
15953
15954 @acronym{IMAP} is a network protocol for reading mail (or news, or @dots{}),
15955 think of it as a modernized @acronym{NNTP}.  Connecting to a @acronym{IMAP}
15956 server is much similar to connecting to a news server, you just
15957 specify the network address of the server.
15958
15959 @acronym{IMAP} has two properties.  First, @acronym{IMAP} can do
15960 everything that @acronym{POP} can, it can hence be viewed as a
15961 @acronym{POP++}.  Secondly, @acronym{IMAP} is a mail storage protocol,
15962 similar to @acronym{NNTP} being a news storage protocol---however,
15963 @acronym{IMAP} offers more features than @acronym{NNTP} because news
15964 is more or less read-only whereas mail is read-write.
15965
15966 If you want to use @acronym{IMAP} as a @acronym{POP++}, use an imap
15967 entry in @code{mail-sources}.  With this, Gnus will fetch mails from
15968 the @acronym{IMAP} server and store them on the local disk.  This is
15969 not the usage described in this section---@xref{Mail Sources}.
15970
15971 If you want to use @acronym{IMAP} as a mail storage protocol, use an nnimap
15972 entry in @code{gnus-secondary-select-methods}.  With this, Gnus will
15973 manipulate mails stored on the @acronym{IMAP} server.  This is the kind of
15974 usage explained in this section.
15975
15976 A server configuration in @file{~/.gnus.el} with a few @acronym{IMAP}
15977 servers might look something like the following.  (Note that for
15978 @acronym{TLS}/@acronym{SSL}, you need external programs and libraries,
15979 see below.)
15980
15981 @lisp
15982 (setq gnus-secondary-select-methods
15983       '((nnimap "simpleserver") ; @r{no special configuration}
15984         ; @r{perhaps a ssh port forwarded server:}
15985         (nnimap "dolk"
15986                 (nnimap-address "localhost")
15987                 (nnimap-server-port 1430))
15988         ; @r{a UW server running on localhost}
15989         (nnimap "barbar"
15990                 (nnimap-server-port 143)
15991                 (nnimap-address "localhost")
15992                 (nnimap-list-pattern ("INBOX" "mail/*")))
15993         ; @r{anonymous public cyrus server:}
15994         (nnimap "cyrus.andrew.cmu.edu"
15995                 (nnimap-authenticator anonymous)
15996                 (nnimap-list-pattern "archive.*")
15997                 (nnimap-stream network))
15998         ; @r{a ssl server on a non-standard port:}
15999         (nnimap "vic20"
16000                 (nnimap-address "vic20.somewhere.com")
16001                 (nnimap-server-port 9930)
16002                 (nnimap-stream ssl))))
16003 @end lisp
16004
16005 After defining the new server, you can subscribe to groups on the
16006 server using normal Gnus commands such as @kbd{U} in the Group Buffer
16007 (@pxref{Subscription Commands}) or via the Server Buffer
16008 (@pxref{Server Buffer}).
16009
16010 The following variables can be used to create a virtual @code{nnimap}
16011 server:
16012
16013 @table @code
16014
16015 @item nnimap-address
16016 @vindex nnimap-address
16017
16018 The address of the remote @acronym{IMAP} server.  Defaults to the virtual
16019 server name if not specified.
16020
16021 @item nnimap-server-port
16022 @vindex nnimap-server-port
16023 Port on server to contact.  Defaults to port 143, or 993 for @acronym{TLS}/@acronym{SSL}.
16024
16025 Note that this should be an integer, example server specification:
16026
16027 @lisp
16028 (nnimap "mail.server.com"
16029         (nnimap-server-port 4711))
16030 @end lisp
16031
16032 @item nnimap-list-pattern
16033 @vindex nnimap-list-pattern
16034 String or list of strings of mailboxes to limit available groups to.
16035 This is used when the server has very many mailboxes and you're only
16036 interested in a few---some servers export your home directory via
16037 @acronym{IMAP}, you'll probably want to limit the mailboxes to those in
16038 @file{~/Mail/*} then.
16039
16040 The string can also be a cons of REFERENCE and the string as above, what
16041 REFERENCE is used for is server specific, but on the University of
16042 Washington server it's a directory that will be concatenated with the
16043 mailbox.
16044
16045 Example server specification:
16046
16047 @lisp
16048 (nnimap "mail.server.com"
16049         (nnimap-list-pattern ("INBOX" "Mail/*" "alt.sex.*"
16050                                ("~friend/Mail/" . "list/*"))))
16051 @end lisp
16052
16053 @item nnimap-stream
16054 @vindex nnimap-stream
16055 The type of stream used to connect to your server.  By default, nnimap
16056 will detect and automatically use all of the below, with the exception
16057 of @acronym{TLS}/@acronym{SSL}.  (@acronym{IMAP} over
16058 @acronym{TLS}/@acronym{SSL} is being replaced by STARTTLS, which can
16059 be automatically detected, but it's not widely deployed yet.)
16060
16061 Example server specification:
16062
16063 @lisp
16064 (nnimap "mail.server.com"
16065         (nnimap-stream ssl))
16066 @end lisp
16067
16068 Please note that the value of @code{nnimap-stream} is a symbol!
16069
16070 @itemize @bullet
16071 @item
16072 @dfn{gssapi:} Connect with GSSAPI (usually Kerberos 5).  Requires the
16073 @samp{gsasl} or @samp{imtest} program.
16074 @item
16075 @dfn{kerberos4:} Connect with Kerberos 4.  Requires the @samp{imtest} program.
16076 @item
16077 @dfn{starttls:} Connect via the STARTTLS extension (similar to
16078 @acronym{TLS}/@acronym{SSL}).  Requires the external library @samp{starttls.el} and program
16079 @samp{starttls}.
16080 @item
16081 @dfn{tls:} Connect through @acronym{TLS}.  Requires GNUTLS (the program
16082 @samp{gnutls-cli}).
16083 @item
16084 @dfn{ssl:} Connect through @acronym{SSL}.  Requires OpenSSL (the program
16085 @samp{openssl}) or SSLeay (@samp{s_client}).
16086 @item
16087 @dfn{shell:} Use a shell command to start @acronym{IMAP} connection.
16088 @item
16089 @dfn{network:} Plain, TCP/IP network connection.
16090 @end itemize
16091
16092 @vindex imap-kerberos4-program
16093 The @samp{imtest} program is shipped with Cyrus IMAPD.  If you're
16094 using @samp{imtest} from Cyrus IMAPD < 2.0.14 (which includes version
16095 1.5.x and 1.6.x) you need to frob @code{imap-process-connection-type}
16096 to make @code{imap.el} use a pty instead of a pipe when communicating
16097 with @samp{imtest}.  You will then suffer from a line length
16098 restrictions on @acronym{IMAP} commands, which might make Gnus seem to hang
16099 indefinitely if you have many articles in a mailbox.  The variable
16100 @code{imap-kerberos4-program} contain parameters to pass to the imtest
16101 program.
16102
16103 For @acronym{TLS} connection, the @code{gnutls-cli} program from GNUTLS is
16104 needed.  It is available from
16105 @uref{http://www.gnu.org/software/gnutls/}.
16106
16107 @vindex imap-gssapi-program
16108 This parameter specifies a list of command lines that invoke a GSSAPI
16109 authenticated @acronym{IMAP} stream in a subshell.  They are tried
16110 sequentially until a connection is made, or the list has been
16111 exhausted.  By default, @samp{gsasl} from GNU SASL, available from
16112 @uref{http://www.gnu.org/software/gsasl/}, and the @samp{imtest}
16113 program from Cyrus IMAPD (see @code{imap-kerberos4-program}), are
16114 tried.
16115
16116 @vindex imap-ssl-program
16117 For @acronym{SSL} connections, the OpenSSL program is available from
16118 @uref{http://www.openssl.org/}.  OpenSSL was formerly known as SSLeay,
16119 and nnimap support it too---although the most recent versions of
16120 SSLeay, 0.9.x, are known to have serious bugs making it
16121 useless.  Earlier versions, especially 0.8.x, of SSLeay are known to
16122 work.  The variable @code{imap-ssl-program} contain parameters to pass
16123 to OpenSSL/SSLeay.
16124
16125 @vindex imap-shell-program
16126 @vindex imap-shell-host
16127 For @acronym{IMAP} connections using the @code{shell} stream, the variable
16128 @code{imap-shell-program} specify what program to call.
16129
16130 @item nnimap-authenticator
16131 @vindex nnimap-authenticator
16132
16133 The authenticator used to connect to the server.  By default, nnimap
16134 will use the most secure authenticator your server is capable of.
16135
16136 Example server specification:
16137
16138 @lisp
16139 (nnimap "mail.server.com"
16140         (nnimap-authenticator anonymous))
16141 @end lisp
16142
16143 Please note that the value of @code{nnimap-authenticator} is a symbol!
16144
16145 @itemize @bullet
16146 @item
16147 @dfn{gssapi:} GSSAPI (usually kerberos 5) authentication.  Requires
16148 external program @code{gsasl} or @code{imtest}.
16149 @item
16150 @dfn{kerberos4:} Kerberos 4 authentication.  Requires external program
16151 @code{imtest}.
16152 @item
16153 @dfn{digest-md5:} Encrypted username/password via DIGEST-MD5.  Requires
16154 external library @code{digest-md5.el}.
16155 @item
16156 @dfn{cram-md5:} Encrypted username/password via CRAM-MD5.
16157 @item
16158 @dfn{login:} Plain-text username/password via LOGIN.
16159 @item
16160 @dfn{anonymous:} Login as ``anonymous'', supplying your email address as password.
16161 @end itemize
16162
16163 @item nnimap-expunge-on-close
16164 @cindex expunging
16165 @vindex nnimap-expunge-on-close
16166 Unlike Parmenides the @acronym{IMAP} designers have decided things that
16167 don't exist actually do exist.  More specifically, @acronym{IMAP} has
16168 this concept of marking articles @code{Deleted} which doesn't actually
16169 delete them, and this (marking them @code{Deleted}, that is) is what
16170 nnimap does when you delete an article in Gnus (with @kbd{B DEL} or
16171 similar).
16172
16173 Since the articles aren't really removed when we mark them with the
16174 @code{Deleted} flag we'll need a way to actually delete them.  Feel like
16175 running in circles yet?
16176
16177 Traditionally, nnimap has removed all articles marked as @code{Deleted}
16178 when closing a mailbox but this is now configurable by this server
16179 variable.
16180
16181 The possible options are:
16182
16183 @table @code
16184
16185 @item always
16186 The default behavior, delete all articles marked as ``Deleted'' when
16187 closing a mailbox.
16188 @item never
16189 Never actually delete articles.  Currently there is no way of showing
16190 the articles marked for deletion in nnimap, but other @acronym{IMAP} clients
16191 may allow you to do this.  If you ever want to run the EXPUNGE command
16192 manually, @xref{Expunging mailboxes}.
16193 @item ask
16194 When closing mailboxes, nnimap will ask if you wish to expunge deleted
16195 articles or not.
16196
16197 @end table
16198
16199 @item nnimap-importantize-dormant
16200 @vindex nnimap-importantize-dormant
16201
16202 If non-@code{nil} (the default), marks dormant articles as ticked (as
16203 well), for other @acronym{IMAP} clients.  Within Gnus, dormant articles will
16204 naturally still (only) be marked as dormant.  This is to make dormant
16205 articles stand out, just like ticked articles, in other @acronym{IMAP}
16206 clients.  (In other words, Gnus has two ``Tick'' marks and @acronym{IMAP}
16207 has only one.)
16208
16209 Probably the only reason for frobing this would be if you're trying
16210 enable per-user persistent dormant flags, using something like:
16211
16212 @lisp
16213 (setcdr (assq 'dormant nnimap-mark-to-flag-alist)
16214         (format "gnus-dormant-%s" (user-login-name)))
16215 (setcdr (assq 'dormant nnimap-mark-to-predicate-alist)
16216         (format "KEYWORD gnus-dormant-%s" (user-login-name)))
16217 @end lisp
16218
16219 In this case, you would not want the per-user dormant flag showing up
16220 as ticked for other users.
16221
16222 @item nnimap-expunge-search-string
16223 @cindex expunging
16224 @vindex nnimap-expunge-search-string
16225
16226 This variable contain the @acronym{IMAP} search command sent to server when
16227 searching for articles eligible for expiring.  The default is
16228 @code{"UID %s NOT SINCE %s"}, where the first @code{%s} is replaced by
16229 UID set and the second @code{%s} is replaced by a date.
16230
16231 Probably the only useful value to change this to is
16232 @code{"UID %s NOT SENTSINCE %s"}, which makes nnimap use the Date: in
16233 messages instead of the internal article date.  See section 6.4.4 of
16234 RFC 2060 for more information on valid strings.
16235
16236 @item nnimap-authinfo-file
16237 @vindex nnimap-authinfo-file
16238
16239 A file containing credentials used to log in on servers.  The format is
16240 (almost) the same as the @code{ftp} @file{~/.netrc} file.  See the
16241 variable @code{nntp-authinfo-file} for exact syntax; also see
16242 @ref{NNTP}.
16243
16244 @item nnimap-need-unselect-to-notice-new-mail
16245 @vindex nnimap-need-unselect-to-notice-new-mail
16246
16247 Unselect mailboxes before looking for new mail in them.  Some servers
16248 seem to need this under some circumstances; it was reported that
16249 Courier 1.7.1 did.
16250
16251 @end table
16252
16253 @menu
16254 * Splitting in IMAP::           Splitting mail with nnimap.
16255 * Expiring in IMAP::            Expiring mail with nnimap.
16256 * Editing IMAP ACLs::           Limiting/enabling other users access to a mailbox.
16257 * Expunging mailboxes::         Equivalent of a ``compress mailbox'' button.
16258 * A note on namespaces::        How to (not) use @acronym{IMAP} namespace in Gnus.
16259 * Debugging IMAP::              What to do when things don't work.
16260 @end menu
16261
16262
16263
16264 @node Splitting in IMAP
16265 @subsection Splitting in IMAP
16266 @cindex splitting imap mail
16267
16268 Splitting is something Gnus users have loved and used for years, and now
16269 the rest of the world is catching up.  Yeah, dream on, not many
16270 @acronym{IMAP} servers have server side splitting and those that have
16271 splitting seem to use some non-standard protocol.  This means that
16272 @acronym{IMAP} support for Gnus has to do its own splitting.
16273
16274 And it does.
16275
16276 (Incidentally, people seem to have been dreaming on, and Sieve has
16277 gaining a market share and is supported by several IMAP servers.
16278 Fortunately, Gnus support it too, @xref{Sieve Commands}.)
16279
16280 Here are the variables of interest:
16281
16282 @table @code
16283
16284 @item nnimap-split-crosspost
16285 @cindex splitting, crosspost
16286 @cindex crosspost
16287 @vindex nnimap-split-crosspost
16288
16289 If non-@code{nil}, do crossposting if several split methods match the
16290 mail.  If @code{nil}, the first match in @code{nnimap-split-rule}
16291 found will be used.
16292
16293 Nnmail equivalent: @code{nnmail-crosspost}.
16294
16295 @item nnimap-split-inbox
16296 @cindex splitting, inbox
16297 @cindex inbox
16298 @vindex nnimap-split-inbox
16299
16300 A string or a list of strings that gives the name(s) of @acronym{IMAP}
16301 mailboxes to split from.  Defaults to @code{nil}, which means that
16302 splitting is disabled!
16303
16304 @lisp
16305 (setq nnimap-split-inbox
16306       '("INBOX" ("~/friend/Mail" . "lists/*") "lists.imap"))
16307 @end lisp
16308
16309 No nnmail equivalent.
16310
16311 @item nnimap-split-rule
16312 @cindex splitting, rules
16313 @vindex nnimap-split-rule
16314
16315 New mail found in @code{nnimap-split-inbox} will be split according to
16316 this variable.
16317
16318 This variable contains a list of lists, where the first element in the
16319 sublist gives the name of the @acronym{IMAP} mailbox to move articles
16320 matching the regexp in the second element in the sublist.  Got that?
16321 Neither did I, we need examples.
16322
16323 @lisp
16324 (setq nnimap-split-rule
16325       '(("INBOX.nnimap"
16326          "^Sender: owner-nnimap@@vic20.globalcom.se")
16327         ("INBOX.junk"    "^Subject:.*MAKE MONEY")
16328         ("INBOX.private" "")))
16329 @end lisp
16330
16331 This will put all articles from the nnimap mailing list into mailbox
16332 INBOX.nnimap, all articles containing MAKE MONEY in the Subject: line
16333 into INBOX.junk and everything else in INBOX.private.
16334
16335 The first string may contain @samp{\\1} forms, like the ones used by
16336 replace-match to insert sub-expressions from the matched text.  For
16337 instance:
16338
16339 @lisp
16340 ("INBOX.lists.\\1"     "^Sender: owner-\\([a-z-]+\\)@@")
16341 @end lisp
16342
16343 The first element can also be the symbol @code{junk} to indicate that
16344 matching messages should simply be deleted.  Use with care.
16345
16346 The second element can also be a function.  In that case, it will be
16347 called with the first element of the rule as the argument, in a buffer
16348 containing the headers of the article.  It should return a
16349 non-@code{nil} value if it thinks that the mail belongs in that group.
16350
16351 Nnmail users might recollect that the last regexp had to be empty to
16352 match all articles (like in the example above).  This is not required in
16353 nnimap.  Articles not matching any of the regexps will not be moved out
16354 of your inbox.  (This might affect performance if you keep lots of
16355 unread articles in your inbox, since the splitting code would go over
16356 them every time you fetch new mail.)
16357
16358 These rules are processed from the beginning of the alist toward the
16359 end.  The first rule to make a match will ``win'', unless you have
16360 crossposting enabled.  In that case, all matching rules will ``win''.
16361
16362 This variable can also have a function as its value, the function will
16363 be called with the headers narrowed and should return a group where it
16364 thinks the article should be split to.  See @code{nnimap-split-fancy}.
16365
16366 The splitting code tries to create mailboxes if it needs to.
16367
16368 To allow for different split rules on different virtual servers, and
16369 even different split rules in different inboxes on the same server,
16370 the syntax of this variable have been extended along the lines of:
16371
16372 @lisp
16373 (setq nnimap-split-rule
16374       '(("my1server"    (".*" (("ding"    "ding@@gnus.org")
16375                                ("junk"    "From:.*Simon"))))
16376         ("my2server"    ("INBOX" nnimap-split-fancy))
16377         ("my[34]server" (".*" (("private" "To:.*Simon")
16378                                ("junk"    my-junk-func))))))
16379 @end lisp
16380
16381 The virtual server name is in fact a regexp, so that the same rules
16382 may apply to several servers.  In the example, the servers
16383 @code{my3server} and @code{my4server} both use the same rules.
16384 Similarly, the inbox string is also a regexp.  The actual splitting
16385 rules are as before, either a function, or a list with group/regexp or
16386 group/function elements.
16387
16388 Nnmail equivalent: @code{nnmail-split-methods}.
16389
16390 @item nnimap-split-predicate
16391 @cindex splitting
16392 @vindex nnimap-split-predicate
16393
16394 Mail matching this predicate in @code{nnimap-split-inbox} will be
16395 split, it is a string and the default is @samp{UNSEEN UNDELETED}.
16396
16397 This might be useful if you use another @acronym{IMAP} client to read mail in
16398 your inbox but would like Gnus to split all articles in the inbox
16399 regardless of readedness.  Then you might change this to
16400 @samp{UNDELETED}.
16401
16402 @item nnimap-split-fancy
16403 @cindex splitting, fancy
16404 @findex nnimap-split-fancy
16405 @vindex nnimap-split-fancy
16406
16407 It's possible to set @code{nnimap-split-rule} to
16408 @code{nnmail-split-fancy} if you want to use fancy
16409 splitting.  @xref{Fancy Mail Splitting}.
16410
16411 However, to be able to have different fancy split rules for nnmail and
16412 nnimap back ends you can set @code{nnimap-split-rule} to
16413 @code{nnimap-split-fancy} and define the nnimap specific fancy split
16414 rule in @code{nnimap-split-fancy}.
16415
16416 Example:
16417
16418 @lisp
16419 (setq nnimap-split-rule 'nnimap-split-fancy
16420       nnimap-split-fancy ...)
16421 @end lisp
16422
16423 Nnmail equivalent: @code{nnmail-split-fancy}.
16424
16425 @item nnimap-split-download-body
16426 @findex nnimap-split-download-body
16427 @vindex nnimap-split-download-body
16428
16429 Set to non-@code{nil} to download entire articles during splitting.
16430 This is generally not required, and will slow things down
16431 considerably.  You may need it if you want to use an advanced
16432 splitting function that analyses the body to split the article.
16433
16434 @end table
16435
16436 @node Expiring in IMAP
16437 @subsection Expiring in IMAP
16438 @cindex expiring imap mail
16439
16440 Even though @code{nnimap} is not a proper @code{nnmail} derived back
16441 end, it supports most features in regular expiring (@pxref{Expiring
16442 Mail}).  Unlike splitting in @acronym{IMAP} (@pxref{Splitting in
16443 IMAP}) it does not clone the @code{nnmail} variables (i.e., creating
16444 @var{nnimap-expiry-wait}) but reuse the @code{nnmail} variables.  What
16445 follows below are the variables used by the @code{nnimap} expiry
16446 process.
16447
16448 A note on how the expire mark is stored on the @acronym{IMAP} server is
16449 appropriate here as well.  The expire mark is translated into a
16450 @code{imap} client specific mark, @code{gnus-expire}, and stored on the
16451 message.  This means that likely only Gnus will understand and treat
16452 the @code{gnus-expire} mark properly, although other clients may allow
16453 you to view client specific flags on the message.  It also means that
16454 your server must support permanent storage of client specific flags on
16455 messages.  Most do, fortunately.
16456
16457 @table @code
16458
16459 @item nnmail-expiry-wait
16460 @item nnmail-expiry-wait-function
16461
16462 These variables are fully supported.  The expire value can be a
16463 number, the symbol @code{immediate} or @code{never}.
16464
16465 @item nnmail-expiry-target
16466
16467 This variable is supported, and internally implemented by calling the
16468 @code{nnmail} functions that handle this.  It contains an optimization
16469 that if the destination is a @acronym{IMAP} group on the same server, the
16470 article is copied instead of appended (that is, uploaded again).
16471
16472 @end table
16473
16474 @node Editing IMAP ACLs
16475 @subsection Editing IMAP ACLs
16476 @cindex editing imap acls
16477 @cindex Access Control Lists
16478 @cindex Editing @acronym{IMAP} ACLs
16479 @kindex G l (Group)
16480 @findex gnus-group-nnimap-edit-acl
16481
16482 ACL stands for Access Control List.  ACLs are used in @acronym{IMAP} for
16483 limiting (or enabling) other users access to your mail boxes.  Not all
16484 @acronym{IMAP} servers support this, this function will give an error if it
16485 doesn't.
16486
16487 To edit an ACL for a mailbox, type @kbd{G l}
16488 (@code{gnus-group-edit-nnimap-acl}) and you'll be presented with an ACL
16489 editing window with detailed instructions.
16490
16491 Some possible uses:
16492
16493 @itemize @bullet
16494 @item
16495 Giving ``anyone'' the ``lrs'' rights (lookup, read, keep seen/unseen flags)
16496 on your mailing list mailboxes enables other users on the same server to
16497 follow the list without subscribing to it.
16498 @item
16499 At least with the Cyrus server, you are required to give the user
16500 ``anyone'' posting ("p") capabilities to have ``plussing'' work (that is,
16501 mail sent to user+mailbox@@domain ending up in the @acronym{IMAP} mailbox
16502 INBOX.mailbox).
16503 @end itemize
16504
16505 @node Expunging mailboxes
16506 @subsection Expunging mailboxes
16507 @cindex expunging
16508
16509 @cindex expunge
16510 @cindex manual expunging
16511 @kindex G x (Group)
16512 @findex gnus-group-nnimap-expunge
16513
16514 If you're using the @code{never} setting of @code{nnimap-expunge-on-close},
16515 you may want the option of expunging all deleted articles in a mailbox
16516 manually.  This is exactly what @kbd{G x} does.
16517
16518 Currently there is no way of showing deleted articles, you can just
16519 delete them.
16520
16521 @node A note on namespaces
16522 @subsection A note on namespaces
16523 @cindex IMAP namespace
16524 @cindex namespaces
16525
16526 The @acronym{IMAP} protocol has a concept called namespaces, described
16527 by the following text in the RFC:
16528
16529 @display
16530 5.1.2.  Mailbox Namespace Naming Convention
16531
16532    By convention, the first hierarchical element of any mailbox name
16533    which begins with "#" identifies the "namespace" of the remainder of
16534    the name.  This makes it possible to disambiguate between different
16535    types of mailbox stores, each of which have their own namespaces.
16536
16537       For example, implementations which offer access to USENET
16538       newsgroups MAY use the "#news" namespace to partition the USENET
16539       newsgroup namespace from that of other mailboxes.  Thus, the
16540       comp.mail.misc newsgroup would have an mailbox name of
16541       "#news.comp.mail.misc", and the name "comp.mail.misc" could refer
16542       to a different object (e.g. a user's private mailbox).
16543 @end display
16544
16545 While there is nothing in this text that warrants concern for the
16546 @acronym{IMAP} implementation in Gnus, some servers use namespace
16547 prefixes in a way that does not work with how Gnus uses mailbox names.
16548
16549 Specifically, University of Washington's @acronym{IMAP} server uses
16550 mailbox names like @code{#driver.mbx/read-mail} which are valid only
16551 in the @sc{create} and @sc{append} commands.  After the mailbox is
16552 created (or a messages is appended to a mailbox), it must be accessed
16553 without the namespace prefix, i.e. @code{read-mail}.  Since Gnus do
16554 not make it possible for the user to guarantee that user entered
16555 mailbox names will only be used with the CREATE and APPEND commands,
16556 you should simply not use the namespace prefixed mailbox names in
16557 Gnus.
16558
16559 See the UoW IMAPD documentation for the @code{#driver.*/} prefix
16560 for more information on how to use the prefixes.  They are a power
16561 tool and should be used only if you are sure what the effects are.
16562
16563 @node Debugging IMAP
16564 @subsection Debugging IMAP
16565 @cindex IMAP debugging
16566 @cindex protocol dump (IMAP)
16567
16568 @acronym{IMAP} is a complex protocol, more so than @acronym{NNTP} or
16569 @acronym{POP3}.  Implementation bugs are not unlikely, and we do our
16570 best to fix them right away.  If you encounter odd behaviour, chances
16571 are that either the server or Gnus is buggy.
16572
16573 If you are familiar with network protocols in general, you will
16574 probably be able to extract some clues from the protocol dump of the
16575 exchanges between Gnus and the server.  Even if you are not familiar
16576 with network protocols, when you include the protocol dump in
16577 @acronym{IMAP}-related bug reports you are helping us with data
16578 critical to solving the problem.  Therefore, we strongly encourage you
16579 to include the protocol dump when reporting IMAP bugs in Gnus.
16580
16581
16582 @vindex imap-log
16583 Because the protocol dump, when enabled, generates lots of data, it is
16584 disabled by default.  You can enable it by setting @code{imap-log} as
16585 follows: 
16586
16587 @lisp
16588 (setq imap-log t)
16589 @end lisp
16590
16591 This instructs the @code{imap.el} package to log any exchanges with
16592 the server.  The log is stored in the buffer @samp{*imap-log*}.  Look
16593 for error messages, which sometimes are tagged with the keyword
16594 @code{BAD}---but when submitting a bug, make sure to include all the
16595 data.
16596
16597 @node Other Sources
16598 @section Other Sources
16599
16600 Gnus can do more than just read news or mail.  The methods described
16601 below allow Gnus to view directories and files as if they were
16602 newsgroups.
16603
16604 @menu
16605 * Directory Groups::            You can read a directory as if it was a newsgroup.
16606 * Anything Groups::             Dired?  Who needs dired?
16607 * Document Groups::             Single files can be the basis of a group.
16608 * SOUP::                        Reading @sc{soup} packets ``offline''.
16609 * Mail-To-News Gateways::       Posting articles via mail-to-news gateways.
16610 @end menu
16611
16612
16613 @node Directory Groups
16614 @subsection Directory Groups
16615 @cindex nndir
16616 @cindex directory groups
16617
16618 If you have a directory that has lots of articles in separate files in
16619 it, you might treat it as a newsgroup.  The files have to have numerical
16620 names, of course.
16621
16622 This might be an opportune moment to mention @code{ange-ftp} (and its
16623 successor @code{efs}), that most wonderful of all wonderful Emacs
16624 packages.  When I wrote @code{nndir}, I didn't think much about it---a
16625 back end to read directories.  Big deal.
16626
16627 @code{ange-ftp} changes that picture dramatically.  For instance, if you
16628 enter the @code{ange-ftp} file name
16629 @file{/ftp.hpc.uh.edu:/pub/emacs/ding-list/} as the directory name,
16630 @code{ange-ftp} or @code{efs} will actually allow you to read this
16631 directory over at @samp{sina} as a newsgroup.  Distributed news ahoy!
16632
16633 @code{nndir} will use @acronym{NOV} files if they are present.
16634
16635 @code{nndir} is a ``read-only'' back end---you can't delete or expire
16636 articles with this method.  You can use @code{nnmh} or @code{nnml} for
16637 whatever you use @code{nndir} for, so you could switch to any of those
16638 methods if you feel the need to have a non-read-only @code{nndir}.
16639
16640
16641 @node Anything Groups
16642 @subsection Anything Groups
16643 @cindex nneething
16644
16645 From the @code{nndir} back end (which reads a single spool-like
16646 directory), it's just a hop and a skip to @code{nneething}, which
16647 pretends that any arbitrary directory is a newsgroup.  Strange, but
16648 true.
16649
16650 When @code{nneething} is presented with a directory, it will scan this
16651 directory and assign article numbers to each file.  When you enter such
16652 a group, @code{nneething} must create ``headers'' that Gnus can use.
16653 After all, Gnus is a newsreader, in case you're forgetting.
16654 @code{nneething} does this in a two-step process.  First, it snoops each
16655 file in question.  If the file looks like an article (i.e., the first
16656 few lines look like headers), it will use this as the head.  If this is
16657 just some arbitrary file without a head (e.g. a C source file),
16658 @code{nneething} will cobble up a header out of thin air.  It will use
16659 file ownership, name and date and do whatever it can with these
16660 elements.
16661
16662 All this should happen automatically for you, and you will be presented
16663 with something that looks very much like a newsgroup.  Totally like a
16664 newsgroup, to be precise.  If you select an article, it will be displayed
16665 in the article buffer, just as usual.
16666
16667 If you select a line that represents a directory, Gnus will pop you into
16668 a new summary buffer for this @code{nneething} group.  And so on.  You can
16669 traverse the entire disk this way, if you feel like, but remember that
16670 Gnus is not dired, really, and does not intend to be, either.
16671
16672 There are two overall modes to this action---ephemeral or solid.  When
16673 doing the ephemeral thing (i.e., @kbd{G D} from the group buffer), Gnus
16674 will not store information on what files you have read, and what files
16675 are new, and so on.  If you create a solid @code{nneething} group the
16676 normal way with @kbd{G m}, Gnus will store a mapping table between
16677 article numbers and file names, and you can treat this group like any
16678 other groups.  When you activate a solid @code{nneething} group, you will
16679 be told how many unread articles it contains, etc., etc.
16680
16681 Some variables:
16682
16683 @table @code
16684 @item nneething-map-file-directory
16685 @vindex nneething-map-file-directory
16686 All the mapping files for solid @code{nneething} groups will be stored
16687 in this directory, which defaults to @file{~/.nneething/}.
16688
16689 @item nneething-exclude-files
16690 @vindex nneething-exclude-files
16691 All files that match this regexp will be ignored.  Nice to use to exclude
16692 auto-save files and the like, which is what it does by default.
16693
16694 @item nneething-include-files
16695 @vindex nneething-include-files
16696 Regexp saying what files to include in the group.  If this variable is
16697 non-@code{nil}, only files matching this regexp will be included.
16698
16699 @item nneething-map-file
16700 @vindex nneething-map-file
16701 Name of the map files.
16702 @end table
16703
16704
16705 @node Document Groups
16706 @subsection Document Groups
16707 @cindex nndoc
16708 @cindex documentation group
16709 @cindex help group
16710
16711 @code{nndoc} is a cute little thing that will let you read a single file
16712 as a newsgroup.  Several files types are supported:
16713
16714 @table @code
16715 @cindex Babyl
16716 @cindex Rmail mbox
16717
16718 @item babyl
16719 The Babyl (Rmail) mail box.
16720 @cindex mbox
16721 @cindex Unix mbox
16722
16723 @item mbox
16724 The standard Unix mbox file.
16725
16726 @cindex MMDF mail box
16727 @item mmdf
16728 The MMDF mail box format.
16729
16730 @item news
16731 Several news articles appended into a file.
16732
16733 @item rnews
16734 @cindex rnews batch files
16735 The rnews batch transport format.
16736 @cindex forwarded messages
16737
16738 @item forward
16739 Forwarded articles.
16740
16741 @item nsmail
16742 Netscape mail boxes.
16743
16744 @item mime-parts
16745 @acronym{MIME} multipart messages.
16746
16747 @item standard-digest
16748 The standard (RFC 1153) digest format.
16749
16750 @item mime-digest
16751 A @acronym{MIME} digest of messages.
16752
16753 @item lanl-gov-announce
16754 Announcement messages from LANL Gov Announce.
16755
16756 @item rfc822-forward
16757 A message forwarded according to RFC822.
16758
16759 @item outlook
16760 The Outlook mail box.
16761
16762 @item oe-dbx
16763 The Outlook Express dbx mail box.
16764
16765 @item exim-bounce
16766 A bounce message from the Exim MTA.
16767
16768 @item forward
16769 A message forwarded according to informal rules.
16770
16771 @item rfc934
16772 An RFC934-forwarded message.
16773
16774 @item mailman
16775 A mailman digest.
16776
16777 @item clari-briefs
16778 A digest of Clarinet brief news items.
16779
16780 @item slack-digest
16781 Non-standard digest format---matches most things, but does it badly.
16782
16783 @item mail-in-mail
16784 The last resort.
16785 @end table
16786
16787 You can also use the special ``file type'' @code{guess}, which means
16788 that @code{nndoc} will try to guess what file type it is looking at.
16789 @code{digest} means that @code{nndoc} should guess what digest type the
16790 file is.
16791
16792 @code{nndoc} will not try to change the file or insert any extra headers into
16793 it---it will simply, like, let you use the file as the basis for a
16794 group.  And that's it.
16795
16796 If you have some old archived articles that you want to insert into your
16797 new & spiffy Gnus mail back end, @code{nndoc} can probably help you with
16798 that.  Say you have an old @file{RMAIL} file with mail that you now want
16799 to split into your new @code{nnml} groups.  You look at that file using
16800 @code{nndoc} (using the @kbd{G f} command in the group buffer
16801 (@pxref{Foreign Groups})), set the process mark on all the articles in
16802 the buffer (@kbd{M P b}, for instance), and then re-spool (@kbd{B r})
16803 using @code{nnml}.  If all goes well, all the mail in the @file{RMAIL}
16804 file is now also stored in lots of @code{nnml} directories, and you can
16805 delete that pesky @file{RMAIL} file.  If you have the guts!
16806
16807 Virtual server variables:
16808
16809 @table @code
16810 @item nndoc-article-type
16811 @vindex nndoc-article-type
16812 This should be one of @code{mbox}, @code{babyl}, @code{digest},
16813 @code{news}, @code{rnews}, @code{mmdf}, @code{forward}, @code{rfc934},
16814 @code{rfc822-forward}, @code{mime-parts}, @code{standard-digest},
16815 @code{slack-digest}, @code{clari-briefs}, @code{nsmail}, @code{outlook},
16816 @code{oe-dbx}, @code{mailman}, and @code{mail-in-mail} or @code{guess}.
16817
16818 @item nndoc-post-type
16819 @vindex nndoc-post-type
16820 This variable says whether Gnus is to consider the group a news group or
16821 a mail group.  There are two valid values:  @code{mail} (the default)
16822 and @code{news}.
16823 @end table
16824
16825 @menu
16826 * Document Server Internals::   How to add your own document types.
16827 @end menu
16828
16829
16830 @node Document Server Internals
16831 @subsubsection Document Server Internals
16832
16833 Adding new document types to be recognized by @code{nndoc} isn't
16834 difficult.  You just have to whip up a definition of what the document
16835 looks like, write a predicate function to recognize that document type,
16836 and then hook into @code{nndoc}.
16837
16838 First, here's an example document type definition:
16839
16840 @example
16841 (mmdf
16842  (article-begin .  "^\^A\^A\^A\^A\n")
16843  (body-end .  "^\^A\^A\^A\^A\n"))
16844 @end example
16845
16846 The definition is simply a unique @dfn{name} followed by a series of
16847 regexp pseudo-variable settings.  Below are the possible
16848 variables---don't be daunted by the number of variables; most document
16849 types can be defined with very few settings:
16850
16851 @table @code
16852 @item first-article
16853 If present, @code{nndoc} will skip past all text until it finds
16854 something that match this regexp.  All text before this will be
16855 totally ignored.
16856
16857 @item article-begin
16858 This setting has to be present in all document type definitions.  It
16859 says what the beginning of each article looks like.
16860
16861 @item head-begin-function
16862 If present, this should be a function that moves point to the head of
16863 the article.
16864
16865 @item nndoc-head-begin
16866 If present, this should be a regexp that matches the head of the
16867 article.
16868
16869 @item nndoc-head-end
16870 This should match the end of the head of the article.  It defaults to
16871 @samp{^$}---the empty line.
16872
16873 @item body-begin-function
16874 If present, this function should move point to the beginning of the body
16875 of the article.
16876
16877 @item body-begin
16878 This should match the beginning of the body of the article.  It defaults
16879 to @samp{^\n}.
16880
16881 @item body-end-function
16882 If present, this function should move point to the end of the body of
16883 the article.
16884
16885 @item body-end
16886 If present, this should match the end of the body of the article.
16887
16888 @item file-end
16889 If present, this should match the end of the file.  All text after this
16890 regexp will be totally ignored.
16891
16892 @end table
16893
16894 So, using these variables @code{nndoc} is able to dissect a document
16895 file into a series of articles, each with a head and a body.  However, a
16896 few more variables are needed since not all document types are all that
16897 news-like---variables needed to transform the head or the body into
16898 something that's palatable for Gnus:
16899
16900 @table @code
16901 @item prepare-body-function
16902 If present, this function will be called when requesting an article.  It
16903 will be called with point at the start of the body, and is useful if the
16904 document has encoded some parts of its contents.
16905
16906 @item article-transform-function
16907 If present, this function is called when requesting an article.  It's
16908 meant to be used for more wide-ranging transformation of both head and
16909 body of the article.
16910
16911 @item generate-head-function
16912 If present, this function is called to generate a head that Gnus can
16913 understand.  It is called with the article number as a parameter, and is
16914 expected to generate a nice head for the article in question.  It is
16915 called when requesting the headers of all articles.
16916
16917 @end table
16918
16919 Let's look at the most complicated example I can come up with---standard
16920 digests:
16921
16922 @example
16923 (standard-digest
16924  (first-article . ,(concat "^" (make-string 70 ?-) "\n\n+"))
16925  (article-begin . ,(concat "\n\n" (make-string 30 ?-) "\n\n+"))
16926  (prepare-body-function . nndoc-unquote-dashes)
16927  (body-end-function . nndoc-digest-body-end)
16928  (head-end . "^ ?$")
16929  (body-begin . "^ ?\n")
16930  (file-end . "^End of .*digest.*[0-9].*\n\\*\\*\\|^End of.*Digest *$")
16931  (subtype digest guess))
16932 @end example
16933
16934 We see that all text before a 70-width line of dashes is ignored; all
16935 text after a line that starts with that @samp{^End of} is also ignored;
16936 each article begins with a 30-width line of dashes; the line separating
16937 the head from the body may contain a single space; and that the body is
16938 run through @code{nndoc-unquote-dashes} before being delivered.
16939
16940 To hook your own document definition into @code{nndoc}, use the
16941 @code{nndoc-add-type} function.  It takes two parameters---the first
16942 is the definition itself and the second (optional) parameter says
16943 where in the document type definition alist to put this definition.
16944 The alist is traversed sequentially, and
16945 @code{nndoc-@var{type}-type-p} is called for a given type @var{type}.
16946 So @code{nndoc-mmdf-type-p} is called to see whether a document is of
16947 @code{mmdf} type, and so on.  These type predicates should return
16948 @code{nil} if the document is not of the correct type; @code{t} if it
16949 is of the correct type; and a number if the document might be of the
16950 correct type.  A high number means high probability; a low number
16951 means low probability with @samp{0} being the lowest valid number.
16952
16953
16954 @node SOUP
16955 @subsection SOUP
16956 @cindex SOUP
16957 @cindex offline
16958
16959 In the PC world people often talk about ``offline'' newsreaders.  These
16960 are thingies that are combined reader/news transport monstrosities.
16961 With built-in modem programs.  Yecchh!
16962
16963 Of course, us Unix Weenie types of human beans use things like
16964 @code{uucp} and, like, @code{nntpd} and set up proper news and mail
16965 transport things like Ghod intended.  And then we just use normal
16966 newsreaders.
16967
16968 However, it can sometimes be convenient to do something that's a bit
16969 easier on the brain if you have a very slow modem, and you're not really
16970 that interested in doing things properly.
16971
16972 A file format called @sc{soup} has been developed for transporting news
16973 and mail from servers to home machines and back again.  It can be a bit
16974 fiddly.
16975
16976 First some terminology:
16977
16978 @table @dfn
16979
16980 @item server
16981 This is the machine that is connected to the outside world and where you
16982 get news and/or mail from.
16983
16984 @item home machine
16985 This is the machine that you want to do the actual reading and responding
16986 on.  It is typically not connected to the rest of the world in any way.
16987
16988 @item packet
16989 Something that contains messages and/or commands.  There are two kinds
16990 of packets:
16991
16992 @table @dfn
16993 @item message packets
16994 These are packets made at the server, and typically contain lots of
16995 messages for you to read.  These are called @file{SoupoutX.tgz} by
16996 default, where @var{x} is a number.
16997
16998 @item response packets
16999 These are packets made at the home machine, and typically contains
17000 replies that you've written.  These are called @file{SoupinX.tgz} by
17001 default, where @var{x} is a number.
17002
17003 @end table
17004
17005 @end table
17006
17007
17008 @enumerate
17009
17010 @item
17011 You log in on the server and create a @sc{soup} packet.  You can either
17012 use a dedicated @sc{soup} thingie (like the @code{awk} program), or you
17013 can use Gnus to create the packet with its @sc{soup} commands (@kbd{O
17014 s} and/or @kbd{G s b}; and then @kbd{G s p}) (@pxref{SOUP Commands}).
17015
17016 @item
17017 You transfer the packet home.  Rail, boat, car or modem will do fine.
17018
17019 @item
17020 You put the packet in your home directory.
17021
17022 @item
17023 You fire up Gnus on your home machine using the @code{nnsoup} back end as
17024 the native or secondary server.
17025
17026 @item
17027 You read articles and mail and answer and followup to the things you
17028 want (@pxref{SOUP Replies}).
17029
17030 @item
17031 You do the @kbd{G s r} command to pack these replies into a @sc{soup}
17032 packet.
17033
17034 @item
17035 You transfer this packet to the server.
17036
17037 @item
17038 You use Gnus to mail this packet out with the @kbd{G s s} command.
17039
17040 @item
17041 You then repeat until you die.
17042
17043 @end enumerate
17044
17045 So you basically have a bipartite system---you use @code{nnsoup} for
17046 reading and Gnus for packing/sending these @sc{soup} packets.
17047
17048 @menu
17049 * SOUP Commands::               Commands for creating and sending @sc{soup} packets
17050 * SOUP Groups::                 A back end for reading @sc{soup} packets.
17051 * SOUP Replies::                How to enable @code{nnsoup} to take over mail and news.
17052 @end menu
17053
17054
17055 @node SOUP Commands
17056 @subsubsection SOUP Commands
17057
17058 These are commands for creating and manipulating @sc{soup} packets.
17059
17060 @table @kbd
17061 @item G s b
17062 @kindex G s b (Group)
17063 @findex gnus-group-brew-soup
17064 Pack all unread articles in the current group
17065 (@code{gnus-group-brew-soup}).  This command understands the
17066 process/prefix convention.
17067
17068 @item G s w
17069 @kindex G s w (Group)
17070 @findex gnus-soup-save-areas
17071 Save all @sc{soup} data files (@code{gnus-soup-save-areas}).
17072
17073 @item G s s
17074 @kindex G s s (Group)
17075 @findex gnus-soup-send-replies
17076 Send all replies from the replies packet
17077 (@code{gnus-soup-send-replies}).
17078
17079 @item G s p
17080 @kindex G s p (Group)
17081 @findex gnus-soup-pack-packet
17082 Pack all files into a @sc{soup} packet (@code{gnus-soup-pack-packet}).
17083
17084 @item G s r
17085 @kindex G s r (Group)
17086 @findex nnsoup-pack-replies
17087 Pack all replies into a replies packet (@code{nnsoup-pack-replies}).
17088
17089 @item O s
17090 @kindex O s (Summary)
17091 @findex gnus-soup-add-article
17092 This summary-mode command adds the current article to a @sc{soup} packet
17093 (@code{gnus-soup-add-article}).  It understands the process/prefix
17094 convention (@pxref{Process/Prefix}).
17095
17096 @end table
17097
17098
17099 There are a few variables to customize where Gnus will put all these
17100 thingies:
17101
17102 @table @code
17103
17104 @item gnus-soup-directory
17105 @vindex gnus-soup-directory
17106 Directory where Gnus will save intermediate files while composing
17107 @sc{soup} packets.  The default is @file{~/SoupBrew/}.
17108
17109 @item gnus-soup-replies-directory
17110 @vindex gnus-soup-replies-directory
17111 This is what Gnus will use as a temporary directory while sending our
17112 reply packets.  @file{~/SoupBrew/SoupReplies/} is the default.
17113
17114 @item gnus-soup-prefix-file
17115 @vindex gnus-soup-prefix-file
17116 Name of the file where Gnus stores the last used prefix.  The default is
17117 @samp{gnus-prefix}.
17118
17119 @item gnus-soup-packer
17120 @vindex gnus-soup-packer
17121 A format string command for packing a @sc{soup} packet.  The default is
17122 @samp{tar cf - %s | gzip > $HOME/Soupout%d.tgz}.
17123
17124 @item gnus-soup-unpacker
17125 @vindex gnus-soup-unpacker
17126 Format string command for unpacking a @sc{soup} packet.  The default is
17127 @samp{gunzip -c %s | tar xvf -}.
17128
17129 @item gnus-soup-packet-directory
17130 @vindex gnus-soup-packet-directory
17131 Where Gnus will look for reply packets.  The default is @file{~/}.
17132
17133 @item gnus-soup-packet-regexp
17134 @vindex gnus-soup-packet-regexp
17135 Regular expression matching @sc{soup} reply packets in
17136 @code{gnus-soup-packet-directory}.
17137
17138 @end table
17139
17140
17141 @node SOUP Groups
17142 @subsubsection SOUP Groups
17143 @cindex nnsoup
17144
17145 @code{nnsoup} is the back end for reading @sc{soup} packets.  It will
17146 read incoming packets, unpack them, and put them in a directory where
17147 you can read them at leisure.
17148
17149 These are the variables you can use to customize its behavior:
17150
17151 @table @code
17152
17153 @item nnsoup-tmp-directory
17154 @vindex nnsoup-tmp-directory
17155 When @code{nnsoup} unpacks a @sc{soup} packet, it does it in this
17156 directory.  (@file{/tmp/} by default.)
17157
17158 @item nnsoup-directory
17159 @vindex nnsoup-directory
17160 @code{nnsoup} then moves each message and index file to this directory.
17161 The default is @file{~/SOUP/}.
17162
17163 @item nnsoup-replies-directory
17164 @vindex nnsoup-replies-directory
17165 All replies will be stored in this directory before being packed into a
17166 reply packet.  The default is @file{~/SOUP/replies/}.
17167
17168 @item nnsoup-replies-format-type
17169 @vindex nnsoup-replies-format-type
17170 The @sc{soup} format of the replies packets.  The default is @samp{?n}
17171 (rnews), and I don't think you should touch that variable.  I probably
17172 shouldn't even have documented it.  Drats!  Too late!
17173
17174 @item nnsoup-replies-index-type
17175 @vindex nnsoup-replies-index-type
17176 The index type of the replies packet.  The default is @samp{?n}, which
17177 means ``none''.  Don't fiddle with this one either!
17178
17179 @item nnsoup-active-file
17180 @vindex nnsoup-active-file
17181 Where @code{nnsoup} stores lots of information.  This is not an ``active
17182 file'' in the @code{nntp} sense; it's an Emacs Lisp file.  If you lose
17183 this file or mess it up in any way, you're dead.  The default is
17184 @file{~/SOUP/active}.
17185
17186 @item nnsoup-packer
17187 @vindex nnsoup-packer
17188 Format string command for packing a reply @sc{soup} packet.  The default
17189 is @samp{tar cf - %s | gzip > $HOME/Soupin%d.tgz}.
17190
17191 @item nnsoup-unpacker
17192 @vindex nnsoup-unpacker
17193 Format string command for unpacking incoming @sc{soup} packets.  The
17194 default is @samp{gunzip -c %s | tar xvf -}.
17195
17196 @item nnsoup-packet-directory
17197 @vindex nnsoup-packet-directory
17198 Where @code{nnsoup} will look for incoming packets.  The default is
17199 @file{~/}.
17200
17201 @item nnsoup-packet-regexp
17202 @vindex nnsoup-packet-regexp
17203 Regular expression matching incoming @sc{soup} packets.  The default is
17204 @samp{Soupout}.
17205
17206 @item nnsoup-always-save
17207 @vindex nnsoup-always-save
17208 If non-@code{nil}, save the replies buffer after each posted message.
17209
17210 @end table
17211
17212
17213 @node SOUP Replies
17214 @subsubsection SOUP Replies
17215
17216 Just using @code{nnsoup} won't mean that your postings and mailings end
17217 up in @sc{soup} reply packets automagically.  You have to work a bit
17218 more for that to happen.
17219
17220 @findex nnsoup-set-variables
17221 The @code{nnsoup-set-variables} command will set the appropriate
17222 variables to ensure that all your followups and replies end up in the
17223 @sc{soup} system.
17224
17225 In specific, this is what it does:
17226
17227 @lisp
17228 (setq message-send-news-function 'nnsoup-request-post)
17229 (setq message-send-mail-function 'nnsoup-request-mail)
17230 @end lisp
17231
17232 And that's it, really.  If you only want news to go into the @sc{soup}
17233 system you just use the first line.  If you only want mail to be
17234 @sc{soup}ed you use the second.
17235
17236
17237 @node Mail-To-News Gateways
17238 @subsection Mail-To-News Gateways
17239 @cindex mail-to-news gateways
17240 @cindex gateways
17241
17242 If your local @code{nntp} server doesn't allow posting, for some reason
17243 or other, you can post using one of the numerous mail-to-news gateways.
17244 The @code{nngateway} back end provides the interface.
17245
17246 Note that you can't read anything from this back end---it can only be
17247 used to post with.
17248
17249 Server variables:
17250
17251 @table @code
17252 @item nngateway-address
17253 @vindex nngateway-address
17254 This is the address of the mail-to-news gateway.
17255
17256 @item nngateway-header-transformation
17257 @vindex nngateway-header-transformation
17258 News headers often have to be transformed in some odd way or other
17259 for the mail-to-news gateway to accept it.  This variable says what
17260 transformation should be called, and defaults to
17261 @code{nngateway-simple-header-transformation}.  The function is called
17262 narrowed to the headers to be transformed and with one parameter---the
17263 gateway address.
17264
17265 This default function just inserts a new @code{To} header based on the
17266 @code{Newsgroups} header and the gateway address.
17267 For instance, an article with this @code{Newsgroups} header:
17268
17269 @example
17270 Newsgroups: alt.religion.emacs
17271 @end example
17272
17273 will get this @code{To} header inserted:
17274
17275 @example
17276 To: alt-religion-emacs@@GATEWAY
17277 @end example
17278
17279 The following pre-defined functions exist:
17280
17281 @findex nngateway-simple-header-transformation
17282 @table @code
17283
17284 @item nngateway-simple-header-transformation
17285 Creates a @code{To} header that looks like
17286 @var{newsgroup}@@@code{nngateway-address}.
17287
17288 @findex nngateway-mail2news-header-transformation
17289
17290 @item nngateway-mail2news-header-transformation
17291 Creates a @code{To} header that looks like
17292 @code{nngateway-address}.
17293 @end table
17294
17295 @end table
17296
17297 Here's an example:
17298
17299 @lisp
17300 (setq gnus-post-method
17301       '(nngateway
17302         "mail2news@@replay.com"
17303         (nngateway-header-transformation
17304          nngateway-mail2news-header-transformation)))
17305 @end lisp
17306
17307 So, to use this, simply say something like:
17308
17309 @lisp
17310 (setq gnus-post-method '(nngateway "GATEWAY.ADDRESS"))
17311 @end lisp
17312
17313
17314
17315 @node Combined Groups
17316 @section Combined Groups
17317
17318 Gnus allows combining a mixture of all the other group types into bigger
17319 groups.
17320
17321 @menu
17322 * Virtual Groups::              Combining articles from many groups.
17323 * Kibozed Groups::              Looking through parts of the newsfeed for articles.
17324 @end menu
17325
17326
17327 @node Virtual Groups
17328 @subsection Virtual Groups
17329 @cindex nnvirtual
17330 @cindex virtual groups
17331 @cindex merging groups
17332
17333 An @dfn{nnvirtual group} is really nothing more than a collection of
17334 other groups.
17335
17336 For instance, if you are tired of reading many small groups, you can
17337 put them all in one big group, and then grow tired of reading one
17338 big, unwieldy group.  The joys of computing!
17339
17340 You specify @code{nnvirtual} as the method.  The address should be a
17341 regexp to match component groups.
17342
17343 All marks in the virtual group will stick to the articles in the
17344 component groups.  So if you tick an article in a virtual group, the
17345 article will also be ticked in the component group from whence it
17346 came.  (And vice versa---marks from the component groups will also be
17347 shown in the virtual group.).  To create an empty virtual group, run
17348 @kbd{G V} (@code{gnus-group-make-empty-virtual}) in the group buffer
17349 and edit the method regexp with @kbd{M-e}
17350 (@code{gnus-group-edit-group-method})
17351
17352 Here's an example @code{nnvirtual} method that collects all Andrea Dworkin
17353 newsgroups into one, big, happy newsgroup:
17354
17355 @lisp
17356 (nnvirtual "^alt\\.fan\\.andrea-dworkin$\\|^rec\\.dworkin.*")
17357 @end lisp
17358
17359 The component groups can be native or foreign; everything should work
17360 smoothly, but if your computer explodes, it was probably my fault.
17361
17362 Collecting the same group from several servers might actually be a good
17363 idea if users have set the Distribution header to limit distribution.
17364 If you would like to read @samp{soc.motss} both from a server in Japan
17365 and a server in Norway, you could use the following as the group regexp:
17366
17367 @example
17368 "^nntp\\+server\\.jp:soc\\.motss$\\|^nntp\\+server\\.no:soc\\.motss$"
17369 @end example
17370
17371 (Remember, though, that if you're creating the group with @kbd{G m}, you
17372 shouldn't double the backslashes, and you should leave off the quote
17373 characters at the beginning and the end of the string.)
17374
17375 This should work kinda smoothly---all articles from both groups should
17376 end up in this one, and there should be no duplicates.  Threading (and
17377 the rest) will still work as usual, but there might be problems with the
17378 sequence of articles.  Sorting on date might be an option here
17379 (@pxref{Selecting a Group}).
17380
17381 One limitation, however---all groups included in a virtual
17382 group have to be alive (i.e., subscribed or unsubscribed).  Killed or
17383 zombie groups can't be component groups for @code{nnvirtual} groups.
17384
17385 @vindex nnvirtual-always-rescan
17386 If the @code{nnvirtual-always-rescan} is non-@code{nil},
17387 @code{nnvirtual} will always scan groups for unread articles when
17388 entering a virtual group.  If this variable is @code{nil} (which is the
17389 default) and you read articles in a component group after the virtual
17390 group has been activated, the read articles from the component group
17391 will show up when you enter the virtual group.  You'll also see this
17392 effect if you have two virtual groups that have a component group in
17393 common.  If that's the case, you should set this variable to @code{t}.
17394 Or you can just tap @code{M-g} on the virtual group every time before
17395 you enter it---it'll have much the same effect.
17396
17397 @code{nnvirtual} can have both mail and news groups as component groups.
17398 When responding to articles in @code{nnvirtual} groups, @code{nnvirtual}
17399 has to ask the back end of the component group the article comes from
17400 whether it is a news or mail back end.  However, when you do a @kbd{^},
17401 there is typically no sure way for the component back end to know this,
17402 and in that case @code{nnvirtual} tells Gnus that the article came from a
17403 not-news back end.  (Just to be on the safe side.)
17404
17405 @kbd{C-c C-n} in the message buffer will insert the @code{Newsgroups}
17406 line from the article you respond to in these cases.
17407
17408 @code{nnvirtual} groups do not inherit anything but articles and marks
17409 from component groups---group parameters, for instance, are not
17410 inherited.
17411
17412
17413 @node Kibozed Groups
17414 @subsection Kibozed Groups
17415 @cindex nnkiboze
17416 @cindex kibozing
17417
17418 @dfn{Kibozing} is defined by the @acronym{OED} as ``grepping through
17419 (parts of) the news feed''.  @code{nnkiboze} is a back end that will
17420 do this for you.  Oh joy!  Now you can grind any @acronym{NNTP} server
17421 down to a halt with useless requests!  Oh happiness!
17422
17423 @kindex G k (Group)
17424 To create a kibozed group, use the @kbd{G k} command in the group
17425 buffer.
17426
17427 The address field of the @code{nnkiboze} method is, as with
17428 @code{nnvirtual}, a regexp to match groups to be ``included'' in the
17429 @code{nnkiboze} group.  That's where most similarities between
17430 @code{nnkiboze} and @code{nnvirtual} end.
17431
17432 In addition to this regexp detailing component groups, an
17433 @code{nnkiboze} group must have a score file to say what articles are
17434 to be included in the group (@pxref{Scoring}).
17435
17436 @kindex M-x nnkiboze-generate-groups
17437 @findex nnkiboze-generate-groups
17438 You must run @kbd{M-x nnkiboze-generate-groups} after creating the
17439 @code{nnkiboze} groups you want to have.  This command will take time.
17440 Lots of time.  Oodles and oodles of time.  Gnus has to fetch the
17441 headers from all the articles in all the component groups and run them
17442 through the scoring process to determine if there are any articles in
17443 the groups that are to be part of the @code{nnkiboze} groups.
17444
17445 Please limit the number of component groups by using restrictive
17446 regexps.  Otherwise your sysadmin may become annoyed with you, and the
17447 @acronym{NNTP} site may throw you off and never let you back in again.
17448 Stranger things have happened.
17449
17450 @code{nnkiboze} component groups do not have to be alive---they can be dead,
17451 and they can be foreign.  No restrictions.
17452
17453 @vindex nnkiboze-directory
17454 The generation of an @code{nnkiboze} group means writing two files in
17455 @code{nnkiboze-directory}, which is @file{~/News/kiboze/} by default.
17456 One contains the @acronym{NOV} header lines for all the articles in
17457 the group, and the other is an additional @file{.newsrc} file to store
17458 information on what groups have been searched through to find
17459 component articles.
17460
17461 Articles marked as read in the @code{nnkiboze} group will have
17462 their @acronym{NOV} lines removed from the @acronym{NOV} file.
17463
17464
17465 @node Gnus Unplugged
17466 @section Gnus Unplugged
17467 @cindex offline
17468 @cindex unplugged
17469 @cindex agent
17470 @cindex Gnus agent
17471 @cindex Gnus unplugged
17472
17473 In olden times (ca. February '88), people used to run their newsreaders
17474 on big machines with permanent connections to the net.  News transport
17475 was dealt with by news servers, and all the newsreaders had to do was to
17476 read news.  Believe it or not.
17477
17478 Nowadays most people read news and mail at home, and use some sort of
17479 modem to connect to the net.  To avoid running up huge phone bills, it
17480 would be nice to have a way to slurp down all the news and mail, hang up
17481 the phone, read for several hours, and then upload any responses you
17482 have to make.  And then you repeat the procedure.
17483
17484 Of course, you can use news servers for doing this as well.  I've used
17485 @code{inn} together with @code{slurp}, @code{pop} and @code{sendmail}
17486 for some years, but doing that's a bore.  Moving the news server
17487 functionality up to the newsreader makes sense if you're the only person
17488 reading news on a machine.
17489
17490 Setting up Gnus as an ``offline'' newsreader is quite simple.  In
17491 fact, you don't have to configure anything as the agent is now enabled
17492 by default (@pxref{Agent Variables, gnus-agent}).
17493
17494 Of course, to use it as such, you have to learn a few new commands.
17495
17496 @menu
17497 * Agent Basics::                How it all is supposed to work.
17498 * Agent Categories::            How to tell the Gnus Agent what to download.
17499 * Agent Commands::              New commands for all the buffers.
17500 * Agent Visuals::               Ways that the agent may effect your summary buffer.
17501 * Agent as Cache::              The Agent is a big cache too.
17502 * Agent Expiry::                How to make old articles go away.
17503 * Agent Regeneration::          How to recover from lost connections and other accidents.
17504 * Agent and IMAP::              How to use the Agent with @acronym{IMAP}.
17505 * Outgoing Messages::           What happens when you post/mail something?
17506 * Agent Variables::             Customizing is fun.
17507 * Example Setup::               An example @file{~/.gnus.el} file for offline people.
17508 * Batching Agents::             How to fetch news from a @code{cron} job.
17509 * Agent Caveats::               What you think it'll do and what it does.
17510 @end menu
17511
17512
17513 @node Agent Basics
17514 @subsection Agent Basics
17515
17516 First, let's get some terminology out of the way.
17517
17518 The Gnus Agent is said to be @dfn{unplugged} when you have severed the
17519 connection to the net (and notified the Agent that this is the case).
17520 When the connection to the net is up again (and Gnus knows this), the
17521 Agent is @dfn{plugged}.
17522
17523 The @dfn{local} machine is the one you're running on, and which isn't
17524 connected to the net continuously.
17525
17526 @dfn{Downloading} means fetching things from the net to your local
17527 machine.  @dfn{Uploading} is doing the opposite.
17528
17529 You know that Gnus gives you all the opportunity you'd ever want for
17530 shooting yourself in the foot.  Some people call it flexibility.  Gnus
17531 is also customizable to a great extent, which means that the user has a
17532 say on how Gnus behaves.  Other newsreaders might unconditionally shoot
17533 you in your foot, but with Gnus, you have a choice!
17534
17535 Gnus is never really in plugged or unplugged state.  Rather, it applies
17536 that state to each server individually.  This means that some servers
17537 can be plugged while others can be unplugged.  Additionally, some
17538 servers can be ignored by the Agent altogether (which means that
17539 they're kinda like plugged always).
17540
17541 So when you unplug the Agent and then wonder why is Gnus opening a
17542 connection to the Net, the next step to do is to look whether all
17543 servers are agentized.  If there is an unagentized server, you found
17544 the culprit.
17545
17546 Another thing is the @dfn{offline} state.  Sometimes, servers aren't
17547 reachable.  When Gnus notices this, it asks you whether you want the
17548 server to be switched to offline state.  If you say yes, then the
17549 server will behave somewhat as if it was unplugged, except that Gnus
17550 will ask you whether you want to switch it back online again.
17551
17552 Let's take a typical Gnus session using the Agent.
17553
17554 @itemize @bullet
17555
17556 @item
17557 @findex gnus-unplugged
17558 You start Gnus with @code{gnus-unplugged}.  This brings up the Gnus
17559 Agent in a disconnected state.  You can read all the news that you have
17560 already fetched while in this mode.
17561
17562 @item
17563 You then decide to see whether any new news has arrived.  You connect
17564 your machine to the net (using PPP or whatever), and then hit @kbd{J j}
17565 to make Gnus become @dfn{plugged} and use @kbd{g} to check for new mail
17566 as usual.  To check for new mail in unplugged mode (@pxref{Mail
17567 Source Specifiers}).
17568
17569 @item
17570 You can then read the new news immediately, or you can download the
17571 news onto your local machine.  If you want to do the latter, you press
17572 @kbd{g} to check if there are any new news and then @kbd{J s} to fetch
17573 all the eligible articles in all the groups.  (To let Gnus know which
17574 articles you want to download, @pxref{Agent Categories}).
17575
17576 @item
17577 After fetching the articles, you press @kbd{J j} to make Gnus become
17578 unplugged again, and you shut down the PPP thing (or whatever).  And
17579 then you read the news offline.
17580
17581 @item
17582 And then you go to step 2.
17583 @end itemize
17584
17585 Here are some things you should do the first time (or so) that you use
17586 the Agent.
17587
17588 @itemize @bullet
17589
17590 @item
17591 Decide which servers should be covered by the Agent.  If you have a mail
17592 back end, it would probably be nonsensical to have it covered by the
17593 Agent.  Go to the server buffer (@kbd{^} in the group buffer) and press
17594 @kbd{J a} on the server (or servers) that you wish to have covered by the
17595 Agent (@pxref{Server Agent Commands}), or @kbd{J r} on automatically
17596 added servers you do not wish to have covered by the Agent.  By default,
17597 all @code{nntp} and @code{nnimap} servers in @code{gnus-select-method} and
17598 @code{gnus-secondary-select-methods} are agentized.
17599
17600 @item
17601 Decide on download policy.  It's fairly simple once you decide whether
17602 you are going to use agent categories, topic parameters, and/or group
17603 parameters to implement your policy.  If you're new to gnus, it
17604 is probably best to start with a category, @xref{Agent Categories}.
17605
17606 Both topic parameters (@pxref{Topic Parameters}) and agent categories
17607 (@pxref{Agent Categories}) provide for setting a policy that applies
17608 to multiple groups.  Which you use is entirely up to you.  Topic
17609 parameters do override categories so, if you mix the two, you'll have
17610 to take that into account.  If you have a few groups that deviate from
17611 your policy, you can use group parameters (@pxref{Group Parameters}) to
17612 configure them.
17613
17614 @item
17615 Uhm@dots{} that's it.
17616 @end itemize
17617
17618
17619 @node Agent Categories
17620 @subsection Agent Categories
17621
17622 One of the main reasons to integrate the news transport layer into the
17623 newsreader is to allow greater control over what articles to download.
17624 There's not much point in downloading huge amounts of articles, just to
17625 find out that you're not interested in reading any of them.  It's better
17626 to be somewhat more conservative in choosing what to download, and then
17627 mark the articles for downloading manually if it should turn out that
17628 you're interested in the articles anyway.
17629
17630 One of the more effective methods for controlling what is to be
17631 downloaded is to create a @dfn{category} and then assign some (or all)
17632 groups to this category.  Groups that do not belong in any other
17633 category belong to the @code{default} category.  Gnus has its own
17634 buffer for creating and managing categories.
17635
17636 If you prefer, you can also use group parameters (@pxref{Group
17637 Parameters}) and topic parameters (@pxref{Topic Parameters}) for an
17638 alternative approach to controlling the agent.  The only real
17639 difference is that categories are specific to the agent (so there is
17640 less to learn) while group and topic parameters include the kitchen
17641 sink.
17642
17643 Since you can set agent parameters in several different places we have
17644 a rule to decide which source to believe.  This rule specifies that
17645 the parameter sources are checked in the following order: group
17646 parameters, topic parameters, agent category, and finally customizable
17647 variables.  So you can mix all of these sources to produce a wide range
17648 of behavior, just don't blame me if you don't remember where you put
17649 your settings.
17650
17651 @menu
17652 * Category Syntax::             What a category looks like.
17653 * Category Buffer::             A buffer for maintaining categories.
17654 * Category Variables::          Customize'r'Us.
17655 @end menu
17656
17657
17658 @node Category Syntax
17659 @subsubsection Category Syntax
17660
17661 A category consists of a name, the list of groups belonging to the
17662 category, and a number of optional parameters that override the
17663 customizable variables.  The complete list of agent parameters are
17664 listed below.
17665
17666 @cindex Agent Parameters
17667 @table @code
17668 @item agent-cat-name
17669 The name of the category.
17670
17671 @item agent-groups
17672 The list of groups that are in this category.
17673
17674 @item agent-predicate
17675 A predicate which (generally) gives a rough outline of which articles
17676 are eligible for downloading; and
17677
17678 @item agent-score-file
17679 a score rule which (generally) gives you a finer granularity when
17680 deciding what articles to download.  (Note that this @dfn{download
17681 score} is not necessarily related to normal scores.)
17682
17683 @item agent-enable-expiration
17684 a boolean indicating whether the agent should expire old articles in
17685 this group.  Most groups should be expired to conserve disk space.  In
17686 fact, its probably safe to say that the gnus.* hierarchy contains the
17687 only groups that should not be expired.
17688
17689 @item agent-days-until-old
17690 an integer indicating the number of days that the agent should wait
17691 before deciding that a read article is safe to expire.
17692
17693 @item agent-low-score
17694 an integer that overrides the value of @code{gnus-agent-low-score}.
17695
17696 @item agent-high-score
17697 an integer that overrides the value of @code{gnus-agent-high-score}.
17698
17699 @item agent-length-when-short
17700 an integer that overrides the value of
17701 @code{gnus-agent-short-article}.
17702
17703 @item agent-length-when-long
17704 an integer that overrides the value of @code{gnus-agent-long-article}.
17705
17706 @item agent-enable-undownloaded-faces
17707 a symbol indicating whether the summary buffer should display
17708 undownloaded articles using the gnus-summary-*-undownloaded-face
17709 faces. Any symbol other than nil will enable the use of undownloaded
17710 faces.
17711 @end table
17712
17713 The name of a category can not be changed once the category has been
17714 created.
17715
17716 Each category maintains a list of groups that are exclusive members of
17717 that category.  The exclusivity rule is automatically enforced, add a
17718 group to a new category and it is automatically removed from its old
17719 category.
17720
17721 A predicate in its simplest form can be a single predicate such as
17722 @code{true} or @code{false}.  These two will download every available
17723 article or nothing respectively.  In the case of these two special
17724 predicates an additional score rule is superfluous.
17725
17726 Predicates of @code{high} or @code{low} download articles in respect of
17727 their scores in relationship to @code{gnus-agent-high-score} and
17728 @code{gnus-agent-low-score} as described below.
17729
17730 To gain even finer control of what is to be regarded eligible for
17731 download a predicate can consist of a number of predicates with logical
17732 operators sprinkled in between.
17733
17734 Perhaps some examples are in order.
17735
17736 Here's a simple predicate.  (It's the default predicate, in fact, used
17737 for all groups that don't belong to any other category.)
17738
17739 @lisp
17740 short
17741 @end lisp
17742
17743 Quite simple, eh?  This predicate is true if and only if the article is
17744 short (for some value of ``short'').
17745
17746 Here's a more complex predicate:
17747
17748 @lisp
17749 (or high
17750     (and
17751      (not low)
17752      (not long)))
17753 @end lisp
17754
17755 This means that an article should be downloaded if it has a high score,
17756 or if the score is not low and the article is not long.  You get the
17757 drift.
17758
17759 The available logical operators are @code{or}, @code{and} and
17760 @code{not}.  (If you prefer, you can use the more ``C''-ish operators
17761 @samp{|}, @code{&} and @code{!} instead.)
17762
17763 The following predicates are pre-defined, but if none of these fit what
17764 you want to do, you can write your own.
17765
17766 When evaluating each of these predicates, the named constant will be
17767 bound to the value determined by calling
17768 @code{gnus-agent-find-parameter} on the appropriate parameter.  For
17769 example, gnus-agent-short-article will be bound to
17770 @code{(gnus-agent-find-parameter group 'agent-short-article)}.  This
17771 means that you can specify a predicate in your category then tune that
17772 predicate to individual groups.
17773
17774 @table @code
17775 @item short
17776 True iff the article is shorter than @code{gnus-agent-short-article}
17777 lines; default 100.
17778
17779 @item long
17780 True iff the article is longer than @code{gnus-agent-long-article}
17781 lines; default 200.
17782
17783 @item low
17784 True iff the article has a download score less than
17785 @code{gnus-agent-low-score}; default 0.
17786
17787 @item high
17788 True iff the article has a download score greater than
17789 @code{gnus-agent-high-score}; default 0.
17790
17791 @item spam
17792 True iff the Gnus Agent guesses that the article is spam.  The
17793 heuristics may change over time, but at present it just computes a
17794 checksum and sees whether articles match.
17795
17796 @item true
17797 Always true.
17798
17799 @item false
17800 Always false.
17801 @end table
17802
17803 If you want to create your own predicate function, here's what you have
17804 to know:  The functions are called with no parameters, but the
17805 @code{gnus-headers} and @code{gnus-score} dynamic variables are bound to
17806 useful values.
17807
17808 For example, you could decide that you don't want to download articles
17809 that were posted more than a certain number of days ago (e.g. posted
17810 more than @code{gnus-agent-expire-days} ago) you might write a function
17811 something along the lines of the following:
17812
17813 @lisp
17814 (defun my-article-old-p ()
17815   "Say whether an article is old."
17816   (< (time-to-days (date-to-time (mail-header-date gnus-headers)))
17817      (- (time-to-days (current-time)) gnus-agent-expire-days)))
17818 @end lisp
17819
17820 with the predicate then defined as:
17821
17822 @lisp
17823 (not my-article-old-p)
17824 @end lisp
17825
17826 or you could append your predicate to the predefined
17827 @code{gnus-category-predicate-alist} in your @file{~/.gnus.el} or
17828 wherever.
17829
17830 @lisp
17831 (require 'gnus-agent)
17832 (setq  gnus-category-predicate-alist
17833   (append gnus-category-predicate-alist
17834          '((old . my-article-old-p))))
17835 @end lisp
17836
17837 and simply specify your predicate as:
17838
17839 @lisp
17840 (not old)
17841 @end lisp
17842
17843 If/when using something like the above, be aware that there are many
17844 misconfigured systems/mailers out there and so an article's date is not
17845 always a reliable indication of when it was posted.  Hell, some people
17846 just don't give a damn.
17847
17848 The above predicates apply to @emph{all} the groups which belong to the
17849 category.  However, if you wish to have a specific predicate for an
17850 individual group within a category, or you're just too lazy to set up a
17851 new category, you can enter a group's individual predicate in its group
17852 parameters like so:
17853
17854 @lisp
17855 (agent-predicate . short)
17856 @end lisp
17857
17858 This is the group/topic parameter equivalent of the agent category default.
17859 Note that when specifying a single word predicate like this, the
17860 @code{agent-predicate} specification must be in dotted pair notation.
17861
17862 The equivalent of the longer example from above would be:
17863
17864 @lisp
17865 (agent-predicate or high (and (not low) (not long)))
17866 @end lisp
17867
17868 The outer parenthesis required in the category specification are not
17869 entered here as, not being in dotted pair notation, the value of the
17870 predicate is assumed to be a list.
17871
17872
17873 Now, the syntax of the download score is the same as the syntax of
17874 normal score files, except that all elements that require actually
17875 seeing the article itself are verboten.  This means that only the
17876 following headers can be scored on: @code{Subject}, @code{From},
17877 @code{Date}, @code{Message-ID}, @code{References}, @code{Chars},
17878 @code{Lines}, and @code{Xref}.
17879
17880 As with predicates, the specification of the @code{download score rule}
17881 to use in respect of a group can be in either the category definition if
17882 it's to be applicable to all groups in therein, or a group's parameters
17883 if it's to be specific to that group.
17884
17885 In both of these places the @code{download score rule} can take one of
17886 three forms:
17887
17888 @enumerate
17889 @item
17890 Score rule
17891
17892 This has the same syntax as a normal Gnus score file except only a
17893 subset of scoring keywords are available as mentioned above.
17894
17895 example:
17896
17897 @itemize @bullet
17898 @item
17899 Category specification
17900
17901 @lisp
17902 (("from"
17903        ("Lars Ingebrigtsen" 1000000 nil s))
17904 ("lines"
17905        (500 -100 nil <)))
17906 @end lisp
17907
17908 @item
17909 Group/Topic Parameter specification
17910
17911 @lisp
17912 (agent-score ("from"
17913                    ("Lars Ingebrigtsen" 1000000 nil s))
17914              ("lines"
17915                    (500 -100 nil <)))
17916 @end lisp
17917
17918 Again, note the omission of the outermost parenthesis here.
17919 @end itemize
17920
17921 @item
17922 Agent score file
17923
17924 These score files must @emph{only} contain the permitted scoring
17925 keywords stated above.
17926
17927 example:
17928
17929 @itemize @bullet
17930 @item
17931 Category specification
17932
17933 @lisp
17934 ("~/News/agent.SCORE")
17935 @end lisp
17936
17937 or perhaps
17938
17939 @lisp
17940 ("~/News/agent.SCORE" "~/News/agent.group.SCORE")
17941 @end lisp
17942
17943 @item
17944 Group Parameter specification
17945
17946 @lisp
17947 (agent-score "~/News/agent.SCORE")
17948 @end lisp
17949
17950 Additional score files can be specified as above.  Need I say anything
17951 about parenthesis?
17952 @end itemize
17953
17954 @item
17955 Use @code{normal} score files
17956
17957 If you don't want to maintain two sets of scoring rules for a group, and
17958 your desired @code{downloading} criteria for a group are the same as your
17959 @code{reading} criteria then you can tell the agent to refer to your
17960 @code{normal} score files when deciding what to download.
17961
17962 These directives in either the category definition or a group's
17963 parameters will cause the agent to read in all the applicable score
17964 files for a group, @emph{filtering out} those sections that do not
17965 relate to one of the permitted subset of scoring keywords.
17966
17967 @itemize @bullet
17968 @item
17969 Category Specification
17970
17971 @lisp
17972 file
17973 @end lisp
17974
17975 @item
17976 Group Parameter specification
17977
17978 @lisp
17979 (agent-score . file)
17980 @end lisp
17981 @end itemize
17982 @end enumerate
17983
17984 @node Category Buffer
17985 @subsubsection Category Buffer
17986
17987 You'd normally do all category maintenance from the category buffer.
17988 When you enter it for the first time (with the @kbd{J c} command from
17989 the group buffer), you'll only see the @code{default} category.
17990
17991 The following commands are available in this buffer:
17992
17993 @table @kbd
17994 @item q
17995 @kindex q (Category)
17996 @findex gnus-category-exit
17997 Return to the group buffer (@code{gnus-category-exit}).
17998
17999 @item e
18000 @kindex e (Category)
18001 @findex gnus-category-customize-category
18002 Use a customization buffer to set all of the selected category's
18003 parameters at one time (@code{gnus-category-customize-category}).
18004
18005 @item k
18006 @kindex k (Category)
18007 @findex gnus-category-kill
18008 Kill the current category (@code{gnus-category-kill}).
18009
18010 @item c
18011 @kindex c (Category)
18012 @findex gnus-category-copy
18013 Copy the current category (@code{gnus-category-copy}).
18014
18015 @item a
18016 @kindex a (Category)
18017 @findex gnus-category-add
18018 Add a new category (@code{gnus-category-add}).
18019
18020 @item p
18021 @kindex p (Category)
18022 @findex gnus-category-edit-predicate
18023 Edit the predicate of the current category
18024 (@code{gnus-category-edit-predicate}).
18025
18026 @item g
18027 @kindex g (Category)
18028 @findex gnus-category-edit-groups
18029 Edit the list of groups belonging to the current category
18030 (@code{gnus-category-edit-groups}).
18031
18032 @item s
18033 @kindex s (Category)
18034 @findex gnus-category-edit-score
18035 Edit the download score rule of the current category
18036 (@code{gnus-category-edit-score}).
18037
18038 @item l
18039 @kindex l (Category)
18040 @findex gnus-category-list
18041 List all the categories (@code{gnus-category-list}).
18042 @end table
18043
18044
18045 @node Category Variables
18046 @subsubsection Category Variables
18047
18048 @table @code
18049 @item gnus-category-mode-hook
18050 @vindex gnus-category-mode-hook
18051 Hook run in category buffers.
18052
18053 @item gnus-category-line-format
18054 @vindex gnus-category-line-format
18055 Format of the lines in the category buffer (@pxref{Formatting
18056 Variables}).  Valid elements are:
18057
18058 @table @samp
18059 @item c
18060 The name of the category.
18061
18062 @item g
18063 The number of groups in the category.
18064 @end table
18065
18066 @item gnus-category-mode-line-format
18067 @vindex gnus-category-mode-line-format
18068 Format of the category mode line (@pxref{Mode Line Formatting}).
18069
18070 @item gnus-agent-short-article
18071 @vindex gnus-agent-short-article
18072 Articles that have fewer lines than this are short.  Default 100.
18073
18074 @item gnus-agent-long-article
18075 @vindex gnus-agent-long-article
18076 Articles that have more lines than this are long.  Default 200.
18077
18078 @item gnus-agent-low-score
18079 @vindex gnus-agent-low-score
18080 Articles that have a score lower than this have a low score.  Default
18081 0.
18082
18083 @item gnus-agent-high-score
18084 @vindex gnus-agent-high-score
18085 Articles that have a score higher than this have a high score.  Default
18086 0.
18087
18088 @item gnus-agent-expire-days
18089 @vindex gnus-agent-expire-days
18090 The number of days that a @samp{read} article must stay in the agent's
18091 local disk before becoming eligible for expiration (While the name is
18092 the same, this doesn't mean expiring the article on the server.  It
18093 just means deleting the local copy of the article).  What is also
18094 important to understand is that the counter starts with the time the
18095 article was written to the local disk and not the time the article was
18096 read.
18097 Default 7.
18098
18099 @item gnus-agent-enable-expiration
18100 @vindex gnus-agent-enable-expiration
18101 Determines whether articles in a group are, by default, expired or
18102 retained indefinitely.  The default is @code{ENABLE} which means that
18103 you'll have to disable expiration when desired.  On the other hand,
18104 you could set this to @code{DISABLE}.  In that case, you would then
18105 have to enable expiration in selected groups.
18106
18107 @end table
18108
18109
18110 @node Agent Commands
18111 @subsection Agent Commands
18112 @findex gnus-agent-toggle-plugged
18113 @kindex J j (Agent)
18114
18115 All the Gnus Agent commands are on the @kbd{J} submap.  The @kbd{J j}
18116 (@code{gnus-agent-toggle-plugged}) command works in all modes, and
18117 toggles the plugged/unplugged state of the Gnus Agent.
18118
18119
18120 @menu
18121 * Group Agent Commands::        Configure groups and fetch their contents.
18122 * Summary Agent Commands::      Manually select then fetch specific articles.
18123 * Server Agent Commands::       Select the servers that are supported by the agent.
18124 @end menu
18125
18126
18127
18128
18129 @node Group Agent Commands
18130 @subsubsection Group Agent Commands
18131
18132 @table @kbd
18133 @item J u
18134 @kindex J u (Agent Group)
18135 @findex gnus-agent-fetch-groups
18136 Fetch all eligible articles in the current group
18137 (@code{gnus-agent-fetch-groups}).
18138
18139 @item J c
18140 @kindex J c (Agent Group)
18141 @findex gnus-enter-category-buffer
18142 Enter the Agent category buffer (@code{gnus-enter-category-buffer}).
18143
18144 @item J s
18145 @kindex J s (Agent Group)
18146 @findex gnus-agent-fetch-session
18147 Fetch all eligible articles in all groups
18148 (@code{gnus-agent-fetch-session}).
18149
18150 @item J S
18151 @kindex J S (Agent Group)
18152 @findex gnus-group-send-queue
18153 Send all sendable messages in the queue group
18154 (@code{gnus-group-send-queue}).  @xref{Drafts}.
18155
18156 @item J a
18157 @kindex J a (Agent Group)
18158 @findex gnus-agent-add-group
18159 Add the current group to an Agent category
18160 (@code{gnus-agent-add-group}).  This command understands the
18161 process/prefix convention (@pxref{Process/Prefix}).
18162
18163 @item J r
18164 @kindex J r (Agent Group)
18165 @findex gnus-agent-remove-group
18166 Remove the current group from its category, if any
18167 (@code{gnus-agent-remove-group}).  This command understands the
18168 process/prefix convention (@pxref{Process/Prefix}).
18169
18170 @item J Y
18171 @kindex J Y (Agent Group)
18172 @findex gnus-agent-synchronize-flags
18173 Synchronize flags changed while unplugged with remote server, if any.
18174
18175
18176 @end table
18177
18178
18179 @node Summary Agent Commands
18180 @subsubsection Summary Agent Commands
18181
18182 @table @kbd
18183 @item J #
18184 @kindex J # (Agent Summary)
18185 @findex gnus-agent-mark-article
18186 Mark the article for downloading (@code{gnus-agent-mark-article}).
18187
18188 @item J M-#
18189 @kindex J M-# (Agent Summary)
18190 @findex gnus-agent-unmark-article
18191 Remove the downloading mark from the article
18192 (@code{gnus-agent-unmark-article}).
18193
18194 @cindex %
18195 @item @@
18196 @kindex @@ (Agent Summary)
18197 @findex gnus-agent-toggle-mark
18198 Toggle whether to download the article
18199 (@code{gnus-agent-toggle-mark}).  The download mark is @samp{%} by
18200 default.
18201
18202 @item J c
18203 @kindex J c (Agent Summary)
18204 @findex gnus-agent-catchup
18205 Mark all articles as read (@code{gnus-agent-catchup}) that are neither cached, downloaded, nor downloadable.
18206
18207 @item J S
18208 @kindex J S (Agent Summary)
18209 @findex gnus-agent-fetch-group
18210 Download all eligible (@pxref{Agent Categories}) articles in this group.
18211 (@code{gnus-agent-fetch-group}).
18212
18213 @item J s
18214 @kindex J s (Agent Summary)
18215 @findex gnus-agent-fetch-series
18216 Download all processable articles in this group.
18217 (@code{gnus-agent-fetch-series}).
18218
18219 @item J u
18220 @kindex J u (Agent Summary)
18221 @findex gnus-agent-summary-fetch-group
18222 Download all downloadable articles in the current group
18223 (@code{gnus-agent-summary-fetch-group}).
18224
18225 @end table
18226
18227
18228 @node Server Agent Commands
18229 @subsubsection Server Agent Commands
18230
18231 @table @kbd
18232 @item J a
18233 @kindex J a (Agent Server)
18234 @findex gnus-agent-add-server
18235 Add the current server to the list of servers covered by the Gnus Agent
18236 (@code{gnus-agent-add-server}).
18237
18238 @item J r
18239 @kindex J r (Agent Server)
18240 @findex gnus-agent-remove-server
18241 Remove the current server from the list of servers covered by the Gnus
18242 Agent (@code{gnus-agent-remove-server}).
18243
18244 @end table
18245
18246
18247 @node Agent Visuals
18248 @subsection Agent Visuals
18249
18250 If you open a summary while unplugged and, Gnus knows from the group's
18251 active range that there are more articles than the headers currently
18252 stored in the Agent, you may see some articles whose subject looks
18253 something like @samp{[Undownloaded article #####]}.  These are
18254 placeholders for the missing headers.  Aside from setting a mark,
18255 there is not much that can be done with one of these placeholders.
18256 When Gnus finally gets a chance to fetch the group's headers, the
18257 placeholders will automatically be replaced by the actual headers.
18258 You can configure the summary buffer's maneuvering to skip over the
18259 placeholders if you care (See @code{gnus-auto-goto-ignores}).
18260
18261 While it may be obvious to all, the only headers and articles
18262 available while unplugged are those headers and articles that were
18263 fetched into the Agent while previously plugged.  To put it another
18264 way, "If you forget to fetch something while plugged, you might have a
18265 less than satisfying unplugged session".  For this reason, the Agent
18266 adds two visual effects to your summary buffer.  These effects display
18267 the download status of each article so that you always know which
18268 articles will be available when unplugged.
18269
18270 The first visual effect is the @samp{%O} spec.  If you customize
18271 @code{gnus-summary-line-format} to include this specifier, you will add
18272 a single character field that indicates an article's download status.
18273 Articles that have been fetched into either the Agent or the Cache,
18274 will display @code{gnus-downloaded-mark} (defaults to @samp{+}).  All
18275 other articles will display @code{gnus-undownloaded-mark} (defaults to
18276 @samp{-}).  If you open a group that has not been agentized, a space
18277 (@samp{ }) will be displayed.
18278
18279 The second visual effect are the undownloaded faces.  The faces, there
18280 are three indicating the article's score (low, normal, high), seem to
18281 result in a love/hate response from many Gnus users.  The problem is
18282 that the face selection is controlled by a list of condition tests and
18283 face names (See @code{gnus-summary-highlight}).  Each condition is
18284 tested in the order in which it appears in the list so early
18285 conditions have precedence over later conditions.  All of this means
18286 that, if you tick an undownloaded article, the article will continue
18287 to be displayed in the undownloaded face rather than the ticked face.
18288
18289 If you use the Agent as a cache (to avoid downloading the same article
18290 each time you visit it or to minimize your connection time), the
18291 undownloaded face will probably seem like a good idea.  The reason
18292 being that you do all of our work (marking, reading, deleting) with
18293 downloaded articles so the normal faces always appear.  For those
18294 users using the agent to improve online performance by caching the NOV
18295 database (most users since 5.10.2), the undownloaded faces may appear
18296 to be an absolutely horrible idea.  The issue being that, since none
18297 of their articles have been fetched into the Agent, all of the
18298 normal faces will be obscured by the undownloaded faces.
18299
18300 If you would like to use the undownloaded faces, you must enable the
18301 undownloaded faces by setting the @code{agent-enable-undownloaded-faces}
18302 group parameter to t.  This parameter, like all other agent
18303 parameters, may be set on an Agent Category (@pxref{Agent
18304 Categories}), a Group Topic (@pxref{Topic Parameters}), or an
18305 individual group (@pxref{Group Parameters}).
18306
18307 @node Agent as Cache
18308 @subsection Agent as Cache
18309
18310 When Gnus is plugged, it is not efficient to download headers or
18311 articles from the server again, if they are already stored in the
18312 Agent.  So, Gnus normally only downloads headers once, and stores them
18313 in the Agent.  These headers are later used when generating the summary
18314 buffer, regardless of whether you are plugged or unplugged.  Articles
18315 are not cached in the Agent by default though (that would potentially
18316 consume lots of disk space), but if you have already downloaded an
18317 article into the Agent, Gnus will not download the article from the
18318 server again but use the locally stored copy instead.
18319
18320 If you so desire, you can configure the agent (see @code{gnus-agent-cache}
18321 @pxref{Agent Variables}) to always download headers and articles while
18322 plugged.  Gnus will almost certainly be slower, but it will be kept
18323 synchronized with the server.  That last point probably won't make any
18324 sense if you are using a nntp or nnimap back end.
18325
18326 @node Agent Expiry
18327 @subsection Agent Expiry
18328
18329 @vindex gnus-agent-expire-days
18330 @findex gnus-agent-expire
18331 @kindex M-x gnus-agent-expire
18332 @kindex M-x gnus-agent-expire-group
18333 @findex gnus-agent-expire-group
18334 @cindex agent expiry
18335 @cindex Gnus agent expiry
18336 @cindex expiry
18337
18338 The Agent back end, @code{nnagent}, doesn't handle expiry.  Well, at
18339 least it doesn't handle it like other back ends.  Instead, there are
18340 special @code{gnus-agent-expire} and @code{gnus-agent-expire-group}
18341 commands that will expire all read articles that are older than
18342 @code{gnus-agent-expire-days} days.  They can be run whenever you feel
18343 that you're running out of space.  Neither are particularly fast or
18344 efficient, and it's not a particularly good idea to interrupt them (with
18345 @kbd{C-g} or anything else) once you've started one of them.
18346
18347 Note that other functions, e.g. @code{gnus-request-expire-articles},
18348 might run @code{gnus-agent-expire} for you to keep the agent
18349 synchronized with the group.
18350
18351 The agent parameter @code{agent-enable-expiration} may be used to
18352 prevent expiration in selected groups.
18353
18354 @vindex gnus-agent-expire-all
18355 If @code{gnus-agent-expire-all} is non-@code{nil}, the agent
18356 expiration commands will expire all articles---unread, read, ticked
18357 and dormant.  If @code{nil} (which is the default), only read articles
18358 are eligible for expiry, and unread, ticked and dormant articles will
18359 be kept indefinitely.
18360
18361 If you find that some articles eligible for expiry are never expired,
18362 perhaps some Gnus Agent files are corrupted.  There's are special
18363 commands, @code{gnus-agent-regenerate} and
18364 @code{gnus-agent-regenerate-group}, to fix possible problems.
18365
18366 @node Agent Regeneration
18367 @subsection Agent Regeneration
18368
18369 @cindex agent regeneration
18370 @cindex Gnus agent regeneration
18371 @cindex regeneration
18372
18373 The local data structures used by @code{nnagent} may become corrupted
18374 due to certain exceptional conditions.  When this happens,
18375 @code{nnagent} functionality may degrade or even fail.  The solution
18376 to this problem is to repair the local data structures by removing all
18377 internal inconsistencies.
18378
18379 For example, if your connection to your server is lost while
18380 downloaded articles into the agent, the local data structures will not
18381 know about articles successfully downloaded prior to the connection
18382 failure.  Running @code{gnus-agent-regenerate} or
18383 @code{gnus-agent-regenerate-group} will update the data structures
18384 such that you don't need to download these articles a second time.
18385
18386 @findex gnus-agent-regenerate
18387 @kindex M-x gnus-agent-regenerate
18388 The command @code{gnus-agent-regenerate} will perform
18389 @code{gnus-agent-regenerate-group} on every agentized group.  While
18390 you can run @code{gnus-agent-regenerate} in any buffer, it is strongly
18391 recommended that you first close all summary buffers.
18392
18393 @findex gnus-agent-regenerate-group
18394 @kindex M-x gnus-agent-regenerate-group
18395 The command @code{gnus-agent-regenerate-group} uses the local copies
18396 of individual articles to repair the local @acronym{NOV}(header) database.  It
18397 then updates the internal data structures that document which articles
18398 are stored locally.  An optional argument will mark articles in the
18399 agent as unread.
18400
18401 @node Agent and IMAP
18402 @subsection Agent and IMAP
18403
18404 The Agent works with any Gnus back end, including nnimap.  However,
18405 since there are some conceptual differences between @acronym{NNTP} and
18406 @acronym{IMAP}, this section (should) provide you with some information to
18407 make Gnus Agent work smoother as a @acronym{IMAP} Disconnected Mode client.
18408
18409 The first thing to keep in mind is that all flags (read, ticked, etc)
18410 are kept on the @acronym{IMAP} server, rather than in @file{.newsrc} as is the
18411 case for nntp.  Thus Gnus need to remember flag changes when
18412 disconnected, and synchronize these flags when you plug back in.
18413
18414 Gnus keeps track of flag changes when reading nnimap groups under the
18415 Agent.  When you plug back in, Gnus will check if you have any changed
18416 any flags and ask if you wish to synchronize these with the server.
18417 The behavior is customizable by @code{gnus-agent-synchronize-flags}.
18418
18419 @vindex gnus-agent-synchronize-flags
18420 If @code{gnus-agent-synchronize-flags} is @code{nil}, the Agent will
18421 never automatically synchronize flags.  If it is @code{ask}, which is
18422 the default, the Agent will check if you made any changes and if so
18423 ask if you wish to synchronize these when you re-connect.  If it has
18424 any other value, all flags will be synchronized automatically.
18425
18426 If you do not wish to synchronize flags automatically when you
18427 re-connect, you can do it manually with the
18428 @code{gnus-agent-synchronize-flags} command that is bound to @kbd{J Y}
18429 in the group buffer.
18430
18431 Some things are currently not implemented in the Agent that you'd might
18432 expect from a disconnected @acronym{IMAP} client, including:
18433
18434 @itemize @bullet
18435
18436 @item
18437 Copying/moving articles into nnimap groups when unplugged.
18438
18439 @item
18440 Creating/deleting nnimap groups when unplugged.
18441
18442 @end itemize
18443
18444 Technical note: the synchronization algorithm does not work by ``pushing''
18445 all local flags to the server, but rather incrementally update the
18446 server view of flags by changing only those flags that were changed by
18447 the user.  Thus, if you set one flag on an article, quit the group and
18448 re-select the group and remove the flag; the flag will be set and
18449 removed from the server when you ``synchronize''.  The queued flag
18450 operations can be found in the per-server @code{flags} file in the Agent
18451 directory.  It's emptied when you synchronize flags.
18452
18453
18454 @node Outgoing Messages
18455 @subsection Outgoing Messages
18456
18457 By default, when Gnus is unplugged, all outgoing messages (both mail
18458 and news) are stored in the draft group ``queue'' (@pxref{Drafts}).
18459 You can view them there after posting, and edit them at will.
18460
18461 You can control the circumstances under which outgoing mail is queued
18462 (see @code{gnus-agent-queue-mail}, @pxref{Agent Variables}).  Outgoing
18463 news is always queued when Gnus is unplugged, and never otherwise.
18464
18465 You can send the messages either from the draft group with the special
18466 commands available there, or you can use the @kbd{J S} command in the
18467 group buffer to send all the sendable messages in the draft group.
18468 Posting news will only work when Gnus is plugged, but you can send
18469 mail at any time.
18470
18471 If sending mail while unplugged does not work for you and you worry
18472 about hitting @kbd{J S} by accident when unplugged, you can have Gnus
18473 ask you to confirm your action (see
18474 @code{gnus-agent-prompt-send-queue}, @pxref{Agent Variables}).
18475
18476 @node Agent Variables
18477 @subsection Agent Variables
18478
18479 @table @code
18480 @item gnus-agent
18481 @vindex gnus-agent
18482 Is the agent enabled?  The default is @code{t}.  When first enabled,
18483 the agent will use @code{gnus-agent-auto-agentize-methods} to
18484 automatically mark some backends as agentized.  You may change which
18485 backends are agentized using the agent commands in the server buffer.
18486
18487 To enter the server buffer, use the @kbd{^}
18488 (@code{gnus-group-enter-server-mode}) command in the group buffer.
18489
18490
18491 @item gnus-agent-directory
18492 @vindex gnus-agent-directory
18493 Where the Gnus Agent will store its files.  The default is
18494 @file{~/News/agent/}.
18495
18496 @item gnus-agent-handle-level
18497 @vindex gnus-agent-handle-level
18498 Groups on levels (@pxref{Group Levels}) higher than this variable will
18499 be ignored by the Agent.  The default is @code{gnus-level-subscribed},
18500 which means that only subscribed group will be considered by the Agent
18501 by default.
18502
18503 @item gnus-agent-plugged-hook
18504 @vindex gnus-agent-plugged-hook
18505 Hook run when connecting to the network.
18506
18507 @item gnus-agent-unplugged-hook
18508 @vindex gnus-agent-unplugged-hook
18509 Hook run when disconnecting from the network.
18510
18511 @item gnus-agent-fetched-hook
18512 @vindex gnus-agent-fetched-hook
18513 Hook run when finished fetching articles.
18514
18515 @item gnus-agent-cache
18516 @vindex gnus-agent-cache
18517 Variable to control whether use the locally stored @acronym{NOV} and
18518 articles when plugged, e.g. essentially using the Agent as a cache.
18519 The default is non-@code{nil}, which means to use the Agent as a cache.
18520
18521 @item gnus-agent-go-online
18522 @vindex gnus-agent-go-online
18523 If @code{gnus-agent-go-online} is @code{nil}, the Agent will never
18524 automatically switch offline servers into online status.  If it is
18525 @code{ask}, the default, the Agent will ask if you wish to switch
18526 offline servers into online status when you re-connect.  If it has any
18527 other value, all offline servers will be automatically switched into
18528 online status.
18529
18530 @item gnus-agent-mark-unread-after-downloaded
18531 @vindex gnus-agent-mark-unread-after-downloaded
18532 If @code{gnus-agent-mark-unread-after-downloaded} is non-@code{nil},
18533 mark articles as unread after downloading.  This is usually a safe
18534 thing to do as the newly downloaded article has obviously not been
18535 read.  The default is t.
18536
18537 @item gnus-agent-consider-all-articles
18538 @vindex gnus-agent-consider-all-articles
18539 If @code{gnus-agent-consider-all-articles} is non-@code{nil}, the
18540 agent will let the agent predicate decide whether articles need to be
18541 downloaded or not, for all articles.  When @code{nil}, the default,
18542 the agent will only let the predicate decide whether unread articles
18543 are downloaded or not.  If you enable this, you may also want to look
18544 into the agent expiry settings (@pxref{Category Variables}), so that
18545 the agent doesn't download articles which the agent will later expire,
18546 over and over again.
18547
18548 @item gnus-agent-max-fetch-size
18549 @vindex gnus-agent-max-fetch-size
18550 The agent fetches articles into a temporary buffer prior to parsing
18551 them into individual files.  To avoid exceeding the max. buffer size,
18552 the agent alternates between fetching and parsing until all articles
18553 have been fetched.  @code{gnus-agent-max-fetch-size} provides a size
18554 limit to control how often the cycling occurs.  A large value improves
18555 performance.  A small value minimizes the time lost should the
18556 connection be lost while fetching (You may need to run
18557 @code{gnus-agent-regenerate-group} to update the group's state.
18558 However, all articles parsed prior to loosing the connection will be
18559 available while unplugged).  The default is 10M so it is unusual to
18560 see any cycling.
18561
18562 @item gnus-server-unopen-status
18563 @vindex gnus-server-unopen-status
18564 Perhaps not an Agent variable, but closely related to the Agent, this
18565 variable says what will happen if Gnus cannot open a server.  If the
18566 Agent is enabled, the default, @code{nil}, makes Gnus ask the user
18567 whether to deny the server or whether to unplug the agent.  If the
18568 Agent is disabled, Gnus always simply deny the server.  Other choices
18569 for this variable include @code{denied} and @code{offline} the latter
18570 is only valid if the Agent is used.
18571
18572 @item gnus-auto-goto-ignores
18573 @vindex gnus-auto-goto-ignores
18574 Another variable that isn't an Agent variable, yet so closely related
18575 that most will look for it here, this variable tells the summary
18576 buffer how to maneuver around undownloaded (only headers stored in the
18577 agent) and unfetched (neither article nor headers stored) articles.
18578
18579 The legal values are @code{nil} (maneuver to any article),
18580 @code{undownloaded} (maneuvering while unplugged ignores articles that
18581 have not been fetched), @code{always-undownloaded} (maneuvering always
18582 ignores articles that have not been fetched), @code{unfetched}
18583 (maneuvering ignores articles whose headers have not been fetched).
18584
18585 @item gnus-agent-queue-mail
18586 @vindex gnus-agent-queue-mail
18587 When @code{gnus-agent-queue-mail} is @code{always}, Gnus will always
18588 queue mail rather than sending it straight away.  When @code{t}, Gnus
18589 will queue mail when unplugged only.  When @code{nil}, never queue
18590 mail.  The default is @code{t}.
18591
18592 @item gnus-agent-prompt-send-queue
18593 @vindex gnus-agent-prompt-send-queue
18594 When @code{gnus-agent-prompt-send-queue} is non-@code{nil} Gnus will
18595 prompt you to confirm that you really wish to proceed if you hit
18596 @kbd{J S} while unplugged.  The default is @code{nil}.
18597
18598 @item gnus-agent-auto-agentize-methods
18599 @vindex gnus-agent-auto-agentize-methods
18600 If you have never used the Agent before (or more technically, if
18601 @file{~/News/agent/lib/servers} does not exist), Gnus will
18602 automatically agentize a few servers for you.  This variable control
18603 which backends should be auto-agentized.  It is typically only useful
18604 to agentize remote backends.  The auto-agentizing has the same effect
18605 as running @kbd{J a} on the servers (@pxref{Server Agent Commands}).
18606 If the file exist, you must manage the servers manually by adding or
18607 removing them, this variable is only applicable the first time you
18608 start Gnus.  The default is @samp{(nntp nnimap)}.
18609
18610 @end table
18611
18612
18613 @node Example Setup
18614 @subsection Example Setup
18615
18616 If you don't want to read this manual, and you have a fairly standard
18617 setup, you may be able to use something like the following as your
18618 @file{~/.gnus.el} file to get started.
18619
18620 @lisp
18621 ;;; @r{Define how Gnus is to fetch news.  We do this over @acronym{NNTP}}
18622 ;;; @r{from your ISP's server.}
18623 (setq gnus-select-method '(nntp "news.your-isp.com"))
18624
18625 ;;; @r{Define how Gnus is to read your mail.  We read mail from}
18626 ;;; @r{your ISP's @acronym{POP} server.}
18627 (setq mail-sources '((pop :server "pop.your-isp.com")))
18628
18629 ;;; @r{Say how Gnus is to store the mail.  We use nnml groups.}
18630 (setq gnus-secondary-select-methods '((nnml "")))
18631
18632 ;;; @r{Make Gnus into an offline newsreader.}
18633 ;;; (gnus-agentize) ; @r{The obsolete setting.}
18634 ;;; (setq gnus-agent t) ; @r{Now the default.}
18635 @end lisp
18636
18637 That should be it, basically.  Put that in your @file{~/.gnus.el} file,
18638 edit to suit your needs, start up PPP (or whatever), and type @kbd{M-x
18639 gnus}.
18640
18641 If this is the first time you've run Gnus, you will be subscribed
18642 automatically to a few default newsgroups.  You'll probably want to
18643 subscribe to more groups, and to do that, you have to query the
18644 @acronym{NNTP} server for a complete list of groups with the @kbd{A A}
18645 command.  This usually takes quite a while, but you only have to do it
18646 once.
18647
18648 After reading and parsing a while, you'll be presented with a list of
18649 groups.  Subscribe to the ones you want to read with the @kbd{u}
18650 command.  @kbd{l} to make all the killed groups disappear after you've
18651 subscribe to all the groups you want to read.  (@kbd{A k} will bring
18652 back all the killed groups.)
18653
18654 You can now read the groups at once, or you can download the articles
18655 with the @kbd{J s} command.  And then read the rest of this manual to
18656 find out which of the other gazillion things you want to customize.
18657
18658
18659 @node Batching Agents
18660 @subsection Batching Agents
18661 @findex gnus-agent-batch
18662
18663 Having the Gnus Agent fetch articles (and post whatever messages you've
18664 written) is quite easy once you've gotten things set up properly.  The
18665 following shell script will do everything that is necessary:
18666
18667 You can run a complete batch command from the command line with the
18668 following incantation:
18669
18670 @example
18671 #!/bin/sh
18672 emacs -batch -l ~/.emacs -l ~/.gnus.el gnus-agent-batch >/dev/null 2>&1
18673 @end example
18674
18675
18676 @node Agent Caveats
18677 @subsection Agent Caveats
18678
18679 The Gnus Agent doesn't seem to work like most other offline
18680 newsreaders.  Here are some common questions that some imaginary people
18681 may ask:
18682
18683 @table @dfn
18684 @item If I read an article while plugged, do they get entered into the Agent?
18685
18686 @strong{No}.  If you want this behaviour, add
18687 @code{gnus-agent-fetch-selected-article} to
18688 @code{gnus-select-article-hook}.
18689
18690 @item If I read an article while plugged, and the article already exists in
18691 the Agent, will it get downloaded once more?
18692
18693 @strong{No}, unless @code{gnus-agent-cache} is @code{nil}.
18694
18695 @end table
18696
18697 In short, when Gnus is unplugged, it only looks into the locally stored
18698 articles; when it's plugged, it talks to your ISP and may also use the
18699 locally stored articles.
18700
18701
18702 @node Scoring
18703 @chapter Scoring
18704 @cindex scoring
18705
18706 Other people use @dfn{kill files}, but we here at Gnus Towers like
18707 scoring better than killing, so we'd rather switch than fight.  They do
18708 something completely different as well, so sit up straight and pay
18709 attention!
18710
18711 @vindex gnus-summary-mark-below
18712 All articles have a default score (@code{gnus-summary-default-score}),
18713 which is 0 by default.  This score may be raised or lowered either
18714 interactively or by score files.  Articles that have a score lower than
18715 @code{gnus-summary-mark-below} are marked as read.
18716
18717 Gnus will read any @dfn{score files} that apply to the current group
18718 before generating the summary buffer.
18719
18720 There are several commands in the summary buffer that insert score
18721 entries based on the current article.  You can, for instance, ask Gnus to
18722 lower or increase the score of all articles with a certain subject.
18723
18724 There are two sorts of scoring entries: Permanent and temporary.
18725 Temporary score entries are self-expiring entries.  Any entries that are
18726 temporary and have not been used for, say, a week, will be removed
18727 silently to help keep the sizes of the score files down.
18728
18729 @menu
18730 * Summary Score Commands::      Adding score entries for the current group.
18731 * Group Score Commands::        General score commands.
18732 * Score Variables::             Customize your scoring.  (My, what terminology).
18733 * Score File Format::           What a score file may contain.
18734 * Score File Editing::          You can edit score files by hand as well.
18735 * Adaptive Scoring::            Big Sister Gnus knows what you read.
18736 * Home Score File::             How to say where new score entries are to go.
18737 * Followups To Yourself::       Having Gnus notice when people answer you.
18738 * Scoring On Other Headers::    Scoring on non-standard headers.
18739 * Scoring Tips::                How to score effectively.
18740 * Reverse Scoring::             That problem child of old is not problem.
18741 * Global Score Files::          Earth-spanning, ear-splitting score files.
18742 * Kill Files::                  They are still here, but they can be ignored.
18743 * Converting Kill Files::       Translating kill files to score files.
18744 * Advanced Scoring::            Using logical expressions to build score rules.
18745 * Score Decays::                It can be useful to let scores wither away.
18746 @end menu
18747
18748
18749 @node Summary Score Commands
18750 @section Summary Score Commands
18751 @cindex score commands
18752
18753 The score commands that alter score entries do not actually modify real
18754 score files.  That would be too inefficient.  Gnus maintains a cache of
18755 previously loaded score files, one of which is considered the
18756 @dfn{current score file alist}.  The score commands simply insert
18757 entries into this list, and upon group exit, this list is saved.
18758
18759 The current score file is by default the group's local score file, even
18760 if no such score file actually exists.  To insert score commands into
18761 some other score file (e.g. @file{all.SCORE}), you must first make this
18762 score file the current one.
18763
18764 General score commands that don't actually change the score file:
18765
18766 @table @kbd
18767
18768 @item V s
18769 @kindex V s (Summary)
18770 @findex gnus-summary-set-score
18771 Set the score of the current article (@code{gnus-summary-set-score}).
18772
18773 @item V S
18774 @kindex V S (Summary)
18775 @findex gnus-summary-current-score
18776 Display the score of the current article
18777 (@code{gnus-summary-current-score}).
18778
18779 @item V t
18780 @kindex V t (Summary)
18781 @findex gnus-score-find-trace
18782 Display all score rules that have been used on the current article
18783 (@code{gnus-score-find-trace}).  In the @code{*Score Trace*} buffer, you
18784 may type @kbd{e} to edit score file corresponding to the score rule on
18785 current line and @kbd{f} to format (@code{gnus-score-pretty-print}) the
18786 score file and edit it.
18787
18788 @item V w
18789 @kindex V w (Summary)
18790 @findex gnus-score-find-favourite-words
18791 List words used in scoring (@code{gnus-score-find-favourite-words}).
18792
18793 @item V R
18794 @kindex V R (Summary)
18795 @findex gnus-summary-rescore
18796 Run the current summary through the scoring process
18797 (@code{gnus-summary-rescore}).  This might be useful if you're playing
18798 around with your score files behind Gnus' back and want to see the
18799 effect you're having.
18800
18801 @item V c
18802 @kindex V c (Summary)
18803 @findex gnus-score-change-score-file
18804 Make a different score file the current
18805 (@code{gnus-score-change-score-file}).
18806
18807 @item V e
18808 @kindex V e (Summary)
18809 @findex gnus-score-edit-current-scores
18810 Edit the current score file (@code{gnus-score-edit-current-scores}).
18811 You will be popped into a @code{gnus-score-mode} buffer (@pxref{Score
18812 File Editing}).
18813
18814 @item V f
18815 @kindex V f (Summary)
18816 @findex gnus-score-edit-file
18817 Edit a score file and make this score file the current one
18818 (@code{gnus-score-edit-file}).
18819
18820 @item V F
18821 @kindex V F (Summary)
18822 @findex gnus-score-flush-cache
18823 Flush the score cache (@code{gnus-score-flush-cache}).  This is useful
18824 after editing score files.
18825
18826 @item V C
18827 @kindex V C (Summary)
18828 @findex gnus-score-customize
18829 Customize a score file in a visually pleasing manner
18830 (@code{gnus-score-customize}).
18831
18832 @end table
18833
18834 The rest of these commands modify the local score file.
18835
18836 @table @kbd
18837
18838 @item V m
18839 @kindex V m (Summary)
18840 @findex gnus-score-set-mark-below
18841 Prompt for a score, and mark all articles with a score below this as
18842 read (@code{gnus-score-set-mark-below}).
18843
18844 @item V x
18845 @kindex V x (Summary)
18846 @findex gnus-score-set-expunge-below
18847 Prompt for a score, and add a score rule to the current score file to
18848 expunge all articles below this score
18849 (@code{gnus-score-set-expunge-below}).
18850 @end table
18851
18852 The keystrokes for actually making score entries follow a very regular
18853 pattern, so there's no need to list all the commands.  (Hundreds of
18854 them.)
18855
18856 @findex gnus-summary-increase-score
18857 @findex gnus-summary-lower-score
18858
18859 @enumerate
18860 @item
18861 The first key is either @kbd{I} (upper case i) for increasing the score
18862 or @kbd{L} for lowering the score.
18863 @item
18864 The second key says what header you want to score on.  The following
18865 keys are available:
18866 @table @kbd
18867
18868 @item a
18869 Score on the author name.
18870
18871 @item s
18872 Score on the subject line.
18873
18874 @item x
18875 Score on the @code{Xref} line---i.e., the cross-posting line.
18876
18877 @item r
18878 Score on the @code{References} line.
18879
18880 @item d
18881 Score on the date.
18882
18883 @item l
18884 Score on the number of lines.
18885
18886 @item i
18887 Score on the @code{Message-ID} header.
18888
18889 @item e
18890 Score on an ``extra'' header, that is, one of those in gnus-extra-headers,
18891 if your @acronym{NNTP} server tracks additional header data in overviews.
18892
18893 @item f
18894 Score on followups---this matches the author name, and adds scores to
18895 the followups to this author.  (Using this key leads to the creation of
18896 @file{ADAPT} files.)
18897
18898 @item b
18899 Score on the body.
18900
18901 @item h
18902 Score on the head.
18903
18904 @item t
18905 Score on thread.  (Using this key leads to the creation of @file{ADAPT}
18906 files.)
18907
18908 @end table
18909
18910 @item
18911 The third key is the match type.  Which match types are valid depends on
18912 what headers you are scoring on.
18913
18914 @table @code
18915
18916 @item strings
18917
18918 @table @kbd
18919
18920 @item e
18921 Exact matching.
18922
18923 @item s
18924 Substring matching.
18925
18926 @item f
18927 Fuzzy matching (@pxref{Fuzzy Matching}).
18928
18929 @item r
18930 Regexp matching
18931 @end table
18932
18933 @item date
18934 @table @kbd
18935
18936 @item b
18937 Before date.
18938
18939 @item a
18940 After date.
18941
18942 @item n
18943 This date.
18944 @end table
18945
18946 @item number
18947 @table @kbd
18948
18949 @item <
18950 Less than number.
18951
18952 @item =
18953 Equal to number.
18954
18955 @item >
18956 Greater than number.
18957 @end table
18958 @end table
18959
18960 @item
18961 The fourth and usually final key says whether this is a temporary (i.e.,
18962 expiring) score entry, or a permanent (i.e., non-expiring) score entry,
18963 or whether it is to be done immediately, without adding to the score
18964 file.
18965 @table @kbd
18966
18967 @item t
18968 Temporary score entry.
18969
18970 @item p
18971 Permanent score entry.
18972
18973 @item i
18974 Immediately scoring.
18975 @end table
18976
18977 @item
18978 If you are scoring on `e' (extra) headers, you will then be prompted for
18979 the header name on which you wish to score.  This must be a header named
18980 in gnus-extra-headers, and @samp{TAB} completion is available.
18981
18982 @end enumerate
18983
18984 So, let's say you want to increase the score on the current author with
18985 exact matching permanently: @kbd{I a e p}.  If you want to lower the
18986 score based on the subject line, using substring matching, and make a
18987 temporary score entry: @kbd{L s s t}.  Pretty easy.
18988
18989 To make things a bit more complicated, there are shortcuts.  If you use
18990 a capital letter on either the second or third keys, Gnus will use
18991 defaults for the remaining one or two keystrokes.  The defaults are
18992 ``substring'' and ``temporary''.  So @kbd{I A} is the same as @kbd{I a s
18993 t}, and @kbd{I a R} is the same as @kbd{I a r t}.
18994
18995 These functions take both the numerical prefix and the symbolic prefix
18996 (@pxref{Symbolic Prefixes}).  A numerical prefix says how much to lower
18997 (or increase) the score of the article.  A symbolic prefix of @code{a}
18998 says to use the @file{all.SCORE} file for the command instead of the
18999 current score file.
19000
19001 @vindex gnus-score-mimic-keymap
19002 The @code{gnus-score-mimic-keymap} says whether these commands will
19003 pretend they are keymaps or not.
19004
19005
19006 @node Group Score Commands
19007 @section Group Score Commands
19008 @cindex group score commands
19009
19010 There aren't many of these as yet, I'm afraid.
19011
19012 @table @kbd
19013
19014 @item W e
19015 @kindex W e (Group)
19016 @findex gnus-score-edit-all-score
19017 Edit the apply-to-all-groups all.SCORE file.  You will be popped into
19018 a @code{gnus-score-mode} buffer (@pxref{Score File Editing}).
19019
19020 @item W f
19021 @kindex W f (Group)
19022 @findex gnus-score-flush-cache
19023 Gnus maintains a cache of score alists to avoid having to reload them
19024 all the time.  This command will flush the cache
19025 (@code{gnus-score-flush-cache}).
19026
19027 @end table
19028
19029 You can do scoring from the command line by saying something like:
19030
19031 @findex gnus-batch-score
19032 @cindex batch scoring
19033 @example
19034 $ emacs -batch -l ~/.emacs -l ~/.gnus.el -f gnus-batch-score
19035 @end example
19036
19037
19038 @node Score Variables
19039 @section Score Variables
19040 @cindex score variables
19041
19042 @table @code
19043
19044 @item gnus-use-scoring
19045 @vindex gnus-use-scoring
19046 If @code{nil}, Gnus will not check for score files, and will not, in
19047 general, do any score-related work.  This is @code{t} by default.
19048
19049 @item gnus-kill-killed
19050 @vindex gnus-kill-killed
19051 If this variable is @code{nil}, Gnus will never apply score files to
19052 articles that have already been through the kill process.  While this
19053 may save you lots of time, it also means that if you apply a kill file
19054 to a group, and then change the kill file and want to run it over you
19055 group again to kill more articles, it won't work.  You have to set this
19056 variable to @code{t} to do that.  (It is @code{t} by default.)
19057
19058 @item gnus-kill-files-directory
19059 @vindex gnus-kill-files-directory
19060 All kill and score files will be stored in this directory, which is
19061 initialized from the @env{SAVEDIR} environment variable by default.
19062 This is @file{~/News/} by default.
19063
19064 @item gnus-score-file-suffix
19065 @vindex gnus-score-file-suffix
19066 Suffix to add to the group name to arrive at the score file name
19067 (@file{SCORE} by default.)
19068
19069 @item gnus-score-uncacheable-files
19070 @vindex gnus-score-uncacheable-files
19071 @cindex score cache
19072 All score files are normally cached to avoid excessive re-loading of
19073 score files.  However, if this might make your Emacs grow big and
19074 bloated, so this regexp can be used to weed out score files unlikely
19075 to be needed again.  It would be a bad idea to deny caching of
19076 @file{all.SCORE}, while it might be a good idea to not cache
19077 @file{comp.infosystems.www.authoring.misc.ADAPT}.  In fact, this
19078 variable is @samp{ADAPT$} by default, so no adaptive score files will
19079 be cached.
19080
19081 @item gnus-save-score
19082 @vindex gnus-save-score
19083 If you have really complicated score files, and do lots of batch
19084 scoring, then you might set this variable to @code{t}.  This will make
19085 Gnus save the scores into the @file{.newsrc.eld} file.
19086
19087 If you do not set this to @code{t}, then manual scores (like those set
19088 with @kbd{V s} (@code{gnus-summary-set-score})) will not be preserved
19089 across group visits.
19090
19091 @item gnus-score-interactive-default-score
19092 @vindex gnus-score-interactive-default-score
19093 Score used by all the interactive raise/lower commands to raise/lower
19094 score with.  Default is 1000, which may seem excessive, but this is to
19095 ensure that the adaptive scoring scheme gets enough room to play with.
19096 We don't want the small changes from the adaptive scoring to overwrite
19097 manually entered data.
19098
19099 @item gnus-summary-default-score
19100 @vindex gnus-summary-default-score
19101 Default score of an article, which is 0 by default.
19102
19103 @item gnus-summary-expunge-below
19104 @vindex gnus-summary-expunge-below
19105 Don't display the summary lines of articles that have scores lower than
19106 this variable.  This is @code{nil} by default, which means that no
19107 articles will be hidden.  This variable is local to the summary buffers,
19108 and has to be set from @code{gnus-summary-mode-hook}.
19109
19110 @item gnus-score-over-mark
19111 @vindex gnus-score-over-mark
19112 Mark (in the third column) used for articles with a score over the
19113 default.  Default is @samp{+}.
19114
19115 @item gnus-score-below-mark
19116 @vindex gnus-score-below-mark
19117 Mark (in the third column) used for articles with a score below the
19118 default.  Default is @samp{-}.
19119
19120 @item gnus-score-find-score-files-function
19121 @vindex gnus-score-find-score-files-function
19122 Function used to find score files for the current group.  This function
19123 is called with the name of the group as the argument.
19124
19125 Predefined functions available are:
19126 @table @code
19127
19128 @item gnus-score-find-single
19129 @findex gnus-score-find-single
19130 Only apply the group's own score file.
19131
19132 @item gnus-score-find-bnews
19133 @findex gnus-score-find-bnews
19134 Apply all score files that match, using bnews syntax.  This is the
19135 default.  If the current group is @samp{gnu.emacs.gnus}, for instance,
19136 @file{all.emacs.all.SCORE}, @file{not.alt.all.SCORE} and
19137 @file{gnu.all.SCORE} would all apply.  In short, the instances of
19138 @samp{all} in the score file names are translated into @samp{.*}, and
19139 then a regexp match is done.
19140
19141 This means that if you have some score entries that you want to apply to
19142 all groups, then you put those entries in the @file{all.SCORE} file.
19143
19144 The score files are applied in a semi-random order, although Gnus will
19145 try to apply the more general score files before the more specific score
19146 files.  It does this by looking at the number of elements in the score
19147 file names---discarding the @samp{all} elements.
19148
19149 @item gnus-score-find-hierarchical
19150 @findex gnus-score-find-hierarchical
19151 Apply all score files from all the parent groups.  This means that you
19152 can't have score files like @file{all.SCORE}, but you can have
19153 @file{SCORE}, @file{comp.SCORE} and @file{comp.emacs.SCORE} for each
19154 server.
19155
19156 @end table
19157 This variable can also be a list of functions.  In that case, all
19158 these functions will be called with the group name as argument, and
19159 all the returned lists of score files will be applied.  These
19160 functions can also return lists of lists of score alists directly.  In
19161 that case, the functions that return these non-file score alists
19162 should probably be placed before the ``real'' score file functions, to
19163 ensure that the last score file returned is the local score file.
19164 Phu.
19165
19166 For example, to do hierarchical scoring but use a non-server-specific
19167 overall score file, you could use the value
19168 @example
19169 (list (lambda (group) ("all.SCORE"))
19170       'gnus-score-find-hierarchical)
19171 @end example
19172
19173 @item gnus-score-expiry-days
19174 @vindex gnus-score-expiry-days
19175 This variable says how many days should pass before an unused score file
19176 entry is expired.  If this variable is @code{nil}, no score file entries
19177 are expired.  It's 7 by default.
19178
19179 @item gnus-update-score-entry-dates
19180 @vindex gnus-update-score-entry-dates
19181 If this variable is non-@code{nil}, temporary score entries that have
19182 been triggered (matched) will have their dates updated.  (This is how Gnus
19183 controls expiry---all non-matched-entries will become too old while
19184 matched entries will stay fresh and young.)  However, if you set this
19185 variable to @code{nil}, even matched entries will grow old and will
19186 have to face that oh-so grim reaper.
19187
19188 @item gnus-score-after-write-file-function
19189 @vindex gnus-score-after-write-file-function
19190 Function called with the name of the score file just written.
19191
19192 @item gnus-score-thread-simplify
19193 @vindex gnus-score-thread-simplify
19194 If this variable is non-@code{nil}, article subjects will be
19195 simplified for subject scoring purposes in the same manner as with
19196 threading---according to the current value of
19197 @code{gnus-simplify-subject-functions}.  If the scoring entry uses
19198 @code{substring} or @code{exact} matching, the match will also be
19199 simplified in this manner.
19200
19201 @end table
19202
19203
19204 @node Score File Format
19205 @section Score File Format
19206 @cindex score file format
19207
19208 A score file is an @code{emacs-lisp} file that normally contains just a
19209 single form.  Casual users are not expected to edit these files;
19210 everything can be changed from the summary buffer.
19211
19212 Anyway, if you'd like to dig into it yourself, here's an example:
19213
19214 @lisp
19215 (("from"
19216   ("Lars Ingebrigtsen" -10000)
19217   ("Per Abrahamsen")
19218   ("larsi\\|lmi" -50000 nil R))
19219  ("subject"
19220   ("Ding is Badd" nil 728373))
19221  ("xref"
19222   ("alt.politics" -1000 728372 s))
19223  ("lines"
19224   (2 -100 nil <))
19225  (mark 0)
19226  (expunge -1000)
19227  (mark-and-expunge -10)
19228  (read-only nil)
19229  (orphan -10)
19230  (adapt t)
19231  (files "/hom/larsi/News/gnu.SCORE")
19232  (exclude-files "all.SCORE")
19233  (local (gnus-newsgroup-auto-expire t)
19234         (gnus-summary-make-false-root empty))
19235  (eval (ding)))
19236 @end lisp
19237
19238 This example demonstrates most score file elements.  @xref{Advanced
19239 Scoring}, for a different approach.
19240
19241 Even though this looks much like Lisp code, nothing here is actually
19242 @code{eval}ed.  The Lisp reader is used to read this form, though, so it
19243 has to be valid syntactically, if not semantically.
19244
19245 Six keys are supported by this alist:
19246
19247 @table @code
19248
19249 @item STRING
19250 If the key is a string, it is the name of the header to perform the
19251 match on.  Scoring can only be performed on these eight headers:
19252 @code{From}, @code{Subject}, @code{References}, @code{Message-ID},
19253 @code{Xref}, @code{Lines}, @code{Chars} and @code{Date}.  In addition to
19254 these headers, there are three strings to tell Gnus to fetch the entire
19255 article and do the match on larger parts of the article: @code{Body}
19256 will perform the match on the body of the article, @code{Head} will
19257 perform the match on the head of the article, and @code{All} will
19258 perform the match on the entire article.  Note that using any of these
19259 last three keys will slow down group entry @emph{considerably}.  The
19260 final ``header'' you can score on is @code{Followup}.  These score
19261 entries will result in new score entries being added for all follow-ups
19262 to articles that matches these score entries.
19263
19264 Following this key is an arbitrary number of score entries, where each
19265 score entry has one to four elements.
19266 @enumerate
19267
19268 @item
19269 The first element is the @dfn{match element}.  On most headers this will
19270 be a string, but on the Lines and Chars headers, this must be an
19271 integer.
19272
19273 @item
19274 If the second element is present, it should be a number---the @dfn{score
19275 element}.  This number should be an integer in the neginf to posinf
19276 interval.  This number is added to the score of the article if the match
19277 is successful.  If this element is not present, the
19278 @code{gnus-score-interactive-default-score} number will be used
19279 instead.  This is 1000 by default.
19280
19281 @item
19282 If the third element is present, it should be a number---the @dfn{date
19283 element}.  This date says when the last time this score entry matched,
19284 which provides a mechanism for expiring the score entries.  It this
19285 element is not present, the score entry is permanent.  The date is
19286 represented by the number of days since December 31, 1 BCE.
19287
19288 @item
19289 If the fourth element is present, it should be a symbol---the @dfn{type
19290 element}.  This element specifies what function should be used to see
19291 whether this score entry matches the article.  What match types that can
19292 be used depends on what header you wish to perform the match on.
19293 @table @dfn
19294
19295 @item From, Subject, References, Xref, Message-ID
19296 For most header types, there are the @code{r} and @code{R} (regexp), as
19297 well as @code{s} and @code{S} (substring) types, and @code{e} and
19298 @code{E} (exact match), and @code{w} (word match) types.  If this
19299 element is not present, Gnus will assume that substring matching should
19300 be used.  @code{R}, @code{S}, and @code{E} differ from the others in
19301 that the matches will be done in a case-sensitive manner.  All these
19302 one-letter types are really just abbreviations for the @code{regexp},
19303 @code{string}, @code{exact}, and @code{word} types, which you can use
19304 instead, if you feel like.
19305
19306 @item Extra
19307 Just as for the standard string overview headers, if you are using
19308 gnus-extra-headers, you can score on these headers' values.  In this
19309 case, there is a 5th element in the score entry, being the name of the
19310 header to be scored.  The following entry is useful in your
19311 @file{all.SCORE} file in case of spam attacks from a single origin
19312 host, if your @acronym{NNTP} server tracks @samp{NNTP-Posting-Host} in
19313 overviews:
19314
19315 @lisp
19316 ("111.222.333.444" -1000 nil s
19317  "NNTP-Posting-Host")
19318 @end lisp
19319
19320 @item Lines, Chars
19321 These two headers use different match types: @code{<}, @code{>},
19322 @code{=}, @code{>=} and @code{<=}.
19323
19324 These predicates are true if
19325
19326 @example
19327 (PREDICATE HEADER MATCH)
19328 @end example
19329
19330 evaluates to non-@code{nil}.  For instance, the advanced match
19331 @code{("lines" 4 <)} (@pxref{Advanced Scoring}) will result in the
19332 following form:
19333
19334 @lisp
19335 (< header-value 4)
19336 @end lisp
19337
19338 Or to put it another way: When using @code{<} on @code{Lines} with 4 as
19339 the match, we get the score added if the article has less than 4 lines.
19340 (It's easy to get confused and think it's the other way around.  But
19341 it's not.  I think.)
19342
19343 When matching on @code{Lines}, be careful because some back ends (like
19344 @code{nndir}) do not generate @code{Lines} header, so every article ends
19345 up being marked as having 0 lines.  This can lead to strange results if
19346 you happen to lower score of the articles with few lines.
19347
19348 @item Date
19349 For the Date header we have three kinda silly match types:
19350 @code{before}, @code{at} and @code{after}.  I can't really imagine this
19351 ever being useful, but, like, it would feel kinda silly not to provide
19352 this function.  Just in case.  You never know.  Better safe than sorry.
19353 Once burnt, twice shy.  Don't judge a book by its cover.  Never not have
19354 sex on a first date.  (I have been told that at least one person, and I
19355 quote, ``found this function indispensable'', however.)
19356
19357 @cindex ISO8601
19358 @cindex date
19359 A more useful match type is @code{regexp}.  With it, you can match the
19360 date string using a regular expression.  The date is normalized to
19361 ISO8601 compact format first---@var{YYYYMMDD}@code{T}@var{HHMMSS}.  If
19362 you want to match all articles that have been posted on April 1st in
19363 every year, you could use @samp{....0401.........} as a match string,
19364 for instance.  (Note that the date is kept in its original time zone, so
19365 this will match articles that were posted when it was April 1st where
19366 the article was posted from.  Time zones are such wholesome fun for the
19367 whole family, eh?)
19368
19369 @item Head, Body, All
19370 These three match keys use the same match types as the @code{From} (etc)
19371 header uses.
19372
19373 @item Followup
19374 This match key is somewhat special, in that it will match the
19375 @code{From} header, and affect the score of not only the matching
19376 articles, but also all followups to the matching articles.  This allows
19377 you e.g. increase the score of followups to your own articles, or
19378 decrease the score of followups to the articles of some known
19379 trouble-maker.  Uses the same match types as the @code{From} header
19380 uses.  (Using this match key will lead to creation of @file{ADAPT}
19381 files.)
19382
19383 @item Thread
19384 This match key works along the same lines as the @code{Followup} match
19385 key.  If you say that you want to score on a (sub-)thread started by an
19386 article with a @code{Message-ID} @var{x}, then you add a @samp{thread}
19387 match.  This will add a new @samp{thread} match for each article that
19388 has @var{x} in its @code{References} header.  (These new @samp{thread}
19389 matches will use the @code{Message-ID}s of these matching articles.)
19390 This will ensure that you can raise/lower the score of an entire thread,
19391 even though some articles in the thread may not have complete
19392 @code{References} headers.  Note that using this may lead to
19393 undeterministic scores of the articles in the thread.  (Using this match
19394 key will lead to creation of @file{ADAPT} files.)
19395 @end table
19396 @end enumerate
19397
19398 @cindex score file atoms
19399 @item mark
19400 The value of this entry should be a number.  Any articles with a score
19401 lower than this number will be marked as read.
19402
19403 @item expunge
19404 The value of this entry should be a number.  Any articles with a score
19405 lower than this number will be removed from the summary buffer.
19406
19407 @item mark-and-expunge
19408 The value of this entry should be a number.  Any articles with a score
19409 lower than this number will be marked as read and removed from the
19410 summary buffer.
19411
19412 @item thread-mark-and-expunge
19413 The value of this entry should be a number.  All articles that belong to
19414 a thread that has a total score below this number will be marked as read
19415 and removed from the summary buffer.  @code{gnus-thread-score-function}
19416 says how to compute the total score for a thread.
19417
19418 @item files
19419 The value of this entry should be any number of file names.  These files
19420 are assumed to be score files as well, and will be loaded the same way
19421 this one was.
19422
19423 @item exclude-files
19424 The clue of this entry should be any number of files.  These files will
19425 not be loaded, even though they would normally be so, for some reason or
19426 other.
19427
19428 @item eval
19429 The value of this entry will be @code{eval}el.  This element will be
19430 ignored when handling global score files.
19431
19432 @item read-only
19433 Read-only score files will not be updated or saved.  Global score files
19434 should feature this atom (@pxref{Global Score Files}).  (Note:
19435 @dfn{Global} here really means @dfn{global}; not your personal
19436 apply-to-all-groups score files.)
19437
19438 @item orphan
19439 The value of this entry should be a number.  Articles that do not have
19440 parents will get this number added to their scores.  Imagine you follow
19441 some high-volume newsgroup, like @samp{comp.lang.c}.  Most likely you
19442 will only follow a few of the threads, also want to see any new threads.
19443
19444 You can do this with the following two score file entries:
19445
19446 @example
19447         (orphan -500)
19448         (mark-and-expunge -100)
19449 @end example
19450
19451 When you enter the group the first time, you will only see the new
19452 threads.  You then raise the score of the threads that you find
19453 interesting (with @kbd{I T} or @kbd{I S}), and ignore (@kbd{C y}) the
19454 rest.  Next time you enter the group, you will see new articles in the
19455 interesting threads, plus any new threads.
19456
19457 I.e.---the orphan score atom is for high-volume groups where a few
19458 interesting threads which can't be found automatically by ordinary
19459 scoring rules exist.
19460
19461 @item adapt
19462 This entry controls the adaptive scoring.  If it is @code{t}, the
19463 default adaptive scoring rules will be used.  If it is @code{ignore}, no
19464 adaptive scoring will be performed on this group.  If it is a list, this
19465 list will be used as the adaptive scoring rules.  If it isn't present,
19466 or is something other than @code{t} or @code{ignore}, the default
19467 adaptive scoring rules will be used.  If you want to use adaptive
19468 scoring on most groups, you'd set @code{gnus-use-adaptive-scoring} to
19469 @code{t}, and insert an @code{(adapt ignore)} in the groups where you do
19470 not want adaptive scoring.  If you only want adaptive scoring in a few
19471 groups, you'd set @code{gnus-use-adaptive-scoring} to @code{nil}, and
19472 insert @code{(adapt t)} in the score files of the groups where you want
19473 it.
19474
19475 @item adapt-file
19476 All adaptive score entries will go to the file named by this entry.  It
19477 will also be applied when entering the group.  This atom might be handy
19478 if you want to adapt on several groups at once, using the same adaptive
19479 file for a number of groups.
19480
19481 @item local
19482 @cindex local variables
19483 The value of this entry should be a list of @code{(@var{var}
19484 @var{value})} pairs.  Each @var{var} will be made buffer-local to the
19485 current summary buffer, and set to the value specified.  This is a
19486 convenient, if somewhat strange, way of setting variables in some
19487 groups if you don't like hooks much.  Note that the @var{value} won't
19488 be evaluated.
19489 @end table
19490
19491
19492 @node Score File Editing
19493 @section Score File Editing
19494
19495 You normally enter all scoring commands from the summary buffer, but you
19496 might feel the urge to edit them by hand as well, so we've supplied you
19497 with a mode for that.
19498
19499 It's simply a slightly customized @code{emacs-lisp} mode, with these
19500 additional commands:
19501
19502 @table @kbd
19503
19504 @item C-c C-c
19505 @kindex C-c C-c (Score)
19506 @findex gnus-score-edit-done
19507 Save the changes you have made and return to the summary buffer
19508 (@code{gnus-score-edit-done}).
19509
19510 @item C-c C-d
19511 @kindex C-c C-d (Score)
19512 @findex gnus-score-edit-insert-date
19513 Insert the current date in numerical format
19514 (@code{gnus-score-edit-insert-date}).  This is really the day number, if
19515 you were wondering.
19516
19517 @item C-c C-p
19518 @kindex C-c C-p (Score)
19519 @findex gnus-score-pretty-print
19520 The adaptive score files are saved in an unformatted fashion.  If you
19521 intend to read one of these files, you want to @dfn{pretty print} it
19522 first.  This command (@code{gnus-score-pretty-print}) does that for
19523 you.
19524
19525 @end table
19526
19527 Type @kbd{M-x gnus-score-mode} to use this mode.
19528
19529 @vindex gnus-score-mode-hook
19530 @code{gnus-score-menu-hook} is run in score mode buffers.
19531
19532 In the summary buffer you can use commands like @kbd{V f}, @kbd{V e} and
19533 @kbd{V t} to begin editing score files.
19534
19535
19536 @node Adaptive Scoring
19537 @section Adaptive Scoring
19538 @cindex adaptive scoring
19539
19540 If all this scoring is getting you down, Gnus has a way of making it all
19541 happen automatically---as if by magic.  Or rather, as if by artificial
19542 stupidity, to be precise.
19543
19544 @vindex gnus-use-adaptive-scoring
19545 When you read an article, or mark an article as read, or kill an
19546 article, you leave marks behind.  On exit from the group, Gnus can sniff
19547 these marks and add score elements depending on what marks it finds.
19548 You turn on this ability by setting @code{gnus-use-adaptive-scoring} to
19549 @code{t} or @code{(line)}.  If you want score adaptively on separate
19550 words appearing in the subjects, you should set this variable to
19551 @code{(word)}.  If you want to use both adaptive methods, set this
19552 variable to @code{(word line)}.
19553
19554 @vindex gnus-default-adaptive-score-alist
19555 To give you complete control over the scoring process, you can customize
19556 the @code{gnus-default-adaptive-score-alist} variable.  For instance, it
19557 might look something like this:
19558
19559 @lisp
19560 (setq gnus-default-adaptive-score-alist
19561   '((gnus-unread-mark)
19562     (gnus-ticked-mark (from 4))
19563     (gnus-dormant-mark (from 5))
19564     (gnus-del-mark (from -4) (subject -1))
19565     (gnus-read-mark (from 4) (subject 2))
19566     (gnus-expirable-mark (from -1) (subject -1))
19567     (gnus-killed-mark (from -1) (subject -3))
19568     (gnus-kill-file-mark)
19569     (gnus-ancient-mark)
19570     (gnus-low-score-mark)
19571     (gnus-catchup-mark (from -1) (subject -1))))
19572 @end lisp
19573
19574 As you see, each element in this alist has a mark as a key (either a
19575 variable name or a ``real'' mark---a character).  Following this key is
19576 a arbitrary number of header/score pairs.  If there are no header/score
19577 pairs following the key, no adaptive scoring will be done on articles
19578 that have that key as the article mark.  For instance, articles with
19579 @code{gnus-unread-mark} in the example above will not get adaptive score
19580 entries.
19581
19582 Each article can have only one mark, so just a single of these rules
19583 will be applied to each article.
19584
19585 To take @code{gnus-del-mark} as an example---this alist says that all
19586 articles that have that mark (i.e., are marked with @samp{e}) will have a
19587 score entry added to lower based on the @code{From} header by -4, and
19588 lowered by @code{Subject} by -1.  Change this to fit your prejudices.
19589
19590 If you have marked 10 articles with the same subject with
19591 @code{gnus-del-mark}, the rule for that mark will be applied ten times.
19592 That means that that subject will get a score of ten times -1, which
19593 should be, unless I'm much mistaken, -10.
19594
19595 If you have auto-expirable (mail) groups (@pxref{Expiring Mail}), all
19596 the read articles will be marked with the @samp{E} mark.  This'll
19597 probably make adaptive scoring slightly impossible, so auto-expiring and
19598 adaptive scoring doesn't really mix very well.
19599
19600 The headers you can score on are @code{from}, @code{subject},
19601 @code{message-id}, @code{references}, @code{xref}, @code{lines},
19602 @code{chars} and @code{date}.  In addition, you can score on
19603 @code{followup}, which will create an adaptive score entry that matches
19604 on the @code{References} header using the @code{Message-ID} of the
19605 current article, thereby matching the following thread.
19606
19607 If you use this scheme, you should set the score file atom @code{mark}
19608 to something small---like -300, perhaps, to avoid having small random
19609 changes result in articles getting marked as read.
19610
19611 After using adaptive scoring for a week or so, Gnus should start to
19612 become properly trained and enhance the authors you like best, and kill
19613 the authors you like least, without you having to say so explicitly.
19614
19615 You can control what groups the adaptive scoring is to be performed on
19616 by using the score files (@pxref{Score File Format}).  This will also
19617 let you use different rules in different groups.
19618
19619 @vindex gnus-adaptive-file-suffix
19620 The adaptive score entries will be put into a file where the name is the
19621 group name with @code{gnus-adaptive-file-suffix} appended.  The default
19622 is @file{ADAPT}.
19623
19624 @vindex gnus-score-exact-adapt-limit
19625 When doing adaptive scoring, substring or fuzzy matching would probably
19626 give you the best results in most cases.  However, if the header one
19627 matches is short, the possibility for false positives is great, so if
19628 the length of the match is less than
19629 @code{gnus-score-exact-adapt-limit}, exact matching will be used.  If
19630 this variable is @code{nil}, exact matching will always be used to avoid
19631 this problem.
19632
19633 @vindex gnus-default-adaptive-word-score-alist
19634 As mentioned above, you can adapt either on individual words or entire
19635 headers.  If you adapt on words, the
19636 @code{gnus-default-adaptive-word-score-alist} variable says what score
19637 each instance of a word should add given a mark.
19638
19639 @lisp
19640 (setq gnus-default-adaptive-word-score-alist
19641       `((,gnus-read-mark . 30)
19642         (,gnus-catchup-mark . -10)
19643         (,gnus-killed-mark . -20)
19644         (,gnus-del-mark . -15)))
19645 @end lisp
19646
19647 This is the default value.  If you have adaption on words enabled, every
19648 word that appears in subjects of articles marked with
19649 @code{gnus-read-mark} will result in a score rule that increase the
19650 score with 30 points.
19651
19652 @vindex gnus-default-ignored-adaptive-words
19653 @vindex gnus-ignored-adaptive-words
19654 Words that appear in the @code{gnus-default-ignored-adaptive-words} list
19655 will be ignored.  If you wish to add more words to be ignored, use the
19656 @code{gnus-ignored-adaptive-words} list instead.
19657
19658 @vindex gnus-adaptive-word-length-limit
19659 Some may feel that short words shouldn't count when doing adaptive
19660 scoring.  If so, you may set @code{gnus-adaptive-word-length-limit} to
19661 an integer.  Words shorter than this number will be ignored.  This
19662 variable defaults to @code{nil}.
19663
19664 @vindex gnus-adaptive-word-syntax-table
19665 When the scoring is done, @code{gnus-adaptive-word-syntax-table} is the
19666 syntax table in effect.  It is similar to the standard syntax table, but
19667 it considers numbers to be non-word-constituent characters.
19668
19669 @vindex gnus-adaptive-word-minimum
19670 If @code{gnus-adaptive-word-minimum} is set to a number, the adaptive
19671 word scoring process will never bring down the score of an article to
19672 below this number.  The default is @code{nil}.
19673
19674 @vindex gnus-adaptive-word-no-group-words
19675 If @code{gnus-adaptive-word-no-group-words} is set to @code{t}, gnus
19676 won't adaptively word score any of the words in the group name.  Useful
19677 for groups like @samp{comp.editors.emacs}, where most of the subject
19678 lines contain the word @samp{emacs}.
19679
19680 After using this scheme for a while, it might be nice to write a
19681 @code{gnus-psychoanalyze-user} command to go through the rules and see
19682 what words you like and what words you don't like.  Or perhaps not.
19683
19684 Note that the adaptive word scoring thing is highly experimental and is
19685 likely to change in the future.  Initial impressions seem to indicate
19686 that it's totally useless as it stands.  Some more work (involving more
19687 rigorous statistical methods) will have to be done to make this useful.
19688
19689
19690 @node Home Score File
19691 @section Home Score File
19692
19693 The score file where new score file entries will go is called the
19694 @dfn{home score file}.  This is normally (and by default) the score file
19695 for the group itself.  For instance, the home score file for
19696 @samp{gnu.emacs.gnus} is @file{gnu.emacs.gnus.SCORE}.
19697
19698 However, this may not be what you want.  It is often convenient to share
19699 a common home score file among many groups---all @samp{emacs} groups
19700 could perhaps use the same home score file.
19701
19702 @vindex gnus-home-score-file
19703 The variable that controls this is @code{gnus-home-score-file}.  It can
19704 be:
19705
19706 @enumerate
19707 @item
19708 A string.  Then this file will be used as the home score file for all
19709 groups.
19710
19711 @item
19712 A function.  The result of this function will be used as the home score
19713 file.  The function will be called with the name of the group as the
19714 parameter.
19715
19716 @item
19717 A list.  The elements in this list can be:
19718
19719 @enumerate
19720 @item
19721 @code{(@var{regexp} @var{file-name})}.  If the @var{regexp} matches the
19722 group name, the @var{file-name} will be used as the home score file.
19723
19724 @item
19725 A function.  If the function returns non-@code{nil}, the result will
19726 be used as the home score file.
19727
19728 @item
19729 A string.  Use the string as the home score file.
19730 @end enumerate
19731
19732 The list will be traversed from the beginning towards the end looking
19733 for matches.
19734
19735 @end enumerate
19736
19737 So, if you want to use just a single score file, you could say:
19738
19739 @lisp
19740 (setq gnus-home-score-file
19741       "my-total-score-file.SCORE")
19742 @end lisp
19743
19744 If you want to use @file{gnu.SCORE} for all @samp{gnu} groups and
19745 @file{rec.SCORE} for all @samp{rec} groups (and so on), you can say:
19746
19747 @findex gnus-hierarchial-home-score-file
19748 @lisp
19749 (setq gnus-home-score-file
19750       'gnus-hierarchial-home-score-file)
19751 @end lisp
19752
19753 This is a ready-made function provided for your convenience.
19754 Other functions include
19755
19756 @table @code
19757 @item gnus-current-home-score-file
19758 @findex gnus-current-home-score-file
19759 Return the ``current'' regular score file.  This will make scoring
19760 commands add entry to the ``innermost'' matching score file.
19761
19762 @end table
19763
19764 If you want to have one score file for the @samp{emacs} groups and
19765 another for the @samp{comp} groups, while letting all other groups use
19766 their own home score files:
19767
19768 @lisp
19769 (setq gnus-home-score-file
19770       ;; @r{All groups that match the regexp @code{"\\.emacs"}}
19771       '(("\\.emacs" "emacs.SCORE")
19772         ;; @r{All the comp groups in one score file}
19773         ("^comp" "comp.SCORE")))
19774 @end lisp
19775
19776 @vindex gnus-home-adapt-file
19777 @code{gnus-home-adapt-file} works exactly the same way as
19778 @code{gnus-home-score-file}, but says what the home adaptive score file
19779 is instead.  All new adaptive file entries will go into the file
19780 specified by this variable, and the same syntax is allowed.
19781
19782 In addition to using @code{gnus-home-score-file} and
19783 @code{gnus-home-adapt-file}, you can also use group parameters
19784 (@pxref{Group Parameters}) and topic parameters (@pxref{Topic
19785 Parameters}) to achieve much the same.  Group and topic parameters take
19786 precedence over this variable.
19787
19788
19789 @node Followups To Yourself
19790 @section Followups To Yourself
19791
19792 Gnus offers two commands for picking out the @code{Message-ID} header in
19793 the current buffer.  Gnus will then add a score rule that scores using
19794 this @code{Message-ID} on the @code{References} header of other
19795 articles.  This will, in effect, increase the score of all articles that
19796 respond to the article in the current buffer.  Quite useful if you want
19797 to easily note when people answer what you've said.
19798
19799 @table @code
19800
19801 @item gnus-score-followup-article
19802 @findex gnus-score-followup-article
19803 This will add a score to articles that directly follow up your own
19804 article.
19805
19806 @item gnus-score-followup-thread
19807 @findex gnus-score-followup-thread
19808 This will add a score to all articles that appear in a thread ``below''
19809 your own article.
19810 @end table
19811
19812 @vindex message-sent-hook
19813 These two functions are both primarily meant to be used in hooks like
19814 @code{message-sent-hook}, like this:
19815 @lisp
19816 (add-hook 'message-sent-hook 'gnus-score-followup-thread)
19817 @end lisp
19818
19819
19820 If you look closely at your own @code{Message-ID}, you'll notice that
19821 the first two or three characters are always the same.  Here's two of
19822 mine:
19823
19824 @example
19825 <x6u3u47icf.fsf@@eyesore.no>
19826 <x6sp9o7ibw.fsf@@eyesore.no>
19827 @end example
19828
19829 So ``my'' ident on this machine is @samp{x6}.  This can be
19830 exploited---the following rule will raise the score on all followups to
19831 myself:
19832
19833 @lisp
19834 ("references"
19835  ("<x6[0-9a-z]+\\.fsf\\(_-_\\)?@@.*eyesore\\.no>"
19836   1000 nil r))
19837 @end lisp
19838
19839 Whether it's the first two or first three characters that are ``yours''
19840 is system-dependent.
19841
19842
19843 @node Scoring On Other Headers
19844 @section Scoring On Other Headers
19845 @cindex scoring on other headers
19846
19847 Gnus is quite fast when scoring the ``traditional''
19848 headers---@samp{From}, @samp{Subject} and so on.  However, scoring
19849 other headers requires writing a @code{head} scoring rule, which means
19850 that Gnus has to request every single article from the back end to find
19851 matches.  This takes a long time in big groups.
19852
19853 Now, there's not much you can do about this for news groups, but for
19854 mail groups, you have greater control.  In @ref{To From Newsgroups},
19855 it's explained in greater detail what this mechanism does, but here's
19856 a cookbook example for @code{nnml} on how to allow scoring on the
19857 @samp{To} and @samp{Cc} headers.
19858
19859 Put the following in your @file{~/.gnus.el} file.
19860
19861 @lisp
19862 (setq gnus-extra-headers '(To Cc Newsgroups Keywords)
19863       nnmail-extra-headers gnus-extra-headers)
19864 @end lisp
19865
19866 Restart Gnus and rebuild your @code{nnml} overview files with the
19867 @kbd{M-x nnml-generate-nov-databases} command.  This will take a long
19868 time if you have much mail.
19869
19870 Now you can score on @samp{To} and @samp{Cc} as ``extra headers'' like
19871 so: @kbd{I e s p To RET <your name> RET}.
19872
19873 See?  Simple.
19874
19875
19876 @node Scoring Tips
19877 @section Scoring Tips
19878 @cindex scoring tips
19879
19880 @table @dfn
19881
19882 @item Crossposts
19883 @cindex crossposts
19884 @cindex scoring crossposts
19885 If you want to lower the score of crossposts, the line to match on is
19886 the @code{Xref} header.
19887 @lisp
19888 ("xref" (" talk.politics.misc:" -1000))
19889 @end lisp
19890
19891 @item Multiple crossposts
19892 If you want to lower the score of articles that have been crossposted to
19893 more than, say, 3 groups:
19894 @lisp
19895 ("xref"
19896   ("[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+ +[^:\n]+:[0-9]+"
19897    -1000 nil r))
19898 @end lisp
19899
19900 @item Matching on the body
19901 This is generally not a very good idea---it takes a very long time.
19902 Gnus actually has to fetch each individual article from the server.  But
19903 you might want to anyway, I guess.  Even though there are three match
19904 keys (@code{Head}, @code{Body} and @code{All}), you should choose one
19905 and stick with it in each score file.  If you use any two, each article
19906 will be fetched @emph{twice}.  If you want to match a bit on the
19907 @code{Head} and a bit on the @code{Body}, just use @code{All} for all
19908 the matches.
19909
19910 @item Marking as read
19911 You will probably want to mark articles that have scores below a certain
19912 number as read.  This is most easily achieved by putting the following
19913 in your @file{all.SCORE} file:
19914 @lisp
19915 ((mark -100))
19916 @end lisp
19917 You may also consider doing something similar with @code{expunge}.
19918
19919 @item Negated character classes
19920 If you say stuff like @code{[^abcd]*}, you may get unexpected results.
19921 That will match newlines, which might lead to, well, The Unknown.  Say
19922 @code{[^abcd\n]*} instead.
19923 @end table
19924
19925
19926 @node Reverse Scoring
19927 @section Reverse Scoring
19928 @cindex reverse scoring
19929
19930 If you want to keep just articles that have @samp{Sex with Emacs} in the
19931 subject header, and expunge all other articles, you could put something
19932 like this in your score file:
19933
19934 @lisp
19935 (("subject"
19936   ("Sex with Emacs" 2))
19937  (mark 1)
19938  (expunge 1))
19939 @end lisp
19940
19941 So, you raise all articles that match @samp{Sex with Emacs} and mark the
19942 rest as read, and expunge them to boot.
19943
19944
19945 @node Global Score Files
19946 @section Global Score Files
19947 @cindex global score files
19948
19949 Sure, other newsreaders have ``global kill files''.  These are usually
19950 nothing more than a single kill file that applies to all groups, stored
19951 in the user's home directory.  Bah!  Puny, weak newsreaders!
19952
19953 What I'm talking about here are Global Score Files.  Score files from
19954 all over the world, from users everywhere, uniting all nations in one
19955 big, happy score file union!  Ange-score!  New and untested!
19956
19957 @vindex gnus-global-score-files
19958 All you have to do to use other people's score files is to set the
19959 @code{gnus-global-score-files} variable.  One entry for each score file,
19960 or each score file directory.  Gnus will decide by itself what score
19961 files are applicable to which group.
19962
19963 To use the score file
19964 @file{/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE} and
19965 all score files in the @file{/ftp@@ftp.some-where:/pub/score} directory,
19966 say this:
19967
19968 @lisp
19969 (setq gnus-global-score-files
19970       '("/ftp@@ftp.gnus.org:/pub/larsi/ding/score/soc.motss.SCORE"
19971         "/ftp@@ftp.some-where:/pub/score/"))
19972 @end lisp
19973
19974 @findex gnus-score-search-global-directories
19975 @noindent
19976 Simple, eh?  Directory names must end with a @samp{/}.  These
19977 directories are typically scanned only once during each Gnus session.
19978 If you feel the need to manually re-scan the remote directories, you can
19979 use the @code{gnus-score-search-global-directories} command.
19980
19981 Note that, at present, using this option will slow down group entry
19982 somewhat.  (That is---a lot.)
19983
19984 If you want to start maintaining score files for other people to use,
19985 just put your score file up for anonymous ftp and announce it to the
19986 world.  Become a retro-moderator!  Participate in the retro-moderator
19987 wars sure to ensue, where retro-moderators battle it out for the
19988 sympathy of the people, luring them to use their score files on false
19989 premises!  Yay!  The net is saved!
19990
19991 Here are some tips for the would-be retro-moderator, off the top of my
19992 head:
19993
19994 @itemize @bullet
19995
19996 @item
19997 Articles heavily crossposted are probably junk.
19998 @item
19999 To lower a single inappropriate article, lower by @code{Message-ID}.
20000 @item
20001 Particularly brilliant authors can be raised on a permanent basis.
20002 @item
20003 Authors that repeatedly post off-charter for the group can safely be
20004 lowered out of existence.
20005 @item
20006 Set the @code{mark} and @code{expunge} atoms to obliterate the nastiest
20007 articles completely.
20008
20009 @item
20010 Use expiring score entries to keep the size of the file down.  You
20011 should probably have a long expiry period, though, as some sites keep
20012 old articles for a long time.
20013 @end itemize
20014
20015 @dots{} I wonder whether other newsreaders will support global score files
20016 in the future.  @emph{Snicker}.  Yup, any day now, newsreaders like Blue
20017 Wave, xrn and 1stReader are bound to implement scoring.  Should we start
20018 holding our breath yet?
20019
20020
20021 @node Kill Files
20022 @section Kill Files
20023 @cindex kill files
20024
20025 Gnus still supports those pesky old kill files.  In fact, the kill file
20026 entries can now be expiring, which is something I wrote before Daniel
20027 Quinlan thought of doing score files, so I've left the code in there.
20028
20029 In short, kill processing is a lot slower (and I do mean @emph{a lot})
20030 than score processing, so it might be a good idea to rewrite your kill
20031 files into score files.
20032
20033 Anyway, a kill file is a normal @code{emacs-lisp} file.  You can put any
20034 forms into this file, which means that you can use kill files as some
20035 sort of primitive hook function to be run on group entry, even though
20036 that isn't a very good idea.
20037
20038 Normal kill files look like this:
20039
20040 @lisp
20041 (gnus-kill "From" "Lars Ingebrigtsen")
20042 (gnus-kill "Subject" "ding")
20043 (gnus-expunge "X")
20044 @end lisp
20045
20046 This will mark every article written by me as read, and remove the
20047 marked articles from the summary buffer.  Very useful, you'll agree.
20048
20049 Other programs use a totally different kill file syntax.  If Gnus
20050 encounters what looks like a @code{rn} kill file, it will take a stab at
20051 interpreting it.
20052
20053 Two summary functions for editing a @sc{gnus} kill file:
20054
20055 @table @kbd
20056
20057 @item M-k
20058 @kindex M-k (Summary)
20059 @findex gnus-summary-edit-local-kill
20060 Edit this group's kill file (@code{gnus-summary-edit-local-kill}).
20061
20062 @item M-K
20063 @kindex M-K (Summary)
20064 @findex gnus-summary-edit-global-kill
20065 Edit the general kill file (@code{gnus-summary-edit-global-kill}).
20066 @end table
20067
20068 Two group mode functions for editing the kill files:
20069
20070 @table @kbd
20071
20072 @item M-k
20073 @kindex M-k (Group)
20074 @findex gnus-group-edit-local-kill
20075 Edit this group's kill file (@code{gnus-group-edit-local-kill}).
20076
20077 @item M-K
20078 @kindex M-K (Group)
20079 @findex gnus-group-edit-global-kill
20080 Edit the general kill file (@code{gnus-group-edit-global-kill}).
20081 @end table
20082
20083 Kill file variables:
20084
20085 @table @code
20086 @item gnus-kill-file-name
20087 @vindex gnus-kill-file-name
20088 A kill file for the group @samp{soc.motss} is normally called
20089 @file{soc.motss.KILL}.  The suffix appended to the group name to get
20090 this file name is detailed by the @code{gnus-kill-file-name} variable.
20091 The ``global'' kill file (not in the score file sense of ``global'', of
20092 course) is just called @file{KILL}.
20093
20094 @vindex gnus-kill-save-kill-file
20095 @item gnus-kill-save-kill-file
20096 If this variable is non-@code{nil}, Gnus will save the
20097 kill file after processing, which is necessary if you use expiring
20098 kills.
20099
20100 @item gnus-apply-kill-hook
20101 @vindex gnus-apply-kill-hook
20102 @findex gnus-apply-kill-file-unless-scored
20103 @findex gnus-apply-kill-file
20104 A hook called to apply kill files to a group.  It is
20105 @code{(gnus-apply-kill-file)} by default.  If you want to ignore the
20106 kill file if you have a score file for the same group, you can set this
20107 hook to @code{(gnus-apply-kill-file-unless-scored)}.  If you don't want
20108 kill files to be processed, you should set this variable to @code{nil}.
20109
20110 @item gnus-kill-file-mode-hook
20111 @vindex gnus-kill-file-mode-hook
20112 A hook called in kill-file mode buffers.
20113
20114 @end table
20115
20116
20117 @node Converting Kill Files
20118 @section Converting Kill Files
20119 @cindex kill files
20120 @cindex converting kill files
20121
20122 If you have loads of old kill files, you may want to convert them into
20123 score files.  If they are ``regular'', you can use
20124 the @file{gnus-kill-to-score.el} package; if not, you'll have to do it
20125 by hand.
20126
20127 The kill to score conversion package isn't included in Gnus by default.
20128 You can fetch it from
20129 @uref{http://www.stud.ifi.uio.no/~larsi/ding-various/gnus-kill-to-score.el}.
20130
20131 If your old kill files are very complex---if they contain more
20132 non-@code{gnus-kill} forms than not, you'll have to convert them by
20133 hand.  Or just let them be as they are.  Gnus will still use them as
20134 before.
20135
20136
20137 @node Advanced Scoring
20138 @section Advanced Scoring
20139
20140 Scoring on Subjects and From headers is nice enough, but what if you're
20141 really interested in what a person has to say only when she's talking
20142 about a particular subject?  Or what if you really don't want to
20143 read what person A has to say when she's following up to person B, but
20144 want to read what she says when she's following up to person C?
20145
20146 By using advanced scoring rules you may create arbitrarily complex
20147 scoring patterns.
20148
20149 @menu
20150 * Advanced Scoring Syntax::     A definition.
20151 * Advanced Scoring Examples::   What they look like.
20152 * Advanced Scoring Tips::       Getting the most out of it.
20153 @end menu
20154
20155
20156 @node Advanced Scoring Syntax
20157 @subsection Advanced Scoring Syntax
20158
20159 Ordinary scoring rules have a string as the first element in the rule.
20160 Advanced scoring rules have a list as the first element.  The second
20161 element is the score to be applied if the first element evaluated to a
20162 non-@code{nil} value.
20163
20164 These lists may consist of three logical operators, one redirection
20165 operator, and various match operators.
20166
20167 Logical operators:
20168
20169 @table @code
20170 @item &
20171 @itemx and
20172 This logical operator will evaluate each of its arguments until it finds
20173 one that evaluates to @code{false}, and then it'll stop.  If all arguments
20174 evaluate to @code{true} values, then this operator will return
20175 @code{true}.
20176
20177 @item |
20178 @itemx or
20179 This logical operator will evaluate each of its arguments until it finds
20180 one that evaluates to @code{true}.  If no arguments are @code{true},
20181 then this operator will return @code{false}.
20182
20183 @item !
20184 @itemx not
20185 @itemx Â¬
20186 This logical operator only takes a single argument.  It returns the
20187 logical negation of the value of its argument.
20188
20189 @end table
20190
20191 There is an @dfn{indirection operator} that will make its arguments
20192 apply to the ancestors of the current article being scored.  For
20193 instance, @code{1-} will make score rules apply to the parent of the
20194 current article.  @code{2-} will make score rules apply to the
20195 grandparent of the current article.  Alternatively, you can write
20196 @code{^^}, where the number of @code{^}s (carets) says how far back into
20197 the ancestry you want to go.
20198
20199 Finally, we have the match operators.  These are the ones that do the
20200 real work.  Match operators are header name strings followed by a match
20201 and a match type.  A typical match operator looks like @samp{("from"
20202 "Lars Ingebrigtsen" s)}.  The header names are the same as when using
20203 simple scoring, and the match types are also the same.
20204
20205
20206 @node Advanced Scoring Examples
20207 @subsection Advanced Scoring Examples
20208
20209 Please note that the following examples are score file rules.  To
20210 make a complete score file from them, surround them with another pair
20211 of parentheses.
20212
20213 Let's say you want to increase the score of articles written by Lars
20214 when he's talking about Gnus:
20215
20216 @example
20217 @group
20218 ((&
20219   ("from" "Lars Ingebrigtsen")
20220   ("subject" "Gnus"))
20221  1000)
20222 @end group
20223 @end example
20224
20225 Quite simple, huh?
20226
20227 When he writes long articles, he sometimes has something nice to say:
20228
20229 @example
20230 ((&
20231   ("from" "Lars Ingebrigtsen")
20232   (|
20233    ("subject" "Gnus")
20234    ("lines" 100 >)))
20235  1000)
20236 @end example
20237
20238 However, when he responds to things written by Reig Eigil Logge, you
20239 really don't want to read what he's written:
20240
20241 @example
20242 ((&
20243   ("from" "Lars Ingebrigtsen")
20244   (1- ("from" "Reig Eigir Logge")))
20245  -100000)
20246 @end example
20247
20248 Everybody that follows up Redmondo when he writes about disappearing
20249 socks should have their scores raised, but only when they talk about
20250 white socks.  However, when Lars talks about socks, it's usually not
20251 very interesting:
20252
20253 @example
20254 ((&
20255   (1-
20256    (&
20257     ("from" "redmondo@@.*no" r)
20258     ("body" "disappearing.*socks" t)))
20259   (! ("from" "Lars Ingebrigtsen"))
20260   ("body" "white.*socks"))
20261  1000)
20262 @end example
20263
20264 The possibilities are endless.
20265
20266
20267 @node Advanced Scoring Tips
20268 @subsection Advanced Scoring Tips
20269
20270 The @code{&} and @code{|} logical operators do short-circuit logic.
20271 That is, they stop processing their arguments when it's clear what the
20272 result of the operation will be.  For instance, if one of the arguments
20273 of an @code{&} evaluates to @code{false}, there's no point in evaluating
20274 the rest of the arguments.  This means that you should put slow matches
20275 (@samp{body}, @samp{header}) last and quick matches (@samp{from},
20276 @samp{subject}) first.
20277
20278 The indirection arguments (@code{1-} and so on) will make their
20279 arguments work on previous generations of the thread.  If you say
20280 something like:
20281
20282 @example
20283 ...
20284 (1-
20285  (1-
20286   ("from" "lars")))
20287 ...
20288 @end example
20289
20290 Then that means "score on the from header of the grandparent of the
20291 current article".  An indirection is quite fast, but it's better to say:
20292
20293 @example
20294 (1-
20295  (&
20296   ("from" "Lars")
20297   ("subject" "Gnus")))
20298 @end example
20299
20300 than it is to say:
20301
20302 @example
20303 (&
20304  (1- ("from" "Lars"))
20305  (1- ("subject" "Gnus")))
20306 @end example
20307
20308
20309 @node Score Decays
20310 @section Score Decays
20311 @cindex score decays
20312 @cindex decays
20313
20314 You may find that your scores have a tendency to grow without
20315 bounds, especially if you're using adaptive scoring.  If scores get too
20316 big, they lose all meaning---they simply max out and it's difficult to
20317 use them in any sensible way.
20318
20319 @vindex gnus-decay-scores
20320 @findex gnus-decay-score
20321 @vindex gnus-decay-score-function
20322 Gnus provides a mechanism for decaying scores to help with this problem.
20323 When score files are loaded and @code{gnus-decay-scores} is
20324 non-@code{nil}, Gnus will run the score files through the decaying
20325 mechanism thereby lowering the scores of all non-permanent score rules.
20326 The decay itself if performed by the @code{gnus-decay-score-function}
20327 function, which is @code{gnus-decay-score} by default.  Here's the
20328 definition of that function:
20329
20330 @lisp
20331 (defun gnus-decay-score (score)
20332   "Decay SCORE according to `gnus-score-decay-constant'
20333 and `gnus-score-decay-scale'."
20334   (let ((n (- score
20335               (* (if (< score 0) -1 1)
20336                  (min (abs score)
20337                       (max gnus-score-decay-constant
20338                            (* (abs score)
20339                               gnus-score-decay-scale)))))))
20340     (if (and (featurep 'xemacs)
20341              ;; XEmacs' floor can handle only the floating point
20342              ;; number below the half of the maximum integer.
20343              (> (abs n) (lsh -1 -2)))
20344         (string-to-number
20345          (car (split-string (number-to-string n) "\\.")))
20346       (floor n))))
20347 @end lisp
20348
20349 @vindex gnus-score-decay-scale
20350 @vindex gnus-score-decay-constant
20351 @code{gnus-score-decay-constant} is 3 by default and
20352 @code{gnus-score-decay-scale} is 0.05.  This should cause the following:
20353
20354 @enumerate
20355 @item
20356 Scores between -3 and 3 will be set to 0 when this function is called.
20357
20358 @item
20359 Scores with magnitudes between 3 and 60 will be shrunk by 3.
20360
20361 @item
20362 Scores with magnitudes greater than 60 will be shrunk by 5% of the
20363 score.
20364 @end enumerate
20365
20366 If you don't like this decay function, write your own.  It is called
20367 with the score to be decayed as its only parameter, and it should return
20368 the new score, which should be an integer.
20369
20370 Gnus will try to decay scores once a day.  If you haven't run Gnus for
20371 four days, Gnus will decay the scores four times, for instance.
20372
20373 @iftex
20374 @iflatex
20375 @chapter Message
20376 @include message.texi
20377 @chapter Emacs MIME
20378 @include emacs-mime.texi
20379 @chapter Sieve
20380 @include sieve.texi
20381 @chapter PGG
20382 @include pgg.texi
20383 @chapter SASL
20384 @include sasl.texi
20385 @end iflatex
20386 @end iftex
20387
20388 @node Various
20389 @chapter Various
20390
20391 @menu
20392 * Process/Prefix::              A convention used by many treatment commands.
20393 * Interactive::                 Making Gnus ask you many questions.
20394 * Symbolic Prefixes::           How to supply some Gnus functions with options.
20395 * Formatting Variables::        You can specify what buffers should look like.
20396 * Window Layout::               Configuring the Gnus buffer windows.
20397 * Faces and Fonts::             How to change how faces look.
20398 * Compilation::                 How to speed Gnus up.
20399 * Mode Lines::                  Displaying information in the mode lines.
20400 * Highlighting and Menus::      Making buffers look all nice and cozy.
20401 * Buttons::                     Get tendinitis in ten easy steps!
20402 * Daemons::                     Gnus can do things behind your back.
20403 * NoCeM::                       How to avoid spam and other fatty foods.
20404 * Undo::                        Some actions can be undone.
20405 * Predicate Specifiers::        Specifying predicates.
20406 * Moderation::                  What to do if you're a moderator.
20407 * Image Enhancements::          Modern versions of Emacs/XEmacs can display images.
20408 * Fuzzy Matching::              What's the big fuzz?
20409 * Thwarting Email Spam::        A how-to on avoiding unsolicited commercial email.
20410 * Other modes::                 Interaction with other modes.
20411 * Various Various::             Things that are really various.
20412 @end menu
20413
20414
20415 @node Process/Prefix
20416 @section Process/Prefix
20417 @cindex process/prefix convention
20418
20419 Many functions, among them functions for moving, decoding and saving
20420 articles, use what is known as the @dfn{Process/Prefix convention}.
20421
20422 This is a method for figuring out what articles the user wants the
20423 command to be performed on.
20424
20425 It goes like this:
20426
20427 If the numeric prefix is N, perform the operation on the next N
20428 articles, starting with the current one.  If the numeric prefix is
20429 negative, perform the operation on the previous N articles, starting
20430 with the current one.
20431
20432 @vindex transient-mark-mode
20433 If @code{transient-mark-mode} in non-@code{nil} and the region is
20434 active, all articles in the region will be worked upon.
20435
20436 If there is no numeric prefix, but some articles are marked with the
20437 process mark, perform the operation on the articles marked with
20438 the process mark.
20439
20440 If there is neither a numeric prefix nor any articles marked with the
20441 process mark, just perform the operation on the current article.
20442
20443 Quite simple, really, but it needs to be made clear so that surprises
20444 are avoided.
20445
20446 Commands that react to the process mark will push the current list of
20447 process marked articles onto a stack and will then clear all process
20448 marked articles.  You can restore the previous configuration with the
20449 @kbd{M P y} command (@pxref{Setting Process Marks}).
20450
20451 @vindex gnus-summary-goto-unread
20452 One thing that seems to shock & horrify lots of people is that, for
20453 instance, @kbd{3 d} does exactly the same as @kbd{d} @kbd{d} @kbd{d}.
20454 Since each @kbd{d} (which marks the current article as read) by default
20455 goes to the next unread article after marking, this means that @kbd{3 d}
20456 will mark the next three unread articles as read, no matter what the
20457 summary buffer looks like.  Set @code{gnus-summary-goto-unread} to
20458 @code{nil} for a more straightforward action.
20459
20460 Many commands do not use the process/prefix convention.  All commands
20461 that do explicitly say so in this manual.  To apply the process/prefix
20462 convention to commands that do not use it, you can use the @kbd{M-&}
20463 command.  For instance, to mark all the articles in the group as
20464 expirable, you could say @kbd{M P b M-& E}.
20465
20466
20467 @node Interactive
20468 @section Interactive
20469 @cindex interaction
20470
20471 @table @code
20472
20473 @item gnus-novice-user
20474 @vindex gnus-novice-user
20475 If this variable is non-@code{nil}, you are either a newcomer to the
20476 World of Usenet, or you are very cautious, which is a nice thing to be,
20477 really.  You will be given questions of the type ``Are you sure you want
20478 to do this?'' before doing anything dangerous.  This is @code{t} by
20479 default.
20480
20481 @item gnus-expert-user
20482 @vindex gnus-expert-user
20483 If this variable is non-@code{nil}, you will seldom be asked any
20484 questions by Gnus.  It will simply assume you know what you're doing, no
20485 matter how strange.
20486
20487 @item gnus-interactive-catchup
20488 @vindex gnus-interactive-catchup
20489 Require confirmation before catching up a group if non-@code{nil}.  It
20490 is @code{t} by default.
20491
20492 @item gnus-interactive-exit
20493 @vindex gnus-interactive-exit
20494 Require confirmation before exiting Gnus.  This variable is @code{t} by
20495 default.
20496 @end table
20497
20498
20499 @node Symbolic Prefixes
20500 @section Symbolic Prefixes
20501 @cindex symbolic prefixes
20502
20503 Quite a lot of Emacs commands react to the (numeric) prefix.  For
20504 instance, @kbd{C-u 4 C-f} moves point four characters forward, and
20505 @kbd{C-u 9 0 0 I s s p} adds a permanent @code{Subject} substring score
20506 rule of 900 to the current article.
20507
20508 This is all nice and well, but what if you want to give a command some
20509 additional information?  Well, what most commands do is interpret the
20510 ``raw'' prefix in some special way.  @kbd{C-u 0 C-x C-s} means that one
20511 doesn't want a backup file to be created when saving the current buffer,
20512 for instance.  But what if you want to save without making a backup
20513 file, and you want Emacs to flash lights and play a nice tune at the
20514 same time?  You can't, and you're probably perfectly happy that way.
20515
20516 @kindex M-i (Summary)
20517 @findex gnus-symbolic-argument
20518 I'm not, so I've added a second prefix---the @dfn{symbolic prefix}.  The
20519 prefix key is @kbd{M-i} (@code{gnus-symbolic-argument}), and the next
20520 character typed in is the value.  You can stack as many @kbd{M-i}
20521 prefixes as you want.  @kbd{M-i a C-M-u} means ``feed the @kbd{C-M-u}
20522 command the symbolic prefix @code{a}''.  @kbd{M-i a M-i b C-M-u} means
20523 ``feed the @kbd{C-M-u} command the symbolic prefixes @code{a} and
20524 @code{b}''.  You get the drift.
20525
20526 Typing in symbolic prefixes to commands that don't accept them doesn't
20527 hurt, but it doesn't do any good either.  Currently not many Gnus
20528 functions make use of the symbolic prefix.
20529
20530 If you're interested in how Gnus implements this, @pxref{Extended
20531 Interactive}.
20532
20533
20534 @node Formatting Variables
20535 @section Formatting Variables
20536 @cindex formatting variables
20537
20538 Throughout this manual you've probably noticed lots of variables called
20539 things like @code{gnus-group-line-format} and
20540 @code{gnus-summary-mode-line-format}.  These control how Gnus is to
20541 output lines in the various buffers.  There's quite a lot of them.
20542 Fortunately, they all use the same syntax, so there's not that much to
20543 be annoyed by.
20544
20545 Here's an example format spec (from the group buffer): @samp{%M%S%5y:
20546 %(%g%)\n}.  We see that it is indeed extremely ugly, and that there are
20547 lots of percentages everywhere.
20548
20549 @menu
20550 * Formatting Basics::           A formatting variable is basically a format string.
20551 * Mode Line Formatting::        Some rules about mode line formatting variables.
20552 * Advanced Formatting::         Modifying output in various ways.
20553 * User-Defined Specs::          Having Gnus call your own functions.
20554 * Formatting Fonts::            Making the formatting look colorful and nice.
20555 * Positioning Point::           Moving point to a position after an operation.
20556 * Tabulation::                  Tabulating your output.
20557 * Wide Characters::             Dealing with wide characters.
20558 @end menu
20559
20560 Currently Gnus uses the following formatting variables:
20561 @code{gnus-group-line-format}, @code{gnus-summary-line-format},
20562 @code{gnus-server-line-format}, @code{gnus-topic-line-format},
20563 @code{gnus-group-mode-line-format},
20564 @code{gnus-summary-mode-line-format},
20565 @code{gnus-article-mode-line-format},
20566 @code{gnus-server-mode-line-format}, and
20567 @code{gnus-summary-pick-line-format}.
20568
20569 All these format variables can also be arbitrary elisp forms.  In that
20570 case, they will be @code{eval}ed to insert the required lines.
20571
20572 @kindex M-x gnus-update-format
20573 @findex gnus-update-format
20574 Gnus includes a command to help you while creating your own format
20575 specs.  @kbd{M-x gnus-update-format} will @code{eval} the current form,
20576 update the spec in question and pop you to a buffer where you can
20577 examine the resulting Lisp code to be run to generate the line.
20578
20579
20580
20581 @node Formatting Basics
20582 @subsection Formatting Basics
20583
20584 Each @samp{%} element will be replaced by some string or other when the
20585 buffer in question is generated.  @samp{%5y} means ``insert the @samp{y}
20586 spec, and pad with spaces to get a 5-character field''.
20587
20588 As with normal C and Emacs Lisp formatting strings, the numerical
20589 modifier between the @samp{%} and the formatting type character will
20590 @dfn{pad} the output so that it is always at least that long.
20591 @samp{%5y} will make the field always (at least) five characters wide by
20592 padding with spaces to the left.  If you say @samp{%-5y}, it will pad to
20593 the right instead.
20594
20595 You may also wish to limit the length of the field to protect against
20596 particularly wide values.  For that you can say @samp{%4,6y}, which
20597 means that the field will never be more than 6 characters wide and never
20598 less than 4 characters wide.
20599
20600 Also Gnus supports some extended format specifications, such as
20601 @samp{%&user-date;}.
20602
20603
20604 @node Mode Line Formatting
20605 @subsection Mode Line Formatting
20606
20607 Mode line formatting variables (e.g.,
20608 @code{gnus-summary-mode-line-format}) follow the same rules as other,
20609 buffer line oriented formatting variables (@pxref{Formatting Basics})
20610 with the following two differences:
20611
20612 @enumerate
20613
20614 @item
20615 There must be no newline (@samp{\n}) at the end.
20616
20617 @item
20618 The special @samp{%%b} spec can be used to display the buffer name.
20619 Well, it's no spec at all, really---@samp{%%} is just a way to quote
20620 @samp{%} to allow it to pass through the formatting machinery unmangled,
20621 so that Emacs receives @samp{%b}, which is something the Emacs mode line
20622 display interprets to mean ``show the buffer name''.  For a full list of
20623 mode line specs Emacs understands, see the documentation of the
20624 @code{mode-line-format} variable.
20625
20626 @end enumerate
20627
20628
20629 @node Advanced Formatting
20630 @subsection Advanced Formatting
20631
20632 It is frequently useful to post-process the fields in some way.
20633 Padding, limiting, cutting off parts and suppressing certain values can
20634 be achieved by using @dfn{tilde modifiers}.  A typical tilde spec might
20635 look like @samp{%~(cut 3)~(ignore "0")y}.
20636
20637 These are the valid modifiers:
20638
20639 @table @code
20640 @item pad
20641 @itemx pad-left
20642 Pad the field to the left with spaces until it reaches the required
20643 length.
20644
20645 @item pad-right
20646 Pad the field to the right with spaces until it reaches the required
20647 length.
20648
20649 @item max
20650 @itemx max-left
20651 Cut off characters from the left until it reaches the specified length.
20652
20653 @item max-right
20654 Cut off characters from the right until it reaches the specified
20655 length.
20656
20657 @item cut
20658 @itemx cut-left
20659 Cut off the specified number of characters from the left.
20660
20661 @item cut-right
20662 Cut off the specified number of characters from the right.
20663
20664 @item ignore
20665 Return an empty string if the field is equal to the specified value.
20666
20667 @item form
20668 Use the specified form as the field value when the @samp{@@} spec is
20669 used.
20670
20671 Here's an example:
20672
20673 @lisp
20674 "~(form (current-time-string))@@"
20675 @end lisp
20676
20677 @end table
20678
20679 Let's take an example.  The @samp{%o} spec in the summary mode lines
20680 will return a date in compact ISO8601 format---@samp{19960809T230410}.
20681 This is quite a mouthful, so we want to shave off the century number and
20682 the time, leaving us with a six-character date.  That would be
20683 @samp{%~(cut-left 2)~(max-right 6)~(pad 6)o}.  (Cutting is done before
20684 maxing, and we need the padding to ensure that the date is never less
20685 than 6 characters to make it look nice in columns.)
20686
20687 Ignoring is done first; then cutting; then maxing; and then as the very
20688 last operation, padding.
20689
20690 If you use lots of these advanced thingies, you'll find that Gnus gets
20691 quite slow.  This can be helped enormously by running @kbd{M-x
20692 gnus-compile} when you are satisfied with the look of your lines.
20693 @xref{Compilation}.
20694
20695
20696 @node User-Defined Specs
20697 @subsection User-Defined Specs
20698
20699 All the specs allow for inserting user defined specifiers---@samp{u}.
20700 The next character in the format string should be a letter.  Gnus
20701 will call the function @code{gnus-user-format-function-}@samp{X}, where
20702 @samp{X} is the letter following @samp{%u}.  The function will be passed
20703 a single parameter---what the parameter means depends on what buffer
20704 it's being called from.  The function should return a string, which will
20705 be inserted into the buffer just like information from any other
20706 specifier.  This function may also be called with dummy values, so it
20707 should protect against that.
20708
20709 Also Gnus supports extended user-defined specs, such as @samp{%u&foo;}.
20710 Gnus will call the function @code{gnus-user-format-function-}@samp{foo}.
20711
20712 You can also use tilde modifiers (@pxref{Advanced Formatting} to achieve
20713 much the same without defining new functions.  Here's an example:
20714 @samp{%~(form (count-lines (point-min) (point)))@@}.  The form
20715 given here will be evaluated to yield the current line number, and then
20716 inserted.
20717
20718
20719 @node Formatting Fonts
20720 @subsection Formatting Fonts
20721
20722 There are specs for highlighting, and these are shared by all the format
20723 variables.  Text inside the @samp{%(} and @samp{%)} specifiers will get
20724 the special @code{mouse-face} property set, which means that it will be
20725 highlighted (with @code{gnus-mouse-face}) when you put the mouse pointer
20726 over it.
20727
20728 Text inside the @samp{%@{} and @samp{%@}} specifiers will have their
20729 normal faces set using @code{gnus-face-0}, which is @code{bold} by
20730 default.  If you say @samp{%1@{}, you'll get @code{gnus-face-1} instead,
20731 and so on.  Create as many faces as you wish.  The same goes for the
20732 @code{mouse-face} specs---you can say @samp{%3(hello%)} to have
20733 @samp{hello} mouse-highlighted with @code{gnus-mouse-face-3}.
20734
20735 Text inside the @samp{%<<} and @samp{%>>} specifiers will get the
20736 special @code{balloon-help} property set to
20737 @code{gnus-balloon-face-0}.  If you say @samp{%1<<}, you'll get
20738 @code{gnus-balloon-face-1} and so on.  The @code{gnus-balloon-face-*}
20739 variables should be either strings or symbols naming functions that
20740 return a string.  When the mouse passes over text with this property
20741 set, a balloon window will appear and display the string.  Please
20742 refer to @ref{Tooltips, ,Tooltips, emacs, The Emacs Manual},
20743 (in GNU Emacs) or the doc string of @code{balloon-help-mode} (in
20744 XEmacs) for more information on this.  (For technical reasons, the
20745 guillemets have been approximated as @samp{<<} and @samp{>>} in this
20746 paragraph.)
20747
20748 Here's an alternative recipe for the group buffer:
20749
20750 @lisp
20751 ;; @r{Create three face types.}
20752 (setq gnus-face-1 'bold)
20753 (setq gnus-face-3 'italic)
20754
20755 ;; @r{We want the article count to be in}
20756 ;; @r{a bold and green face.  So we create}
20757 ;; @r{a new face called @code{my-green-bold}.}
20758 (copy-face 'bold 'my-green-bold)
20759 ;; @r{Set the color.}
20760 (set-face-foreground 'my-green-bold "ForestGreen")
20761 (setq gnus-face-2 'my-green-bold)
20762
20763 ;; @r{Set the new & fancy format.}
20764 (setq gnus-group-line-format
20765       "%M%S%3@{%5y%@}%2[:%] %(%1@{%g%@}%)\n")
20766 @end lisp
20767
20768 I'm sure you'll be able to use this scheme to create totally unreadable
20769 and extremely vulgar displays.  Have fun!
20770
20771 Note that the @samp{%(} specs (and friends) do not make any sense on the
20772 mode-line variables.
20773
20774 @node Positioning Point
20775 @subsection Positioning Point
20776
20777 Gnus usually moves point to a pre-defined place on each line in most
20778 buffers.  By default, point move to the first colon character on the
20779 line.  You can customize this behaviour in three different ways.
20780
20781 You can move the colon character to somewhere else on the line.
20782
20783 @findex gnus-goto-colon
20784 You can redefine the function that moves the point to the colon.  The
20785 function is called @code{gnus-goto-colon}.
20786
20787 But perhaps the most convenient way to deal with this, if you don't want
20788 to have a colon in your line, is to use the @samp{%*} specifier.  If you
20789 put a @samp{%*} somewhere in your format line definition, Gnus will
20790 place point there.
20791
20792
20793 @node Tabulation
20794 @subsection Tabulation
20795
20796 You can usually line up your displays by padding and cutting your
20797 strings.  However, when combining various strings of different size, it
20798 can often be more convenient to just output the strings, and then worry
20799 about lining up the following text afterwards.
20800
20801 To do that, Gnus supplies tabulator specs---@samp{%=}.  There are two
20802 different types---@dfn{hard tabulators} and @dfn{soft tabulators}.
20803
20804 @samp{%50=} will insert space characters to pad the line up to column
20805 50.  If the text is already past column 50, nothing will be inserted.
20806 This is the soft tabulator.
20807
20808 @samp{%-50=} will insert space characters to pad the line up to column
20809 50.  If the text is already past column 50, the excess text past column
20810 50 will be removed.  This is the hard tabulator.
20811
20812
20813 @node Wide Characters
20814 @subsection Wide Characters
20815
20816 Fixed width fonts in most countries have characters of the same width.
20817 Some countries, however, use Latin characters mixed with wider
20818 characters---most notable East Asian countries.
20819
20820 The problem is that when formatting, Gnus assumes that if a string is 10
20821 characters wide, it'll be 10 Latin characters wide on the screen.  In
20822 these countries, that's not true.
20823
20824 @vindex gnus-use-correct-string-widths
20825 To help fix this, you can set @code{gnus-use-correct-string-widths} to
20826 @code{t}.  This makes buffer generation slower, but the results will be
20827 prettier.  The default value under XEmacs is @code{t} but @code{nil}
20828 for Emacs.
20829
20830
20831 @node Window Layout
20832 @section Window Layout
20833 @cindex window layout
20834
20835 No, there's nothing here about X, so be quiet.
20836
20837 @vindex gnus-use-full-window
20838 If @code{gnus-use-full-window} non-@code{nil}, Gnus will delete all
20839 other windows and occupy the entire Emacs screen by itself.  It is
20840 @code{t} by default.
20841
20842 Setting this variable to @code{nil} kinda works, but there are
20843 glitches.  Use at your own peril.
20844
20845 @vindex gnus-buffer-configuration
20846 @code{gnus-buffer-configuration} describes how much space each Gnus
20847 buffer should be given.  Here's an excerpt of this variable:
20848
20849 @lisp
20850 ((group (vertical 1.0 (group 1.0 point)
20851                       (if gnus-carpal (group-carpal 4))))
20852  (article (vertical 1.0 (summary 0.25 point)
20853                         (article 1.0))))
20854 @end lisp
20855
20856 This is an alist.  The @dfn{key} is a symbol that names some action or
20857 other.  For instance, when displaying the group buffer, the window
20858 configuration function will use @code{group} as the key.  A full list of
20859 possible names is listed below.
20860
20861 The @dfn{value} (i.e., the @dfn{split}) says how much space each buffer
20862 should occupy.  To take the @code{article} split as an example -
20863
20864 @lisp
20865 (article (vertical 1.0 (summary 0.25 point)
20866                        (article 1.0)))
20867 @end lisp
20868
20869 This @dfn{split} says that the summary buffer should occupy 25% of upper
20870 half of the screen, and that it is placed over the article buffer.  As
20871 you may have noticed, 100% + 25% is actually 125% (yup, I saw y'all
20872 reaching for that calculator there).  However, the special number
20873 @code{1.0} is used to signal that this buffer should soak up all the
20874 rest of the space available after the rest of the buffers have taken
20875 whatever they need.  There should be only one buffer with the @code{1.0}
20876 size spec per split.
20877
20878 Point will be put in the buffer that has the optional third element
20879 @code{point}.  In a @code{frame} split, the last subsplit having a leaf
20880 split where the tag @code{frame-focus} is a member (i.e. is the third or
20881 fourth element in the list, depending on whether the @code{point} tag is
20882 present) gets focus.
20883
20884 Here's a more complicated example:
20885
20886 @lisp
20887 (article (vertical 1.0 (group 4)
20888                        (summary 0.25 point)
20889                        (if gnus-carpal (summary-carpal 4))
20890                        (article 1.0)))
20891 @end lisp
20892
20893 If the size spec is an integer instead of a floating point number,
20894 then that number will be used to say how many lines a buffer should
20895 occupy, not a percentage.
20896
20897 If the @dfn{split} looks like something that can be @code{eval}ed (to be
20898 precise---if the @code{car} of the split is a function or a subr), this
20899 split will be @code{eval}ed.  If the result is non-@code{nil}, it will
20900 be used as a split.  This means that there will be three buffers if
20901 @code{gnus-carpal} is @code{nil}, and four buffers if @code{gnus-carpal}
20902 is non-@code{nil}.
20903
20904 Not complicated enough for you?  Well, try this on for size:
20905
20906 @lisp
20907 (article (horizontal 1.0
20908              (vertical 0.5
20909                  (group 1.0)
20910                  (gnus-carpal 4))
20911              (vertical 1.0
20912                  (summary 0.25 point)
20913                  (summary-carpal 4)
20914                  (article 1.0))))
20915 @end lisp
20916
20917 Whoops.  Two buffers with the mystery 100% tag.  And what's that
20918 @code{horizontal} thingie?
20919
20920 If the first element in one of the split is @code{horizontal}, Gnus will
20921 split the window horizontally, giving you two windows side-by-side.
20922 Inside each of these strips you may carry on all you like in the normal
20923 fashion.  The number following @code{horizontal} says what percentage of
20924 the screen is to be given to this strip.
20925
20926 For each split, there @emph{must} be one element that has the 100% tag.
20927 The splitting is never accurate, and this buffer will eat any leftover
20928 lines from the splits.
20929
20930 To be slightly more formal, here's a definition of what a valid split
20931 may look like:
20932
20933 @example
20934 @group
20935 split      = frame | horizontal | vertical | buffer | form
20936 frame      = "(frame " size *split ")"
20937 horizontal = "(horizontal " size *split ")"
20938 vertical   = "(vertical " size *split ")"
20939 buffer     = "(" buf-name " " size *[ "point" ] *[ "frame-focus"] ")"
20940 size       = number | frame-params
20941 buf-name   = group | article | summary ...
20942 @end group
20943 @end example
20944
20945 The limitations are that the @code{frame} split can only appear as the
20946 top-level split.  @var{form} should be an Emacs Lisp form that should
20947 return a valid split.  We see that each split is fully recursive, and
20948 may contain any number of @code{vertical} and @code{horizontal} splits.
20949
20950 @vindex gnus-window-min-width
20951 @vindex gnus-window-min-height
20952 @cindex window height
20953 @cindex window width
20954 Finding the right sizes can be a bit complicated.  No window may be less
20955 than @code{gnus-window-min-height} (default 1) characters high, and all
20956 windows must be at least @code{gnus-window-min-width} (default 1)
20957 characters wide.  Gnus will try to enforce this before applying the
20958 splits.  If you want to use the normal Emacs window width/height limit,
20959 you can just set these two variables to @code{nil}.
20960
20961 If you're not familiar with Emacs terminology, @code{horizontal} and
20962 @code{vertical} splits may work the opposite way of what you'd expect.
20963 Windows inside a @code{horizontal} split are shown side-by-side, and
20964 windows within a @code{vertical} split are shown above each other.
20965
20966 @findex gnus-configure-frame
20967 If you want to experiment with window placement, a good tip is to call
20968 @code{gnus-configure-frame} directly with a split.  This is the function
20969 that does all the real work when splitting buffers.  Below is a pretty
20970 nonsensical configuration with 5 windows; two for the group buffer and
20971 three for the article buffer.  (I said it was nonsensical.)  If you
20972 @code{eval} the statement below, you can get an idea of how that would
20973 look straight away, without going through the normal Gnus channels.
20974 Play with it until you're satisfied, and then use
20975 @code{gnus-add-configuration} to add your new creation to the buffer
20976 configuration list.
20977
20978 @lisp
20979 (gnus-configure-frame
20980  '(horizontal 1.0
20981     (vertical 10
20982       (group 1.0)
20983       (article 0.3 point))
20984     (vertical 1.0
20985       (article 1.0)
20986       (horizontal 4
20987         (group 1.0)
20988         (article 10)))))
20989 @end lisp
20990
20991 You might want to have several frames as well.  No prob---just use the
20992 @code{frame} split:
20993
20994 @lisp
20995 (gnus-configure-frame
20996  '(frame 1.0
20997          (vertical 1.0
20998                    (summary 0.25 point frame-focus)
20999                    (article 1.0))
21000          (vertical ((height . 5) (width . 15)
21001                     (user-position . t)
21002                     (left . -1) (top . 1))
21003                    (picon 1.0))))
21004
21005 @end lisp
21006
21007 This split will result in the familiar summary/article window
21008 configuration in the first (or ``main'') frame, while a small additional
21009 frame will be created where picons will be shown.  As you can see,
21010 instead of the normal @code{1.0} top-level spec, each additional split
21011 should have a frame parameter alist as the size spec.
21012 @xref{Frame Parameters, , Frame Parameters, elisp, The GNU Emacs Lisp
21013 Reference Manual}.  Under XEmacs, a frame property list will be
21014 accepted, too---for instance, @code{(height 5 width 15 left -1 top 1)}
21015 is such a plist.
21016 The list of all possible keys for @code{gnus-buffer-configuration} can
21017 be found in its default value.
21018
21019 Note that the @code{message} key is used for both
21020 @code{gnus-group-mail} and @code{gnus-summary-mail-other-window}.  If
21021 it is desirable to distinguish between the two, something like this
21022 might be used:
21023
21024 @lisp
21025 (message (horizontal 1.0
21026                      (vertical 1.0 (message 1.0 point))
21027                      (vertical 0.24
21028                                (if (buffer-live-p gnus-summary-buffer)
21029                                    '(summary 0.5))
21030                                (group 1.0))))
21031 @end lisp
21032
21033 One common desire for a multiple frame split is to have a separate frame
21034 for composing mail and news while leaving the original frame intact.  To
21035 accomplish that, something like the following can be done:
21036
21037 @lisp
21038 (message
21039   (frame 1.0
21040          (if (not (buffer-live-p gnus-summary-buffer))
21041              (car (cdr (assoc 'group gnus-buffer-configuration)))
21042            (car (cdr (assoc 'summary gnus-buffer-configuration))))
21043          (vertical ((user-position . t) (top . 1) (left . 1)
21044                     (name . "Message"))
21045                    (message 1.0 point))))
21046 @end lisp
21047
21048 @findex gnus-add-configuration
21049 Since the @code{gnus-buffer-configuration} variable is so long and
21050 complicated, there's a function you can use to ease changing the config
21051 of a single setting: @code{gnus-add-configuration}.  If, for instance,
21052 you want to change the @code{article} setting, you could say:
21053
21054 @lisp
21055 (gnus-add-configuration
21056  '(article (vertical 1.0
21057                (group 4)
21058                (summary .25 point)
21059                (article 1.0))))
21060 @end lisp
21061
21062 You'd typically stick these @code{gnus-add-configuration} calls in your
21063 @file{~/.gnus.el} file or in some startup hook---they should be run after
21064 Gnus has been loaded.
21065
21066 @vindex gnus-always-force-window-configuration
21067 If all windows mentioned in the configuration are already visible, Gnus
21068 won't change the window configuration.  If you always want to force the
21069 ``right'' window configuration, you can set
21070 @code{gnus-always-force-window-configuration} to non-@code{nil}.
21071
21072 If you're using tree displays (@pxref{Tree Display}), and the tree
21073 window is displayed vertically next to another window, you may also want
21074 to fiddle with @code{gnus-tree-minimize-window} to avoid having the
21075 windows resized.
21076
21077 @subsection Example Window Configurations
21078
21079 @itemize @bullet
21080 @item
21081 Narrow left hand side occupied by group buffer.  Right hand side split
21082 between summary buffer (top one-sixth) and article buffer (bottom).
21083
21084 @ifinfo
21085 @example
21086 +---+---------+
21087 | G | Summary |
21088 | r +---------+
21089 | o |         |
21090 | u | Article |
21091 | p |         |
21092 +---+---------+
21093 @end example
21094 @end ifinfo
21095
21096 @lisp
21097 (gnus-add-configuration
21098  '(article
21099    (horizontal 1.0
21100                (vertical 25 (group 1.0))
21101                (vertical 1.0
21102                          (summary 0.16 point)
21103                          (article 1.0)))))
21104
21105 (gnus-add-configuration
21106  '(summary
21107    (horizontal 1.0
21108                (vertical 25 (group 1.0))
21109                (vertical 1.0 (summary 1.0 point)))))
21110 @end lisp
21111
21112 @end itemize
21113
21114
21115 @node Faces and Fonts
21116 @section Faces and Fonts
21117 @cindex faces
21118 @cindex fonts
21119 @cindex colors
21120
21121 Fiddling with fonts and faces used to be very difficult, but these days
21122 it is very simple.  You simply say @kbd{M-x customize-face}, pick out
21123 the face you want to alter, and alter it via the standard Customize
21124 interface.
21125
21126
21127 @node Compilation
21128 @section Compilation
21129 @cindex compilation
21130 @cindex byte-compilation
21131
21132 @findex gnus-compile
21133
21134 Remember all those line format specification variables?
21135 @code{gnus-summary-line-format}, @code{gnus-group-line-format}, and so
21136 on.  Now, Gnus will of course heed whatever these variables are, but,
21137 unfortunately, changing them will mean a quite significant slow-down.
21138 (The default values of these variables have byte-compiled functions
21139 associated with them, while the user-generated versions do not, of
21140 course.)
21141
21142 To help with this, you can run @kbd{M-x gnus-compile} after you've
21143 fiddled around with the variables and feel that you're (kind of)
21144 satisfied.  This will result in the new specs being byte-compiled, and
21145 you'll get top speed again.  Gnus will save these compiled specs in the
21146 @file{.newsrc.eld} file.  (User-defined functions aren't compiled by
21147 this function, though---you should compile them yourself by sticking
21148 them into the @file{~/.gnus.el} file and byte-compiling that file.)
21149
21150
21151 @node Mode Lines
21152 @section Mode Lines
21153 @cindex mode lines
21154
21155 @vindex gnus-updated-mode-lines
21156 @code{gnus-updated-mode-lines} says what buffers should keep their mode
21157 lines updated.  It is a list of symbols.  Supported symbols include
21158 @code{group}, @code{article}, @code{summary}, @code{server},
21159 @code{browse}, and @code{tree}.  If the corresponding symbol is present,
21160 Gnus will keep that mode line updated with information that may be
21161 pertinent.  If this variable is @code{nil}, screen refresh may be
21162 quicker.
21163
21164 @cindex display-time
21165
21166 @vindex gnus-mode-non-string-length
21167 By default, Gnus displays information on the current article in the mode
21168 lines of the summary and article buffers.  The information Gnus wishes
21169 to display (e.g. the subject of the article) is often longer than the
21170 mode lines, and therefore have to be cut off at some point.  The
21171 @code{gnus-mode-non-string-length} variable says how long the other
21172 elements on the line is (i.e., the non-info part).  If you put
21173 additional elements on the mode line (e.g. a clock), you should modify
21174 this variable:
21175
21176 @c Hook written by Francesco Potorti` <pot@cnuce.cnr.it>
21177 @lisp
21178 (add-hook 'display-time-hook
21179           (lambda () (setq gnus-mode-non-string-length
21180                            (+ 21
21181                               (if line-number-mode 5 0)
21182                               (if column-number-mode 4 0)
21183                               (length display-time-string)))))
21184 @end lisp
21185
21186 If this variable is @code{nil} (which is the default), the mode line
21187 strings won't be chopped off, and they won't be padded either.  Note
21188 that the default is unlikely to be desirable, as even the percentage
21189 complete in the buffer may be crowded off the mode line; the user should
21190 configure this variable appropriately for her configuration.
21191
21192
21193 @node Highlighting and Menus
21194 @section Highlighting and Menus
21195 @cindex visual
21196 @cindex highlighting
21197 @cindex menus
21198
21199 @vindex gnus-visual
21200 The @code{gnus-visual} variable controls most of the Gnus-prettifying
21201 aspects.  If @code{nil}, Gnus won't attempt to create menus or use fancy
21202 colors or fonts.  This will also inhibit loading the @file{gnus-vis.el}
21203 file.
21204
21205 This variable can be a list of visual properties that are enabled.  The
21206 following elements are valid, and are all included by default:
21207
21208 @table @code
21209 @item group-highlight
21210 Do highlights in the group buffer.
21211 @item summary-highlight
21212 Do highlights in the summary buffer.
21213 @item article-highlight
21214 Do highlights in the article buffer.
21215 @item highlight
21216 Turn on highlighting in all buffers.
21217 @item group-menu
21218 Create menus in the group buffer.
21219 @item summary-menu
21220 Create menus in the summary buffers.
21221 @item article-menu
21222 Create menus in the article buffer.
21223 @item browse-menu
21224 Create menus in the browse buffer.
21225 @item server-menu
21226 Create menus in the server buffer.
21227 @item score-menu
21228 Create menus in the score buffers.
21229 @item menu
21230 Create menus in all buffers.
21231 @end table
21232
21233 So if you only want highlighting in the article buffer and menus in all
21234 buffers, you could say something like:
21235
21236 @lisp
21237 (setq gnus-visual '(article-highlight menu))
21238 @end lisp
21239
21240 If you want highlighting only and no menus whatsoever, you'd say:
21241
21242 @lisp
21243 (setq gnus-visual '(highlight))
21244 @end lisp
21245
21246 If @code{gnus-visual} is @code{t}, highlighting and menus will be used
21247 in all Gnus buffers.
21248
21249 Other general variables that influence the look of all buffers include:
21250
21251 @table @code
21252 @item gnus-mouse-face
21253 @vindex gnus-mouse-face
21254 This is the face (i.e., font) used for mouse highlighting in Gnus.  No
21255 mouse highlights will be done if @code{gnus-visual} is @code{nil}.
21256
21257 @end table
21258
21259 There are hooks associated with the creation of all the different menus:
21260
21261 @table @code
21262
21263 @item gnus-article-menu-hook
21264 @vindex gnus-article-menu-hook
21265 Hook called after creating the article mode menu.
21266
21267 @item gnus-group-menu-hook
21268 @vindex gnus-group-menu-hook
21269 Hook called after creating the group mode menu.
21270
21271 @item gnus-summary-menu-hook
21272 @vindex gnus-summary-menu-hook
21273 Hook called after creating the summary mode menu.
21274
21275 @item gnus-server-menu-hook
21276 @vindex gnus-server-menu-hook
21277 Hook called after creating the server mode menu.
21278
21279 @item gnus-browse-menu-hook
21280 @vindex gnus-browse-menu-hook
21281 Hook called after creating the browse mode menu.
21282
21283 @item gnus-score-menu-hook
21284 @vindex gnus-score-menu-hook
21285 Hook called after creating the score mode menu.
21286
21287 @end table
21288
21289
21290 @node Buttons
21291 @section Buttons
21292 @cindex buttons
21293 @cindex mouse
21294 @cindex click
21295
21296 Those new-fangled @dfn{mouse} contraptions is very popular with the
21297 young, hep kids who don't want to learn the proper way to do things
21298 these days.  Why, I remember way back in the summer of '89, when I was
21299 using Emacs on a Tops 20 system.  Three hundred users on one single
21300 machine, and every user was running Simula compilers.  Bah!
21301
21302 Right.
21303
21304 @vindex gnus-carpal
21305 Well, you can make Gnus display bufferfuls of buttons you can click to
21306 do anything by setting @code{gnus-carpal} to @code{t}.  Pretty simple,
21307 really.  Tell the chiropractor I sent you.
21308
21309
21310 @table @code
21311
21312 @item gnus-carpal-mode-hook
21313 @vindex gnus-carpal-mode-hook
21314 Hook run in all carpal mode buffers.
21315
21316 @item gnus-carpal-button-face
21317 @vindex gnus-carpal-button-face
21318 Face used on buttons.
21319
21320 @item gnus-carpal-header-face
21321 @vindex gnus-carpal-header-face
21322 Face used on carpal buffer headers.
21323
21324 @item gnus-carpal-group-buffer-buttons
21325 @vindex gnus-carpal-group-buffer-buttons
21326 Buttons in the group buffer.
21327
21328 @item gnus-carpal-summary-buffer-buttons
21329 @vindex gnus-carpal-summary-buffer-buttons
21330 Buttons in the summary buffer.
21331
21332 @item gnus-carpal-server-buffer-buttons
21333 @vindex gnus-carpal-server-buffer-buttons
21334 Buttons in the server buffer.
21335
21336 @item gnus-carpal-browse-buffer-buttons
21337 @vindex gnus-carpal-browse-buffer-buttons
21338 Buttons in the browse buffer.
21339 @end table
21340
21341 All the @code{buttons} variables are lists.  The elements in these list
21342 are either cons cells where the @code{car} contains a text to be displayed and
21343 the @code{cdr} contains a function symbol, or a simple string.
21344
21345
21346 @node Daemons
21347 @section Daemons
21348 @cindex demons
21349 @cindex daemons
21350
21351 Gnus, being larger than any program ever written (allegedly), does lots
21352 of strange stuff that you may wish to have done while you're not
21353 present.  For instance, you may want it to check for new mail once in a
21354 while.  Or you may want it to close down all connections to all servers
21355 when you leave Emacs idle.  And stuff like that.
21356
21357 Gnus will let you do stuff like that by defining various
21358 @dfn{handlers}.  Each handler consists of three elements:  A
21359 @var{function}, a @var{time}, and an @var{idle} parameter.
21360
21361 Here's an example of a handler that closes connections when Emacs has
21362 been idle for thirty minutes:
21363
21364 @lisp
21365 (gnus-demon-close-connections nil 30)
21366 @end lisp
21367
21368 Here's a handler that scans for @acronym{PGP} headers every hour when
21369 Emacs is idle:
21370
21371 @lisp
21372 (gnus-demon-scan-pgp 60 t)
21373 @end lisp
21374
21375 This @var{time} parameter and that @var{idle} parameter work together
21376 in a strange, but wonderful fashion.  Basically, if @var{idle} is
21377 @code{nil}, then the function will be called every @var{time} minutes.
21378
21379 If @var{idle} is @code{t}, then the function will be called after
21380 @var{time} minutes only if Emacs is idle.  So if Emacs is never idle,
21381 the function will never be called.  But once Emacs goes idle, the
21382 function will be called every @var{time} minutes.
21383
21384 If @var{idle} is a number and @var{time} is a number, the function will
21385 be called every @var{time} minutes only when Emacs has been idle for
21386 @var{idle} minutes.
21387
21388 If @var{idle} is a number and @var{time} is @code{nil}, the function
21389 will be called once every time Emacs has been idle for @var{idle}
21390 minutes.
21391
21392 And if @var{time} is a string, it should look like @samp{07:31}, and
21393 the function will then be called once every day somewhere near that
21394 time.  Modified by the @var{idle} parameter, of course.
21395
21396 @vindex gnus-demon-timestep
21397 (When I say ``minute'' here, I really mean @code{gnus-demon-timestep}
21398 seconds.  This is 60 by default.  If you change that variable,
21399 all the timings in the handlers will be affected.)
21400
21401 So, if you want to add a handler, you could put something like this in
21402 your @file{~/.gnus.el} file:
21403
21404 @findex gnus-demon-add-handler
21405 @lisp
21406 (gnus-demon-add-handler 'gnus-demon-close-connections 30 t)
21407 @end lisp
21408
21409 @findex gnus-demon-add-nocem
21410 @findex gnus-demon-add-scanmail
21411 @findex gnus-demon-add-rescan
21412 @findex gnus-demon-add-scan-timestamps
21413 @findex gnus-demon-add-disconnection
21414 Some ready-made functions to do this have been created:
21415 @code{gnus-demon-add-nocem}, @code{gnus-demon-add-disconnection},
21416 @code{gnus-demon-add-nntp-close-connection},
21417 @code{gnus-demon-add-scan-timestamps}, @code{gnus-demon-add-rescan}, and
21418 @code{gnus-demon-add-scanmail}.  Just put those functions in your
21419 @file{~/.gnus.el} if you want those abilities.
21420
21421 @findex gnus-demon-init
21422 @findex gnus-demon-cancel
21423 @vindex gnus-demon-handlers
21424 If you add handlers to @code{gnus-demon-handlers} directly, you should
21425 run @code{gnus-demon-init} to make the changes take hold.  To cancel all
21426 daemons, you can use the @code{gnus-demon-cancel} function.
21427
21428 Note that adding daemons can be pretty naughty if you over do it.  Adding
21429 functions that scan all news and mail from all servers every two seconds
21430 is a sure-fire way of getting booted off any respectable system.  So
21431 behave.
21432
21433
21434 @node NoCeM
21435 @section NoCeM
21436 @cindex nocem
21437 @cindex spam
21438
21439 @dfn{Spamming} is posting the same article lots and lots of times.
21440 Spamming is bad.  Spamming is evil.
21441
21442 Spamming is usually canceled within a day or so by various anti-spamming
21443 agencies.  These agencies usually also send out @dfn{NoCeM} messages.
21444 NoCeM is pronounced ``no see-'em'', and means what the name
21445 implies---these are messages that make the offending articles, like, go
21446 away.
21447
21448 What use are these NoCeM messages if the articles are canceled anyway?
21449 Some sites do not honor cancel messages and some sites just honor cancels
21450 from a select few people.  Then you may wish to make use of the NoCeM
21451 messages, which are distributed in the @samp{alt.nocem.misc} newsgroup.
21452
21453 Gnus can read and parse the messages in this group automatically, and
21454 this will make spam disappear.
21455
21456 There are some variables to customize, of course:
21457
21458 @table @code
21459 @item gnus-use-nocem
21460 @vindex gnus-use-nocem
21461 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
21462 by default.
21463
21464 @item gnus-nocem-groups
21465 @vindex gnus-nocem-groups
21466 Gnus will look for NoCeM messages in the groups in this list.  The
21467 default is
21468 @lisp
21469 ("news.lists.filters" "news.admin.net-abuse.bulletins"
21470  "alt.nocem.misc" "news.admin.net-abuse.announce")
21471 @end lisp
21472
21473 @item gnus-nocem-issuers
21474 @vindex gnus-nocem-issuers
21475 There are many people issuing NoCeM messages.  This list says what
21476 people you want to listen to.  The default is
21477 @lisp
21478 ("Automoose-1" "clewis@@ferret.ocunix.on.ca"
21479  "cosmo.roadkill" "SpamHippo" "hweede@@snafu.de")
21480 @end lisp
21481 fine, upstanding citizens all of them.
21482
21483 Known despammers that you can put in this list are listed at@*
21484 @uref{http://www.xs4all.nl/~rosalind/nocemreg/nocemreg.html}.
21485
21486 You do not have to heed NoCeM messages from all these people---just the
21487 ones you want to listen to.  You also don't have to accept all NoCeM
21488 messages from the people you like.  Each NoCeM message has a @dfn{type}
21489 header that gives the message a (more or less, usually less) rigorous
21490 definition.  Common types are @samp{spam}, @samp{spew}, @samp{mmf},
21491 @samp{binary}, and @samp{troll}.  To specify this, you have to use
21492 @code{(@var{issuer} @var{conditions} @dots{})} elements in the list.
21493 Each condition is either a string (which is a regexp that matches types
21494 you want to use) or a list on the form @code{(not @var{string})}, where
21495 @var{string} is a regexp that matches types you don't want to use.
21496
21497 For instance, if you want all NoCeM messages from Chris Lewis except his
21498 @samp{troll} messages, you'd say:
21499
21500 @lisp
21501 ("clewis@@ferret.ocunix.on.ca" ".*" (not "troll"))
21502 @end lisp
21503
21504 On the other hand, if you just want nothing but his @samp{spam} and
21505 @samp{spew} messages, you'd say:
21506
21507 @lisp
21508 ("clewis@@ferret.ocunix.on.ca" (not ".*") "spew" "spam")
21509 @end lisp
21510
21511 The specs are applied left-to-right.
21512
21513
21514 @item gnus-nocem-verifyer
21515 @vindex gnus-nocem-verifyer
21516 @findex mc-verify
21517 This should be a function for verifying that the NoCeM issuer is who she
21518 says she is.  The default is @code{mc-verify}, which is a Mailcrypt
21519 function.  If this is too slow and you don't care for verification
21520 (which may be dangerous), you can set this variable to @code{nil}.
21521
21522 If you want signed NoCeM messages to be verified and unsigned messages
21523 not to be verified (but used anyway), you could do something like:
21524
21525 @lisp
21526 (setq gnus-nocem-verifyer 'my-gnus-mc-verify)
21527
21528 (defun my-gnus-mc-verify ()
21529   (not (eq 'forged
21530            (ignore-errors
21531              (if (mc-verify)
21532                  t
21533                'forged)))))
21534 @end lisp
21535
21536 This might be dangerous, though.
21537
21538 @item gnus-nocem-directory
21539 @vindex gnus-nocem-directory
21540 This is where Gnus will store its NoCeM cache files.  The default is@*
21541 @file{~/News/NoCeM/}.
21542
21543 @item gnus-nocem-expiry-wait
21544 @vindex gnus-nocem-expiry-wait
21545 The number of days before removing old NoCeM entries from the cache.
21546 The default is 15.  If you make it shorter Gnus will be faster, but you
21547 might then see old spam.
21548
21549 @item gnus-nocem-check-from
21550 @vindex gnus-nocem-check-from
21551 Non-@code{nil} means check for valid issuers in message bodies.
21552 Otherwise don't bother fetching articles unless their author matches a
21553 valid issuer; that is much faster if you are selective about the
21554 issuers.
21555
21556 @item gnus-nocem-check-article-limit
21557 @vindex gnus-nocem-check-article-limit
21558 If non-@code{nil}, the maximum number of articles to check in any NoCeM
21559 group.  NoCeM groups can be huge and very slow to process.
21560
21561 @end table
21562
21563 Using NoCeM could potentially be a memory hog.  If you have many living
21564 (i. e., subscribed or unsubscribed groups), your Emacs process will grow
21565 big.  If this is a problem, you should kill off all (or most) of your
21566 unsubscribed groups (@pxref{Subscription Commands}).
21567
21568
21569 @node Undo
21570 @section Undo
21571 @cindex undo
21572
21573 It is very useful to be able to undo actions one has done.  In normal
21574 Emacs buffers, it's easy enough---you just push the @code{undo} button.
21575 In Gnus buffers, however, it isn't that simple.
21576
21577 The things Gnus displays in its buffer is of no value whatsoever to
21578 Gnus---it's all just data designed to look nice to the user.
21579 Killing a group in the group buffer with @kbd{C-k} makes the line
21580 disappear, but that's just a side-effect of the real action---the
21581 removal of the group in question from the internal Gnus structures.
21582 Undoing something like that can't be done by the normal Emacs
21583 @code{undo} function.
21584
21585 Gnus tries to remedy this somewhat by keeping track of what the user
21586 does and coming up with actions that would reverse the actions the user
21587 takes.  When the user then presses the @code{undo} key, Gnus will run
21588 the code to reverse the previous action, or the previous actions.
21589 However, not all actions are easily reversible, so Gnus currently offers
21590 a few key functions to be undoable.  These include killing groups,
21591 yanking groups, and changing the list of read articles of groups.
21592 That's it, really.  More functions may be added in the future, but each
21593 added function means an increase in data to be stored, so Gnus will
21594 never be totally undoable.
21595
21596 @findex gnus-undo-mode
21597 @vindex gnus-use-undo
21598 @findex gnus-undo
21599 The undoability is provided by the @code{gnus-undo-mode} minor mode.  It
21600 is used if @code{gnus-use-undo} is non-@code{nil}, which is the
21601 default.  The @kbd{C-M-_} key performs the @code{gnus-undo}
21602 command, which should feel kinda like the normal Emacs @code{undo}
21603 command.
21604
21605
21606 @node Predicate Specifiers
21607 @section Predicate Specifiers
21608 @cindex predicate specifiers
21609
21610 Some Gnus variables are @dfn{predicate specifiers}.  This is a special
21611 form that allows flexible specification of predicates without having
21612 to type all that much.
21613
21614 These specifiers are lists consisting of functions, symbols and lists.
21615
21616 Here's an example:
21617
21618 @lisp
21619 (or gnus-article-unseen-p
21620     gnus-article-unread-p)
21621 @end lisp
21622
21623 The available symbols are @code{or}, @code{and} and @code{not}.  The
21624 functions all take one parameter.
21625
21626 @findex gnus-make-predicate
21627 Internally, Gnus calls @code{gnus-make-predicate} on these specifiers
21628 to create a function that can be called.  This input parameter to this
21629 function will be passed along to all the functions in the predicate
21630 specifier.
21631
21632
21633 @node Moderation
21634 @section Moderation
21635 @cindex moderation
21636
21637 If you are a moderator, you can use the @file{gnus-mdrtn.el} package.
21638 It is not included in the standard Gnus package.  Write a mail to
21639 @samp{larsi@@gnus.org} and state what group you moderate, and you'll
21640 get a copy.
21641
21642 The moderation package is implemented as a minor mode for summary
21643 buffers.  Put
21644
21645 @lisp
21646 (add-hook 'gnus-summary-mode-hook 'gnus-moderate)
21647 @end lisp
21648
21649 in your @file{~/.gnus.el} file.
21650
21651 If you are the moderator of @samp{rec.zoofle}, this is how it's
21652 supposed to work:
21653
21654 @enumerate
21655 @item
21656 You split your incoming mail by matching on
21657 @samp{Newsgroups:.*rec.zoofle}, which will put all the to-be-posted
21658 articles in some mail group---for instance, @samp{nnml:rec.zoofle}.
21659
21660 @item
21661 You enter that group once in a while and post articles using the @kbd{e}
21662 (edit-and-post) or @kbd{s} (just send unedited) commands.
21663
21664 @item
21665 If, while reading the @samp{rec.zoofle} newsgroup, you happen upon some
21666 articles that weren't approved by you, you can cancel them with the
21667 @kbd{c} command.
21668 @end enumerate
21669
21670 To use moderation mode in these two groups, say:
21671
21672 @lisp
21673 (setq gnus-moderated-list
21674       "^nnml:rec.zoofle$\\|^rec.zoofle$")
21675 @end lisp
21676
21677
21678 @node Image Enhancements
21679 @section Image Enhancements
21680
21681 XEmacs, as well as Emacs 21@footnote{Emacs 21 on MS Windows doesn't
21682 support images yet.}, is able to display pictures and stuff, so Gnus has
21683 taken advantage of that.
21684
21685 @menu
21686 * X-Face::                      Display a funky, teensy black-and-white image.
21687 * Face::                        Display a funkier, teensier colored image.
21688 * Smileys::                     Show all those happy faces the way they were meant to be shown.
21689 * Picons::                      How to display pictures of what you're reading.
21690 * XVarious::                    Other XEmacsy Gnusey variables.
21691 @end menu
21692
21693
21694 @node X-Face
21695 @subsection X-Face
21696 @cindex x-face
21697
21698 @code{X-Face} headers describe a 48x48 pixel black-and-white (1 bit
21699 depth) image that's supposed to represent the author of the message.
21700 It seems to be supported by an ever-growing number of mail and news
21701 readers.
21702
21703 @cindex x-face
21704 @findex gnus-article-display-x-face
21705 @vindex gnus-article-x-face-command
21706 @vindex gnus-article-x-face-too-ugly
21707 @iftex
21708 @iflatex
21709 \include{xface}
21710 @end iflatex
21711 @end iftex
21712 @c @anchor{X-Face}
21713
21714 Gnus now uses the internal ELisp-based @code{uncompface} program for
21715 decoding an @code{X-Face} header normally in Emacs.  While it doesn't
21716 require any other external program, you may feel it is slow if you are
21717 using a slow machine.  In such a case, you can modify the following
21718 variables:
21719
21720 @table @code
21721 @item uncompface-use-external
21722 @vindex uncompface-use-external
21723 Specify which of the internal or the external decoder should be used.
21724 @code{nil} means to use the internal ELisp-based @code{uncompface}
21725 program.  @code{t} means to use the external decoder.  The default value
21726 is normally @code{undecided} which means to determine it by checking
21727 whether the host machine is slow, being controlled by
21728 @code{uncompface-use-external-threshold} (which see).
21729
21730 @item uncompface-use-external-threshold
21731 @vindex uncompface-use-external-threshold
21732 A number of seconds to check whether the host machine is slow.  If the
21733 host takes time larger than this value for decoding an @code{X-Face}
21734 using the internal ELisp-based @code{uncompface} program, it will be
21735 changed to using the external decoder.  The default is 0.1 seconds.
21736 @end table
21737
21738 If the internal decoder is invalidated or if you are using XEmacs,
21739 decoding an @code{X-Face} header either requires an Emacs that has
21740 @samp{compface} support (which most XEmacs versions has), or that you
21741 have @samp{compface} installed on your system.  If either is true,
21742 Gnus will default to displaying @code{X-Face} headers.
21743
21744 The variable that controls this is the
21745 @code{gnus-article-x-face-command} variable.  If this variable is a
21746 string, this string will be executed in a sub-shell.  If it is a
21747 function, this function will be called with the face as the argument.
21748 If the @code{gnus-article-x-face-too-ugly} (which is a regexp) matches
21749 the @code{From} header, the face will not be shown.
21750
21751 The default action under Emacs 20 is to fork off the @code{display}
21752 program@footnote{@code{display} is from the ImageMagick package.  For
21753 the @code{uncompface} and @code{icontopbm} programs look for a package
21754 like @code{compface} or @code{faces-xface} on a GNU/Linux system.}  to
21755 view the face.
21756
21757 Under XEmacs or Emacs 21+ with suitable image support, the default
21758 action is to display the face before the @code{From} header.  (It's
21759 nicer if XEmacs has been compiled with @code{X-Face} support---that
21760 will make display somewhat faster.  If there's no native @code{X-Face}
21761 support, Gnus will try to convert the @code{X-Face} header using
21762 external programs from the @code{pbmplus} package and
21763 friends.@footnote{On a GNU/Linux system look for packages with names
21764 like @code{netpbm}, @code{libgr-progs} and @code{compface}.})
21765
21766 (Note: @code{x-face} is used in the variable/function names, not
21767 @code{xface}).
21768
21769 @noindent
21770 Face and variable:
21771
21772 @table @code
21773 @item gnus-x-face
21774 @vindex gnus-x-face
21775 Face to show X-Face.  The colors from this face are used as the
21776 foreground and background colors of the displayed X-Faces.  The
21777 default colors are black and white.
21778
21779 @item gnus-face-properties-alist
21780 @vindex gnus-face-properties-alist
21781 Alist of image types and properties applied to Face (@pxref{Face}) and
21782 X-Face images.  The default value is @code{((pbm . (:face gnus-x-face))
21783 (png . nil))} for Emacs or @code{((xface . (:face gnus-x-face)))} for
21784 XEmacs.  Here are examples:
21785
21786 @lisp
21787 ;; Specify the altitude of Face and X-Face images in the From header.
21788 (setq gnus-face-properties-alist
21789       '((pbm . (:face gnus-x-face :ascent 80))
21790         (png . (:ascent 80))))
21791
21792 ;; Show Face and X-Face images as pressed buttons.
21793 (setq gnus-face-properties-alist
21794       '((pbm . (:face gnus-x-face :relief -2))
21795         (png . (:relief -2))))
21796 @end lisp
21797
21798 @pxref{Image Descriptors, ,Image Descriptors, elisp, The Emacs Lisp
21799 Reference Manual} for the valid properties for various image types.
21800 Currently, @code{pbm} is used for X-Face images and @code{png} is used
21801 for Face images in Emacs.  Only the @code{:face} property is effective
21802 on the @code{xface} image type in XEmacs if it is built with the
21803 @samp{libcompface} library.
21804 @end table
21805
21806 Gnus provides a few convenience functions and variables to allow
21807 easier insertion of X-Face headers in outgoing messages.
21808
21809 @findex gnus-random-x-face
21810 @vindex gnus-convert-pbm-to-x-face-command
21811 @vindex gnus-x-face-directory
21812 @code{gnus-random-x-face} goes through all the @samp{pbm} files in
21813 @code{gnus-x-face-directory} and picks one at random, and then
21814 converts it to the X-Face format by using the
21815 @code{gnus-convert-pbm-to-x-face-command} shell command.  The
21816 @samp{pbm} files should be 48x48 pixels big.  It returns the X-Face
21817 header data as a string.
21818
21819 @findex gnus-insert-random-x-face-header
21820 @code{gnus-insert-random-x-face-header} calls
21821 @code{gnus-random-x-face} and inserts a @samp{X-Face} header with the
21822 randomly generated data.
21823
21824 @findex gnus-x-face-from-file
21825 @vindex gnus-convert-image-to-x-face-command
21826 @code{gnus-x-face-from-file} takes a GIF file as the parameter, and then
21827 converts the file to X-Face format by using the
21828 @code{gnus-convert-image-to-x-face-command} shell command.
21829
21830 Here's how you would typically use the first function.  Put something
21831 like the following in your @file{~/.gnus.el} file:
21832
21833 @lisp
21834 (setq message-required-news-headers
21835       (nconc message-required-news-headers
21836              (list '(X-Face . gnus-random-x-face))))
21837 @end lisp
21838
21839 Using the last function would be something like this:
21840
21841 @lisp
21842 (setq message-required-news-headers
21843       (nconc message-required-news-headers
21844              (list '(X-Face . (lambda ()
21845                                 (gnus-x-face-from-file
21846                                  "~/My-face.gif"))))))
21847 @end lisp
21848
21849
21850 @node Face
21851 @subsection Face
21852 @cindex face
21853
21854 @c #### FIXME: faces and x-faces'implementations should really be harmonized.
21855
21856 @code{Face} headers are essentially a funkier version of @code{X-Face}
21857 ones. They describe a 48x48 pixel colored image that's supposed to
21858 represent the author of the message.
21859
21860 @cindex face
21861 @findex gnus-article-display-face
21862 The contents of a @code{Face} header must be a base64 encoded PNG image.
21863 See @uref{http://quimby.gnus.org/circus/face/} for the precise
21864 specifications.
21865
21866 The @code{gnus-face-properties-alist} variable affects the appearance of
21867 displayed Face images.  @xref{X-Face}.
21868
21869 Gnus provides a few convenience functions and variables to allow
21870 easier insertion of Face headers in outgoing messages.
21871
21872 @findex gnus-convert-png-to-face
21873 @code{gnus-convert-png-to-face} takes a 48x48 PNG image, no longer than
21874 726 bytes long, and converts it to a face.
21875
21876 @findex gnus-face-from-file
21877 @vindex gnus-convert-image-to-face-command
21878 @code{gnus-face-from-file} takes a JPEG file as the parameter, and then
21879 converts the file to Face format by using the
21880 @code{gnus-convert-image-to-face-command} shell command.
21881
21882 Here's how you would typically use this function. Put something like the
21883 following in your @file{~/.gnus.el} file:
21884
21885 @lisp
21886 (setq message-required-news-headers
21887       (nconc message-required-news-headers
21888              (list '(Face . (lambda ()
21889                               (gnus-face-from-file "~/face.jpg"))))))
21890 @end lisp
21891
21892
21893 @node Smileys
21894 @subsection Smileys
21895 @cindex smileys
21896
21897 @iftex
21898 @iflatex
21899 \gnusfig{-3cm}{0.5cm}{\epsfig{figure=ps/BigFace,height=20cm}}
21900 \input{smiley}
21901 @end iflatex
21902 @end iftex
21903
21904 @dfn{Smiley} is a package separate from Gnus, but since Gnus is
21905 currently the only package that uses Smiley, it is documented here.
21906
21907 In short---to use Smiley in Gnus, put the following in your
21908 @file{~/.gnus.el} file:
21909
21910 @lisp
21911 (setq gnus-treat-display-smileys t)
21912 @end lisp
21913
21914 Smiley maps text smiley faces---@samp{:-)}, @samp{8-)}, @samp{:-(} and
21915 the like---to pictures and displays those instead of the text smiley
21916 faces.  The conversion is controlled by a list of regexps that matches
21917 text and maps that to file names.
21918
21919 @vindex smiley-regexp-alist
21920 The alist used is specified by the @code{smiley-regexp-alist}
21921 variable.  The first item in each element is the regexp to be matched;
21922 the second element is the regexp match group that is to be replaced by
21923 the picture; and the third element is the name of the file to be
21924 displayed.
21925
21926 The following variables customize where Smiley will look for these
21927 files:
21928
21929 @table @code
21930
21931 @item smiley-data-directory
21932 @vindex smiley-data-directory
21933 Where Smiley will look for smiley faces files.
21934
21935 @item gnus-smiley-file-types
21936 @vindex gnus-smiley-file-types
21937 List of suffixes on smiley file names to try.
21938
21939 @end table
21940
21941
21942 @node Picons
21943 @subsection Picons
21944
21945 @iftex
21946 @iflatex
21947 \include{picons}
21948 @end iflatex
21949 @end iftex
21950
21951 So@dots{}  You want to slow down your news reader even more!  This is a
21952 good way to do so.  It's also a great way to impress people staring
21953 over your shoulder as you read news.
21954
21955 What are Picons?  To quote directly from the Picons Web site:
21956
21957 @iftex
21958 @iflatex
21959 \margindex{}
21960 @end iflatex
21961 @end iftex
21962
21963 @quotation
21964 @dfn{Picons} is short for ``personal icons''.  They're small,
21965 constrained images used to represent users and domains on the net,
21966 organized into databases so that the appropriate image for a given
21967 e-mail address can be found.  Besides users and domains, there are picon
21968 databases for Usenet newsgroups and weather forecasts.  The picons are
21969 in either monochrome @code{XBM} format or color @code{XPM} and
21970 @code{GIF} formats.
21971 @end quotation
21972
21973 @vindex gnus-picon-databases
21974 For instructions on obtaining and installing the picons databases,
21975 point your Web browser at
21976 @uref{http://www.cs.indiana.edu/picons/ftp/index.html}.
21977
21978 If you are using Debian GNU/Linux, saying @samp{apt-get install
21979 picons.*} will install the picons where Gnus can find them.
21980
21981 To enable displaying picons, simply make sure that
21982 @code{gnus-picon-databases} points to the directory containing the
21983 Picons databases.
21984
21985 The following variables offer control over where things are located.
21986
21987 @table @code
21988
21989 @item gnus-picon-databases
21990 @vindex gnus-picon-databases
21991 The location of the picons database.  This is a list of directories
21992 containing the @file{news}, @file{domains}, @file{users} (and so on)
21993 subdirectories.  Defaults to @code{("/usr/lib/picon"
21994 "/usr/local/faces")}.
21995
21996 @item gnus-picon-news-directories
21997 @vindex gnus-picon-news-directories
21998 List of subdirectories to search in @code{gnus-picon-databases} for
21999 newsgroups faces.  @code{("news")} is the default.
22000
22001 @item gnus-picon-user-directories
22002 @vindex gnus-picon-user-directories
22003 List of subdirectories to search in @code{gnus-picon-databases} for user
22004 faces.  @code{("users" "usenix" "local" "misc")} is the default.
22005
22006 @item gnus-picon-domain-directories
22007 @vindex gnus-picon-domain-directories
22008 List of subdirectories to search in @code{gnus-picon-databases} for
22009 domain name faces.  Defaults to @code{("domains")}.  Some people may
22010 want to add @samp{"unknown"} to this list.
22011
22012 @item gnus-picon-file-types
22013 @vindex gnus-picon-file-types
22014 Ordered list of suffixes on picon file names to try.  Defaults to
22015 @code{("xpm" "gif" "xbm")} minus those not built-in your Emacs.
22016
22017 @end table
22018
22019
22020 @node XVarious
22021 @subsection Various XEmacs Variables
22022
22023 @table @code
22024 @item gnus-xmas-glyph-directory
22025 @vindex gnus-xmas-glyph-directory
22026 This is where Gnus will look for pictures.  Gnus will normally
22027 auto-detect this directory, but you may set it manually if you have an
22028 unusual directory structure.
22029
22030 @item gnus-xmas-logo-color-alist
22031 @vindex gnus-xmas-logo-color-alist
22032 This is an alist where the key is a type symbol and the values are the
22033 foreground and background color of the splash page glyph.
22034
22035 @item gnus-xmas-logo-color-style
22036 @vindex gnus-xmas-logo-color-style
22037 This is the key used to look up the color in the alist described above.
22038 Valid values include @code{flame}, @code{pine}, @code{moss},
22039 @code{irish}, @code{sky}, @code{tin}, @code{velvet}, @code{grape},
22040 @code{labia}, @code{berry}, @code{neutral}, and @code{september}.
22041
22042 @item gnus-xmas-modeline-glyph
22043 @vindex gnus-xmas-modeline-glyph
22044 A glyph displayed in all Gnus mode lines.  It is a tiny gnu head by
22045 default.
22046
22047 @end table
22048
22049 @subsubsection Toolbar
22050
22051 @table @code
22052
22053 @item gnus-use-toolbar
22054 @vindex gnus-use-toolbar
22055 If @code{nil}, don't display toolbars.  If non-@code{nil}, it should be
22056 one of @code{default-toolbar}, @code{top-toolbar}, @code{bottom-toolbar},
22057 @code{right-toolbar}, or @code{left-toolbar}.
22058
22059 @item gnus-group-toolbar
22060 @vindex gnus-group-toolbar
22061 The toolbar in the group buffer.
22062
22063 @item gnus-summary-toolbar
22064 @vindex gnus-summary-toolbar
22065 The toolbar in the summary buffer.
22066
22067 @item gnus-summary-mail-toolbar
22068 @vindex gnus-summary-mail-toolbar
22069 The toolbar in the summary buffer of mail groups.
22070
22071 @end table
22072
22073 @iftex
22074 @iflatex
22075 \margindex{}
22076 @end iflatex
22077 @end iftex
22078
22079
22080 @node Fuzzy Matching
22081 @section Fuzzy Matching
22082 @cindex fuzzy matching
22083
22084 Gnus provides @dfn{fuzzy matching} of @code{Subject} lines when doing
22085 things like scoring, thread gathering and thread comparison.
22086
22087 As opposed to regular expression matching, fuzzy matching is very fuzzy.
22088 It's so fuzzy that there's not even a definition of what @dfn{fuzziness}
22089 means, and the implementation has changed over time.
22090
22091 Basically, it tries to remove all noise from lines before comparing.
22092 @samp{Re: }, parenthetical remarks, white space, and so on, are filtered
22093 out of the strings before comparing the results.  This often leads to
22094 adequate results---even when faced with strings generated by text
22095 manglers masquerading as newsreaders.
22096
22097
22098 @node Thwarting Email Spam
22099 @section Thwarting Email Spam
22100 @cindex email spam
22101 @cindex spam
22102 @cindex UCE
22103 @cindex unsolicited commercial email
22104
22105 In these last days of the Usenet, commercial vultures are hanging about
22106 and grepping through news like crazy to find email addresses they can
22107 foist off their scams and products to.  As a reaction to this, many
22108 people have started putting nonsense addresses into their @code{From}
22109 lines.  I think this is counterproductive---it makes it difficult for
22110 people to send you legitimate mail in response to things you write, as
22111 well as making it difficult to see who wrote what.  This rewriting may
22112 perhaps be a bigger menace than the unsolicited commercial email itself
22113 in the end.
22114
22115 The biggest problem I have with email spam is that it comes in under
22116 false pretenses.  I press @kbd{g} and Gnus merrily informs me that I
22117 have 10 new emails.  I say ``Golly gee!  Happy is me!'' and select the
22118 mail group, only to find two pyramid schemes, seven advertisements
22119 (``New!  Miracle tonic for growing full, lustrous hair on your toes!'')
22120 and one mail asking me to repent and find some god.
22121
22122 This is annoying.  Here's what you can do about it.
22123
22124 @menu
22125 * The problem of spam::         Some background, and some solutions
22126 * Anti-Spam Basics::            Simple steps to reduce the amount of spam.
22127 * SpamAssassin::                How to use external anti-spam tools.
22128 * Hashcash::                    Reduce spam by burning CPU time.
22129 * Filtering Spam Using The Spam ELisp Package::
22130 * Filtering Spam Using Statistics with spam-stat::
22131 @end menu
22132
22133 @node The problem of spam
22134 @subsection The problem of spam
22135 @cindex email spam
22136 @cindex spam filtering approaches
22137 @cindex filtering approaches, spam
22138 @cindex UCE
22139 @cindex unsolicited commercial email
22140
22141 First, some background on spam.
22142
22143 If you have access to e-mail, you are familiar with spam (technically
22144 termed @acronym{UCE}, Unsolicited Commercial E-mail).  Simply put, it
22145 exists because e-mail delivery is very cheap compared to paper mail,
22146 so only a very small percentage of people need to respond to an UCE to
22147 make it worthwhile to the advertiser.  Ironically, one of the most
22148 common spams is the one offering a database of e-mail addresses for
22149 further spamming.  Senders of spam are usually called @emph{spammers},
22150 but terms like @emph{vermin}, @emph{scum}, @emph{sociopaths}, and
22151 @emph{morons} are in common use as well.
22152
22153 Spam comes from a wide variety of sources.  It is simply impossible to
22154 dispose of all spam without discarding useful messages.  A good
22155 example is the TMDA system, which requires senders
22156 unknown to you to confirm themselves as legitimate senders before
22157 their e-mail can reach you.  Without getting into the technical side
22158 of TMDA, a downside is clearly that e-mail from legitimate sources may
22159 be discarded if those sources can't or won't confirm themselves
22160 through the TMDA system.  Another problem with TMDA is that it
22161 requires its users to have a basic understanding of e-mail delivery
22162 and processing.
22163
22164 The simplest approach to filtering spam is filtering, at the mail
22165 server or when you sort through incoming mail.  If you get 200 spam
22166 messages per day from @samp{random-address@@vmadmin.com}, you block
22167 @samp{vmadmin.com}.  If you get 200 messages about @samp{VIAGRA}, you
22168 discard all messages with @samp{VIAGRA} in the message.  If you get
22169 lots of spam from Bulgaria, for example, you try to filter all mail
22170 from Bulgarian IPs.  
22171
22172 This, unfortunately, is a great way to discard legitimate e-mail.  The
22173 risks of blocking a whole country (Bulgaria, Norway, Nigeria, China,
22174 etc.) or even a continent (Asia, Africa, Europe, etc.) from contacting
22175 you should be obvious, so don't do it if you have the choice.
22176
22177 In another instance, the very informative and useful RISKS digest has
22178 been blocked by overzealous mail filters because it @strong{contained}
22179 words that were common in spam messages.  Nevertheless, in isolated
22180 cases, with great care, direct filtering of mail can be useful.
22181
22182 Another approach to filtering e-mail is the distributed spam
22183 processing, for instance DCC implements such a system.  In essence,
22184 @var{N} systems around the world agree that a machine @var{X} in
22185 Ghana, Estonia, or California is sending out spam e-mail, and these
22186 @var{N} systems enter @var{X} or the spam e-mail from @var{X} into a
22187 database.  The criteria for spam detection vary---it may be the number
22188 of messages sent, the content of the messages, and so on.  When a user
22189 of the distributed processing system wants to find out if a message is
22190 spam, he consults one of those @var{N} systems.
22191
22192 Distributed spam processing works very well against spammers that send
22193 a large number of messages at once, but it requires the user to set up
22194 fairly complicated checks.  There are commercial and free distributed
22195 spam processing systems.  Distributed spam processing has its risks as
22196 well.  For instance legitimate e-mail senders have been accused of
22197 sending spam, and their web sites and mailing lists have been shut
22198 down for some time because of the incident.
22199
22200 The statistical approach to spam filtering is also popular.  It is
22201 based on a statistical analysis of previous spam messages.  Usually
22202 the analysis is a simple word frequency count, with perhaps pairs of
22203 words or 3-word combinations thrown into the mix.  Statistical
22204 analysis of spam works very well in most of the cases, but it can
22205 classify legitimate e-mail as spam in some cases.  It takes time to
22206 run the analysis, the full message must be analyzed, and the user has
22207 to store the database of spam analyses.  Statistical analysis on the
22208 server is gaining popularity.  This has the advantage of letting the
22209 user Just Read Mail, but has the disadvantage that it's harder to tell
22210 the server that it has misclassified mail.
22211
22212 Fighting spam is not easy, no matter what anyone says.  There is no
22213 magic switch that will distinguish Viagra ads from Mom's e-mails.
22214 Even people are having a hard time telling spam apart from non-spam,
22215 because spammers are actively looking to fool us into thinking they
22216 are Mom, essentially.  Spamming is irritating, irresponsible, and
22217 idiotic behavior from a bunch of people who think the world owes them
22218 a favor.  We hope the following sections will help you in fighting the
22219 spam plague.
22220
22221 @node Anti-Spam Basics
22222 @subsection Anti-Spam Basics
22223 @cindex email spam
22224 @cindex spam
22225 @cindex UCE
22226 @cindex unsolicited commercial email
22227
22228 One way of dealing with spam is having Gnus split out all spam into a
22229 @samp{spam} mail group (@pxref{Splitting Mail}).
22230
22231 First, pick one (1) valid mail address that you can be reached at, and
22232 put it in your @code{From} header of all your news articles.  (I've
22233 chosen @samp{larsi@@trym.ifi.uio.no}, but for many addresses on the form
22234 @samp{larsi+usenet@@ifi.uio.no} will be a better choice.  Ask your
22235 sysadmin whether your sendmail installation accepts keywords in the local
22236 part of the mail address.)
22237
22238 @lisp
22239 (setq message-default-news-headers
22240       "From: Lars Magne Ingebrigtsen <larsi@@trym.ifi.uio.no>\n")
22241 @end lisp
22242
22243 Then put the following split rule in @code{nnmail-split-fancy}
22244 (@pxref{Fancy Mail Splitting}):
22245
22246 @lisp
22247 (...
22248  (to "larsi@@trym.ifi.uio.no"
22249      (| ("subject" "re:.*" "misc")
22250         ("references" ".*@@.*" "misc")
22251         "spam"))
22252  ...)
22253 @end lisp
22254
22255 This says that all mail to this address is suspect, but if it has a
22256 @code{Subject} that starts with a @samp{Re:} or has a @code{References}
22257 header, it's probably ok.  All the rest goes to the @samp{spam} group.
22258 (This idea probably comes from Tim Pierce.)
22259
22260 In addition, many mail spammers talk directly to your @acronym{SMTP} server
22261 and do not include your email address explicitly in the @code{To}
22262 header.  Why they do this is unknown---perhaps it's to thwart this
22263 thwarting scheme?  In any case, this is trivial to deal with---you just
22264 put anything not addressed to you in the @samp{spam} group by ending
22265 your fancy split rule in this way:
22266
22267 @lisp
22268 (
22269  ...
22270  (to "larsi" "misc")
22271  "spam")
22272 @end lisp
22273
22274 In my experience, this will sort virtually everything into the right
22275 group.  You still have to check the @samp{spam} group from time to time to
22276 check for legitimate mail, though.  If you feel like being a good net
22277 citizen, you can even send off complaints to the proper authorities on
22278 each unsolicited commercial email---at your leisure.
22279
22280 This works for me.  It allows people an easy way to contact me (they can
22281 just press @kbd{r} in the usual way), and I'm not bothered at all with
22282 spam.  It's a win-win situation.  Forging @code{From} headers to point
22283 to non-existent domains is yucky, in my opinion.
22284
22285 Be careful with this approach.  Spammers are wise to it.
22286
22287
22288 @node SpamAssassin
22289 @subsection SpamAssassin, Vipul's Razor, DCC, etc
22290 @cindex SpamAssassin
22291 @cindex Vipul's Razor
22292 @cindex DCC
22293
22294 The days where the hints in the previous section were sufficient in
22295 avoiding spam are coming to an end.  There are many tools out there
22296 that claim to reduce the amount of spam you get.  This section could
22297 easily become outdated fast, as new products replace old, but
22298 fortunately most of these tools seem to have similar interfaces.  Even
22299 though this section will use SpamAssassin as an example, it should be
22300 easy to adapt it to most other tools.
22301
22302 Note that this section does not involve the @code{spam.el} package,
22303 which is discussed in the next section.  If you don't care for all
22304 the features of @code{spam.el}, you can make do with these simple
22305 recipes.
22306
22307 If the tool you are using is not installed on the mail server, you
22308 need to invoke it yourself.  Ideas on how to use the
22309 @code{:postscript} mail source parameter (@pxref{Mail Source
22310 Specifiers}) follow.
22311
22312 @lisp
22313 (setq mail-sources
22314       '((file :prescript "formail -bs spamassassin < /var/mail/%u")
22315         (pop :user "jrl"
22316              :server "pophost"
22317              :postscript
22318              "mv %t /tmp/foo; formail -bs spamc < /tmp/foo > %t")))
22319 @end lisp
22320
22321 Once you manage to process your incoming spool somehow, thus making
22322 the mail contain e.g.@: a header indicating it is spam, you are ready to
22323 filter it out.  Using normal split methods (@pxref{Splitting Mail}):
22324
22325 @lisp
22326 (setq nnmail-split-methods '(("spam"  "^X-Spam-Flag: YES")
22327                              ...))
22328 @end lisp
22329
22330 Or using fancy split methods (@pxref{Fancy Mail Splitting}):
22331
22332 @lisp
22333 (setq nnmail-split-methods 'nnmail-split-fancy
22334       nnmail-split-fancy '(| ("X-Spam-Flag" "YES" "spam")
22335                              ...))
22336 @end lisp
22337
22338 Some people might not like the idea of piping the mail through various
22339 programs using a @code{:prescript} (if some program is buggy, you
22340 might lose all mail).  If you are one of them, another solution is to
22341 call the external tools during splitting.  Example fancy split method:
22342
22343 @lisp
22344 (setq nnmail-split-fancy '(| (: kevin-spamassassin)
22345                              ...))
22346 (defun kevin-spamassassin ()
22347   (save-excursion
22348     (save-restriction
22349       (widen)
22350       (if (eq 1 (call-process-region (point-min) (point-max)
22351                                      "spamc" nil nil nil "-c"))
22352           "spam"))))
22353 @end lisp
22354
22355 Note that with the nnimap backend, message bodies will not be
22356 downloaded by default.  You need to set
22357 @code{nnimap-split-download-body} to @code{t} to do that
22358 (@pxref{Splitting in IMAP}).
22359
22360 That is about it.  As some spam is likely to get through anyway, you
22361 might want to have a nifty function to call when you happen to read
22362 spam.  And here is the nifty function:
22363
22364 @lisp
22365  (defun my-gnus-raze-spam ()
22366   "Submit SPAM to Vipul's Razor, then mark it as expirable."
22367   (interactive)
22368   (gnus-summary-show-raw-article)
22369   (gnus-summary-save-in-pipe "razor-report -f -d")
22370   (gnus-summary-mark-as-expirable 1))
22371 @end lisp
22372
22373 @node Hashcash
22374 @subsection Hashcash
22375 @cindex hashcash
22376
22377 A novel technique to fight spam is to require senders to do something
22378 costly for each message they send.  This has the obvious drawback that
22379 you cannot rely on everyone in the world using this technique,
22380 since it is not part of the Internet standards, but it may be useful
22381 in smaller communities.
22382
22383 While the tools in the previous section work well in practice, they
22384 work only because the tools are constantly maintained and updated as
22385 new form of spam appears.  This means that a small percentage of spam
22386 will always get through.  It also means that somewhere, someone needs
22387 to read lots of spam to update these tools.  Hashcash avoids that, but
22388 instead prefers that everyone you contact through e-mail supports the
22389 scheme.  You can view the two approaches as pragmatic vs dogmatic.
22390 The approaches have their own advantages and disadvantages, but as
22391 often in the real world, a combination of them is stronger than either
22392 one of them separately.
22393
22394 @cindex X-Hashcash
22395 The ``something costly'' is to burn CPU time, more specifically to
22396 compute a hash collision up to a certain number of bits.  The
22397 resulting hashcash cookie is inserted in a @samp{X-Hashcash:}
22398 header.  For more details, and for the external application
22399 @code{hashcash} you need to install to use this feature, see
22400 @uref{http://www.cypherspace.org/~adam/hashcash/}.  Even more
22401 information can be found at @uref{http://www.camram.org/}.
22402
22403 If you wish to call hashcash for each message you send, say something
22404 like:
22405
22406 @lisp
22407 (require 'hashcash)
22408 (add-hook 'message-send-hook 'mail-add-payment)
22409 @end lisp
22410
22411 The @file{hashcash.el} library can be found in the Gnus development
22412 contrib directory or at
22413 @uref{http://users.actrix.gen.nz/mycroft/hashcash.el}.
22414
22415 You will need to set up some additional variables as well:
22416
22417 @table @code
22418
22419 @item hashcash-default-payment
22420 @vindex hashcash-default-payment
22421 This variable indicates the default number of bits the hash collision
22422 should consist of.  By default this is 0, meaning nothing will be
22423 done.  Suggested useful values include 17 to 29.
22424
22425 @item hashcash-payment-alist
22426 @vindex hashcash-payment-alist
22427 Some receivers may require you to spend burn more CPU time than the
22428 default.  This variable contains a list of @samp{(@var{addr}
22429 @var{amount})} cells, where @var{addr} is the receiver (email address
22430 or newsgroup) and @var{amount} is the number of bits in the collision
22431 that is needed.  It can also contain @samp{(@var{addr} @var{string}
22432 @var{amount})} cells, where the @var{string} is the string to use
22433 (normally the email address or newsgroup name is used).
22434
22435 @item hashcash
22436 @vindex hashcash
22437 Where the @code{hashcash} binary is installed.
22438
22439 @end table
22440
22441 Currently there is no built in functionality in Gnus to verify
22442 hashcash cookies, it is expected that this is performed by your hand
22443 customized mail filtering scripts.  Improvements in this area would be
22444 a useful contribution, however.
22445
22446 @node Filtering Spam Using The Spam ELisp Package
22447 @subsection Filtering Spam Using The Spam ELisp Package
22448 @cindex spam filtering
22449 @cindex spam
22450
22451 The idea behind @file{spam.el} is to have a control center for spam detection
22452 and filtering in Gnus.  To that end, @file{spam.el} does two things: it
22453 filters new mail, and it analyzes mail known to be spam or ham.
22454 @dfn{Ham} is the name used throughout @file{spam.el} to indicate
22455 non-spam messages.
22456
22457 First of all, you @strong{must} run the function
22458 @code{spam-initialize} to autoload @code{spam.el} and to install the
22459 @code{spam.el} hooks.  There is one exception: if you use the
22460 @code{spam-use-stat} (@pxref{spam-stat spam filtering}) setting, you
22461 should turn it on before @code{spam-initialize}:
22462
22463 @example
22464 (setq spam-use-stat t) ;; if needed
22465 (spam-initialize)
22466 @end example
22467
22468 So, what happens when you load @file{spam.el}?
22469
22470 First, some hooks will get installed by @code{spam-initialize}.  There
22471 are some hooks for @code{spam-stat} so it can save its databases, and
22472 there are hooks so interesting things will happen when you enter and
22473 leave a group.  More on the sequence of events later (@pxref{Spam
22474 ELisp Package Sequence of Events}).
22475
22476 You get the following keyboard commands:
22477
22478 @table @kbd
22479
22480 @item M-d
22481 @itemx M s x
22482 @itemx S x
22483 @kindex M-d
22484 @kindex S x
22485 @kindex M s x
22486 @findex gnus-summary-mark-as-spam
22487 @code{gnus-summary-mark-as-spam}.
22488
22489 Mark current article as spam, showing it with the @samp{$} mark.
22490 Whenever you see a spam article, make sure to mark its summary line
22491 with @kbd{M-d} before leaving the group.  This is done automatically
22492 for unread articles in @emph{spam} groups.
22493
22494 @item M s t
22495 @itemx S t
22496 @kindex M s t
22497 @kindex S t
22498 @findex spam-bogofilter-score
22499 @code{spam-bogofilter-score}.
22500
22501 You must have Bogofilter installed for that command to work properly.
22502
22503 @xref{Bogofilter}.
22504
22505 @end table
22506
22507 Also, when you load @file{spam.el}, you will be able to customize its
22508 variables.  Try @code{customize-group} on the @samp{spam} variable
22509 group.
22510
22511 @menu
22512 * Spam ELisp Package Sequence of Events::  
22513 * Spam ELisp Package Filtering of Incoming Mail::  
22514 * Spam ELisp Package Global Variables::  
22515 * Spam ELisp Package Configuration Examples::  
22516 * Blacklists and Whitelists::   
22517 * BBDB Whitelists::             
22518 * Gmane Spam Reporting::        
22519 * Anti-spam Hashcash Payments::  
22520 * Blackholes::                  
22521 * Regular Expressions Header Matching::  
22522 * Bogofilter::                  
22523 * ifile spam filtering::        
22524 * spam-stat spam filtering::    
22525 * SpamOracle::                  
22526 * Extending the Spam ELisp package::  
22527 @end menu 
22528
22529 @node Spam ELisp Package Sequence of Events
22530 @subsubsection Spam ELisp Package Sequence of Events
22531 @cindex spam filtering
22532 @cindex spam filtering sequence of events
22533 @cindex spam
22534
22535 You must read this section to understand how @code{spam.el} works.
22536 Do not skip, speed-read, or glance through this section.
22537
22538 There are two @emph{contact points}, if you will, between
22539 @code{spam.el} and the rest of Gnus: checking new mail for spam, and
22540 leaving a group.
22541
22542 Getting new mail is done in one of two ways.  You can either split
22543 your incoming mail or you can classify new articles as ham or spam
22544 when you enter the group.
22545
22546 Splitting incoming mail is better suited to mail backends such as
22547 @code{nnml} or @code{nnimap} where new mail appears in a single file
22548 called a @dfn{Spool File}.  See @xref{Spam ELisp Package Filtering of
22549 Incoming Mail}.
22550
22551 @vindex gnus-spam-autodetect
22552 @vindex gnus-spam-autodetect-methods
22553 For backends such as @code{nntp} there is no incoming mail spool, so
22554 an alternate mechanism must be used.  This may also happen for
22555 backends where the server is in charge of splitting incoming mail, and
22556 Gnus does not do further splitting.  The @code{spam-autodetect} and
22557 @code{spam-autodetect-methods} group parameters (accessible with
22558 @kbd{G c} and @kbd{G p} as usual), and the corresponding variables
22559 @code{gnus-spam-autodetect} and @code{gnus-spam-autodetect-methods}
22560 (accessible with @kbd{M-x customize-variable} as usual).
22561
22562 When @code{spam-autodetect} is used, it hooks into the process of
22563 entering a group.  Thus, entering a group with unseen or unread
22564 articles becomes the substitute for checking incoming mail.  Whether
22565 only unseen articles or all unread articles will be processed is
22566 determined by the @code{spam-autodetect-recheck-messages}.  When set
22567 to @code{t}, unread messages will be rechecked.
22568
22569 @code{spam-autodetect} grants the user at once more and less control
22570 of spam filtering.  The user will have more control over each group's
22571 spam methods, so for instance the @samp{ding} group may have
22572 @code{spam-use-BBDB} as the autodetection method, while the
22573 @samp{suspect} group may have the @code{spam-use-blacklist} and
22574 @code{spam-use-bogofilter} methods enabled.  Every article detected to
22575 be spam will be marked with the spam mark @samp{$} and processed on
22576 exit from the group as normal spam.  The user has less control over
22577 the @emph{sequence} of checks, as he might with @code{spam-split}.
22578
22579 When the newly split mail goes into groups, or messages are
22580 autodetected to be ham or spam, those groups must be exited (after
22581 entering, if needed) for further spam processing to happen.  It
22582 matters whether the group is considered a ham group, a spam group, or
22583 is unclassified, based on its @code{spam-content} parameter
22584 (@pxref{Spam ELisp Package Global Variables}).  Spam groups have the
22585 additional characteristic that, when entered, any unseen or unread
22586 articles (depending on the @code{spam-mark-only-unseen-as-spam}
22587 variable) will be marked as spam.  Thus, mail split into a spam group
22588 gets automatically marked as spam when you enter the group.
22589
22590 So, when you exit a group, the @code{spam-processors} are applied, if
22591 any are set, and the processed mail is moved to the
22592 @code{ham-process-destination} or the @code{spam-process-destination}
22593 depending on the article's classification.  If the
22594 @code{ham-process-destination} or the @code{spam-process-destination},
22595 whichever is appropriate, are @code{nil}, the article is left in the
22596 current group.
22597
22598 If a spam is found in any group (this can be changed to only non-spam
22599 groups with @code{spam-move-spam-nonspam-groups-only}), it is
22600 processed by the active @code{spam-processors} (@pxref{Spam ELisp
22601 Package Global Variables}) when the group is exited.  Furthermore, the
22602 spam is moved to the @code{spam-process-destination} (@pxref{Spam
22603 ELisp Package Global Variables}) for further training or deletion.
22604 You have to load the @code{gnus-registry.el} package and enable the
22605 @code{spam-log-to-registry} variable if you want spam to be processed
22606 no more than once.  Thus, spam is detected and processed everywhere,
22607 which is what most people want.  If the
22608 @code{spam-process-destination} is @code{nil}, the spam is marked as
22609 expired, which is usually the right thing to do.
22610
22611 If spam can not be moved---because of a read-only backend such as
22612 @acronym{NNTP}, for example, it will be copied.
22613
22614 If a ham mail is found in a ham group, as determined by the
22615 @code{ham-marks} parameter, it is processed as ham by the active ham
22616 @code{spam-processor} when the group is exited.  With the variables
22617 @code{spam-process-ham-in-spam-groups} and
22618 @code{spam-process-ham-in-nonham-groups} the behavior can be further
22619 altered so ham found anywhere can be processed.  You have to load the
22620 @code{gnus-registry.el} package and enable the
22621 @code{spam-log-to-registry} variable if you want ham to be processed
22622 no more than once.  Thus, ham is detected and processed only when
22623 necessary, which is what most people want.  More on this in
22624 @xref{Spam ELisp Package Configuration Examples}.
22625
22626 If ham can not be moved---because of a read-only backend such as
22627 @acronym{NNTP}, for example, it will be copied.
22628
22629 If all this seems confusing, don't worry.  Soon it will be as natural
22630 as typing Lisp one-liners on a neural interface@dots{} err, sorry, that's
22631 50 years in the future yet.  Just trust us, it's not so bad.
22632
22633 @node Spam ELisp Package Filtering of Incoming Mail
22634 @subsubsection Spam ELisp Package Filtering of Incoming Mail
22635 @cindex spam filtering
22636 @cindex spam filtering incoming mail
22637 @cindex spam
22638
22639 To use the @file{spam.el} facilities for incoming mail filtering, you
22640 must add the following to your fancy split list
22641 @code{nnmail-split-fancy} or @code{nnimap-split-fancy}:
22642
22643 @example
22644 (: spam-split)
22645 @end example
22646
22647 Note that the fancy split may be called @code{nnmail-split-fancy} or
22648 @code{nnimap-split-fancy}, depending on whether you use the nnmail or
22649 nnimap back ends to retrieve your mail.
22650
22651 Also, @code{spam-split} will not modify incoming mail in any way.
22652
22653 The @code{spam-split} function will process incoming mail and send the
22654 mail considered to be spam into the group name given by the variable
22655 @code{spam-split-group}.  By default that group name is @samp{spam},
22656 but you can customize @code{spam-split-group}.  Make sure the contents
22657 of @code{spam-split-group} are an @emph{unqualified} group name, for
22658 instance in an @code{nnimap} server @samp{your-server} the value
22659 @samp{spam} will turn out to be @samp{nnimap+your-server:spam}.  The
22660 value @samp{nnimap+server:spam}, therefore, is wrong and will
22661 actually give you the group
22662 @samp{nnimap+your-server:nnimap+server:spam} which may or may not
22663 work depending on your server's tolerance for strange group names.
22664
22665 You can also give @code{spam-split} a parameter,
22666 e.g. @code{spam-use-regex-headers} or @code{"maybe-spam"}.  Why is
22667 this useful?
22668
22669 Take these split rules (with @code{spam-use-regex-headers} and
22670 @code{spam-use-blackholes} set):
22671
22672 @example
22673  nnimap-split-fancy '(|
22674                       (any "ding" "ding")
22675                       (: spam-split)
22676                       ;; @r{default mailbox}
22677                       "mail")
22678 @end example
22679
22680 Now, the problem is that you want all ding messages to make it to the
22681 ding folder.  But that will let obvious spam (for example, spam
22682 detected by SpamAssassin, and @code{spam-use-regex-headers}) through,
22683 when it's sent to the ding list.  On the other hand, some messages to
22684 the ding list are from a mail server in the blackhole list, so the
22685 invocation of @code{spam-split} can't be before the ding rule.
22686
22687 You can let SpamAssassin headers supersede ding rules, but all other
22688 @code{spam-split} rules (including a second invocation of the
22689 regex-headers check) will be after the ding rule:
22690
22691 @example
22692 nnimap-split-fancy
22693       '(|
22694         ;; @r{all spam detected by @code{spam-use-regex-headers} goes to @samp{regex-spam}}
22695         (: spam-split "regex-spam" 'spam-use-regex-headers)
22696         (any "ding" "ding")
22697         ;; @r{all other spam detected by spam-split goes to @code{spam-split-group}}
22698         (: spam-split)
22699         ;; @r{default mailbox}
22700         "mail")
22701 @end example
22702
22703 This lets you invoke specific @code{spam-split} checks depending on
22704 your particular needs, and to target the results of those checks to a
22705 particular spam group.  You don't have to throw all mail into all the
22706 spam tests.  Another reason why this is nice is that messages to
22707 mailing lists you have rules for don't have to have resource-intensive
22708 blackhole checks performed on them.  You could also specify different
22709 spam checks for your nnmail split vs. your nnimap split.  Go crazy.
22710
22711 You should still have specific checks such as
22712 @code{spam-use-regex-headers} set to @code{t}, even if you
22713 specifically invoke @code{spam-split} with the check.  The reason is
22714 that when loading @file{spam.el}, some conditional loading is done
22715 depending on what @code{spam-use-xyz} variables you have set.  This
22716 is usually not critical, though.
22717
22718 @emph{Note for IMAP users}
22719
22720 The boolean variable @code{nnimap-split-download-body} needs to be
22721 set, if you want to split based on the whole message instead of just
22722 the headers.  By default, the nnimap back end will only retrieve the
22723 message headers.  If you use @code{spam-check-bogofilter},
22724 @code{spam-check-ifile}, or @code{spam-check-stat} (the splitters that
22725 can benefit from the full message body), you should set this variable.
22726 It is not set by default because it will slow @acronym{IMAP} down, and
22727 that is not an appropriate decision to make on behalf of the user.
22728
22729 @xref{Splitting in IMAP}.
22730
22731 @emph{TODO: spam.el needs to provide a uniform way of training all the
22732 statistical databases.  Some have that functionality built-in, others
22733 don't.}
22734
22735 @node Spam ELisp Package Global Variables
22736 @subsubsection Spam ELisp Package Global Variables
22737 @cindex spam filtering
22738 @cindex spam filtering variables
22739 @cindex spam variables
22740 @cindex spam
22741
22742 @vindex gnus-spam-process-newsgroups
22743 The concepts of ham processors and spam processors are very important.
22744 Ham processors and spam processors for a group can be set with the
22745 @code{spam-process} group parameter, or the
22746 @code{gnus-spam-process-newsgroups} variable.  Ham processors take
22747 mail known to be non-spam (@emph{ham}) and process it in some way so
22748 that later similar mail will also be considered non-spam.  Spam
22749 processors take mail known to be spam and process it so similar spam
22750 will be detected later.
22751
22752 The format of the spam or ham processor entry used to be a symbol,
22753 but now it is a @sc{cons} cell.  See the individual spam processor entries
22754 for more information.
22755
22756 @vindex gnus-spam-newsgroup-contents
22757 Gnus learns from the spam you get.  You have to collect your spam in
22758 one or more spam groups, and set or customize the variable
22759 @code{spam-junk-mailgroups} as appropriate.  You can also declare
22760 groups to contain spam by setting their group parameter
22761 @code{spam-contents} to @code{gnus-group-spam-classification-spam}, or
22762 by customizing the corresponding variable
22763 @code{gnus-spam-newsgroup-contents}.  The @code{spam-contents} group
22764 parameter and the @code{gnus-spam-newsgroup-contents} variable can
22765 also be used to declare groups as @emph{ham} groups if you set their
22766 classification to @code{gnus-group-spam-classification-ham}.  If
22767 groups are not classified by means of @code{spam-junk-mailgroups},
22768 @code{spam-contents}, or @code{gnus-spam-newsgroup-contents}, they are
22769 considered @emph{unclassified}.  All groups are unclassified by
22770 default.
22771
22772 @vindex gnus-spam-mark
22773 @cindex $
22774 In spam groups, all messages are considered to be spam by default:
22775 they get the @samp{$} mark (@code{gnus-spam-mark}) when you enter the
22776 group.  If you have seen a message, had it marked as spam, then
22777 unmarked it, it won't be marked as spam when you enter the group
22778 thereafter.  You can disable that behavior, so all unread messages
22779 will get the @samp{$} mark, if you set the
22780 @code{spam-mark-only-unseen-as-spam} parameter to @code{nil}.  You
22781 should remove the @samp{$} mark when you are in the group summary
22782 buffer for every message that is not spam after all.  To remove the
22783 @samp{$} mark, you can use @kbd{M-u} to ``unread'' the article, or
22784 @kbd{d} for declaring it read the non-spam way.  When you leave a
22785 group, all spam-marked (@samp{$}) articles are sent to a spam
22786 processor which will study them as spam samples.
22787
22788 Messages may also be deleted in various other ways, and unless
22789 @code{ham-marks} group parameter gets overridden below, marks @samp{R}
22790 and @samp{r} for default read or explicit delete, marks @samp{X} and
22791 @samp{K} for automatic or explicit kills, as well as mark @samp{Y} for
22792 low scores, are all considered to be associated with articles which
22793 are not spam.  This assumption might be false, in particular if you
22794 use kill files or score files as means for detecting genuine spam, you
22795 should then adjust the @code{ham-marks} group parameter.
22796
22797 @defvar ham-marks
22798 You can customize this group or topic parameter to be the list of
22799 marks you want to consider ham.  By default, the list contains the
22800 deleted, read, killed, kill-filed, and low-score marks (the idea is
22801 that these articles have been read, but are not spam).  It can be
22802 useful to also include the tick mark in the ham marks.  It is not
22803 recommended to make the unread mark a ham mark, because it normally
22804 indicates a lack of classification.  But you can do it, and we'll be
22805 happy for you.
22806 @end defvar
22807
22808 @defvar spam-marks
22809 You can customize this group or topic parameter to be the list of
22810 marks you want to consider spam.  By default, the list contains only
22811 the spam mark.  It is not recommended to change that, but you can if
22812 you really want to.
22813 @end defvar
22814
22815 When you leave @emph{any} group, regardless of its
22816 @code{spam-contents} classification, all spam-marked articles are sent
22817 to a spam processor, which will study these as spam samples.  If you
22818 explicit kill a lot, you might sometimes end up with articles marked
22819 @samp{K} which you never saw, and which might accidentally contain
22820 spam.  Best is to make sure that real spam is marked with @samp{$},
22821 and nothing else.
22822
22823 @vindex gnus-ham-process-destinations
22824 When you leave a @emph{spam} group, all spam-marked articles are
22825 marked as expired after processing with the spam processor.  This is
22826 not done for @emph{unclassified} or @emph{ham} groups.  Also, any
22827 @strong{ham} articles in a spam group will be moved to a location
22828 determined by either the @code{ham-process-destination} group
22829 parameter or a match in the @code{gnus-ham-process-destinations}
22830 variable, which is a list of regular expressions matched with group
22831 names (it's easiest to customize this variable with @kbd{M-x
22832 customize-variable @key{RET} gnus-ham-process-destinations}).  Each
22833 newsgroup specification has the format @code{(@var{regexp}
22834 @var{processor})} in a standard Lisp list, if you prefer to customize
22835 the variable manually.  The ultimate location is a group name or
22836 names.  If the @code{ham-process-destination} parameter is not set,
22837 ham articles are left in place.  If the
22838 @code{spam-mark-ham-unread-before-move-from-spam-group} parameter is
22839 set, the ham articles are marked as unread before being moved.
22840
22841 If ham can not be moved---because of a read-only backend such as
22842 @acronym{NNTP}, for example, it will be copied.
22843
22844 Note that you can use multiples destinations per group or regular
22845 expression!  This enables you to send your ham to a regular mail
22846 group and to a @emph{ham training} group.
22847
22848 When you leave a @emph{ham} group, all ham-marked articles are sent to
22849 a ham processor, which will study these as non-spam samples.
22850
22851 @vindex spam-process-ham-in-spam-groups
22852 By default the variable @code{spam-process-ham-in-spam-groups} is
22853 @code{nil}.  Set it to @code{t} if you want ham found in spam groups
22854 to be processed.  Normally this is not done, you are expected instead
22855 to send your ham to a ham group and process it there.
22856
22857 @vindex spam-process-ham-in-nonham-groups
22858 By default the variable @code{spam-process-ham-in-nonham-groups} is
22859 @code{nil}.  Set it to @code{t} if you want ham found in non-ham (spam
22860 or unclassified) groups to be processed.  Normally this is not done,
22861 you are expected instead to send your ham to a ham group and process
22862 it there.
22863
22864 @vindex gnus-spam-process-destinations
22865 When you leave a @emph{ham} or @emph{unclassified} group, all
22866 @strong{spam} articles are moved to a location determined by either
22867 the @code{spam-process-destination} group parameter or a match in the
22868 @code{gnus-spam-process-destinations} variable, which is a list of
22869 regular expressions matched with group names (it's easiest to
22870 customize this variable with @kbd{M-x customize-variable @key{RET}
22871 gnus-spam-process-destinations}).  Each newsgroup specification has
22872 the repeated format @code{(@var{regexp} @var{group})} and they are all
22873 in a standard Lisp list, if you prefer to customize the variable
22874 manually.  The ultimate location is a group name or names.  If the
22875 @code{spam-process-destination} parameter is not set, the spam
22876 articles are only expired.  The group name is fully qualified, meaning
22877 that if you see @samp{nntp:servername} before the group name in the
22878 group buffer then you need it here as well.
22879
22880 If spam can not be moved---because of a read-only backend such as
22881 @acronym{NNTP}, for example, it will be copied.
22882
22883 Note that you can use multiples destinations per group or regular
22884 expression!  This enables you to send your spam to multiple @emph{spam
22885 training} groups.
22886
22887 @vindex spam-log-to-registry
22888 The problem with processing ham and spam is that Gnus doesn't track
22889 this processing by default.  Enable the @code{spam-log-to-registry}
22890 variable so @code{spam.el} will use @code{gnus-registry.el} to track
22891 what articles have been processed, and avoid processing articles
22892 multiple times.  Keep in mind that if you limit the number of registry
22893 entries, this won't work as well as it does without a limit.
22894
22895 @vindex spam-mark-only-unseen-as-spam
22896 Set this variable if you want only unseen articles in spam groups to
22897 be marked as spam.  By default, it is set.  If you set it to
22898 @code{nil}, unread articles will also be marked as spam.
22899
22900 @vindex spam-mark-ham-unread-before-move-from-spam-group
22901 Set this variable if you want ham to be unmarked before it is moved
22902 out of the spam group.  This is very useful when you use something
22903 like the tick mark @samp{!} to mark ham---the article will be placed
22904 in your @code{ham-process-destination}, unmarked as if it came fresh
22905 from the mail server.
22906
22907 @vindex spam-autodetect-recheck-messages
22908 When autodetecting spam, this variable tells @code{spam.el} whether
22909 only unseen articles or all unread articles should be checked for
22910 spam.  It is recommended that you leave it off.
22911
22912 @node Spam ELisp Package Configuration Examples
22913 @subsubsection Spam ELisp Package Configuration Examples
22914 @cindex spam filtering
22915 @cindex spam filtering configuration examples
22916 @cindex spam configuration examples
22917 @cindex spam
22918
22919 @subsubheading Ted's setup
22920
22921 From Ted Zlatanov <tzz@@lifelogs.com>.
22922 @example
22923 ;; @r{for @code{gnus-registry-split-fancy-with-parent} and spam autodetection}
22924 ;; @r{see @file{gnus-registry.el} for more information}
22925 (gnus-registry-initialize)
22926 (spam-initialize)
22927
22928 ;; @r{I like @kbd{C-s} for marking spam}
22929 (define-key gnus-summary-mode-map "\C-s" 'gnus-summary-mark-as-spam)
22930
22931 (setq
22932  spam-log-to-registry t     ; @r{for spam autodetection}
22933  spam-use-BBDB t
22934  spam-use-regex-headers t   ; @r{catch X-Spam-Flag (SpamAssassin)}
22935  ;; @r{all groups with @samp{spam} in the name contain spam}
22936  gnus-spam-newsgroup-contents
22937   '(("spam" gnus-group-spam-classification-spam))
22938  ;; @r{see documentation for these}
22939  spam-move-spam-nonspam-groups-only nil
22940  spam-mark-only-unseen-as-spam t
22941  spam-mark-ham-unread-before-move-from-spam-group t
22942  nnimap-split-rule 'nnimap-split-fancy
22943  ;; @r{understand what this does before you copy it to your own setup!}
22944  nnimap-split-fancy '(|
22945                       ;; @r{trace references to parents and put in their group}
22946                       (: gnus-registry-split-fancy-with-parent)
22947                       ;; @r{this will catch server-side SpamAssassin tags}
22948                       (: spam-split 'spam-use-regex-headers)
22949                       (any "ding" "ding")
22950                       ;; @r{note that spam by default will go to @samp{spam}}
22951                       (: spam-split)
22952                       ;; @r{default mailbox}
22953                       "mail"))
22954
22955 ;; @r{my parameters, set with @kbd{G p}}
22956
22957 ;; @r{all nnml groups, and all nnimap groups except}
22958 ;; @r{@samp{nnimap+mail.lifelogs.com:train} and}
22959 ;; @r{@samp{nnimap+mail.lifelogs.com:spam}: any spam goes to nnimap training,}
22960 ;; @r{because it must have been detected manually}
22961
22962 ((spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22963
22964 ;; @r{all @acronym{NNTP} groups}
22965 ;; @r{autodetect spam with the blacklist and ham with the BBDB}
22966 ((spam-autodetect-methods spam-use-blacklist spam-use-BBDB)
22967 ;; @r{send all spam to the training group}
22968  (spam-process-destination . "nnimap+mail.lifelogs.com:train"))
22969
22970 ;; @r{only some @acronym{NNTP} groups, where I want to autodetect spam}
22971 ((spam-autodetect . t))
22972
22973 ;; @r{my nnimap @samp{nnimap+mail.lifelogs.com:spam} group}
22974
22975 ;; @r{this is a spam group}
22976 ((spam-contents gnus-group-spam-classification-spam)
22977
22978  ;; @r{any spam (which happens when I enter for all unseen messages,}
22979  ;; @r{because of the @code{gnus-spam-newsgroup-contents} setting above), goes to}
22980  ;; @r{@samp{nnimap+mail.lifelogs.com:train} unless I mark it as ham}
22981
22982  (spam-process-destination "nnimap+mail.lifelogs.com:train")
22983
22984  ;; @r{any ham goes to my @samp{nnimap+mail.lifelogs.com:mail} folder, but}
22985  ;; @r{also to my @samp{nnimap+mail.lifelogs.com:trainham} folder for training}
22986
22987  (ham-process-destination "nnimap+mail.lifelogs.com:mail" 
22988                           "nnimap+mail.lifelogs.com:trainham")
22989  ;; @r{in this group, only @samp{!} marks are ham}
22990  (ham-marks
22991   (gnus-ticked-mark))
22992  ;; @r{remembers senders in the blacklist on the way out---this is}
22993  ;; @r{definitely not needed, it just makes me feel better}
22994  (spam-process (gnus-group-spam-exit-processor-blacklist)))
22995
22996 ;; @r{Later, on the @acronym{IMAP} server I use the @samp{train} group for training}
22997 ;; @r{SpamAssassin to recognize spam, and the @samp{trainham} group fora}
22998 ;; @r{recognizing ham---but Gnus has nothing to do with it.}
22999
23000 @end example
23001
23002 @subsubheading Using @file{spam.el} on an IMAP server with a statistical filter on the server
23003 From Reiner Steib <reiner.steib@@gmx.de>.
23004
23005 My provider has set up bogofilter (in combination with @acronym{DCC}) on
23006 the mail server (@acronym{IMAP}).  Recognized spam goes to
23007 @samp{spam.detected}, the rest goes through the normal filter rules,
23008 i.e. to @samp{some.folder} or to @samp{INBOX}.  Training on false
23009 positives or negatives is done by copying or moving the article to
23010 @samp{training.ham} or @samp{training.spam} respectively.  A cron job on
23011 the server feeds those to bogofilter with the suitable ham or spam
23012 options and deletes them from the @samp{training.ham} and
23013 @samp{training.spam} folders.
23014
23015 With the following entries in @code{gnus-parameters}, @code{spam.el}
23016 does most of the job for me:
23017
23018 @lisp
23019    ("nnimap:spam\\.detected"
23020     (gnus-article-sort-functions '(gnus-article-sort-by-chars))
23021     (ham-process-destination "nnimap:INBOX" "nnimap:training.ham")
23022     (spam-contents gnus-group-spam-classification-spam))
23023    ("nnimap:\\(INBOX\\|other-folders\\)"
23024     (spam-process-destination . "nnimap:training.spam")
23025     (spam-contents gnus-group-spam-classification-ham))
23026 @end lisp
23027
23028 @itemize 
23029
23030 @item @b{The Spam folder:}
23031
23032 In the folder @samp{spam.detected}, I have to check for false positives
23033 (i.e. legitimate mails, that were wrongly judged as spam by
23034 bogofilter or DCC).
23035
23036 Because of the @code{gnus-group-spam-classification-spam} entry, all
23037 messages are marked as spam (with @code{$}).  When I find a false
23038 positive, I mark the message with some other ham mark (@code{ham-marks},
23039 @ref{Spam ELisp Package Global Variables}).  On group exit, those
23040 messages are copied to both groups, @samp{INBOX} (where I want to have
23041 the article) and @samp{training.ham} (for training bogofilter) and
23042 deleted from the @samp{spam.detected} folder.
23043
23044 The @code{gnus-article-sort-by-chars} entry simplifies detection of
23045 false positives for me.  I receive lots of worms (sweN, @dots{}), that all
23046 have a similar size.  Grouping them by size (i.e. chars) makes finding
23047 other false positives easier.  (Of course worms aren't @i{spam}
23048 (@acronym{UCE}, @acronym{UBE}) strictly speaking.  Anyhow, bogofilter is
23049 an excellent tool for filtering those unwanted mails for me.)
23050
23051 @item @b{Ham folders:}
23052
23053 In my ham folders, I just hit @kbd{S x}
23054 (@code{gnus-summary-mark-as-spam}) whenever I see an unrecognized spam
23055 mail (false negative).  On group exit, those messages are moved to
23056 @samp{training.ham}.
23057 @end itemize
23058
23059 @subsubheading Reporting spam articles in Gmane groups with @code{spam-report.el}
23060
23061 From Reiner Steib <reiner.steib@@gmx.de>.
23062
23063 With following entry in @code{gnus-parameters}, @kbd{S x}
23064 (@code{gnus-summary-mark-as-spam}) marks articles in @code{gmane.*}
23065 groups as spam and reports the to Gmane at group exit:
23066
23067 @lisp
23068    ("^gmane\\."
23069     (spam-process (gnus-group-spam-exit-processor-report-gmane)))
23070 @end lisp
23071
23072 Additionally, I use @code{(setq spam-report-gmane-use-article-number nil)}
23073 because I don't read the groups directly from news.gmane.org, but
23074 through my local news server (leafnode).  I.e. the article numbers are
23075 not the same as on news.gmane.org, thus @code{spam-report.el} has to check
23076 the @code{X-Report-Spam} header to find the correct number.
23077
23078 @node Blacklists and Whitelists
23079 @subsubsection Blacklists and Whitelists
23080 @cindex spam filtering
23081 @cindex whitelists, spam filtering
23082 @cindex blacklists, spam filtering
23083 @cindex spam
23084
23085 @defvar spam-use-blacklist
23086
23087 Set this variable to @code{t} if you want to use blacklists when
23088 splitting incoming mail.  Messages whose senders are in the blacklist
23089 will be sent to the @code{spam-split-group}.  This is an explicit
23090 filter, meaning that it acts only on mail senders @emph{declared} to
23091 be spammers.
23092
23093 @end defvar
23094
23095 @defvar spam-use-whitelist
23096
23097 Set this variable to @code{t} if you want to use whitelists when
23098 splitting incoming mail.  Messages whose senders are not in the
23099 whitelist will be sent to the next spam-split rule.  This is an
23100 explicit filter, meaning that unless someone is in the whitelist, their
23101 messages are not assumed to be spam or ham.
23102
23103 @end defvar
23104
23105 @defvar spam-use-whitelist-exclusive
23106
23107 Set this variable to @code{t} if you want to use whitelists as an
23108 implicit filter, meaning that every message will be considered spam
23109 unless the sender is in the whitelist.  Use with care.
23110
23111 @end defvar
23112
23113 @defvar gnus-group-spam-exit-processor-blacklist
23114
23115 Add this symbol to a group's @code{spam-process} parameter by
23116 customizing the group parameters or the
23117 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23118 added to a group's @code{spam-process} parameter, the senders of
23119 spam-marked articles will be added to the blacklist.
23120
23121 @emph{WARNING} 
23122
23123 Instead of the obsolete
23124 @code{gnus-group-spam-exit-processor-blacklist}, it is recommended
23125 that you use @code{'(spam spam-use-blacklist)}.  Everything will work
23126 the same way, we promise.
23127
23128 @end defvar
23129
23130 @defvar gnus-group-ham-exit-processor-whitelist
23131
23132 Add this symbol to a group's @code{spam-process} parameter by
23133 customizing the group parameters or the
23134 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23135 added to a group's @code{spam-process} parameter, the senders of
23136 ham-marked articles in @emph{ham} groups will be added to the
23137 whitelist.  Note that this ham processor has no effect in @emph{spam}
23138 or @emph{unclassified} groups.
23139
23140 @emph{WARNING} 
23141
23142 Instead of the obsolete
23143 @code{gnus-group-ham-exit-processor-whitelist}, it is recommended
23144 that you use @code{'(ham spam-use-whitelist)}.  Everything will work
23145 the same way, we promise.
23146
23147 @end defvar
23148
23149 Blacklists are lists of regular expressions matching addresses you
23150 consider to be spam senders.  For instance, to block mail from any
23151 sender at @samp{vmadmin.com}, you can put @samp{vmadmin.com} in your
23152 blacklist.  You start out with an empty blacklist.  Blacklist entries
23153 use the Emacs regular expression syntax.
23154
23155 Conversely, whitelists tell Gnus what addresses are considered
23156 legitimate.  All messages from whitelisted addresses are considered
23157 non-spam.  Also see @ref{BBDB Whitelists}.  Whitelist entries use the
23158 Emacs regular expression syntax.
23159
23160 The blacklist and whitelist file locations can be customized with the
23161 @code{spam-directory} variable (@file{~/News/spam} by default), or
23162 the @code{spam-whitelist} and @code{spam-blacklist} variables
23163 directly.  The whitelist and blacklist files will by default be in the
23164 @code{spam-directory} directory, named @file{whitelist} and
23165 @file{blacklist} respectively.
23166
23167 @node BBDB Whitelists
23168 @subsubsection BBDB Whitelists
23169 @cindex spam filtering
23170 @cindex BBDB whitelists, spam filtering
23171 @cindex BBDB, spam filtering
23172 @cindex spam
23173
23174 @defvar spam-use-BBDB
23175
23176 Analogous to @code{spam-use-whitelist} (@pxref{Blacklists and
23177 Whitelists}), but uses the BBDB as the source of whitelisted
23178 addresses, without regular expressions.  You must have the BBDB loaded
23179 for @code{spam-use-BBDB} to work properly.  Messages whose senders are
23180 not in the BBDB will be sent to the next spam-split rule.  This is an
23181 explicit filter, meaning that unless someone is in the BBDB, their
23182 messages are not assumed to be spam or ham.
23183
23184 @end defvar
23185
23186 @defvar spam-use-BBDB-exclusive
23187
23188 Set this variable to @code{t} if you want to use the BBDB as an
23189 implicit filter, meaning that every message will be considered spam
23190 unless the sender is in the BBDB.  Use with care.  Only sender
23191 addresses in the BBDB will be allowed through; all others will be
23192 classified as spammers.
23193
23194 @end defvar
23195
23196 @defvar gnus-group-ham-exit-processor-BBDB
23197
23198 Add this symbol to a group's @code{spam-process} parameter by
23199 customizing the group parameters or the
23200 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23201 added to a group's @code{spam-process} parameter, the senders of
23202 ham-marked articles in @emph{ham} groups will be added to the
23203 BBDB.  Note that this ham processor has no effect in @emph{spam}
23204 or @emph{unclassified} groups.
23205
23206 @emph{WARNING} 
23207
23208 Instead of the obsolete
23209 @code{gnus-group-ham-exit-processor-BBDB}, it is recommended
23210 that you use @code{'(ham spam-use-BBDB)}.  Everything will work
23211 the same way, we promise.
23212
23213 @end defvar
23214
23215 @node Gmane Spam Reporting
23216 @subsubsection Gmane Spam Reporting
23217 @cindex spam reporting
23218 @cindex Gmane, spam reporting
23219 @cindex Gmane, spam reporting
23220 @cindex spam
23221
23222 @defvar gnus-group-spam-exit-processor-report-gmane
23223
23224 Add this symbol to a group's @code{spam-process} parameter by
23225 customizing the group parameters or the
23226 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23227 added to a group's @code{spam-process} parameter, the spam-marked
23228 articles groups will be reported to the Gmane administrators via a
23229 HTTP request.
23230
23231 Gmane can be found at @uref{http://gmane.org}.
23232
23233 @emph{WARNING} 
23234
23235 Instead of the obsolete
23236 @code{gnus-group-spam-exit-processor-report-gmane}, it is recommended
23237 that you use @code{'(spam spam-use-gmane)}.  Everything will work the
23238 same way, we promise.
23239
23240 @end defvar
23241
23242 @defvar spam-report-gmane-use-article-number
23243
23244 This variable is @code{t} by default.  Set it to @code{nil} if you are
23245 running your own news server, for instance, and the local article
23246 numbers don't correspond to the Gmane article numbers.  When
23247 @code{spam-report-gmane-use-article-number} is @code{nil},
23248 @code{spam-report.el} will use the @code{X-Report-Spam} header that
23249 Gmane provides.
23250
23251 @end defvar
23252
23253 @node Anti-spam Hashcash Payments
23254 @subsubsection Anti-spam Hashcash Payments
23255 @cindex spam filtering
23256 @cindex hashcash, spam filtering
23257 @cindex spam
23258
23259 @defvar spam-use-hashcash
23260
23261 Similar to @code{spam-use-whitelist} (@pxref{Blacklists and
23262 Whitelists}), but uses hashcash tokens for whitelisting messages
23263 instead of the sender address.  You must have the @code{hashcash.el}
23264 package loaded for @code{spam-use-hashcash} to work properly.
23265 Messages without a hashcash payment token will be sent to the next
23266 spam-split rule.  This is an explicit filter, meaning that unless a
23267 hashcash token is found, the messages are not assumed to be spam or
23268 ham.
23269
23270 @end defvar
23271
23272 @node Blackholes
23273 @subsubsection Blackholes
23274 @cindex spam filtering
23275 @cindex blackholes, spam filtering
23276 @cindex spam
23277
23278 @defvar spam-use-blackholes
23279
23280 This option is disabled by default.  You can let Gnus consult the
23281 blackhole-type distributed spam processing systems (DCC, for instance)
23282 when you set this option.  The variable @code{spam-blackhole-servers}
23283 holds the list of blackhole servers Gnus will consult.  The current
23284 list is fairly comprehensive, but make sure to let us know if it
23285 contains outdated servers.
23286
23287 The blackhole check uses the @code{dig.el} package, but you can tell
23288 @file{spam.el} to use @code{dns.el} instead for better performance if
23289 you set @code{spam-use-dig} to @code{nil}.  It is not recommended at
23290 this time to set @code{spam-use-dig} to @code{nil} despite the
23291 possible performance improvements, because some users may be unable to
23292 use it, but you can try it and see if it works for you.
23293
23294 @end defvar
23295
23296 @defvar spam-blackhole-servers
23297
23298 The list of servers to consult for blackhole checks.
23299
23300 @end defvar
23301
23302 @defvar spam-blackhole-good-server-regex
23303
23304 A regular expression for IPs that should not be checked against the
23305 blackhole server list.  When set to @code{nil}, it has no effect.
23306
23307 @end defvar
23308
23309 @defvar spam-use-dig
23310
23311 Use the @code{dig.el} package instead of the @code{dns.el} package.
23312 The default setting of @code{t} is recommended.
23313
23314 @end defvar
23315
23316 Blackhole checks are done only on incoming mail.  There is no spam or
23317 ham processor for blackholes.
23318
23319 @node Regular Expressions Header Matching
23320 @subsubsection Regular Expressions Header Matching
23321 @cindex spam filtering
23322 @cindex regular expressions header matching, spam filtering
23323 @cindex spam
23324
23325 @defvar spam-use-regex-headers
23326
23327 This option is disabled by default.  You can let Gnus check the
23328 message headers against lists of regular expressions when you set this
23329 option.  The variables @code{spam-regex-headers-spam} and
23330 @code{spam-regex-headers-ham} hold the list of regular expressions.
23331 Gnus will check against the message headers to determine if the
23332 message is spam or ham, respectively.
23333
23334 @end defvar
23335
23336 @defvar spam-regex-headers-spam
23337
23338 The list of regular expressions that, when matched in the headers of
23339 the message, positively identify it as spam.
23340
23341 @end defvar
23342
23343 @defvar spam-regex-headers-ham
23344
23345 The list of regular expressions that, when matched in the headers of
23346 the message, positively identify it as ham.
23347
23348 @end defvar
23349
23350 Regular expression header checks are done only on incoming mail.
23351 There is no specific spam or ham processor for regular expressions.
23352
23353 @node Bogofilter
23354 @subsubsection Bogofilter
23355 @cindex spam filtering
23356 @cindex bogofilter, spam filtering
23357 @cindex spam
23358
23359 @defvar spam-use-bogofilter
23360
23361 Set this variable if you want @code{spam-split} to use Eric Raymond's
23362 speedy Bogofilter.
23363
23364 With a minimum of care for associating the @samp{$} mark for spam
23365 articles only, Bogofilter training all gets fairly automatic.  You
23366 should do this until you get a few hundreds of articles in each
23367 category, spam or not.  The command @kbd{S t} in summary mode, either
23368 for debugging or for curiosity, shows the @emph{spamicity} score of
23369 the current article (between 0.0 and 1.0).
23370
23371 Bogofilter determines if a message is spam based on a specific
23372 threshold.  That threshold can be customized, consult the Bogofilter
23373 documentation.
23374
23375 If the @code{bogofilter} executable is not in your path, Bogofilter
23376 processing will be turned off.
23377
23378 You should not enable this if you use @code{spam-use-bogofilter-headers}.
23379
23380 @end defvar
23381
23382 @defvar spam-use-bogofilter-headers
23383
23384 Set this variable if you want @code{spam-split} to use Eric Raymond's
23385 speedy Bogofilter, looking only at the message headers.  It works
23386 similarly to @code{spam-use-bogofilter}, but the @code{X-Bogosity} header
23387 must be in the message already.  Normally you would do this with a
23388 procmail recipe or something similar; consult the Bogofilter
23389 installation documents for details.
23390
23391 You should not enable this if you use @code{spam-use-bogofilter}.
23392
23393 @end defvar
23394
23395 @defvar gnus-group-spam-exit-processor-bogofilter
23396 Add this symbol to a group's @code{spam-process} parameter by
23397 customizing the group parameters or the
23398 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23399 added to a group's @code{spam-process} parameter, spam-marked articles
23400 will be added to the Bogofilter spam database.
23401
23402 @emph{WARNING} 
23403
23404 Instead of the obsolete
23405 @code{gnus-group-spam-exit-processor-bogofilter}, it is recommended
23406 that you use @code{'(spam spam-use-bogofilter)}.  Everything will work
23407 the same way, we promise.
23408 @end defvar
23409
23410 @defvar gnus-group-ham-exit-processor-bogofilter
23411 Add this symbol to a group's @code{spam-process} parameter by
23412 customizing the group parameters or the
23413 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23414 added to a group's @code{spam-process} parameter, the ham-marked
23415 articles in @emph{ham} groups will be added to the Bogofilter database
23416 of non-spam messages.  Note that this ham processor has no effect in
23417 @emph{spam} or @emph{unclassified} groups.
23418
23419 @emph{WARNING} 
23420
23421 Instead of the obsolete
23422 @code{gnus-group-ham-exit-processor-bogofilter}, it is recommended
23423 that you use @code{'(ham spam-use-bogofilter)}.  Everything will work
23424 the same way, we promise.
23425 @end defvar
23426
23427 @defvar spam-bogofilter-database-directory
23428
23429 This is the directory where Bogofilter will store its databases.  It
23430 is not specified by default, so Bogofilter will use its own default
23431 database directory.
23432
23433 @end defvar
23434
23435 The Bogofilter mail classifier is similar to @command{ifile} in intent and
23436 purpose.  A ham and a spam processor are provided, plus the
23437 @code{spam-use-bogofilter} and @code{spam-use-bogofilter-headers}
23438 variables to indicate to spam-split that Bogofilter should either be
23439 used, or has already been used on the article.  The 0.9.2.1 version of
23440 Bogofilter was used to test this functionality.
23441
23442 @node ifile spam filtering
23443 @subsubsection ifile spam filtering
23444 @cindex spam filtering
23445 @cindex ifile, spam filtering
23446 @cindex spam
23447
23448 @defvar spam-use-ifile
23449
23450 Enable this variable if you want @code{spam-split} to use @command{ifile}, a
23451 statistical analyzer similar to Bogofilter.
23452
23453 @end defvar
23454
23455 @defvar spam-ifile-all-categories
23456
23457 Enable this variable if you want @code{spam-use-ifile} to give you all
23458 the ifile categories, not just spam/non-spam.  If you use this, make
23459 sure you train ifile as described in its documentation.
23460
23461 @end defvar
23462
23463 @defvar spam-ifile-spam-category
23464
23465 This is the category of spam messages as far as ifile is concerned.
23466 The actual string used is irrelevant, but you probably want to leave
23467 the default value of @samp{spam}.
23468 @end defvar
23469
23470 @defvar spam-ifile-database-path
23471
23472 This is the filename for the ifile database.  It is not specified by
23473 default, so ifile will use its own default database name.
23474
23475 @end defvar
23476
23477 The ifile mail classifier is similar to Bogofilter in intent and
23478 purpose.  A ham and a spam processor are provided, plus the
23479 @code{spam-use-ifile} variable to indicate to spam-split that ifile
23480 should be used.  The 1.2.1 version of ifile was used to test this
23481 functionality.
23482
23483 @node spam-stat spam filtering
23484 @subsubsection spam-stat spam filtering
23485 @cindex spam filtering
23486 @cindex spam-stat, spam filtering
23487 @cindex spam-stat
23488 @cindex spam
23489
23490 @xref{Filtering Spam Using Statistics with spam-stat}.
23491
23492 @defvar spam-use-stat
23493
23494 Enable this variable if you want @code{spam-split} to use
23495 spam-stat.el, an Emacs Lisp statistical analyzer.
23496
23497 @end defvar
23498
23499 @defvar gnus-group-spam-exit-processor-stat
23500 Add this symbol to a group's @code{spam-process} parameter by
23501 customizing the group parameters or the
23502 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23503 added to a group's @code{spam-process} parameter, the spam-marked
23504 articles will be added to the spam-stat database of spam messages.
23505
23506 @emph{WARNING} 
23507
23508 Instead of the obsolete
23509 @code{gnus-group-spam-exit-processor-stat}, it is recommended
23510 that you use @code{'(spam spam-use-stat)}.  Everything will work
23511 the same way, we promise.
23512 @end defvar
23513
23514 @defvar gnus-group-ham-exit-processor-stat
23515 Add this symbol to a group's @code{spam-process} parameter by
23516 customizing the group parameters or the
23517 @code{gnus-spam-process-newsgroups} variable.  When this symbol is
23518 added to a group's @code{spam-process} parameter, the ham-marked
23519 articles in @emph{ham} groups will be added to the spam-stat database
23520 of non-spam messages.  Note that this ham processor has no effect in
23521 @emph{spam} or @emph{unclassified} groups.
23522
23523 @emph{WARNING} 
23524
23525 Instead of the obsolete
23526 @code{gnus-group-ham-exit-processor-stat}, it is recommended
23527 that you use @code{'(ham spam-use-stat)}.  Everything will work
23528 the same way, we promise.
23529 @end defvar
23530
23531 This enables @file{spam.el} to cooperate with @file{spam-stat.el}.
23532 @file{spam-stat.el} provides an internal (Lisp-only) spam database,
23533 which unlike ifile or Bogofilter does not require external programs.
23534 A spam and a ham processor, and the @code{spam-use-stat} variable for
23535 @code{spam-split} are provided.
23536
23537 @node SpamOracle
23538 @subsubsection Using SpamOracle with Gnus
23539 @cindex spam filtering
23540 @cindex SpamOracle
23541 @cindex spam
23542
23543 An easy way to filter out spam is to use SpamOracle.  SpamOracle is an
23544 statistical mail filtering tool written by Xavier Leroy and needs to be
23545 installed separately.
23546
23547 There are several ways to use SpamOracle with Gnus.  In all cases, your
23548 mail is piped through SpamOracle in its @emph{mark} mode.  SpamOracle will
23549 then enter an @samp{X-Spam} header indicating whether it regards the
23550 mail as a spam mail or not.
23551
23552 One possibility is to run SpamOracle as a @code{:prescript} from the
23553 @xref{Mail Source Specifiers}, (@pxref{SpamAssassin}).  This method has
23554 the advantage that the user can see the @emph{X-Spam} headers.
23555
23556 The easiest method is to make @file{spam.el} (@pxref{Filtering Spam
23557 Using The Spam ELisp Package}) call SpamOracle.
23558
23559 @vindex spam-use-spamoracle
23560 To enable SpamOracle usage by @file{spam.el}, set the variable
23561 @code{spam-use-spamoracle} to @code{t} and configure the
23562 @code{nnmail-split-fancy} or @code{nnimap-split-fancy} as described in
23563 the section @xref{Filtering Spam Using The Spam ELisp Package}.  In
23564 this example the @samp{INBOX} of an nnimap server is filtered using
23565 SpamOracle.  Mails recognized as spam mails will be moved to
23566 @code{spam-split-group}, @samp{Junk} in this case.  Ham messages stay
23567 in @samp{INBOX}:
23568
23569 @example
23570 (setq spam-use-spamoracle t
23571       spam-split-group "Junk"
23572       nnimap-split-inbox '("INBOX")
23573       nnimap-split-rule 'nnimap-split-fancy
23574       nnimap-split-fancy '(| (: spam-split) "INBOX"))
23575 @end example
23576
23577 @defvar spam-use-spamoracle
23578 Set to @code{t} if you want Gnus to enable spam filtering using
23579 SpamOracle.
23580 @end defvar
23581
23582 @defvar spam-spamoracle-binary
23583 Gnus uses the SpamOracle binary called @file{spamoracle} found in the
23584 user's PATH.  Using the variable @code{spam-spamoracle-binary}, this
23585 can be customized.
23586 @end defvar
23587
23588 @defvar spam-spamoracle-database
23589 By default, SpamOracle uses the file @file{~/.spamoracle.db} as a database to
23590 store its analyses.  This is controlled by the variable
23591 @code{spam-spamoracle-database} which defaults to @code{nil}.  That means
23592 the default SpamOracle database will be used.  In case you want your
23593 database to live somewhere special, set
23594 @code{spam-spamoracle-database} to this path.
23595 @end defvar
23596
23597 SpamOracle employs a statistical algorithm to determine whether a
23598 message is spam or ham.  In order to get good results, meaning few
23599 false hits or misses, SpamOracle needs training.  SpamOracle learns the
23600 characteristics of your spam mails.  Using the @emph{add} mode
23601 (training mode) one has to feed good (ham) and spam mails to
23602 SpamOracle.  This can be done by pressing @kbd{|} in the Summary buffer
23603 and pipe the mail to a SpamOracle process or using @file{spam.el}'s
23604 spam- and ham-processors, which is much more convenient.  For a
23605 detailed description of spam- and ham-processors, @xref{Filtering Spam
23606 Using The Spam ELisp Package}.
23607
23608 @defvar gnus-group-spam-exit-processor-spamoracle
23609 Add this symbol to a group's @code{spam-process} parameter by
23610 customizing the group parameter or the
23611 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23612 to a group's @code{spam-process} parameter, spam-marked articles will be
23613 sent to SpamOracle as spam samples.
23614
23615 @emph{WARNING} 
23616
23617 Instead of the obsolete
23618 @code{gnus-group-spam-exit-processor-spamoracle}, it is recommended
23619 that you use @code{'(spam spam-use-spamoracle)}.  Everything will work
23620 the same way, we promise.
23621 @end defvar
23622
23623 @defvar gnus-group-ham-exit-processor-spamoracle
23624 Add this symbol to a group's @code{spam-process} parameter by
23625 customizing the group parameter or the
23626 @code{gnus-spam-process-newsgroups} variable.  When this symbol is added
23627 to a group's @code{spam-process} parameter, the ham-marked articles in
23628 @emph{ham} groups will be sent to the SpamOracle as samples of ham
23629 messages.  Note that this ham processor has no effect in @emph{spam} or
23630 @emph{unclassified} groups.
23631
23632 @emph{WARNING} 
23633
23634 Instead of the obsolete
23635 @code{gnus-group-ham-exit-processor-spamoracle}, it is recommended
23636 that you use @code{'(ham spam-use-spamoracle)}.  Everything will work
23637 the same way, we promise.
23638 @end defvar
23639
23640 @emph{Example:} These are the Group Parameters of a group that has been
23641 classified as a ham group, meaning that it should only contain ham
23642 messages.
23643 @example
23644  ((spam-contents gnus-group-spam-classification-ham)
23645   (spam-process ((ham spam-use-spamoracle)
23646                  (spam spam-use-spamoracle))))
23647 @end example
23648 For this group the @code{spam-use-spamoracle} is installed for both
23649 ham and spam processing.  If the group contains spam message
23650 (e.g. because SpamOracle has not had enough sample messages yet) and
23651 the user marks some messages as spam messages, these messages will be
23652 processed by SpamOracle.  The processor sends the messages to
23653 SpamOracle as new samples for spam.
23654
23655 @node Extending the Spam ELisp package
23656 @subsubsection Extending the Spam ELisp package
23657 @cindex spam filtering
23658 @cindex spam elisp package, extending
23659 @cindex extending the spam elisp package
23660
23661 Say you want to add a new back end called blackbox.  For filtering
23662 incoming mail, provide the following:
23663
23664 @enumerate
23665
23666 @item
23667 Code
23668
23669 @lisp
23670 (defvar spam-use-blackbox nil
23671   "True if blackbox should be used.")
23672 @end lisp
23673
23674 Add
23675 @lisp
23676 (spam-use-blackbox   . spam-check-blackbox)
23677 @end lisp
23678 to @code{spam-list-of-checks}.
23679
23680 Add
23681 @lisp
23682 (gnus-group-ham-exit-processor-blackbox  ham spam-use-blackbox)
23683 (gnus-group-spam-exit-processor-blackbox spam spam-use-blackbox)
23684 @end lisp
23685
23686 to @code{spam-list-of-processors}.
23687
23688 Add
23689 @lisp
23690 (spam-use-blackbox spam-blackbox-register-routine
23691                    nil
23692                    spam-blackbox-unregister-routine
23693                    nil)
23694 @end lisp
23695
23696 to @code{spam-registration-functions}.  Write the register/unregister
23697 routines using the bogofilter register/unregister routines as a
23698 start, or other restister/unregister routines more appropriate to
23699 Blackbox.
23700
23701 @item
23702 Functionality
23703
23704 Write the @code{spam-check-blackbox} function.  It should return
23705 @samp{nil} or @code{spam-split-group}, observing the other
23706 conventions.  See the existing @code{spam-check-*} functions for
23707 examples of what you can do, and stick to the template unless you
23708 fully understand the reasons why you aren't.
23709
23710 Make sure to add @code{spam-use-blackbox} to
23711 @code{spam-list-of-statistical-checks} if Blackbox is a statistical
23712 mail analyzer that needs the full message body to operate.
23713
23714 @end enumerate
23715
23716 For processing spam and ham messages, provide the following:
23717
23718 @enumerate
23719
23720 @item
23721 Code
23722
23723 Note you don't have to provide a spam or a ham processor.  Only
23724 provide them if Blackbox supports spam or ham processing.
23725
23726 Also, ham and spam processors are being phased out as single
23727 variables.  Instead the form @code{'(spam spam-use-blackbox)} or 
23728 @code{'(ham spam-use-blackbox)} is favored.  For now, spam/ham
23729 processor variables are still around but they won't be for long.
23730
23731 @lisp
23732 (defvar gnus-group-spam-exit-processor-blackbox "blackbox-spam"
23733   "The Blackbox summary exit spam processor.
23734 Only applicable to spam groups.")
23735
23736 (defvar gnus-group-ham-exit-processor-blackbox "blackbox-ham"
23737   "The whitelist summary exit ham processor.
23738 Only applicable to non-spam (unclassified and ham) groups.")
23739
23740 @end lisp
23741
23742 @item
23743 Gnus parameters
23744
23745 Add
23746 @lisp
23747 (const :tag "Spam: Blackbox" (spam spam-use-blackbox))
23748 (const :tag "Ham: Blackbox"  (ham spam-use-blackbox))
23749 @end lisp
23750 to the @code{spam-process} group parameter in @code{gnus.el}.  Make
23751 sure you do it twice, once for the parameter and once for the
23752 variable customization.
23753
23754 Add
23755 @lisp
23756 (variable-item spam-use-blackbox)
23757 @end lisp
23758 to the @code{spam-autodetect-methods} group parameter in
23759 @code{gnus.el}.
23760
23761 @end enumerate
23762
23763
23764 @node Filtering Spam Using Statistics with spam-stat
23765 @subsection Filtering Spam Using Statistics with spam-stat
23766 @cindex Paul Graham
23767 @cindex Graham, Paul
23768 @cindex naive Bayesian spam filtering
23769 @cindex Bayesian spam filtering, naive
23770 @cindex spam filtering, naive Bayesian
23771
23772 Paul Graham has written an excellent essay about spam filtering using
23773 statistics: @uref{http://www.paulgraham.com/spam.html,A Plan for
23774 Spam}.  In it he describes the inherent deficiency of rule-based
23775 filtering as used by SpamAssassin, for example: Somebody has to write
23776 the rules, and everybody else has to install these rules.  You are
23777 always late.  It would be much better, he argues, to filter mail based
23778 on whether it somehow resembles spam or non-spam.  One way to measure
23779 this is word distribution.  He then goes on to describe a solution
23780 that checks whether a new mail resembles any of your other spam mails
23781 or not.
23782
23783 The basic idea is this:  Create a two collections of your mail, one
23784 with spam, one with non-spam.  Count how often each word appears in
23785 either collection, weight this by the total number of mails in the
23786 collections, and store this information in a dictionary.  For every
23787 word in a new mail, determine its probability to belong to a spam or a
23788 non-spam mail.  Use the 15 most conspicuous words, compute the total
23789 probability of the mail being spam.  If this probability is higher
23790 than a certain threshold, the mail is considered to be spam.
23791
23792 Gnus supports this kind of filtering.  But it needs some setting up.
23793 First, you need two collections of your mail, one with spam, one with
23794 non-spam.  Then you need to create a dictionary using these two
23795 collections, and save it.  And last but not least, you need to use
23796 this dictionary in your fancy mail splitting rules.
23797
23798 @menu
23799 * Creating a spam-stat dictionary::
23800 * Splitting mail using spam-stat::
23801 * Low-level interface to the spam-stat dictionary::
23802 @end menu
23803
23804 @node Creating a spam-stat dictionary
23805 @subsubsection Creating a spam-stat dictionary
23806
23807 Before you can begin to filter spam based on statistics, you must
23808 create these statistics based on two mail collections, one with spam,
23809 one with non-spam.  These statistics are then stored in a dictionary
23810 for later use.  In order for these statistics to be meaningful, you
23811 need several hundred emails in both collections.
23812
23813 Gnus currently supports only the nnml back end for automated dictionary
23814 creation.  The nnml back end stores all mails in a directory, one file
23815 per mail.  Use the following:
23816
23817 @defun spam-stat-process-spam-directory
23818 Create spam statistics for every file in this directory.  Every file
23819 is treated as one spam mail.
23820 @end defun
23821
23822 @defun spam-stat-process-non-spam-directory
23823 Create non-spam statistics for every file in this directory.  Every
23824 file is treated as one non-spam mail.
23825 @end defun
23826
23827 Usually you would call @code{spam-stat-process-spam-directory} on a
23828 directory such as @file{~/Mail/mail/spam} (this usually corresponds
23829 the the group @samp{nnml:mail.spam}), and you would call
23830 @code{spam-stat-process-non-spam-directory} on a directory such as
23831 @file{~/Mail/mail/misc} (this usually corresponds the the group
23832 @samp{nnml:mail.misc}).
23833
23834 When you are using @acronym{IMAP}, you won't have the mails available
23835 locally, so that will not work.  One solution is to use the Gnus Agent
23836 to cache the articles.  Then you can use directories such as
23837 @file{"~/News/agent/nnimap/mail.yourisp.com/personal_spam"} for
23838 @code{spam-stat-process-spam-directory}.  @xref{Agent as Cache}.
23839
23840 @defvar spam-stat
23841 This variable holds the hash-table with all the statistics---the
23842 dictionary we have been talking about.  For every word in either
23843 collection, this hash-table stores a vector describing how often the
23844 word appeared in spam and often it appeared in non-spam mails.
23845 @end defvar
23846
23847 If you want to regenerate the statistics from scratch, you need to
23848 reset the dictionary.
23849
23850 @defun spam-stat-reset
23851 Reset the @code{spam-stat} hash-table, deleting all the statistics.
23852 @end defun
23853
23854 When you are done, you must save the dictionary.  The dictionary may
23855 be rather large.  If you will not update the dictionary incrementally
23856 (instead, you will recreate it once a month, for example), then you
23857 can reduce the size of the dictionary by deleting all words that did
23858 not appear often enough or that do not clearly belong to only spam or
23859 only non-spam mails.
23860
23861 @defun spam-stat-reduce-size
23862 Reduce the size of the dictionary.  Use this only if you do not want
23863 to update the dictionary incrementally.
23864 @end defun
23865
23866 @defun spam-stat-save
23867 Save the dictionary.
23868 @end defun
23869
23870 @defvar spam-stat-file
23871 The filename used to store the dictionary.  This defaults to
23872 @file{~/.spam-stat.el}.
23873 @end defvar
23874
23875 @node Splitting mail using spam-stat
23876 @subsubsection Splitting mail using spam-stat
23877
23878 In order to use @code{spam-stat} to split your mail, you need to add the
23879 following to your @file{~/.gnus.el} file:
23880
23881 @lisp
23882 (require 'spam-stat)
23883 (spam-stat-load)
23884 @end lisp
23885
23886 This will load the necessary Gnus code, and the dictionary you
23887 created.
23888
23889 Next, you need to adapt your fancy splitting rules:  You need to
23890 determine how to use @code{spam-stat}.  The following examples are for
23891 the nnml back end.  Using the nnimap back end works just as well.  Just
23892 use @code{nnimap-split-fancy} instead of @code{nnmail-split-fancy}.
23893
23894 In the simplest case, you only have two groups, @samp{mail.misc} and
23895 @samp{mail.spam}.  The following expression says that mail is either
23896 spam or it should go into @samp{mail.misc}.  If it is spam, then
23897 @code{spam-stat-split-fancy} will return @samp{mail.spam}.
23898
23899 @lisp
23900 (setq nnmail-split-fancy
23901       `(| (: spam-stat-split-fancy)
23902           "mail.misc"))
23903 @end lisp
23904
23905 @defvar spam-stat-split-fancy-spam-group
23906 The group to use for spam.  Default is @samp{mail.spam}.
23907 @end defvar
23908
23909 If you also filter mail with specific subjects into other groups, use
23910 the following expression.  Only mails not matching the regular
23911 expression are considered potential spam.
23912
23913 @lisp
23914 (setq nnmail-split-fancy
23915       `(| ("Subject" "\\bspam-stat\\b" "mail.emacs")
23916           (: spam-stat-split-fancy)
23917           "mail.misc"))
23918 @end lisp
23919
23920 If you want to filter for spam first, then you must be careful when
23921 creating the dictionary.  Note that @code{spam-stat-split-fancy} must
23922 consider both mails in @samp{mail.emacs} and in @samp{mail.misc} as
23923 non-spam, therefore both should be in your collection of non-spam
23924 mails, when creating the dictionary!
23925
23926 @lisp
23927 (setq nnmail-split-fancy
23928       `(| (: spam-stat-split-fancy)
23929           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23930           "mail.misc"))
23931 @end lisp
23932
23933 You can combine this with traditional filtering.  Here, we move all
23934 HTML-only mails into the @samp{mail.spam.filtered} group.  Note that since
23935 @code{spam-stat-split-fancy} will never see them, the mails in
23936 @samp{mail.spam.filtered} should be neither in your collection of spam mails,
23937 nor in your collection of non-spam mails, when creating the
23938 dictionary!
23939
23940 @lisp
23941 (setq nnmail-split-fancy
23942       `(| ("Content-Type" "text/html" "mail.spam.filtered")
23943           (: spam-stat-split-fancy)
23944           ("Subject" "\\bspam-stat\\b" "mail.emacs")
23945           "mail.misc"))
23946 @end lisp
23947
23948
23949 @node Low-level interface to the spam-stat dictionary
23950 @subsubsection Low-level interface to the spam-stat dictionary
23951
23952 The main interface to using @code{spam-stat}, are the following functions:
23953
23954 @defun spam-stat-buffer-is-spam
23955 Called in a buffer, that buffer is considered to be a new spam mail.
23956 Use this for new mail that has not been processed before.
23957 @end defun
23958
23959 @defun spam-stat-buffer-is-no-spam
23960 Called in a buffer, that buffer is considered to be a new non-spam
23961 mail.  Use this for new mail that has not been processed before.
23962 @end defun
23963
23964 @defun spam-stat-buffer-change-to-spam
23965 Called in a buffer, that buffer is no longer considered to be normal
23966 mail but spam.  Use this to change the status of a mail that has
23967 already been processed as non-spam.
23968 @end defun
23969
23970 @defun spam-stat-buffer-change-to-non-spam
23971 Called in a buffer, that buffer is no longer considered to be spam but
23972 normal mail.  Use this to change the status of a mail that has already
23973 been processed as spam.
23974 @end defun
23975
23976 @defun spam-stat-save
23977 Save the hash table to the file.  The filename used is stored in the
23978 variable @code{spam-stat-file}.
23979 @end defun
23980
23981 @defun spam-stat-load
23982 Load the hash table from a file.  The filename used is stored in the
23983 variable @code{spam-stat-file}.
23984 @end defun
23985
23986 @defun spam-stat-score-word
23987 Return the spam score for a word.
23988 @end defun
23989
23990 @defun spam-stat-score-buffer
23991 Return the spam score for a buffer.
23992 @end defun
23993
23994 @defun spam-stat-split-fancy
23995 Use this function for fancy mail splitting.  Add the rule @samp{(:
23996 spam-stat-split-fancy)} to @code{nnmail-split-fancy}
23997 @end defun
23998
23999 Make sure you load the dictionary before using it.  This requires the
24000 following in your @file{~/.gnus.el} file:
24001
24002 @lisp
24003 (require 'spam-stat)
24004 (spam-stat-load)
24005 @end lisp
24006
24007 Typical test will involve calls to the following functions:
24008
24009 @smallexample
24010 Reset: (setq spam-stat (make-hash-table :test 'equal))
24011 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24012 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24013 Save table: (spam-stat-save)
24014 File size: (nth 7 (file-attributes spam-stat-file))
24015 Number of words: (hash-table-count spam-stat)
24016 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24017 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24018 Reduce table size: (spam-stat-reduce-size)
24019 Save table: (spam-stat-save)
24020 File size: (nth 7 (file-attributes spam-stat-file))
24021 Number of words: (hash-table-count spam-stat)
24022 Test spam: (spam-stat-test-directory "~/Mail/mail/spam")
24023 Test non-spam: (spam-stat-test-directory "~/Mail/mail/misc")
24024 @end smallexample
24025
24026 Here is how you would create your dictionary:
24027
24028 @smallexample
24029 Reset: (setq spam-stat (make-hash-table :test 'equal))
24030 Learn spam: (spam-stat-process-spam-directory "~/Mail/mail/spam")
24031 Learn non-spam: (spam-stat-process-non-spam-directory "~/Mail/mail/misc")
24032 Repeat for any other non-spam group you need...
24033 Reduce table size: (spam-stat-reduce-size)
24034 Save table: (spam-stat-save)
24035 @end smallexample
24036
24037 @node Other modes
24038 @section Interaction with other modes
24039
24040 @subsection Dired
24041 @cindex dired
24042
24043 @code{gnus-dired-minor-mode} provided some useful functions for dired
24044 buffers.  It is enabled with
24045 @lisp
24046 (add-hook 'dired-mode-hook 'turn-on-gnus-dired-mode)
24047 @end lisp
24048
24049 @table @kbd
24050 @item C-c C-m C-a
24051 @findex gnus-dired-attach
24052 Send dired's marked files as an attachment (@code{gnus-dired-attach}).
24053 You will be prompted for a message buffer.
24054
24055 @item C-c C-m C-l
24056 @findex gnus-dired-find-file-mailcap
24057 Visit a file according to the appropriate mailcap entry
24058 (@code{gnus-dired-find-file-mailcap}).  With prefix, open file in a new
24059 buffer.
24060
24061 @item C-c C-m C-p
24062 @findex gnus-dired-print
24063 Print file according to the mailcap entry (@code{gnus-dired-print}).  If
24064 there is no print command, print in a PostScript image.
24065 @end table
24066
24067 @node Various Various
24068 @section Various Various
24069 @cindex mode lines
24070 @cindex highlights
24071
24072 @table @code
24073
24074 @item gnus-home-directory
24075 @vindex gnus-home-directory
24076 All Gnus file and directory variables will be initialized from this
24077 variable, which defaults to @file{~/}.
24078
24079 @item gnus-directory
24080 @vindex gnus-directory
24081 Most Gnus storage file and directory variables will be initialized from
24082 this variable, which defaults to the @env{SAVEDIR} environment
24083 variable, or @file{~/News/} if that variable isn't set.
24084
24085 Note that Gnus is mostly loaded when the @file{~/.gnus.el} file is read.
24086 This means that other directory variables that are initialized from this
24087 variable won't be set properly if you set this variable in
24088 @file{~/.gnus.el}.  Set this variable in @file{.emacs} instead.
24089
24090 @item gnus-default-directory
24091 @vindex gnus-default-directory
24092 Not related to the above variable at all---this variable says what the
24093 default directory of all Gnus buffers should be.  If you issue commands
24094 like @kbd{C-x C-f}, the prompt you'll get starts in the current buffer's
24095 default directory.  If this variable is @code{nil} (which is the
24096 default), the default directory will be the default directory of the
24097 buffer you were in when you started Gnus.
24098
24099 @item gnus-verbose
24100 @vindex gnus-verbose
24101 This variable is an integer between zero and ten.  The higher the value,
24102 the more messages will be displayed.  If this variable is zero, Gnus
24103 will never flash any messages, if it is seven (which is the default),
24104 most important messages will be shown, and if it is ten, Gnus won't ever
24105 shut up, but will flash so many messages it will make your head swim.
24106
24107 @item gnus-verbose-backends
24108 @vindex gnus-verbose-backends
24109 This variable works the same way as @code{gnus-verbose}, but it applies
24110 to the Gnus back ends instead of Gnus proper.
24111
24112 @item nnheader-max-head-length
24113 @vindex nnheader-max-head-length
24114 When the back ends read straight heads of articles, they all try to read
24115 as little as possible.  This variable (default 4096) specifies
24116 the absolute max length the back ends will try to read before giving up
24117 on finding a separator line between the head and the body.  If this
24118 variable is @code{nil}, there is no upper read bound.  If it is
24119 @code{t}, the back ends won't try to read the articles piece by piece,
24120 but read the entire articles.  This makes sense with some versions of
24121 @code{ange-ftp} or @code{efs}.
24122
24123 @item nnheader-head-chop-length
24124 @vindex nnheader-head-chop-length
24125 This variable (default 2048) says how big a piece of each article to
24126 read when doing the operation described above.
24127
24128 @item nnheader-file-name-translation-alist
24129 @vindex nnheader-file-name-translation-alist
24130 @cindex file names
24131 @cindex invalid characters in file names
24132 @cindex characters in file names
24133 This is an alist that says how to translate characters in file names.
24134 For instance, if @samp{:} is invalid as a file character in file names
24135 on your system (you OS/2 user you), you could say something like:
24136
24137 @lisp
24138 @group
24139 (setq nnheader-file-name-translation-alist
24140       '((?: . ?_)))
24141 @end group
24142 @end lisp
24143
24144 In fact, this is the default value for this variable on OS/2 and MS
24145 Windows (phooey) systems.
24146
24147 @item gnus-hidden-properties
24148 @vindex gnus-hidden-properties
24149 This is a list of properties to use to hide ``invisible'' text.  It is
24150 @code{(invisible t intangible t)} by default on most systems, which
24151 makes invisible text invisible and intangible.
24152
24153 @item gnus-parse-headers-hook
24154 @vindex gnus-parse-headers-hook
24155 A hook called before parsing headers.  It can be used, for instance, to
24156 gather statistics on the headers fetched, or perhaps you'd like to prune
24157 some headers.  I don't see why you'd want that, though.
24158
24159 @item gnus-shell-command-separator
24160 @vindex gnus-shell-command-separator
24161 String used to separate two shell commands.  The default is @samp{;}.
24162
24163 @item gnus-invalid-group-regexp
24164 @vindex gnus-invalid-group-regexp
24165
24166 Regexp to match ``invalid'' group names when querying user for a group
24167 name.  The default value catches some @strong{really} invalid group
24168 names who could possibly mess up Gnus internally (like allowing
24169 @samp{:} in a group name, which is normally used to delimit method and
24170 group).
24171
24172 @acronym{IMAP} users might want to allow @samp{/} in group names though.
24173
24174
24175 @end table
24176
24177 @node The End
24178 @chapter The End
24179
24180 Well, that's the manual---you can get on with your life now.  Keep in
24181 touch.  Say hello to your cats from me.
24182
24183 My @strong{ghod}---I just can't stand goodbyes.  Sniffle.
24184
24185 Ol' Charles Reznikoff said it pretty well, so I leave the floor to him:
24186
24187 @quotation
24188 @strong{Te Deum}
24189
24190 @sp 1
24191 Not because of victories @*
24192 I sing,@*
24193 having none,@*
24194 but for the common sunshine,@*
24195 the breeze,@*
24196 the largess of the spring.
24197
24198 @sp 1
24199 Not for victory@*
24200 but for the day's work done@*
24201 as well as I was able;@*
24202 not for a seat upon the dais@*
24203 but at the common table.@*
24204 @end quotation
24205
24206
24207 @node Appendices
24208 @chapter Appendices
24209
24210 @menu
24211 * XEmacs::                      Requirements for installing under XEmacs.
24212 * History::                     How Gnus got where it is today.
24213 * On Writing Manuals::          Why this is not a beginner's guide.
24214 * Terminology::                 We use really difficult, like, words here.
24215 * Customization::               Tailoring Gnus to your needs.
24216 * Troubleshooting::             What you might try if things do not work.
24217 * Gnus Reference Guide::        Rilly, rilly technical stuff.
24218 * Emacs for Heathens::          A short introduction to Emacsian terms.
24219 * Frequently Asked Questions::  The Gnus FAQ
24220 @end menu
24221
24222
24223 @node XEmacs
24224 @section XEmacs
24225 @cindex XEmacs
24226 @cindex installing under XEmacs
24227
24228 XEmacs is distributed as a collection of packages.  You should install
24229 whatever packages the Gnus XEmacs package requires.  The current
24230 requirements are @samp{gnus}, @samp{mail-lib}, @samp{xemacs-base},
24231 @samp{eterm}, @samp{sh-script}, @samp{net-utils}, @samp{os-utils},
24232 @samp{dired}, @samp{mh-e}, @samp{sieve}, @samp{ps-print}, @samp{w3},
24233 @samp{pgg}, @samp{mailcrypt}, @samp{ecrypto}, and @samp{sasl}.
24234
24235
24236 @node History
24237 @section History
24238
24239 @cindex history
24240 @sc{gnus} was written by Masanobu @sc{Umeda}.  When autumn crept up in
24241 '94, Lars Magne Ingebrigtsen grew bored and decided to rewrite Gnus.
24242
24243 If you want to investigate the person responsible for this outrage,
24244 you can point your (feh!) web browser to
24245 @uref{http://quimby.gnus.org/}.  This is also the primary
24246 distribution point for the new and spiffy versions of Gnus, and is
24247 known as The Site That Destroys Newsrcs And Drives People Mad.
24248
24249 During the first extended alpha period of development, the new Gnus was
24250 called ``(ding) Gnus''.  @dfn{(ding)} is, of course, short for
24251 @dfn{ding is not Gnus}, which is a total and utter lie, but who cares?
24252 (Besides, the ``Gnus'' in this abbreviation should probably be
24253 pronounced ``news'' as @sc{Umeda} intended, which makes it a more
24254 appropriate name, don't you think?)
24255
24256 In any case, after spending all that energy on coming up with a new and
24257 spunky name, we decided that the name was @emph{too} spunky, so we
24258 renamed it back again to ``Gnus''.  But in mixed case.  ``Gnus'' vs.
24259 ``@sc{gnus}''.  New vs. old.
24260
24261 @menu
24262 * Gnus Versions::               What Gnus versions have been released.
24263 * Other Gnus Versions::         Other Gnus versions that also have been released.
24264 * Why?::                        What's the point of Gnus?
24265 * Compatibility::               Just how compatible is Gnus with @sc{gnus}?
24266 * Conformity::                  Gnus tries to conform to all standards.
24267 * Emacsen::                     Gnus can be run on a few modern Emacsen.
24268 * Gnus Development::            How Gnus is developed.
24269 * Contributors::                Oodles of people.
24270 * New Features::                Pointers to some of the new stuff in Gnus.
24271 @end menu
24272
24273
24274 @node Gnus Versions
24275 @subsection Gnus Versions
24276 @cindex ding Gnus
24277 @cindex September Gnus
24278 @cindex Red Gnus
24279 @cindex Quassia Gnus
24280 @cindex Pterodactyl Gnus
24281 @cindex Oort Gnus
24282 @cindex No Gnus
24283 @cindex Gnus versions
24284
24285 The first ``proper'' release of Gnus 5 was done in November 1995 when it
24286 was included in the Emacs 19.30 distribution (132 (ding) Gnus releases
24287 plus 15 Gnus 5.0 releases).
24288
24289 In May 1996 the next Gnus generation (aka. ``September Gnus'' (after 99
24290 releases)) was released under the name ``Gnus 5.2'' (40 releases).
24291
24292 On July 28th 1996 work on Red Gnus was begun, and it was released on
24293 January 25th 1997 (after 84 releases) as ``Gnus 5.4'' (67 releases).
24294
24295 On September 13th 1997, Quassia Gnus was started and lasted 37 releases.
24296 If was released as ``Gnus 5.6'' on March 8th 1998 (46 releases).
24297
24298 Gnus 5.6 begat Pterodactyl Gnus on August 29th 1998 and was released as
24299 ``Gnus 5.8'' (after 99 releases and a CVS repository) on December 3rd
24300 1999.
24301
24302 On the 26th of October 2000, Oort Gnus was begun.
24303
24304 If you happen upon a version of Gnus that has a prefixed name --
24305 ``(ding) Gnus'', ``September Gnus'', ``Red Gnus'', ``Quassia Gnus'',
24306 ``Pterodactyl Gnus'', ``Oort Gnus'' -- don't panic.  Don't let it know
24307 that you're frightened.  Back away.  Slowly.  Whatever you do, don't
24308 run.  Walk away, calmly, until you're out of its reach.  Find a proper
24309 released version of Gnus and snuggle up to that instead.
24310
24311
24312 @node Other Gnus Versions
24313 @subsection Other Gnus Versions
24314 @cindex Semi-gnus
24315
24316 In addition to the versions of Gnus which have had their releases
24317 coordinated by Lars, one major development has been Semi-gnus from
24318 Japan.  It's based on a library called @acronym{SEMI}, which provides
24319 @acronym{MIME} capabilities.
24320
24321 These Gnusae are based mainly on Gnus 5.6 and Pterodactyl Gnus.
24322 Collectively, they are called ``Semi-gnus'', and different strains are
24323 called T-gnus, ET-gnus, Nana-gnus and Chaos.  These provide powerful
24324 @acronym{MIME} and multilingualization things, especially important for
24325 Japanese users.
24326
24327
24328 @node Why?
24329 @subsection Why?
24330
24331 What's the point of Gnus?
24332
24333 I want to provide a ``rad'', ``happening'', ``way cool'' and ``hep''
24334 newsreader, that lets you do anything you can think of.  That was my
24335 original motivation, but while working on Gnus, it has become clear to
24336 me that this generation of newsreaders really belong in the stone age.
24337 Newsreaders haven't developed much since the infancy of the net.  If the
24338 volume continues to rise with the current rate of increase, all current
24339 newsreaders will be pretty much useless.  How do you deal with
24340 newsgroups that have thousands of new articles each day?  How do you
24341 keep track of millions of people who post?
24342
24343 Gnus offers no real solutions to these questions, but I would very much
24344 like to see Gnus being used as a testing ground for new methods of
24345 reading and fetching news.  Expanding on @sc{Umeda}-san's wise decision
24346 to separate the newsreader from the back ends, Gnus now offers a simple
24347 interface for anybody who wants to write new back ends for fetching mail
24348 and news from different sources.  I have added hooks for customizations
24349 everywhere I could imagine it being useful.  By doing so, I'm inviting
24350 every one of you to explore and invent.
24351
24352 May Gnus never be complete.  @kbd{C-u 100 M-x all-hail-emacs} and
24353 @kbd{C-u 100 M-x all-hail-xemacs}.
24354
24355
24356 @node Compatibility
24357 @subsection Compatibility
24358
24359 @cindex compatibility
24360 Gnus was designed to be fully compatible with @sc{gnus}.  Almost all key
24361 bindings have been kept.  More key bindings have been added, of course,
24362 but only in one or two obscure cases have old bindings been changed.
24363
24364 Our motto is:
24365 @quotation
24366 @cartouche
24367 @center In a cloud bones of steel.
24368 @end cartouche
24369 @end quotation
24370
24371 All commands have kept their names.  Some internal functions have changed
24372 their names.
24373
24374 The @code{gnus-uu} package has changed drastically.  @xref{Decoding
24375 Articles}.
24376
24377 One major compatibility question is the presence of several summary
24378 buffers.  All variables relevant while reading a group are
24379 buffer-local to the summary buffer they belong in.  Although many
24380 important variables have their values copied into their global
24381 counterparts whenever a command is executed in the summary buffer, this
24382 change might lead to incorrect values being used unless you are careful.
24383
24384 All code that relies on knowledge of @sc{gnus} internals will probably
24385 fail.  To take two examples: Sorting @code{gnus-newsrc-alist} (or
24386 changing it in any way, as a matter of fact) is strictly verboten.  Gnus
24387 maintains a hash table that points to the entries in this alist (which
24388 speeds up many functions), and changing the alist directly will lead to
24389 peculiar results.
24390
24391 @cindex hilit19
24392 @cindex highlighting
24393 Old hilit19 code does not work at all.  In fact, you should probably
24394 remove all hilit code from all Gnus hooks
24395 (@code{gnus-group-prepare-hook} and @code{gnus-summary-prepare-hook}).
24396 Gnus provides various integrated functions for highlighting.  These are
24397 faster and more accurate.  To make life easier for everybody, Gnus will
24398 by default remove all hilit calls from all hilit hooks.  Uncleanliness!
24399 Away!
24400
24401 Packages like @code{expire-kill} will no longer work.  As a matter of
24402 fact, you should probably remove all old @sc{gnus} packages (and other
24403 code) when you start using Gnus.  More likely than not, Gnus already
24404 does what you have written code to make @sc{gnus} do.  (Snicker.)
24405
24406 Even though old methods of doing things are still supported, only the
24407 new methods are documented in this manual.  If you detect a new method of
24408 doing something while reading this manual, that does not mean you have
24409 to stop doing it the old way.
24410
24411 Gnus understands all @sc{gnus} startup files.
24412
24413 @kindex M-x gnus-bug
24414 @findex gnus-bug
24415 @cindex reporting bugs
24416 @cindex bugs
24417 Overall, a casual user who hasn't written much code that depends on
24418 @sc{gnus} internals should suffer no problems.  If problems occur,
24419 please let me know by issuing that magic command @kbd{M-x gnus-bug}.
24420
24421 @vindex gnus-bug-create-help-buffer
24422 If you are in the habit of sending bug reports @emph{very} often, you
24423 may find the helpful help buffer annoying after a while.  If so, set
24424 @code{gnus-bug-create-help-buffer} to @code{nil} to avoid having it pop
24425 up at you.
24426
24427
24428 @node Conformity
24429 @subsection Conformity
24430
24431 No rebels without a clue here, ma'am.  We conform to all standards known
24432 to (wo)man.  Except for those standards and/or conventions we disagree
24433 with, of course.
24434
24435 @table @strong
24436
24437 @item RFC (2)822
24438 @cindex RFC 822
24439 @cindex RFC 2822
24440 There are no known breaches of this standard.
24441
24442 @item RFC 1036
24443 @cindex RFC 1036
24444 There are no known breaches of this standard, either.
24445
24446 @item Son-of-RFC 1036
24447 @cindex Son-of-RFC 1036
24448 We do have some breaches to this one.
24449
24450 @table @emph
24451
24452 @item X-Newsreader
24453 @itemx User-Agent
24454 These are considered to be ``vanity headers'', while I consider them
24455 to be consumer information.  After seeing so many badly formatted
24456 articles coming from @code{tin} and @code{Netscape} I know not to use
24457 either of those for posting articles.  I would not have known that if
24458 it wasn't for the @code{X-Newsreader} header.
24459 @end table
24460
24461 @item USEFOR
24462 @cindex USEFOR
24463 USEFOR is an IETF working group writing a successor to RFC 1036, based
24464 on Son-of-RFC 1036.  They have produced a number of drafts proposing
24465 various changes to the format of news articles.  The Gnus towers will
24466 look into implementing the changes when the draft is accepted as an RFC.
24467
24468 @item MIME - RFC 2045-2049 etc
24469 @cindex @acronym{MIME}
24470 All the various @acronym{MIME} RFCs are supported.
24471
24472 @item Disposition Notifications - RFC 2298
24473 Message Mode is able to request notifications from the receiver.
24474
24475 @item PGP - RFC 1991 and RFC 2440
24476 @cindex RFC 1991
24477 @cindex RFC 2440
24478 RFC 1991 is the original @acronym{PGP} message specification,
24479 published as an informational RFC.  RFC 2440 was the follow-up, now
24480 called Open PGP, and put on the Standards Track.  Both document a
24481 non-@acronym{MIME} aware @acronym{PGP} format.  Gnus supports both
24482 encoding (signing and encryption) and decoding (verification and
24483 decryption).
24484
24485 @item PGP/MIME - RFC 2015/3156
24486 RFC 2015 (superseded by 3156 which references RFC 2440 instead of RFC
24487 1991) describes the @acronym{MIME}-wrapping around the RF 1991/2440 format.
24488 Gnus supports both encoding and decoding.
24489
24490 @item S/MIME - RFC 2633
24491 RFC 2633 describes the @acronym{S/MIME} format.
24492
24493 @item IMAP - RFC 1730/2060, RFC 2195, RFC 2086, RFC 2359, RFC 2595, RFC 1731
24494 RFC 1730 is @acronym{IMAP} version 4, updated somewhat by RFC 2060
24495 (@acronym{IMAP} 4 revision 1).  RFC 2195 describes CRAM-MD5
24496 authentication for @acronym{IMAP}.  RFC 2086 describes access control
24497 lists (ACLs) for @acronym{IMAP}.  RFC 2359 describes a @acronym{IMAP}
24498 protocol enhancement.  RFC 2595 describes the proper @acronym{TLS}
24499 integration (STARTTLS) with @acronym{IMAP}.  RFC 1731 describes the
24500 GSSAPI/Kerberos4 mechanisms for @acronym{IMAP}.
24501
24502 @end table
24503
24504 If you ever notice Gnus acting non-compliant with regards to the texts
24505 mentioned above, don't hesitate to drop a note to Gnus Towers and let us
24506 know.
24507
24508
24509 @node Emacsen
24510 @subsection Emacsen
24511 @cindex Emacsen
24512 @cindex XEmacs
24513 @cindex Mule
24514 @cindex Emacs
24515
24516 Gnus should work on:
24517
24518 @itemize @bullet
24519
24520 @item
24521 Emacs 21.1 and up.
24522
24523 @item
24524 XEmacs 21.4 and up.
24525
24526 @end itemize
24527
24528 This Gnus version will absolutely not work on any Emacsen older than
24529 that.  Not reliably, at least.  Older versions of Gnus may work on older
24530 Emacs versions.
24531
24532 There are some vague differences between Gnus on the various
24533 platforms---XEmacs features more graphics (a logo and a toolbar)---but
24534 other than that, things should look pretty much the same under all
24535 Emacsen.
24536
24537
24538 @node Gnus Development
24539 @subsection Gnus Development
24540
24541 Gnus is developed in a two-phased cycle.  The first phase involves much
24542 discussion on the @samp{ding@@gnus.org} mailing list, where people
24543 propose changes and new features, post patches and new back ends.  This
24544 phase is called the @dfn{alpha} phase, since the Gnusae released in this
24545 phase are @dfn{alpha releases}, or (perhaps more commonly in other
24546 circles) @dfn{snapshots}.  During this phase, Gnus is assumed to be
24547 unstable and should not be used by casual users.  Gnus alpha releases
24548 have names like ``Red Gnus'' and ``Quassia Gnus''.
24549
24550 After futzing around for 50-100 alpha releases, Gnus is declared
24551 @dfn{frozen}, and only bug fixes are applied.  Gnus loses the prefix,
24552 and is called things like ``Gnus 5.6.32'' instead.  Normal people are
24553 supposed to be able to use these, and these are mostly discussed on the
24554 @samp{gnu.emacs.gnus} newsgroup.
24555
24556 @cindex Incoming*
24557 @vindex mail-source-delete-incoming
24558 Some variable defaults differ between alpha Gnusae and released Gnusae.
24559 In particular, @code{mail-source-delete-incoming} defaults to @code{nil} in
24560 alpha Gnusae and @code{t} in released Gnusae.  This is to prevent
24561 lossage of mail if an alpha release hiccups while handling the mail.
24562
24563 The division of discussion between the ding mailing list and the Gnus
24564 newsgroup is not purely based on publicity concerns.  It's true that
24565 having people write about the horrible things that an alpha Gnus release
24566 can do (sometimes) in a public forum may scare people off, but more
24567 importantly, talking about new experimental features that have been
24568 introduced may confuse casual users.  New features are frequently
24569 introduced, fiddled with, and judged to be found wanting, and then
24570 either discarded or totally rewritten.  People reading the mailing list
24571 usually keep up with these rapid changes, while people on the newsgroup
24572 can't be assumed to do so.
24573
24574
24575
24576 @node Contributors
24577 @subsection Contributors
24578 @cindex contributors
24579
24580 The new Gnus version couldn't have been done without the help of all the
24581 people on the (ding) mailing list.  Every day for over a year I have
24582 gotten billions of nice bug reports from them, filling me with joy,
24583 every single one of them.  Smooches.  The people on the list have been
24584 tried beyond endurance, what with my ``oh, that's a neat idea <type
24585 type>, yup, I'll release it right away <ship off> no wait, that doesn't
24586 work at all <type type>, yup, I'll ship that one off right away <ship
24587 off> no, wait, that absolutely does not work'' policy for releases.
24588 Micro$oft---bah.  Amateurs.  I'm @emph{much} worse.  (Or is that
24589 ``worser''? ``much worser''?  ``worsest''?)
24590
24591 I would like to take this opportunity to thank the Academy for@dots{}  oops,
24592 wrong show.
24593
24594 @itemize @bullet
24595
24596 @item
24597 Masanobu @sc{Umeda}---the writer of the original @sc{gnus}.
24598
24599 @item
24600 Shenghuo Zhu---uudecode.el, mm-uu.el, rfc1843.el, webmail.el,
24601 nnwarchive and many, many other things connected with @acronym{MIME} and
24602 other types of en/decoding, as well as general bug fixing, new
24603 functionality and stuff.
24604
24605 @item
24606 Per Abrahamsen---custom, scoring, highlighting and @sc{soup} code (as
24607 well as numerous other things).
24608
24609 @item
24610 Luis Fernandes---design and graphics.
24611
24612 @item
24613 Joe Reiss---creator of the smiley faces.
24614
24615 @item
24616 Justin Sheehy---the @acronym{FAQ} maintainer.
24617
24618 @item
24619 Erik Naggum---help, ideas, support, code and stuff.
24620
24621 @item
24622 Wes Hardaker---@file{gnus-picon.el} and the manual section on
24623 @dfn{picons} (@pxref{Picons}).
24624
24625 @item
24626 Kim-Minh Kaplan---further work on the picon code.
24627
24628 @item
24629 Brad Miller---@file{gnus-gl.el} and the GroupLens manual section.
24630
24631 @item
24632 Sudish Joseph---innumerable bug fixes.
24633
24634 @item
24635 Ilja Weis---@file{gnus-topic.el}.
24636
24637 @item
24638 Steven L. Baur---lots and lots and lots of bugs detections and fixes.
24639
24640 @item
24641 Vladimir Alexiev---the refcard and reference booklets.
24642
24643 @item
24644 Felix Lee & Jamie Zawinski---I stole some pieces from the XGnus
24645 distribution by Felix Lee and JWZ.
24646
24647 @item
24648 Scott Byer---@file{nnfolder.el} enhancements & rewrite.
24649
24650 @item
24651 Peter Mutsaers---orphan article scoring code.
24652
24653 @item
24654 Ken Raeburn---POP mail support.
24655
24656 @item
24657 Hallvard B Furuseth---various bits and pieces, especially dealing with
24658 .newsrc files.
24659
24660 @item
24661 Brian Edmonds---@file{gnus-bbdb.el}.
24662
24663 @item
24664 David Moore---rewrite of @file{nnvirtual.el} and many other things.
24665
24666 @item
24667 Kevin Davidson---came up with the name @dfn{ding}, so blame him.
24668
24669 @item
24670 Fran@,{c}ois Pinard---many, many interesting and thorough bug reports, as
24671 well as autoconf support.
24672
24673 @end itemize
24674
24675 This manual was proof-read by Adrian Aichner, with Ricardo Nassif, Mark
24676 Borges, and Jost Krieger proof-reading parts of the manual.
24677
24678 The following people have contributed many patches and suggestions:
24679
24680 Christopher Davis,
24681 Andrew Eskilsson,
24682 Kai Grossjohann,
24683 Kevin Greiner,
24684 Jesper Harder,
24685 Paul Jarc,
24686 Simon Josefsson,
24687 David K@aa{}gedal,
24688 Richard Pieri,
24689 Fabrice Popineau,
24690 Daniel Quinlan,
24691 Michael Shields,
24692 Reiner Steib,
24693 Jason L. Tibbitts, III,
24694 Jack Vinson,
24695 Katsumi Yamaoka, @c Yamaoka
24696 and
24697 Teodor Zlatanov.
24698
24699 Also thanks to the following for patches and stuff:
24700
24701 Jari Aalto,
24702 Adrian Aichner,
24703 Vladimir Alexiev,
24704 Russ Allbery,
24705 Peter Arius,
24706 Matt Armstrong,
24707 Marc Auslander,
24708 Miles Bader,
24709 Alexei V. Barantsev,
24710 Frank Bennett,
24711 Robert Bihlmeyer,
24712 Chris Bone,
24713 Mark Borges,
24714 Mark Boyns,
24715 Lance A. Brown,
24716 Rob Browning,
24717 Kees de Bruin,
24718 Martin Buchholz,
24719 Joe Buehler,
24720 Kevin Buhr,
24721 Alastair Burt,
24722 Joao Cachopo,
24723 Zlatko Calusic,
24724 Massimo Campostrini,
24725 Castor,
24726 David Charlap,
24727 Dan Christensen,
24728 Kevin Christian,
24729 Jae-you Chung, @c ?
24730 James H. Cloos, Jr.,
24731 Laura Conrad,
24732 Michael R. Cook,
24733 Glenn Coombs,
24734 Andrew J. Cosgriff,
24735 Neil Crellin,
24736 Frank D. Cringle,
24737 Geoffrey T. Dairiki,
24738 Andre Deparade,
24739 Ulrik Dickow,
24740 Dave Disser,
24741 Rui-Tao Dong, @c ?
24742 Joev Dubach,
24743 Michael Welsh Duggan,
24744 Dave Edmondson,
24745 Paul Eggert,
24746 Mark W. Eichin,
24747 Karl Eichwalder,
24748 Enami Tsugutomo, @c Enami
24749 Michael Ernst,
24750 Luc Van Eycken,
24751 Sam Falkner,
24752 Nelson Jose dos Santos Ferreira,
24753 Sigbjorn Finne,
24754 Sven Fischer,
24755 Paul Fisher,
24756 Decklin Foster,
24757 Gary D. Foster,
24758 Paul Franklin,
24759 Guy Geens,
24760 Arne Georg Gleditsch,
24761 David S. Goldberg,
24762 Michelangelo Grigni,
24763 Dale Hagglund,
24764 D. Hall,
24765 Magnus Hammerin,
24766 Kenichi Handa, @c Handa
24767 Raja R. Harinath,
24768 Yoshiki Hayashi, @c Hayashi
24769 P. E. Jareth Hein,
24770 Hisashige Kenji, @c Hisashige
24771 Scott Hofmann,
24772 Marc Horowitz,
24773 Gunnar Horrigmo,
24774 Richard Hoskins,
24775 Brad Howes,
24776 Miguel de Icaza,
24777 Fran@,{c}ois Felix Ingrand,
24778 Tatsuya Ichikawa, @c Ichikawa
24779 Ishikawa Ichiro, @c Ishikawa
24780 Lee Iverson,
24781 Iwamuro Motonori, @c Iwamuro
24782 Rajappa Iyer,
24783 Andreas Jaeger,
24784 Adam P. Jenkins,
24785 Randell Jesup,
24786 Fred Johansen,
24787 Gareth Jones,
24788 Greg Klanderman,
24789 Karl Kleinpaste,
24790 Michael Klingbeil,
24791 Peter Skov Knudsen,
24792 Shuhei Kobayashi, @c Kobayashi
24793 Petr Konecny,
24794 Koseki Yoshinori, @c Koseki
24795 Thor Kristoffersen,
24796 Jens Lautenbacher,
24797 Martin Larose,
24798 Seokchan Lee, @c Lee
24799 Joerg Lenneis,
24800 Carsten Leonhardt,
24801 James LewisMoss,
24802 Christian Limpach,
24803 Markus Linnala,
24804 Dave Love,
24805 Mike McEwan,
24806 Tonny Madsen,
24807 Shlomo Mahlab,
24808 Nat Makarevitch,
24809 Istvan Marko,
24810 David Martin,
24811 Jason R. Mastaler,
24812 Gordon Matzigkeit,
24813 Timo Metzemakers,
24814 Richard Mlynarik,
24815 Lantz Moore,
24816 Morioka Tomohiko, @c Morioka
24817 Erik Toubro Nielsen,
24818 Hrvoje Niksic,
24819 Andy Norman,
24820 Fred Oberhauser,
24821 C. R. Oldham,
24822 Alexandre Oliva,
24823 Ken Olstad,
24824 Masaharu Onishi, @c Onishi
24825 Hideki Ono, @c Ono
24826 Ettore Perazzoli,
24827 William Perry,
24828 Stephen Peters,
24829 Jens-Ulrik Holger Petersen,
24830 Ulrich Pfeifer,
24831 Matt Pharr,
24832 Andy Piper,
24833 John McClary Prevost,
24834 Bill Pringlemeir,
24835 Mike Pullen,
24836 Jim Radford,
24837 Colin Rafferty,
24838 Lasse Rasinen,
24839 Lars Balker Rasmussen,
24840 Joe Reiss,
24841 Renaud Rioboo,
24842 Roland B. Roberts,
24843 Bart Robinson,
24844 Christian von Roques,
24845 Markus Rost,
24846 Jason Rumney,
24847 Wolfgang Rupprecht,
24848 Jay Sachs,
24849 Dewey M. Sasser,
24850 Conrad Sauerwald,
24851 Loren Schall,
24852 Dan Schmidt,
24853 Ralph Schleicher,
24854 Philippe Schnoebelen,
24855 Andreas Schwab,
24856 Randal L. Schwartz,
24857 Danny Siu,
24858 Matt Simmons,
24859 Paul D. Smith,
24860 Jeff Sparkes,
24861 Toby Speight,
24862 Michael Sperber,
24863 Darren Stalder,
24864 Richard Stallman,
24865 Greg Stark,
24866 Sam Steingold,
24867 Paul Stevenson,
24868 Jonas Steverud,
24869 Paul Stodghill,
24870 Kiyokazu Suto, @c Suto
24871 Kurt Swanson,
24872 Samuel Tardieu,
24873 Teddy,
24874 Chuck Thompson,
24875 Tozawa Akihiko, @c Tozawa
24876 Philippe Troin,
24877 James Troup,
24878 Trung Tran-Duc,
24879 Jack Twilley,
24880 Aaron M. Ucko,
24881 Aki Vehtari,
24882 Didier Verna,
24883 Vladimir Volovich,
24884 Jan Vroonhof,
24885 Stefan Waldherr,
24886 Pete Ware,
24887 Barry A. Warsaw,
24888 Christoph Wedler,
24889 Joe Wells,
24890 Lee Willis,
24891 and
24892 Lloyd Zusman.
24893
24894
24895 For a full overview of what each person has done, the ChangeLogs
24896 included in the Gnus alpha distributions should give ample reading
24897 (550kB and counting).
24898
24899 Apologies to everybody that I've forgotten, of which there are many, I'm
24900 sure.
24901
24902 Gee, that's quite a list of people.  I guess that must mean that there
24903 actually are people who are using Gnus.  Who'd'a thunk it!
24904
24905
24906 @node New Features
24907 @subsection New Features
24908 @cindex new features
24909
24910 @menu
24911 * ding Gnus::                   New things in Gnus 5.0/5.1, the first new Gnus.
24912 * September Gnus::              The Thing Formally Known As Gnus 5.2/5.3.
24913 * Red Gnus::                    Third time best---Gnus 5.4/5.5.
24914 * Quassia Gnus::                Two times two is four, or Gnus 5.6/5.7.
24915 * Pterodactyl Gnus::            Pentad also starts with P, AKA Gnus 5.8/5.9.
24916 * Oort Gnus::                   It's big.  It's far out.  Gnus 5.10.
24917 * No Gnus::                     Lars, FIXME!
24918 @end menu
24919
24920 These lists are, of course, just @emph{short} overviews of the
24921 @emph{most} important new features.  No, really.  There are tons more.
24922 Yes, we have feeping creaturism in full effect.
24923
24924 @node ding Gnus
24925 @subsubsection (ding) Gnus
24926
24927 New features in Gnus 5.0/5.1:
24928
24929 @itemize @bullet
24930
24931 @item
24932 The look of all buffers can be changed by setting format-like variables
24933 (@pxref{Group Buffer Format} and @pxref{Summary Buffer Format}).
24934
24935 @item
24936 Local spool and several @acronym{NNTP} servers can be used at once
24937 (@pxref{Select Methods}).
24938
24939 @item
24940 You can combine groups into virtual groups (@pxref{Virtual Groups}).
24941
24942 @item
24943 You can read a number of different mail formats (@pxref{Getting Mail}).
24944 All the mail back ends implement a convenient mail expiry scheme
24945 (@pxref{Expiring Mail}).
24946
24947 @item
24948 Gnus can use various strategies for gathering threads that have lost
24949 their roots (thereby gathering loose sub-threads into one thread) or it
24950 can go back and retrieve enough headers to build a complete thread
24951 (@pxref{Customizing Threading}).
24952
24953 @item
24954 Killed groups can be displayed in the group buffer, and you can read
24955 them as well (@pxref{Listing Groups}).
24956
24957 @item
24958 Gnus can do partial group updates---you do not have to retrieve the
24959 entire active file just to check for new articles in a few groups
24960 (@pxref{The Active File}).
24961
24962 @item
24963 Gnus implements a sliding scale of subscribedness to groups
24964 (@pxref{Group Levels}).
24965
24966 @item
24967 You can score articles according to any number of criteria
24968 (@pxref{Scoring}).  You can even get Gnus to find out how to score
24969 articles for you (@pxref{Adaptive Scoring}).
24970
24971 @item
24972 Gnus maintains a dribble buffer that is auto-saved the normal Emacs
24973 manner, so it should be difficult to lose much data on what you have
24974 read if your machine should go down (@pxref{Auto Save}).
24975
24976 @item
24977 Gnus now has its own startup file (@file{~/.gnus.el}) to avoid
24978 cluttering up the @file{.emacs} file.
24979
24980 @item
24981 You can set the process mark on both groups and articles and perform
24982 operations on all the marked items (@pxref{Process/Prefix}).
24983
24984 @item
24985 You can grep through a subset of groups and create a group from the
24986 results (@pxref{Kibozed Groups}).
24987
24988 @item
24989 You can list subsets of groups according to, well, anything
24990 (@pxref{Listing Groups}).
24991
24992 @item
24993 You can browse foreign servers and subscribe to groups from those
24994 servers (@pxref{Browse Foreign Server}).
24995
24996 @item
24997 Gnus can fetch articles, asynchronously, on a second connection to the
24998 server (@pxref{Asynchronous Fetching}).
24999
25000 @item
25001 You can cache articles locally (@pxref{Article Caching}).
25002
25003 @item
25004 The uudecode functions have been expanded and generalized
25005 (@pxref{Decoding Articles}).
25006
25007 @item
25008 You can still post uuencoded articles, which was a little-known feature
25009 of @sc{gnus}' past (@pxref{Uuencoding and Posting}).
25010
25011 @item
25012 Fetching parents (and other articles) now actually works without
25013 glitches (@pxref{Finding the Parent}).
25014
25015 @item
25016 Gnus can fetch @acronym{FAQ}s and group descriptions (@pxref{Group Information}).
25017
25018 @item
25019 Digests (and other files) can be used as the basis for groups
25020 (@pxref{Document Groups}).
25021
25022 @item
25023 Articles can be highlighted and customized (@pxref{Customizing
25024 Articles}).
25025
25026 @item
25027 URLs and other external references can be buttonized (@pxref{Article
25028 Buttons}).
25029
25030 @item
25031 You can do lots of strange stuff with the Gnus window & frame
25032 configuration (@pxref{Window Layout}).
25033
25034 @item
25035 You can click on buttons instead of using the keyboard
25036 (@pxref{Buttons}).
25037
25038 @end itemize
25039
25040
25041 @node September Gnus
25042 @subsubsection September Gnus
25043
25044 @iftex
25045 @iflatex
25046 \gnusfig{-28cm}{0cm}{\epsfig{figure=ps/september,height=20cm}}
25047 @end iflatex
25048 @end iftex
25049
25050 New features in Gnus 5.2/5.3:
25051
25052 @itemize @bullet
25053
25054 @item
25055 A new message composition mode is used.  All old customization variables
25056 for @code{mail-mode}, @code{rnews-reply-mode} and @code{gnus-msg} are
25057 now obsolete.
25058
25059 @item
25060 Gnus is now able to generate @dfn{sparse} threads---threads where
25061 missing articles are represented by empty nodes (@pxref{Customizing
25062 Threading}).
25063
25064 @lisp
25065 (setq gnus-build-sparse-threads 'some)
25066 @end lisp
25067
25068 @item
25069 Outgoing articles are stored on a special archive server
25070 (@pxref{Archived Messages}).
25071
25072 @item
25073 Partial thread regeneration now happens when articles are
25074 referred.
25075
25076 @item
25077 Gnus can make use of GroupLens predictions.
25078
25079 @item
25080 Picons (personal icons) can be displayed under XEmacs (@pxref{Picons}).
25081
25082 @item
25083 A @code{trn}-like tree buffer can be displayed (@pxref{Tree Display}).
25084
25085 @lisp
25086 (setq gnus-use-trees t)
25087 @end lisp
25088
25089 @item
25090 An @code{nn}-like pick-and-read minor mode is available for the summary
25091 buffers (@pxref{Pick and Read}).
25092
25093 @lisp
25094 (add-hook 'gnus-summary-mode-hook 'gnus-pick-mode)
25095 @end lisp
25096
25097 @item
25098 In binary groups you can use a special binary minor mode (@pxref{Binary
25099 Groups}).
25100
25101 @item
25102 Groups can be grouped in a folding topic hierarchy (@pxref{Group
25103 Topics}).
25104
25105 @lisp
25106 (add-hook 'gnus-group-mode-hook 'gnus-topic-mode)
25107 @end lisp
25108
25109 @item
25110 Gnus can re-send and bounce mail (@pxref{Summary Mail Commands}).
25111
25112 @item
25113 Groups can now have a score, and bubbling based on entry frequency
25114 is possible (@pxref{Group Score}).
25115
25116 @lisp
25117 (add-hook 'gnus-summary-exit-hook 'gnus-summary-bubble-group)
25118 @end lisp
25119
25120 @item
25121 Groups can be process-marked, and commands can be performed on
25122 groups of groups (@pxref{Marking Groups}).
25123
25124 @item
25125 Caching is possible in virtual groups.
25126
25127 @item
25128 @code{nndoc} now understands all kinds of digests, mail boxes, rnews
25129 news batches, ClariNet briefs collections, and just about everything
25130 else (@pxref{Document Groups}).
25131
25132 @item
25133 Gnus has a new back end (@code{nnsoup}) to create/read SOUP packets
25134 (@pxref{SOUP}).
25135
25136 @item
25137 The Gnus cache is much faster.
25138
25139 @item
25140 Groups can be sorted according to many criteria (@pxref{Sorting
25141 Groups}).
25142
25143 @item
25144 New group parameters have been introduced to set list-addresses and
25145 expiry times (@pxref{Group Parameters}).
25146
25147 @item
25148 All formatting specs allow specifying faces to be used
25149 (@pxref{Formatting Fonts}).
25150
25151 @item
25152 There are several more commands for setting/removing/acting on process
25153 marked articles on the @kbd{M P} submap (@pxref{Setting Process Marks}).
25154
25155 @item
25156 The summary buffer can be limited to show parts of the available
25157 articles based on a wide range of criteria.  These commands have been
25158 bound to keys on the @kbd{/} submap (@pxref{Limiting}).
25159
25160 @item
25161 Articles can be made persistent with the @kbd{*} command
25162 (@pxref{Persistent Articles}).
25163
25164 @item
25165 All functions for hiding article elements are now toggles.
25166
25167 @item
25168 Article headers can be buttonized (@pxref{Article Washing}).
25169
25170 @item
25171 All mail back ends support fetching articles by @code{Message-ID}.
25172
25173 @item
25174 Duplicate mail can now be treated properly (@pxref{Duplicates}).
25175
25176 @item
25177 All summary mode commands are available directly from the article
25178 buffer (@pxref{Article Keymap}).
25179
25180 @item
25181 Frames can be part of @code{gnus-buffer-configuration} (@pxref{Window
25182 Layout}).
25183
25184 @item
25185 Mail can be re-scanned by a daemonic process (@pxref{Daemons}).
25186 @iftex
25187 @iflatex
25188 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fseptember,height=5cm}]{\epsfig{figure=ps/fseptember,height=5cm}}
25189 @end iflatex
25190 @end iftex
25191
25192 @item
25193 Gnus can make use of NoCeM files to weed out spam (@pxref{NoCeM}).
25194
25195 @lisp
25196 (setq gnus-use-nocem t)
25197 @end lisp
25198
25199 @item
25200 Groups can be made permanently visible (@pxref{Listing Groups}).
25201
25202 @lisp
25203 (setq gnus-permanently-visible-groups "^nnml:")
25204 @end lisp
25205
25206 @item
25207 Many new hooks have been introduced to make customizing easier.
25208
25209 @item
25210 Gnus respects the @code{Mail-Copies-To} header.
25211
25212 @item
25213 Threads can be gathered by looking at the @code{References} header
25214 (@pxref{Customizing Threading}).
25215
25216 @lisp
25217 (setq gnus-summary-thread-gathering-function
25218       'gnus-gather-threads-by-references)
25219 @end lisp
25220
25221 @item
25222 Read articles can be stored in a special backlog buffer to avoid
25223 refetching (@pxref{Article Backlog}).
25224
25225 @lisp
25226 (setq gnus-keep-backlog 50)
25227 @end lisp
25228
25229 @item
25230 A clean copy of the current article is always stored in a separate
25231 buffer to allow easier treatment.
25232
25233 @item
25234 Gnus can suggest where to save articles (@pxref{Saving Articles}).
25235
25236 @item
25237 Gnus doesn't have to do as much prompting when saving (@pxref{Saving
25238 Articles}).
25239
25240 @lisp
25241 (setq gnus-prompt-before-saving t)
25242 @end lisp
25243
25244 @item
25245 @code{gnus-uu} can view decoded files asynchronously while fetching
25246 articles (@pxref{Other Decode Variables}).
25247
25248 @lisp
25249 (setq gnus-uu-grabbed-file-functions 'gnus-uu-grab-view)
25250 @end lisp
25251
25252 @item
25253 Filling in the article buffer now works properly on cited text
25254 (@pxref{Article Washing}).
25255
25256 @item
25257 Hiding cited text adds buttons to toggle hiding, and how much
25258 cited text to hide is now customizable (@pxref{Article Hiding}).
25259
25260 @lisp
25261 (setq gnus-cited-lines-visible 2)
25262 @end lisp
25263
25264 @item
25265 Boring headers can be hidden (@pxref{Article Hiding}).
25266
25267 @item
25268 Default scoring values can now be set from the menu bar.
25269
25270 @item
25271 Further syntax checking of outgoing articles have been added.
25272
25273 @end itemize
25274
25275
25276 @node Red Gnus
25277 @subsubsection Red Gnus
25278
25279 New features in Gnus 5.4/5.5:
25280
25281 @iftex
25282 @iflatex
25283 \gnusfig{-5.5cm}{-4cm}{\epsfig{figure=ps/red,height=20cm}}
25284 @end iflatex
25285 @end iftex
25286
25287 @itemize @bullet
25288
25289 @item
25290 @file{nntp.el} has been totally rewritten in an asynchronous fashion.
25291
25292 @item
25293 Article prefetching functionality has been moved up into
25294 Gnus (@pxref{Asynchronous Fetching}).
25295
25296 @item
25297 Scoring can now be performed with logical operators like @code{and},
25298 @code{or}, @code{not}, and parent redirection (@pxref{Advanced
25299 Scoring}).
25300
25301 @item
25302 Article washing status can be displayed in the
25303 article mode line (@pxref{Misc Article}).
25304
25305 @item
25306 @file{gnus.el} has been split into many smaller files.
25307
25308 @item
25309 Suppression of duplicate articles based on Message-ID can be done
25310 (@pxref{Duplicate Suppression}).
25311
25312 @lisp
25313 (setq gnus-suppress-duplicates t)
25314 @end lisp
25315
25316 @item
25317 New variables for specifying what score and adapt files are to be
25318 considered home score and adapt files (@pxref{Home Score File}) have
25319 been added.
25320
25321 @item
25322 @code{nndoc} was rewritten to be easily extendable (@pxref{Document
25323 Server Internals}).
25324
25325 @item
25326 Groups can inherit group parameters from parent topics (@pxref{Topic
25327 Parameters}).
25328
25329 @item
25330 Article editing has been revamped and is now actually usable.
25331
25332 @item
25333 Signatures can be recognized in more intelligent fashions
25334 (@pxref{Article Signature}).
25335
25336 @item
25337 Summary pick mode has been made to look more @code{nn}-like.  Line
25338 numbers are displayed and the @kbd{.} command can be used to pick
25339 articles (@code{Pick and Read}).
25340
25341 @item
25342 Commands for moving the @file{.newsrc.eld} from one server to
25343 another have been added (@pxref{Changing Servers}).
25344
25345 @item
25346 There's a way now to specify that ``uninteresting'' fields be suppressed
25347 when generating lines in buffers (@pxref{Advanced Formatting}).
25348
25349 @item
25350 Several commands in the group buffer can be undone with @kbd{C-M-_}
25351 (@pxref{Undo}).
25352
25353 @item
25354 Scoring can be done on words using the new score type @code{w}
25355 (@pxref{Score File Format}).
25356
25357 @item
25358 Adaptive scoring can be done on a Subject word-by-word basis
25359 (@pxref{Adaptive Scoring}).
25360
25361 @lisp
25362 (setq gnus-use-adaptive-scoring '(word))
25363 @end lisp
25364
25365 @item
25366 Scores can be decayed (@pxref{Score Decays}).
25367
25368 @lisp
25369 (setq gnus-decay-scores t)
25370 @end lisp
25371
25372 @item
25373 Scoring can be performed using a regexp on the Date header.  The Date is
25374 normalized to compact ISO 8601 format first (@pxref{Score File Format}).
25375
25376 @item
25377 A new command has been added to remove all data on articles from
25378 the native server (@pxref{Changing Servers}).
25379
25380 @item
25381 A new command for reading collections of documents
25382 (@code{nndoc} with @code{nnvirtual} on top) has been added---@kbd{C-M-d}
25383 (@pxref{Really Various Summary Commands}).
25384
25385 @item
25386 Process mark sets can be pushed and popped (@pxref{Setting Process
25387 Marks}).
25388
25389 @item
25390 A new mail-to-news back end makes it possible to post even when the @acronym{NNTP}
25391 server doesn't allow posting (@pxref{Mail-To-News Gateways}).
25392
25393 @item
25394 A new back end for reading searches from Web search engines
25395 (@dfn{DejaNews}, @dfn{Alta Vista}, @dfn{InReference}) has been added
25396 (@pxref{Web Searches}).
25397
25398 @item
25399 Groups inside topics can now be sorted using the standard sorting
25400 functions, and each topic can be sorted independently (@pxref{Topic
25401 Sorting}).
25402
25403 @item
25404 Subsets of the groups can be sorted independently (@code{Sorting
25405 Groups}).
25406
25407 @item
25408 Cached articles can be pulled into the groups (@pxref{Summary Generation
25409 Commands}).
25410 @iftex
25411 @iflatex
25412 \marginpar[\mbox{}\hfill\epsfig{figure=ps/fred,width=3cm}]{\epsfig{figure=ps/fred,width=3cm}}
25413 @end iflatex
25414 @end iftex
25415
25416 @item
25417 Score files are now applied in a more reliable order (@pxref{Score
25418 Variables}).
25419
25420 @item
25421 Reports on where mail messages end up can be generated (@pxref{Splitting
25422 Mail}).
25423
25424 @item
25425 More hooks and functions have been added to remove junk from incoming
25426 mail before saving the mail (@pxref{Washing Mail}).
25427
25428 @item
25429 Emphasized text can be properly fontisized:
25430
25431 @end itemize
25432
25433
25434 @node Quassia Gnus
25435 @subsubsection Quassia Gnus
25436
25437 New features in Gnus 5.6:
25438
25439 @itemize @bullet
25440
25441 @item
25442 New functionality for using Gnus as an offline newsreader has been
25443 added.  A plethora of new commands and modes have been added.
25444 @xref{Gnus Unplugged}, for the full story.
25445
25446 @item
25447 The @code{nndraft} back end has returned, but works differently than
25448 before.  All Message buffers are now also articles in the @code{nndraft}
25449 group, which is created automatically.
25450
25451 @item
25452 @code{gnus-alter-header-function} can now be used to alter header
25453 values.
25454
25455 @item
25456 @code{gnus-summary-goto-article} now accept Message-ID's.
25457
25458 @item
25459 A new Message command for deleting text in the body of a message
25460 outside the region: @kbd{C-c C-v}.
25461
25462 @item
25463 You can now post to component group in @code{nnvirtual} groups with
25464 @kbd{C-u C-c C-c}.
25465
25466 @item
25467  @code{nntp-rlogin-program}---new variable to ease customization.
25468
25469 @item
25470 @code{C-u C-c C-c} in @code{gnus-article-edit-mode} will now inhibit
25471 re-highlighting of the article buffer.
25472
25473 @item
25474 New element in @code{gnus-boring-article-headers}---@code{long-to}.
25475
25476 @item
25477 @kbd{M-i} symbolic prefix command.  @xref{Symbolic Prefixes}, for
25478 details.
25479
25480 @item
25481 @kbd{L} and @kbd{I} in the summary buffer now take the symbolic prefix
25482 @kbd{a} to add the score rule to the @file{all.SCORE} file.
25483
25484 @item
25485 @code{gnus-simplify-subject-functions} variable to allow greater
25486 control over simplification.
25487
25488 @item
25489 @kbd{A T}---new command for fetching the current thread.
25490
25491 @item
25492 @kbd{/ T}---new command for including the current thread in the
25493 limit.
25494
25495 @item
25496 @kbd{M-RET} is a new Message command for breaking cited text.
25497
25498 @item
25499 @samp{\\1}-expressions are now valid in @code{nnmail-split-methods}.
25500
25501 @item
25502 The @code{custom-face-lookup} function has been removed.
25503 If you used this function in your initialization files, you must
25504 rewrite them to use @code{face-spec-set} instead.
25505
25506 @item
25507 Canceling now uses the current select method.  Symbolic prefix
25508 @kbd{a} forces normal posting method.
25509
25510 @item
25511 New command to translate M******** sm*rtq**t*s into proper
25512 text---@kbd{W d}.
25513
25514 @item
25515 For easier debugging of @code{nntp}, you can set
25516 @code{nntp-record-commands} to a non-@code{nil} value.
25517
25518 @item
25519 @code{nntp} now uses @file{~/.authinfo}, a @file{.netrc}-like file, for
25520 controlling where and how to send @sc{authinfo} to @acronym{NNTP} servers.
25521
25522 @item
25523 A command for editing group parameters from the summary buffer
25524 has been added.
25525
25526 @item
25527 A history of where mails have been split is available.
25528
25529 @item
25530 A new article date command has been added---@code{article-date-iso8601}.
25531
25532 @item
25533 Subjects can be simplified when threading by setting
25534 @code{gnus-score-thread-simplify}.
25535
25536 @item
25537 A new function for citing in Message has been
25538 added---@code{message-cite-original-without-signature}.
25539
25540 @item
25541 @code{article-strip-all-blank-lines}---new article command.
25542
25543 @item
25544 A new Message command to kill to the end of the article has
25545 been added.
25546
25547 @item
25548 A minimum adaptive score can be specified by using the
25549 @code{gnus-adaptive-word-minimum} variable.
25550
25551 @item
25552 The ``lapsed date'' article header can be kept continually
25553 updated by the @code{gnus-start-date-timer} command.
25554
25555 @item
25556 Web listserv archives can be read with the @code{nnlistserv} back end.
25557
25558 @item
25559 Old dejanews archives can now be read by @code{nnweb}.
25560
25561 @end itemize
25562
25563 @node Pterodactyl Gnus
25564 @subsubsection Pterodactyl Gnus
25565
25566 New features in Gnus 5.8:
25567
25568 @itemize @bullet
25569
25570 @item
25571 The mail-fetching functions have changed.  See the manual for the
25572 many details.  In particular, all procmail fetching variables are gone.
25573
25574 If you used procmail like in
25575
25576 @lisp
25577 (setq nnmail-use-procmail t)
25578 (setq nnmail-spool-file 'procmail)
25579 (setq nnmail-procmail-directory "~/mail/incoming/")
25580 (setq nnmail-procmail-suffix "\\.in")
25581 @end lisp
25582
25583 this now has changed to
25584
25585 @lisp
25586 (setq mail-sources
25587       '((directory :path "~/mail/incoming/"
25588                    :suffix ".in")))
25589 @end lisp
25590
25591 @xref{Mail Source Specifiers}.
25592
25593 @item
25594 Gnus is now a @acronym{MIME}-capable reader.  This affects many parts of
25595 Gnus, and adds a slew of new commands.  See the manual for details.
25596
25597 @item
25598 Gnus has also been multilingualized.  This also affects too
25599 many parts of Gnus to summarize here, and adds many new variables.
25600
25601 @item
25602 @code{gnus-auto-select-first} can now be a function to be
25603 called to position point.
25604
25605 @item
25606 The user can now decide which extra headers should be included in
25607 summary buffers and @acronym{NOV} files.
25608
25609 @item
25610 @code{gnus-article-display-hook} has been removed.  Instead, a number
25611 of variables starting with @code{gnus-treat-} have been added.
25612
25613 @item
25614 The Gnus posting styles have been redone again and now works in a
25615 subtly different manner.
25616
25617 @item
25618 New web-based back ends have been added: @code{nnslashdot},
25619 @code{nnwarchive} and @code{nnultimate}.  nnweb has been revamped,
25620 again, to keep up with ever-changing layouts.
25621
25622 @item
25623 Gnus can now read @acronym{IMAP} mail via @code{nnimap}.
25624
25625 @end itemize
25626
25627 @node Oort Gnus
25628 @subsubsection Oort Gnus
25629 @cindex Oort Gnus
25630
25631 New features in Gnus 5.10:
25632
25633 @itemize @bullet
25634
25635 @item
25636 @code{gnus-group-read-ephemeral-group} can be called interactively,
25637 using @kbd{G M}.
25638
25639 @item
25640 In draft groups, @kbd{e} is now bound to @code{gnus-draft-edit-message}.
25641 Use @kbd{B w} for @code{gnus-summary-edit-article} instead.
25642
25643 @item
25644 The revised Gnus @acronym{FAQ} is included in the manual,
25645 @xref{Frequently Asked Questions}.
25646
25647 @item
25648 Upgrading from previous (stable) version if you have used Oort.
25649
25650 If you have tried Oort (the unstable Gnus branch leading to this
25651 release) but went back to a stable version, be careful when upgrading to
25652 this version.  In particular, you will probably want to remove all
25653 @file{.marks} (nnml) and @file{.mrk} (nnfolder) files, so that flags are
25654 read from your @file{.newsrc.eld} instead of from the
25655 @file{.marks}/@file{.mrk} file where this release store flags.  See a
25656 later entry for more information about marks.  Note that downgrading
25657 isn't save in general.
25658
25659 @item
25660 Article Buttons
25661
25662 More buttons for URLs, mail addresses, Message-IDs, Info links, man
25663 pages and Emacs or Gnus related references.  @xref{Article Buttons}.  The
25664 variables @code{gnus-button-@var{*}-level} can be used to control the
25665 appearance of all article buttons.  @xref{Article Button Levels}.
25666
25667 @item
25668 Dired integration
25669
25670 @code{gnus-dired-minor-mode} (see @ref{Other modes}) installs key
25671 bindings in dired buffers to send a file as an attachment, open a file
25672 using the appropriate mailcap entry, and print a file using the mailcap
25673 entry.
25674
25675 @item
25676 Gnus can display RSS newsfeeds as a newsgroup.  @xref{RSS}.
25677
25678 @item
25679 Single-part yenc encoded attachments can be decoded.
25680
25681 @item
25682 Picons
25683
25684 The picons code has been reimplemented to work in GNU Emacs---some of
25685 the previous options have been removed or renamed.
25686
25687 Picons are small ``personal icons'' representing users, domain and
25688 newsgroups, which can be displayed in the Article buffer.
25689 @xref{Picons}.
25690
25691 @item
25692 If the new option @code{gnus-treat-body-boundary} is non-@code{nil}, a
25693 boundary line is drawn at the end of the headers.
25694
25695 @item
25696 Retrieval of charters and control messages
25697
25698 There are new commands for fetching newsgroup charters (@kbd{H c}) and
25699 control messages (@kbd{H C}).
25700
25701 @item
25702 Delayed articles
25703
25704 You can delay the sending of a message with @kbd{C-c C-j} in the Message
25705 buffer.  The messages are delivered at specified time.  This is useful
25706 for sending yourself reminders.  @xref{Delayed Articles}.
25707
25708 @item
25709 If @code{auto-compression-mode} is enabled, attachments are automatically
25710 decompressed when activated.
25711
25712 @item
25713 If the new option @code{nnml-use-compressed-files} is non-@code{nil},
25714 the nnml back end allows compressed message files.
25715
25716 @item
25717 Signed article headers (X-PGP-Sig) can be verified with @kbd{W p}.
25718
25719 @item
25720 The Summary Buffer uses an arrow in the fringe to indicate the current
25721 article.  Use @code{(setq gnus-summary-display-arrow nil)} to disable it.
25722
25723 @item
25724 Warn about email replies to news
25725
25726 Do you often find yourself replying to news by email by mistake?  Then
25727 the new option @code{gnus-confirm-mail-reply-to-news} is just the thing for
25728 you.
25729
25730 @item
25731 If the new option @code{gnus-summary-display-while-building} is
25732 non-@code{nil}, the summary buffer is shown and updated as it's being
25733 built.
25734
25735 @item
25736 The new @code{recent} mark @samp{.} indicates newly arrived messages (as
25737 opposed to old but unread messages).
25738
25739 @item
25740 The new option @code{gnus-gcc-mark-as-read} automatically marks
25741 Gcc articles as read.
25742
25743 @item
25744 The nndoc back end now supports mailman digests and exim bounces.
25745
25746 @item
25747 Gnus supports RFC 2369 mailing list headers, and adds a number of
25748 related commands in mailing list groups.  @xref{Mailing List}.
25749
25750 @item
25751 The Date header can be displayed in a format that can be read aloud
25752 in English.  @xref{Article Date}.
25753
25754 @item
25755 The envelope sender address can be customized when using Sendmail.
25756 @xref{Mail Variables, Mail Variables,, message, Message Manual}.
25757
25758 @item
25759 diffs are automatically highlighted in groups matching
25760 @code{mm-uu-diff-groups-regexp}
25761
25762 @item
25763 @acronym{TLS} wrapper shipped with Gnus
25764
25765 @acronym{TLS}/@acronym{SSL} is now supported in @acronym{IMAP} and
25766 @acronym{NNTP} via @file{tls.el} and GNUTLS.  The old
25767 @acronym{TLS}/@acronym{SSL} support via (external third party)
25768 @file{ssl.el} and OpenSSL still works.
25769
25770 @item
25771 New @file{make.bat} for compiling and installing Gnus under MS Windows
25772
25773 Use @file{make.bat} if you want to install Gnus under MS Windows, the
25774 first argument to the batch-program should be the directory where
25775 @file{xemacs.exe} respectively @file{emacs.exe} is located, iff you want
25776 to install Gnus after compiling it, give @file{make.bat} @code{/copy} as
25777 the second parameter.
25778
25779 @file{make.bat} has been rewritten from scratch, it now features
25780 automatic recognition of XEmacs and GNU Emacs, generates
25781 @file{gnus-load.el}, checks if errors occur while compilation and
25782 generation of info files and reports them at the end of the build
25783 process.  It now uses @code{makeinfo} if it is available and falls
25784 back to @file{infohack.el} otherwise.  @file{make.bat} should now
25785 install all files which are necessary to run Gnus and be generally a
25786 complete replacement for the @code{configure; make; make install}
25787 cycle used under Unix systems.
25788
25789 The new @file{make.bat} makes @file{make-x.bat} superfluous, so it has
25790 been removed.
25791
25792 @item
25793 Support for non-@acronym{ASCII} domain names
25794
25795 Message supports non-@acronym{ASCII} domain names in From:, To: and
25796 Cc: and will query you whether to perform encoding when you try to
25797 send a message.  The variable @code{message-use-idna} controls this.
25798 Gnus will also decode non-@acronym{ASCII} domain names in From:, To:
25799 and Cc: when you view a message.  The variable @code{gnus-use-idna}
25800 controls this.
25801
25802 @item
25803 Better handling of Microsoft citation styles
25804
25805 Gnus now tries to recognize the mangled header block that some Microsoft
25806 mailers use to indicate that the rest of the message is a citation, even
25807 though it is not quoted in any way.  The variable
25808 @code{gnus-cite-unsightly-citation-regexp} matches the start of these
25809 citations.
25810
25811 @item
25812 @code{gnus-article-skip-boring}
25813
25814 If you set @code{gnus-article-skip-boring} to @code{t}, then Gnus will
25815 not scroll down to show you a page that contains only boring text,
25816 which by default means cited text and signature.  You can customize
25817 what is skippable using @code{gnus-article-boring-faces}.
25818
25819 This feature is especially useful if you read many articles that
25820 consist of a little new content at the top with a long, untrimmed
25821 message cited below.
25822
25823 @item
25824 The format spec @code{%C} for positioning point has changed to @code{%*}.
25825
25826 @item
25827 The new variable @code{gnus-parameters} can be used to set group parameters.
25828
25829 Earlier this was done only via @kbd{G p} (or @kbd{G c}), which stored
25830 the parameters in @file{~/.newsrc.eld}, but via this variable you can
25831 enjoy the powers of customize, and simplified backups since you set the
25832 variable in @file{~/.emacs} instead of @file{~/.newsrc.eld}.  The
25833 variable maps regular expressions matching group names to group
25834 parameters, a'la:
25835 @lisp
25836 (setq gnus-parameters
25837       '(("mail\\..*"
25838          (gnus-show-threads nil)
25839          (gnus-use-scoring nil))
25840         ("^nnimap:\\(foo.bar\\)$"
25841          (to-group . "\\1"))))
25842 @end lisp
25843
25844 @item
25845 Smileys (@samp{:-)}, @samp{;-)} etc) are now iconized for Emacs too.
25846
25847 Put @code{(setq gnus-treat-display-smileys nil)} in @file{~/.emacs} to
25848 disable it.
25849
25850 @item
25851 Gnus no longer generate the Sender: header automatically.
25852
25853 Earlier it was generated iff the user configurable email address was
25854 different from the Gnus guessed default user address.  As the guessing
25855 algorithm is rarely correct these days, and (more controversially) the
25856 only use of the Sender: header was to check if you are entitled to
25857 cancel/supersede news (which is now solved by Cancel Locks instead,
25858 see another entry), generation of the header has been disabled by
25859 default.  See the variables @code{message-required-headers},
25860 @code{message-required-news-headers}, and
25861 @code{message-required-mail-headers}.
25862
25863 @item
25864 Features from third party @file{message-utils.el} added to @file{message.el}.
25865
25866 Message now asks if you wish to remove @samp{(was: <old subject>)} from
25867 subject lines (see @code{message-subject-trailing-was-query}).  @kbd{C-c
25868 M-m} and @kbd{C-c M-f} inserts markers indicating included text.
25869 @kbd{C-c C-f a} adds a X-No-Archive: header.  @kbd{C-c C-f x} inserts
25870 appropriate headers and a note in the body for cross-postings and
25871 followups (see the variables @code{message-cross-post-@var{*}}).
25872
25873 @item
25874 References and X-Draft-Headers are no longer generated when you start
25875 composing messages and @code{message-generate-headers-first} is
25876 @code{nil}.
25877
25878 @item
25879 Improved anti-spam features.
25880
25881 Gnus is now able to take out spam from your mail and news streams
25882 using a wide variety of programs and filter rules.  Among the supported
25883 methods are RBL blocklists, bogofilter and white/blacklists.  Hooks
25884 for easy use of external packages such as SpamAssassin and Hashcash
25885 are also new.  @xref{Thwarting Email Spam}.
25886
25887 @item
25888 Easy inclusion of X-Faces headers.
25889
25890 @item
25891 Face headers handling.
25892
25893 @item
25894 In the summary buffer, the new command @kbd{/ N} inserts new messages
25895 and @kbd{/ o} inserts old messages.
25896
25897 @item
25898 Gnus decodes morse encoded messages if you press @kbd{W m}.
25899
25900 @item
25901 Unread count correct in nnimap groups.
25902
25903 The estimated number of unread articles in the group buffer should now
25904 be correct for nnimap groups.  This is achieved by calling
25905 @code{nnimap-fixup-unread-after-getting-new-news} from the
25906 @code{gnus-setup-news-hook} (called on startup) and
25907 @code{gnus-after-getting-new-news-hook}. (called after getting new
25908 mail).  If you have modified those variables from the default, you may
25909 want to add @code{nnimap-fixup-unread-after-getting-new-news} again.  If
25910 you were happy with the estimate and want to save some (minimal) time
25911 when getting new mail, remove the function.
25912
25913 @item
25914 Group Carbon Copy (GCC) quoting
25915
25916 To support groups that contains SPC and other weird characters, groups
25917 are quoted before they are placed in the Gcc: header.  This means
25918 variables such as @code{gnus-message-archive-group} should no longer
25919 contain quote characters to make groups containing SPC work.  Also, if
25920 you are using the string @samp{nnml:foo, nnml:bar} (indicating Gcc
25921 into two groups) you must change it to return the list
25922 @code{("nnml:foo" "nnml:bar")}, otherwise the Gcc: line will be quoted
25923 incorrectly.  Note that returning the string @samp{nnml:foo, nnml:bar}
25924 was incorrect earlier, it just didn't generate any problems since it
25925 was inserted directly.
25926
25927 @item
25928 @file{~/News/overview/} not used.
25929
25930 As a result of the following change, the @file{~/News/overview/}
25931 directory is not used any more.  You can safely delete the entire
25932 hierarchy.
25933
25934 @item
25935 @code{gnus-agent}
25936
25937 The Gnus Agent has seen a major updated and is now enabled by default,
25938 and all nntp and nnimap servers from @code{gnus-select-method} and
25939 @code{gnus-secondary-select-method} are agentized by default.  Earlier
25940 only the server in @code{gnus-select-method} was agentized by the
25941 default, and the agent was disabled by default.  When the agent is
25942 enabled, headers are now also retrieved from the Agent cache instead
25943 of the back ends when possible.  Earlier this only happened in the
25944 unplugged state.  You can enroll or remove servers with @kbd{J a} and
25945 @kbd{J r} in the server buffer.  Gnus will not download articles into
25946 the Agent cache, unless you instruct it to do so, though, by using
25947 @kbd{J u} or @kbd{J s} from the Group buffer.  You revert to the old
25948 behaviour of having the Agent disabled with @code{(setq gnus-agent
25949 nil)}.  Note that putting @code{(gnus-agentize)} in @file{~/.gnus.el}
25950 is not needed any more.
25951
25952 @item
25953 @code{gnus-summary-line-format}
25954
25955 The default value changed to @samp{%U%R%z%I%(%[%4L: %-23,23f%]%)
25956 %s\n}.  Moreover @code{gnus-extra-headers},
25957 @code{nnmail-extra-headers} and @code{gnus-ignored-from-addresses}
25958 changed their default so that the users name will be replaced by the
25959 recipient's name or the group name posting to for @acronym{NNTP}
25960 groups.
25961
25962 @item
25963 @file{deuglify.el} (@code{gnus-article-outlook-deuglify-article})
25964
25965 A new file from Raymond Scholz @email{rscholz@@zonix.de} for deuglifying
25966 broken Outlook (Express) articles.
25967
25968 @item
25969 @code{(require 'gnus-load)}
25970
25971 If you use a stand-alone Gnus distribution, you'd better add
25972 @code{(require 'gnus-load)} into your @file{~/.emacs} after adding the Gnus
25973 lisp directory into load-path.
25974
25975 File @file{gnus-load.el} contains autoload commands, functions and variables,
25976 some of which may not be included in distributions of Emacsen.
25977
25978 @item
25979 @code{gnus-slave-unplugged}
25980
25981 A new command which starts Gnus offline in slave mode.
25982
25983 @item
25984 @code{message-insinuate-rmail}
25985
25986 Adding @code{(message-insinuate-rmail)} and @code{(setq
25987 mail-user-agent 'gnus-user-agent)} in @file{.emacs} convinces Rmail to
25988 compose, reply and forward messages in message-mode, where you can
25989 enjoy the power of @acronym{MML}.
25990
25991 @item
25992 @code{message-minibuffer-local-map}
25993
25994 The line below enables BBDB in resending a message:
25995 @lisp
25996 (define-key message-minibuffer-local-map [(tab)]
25997   'bbdb-complete-name)
25998 @end lisp
25999
26000 @item
26001 Externalizing and deleting of attachments.
26002
26003 If @code{gnus-gcc-externalize-attachments} or
26004 @code{message-fcc-externalize-attachments} is non-@code{nil}, attach
26005 local files as external parts.
26006
26007 The command @code{gnus-mime-save-part-and-strip} (bound to @kbd{C-o}
26008 on @acronym{MIME} buttons) saves a part and replaces the part with an
26009 external one.  @code{gnus-mime-delete-part} (bound to @kbd{d} on
26010 @acronym{MIME} buttons) removes a part.  It works only on back ends
26011 that support editing.
26012
26013 @item
26014 @code{gnus-default-charset}
26015
26016 The default value is determined from the
26017 @code{current-language-environment} variable, instead of
26018 @code{iso-8859-1}.  Also the @samp{.*} item in
26019 @code{gnus-group-charset-alist} is removed.
26020
26021 @item
26022 @code{gnus-posting-styles}
26023
26024 Add a new format of match like
26025 @lisp
26026 ((header "to" "larsi.*org")
26027  (Organization "Somewhere, Inc."))
26028 @end lisp
26029 The old format like the lines below is obsolete, but still accepted.
26030 @lisp
26031 (header "to" "larsi.*org"
26032         (Organization "Somewhere, Inc."))
26033 @end lisp
26034
26035 @item
26036 @code{message-ignored-news-headers} and @code{message-ignored-mail-headers}
26037
26038 @samp{X-Draft-From} and @samp{X-Gnus-Agent-Meta-Information} have been
26039 added into these two variables.  If you customized those, perhaps you
26040 need add those two headers too.
26041
26042 @item
26043 Gnus reads the @acronym{NOV} and articles in the Agent if plugged.
26044
26045 If one reads an article while plugged, and the article already exists
26046 in the Agent, it won't get downloaded once more.  @code{(setq
26047 gnus-agent-cache nil)} reverts to the old behavior.
26048
26049 @item
26050 Gnus supports the ``format=flowed'' (RFC 2646) parameter.  On
26051 composing messages, it is enabled by @code{use-hard-newlines}.
26052 Decoding format=flowed was present but not documented in earlier
26053 versions.
26054
26055 @item
26056 Gnus supports the generation of RFC 2298 Disposition Notification requests.
26057
26058 This is invoked with the @kbd{C-c M-n} key binding from message mode.
26059
26060 @item
26061 Gnus supports Maildir groups.
26062
26063 Gnus includes a new back end @file{nnmaildir.el}.  @xref{Maildir}.
26064
26065 @item
26066 Printing capabilities are enhanced.
26067
26068 Gnus supports Muttprint natively with @kbd{O P} from the Summary and
26069 Article buffers.  Also, each individual @acronym{MIME} part can be
26070 printed using @kbd{p} on the @acronym{MIME} button.
26071
26072 @item
26073 Message supports the Importance: (RFC 2156) header.
26074
26075 In the message buffer, @kbd{C-c C-f C-i} or @kbd{C-c C-u} cycles through
26076 the valid values.
26077
26078 @item
26079 Gnus supports Cancel Locks in News.
26080
26081 This means a header @samp{Cancel-Lock} is inserted in news posting.  It is
26082 used to determine if you wrote an article or not (for canceling and
26083 superseding).  Gnus generates a random password string the first time
26084 you post a message, and saves it in your @file{~/.emacs} using the Custom
26085 system.  While the variable is called @code{canlock-password}, it is not
26086 security sensitive data.  Publishing your canlock string on the web
26087 will not allow anyone to be able to anything she could not already do.
26088 The behaviour can be changed by customizing @code{message-insert-canlock}.
26089
26090 @item
26091 Gnus supports server-side mail filtering using Sieve.
26092
26093 Sieve rules can be added as Group Parameters for groups, and the
26094 complete Sieve script is generated using @kbd{D g} from the Group
26095 buffer, and then uploaded to the server using @kbd{C-c C-l} in the
26096 generated Sieve buffer.  @xref{Sieve Commands}, and the new Sieve
26097 manual @ref{Top, , Top, sieve, Emacs Sieve}.
26098
26099 @item
26100 Extended format specs.
26101
26102 Format spec @samp{%&user-date;} is added into
26103 @code{gnus-summary-line-format-alist}.  Also, user defined extended
26104 format specs are supported.  The extended format specs look like
26105 @samp{%u&foo;}, which invokes function
26106 @code{gnus-user-format-function-@var{foo}}.  Because @samp{&} is used as the
26107 escape character, old user defined format @samp{%u&} is no longer supported.
26108
26109 @item
26110 @kbd{/ *} (@code{gnus-summary-limit-include-cached}) is rewritten.
26111
26112 It was aliased to @kbd{Y c}
26113 (@code{gnus-summary-insert-cached-articles}).  The new function filters
26114 out other articles.
26115
26116 @item Some limiting commands accept a @kbd{C-u} prefix to negate the match.
26117
26118 If @kbd{C-u} is used on subject, author or extra headers, i.e., @kbd{/
26119 s}, @kbd{/ a}, and @kbd{/ x}
26120 (@code{gnus-summary-limit-to-@{subject,author,extra@}}) respectively, the
26121 result will be to display all articles that do not match the expression.
26122
26123 @item
26124 Group names are treated as UTF-8 by default.
26125
26126 This is supposedly what USEFOR wanted to migrate to.  See
26127 @code{gnus-group-name-charset-group-alist} and
26128 @code{gnus-group-name-charset-method-alist} for customization.
26129
26130 @item
26131 The nnml and nnfolder back ends store marks for each groups.
26132
26133 This makes it possible to take backup of nnml/nnfolder servers/groups
26134 separately of @file{~/.newsrc.eld}, while preserving marks.  It also
26135 makes it possible to share articles and marks between users (without
26136 sharing the @file{~/.newsrc.eld} file) within e.g. a department.  It
26137 works by storing the marks stored in @file{~/.newsrc.eld} in a per-group
26138 file @file{.marks} (for nnml) and @file{@var{groupname}.mrk} (for
26139 nnfolder, named @var{groupname}).  If the nnml/nnfolder is moved to
26140 another machine, Gnus will automatically use the @file{.marks} or
26141 @file{.mrk} file instead of the information in @file{~/.newsrc.eld}.
26142 The new server variables @code{nnml-marks-is-evil} and
26143 @code{nnfolder-marks-is-evil} can be used to disable this feature.
26144
26145 @item
26146 The menu bar item (in Group and Summary buffer) named ``Misc'' has
26147 been renamed to ``Gnus''.
26148
26149 @item
26150 The menu bar item (in Message mode) named ``@acronym{MML}'' has been
26151 renamed to ``Attachments''.  Note that this menu also contains security
26152 related stuff, like signing and encryption (@pxref{Security, Security,,
26153 message, Message Manual}).
26154
26155 @item
26156 @code{gnus-group-charset-alist} and
26157 @code{gnus-group-ignored-charsets-alist}.
26158
26159 The regexps in these variables are compared with full group names
26160 instead of real group names in 5.8.  Users who customize these
26161 variables should change those regexps accordingly.  For example:
26162 @lisp
26163 ("^han\\>" euc-kr) -> ("\\(^\\|:\\)han\\>" euc-kr)
26164 @end lisp
26165
26166 @item
26167 Gnus supports @acronym{PGP} (RFC 1991/2440), @acronym{PGP/MIME} (RFC
26168 2015/3156) and @acronym{S/MIME} (RFC 2630-2633).
26169
26170 It needs an external @acronym{S/MIME} and OpenPGP implementation, but no
26171 additional Lisp libraries.  This add several menu items to the
26172 Attachments menu, and @kbd{C-c RET} key bindings, when composing
26173 messages.  This also obsoletes @code{gnus-article-hide-pgp-hook}.
26174
26175 @item
26176 Gnus inlines external parts (message/external).
26177
26178 @item
26179 @acronym{MML} (Mime compose) prefix changed from @kbd{M-m} to @kbd{C-c
26180 C-m}.
26181
26182 This change was made to avoid conflict with the standard binding of
26183 @code{back-to-indentation}, which is also useful in message mode.
26184
26185 @item
26186 The default for @code{message-forward-show-mml} changed to symbol @code{best}.
26187
26188 The behaviour for the @code{best} value is to show @acronym{MML} (i.e.,
26189 convert to @acronym{MIME}) when appropriate.  @acronym{MML} will not be
26190 used when forwarding signed or encrypted messages, as the conversion
26191 invalidate the digital signature.
26192 @end itemize
26193
26194 @node No Gnus
26195 @subsubsection No Gnus
26196 @cindex No Gnus
26197
26198 New features in No Gnus:
26199 @c FIXME: Gnus 5.12?
26200
26201 @include gnus-news.texi
26202
26203 @iftex
26204
26205 @page
26206 @node The Manual
26207 @section The Manual
26208 @cindex colophon
26209 @cindex manual
26210
26211 This manual was generated from a TeXinfo file and then run through
26212 either @code{texi2dvi}
26213 @iflatex
26214 or my own home-brewed TeXinfo to \LaTeX\ transformer,
26215 and then run through @code{latex} and @code{dvips}
26216 @end iflatex
26217 to get what you hold in your hands now.
26218
26219 The following conventions have been used:
26220
26221 @enumerate
26222
26223 @item
26224 This is a @samp{string}
26225
26226 @item
26227 This is a @kbd{keystroke}
26228
26229 @item
26230 This is a @file{file}
26231
26232 @item
26233 This is a @code{symbol}
26234
26235 @end enumerate
26236
26237 So if I were to say ``set @code{flargnoze} to @samp{yes}'', that would
26238 mean:
26239
26240 @lisp
26241 (setq flargnoze "yes")
26242 @end lisp
26243
26244 If I say ``set @code{flumphel} to @code{yes}'', that would mean:
26245
26246 @lisp
26247 (setq flumphel 'yes)
26248 @end lisp
26249
26250 @samp{yes} and @code{yes} are two @emph{very} different things---don't
26251 ever get them confused.
26252
26253 @iflatex
26254 @c @head
26255 Of course, everything in this manual is of vital interest, so you should
26256 read it all.  Several times.  However, if you feel like skimming the
26257 manual, look for that gnu head you should see in the margin over
26258 there---it means that what's being discussed is of more importance than
26259 the rest of the stuff.  (On the other hand, if everything is infinitely
26260 important, how can anything be more important than that?  Just one more
26261 of the mysteries of this world, I guess.)
26262 @end iflatex
26263
26264 @end iftex
26265
26266
26267 @node On Writing Manuals
26268 @section On Writing Manuals
26269
26270 I guess most manuals are written after-the-fact; documenting a program
26271 that's already there.  This is not how this manual is written.  When
26272 implementing something, I write the manual entry for that something
26273 straight away.  I then see that it's difficult to explain the
26274 functionality, so I write how it's supposed to be, and then I change the
26275 implementation.  Writing the documentation and writing the code goes
26276 hand in hand.
26277
26278 This, of course, means that this manual has no, or little, flow.  It
26279 documents absolutely everything in Gnus, but often not where you're
26280 looking for it.  It is a reference manual, and not a guide to how to get
26281 started with Gnus.
26282
26283 That would be a totally different book, that should be written using the
26284 reference manual as source material.  It would look quite differently.
26285
26286
26287 @page
26288 @node Terminology
26289 @section Terminology
26290
26291 @cindex terminology
26292 @table @dfn
26293
26294 @item news
26295 @cindex news
26296 This is what you are supposed to use this thing for---reading news.
26297 News is generally fetched from a nearby @acronym{NNTP} server, and is
26298 generally publicly available to everybody.  If you post news, the entire
26299 world is likely to read just what you have written, and they'll all
26300 snigger mischievously.  Behind your back.
26301
26302 @item mail
26303 @cindex mail
26304 Everything that's delivered to you personally is mail.  Some news/mail
26305 readers (like Gnus) blur the distinction between mail and news, but
26306 there is a difference.  Mail is private.  News is public.  Mailing is
26307 not posting, and replying is not following up.
26308
26309 @item reply
26310 @cindex reply
26311 Send a mail to the person who has written what you are reading.
26312
26313 @item follow up
26314 @cindex follow up
26315 Post an article to the current newsgroup responding to the article you
26316 are reading.
26317
26318 @item back end
26319 @cindex back end
26320 Gnus considers mail and news to be mostly the same, really.  The only
26321 difference is how to access the actual articles.  News articles are
26322 commonly fetched via the protocol @acronym{NNTP}, whereas mail
26323 messages could be read from a file on the local disk.  The internal
26324 architecture of Gnus thus comprises a ``front end'' and a number of
26325 ``back ends''.  Internally, when you enter a group (by hitting
26326 @key{RET}, say), you thereby invoke a function in the front end in
26327 Gnus.  The front end then ``talks'' to a back end and says things like
26328 ``Give me the list of articles in the foo group'' or ``Show me article
26329 number 4711''.
26330
26331 So a back end mainly defines either a protocol (the @code{nntp} back
26332 end accesses news via @acronym{NNTP}, the @code{nnimap} back end
26333 accesses mail via @acronym{IMAP}) or a file format and directory
26334 layout (the @code{nnspool} back end accesses news via the common
26335 ``spool directory'' format, the @code{nnml} back end access mail via a
26336 file format and directory layout that's quite similar).
26337
26338 Gnus does not handle the underlying media, so to speak---this is all
26339 done by the back ends.  A back end is a collection of functions to
26340 access the articles.
26341
26342 However, sometimes the term ``back end'' is also used where ``server''
26343 would have been more appropriate.  And then there is the term ``select
26344 method'' which can mean either.  The Gnus terminology can be quite
26345 confusing.
26346
26347 @item native
26348 @cindex native
26349 Gnus will always use one method (and back end) as the @dfn{native}, or
26350 default, way of getting news.
26351
26352 @item foreign
26353 @cindex foreign
26354 You can also have any number of foreign groups active at the same time.
26355 These are groups that use non-native non-secondary back ends for getting
26356 news.
26357
26358 @item secondary
26359 @cindex secondary
26360 Secondary back ends are somewhere half-way between being native and being
26361 foreign, but they mostly act like they are native.
26362
26363 @item article
26364 @cindex article
26365 A message that has been posted as news.
26366
26367 @item mail message
26368 @cindex mail message
26369 A message that has been mailed.
26370
26371 @item message
26372 @cindex message
26373 A mail message or news article
26374
26375 @item head
26376 @cindex head
26377 The top part of a message, where administrative information (etc.) is
26378 put.
26379
26380 @item body
26381 @cindex body
26382 The rest of an article.  Everything not in the head is in the
26383 body.
26384
26385 @item header
26386 @cindex header
26387 A line from the head of an article.
26388
26389 @item headers
26390 @cindex headers
26391 A collection of such lines, or a collection of heads.  Or even a
26392 collection of @acronym{NOV} lines.
26393
26394 @item @acronym{NOV}
26395 @cindex @acronym{NOV}
26396 When Gnus enters a group, it asks the back end for the headers of all
26397 unread articles in the group.  Most servers support the News OverView
26398 format, which is more compact and much faster to read and parse than the
26399 normal @sc{head} format.
26400
26401 @item level
26402 @cindex levels
26403 Each group is subscribed at some @dfn{level} or other (1-9).  The ones
26404 that have a lower level are ``more'' subscribed than the groups with a
26405 higher level.  In fact, groups on levels 1-5 are considered
26406 @dfn{subscribed}; 6-7 are @dfn{unsubscribed}; 8 are @dfn{zombies}; and 9
26407 are @dfn{killed}.  Commands for listing groups and scanning for new
26408 articles will all use the numeric prefix as @dfn{working level}.
26409
26410 @item killed groups
26411 @cindex killed groups
26412 No information on killed groups is stored or updated, which makes killed
26413 groups much easier to handle than subscribed groups.
26414
26415 @item zombie groups
26416 @cindex zombie groups
26417 Just like killed groups, only slightly less dead.
26418
26419 @item active file
26420 @cindex active file
26421 The news server has to keep track of what articles it carries, and what
26422 groups exist.  All this information in stored in the active file, which
26423 is rather large, as you might surmise.
26424
26425 @item bogus groups
26426 @cindex bogus groups
26427 A group that exists in the @file{.newsrc} file, but isn't known to the
26428 server (i.e.,  it isn't in the active file), is a @emph{bogus group}.
26429 This means that the group probably doesn't exist (any more).
26430
26431 @item activating
26432 @cindex activating groups
26433 The act of asking the server for info on a group and computing the
26434 number of unread articles is called @dfn{activating the group}.
26435 Un-activated groups are listed with @samp{*} in the group buffer.
26436
26437 @item server
26438 @cindex server
26439 A machine one can connect to and get news (or mail) from.
26440
26441 @item select method
26442 @cindex select method
26443 A structure that specifies the back end, the server and the virtual
26444 server settings.
26445
26446 @item virtual server
26447 @cindex virtual server
26448 A named select method.  Since a select method defines all there is to
26449 know about connecting to a (physical) server, taking the thing as a
26450 whole is a virtual server.
26451
26452 @item washing
26453 @cindex washing
26454 Taking a buffer and running it through a filter of some sort.  The
26455 result will (more often than not) be cleaner and more pleasing than the
26456 original.
26457
26458 @item ephemeral groups
26459 @cindex ephemeral groups
26460 @cindex temporary groups
26461 Most groups store data on what articles you have read.  @dfn{Ephemeral}
26462 groups are groups that will have no data stored---when you exit the
26463 group, it'll disappear into the aether.
26464
26465 @item solid groups
26466 @cindex solid groups
26467 This is the opposite of ephemeral groups.  All groups listed in the
26468 group buffer are solid groups.
26469
26470 @item sparse articles
26471 @cindex sparse articles
26472 These are article placeholders shown in the summary buffer when
26473 @code{gnus-build-sparse-threads} has been switched on.
26474
26475 @item threading
26476 @cindex threading
26477 To put responses to articles directly after the articles they respond
26478 to---in a hierarchical fashion.
26479
26480 @item root
26481 @cindex root
26482 @cindex thread root
26483 The first article in a thread is the root.  It is the ancestor of all
26484 articles in the thread.
26485
26486 @item parent
26487 @cindex parent
26488 An article that has responses.
26489
26490 @item child
26491 @cindex child
26492 An article that responds to a different article---its parent.
26493
26494 @item digest
26495 @cindex digest
26496 A collection of messages in one file.  The most common digest format is
26497 specified by RFC 1153.
26498
26499 @item splitting
26500 @cindex splitting, terminolgy
26501 @cindex mail sorting
26502 @cindex mail filtering (splitting)
26503 The action of sorting your emails according to certain rules. Sometimes
26504 incorrectly called mail filtering.
26505
26506 @end table
26507
26508
26509 @page
26510 @node Customization
26511 @section Customization
26512 @cindex general customization
26513
26514 All variables are properly documented elsewhere in this manual.  This
26515 section is designed to give general pointers on how to customize Gnus
26516 for some quite common situations.
26517
26518 @menu
26519 * Slow/Expensive Connection::   You run a local Emacs and get the news elsewhere.
26520 * Slow Terminal Connection::    You run a remote Emacs.
26521 * Little Disk Space::           You feel that having large setup files is icky.
26522 * Slow Machine::                You feel like buying a faster machine.
26523 @end menu
26524
26525
26526 @node Slow/Expensive Connection
26527 @subsection Slow/Expensive NNTP Connection
26528
26529 If you run Emacs on a machine locally, and get your news from a machine
26530 over some very thin strings, you want to cut down on the amount of data
26531 Gnus has to get from the @acronym{NNTP} server.
26532
26533 @table @code
26534
26535 @item gnus-read-active-file
26536 Set this to @code{nil}, which will inhibit Gnus from requesting the
26537 entire active file from the server.  This file is often v.  large.  You
26538 also have to set @code{gnus-check-new-newsgroups} and
26539 @code{gnus-check-bogus-newsgroups} to @code{nil} to make sure that Gnus
26540 doesn't suddenly decide to fetch the active file anyway.
26541
26542 @item gnus-nov-is-evil
26543 This one has to be @code{nil}.  If not, grabbing article headers from
26544 the @acronym{NNTP} server will not be very fast.  Not all @acronym{NNTP} servers
26545 support @sc{xover}; Gnus will detect this by itself.
26546 @end table
26547
26548
26549 @node Slow Terminal Connection
26550 @subsection Slow Terminal Connection
26551
26552 Let's say you use your home computer for dialing up the system that runs
26553 Emacs and Gnus.  If your modem is slow, you want to reduce (as much as
26554 possible) the amount of data sent over the wires.
26555
26556 @table @code
26557
26558 @item gnus-auto-center-summary
26559 Set this to @code{nil} to inhibit Gnus from re-centering the summary
26560 buffer all the time.  If it is @code{vertical}, do only vertical
26561 re-centering.  If it is neither @code{nil} nor @code{vertical}, do both
26562 horizontal and vertical recentering.
26563
26564 @item gnus-visible-headers
26565 Cut down on the headers included in the articles to the
26566 minimum.  You can, in fact, make do without them altogether---most of the
26567 useful data is in the summary buffer, anyway.  Set this variable to
26568 @samp{^NEVVVVER} or @samp{From:}, or whatever you feel you need.
26569
26570 Set this hook to all the available hiding commands:
26571 @lisp
26572 (setq gnus-treat-hide-headers 'head
26573       gnus-treat-hide-signature t
26574       gnus-treat-hide-citation t)
26575 @end lisp
26576
26577 @item gnus-use-full-window
26578 By setting this to @code{nil}, you can make all the windows smaller.
26579 While this doesn't really cut down much generally, it means that you
26580 have to see smaller portions of articles before deciding that you didn't
26581 want to read them anyway.
26582
26583 @item gnus-thread-hide-subtree
26584 If this is non-@code{nil}, all threads in the summary buffer will be
26585 hidden initially.
26586
26587
26588 @item gnus-updated-mode-lines
26589 If this is @code{nil}, Gnus will not put information in the buffer mode
26590 lines, which might save some time.
26591 @end table
26592
26593
26594 @node Little Disk Space
26595 @subsection Little Disk Space
26596 @cindex disk space
26597
26598 The startup files can get rather large, so you may want to cut their
26599 sizes a bit if you are running out of space.
26600
26601 @table @code
26602
26603 @item gnus-save-newsrc-file
26604 If this is @code{nil}, Gnus will never save @file{.newsrc}---it will
26605 only save @file{.newsrc.eld}.  This means that you will not be able to
26606 use any other newsreaders than Gnus.  This variable is @code{t} by
26607 default.
26608
26609 @item gnus-read-newsrc-file
26610 If this is @code{nil}, Gnus will never read @file{.newsrc}---it will
26611 only read @file{.newsrc.eld}.  This means that you will not be able to
26612 use any other newsreaders than Gnus.  This variable is @code{t} by
26613 default.
26614
26615 @item gnus-save-killed-list
26616 If this is @code{nil}, Gnus will not save the list of dead groups.  You
26617 should also set @code{gnus-check-new-newsgroups} to @code{ask-server}
26618 and @code{gnus-check-bogus-newsgroups} to @code{nil} if you set this
26619 variable to @code{nil}.  This variable is @code{t} by default.
26620
26621 @end table
26622
26623
26624 @node Slow Machine
26625 @subsection Slow Machine
26626 @cindex slow machine
26627
26628 If you have a slow machine, or are just really impatient, there are a
26629 few things you can do to make Gnus run faster.
26630
26631 Set @code{gnus-check-new-newsgroups} and
26632 @code{gnus-check-bogus-newsgroups} to @code{nil} to make startup faster.
26633
26634 Set @code{gnus-show-threads}, @code{gnus-use-cross-reference} and
26635 @code{gnus-nov-is-evil} to @code{nil} to make entering and exiting the
26636 summary buffer faster.
26637
26638 Gnus uses the internal ELisp-based @code{uncompface} program for
26639 decoding an @code{X-Face} header normally in Emacs.  If you feel it is
26640 slow, set @code{uncompface-use-external} to @code{t}.  @xref{X-Face}.
26641
26642
26643 @page
26644 @node Troubleshooting
26645 @section Troubleshooting
26646 @cindex troubleshooting
26647
26648 Gnus works @emph{so} well straight out of the box---I can't imagine any
26649 problems, really.
26650
26651 Ahem.
26652
26653 @enumerate
26654
26655 @item
26656 Make sure your computer is switched on.
26657
26658 @item
26659 Make sure that you really load the current Gnus version.  If you have
26660 been running @sc{gnus}, you need to exit Emacs and start it up again before
26661 Gnus will work.
26662
26663 @item
26664 Try doing an @kbd{M-x gnus-version}.  If you get something that looks
26665 like @samp{Gnus v5.10.6} you have the right files loaded.  Otherwise
26666 you have some old @file{.el} files lying around.  Delete these.
26667
26668 @item
26669 Read the help group (@kbd{G h} in the group buffer) for a
26670 @acronym{FAQ} and a how-to.
26671
26672 @item
26673 @vindex max-lisp-eval-depth
26674 Gnus works on many recursive structures, and in some extreme (and very
26675 rare) cases Gnus may recurse down ``too deeply'' and Emacs will beep at
26676 you.  If this happens to you, set @code{max-lisp-eval-depth} to 500 or
26677 something like that.
26678 @end enumerate
26679
26680 If all else fails, report the problem as a bug.
26681
26682 @cindex bugs
26683 @cindex reporting bugs
26684
26685 @kindex M-x gnus-bug
26686 @findex gnus-bug
26687 If you find a bug in Gnus, you can report it with the @kbd{M-x gnus-bug}
26688 command.  @kbd{M-x set-variable RET debug-on-error RET t RET}, and send
26689 me the backtrace.  I will fix bugs, but I can only fix them if you send
26690 me a precise description as to how to reproduce the bug.
26691
26692 You really can never be too detailed in a bug report.  Always use the
26693 @kbd{M-x gnus-bug} command when you make bug reports, even if it creates
26694 a 10Kb mail each time you use it, and even if you have sent me your
26695 environment 500 times before.  I don't care.  I want the full info each
26696 time.
26697
26698 It is also important to remember that I have no memory whatsoever.  If
26699 you send a bug report, and I send you a reply, and then you just send
26700 back ``No, it's not! Moron!'', I will have no idea what you are
26701 insulting me about.  Always over-explain everything.  It's much easier
26702 for all of us---if I don't have all the information I need, I will just
26703 mail you and ask for more info, and everything takes more time.
26704
26705 If the problem you're seeing is very visual, and you can't quite explain
26706 it, copy the Emacs window to a file (with @code{xwd}, for instance), put
26707 it somewhere it can be reached, and include the URL of the picture in
26708 the bug report.
26709
26710 @cindex patches
26711 If you would like to contribute a patch to fix bugs or make
26712 improvements, please produce the patch using @samp{diff -u}.
26713
26714 @cindex edebug
26715 If you want to debug your problem further before reporting, possibly
26716 in order to solve the problem yourself and send a patch, you can use
26717 edebug.  Debugging Lisp code is documented in the Elisp manual
26718 (@pxref{Debugging, , Debugging Lisp Programs, elisp, The GNU Emacs
26719 Lisp Reference Manual}).  To get you started with edebug, consider if
26720 you discover some weird behaviour when pressing @kbd{c}, the first
26721 step is to do @kbd{C-h k c} and click on the hyperlink (Emacs only) in
26722 the documentation buffer that leads you to the function definition,
26723 then press @kbd{M-x edebug-defun RET} with point inside that function,
26724 return to Gnus and press @kbd{c} to invoke the code.  You will be
26725 placed in the lisp buffer and can single step using @kbd{SPC} and
26726 evaluate expressions using @kbd{M-:} or inspect variables using
26727 @kbd{C-h v}, abort execution with @kbd{q}, and resume execution with
26728 @kbd{c} or @kbd{g}.
26729
26730 @cindex elp
26731 @cindex profile
26732 @cindex slow
26733 Sometimes, a problem do not directly generate an elisp error but
26734 manifests itself by causing Gnus to be very slow.  In these cases, you
26735 can use @kbd{M-x toggle-debug-on-quit} and press @kbd{C-g} when things are
26736 slow, and then try to analyze the backtrace (repeating the procedure
26737 helps isolating the real problem areas).
26738
26739 A fancier approach is to use the elisp profiler, ELP.  The profiler is
26740 (or should be) fully documented elsewhere, but to get you started
26741 there are a few steps that need to be followed.  First, instrument the
26742 part of Gnus you are interested in for profiling, e.g. @kbd{M-x
26743 elp-instrument-package RET gnus} or @kbd{M-x elp-instrument-package
26744 RET message}.  Then perform the operation that is slow and press
26745 @kbd{M-x elp-results}.  You will then see which operations that takes
26746 time, and can debug them further.  If the entire operation takes much
26747 longer than the time spent in the slowest function in the profiler
26748 output, you probably profiled the wrong part of Gnus.  To reset
26749 profiling statistics, use @kbd{M-x elp-reset-all}.  @kbd{M-x
26750 elp-restore-all} is supposed to remove profiling, but given the
26751 complexities and dynamic code generation in Gnus, it might not always
26752 work perfectly.
26753
26754 @cindex gnu.emacs.gnus
26755 @cindex ding mailing list
26756 If you just need help, you are better off asking on
26757 @samp{gnu.emacs.gnus}.  I'm not very helpful.  You can also ask on
26758 @email{ding@@gnus.org, the ding mailing list}.  Write to
26759 @email{ding-request@@gnus.org} to subscribe.
26760
26761
26762 @page
26763 @node Gnus Reference Guide
26764 @section Gnus Reference Guide
26765
26766 It is my hope that other people will figure out smart stuff that Gnus
26767 can do, and that other people will write those smart things as well.  To
26768 facilitate that I thought it would be a good idea to describe the inner
26769 workings of Gnus.  And some of the not-so-inner workings, while I'm at
26770 it.
26771
26772 You can never expect the internals of a program not to change, but I
26773 will be defining (in some details) the interface between Gnus and its
26774 back ends (this is written in stone), the format of the score files
26775 (ditto), data structures (some are less likely to change than others)
26776 and general methods of operation.
26777
26778 @menu
26779 * Gnus Utility Functions::      Common functions and variable to use.
26780 * Back End Interface::          How Gnus communicates with the servers.
26781 * Score File Syntax::           A BNF definition of the score file standard.
26782 * Headers::                     How Gnus stores headers internally.
26783 * Ranges::                      A handy format for storing mucho numbers.
26784 * Group Info::                  The group info format.
26785 * Extended Interactive::        Symbolic prefixes and stuff.
26786 * Emacs/XEmacs Code::           Gnus can be run under all modern Emacsen.
26787 * Various File Formats::        Formats of files that Gnus use.
26788 @end menu
26789
26790
26791 @node Gnus Utility Functions
26792 @subsection Gnus Utility Functions
26793 @cindex Gnus utility functions
26794 @cindex utility functions
26795 @cindex functions
26796 @cindex internal variables
26797
26798 When writing small functions to be run from hooks (and stuff), it's
26799 vital to have access to the Gnus internal functions and variables.
26800 Below is a list of the most common ones.
26801
26802 @table @code
26803
26804 @item gnus-newsgroup-name
26805 @vindex gnus-newsgroup-name
26806 This variable holds the name of the current newsgroup.
26807
26808 @item gnus-find-method-for-group
26809 @findex gnus-find-method-for-group
26810 A function that returns the select method for @var{group}.
26811
26812 @item gnus-group-real-name
26813 @findex gnus-group-real-name
26814 Takes a full (prefixed) Gnus group name, and returns the unprefixed
26815 name.
26816
26817 @item gnus-group-prefixed-name
26818 @findex gnus-group-prefixed-name
26819 Takes an unprefixed group name and a select method, and returns the full
26820 (prefixed) Gnus group name.
26821
26822 @item gnus-get-info
26823 @findex gnus-get-info
26824 Returns the group info list for @var{group}.
26825
26826 @item gnus-group-unread
26827 @findex gnus-group-unread
26828 The number of unread articles in @var{group}, or @code{t} if that is
26829 unknown.
26830
26831 @item gnus-active
26832 @findex gnus-active
26833 The active entry for @var{group}.
26834
26835 @item gnus-set-active
26836 @findex gnus-set-active
26837 Set the active entry for @var{group}.
26838
26839 @item gnus-add-current-to-buffer-list
26840 @findex gnus-add-current-to-buffer-list
26841 Adds the current buffer to the list of buffers to be killed on Gnus
26842 exit.
26843
26844 @item gnus-continuum-version
26845 @findex gnus-continuum-version
26846 Takes a Gnus version string as a parameter and returns a floating point
26847 number.  Earlier versions will always get a lower number than later
26848 versions.
26849
26850 @item gnus-group-read-only-p
26851 @findex gnus-group-read-only-p
26852 Says whether @var{group} is read-only or not.
26853
26854 @item gnus-news-group-p
26855 @findex gnus-news-group-p
26856 Says whether @var{group} came from a news back end.
26857
26858 @item gnus-ephemeral-group-p
26859 @findex gnus-ephemeral-group-p
26860 Says whether @var{group} is ephemeral or not.
26861
26862 @item gnus-server-to-method
26863 @findex gnus-server-to-method
26864 Returns the select method corresponding to @var{server}.
26865
26866 @item gnus-server-equal
26867 @findex gnus-server-equal
26868 Says whether two virtual servers are equal.
26869
26870 @item gnus-group-native-p
26871 @findex gnus-group-native-p
26872 Says whether @var{group} is native or not.
26873
26874 @item gnus-group-secondary-p
26875 @findex gnus-group-secondary-p
26876 Says whether @var{group} is secondary or not.
26877
26878 @item gnus-group-foreign-p
26879 @findex gnus-group-foreign-p
26880 Says whether @var{group} is foreign or not.
26881
26882 @item gnus-group-find-parameter
26883 @findex gnus-group-find-parameter
26884 Returns the parameter list of @var{group}.  If given a second parameter,
26885 returns the value of that parameter for @var{group}.
26886
26887 @item gnus-group-set-parameter
26888 @findex gnus-group-set-parameter
26889 Takes three parameters; @var{group}, @var{parameter} and @var{value}.
26890
26891 @item gnus-narrow-to-body
26892 @findex gnus-narrow-to-body
26893 Narrows the current buffer to the body of the article.
26894
26895 @item gnus-check-backend-function
26896 @findex gnus-check-backend-function
26897 Takes two parameters, @var{function} and @var{group}.  If the back end
26898 @var{group} comes from supports @var{function}, return non-@code{nil}.
26899
26900 @lisp
26901 (gnus-check-backend-function "request-scan" "nnml:misc")
26902 @result{} t
26903 @end lisp
26904
26905 @item gnus-read-method
26906 @findex gnus-read-method
26907 Prompts the user for a select method.
26908
26909 @end table
26910
26911
26912 @node Back End Interface
26913 @subsection Back End Interface
26914
26915 Gnus doesn't know anything about @acronym{NNTP}, spools, mail or virtual
26916 groups.  It only knows how to talk to @dfn{virtual servers}.  A virtual
26917 server is a @dfn{back end} and some @dfn{back end variables}.  As examples
26918 of the first, we have @code{nntp}, @code{nnspool} and @code{nnmbox}.  As
26919 examples of the latter we have @code{nntp-port-number} and
26920 @code{nnmbox-directory}.
26921
26922 When Gnus asks for information from a back end---say @code{nntp}---on
26923 something, it will normally include a virtual server name in the
26924 function parameters.  (If not, the back end should use the ``current''
26925 virtual server.)  For instance, @code{nntp-request-list} takes a virtual
26926 server as its only (optional) parameter.  If this virtual server hasn't
26927 been opened, the function should fail.
26928
26929 Note that a virtual server name has no relation to some physical server
26930 name.  Take this example:
26931
26932 @lisp
26933 (nntp "odd-one"
26934       (nntp-address "ifi.uio.no")
26935       (nntp-port-number 4324))
26936 @end lisp
26937
26938 Here the virtual server name is @samp{odd-one} while the name of
26939 the physical server is @samp{ifi.uio.no}.
26940
26941 The back ends should be able to switch between several virtual servers.
26942 The standard back ends implement this by keeping an alist of virtual
26943 server environments that they pull down/push up when needed.
26944
26945 There are two groups of interface functions: @dfn{required functions},
26946 which must be present, and @dfn{optional functions}, which Gnus will
26947 always check for presence before attempting to call 'em.
26948
26949 All these functions are expected to return data in the buffer
26950 @code{nntp-server-buffer} (@samp{ *nntpd*}), which is somewhat
26951 unfortunately named, but we'll have to live with it.  When I talk about
26952 @dfn{resulting data}, I always refer to the data in that buffer.  When I
26953 talk about @dfn{return value}, I talk about the function value returned by
26954 the function call.  Functions that fail should return @code{nil} as the
26955 return value.
26956
26957 Some back ends could be said to be @dfn{server-forming} back ends, and
26958 some might be said not to be.  The latter are back ends that generally
26959 only operate on one group at a time, and have no concept of ``server''
26960 ---they have a group, and they deliver info on that group and nothing
26961 more.
26962
26963 Gnus identifies each message by way of group name and article number.  A
26964 few remarks about these article numbers might be useful.  First of all,
26965 the numbers are positive integers.  Secondly, it is normally not
26966 possible for later articles to ``re-use'' older article numbers without
26967 confusing Gnus.  That is, if a group has ever contained a message
26968 numbered 42, then no other message may get that number, or Gnus will get
26969 mightily confused.@footnote{See the function
26970 @code{nnchoke-request-update-info}, @ref{Optional Back End Functions}.}
26971 Third, article numbers must be assigned in order of arrival in the
26972 group; this is not necessarily the same as the date of the message.
26973
26974 The previous paragraph already mentions all the ``hard'' restrictions that
26975 article numbers must fulfill.  But it seems that it might be useful to
26976 assign @emph{consecutive} article numbers, for Gnus gets quite confused
26977 if there are holes in the article numbering sequence.  However, due to
26978 the ``no-reuse'' restriction, holes cannot be avoided altogether.  It's
26979 also useful for the article numbers to start at 1 to avoid running out
26980 of numbers as long as possible.
26981
26982 Note that by convention, back ends are named @code{nnsomething}, but
26983 Gnus also comes with some @code{nnnotbackends}, such as
26984 @file{nnheader.el}, @file{nnmail.el} and @file{nnoo.el}.
26985
26986 In the examples and definitions I will refer to the imaginary back end
26987 @code{nnchoke}.
26988
26989 @cindex @code{nnchoke}
26990
26991 @menu
26992 * Required Back End Functions::  Functions that must be implemented.
26993 * Optional Back End Functions::  Functions that need not be implemented.
26994 * Error Messaging::             How to get messages and report errors.
26995 * Writing New Back Ends::       Extending old back ends.
26996 * Hooking New Back Ends Into Gnus::  What has to be done on the Gnus end.
26997 * Mail-like Back Ends::         Some tips on mail back ends.
26998 @end menu
26999
27000
27001 @node Required Back End Functions
27002 @subsubsection Required Back End Functions
27003
27004 @table @code
27005
27006 @item (nnchoke-retrieve-headers ARTICLES &optional GROUP SERVER FETCH-OLD)
27007
27008 @var{articles} is either a range of article numbers or a list of
27009 @code{Message-ID}s.  Current back ends do not fully support either---only
27010 sequences (lists) of article numbers, and most back ends do not support
27011 retrieval of @code{Message-ID}s.  But they should try for both.
27012
27013 The result data should either be HEADs or @acronym{NOV} lines, and the result
27014 value should either be @code{headers} or @code{nov} to reflect this.
27015 This might later be expanded to @code{various}, which will be a mixture
27016 of HEADs and @acronym{NOV} lines, but this is currently not supported by Gnus.
27017
27018 If @var{fetch-old} is non-@code{nil} it says to try fetching ``extra
27019 headers'', in some meaning of the word.  This is generally done by
27020 fetching (at most) @var{fetch-old} extra headers less than the smallest
27021 article number in @code{articles}, and filling the gaps as well.  The
27022 presence of this parameter can be ignored if the back end finds it
27023 cumbersome to follow the request.  If this is non-@code{nil} and not a
27024 number, do maximum fetches.
27025
27026 Here's an example HEAD:
27027
27028 @example
27029 221 1056 Article retrieved.
27030 Path: ifi.uio.no!sturles
27031 From: sturles@@ifi.uio.no (Sturle Sunde)
27032 Newsgroups: ifi.discussion
27033 Subject: Re: Something very droll
27034 Date: 27 Oct 1994 14:02:57 +0100
27035 Organization: Dept. of Informatics, University of Oslo, Norway
27036 Lines: 26
27037 Message-ID: <38o8e1$a0o@@holmenkollen.ifi.uio.no>
27038 References: <38jdmq$4qu@@visbur.ifi.uio.no>
27039 NNTP-Posting-Host: holmenkollen.ifi.uio.no
27040 .
27041 @end example
27042
27043 So a @code{headers} return value would imply that there's a number of
27044 these in the data buffer.
27045
27046 Here's a BNF definition of such a buffer:
27047
27048 @example
27049 headers        = *head
27050 head           = error / valid-head
27051 error-message  = [ "4" / "5" ] 2number " " <error message> eol
27052 valid-head     = valid-message *header "." eol
27053 valid-message  = "221 " <number> " Article retrieved." eol
27054 header         = <text> eol
27055 @end example
27056
27057 @cindex BNF
27058 (The version of BNF used here is the one used in RFC822.)
27059
27060 If the return value is @code{nov}, the data buffer should contain
27061 @dfn{network overview database} lines.  These are basically fields
27062 separated by tabs.
27063
27064 @example
27065 nov-buffer = *nov-line
27066 nov-line   = field 7*8[ <TAB> field ] eol
27067 field      = <text except TAB>
27068 @end example
27069
27070 For a closer look at what should be in those fields,
27071 @pxref{Headers}.
27072
27073
27074 @item (nnchoke-open-server SERVER &optional DEFINITIONS)
27075
27076 @var{server} is here the virtual server name.  @var{definitions} is a
27077 list of @code{(VARIABLE VALUE)} pairs that define this virtual server.
27078
27079 If the server can't be opened, no error should be signaled.  The back end
27080 may then choose to refuse further attempts at connecting to this
27081 server.  In fact, it should do so.
27082
27083 If the server is opened already, this function should return a
27084 non-@code{nil} value.  There should be no data returned.
27085
27086
27087 @item (nnchoke-close-server &optional SERVER)
27088
27089 Close connection to @var{server} and free all resources connected
27090 to it.  Return @code{nil} if the server couldn't be closed for some
27091 reason.
27092
27093 There should be no data returned.
27094
27095
27096 @item (nnchoke-request-close)
27097
27098 Close connection to all servers and free all resources that the back end
27099 have reserved.  All buffers that have been created by that back end
27100 should be killed.  (Not the @code{nntp-server-buffer}, though.)  This
27101 function is generally only called when Gnus is shutting down.
27102
27103 There should be no data returned.
27104
27105
27106 @item (nnchoke-server-opened &optional SERVER)
27107
27108 If @var{server} is the current virtual server, and the connection to the
27109 physical server is alive, then this function should return a
27110 non-@code{nil} value.  This function should under no circumstances
27111 attempt to reconnect to a server we have lost connection to.
27112
27113 There should be no data returned.
27114
27115
27116 @item (nnchoke-status-message &optional SERVER)
27117
27118 This function should return the last error message from @var{server}.
27119
27120 There should be no data returned.
27121
27122
27123 @item (nnchoke-request-article ARTICLE &optional GROUP SERVER TO-BUFFER)
27124
27125 The result data from this function should be the article specified by
27126 @var{article}.  This might either be a @code{Message-ID} or a number.
27127 It is optional whether to implement retrieval by @code{Message-ID}, but
27128 it would be nice if that were possible.
27129
27130 If @var{to-buffer} is non-@code{nil}, the result data should be returned
27131 in this buffer instead of the normal data buffer.  This is to make it
27132 possible to avoid copying large amounts of data from one buffer to
27133 another, while Gnus mainly requests articles to be inserted directly
27134 into its article buffer.
27135
27136 If it is at all possible, this function should return a cons cell where
27137 the @code{car} is the group name the article was fetched from, and the @code{cdr} is
27138 the article number.  This will enable Gnus to find out what the real
27139 group and article numbers are when fetching articles by
27140 @code{Message-ID}.  If this isn't possible, @code{t} should be returned
27141 on successful article retrieval.
27142
27143
27144 @item (nnchoke-request-group GROUP &optional SERVER FAST)
27145
27146 Get data on @var{group}.  This function also has the side effect of
27147 making @var{group} the current group.
27148
27149 If @var{fast}, don't bother to return useful data, just make @var{group}
27150 the current group.
27151
27152 Here's an example of some result data and a definition of the same:
27153
27154 @example
27155 211 56 1000 1059 ifi.discussion
27156 @end example
27157
27158 The first number is the status, which should be 211.  Next is the
27159 total number of articles in the group, the lowest article number, the
27160 highest article number, and finally the group name.  Note that the total
27161 number of articles may be less than one might think while just
27162 considering the highest and lowest article numbers, but some articles
27163 may have been canceled.  Gnus just discards the total-number, so
27164 whether one should take the bother to generate it properly (if that is a
27165 problem) is left as an exercise to the reader.  If the group contains no
27166 articles, the lowest article number should be reported as 1 and the
27167 highest as 0.
27168
27169 @example
27170 group-status = [ error / info ] eol
27171 error        = [ "4" / "5" ] 2<number> " " <Error message>
27172 info         = "211 " 3* [ <number> " " ] <string>
27173 @end example
27174
27175
27176 @item (nnchoke-close-group GROUP &optional SERVER)
27177
27178 Close @var{group} and free any resources connected to it.  This will be
27179 a no-op on most back ends.
27180
27181 There should be no data returned.
27182
27183
27184 @item (nnchoke-request-list &optional SERVER)
27185
27186 Return a list of all groups available on @var{server}.  And that means
27187 @emph{all}.
27188
27189 Here's an example from a server that only carries two groups:
27190
27191 @example
27192 ifi.test 0000002200 0000002000 y
27193 ifi.discussion 3324 3300 n
27194 @end example
27195
27196 On each line we have a group name, then the highest article number in
27197 that group, the lowest article number, and finally a flag.  If the group
27198 contains no articles, the lowest article number should be reported as 1
27199 and the highest as 0.
27200
27201 @example
27202 active-file = *active-line
27203 active-line = name " " <number> " " <number> " " flags eol
27204 name        = <string>
27205 flags       = "n" / "y" / "m" / "x" / "j" / "=" name
27206 @end example
27207
27208 The flag says whether the group is read-only (@samp{n}), is moderated
27209 (@samp{m}), is dead (@samp{x}), is aliased to some other group
27210 (@samp{=other-group}) or none of the above (@samp{y}).
27211
27212
27213 @item (nnchoke-request-post &optional SERVER)
27214
27215 This function should post the current buffer.  It might return whether
27216 the posting was successful or not, but that's not required.  If, for
27217 instance, the posting is done asynchronously, it has generally not been
27218 completed by the time this function concludes.  In that case, this
27219 function should set up some kind of sentinel to beep the user loud and
27220 clear if the posting could not be completed.
27221
27222 There should be no result data from this function.
27223
27224 @end table
27225
27226
27227 @node Optional Back End Functions
27228 @subsubsection Optional Back End Functions
27229
27230 @table @code
27231
27232 @item (nnchoke-retrieve-groups GROUPS &optional SERVER)
27233
27234 @var{groups} is a list of groups, and this function should request data
27235 on all those groups.  How it does it is of no concern to Gnus, but it
27236 should attempt to do this in a speedy fashion.
27237
27238 The return value of this function can be either @code{active} or
27239 @code{group}, which says what the format of the result data is.  The
27240 former is in the same format as the data from
27241 @code{nnchoke-request-list}, while the latter is a buffer full of lines
27242 in the same format as @code{nnchoke-request-group} gives.
27243
27244 @example
27245 group-buffer = *active-line / *group-status
27246 @end example
27247
27248
27249 @item (nnchoke-request-update-info GROUP INFO &optional SERVER)
27250
27251 A Gnus group info (@pxref{Group Info}) is handed to the back end for
27252 alterations.  This comes in handy if the back end really carries all
27253 the information (as is the case with virtual and imap groups).  This
27254 function should destructively alter the info to suit its needs, and
27255 should return a non-@code{nil} value.
27256
27257 There should be no result data from this function.
27258
27259
27260 @item (nnchoke-request-type GROUP &optional ARTICLE)
27261
27262 When the user issues commands for ``sending news'' (@kbd{F} in the
27263 summary buffer, for instance), Gnus has to know whether the article the
27264 user is following up on is news or mail.  This function should return
27265 @code{news} if @var{article} in @var{group} is news, @code{mail} if it
27266 is mail and @code{unknown} if the type can't be decided.  (The
27267 @var{article} parameter is necessary in @code{nnvirtual} groups which
27268 might very well combine mail groups and news groups.)  Both @var{group}
27269 and @var{article} may be @code{nil}.
27270
27271 There should be no result data from this function.
27272
27273
27274 @item (nnchoke-request-set-mark GROUP ACTION &optional SERVER)
27275
27276 Set/remove/add marks on articles.  Normally Gnus handles the article
27277 marks (such as read, ticked, expired etc) internally, and store them in
27278 @file{~/.newsrc.eld}.  Some back ends (such as @acronym{IMAP}) however carry
27279 all information about the articles on the server, so Gnus need to
27280 propagate the mark information to the server.
27281
27282 @var{action} is a list of mark setting requests, having this format:
27283
27284 @example
27285 (RANGE ACTION MARK)
27286 @end example
27287
27288 @var{range} is a range of articles you wish to update marks on.
27289 @var{action} is @code{add} or @code{del}, used to add marks or remove
27290 marks (preserving all marks not mentioned).  @var{mark} is a list of
27291 marks; where each mark is a symbol.  Currently used marks are
27292 @code{read}, @code{tick}, @code{reply}, @code{expire}, @code{killed},
27293 @code{dormant}, @code{save}, @code{download}, @code{unsend},
27294 @code{forward} and @code{recent}, but your back end should, if
27295 possible, not limit itself to these.
27296
27297 Given contradictory actions, the last action in the list should be the
27298 effective one.  That is, if your action contains a request to add the
27299 @code{tick} mark on article 1 and, later in the list, a request to
27300 remove the mark on the same article, the mark should in fact be removed.
27301
27302 An example action list:
27303
27304 @example
27305 (((5 12 30) 'del '(tick))
27306  ((10 . 90) 'add '(read expire))
27307  ((92 94) 'del '(read)))
27308 @end example
27309
27310 The function should return a range of articles it wasn't able to set the
27311 mark on (currently not used for anything).
27312
27313 There should be no result data from this function.
27314
27315 @item (nnchoke-request-update-mark GROUP ARTICLE MARK)
27316
27317 If the user tries to set a mark that the back end doesn't like, this
27318 function may change the mark.  Gnus will use whatever this function
27319 returns as the mark for @var{article} instead of the original
27320 @var{mark}.  If the back end doesn't care, it must return the original
27321 @var{mark}, and not @code{nil} or any other type of garbage.
27322
27323 The only use for this I can see is what @code{nnvirtual} does with
27324 it---if a component group is auto-expirable, marking an article as read
27325 in the virtual group should result in the article being marked as
27326 expirable.
27327
27328 There should be no result data from this function.
27329
27330
27331 @item (nnchoke-request-scan &optional GROUP SERVER)
27332
27333 This function may be called at any time (by Gnus or anything else) to
27334 request that the back end check for incoming articles, in one way or
27335 another.  A mail back end will typically read the spool file or query
27336 the @acronym{POP} server when this function is invoked.  The
27337 @var{group} doesn't have to be heeded---if the back end decides that
27338 it is too much work just scanning for a single group, it may do a
27339 total scan of all groups.  It would be nice, however, to keep things
27340 local if that's practical.
27341
27342 There should be no result data from this function.
27343
27344
27345 @item (nnchoke-request-group-description GROUP &optional SERVER)
27346
27347 The result data from this function should be a description of
27348 @var{group}.
27349
27350 @example
27351 description-line = name <TAB> description eol
27352 name             = <string>
27353 description      = <text>
27354 @end example
27355
27356 @item (nnchoke-request-list-newsgroups &optional SERVER)
27357
27358 The result data from this function should be the description of all
27359 groups available on the server.
27360
27361 @example
27362 description-buffer = *description-line
27363 @end example
27364
27365
27366 @item (nnchoke-request-newgroups DATE &optional SERVER)
27367
27368 The result data from this function should be all groups that were
27369 created after @samp{date}, which is in normal human-readable date format
27370 (i.e., the date format used in mail and news headers, and returned by
27371 the function @code{message-make-date} by default).  The data should be
27372 in the active buffer format.
27373
27374 It is okay for this function to return ``too many'' groups; some back ends
27375 might find it cheaper to return the full list of groups, rather than
27376 just the new groups.  But don't do this for back ends with many groups.
27377 Normally, if the user creates the groups herself, there won't be too
27378 many groups, so @code{nnml} and the like are probably safe.  But for
27379 back ends like @code{nntp}, where the groups have been created by the
27380 server, it is quite likely that there can be many groups.
27381
27382
27383 @item (nnchoke-request-create-group GROUP &optional SERVER)
27384
27385 This function should create an empty group with name @var{group}.
27386
27387 There should be no return data.
27388
27389
27390 @item (nnchoke-request-expire-articles ARTICLES &optional GROUP SERVER FORCE)
27391
27392 This function should run the expiry process on all articles in the
27393 @var{articles} range (which is currently a simple list of article
27394 numbers.)  It is left up to the back end to decide how old articles
27395 should be before they are removed by this function.  If @var{force} is
27396 non-@code{nil}, all @var{articles} should be deleted, no matter how new
27397 they are.
27398
27399 This function should return a list of articles that it did not/was not
27400 able to delete.
27401
27402 There should be no result data returned.
27403
27404
27405 @item (nnchoke-request-move-article ARTICLE GROUP SERVER ACCEPT-FORM &optional LAST)
27406
27407 This function should move @var{article} (which is a number) from
27408 @var{group} by calling @var{accept-form}.
27409
27410 This function should ready the article in question for moving by
27411 removing any header lines it has added to the article, and generally
27412 should ``tidy up'' the article.  Then it should @code{eval}
27413 @var{accept-form} in the buffer where the ``tidy'' article is.  This
27414 will do the actual copying.  If this @code{eval} returns a
27415 non-@code{nil} value, the article should be removed.
27416
27417 If @var{last} is @code{nil}, that means that there is a high likelihood
27418 that there will be more requests issued shortly, so that allows some
27419 optimizations.
27420
27421 The function should return a cons where the @code{car} is the group name and
27422 the @code{cdr} is the article number that the article was entered as.
27423
27424 There should be no data returned.
27425
27426
27427 @item (nnchoke-request-accept-article GROUP &optional SERVER LAST)
27428
27429 This function takes the current buffer and inserts it into @var{group}.
27430 If @var{last} in @code{nil}, that means that there will be more calls to
27431 this function in short order.
27432
27433 The function should return a cons where the @code{car} is the group name and
27434 the @code{cdr} is the article number that the article was entered as.
27435
27436 The group should exist before the back end is asked to accept the
27437 article for that group.
27438
27439 There should be no data returned.
27440
27441
27442 @item (nnchoke-request-replace-article ARTICLE GROUP BUFFER)
27443
27444 This function should remove @var{article} (which is a number) from
27445 @var{group} and insert @var{buffer} there instead.
27446
27447 There should be no data returned.
27448
27449
27450 @item (nnchoke-request-delete-group GROUP FORCE &optional SERVER)
27451
27452 This function should delete @var{group}.  If @var{force}, it should
27453 really delete all the articles in the group, and then delete the group
27454 itself.  (If there is such a thing as ``the group itself''.)
27455
27456 There should be no data returned.
27457
27458
27459 @item (nnchoke-request-rename-group GROUP NEW-NAME &optional SERVER)
27460
27461 This function should rename @var{group} into @var{new-name}.  All
27462 articles in @var{group} should move to @var{new-name}.
27463
27464 There should be no data returned.
27465
27466 @end table
27467
27468
27469 @node Error Messaging
27470 @subsubsection Error Messaging
27471
27472 @findex nnheader-report
27473 @findex nnheader-get-report
27474 The back ends should use the function @code{nnheader-report} to report
27475 error conditions---they should not raise errors when they aren't able to
27476 perform a request.  The first argument to this function is the back end
27477 symbol, and the rest are interpreted as arguments to @code{format} if
27478 there are multiple of them, or just a string if there is one of them.
27479 This function must always returns @code{nil}.
27480
27481 @lisp
27482 (nnheader-report 'nnchoke "You did something totally bogus")
27483
27484 (nnheader-report 'nnchoke "Could not request group %s" group)
27485 @end lisp
27486
27487 Gnus, in turn, will call @code{nnheader-get-report} when it gets a
27488 @code{nil} back from a server, and this function returns the most
27489 recently reported message for the back end in question.  This function
27490 takes one argument---the server symbol.
27491
27492 Internally, these functions access @var{back-end}@code{-status-string},
27493 so the @code{nnchoke} back end will have its error message stored in
27494 @code{nnchoke-status-string}.
27495
27496
27497 @node Writing New Back Ends
27498 @subsubsection Writing New Back Ends
27499
27500 Many back ends are quite similar.  @code{nnml} is just like
27501 @code{nnspool}, but it allows you to edit the articles on the server.
27502 @code{nnmh} is just like @code{nnml}, but it doesn't use an active file,
27503 and it doesn't maintain overview databases.  @code{nndir} is just like
27504 @code{nnml}, but it has no concept of ``groups'', and it doesn't allow
27505 editing articles.
27506
27507 It would make sense if it were possible to ``inherit'' functions from
27508 back ends when writing new back ends.  And, indeed, you can do that if you
27509 want to.  (You don't have to if you don't want to, of course.)
27510
27511 All the back ends declare their public variables and functions by using a
27512 package called @code{nnoo}.
27513
27514 To inherit functions from other back ends (and allow other back ends to
27515 inherit functions from the current back end), you should use the
27516 following macros:
27517
27518 @table @code
27519
27520 @item nnoo-declare
27521 This macro declares the first parameter to be a child of the subsequent
27522 parameters.  For instance:
27523
27524 @lisp
27525 (nnoo-declare nndir
27526   nnml nnmh)
27527 @end lisp
27528
27529 @code{nndir} has declared here that it intends to inherit functions from
27530 both @code{nnml} and @code{nnmh}.
27531
27532 @item defvoo
27533 This macro is equivalent to @code{defvar}, but registers the variable as
27534 a public server variable.  Most state-oriented variables should be
27535 declared with @code{defvoo} instead of @code{defvar}.
27536
27537 In addition to the normal @code{defvar} parameters, it takes a list of
27538 variables in the parent back ends to map the variable to when executing
27539 a function in those back ends.
27540
27541 @lisp
27542 (defvoo nndir-directory nil
27543   "Where nndir will look for groups."
27544   nnml-current-directory nnmh-current-directory)
27545 @end lisp
27546
27547 This means that @code{nnml-current-directory} will be set to
27548 @code{nndir-directory} when an @code{nnml} function is called on behalf
27549 of @code{nndir}.  (The same with @code{nnmh}.)
27550
27551 @item nnoo-define-basics
27552 This macro defines some common functions that almost all back ends should
27553 have.
27554
27555 @lisp
27556 (nnoo-define-basics nndir)
27557 @end lisp
27558
27559 @item deffoo
27560 This macro is just like @code{defun} and takes the same parameters.  In
27561 addition to doing the normal @code{defun} things, it registers the
27562 function as being public so that other back ends can inherit it.
27563
27564 @item nnoo-map-functions
27565 This macro allows mapping of functions from the current back end to
27566 functions from the parent back ends.
27567
27568 @lisp
27569 (nnoo-map-functions nndir
27570   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27571   (nnmh-request-article 0 nndir-current-group 0 0))
27572 @end lisp
27573
27574 This means that when @code{nndir-retrieve-headers} is called, the first,
27575 third, and fourth parameters will be passed on to
27576 @code{nnml-retrieve-headers}, while the second parameter is set to the
27577 value of @code{nndir-current-group}.
27578
27579 @item nnoo-import
27580 This macro allows importing functions from back ends.  It should be the
27581 last thing in the source file, since it will only define functions that
27582 haven't already been defined.
27583
27584 @lisp
27585 (nnoo-import nndir
27586   (nnmh
27587    nnmh-request-list
27588    nnmh-request-newgroups)
27589   (nnml))
27590 @end lisp
27591
27592 This means that calls to @code{nndir-request-list} should just be passed
27593 on to @code{nnmh-request-list}, while all public functions from
27594 @code{nnml} that haven't been defined in @code{nndir} yet should be
27595 defined now.
27596
27597 @end table
27598
27599 Below is a slightly shortened version of the @code{nndir} back end.
27600
27601 @lisp
27602 ;;; @r{nndir.el --- single directory newsgroup access for Gnus}
27603 ;; @r{Copyright (C) 1995,96 Free Software Foundation, Inc.}
27604
27605 ;;; @r{Code:}
27606
27607 (require 'nnheader)
27608 (require 'nnmh)
27609 (require 'nnml)
27610 (require 'nnoo)
27611 (eval-when-compile (require 'cl))
27612
27613 (nnoo-declare nndir
27614   nnml nnmh)
27615
27616 (defvoo nndir-directory nil
27617   "Where nndir will look for groups."
27618   nnml-current-directory nnmh-current-directory)
27619
27620 (defvoo nndir-nov-is-evil nil
27621   "*Non-nil means that nndir will never retrieve NOV headers."
27622   nnml-nov-is-evil)
27623
27624 (defvoo nndir-current-group ""
27625   nil
27626   nnml-current-group nnmh-current-group)
27627 (defvoo nndir-top-directory nil nil nnml-directory nnmh-directory)
27628 (defvoo nndir-get-new-mail nil nil nnml-get-new-mail nnmh-get-new-mail)
27629
27630 (defvoo nndir-status-string "" nil nnmh-status-string)
27631 (defconst nndir-version "nndir 1.0")
27632
27633 ;;; @r{Interface functions.}
27634
27635 (nnoo-define-basics nndir)
27636
27637 (deffoo nndir-open-server (server &optional defs)
27638   (setq nndir-directory
27639         (or (cadr (assq 'nndir-directory defs))
27640             server))
27641   (unless (assq 'nndir-directory defs)
27642     (push `(nndir-directory ,server) defs))
27643   (push `(nndir-current-group
27644           ,(file-name-nondirectory
27645             (directory-file-name nndir-directory)))
27646         defs)
27647   (push `(nndir-top-directory
27648           ,(file-name-directory (directory-file-name nndir-directory)))
27649         defs)
27650   (nnoo-change-server 'nndir server defs))
27651
27652 (nnoo-map-functions nndir
27653   (nnml-retrieve-headers 0 nndir-current-group 0 0)
27654   (nnmh-request-article 0 nndir-current-group 0 0)
27655   (nnmh-request-group nndir-current-group 0 0)
27656   (nnmh-close-group nndir-current-group 0))
27657
27658 (nnoo-import nndir
27659   (nnmh
27660    nnmh-status-message
27661    nnmh-request-list
27662    nnmh-request-newgroups))
27663
27664 (provide 'nndir)
27665 @end lisp
27666
27667
27668 @node Hooking New Back Ends Into Gnus
27669 @subsubsection Hooking New Back Ends Into Gnus
27670
27671 @vindex gnus-valid-select-methods
27672 @findex gnus-declare-backend
27673 Having Gnus start using your new back end is rather easy---you just
27674 declare it with the @code{gnus-declare-backend} functions.  This will
27675 enter the back end into the @code{gnus-valid-select-methods} variable.
27676
27677 @code{gnus-declare-backend} takes two parameters---the back end name and
27678 an arbitrary number of @dfn{abilities}.
27679
27680 Here's an example:
27681
27682 @lisp
27683 (gnus-declare-backend "nnchoke" 'mail 'respool 'address)
27684 @end lisp
27685
27686 The above line would then go in the @file{nnchoke.el} file.
27687
27688 The abilities can be:
27689
27690 @table @code
27691 @item mail
27692 This is a mailish back end---followups should (probably) go via mail.
27693 @item post
27694 This is a newsish back end---followups should (probably) go via news.
27695 @item post-mail
27696 This back end supports both mail and news.
27697 @item none
27698 This is neither a post nor mail back end---it's something completely
27699 different.
27700 @item respool
27701 It supports respooling---or rather, it is able to modify its source
27702 articles and groups.
27703 @item address
27704 The name of the server should be in the virtual server name.  This is
27705 true for almost all back ends.
27706 @item prompt-address
27707 The user should be prompted for an address when doing commands like
27708 @kbd{B} in the group buffer.  This is true for back ends like
27709 @code{nntp}, but not @code{nnmbox}, for instance.
27710 @end table
27711
27712
27713 @node Mail-like Back Ends
27714 @subsubsection Mail-like Back Ends
27715
27716 One of the things that separate the mail back ends from the rest of the
27717 back ends is the heavy dependence by most of the mail back ends on
27718 common functions in @file{nnmail.el}.  For instance, here's the
27719 definition of @code{nnml-request-scan}:
27720
27721 @lisp
27722 (deffoo nnml-request-scan (&optional group server)
27723   (setq nnml-article-file-alist nil)
27724   (nnmail-get-new-mail 'nnml 'nnml-save-nov nnml-directory group))
27725 @end lisp
27726
27727 It simply calls @code{nnmail-get-new-mail} with a few parameters,
27728 and @code{nnmail} takes care of all the moving and splitting of the
27729 mail.
27730
27731 This function takes four parameters.
27732
27733 @table @var
27734 @item method
27735 This should be a symbol to designate which back end is responsible for
27736 the call.
27737
27738 @item exit-function
27739 This function should be called after the splitting has been performed.
27740
27741 @item temp-directory
27742 Where the temporary files should be stored.
27743
27744 @item group
27745 This optional argument should be a group name if the splitting is to be
27746 performed for one group only.
27747 @end table
27748
27749 @code{nnmail-get-new-mail} will call @var{back-end}@code{-save-mail} to
27750 save each article.  @var{back-end}@code{-active-number} will be called to
27751 find the article number assigned to this article.
27752
27753 The function also uses the following variables:
27754 @var{back-end}@code{-get-new-mail} (to see whether to get new mail for
27755 this back end); and @var{back-end}@code{-group-alist} and
27756 @var{back-end}@code{-active-file} to generate the new active file.
27757 @var{back-end}@code{-group-alist} should be a group-active alist, like
27758 this:
27759
27760 @example
27761 (("a-group" (1 . 10))
27762  ("some-group" (34 . 39)))
27763 @end example
27764
27765
27766 @node Score File Syntax
27767 @subsection Score File Syntax
27768
27769 Score files are meant to be easily parseable, but yet extremely
27770 mallable.  It was decided that something that had the same read syntax
27771 as an Emacs Lisp list would fit that spec.
27772
27773 Here's a typical score file:
27774
27775 @lisp
27776 (("summary"
27777   ("win95" -10000 nil s)
27778   ("Gnus"))
27779  ("from"
27780   ("Lars" -1000))
27781  (mark -100))
27782 @end lisp
27783
27784 BNF definition of a score file:
27785
27786 @example
27787 score-file      = "" / "(" *element ")"
27788 element         = rule / atom
27789 rule            = string-rule / number-rule / date-rule
27790 string-rule     = "(" quote string-header quote space *string-match ")"
27791 number-rule     = "(" quote number-header quote space *number-match ")"
27792 date-rule       = "(" quote date-header quote space *date-match ")"
27793 quote           = <ascii 34>
27794 string-header   = "subject" / "from" / "references" / "message-id" /
27795                   "xref" / "body" / "head" / "all" / "followup"
27796 number-header   = "lines" / "chars"
27797 date-header     = "date"
27798 string-match    = "(" quote <string> quote [ "" / [ space score [ "" /
27799                   space date [ "" / [ space string-match-t ] ] ] ] ] ")"
27800 score           = "nil" / <integer>
27801 date            = "nil" / <natural number>
27802 string-match-t  = "nil" / "s" / "substring" / "S" / "Substring" /
27803                   "r" / "regex" / "R" / "Regex" /
27804                   "e" / "exact" / "E" / "Exact" /
27805                   "f" / "fuzzy" / "F" / "Fuzzy"
27806 number-match    = "(" <integer> [ "" / [ space score [ "" /
27807                   space date [ "" / [ space number-match-t ] ] ] ] ] ")"
27808 number-match-t  = "nil" / "=" / "<" / ">" / ">=" / "<="
27809 date-match      = "(" quote <string> quote [ "" / [ space score [ "" /
27810                   space date [ "" / [ space date-match-t ] ] ] ] ")"
27811 date-match-t    = "nil" / "at" / "before" / "after"
27812 atom            = "(" [ required-atom / optional-atom ] ")"
27813 required-atom   = mark / expunge / mark-and-expunge / files /
27814                   exclude-files / read-only / touched
27815 optional-atom   = adapt / local / eval
27816 mark            = "mark" space nil-or-number
27817 nil-or-number   = "nil" / <integer>
27818 expunge         = "expunge" space nil-or-number
27819 mark-and-expunge = "mark-and-expunge" space nil-or-number
27820 files           = "files" *[ space <string> ]
27821 exclude-files   = "exclude-files" *[ space <string> ]
27822 read-only       = "read-only" [ space "nil" / space "t" ]
27823 adapt        = "adapt" [ space "ignore" / space "t" / space adapt-rule ]
27824 adapt-rule      = "(" *[ <string> *[ "(" <string> <integer> ")" ] ")"
27825 local           = "local" *[ space "(" <string> space <form> ")" ]
27826 eval            = "eval" space <form>
27827 space           = *[ " " / <TAB> / <NEWLINE> ]
27828 @end example
27829
27830 Any unrecognized elements in a score file should be ignored, but not
27831 discarded.
27832
27833 As you can see, white space is needed, but the type and amount of white
27834 space is irrelevant.  This means that formatting of the score file is
27835 left up to the programmer---if it's simpler to just spew it all out on
27836 one looong line, then that's ok.
27837
27838 The meaning of the various atoms are explained elsewhere in this
27839 manual (@pxref{Score File Format}).
27840
27841
27842 @node Headers
27843 @subsection Headers
27844
27845 Internally Gnus uses a format for storing article headers that
27846 corresponds to the @acronym{NOV} format in a mysterious fashion.  One could
27847 almost suspect that the author looked at the @acronym{NOV} specification and
27848 just shamelessly @emph{stole} the entire thing, and one would be right.
27849
27850 @dfn{Header} is a severely overloaded term.  ``Header'' is used in
27851 RFC 1036 to talk about lines in the head of an article (e.g.,
27852 @code{From}).  It is used by many people as a synonym for
27853 ``head''---``the header and the body''.  (That should be avoided, in my
27854 opinion.)  And Gnus uses a format internally that it calls ``header'',
27855 which is what I'm talking about here.  This is a 9-element vector,
27856 basically, with each header (ouch) having one slot.
27857
27858 These slots are, in order: @code{number}, @code{subject}, @code{from},
27859 @code{date}, @code{id}, @code{references}, @code{chars}, @code{lines},
27860 @code{xref}, and @code{extra}.  There are macros for accessing and
27861 setting these slots---they all have predictable names beginning with
27862 @code{mail-header-} and @code{mail-header-set-}, respectively.
27863
27864 All these slots contain strings, except the @code{extra} slot, which
27865 contains an alist of header/value pairs (@pxref{To From Newsgroups}).
27866
27867
27868 @node Ranges
27869 @subsection Ranges
27870
27871 @sc{gnus} introduced a concept that I found so useful that I've started
27872 using it a lot and have elaborated on it greatly.
27873
27874 The question is simple: If you have a large amount of objects that are
27875 identified by numbers (say, articles, to take a @emph{wild} example)
27876 that you want to qualify as being ``included'', a normal sequence isn't
27877 very useful.  (A 200,000 length sequence is a bit long-winded.)
27878
27879 The solution is as simple as the question: You just collapse the
27880 sequence.
27881
27882 @example
27883 (1 2 3 4 5 6 10 11 12)
27884 @end example
27885
27886 is transformed into
27887
27888 @example
27889 ((1 . 6) (10 . 12))
27890 @end example
27891
27892 To avoid having those nasty @samp{(13 . 13)} elements to denote a
27893 lonesome object, a @samp{13} is a valid element:
27894
27895 @example
27896 ((1 . 6) 7 (10 . 12))
27897 @end example
27898
27899 This means that comparing two ranges to find out whether they are equal
27900 is slightly tricky:
27901
27902 @example
27903 ((1 . 5) 7 8 (10 . 12))
27904 @end example
27905
27906 and
27907
27908 @example
27909 ((1 . 5) (7 . 8) (10 . 12))
27910 @end example
27911
27912 are equal.  In fact, any non-descending list is a range:
27913
27914 @example
27915 (1 2 3 4 5)
27916 @end example
27917
27918 is a perfectly valid range, although a pretty long-winded one.  This is
27919 also valid:
27920
27921 @example
27922 (1 . 5)
27923 @end example
27924
27925 and is equal to the previous range.
27926
27927 Here's a BNF definition of ranges.  Of course, one must remember the
27928 semantic requirement that the numbers are non-descending.  (Any number
27929 of repetition of the same number is allowed, but apt to disappear in
27930 range handling.)
27931
27932 @example
27933 range           = simple-range / normal-range
27934 simple-range    = "(" number " . " number ")"
27935 normal-range    = "(" start-contents ")"
27936 contents        = "" / simple-range *[ " " contents ] /
27937                   number *[ " " contents ]
27938 @end example
27939
27940 Gnus currently uses ranges to keep track of read articles and article
27941 marks.  I plan on implementing a number of range operators in C if The
27942 Powers That Be are willing to let me.  (I haven't asked yet, because I
27943 need to do some more thinking on what operators I need to make life
27944 totally range-based without ever having to convert back to normal
27945 sequences.)
27946
27947
27948 @node Group Info
27949 @subsection Group Info
27950
27951 Gnus stores all permanent info on groups in a @dfn{group info} list.
27952 This list is from three to six elements (or more) long and exhaustively
27953 describes the group.
27954
27955 Here are two example group infos; one is a very simple group while the
27956 second is a more complex one:
27957
27958 @example
27959 ("no.group" 5 ((1 . 54324)))
27960
27961 ("nnml:my.mail" 3 ((1 . 5) 9 (20 . 55))
27962                 ((tick (15 . 19)) (replied 3 6 (19 . 3)))
27963                 (nnml "")
27964                 ((auto-expire . t) (to-address . "ding@@gnus.org")))
27965 @end example
27966
27967 The first element is the @dfn{group name}---as Gnus knows the group,
27968 anyway.  The second element is the @dfn{subscription level}, which
27969 normally is a small integer.  (It can also be the @dfn{rank}, which is a
27970 cons cell where the @code{car} is the level and the @code{cdr} is the
27971 score.)  The third element is a list of ranges of read articles.  The
27972 fourth element is a list of lists of article marks of various kinds.
27973 The fifth element is the select method (or virtual server, if you like).
27974 The sixth element is a list of @dfn{group parameters}, which is what
27975 this section is about.
27976
27977 Any of the last three elements may be missing if they are not required.
27978 In fact, the vast majority of groups will normally only have the first
27979 three elements, which saves quite a lot of cons cells.
27980
27981 Here's a BNF definition of the group info format:
27982
27983 @example
27984 info          = "(" group space ralevel space read
27985                 [ "" / [ space marks-list [ "" / [ space method [ "" /
27986                 space parameters ] ] ] ] ] ")"
27987 group         = quote <string> quote
27988 ralevel       = rank / level
27989 level         = <integer in the range of 1 to inf>
27990 rank          = "(" level "." score ")"
27991 score         = <integer in the range of 1 to inf>
27992 read          = range
27993 marks-lists   = nil / "(" *marks ")"
27994 marks         = "(" <string> range ")"
27995 method        = "(" <string> *elisp-forms ")"
27996 parameters    = "(" *elisp-forms ")"
27997 @end example
27998
27999 Actually that @samp{marks} rule is a fib.  A @samp{marks} is a
28000 @samp{<string>} consed on to a @samp{range}, but that's a bitch to say
28001 in pseudo-BNF.
28002
28003 If you have a Gnus info and want to access the elements, Gnus offers a
28004 series of macros for getting/setting these elements.
28005
28006 @table @code
28007 @item gnus-info-group
28008 @itemx gnus-info-set-group
28009 @findex gnus-info-group
28010 @findex gnus-info-set-group
28011 Get/set the group name.
28012
28013 @item gnus-info-rank
28014 @itemx gnus-info-set-rank
28015 @findex gnus-info-rank
28016 @findex gnus-info-set-rank
28017 Get/set the group rank (@pxref{Group Score}).
28018
28019 @item gnus-info-level
28020 @itemx gnus-info-set-level
28021 @findex gnus-info-level
28022 @findex gnus-info-set-level
28023 Get/set the group level.
28024
28025 @item gnus-info-score
28026 @itemx gnus-info-set-score
28027 @findex gnus-info-score
28028 @findex gnus-info-set-score
28029 Get/set the group score (@pxref{Group Score}).
28030
28031 @item gnus-info-read
28032 @itemx gnus-info-set-read
28033 @findex gnus-info-read
28034 @findex gnus-info-set-read
28035 Get/set the ranges of read articles.
28036
28037 @item gnus-info-marks
28038 @itemx gnus-info-set-marks
28039 @findex gnus-info-marks
28040 @findex gnus-info-set-marks
28041 Get/set the lists of ranges of marked articles.
28042
28043 @item gnus-info-method
28044 @itemx gnus-info-set-method
28045 @findex gnus-info-method
28046 @findex gnus-info-set-method
28047 Get/set the group select method.
28048
28049 @item gnus-info-params
28050 @itemx gnus-info-set-params
28051 @findex gnus-info-params
28052 @findex gnus-info-set-params
28053 Get/set the group parameters.
28054 @end table
28055
28056 All the getter functions take one parameter---the info list.  The setter
28057 functions take two parameters---the info list and the new value.
28058
28059 The last three elements in the group info aren't mandatory, so it may be
28060 necessary to extend the group info before setting the element.  If this
28061 is necessary, you can just pass on a non-@code{nil} third parameter to
28062 the three final setter functions to have this happen automatically.
28063
28064
28065 @node Extended Interactive
28066 @subsection Extended Interactive
28067 @cindex interactive
28068 @findex gnus-interactive
28069
28070 Gnus extends the standard Emacs @code{interactive} specification
28071 slightly to allow easy use of the symbolic prefix (@pxref{Symbolic
28072 Prefixes}).  Here's an example of how this is used:
28073
28074 @lisp
28075 (defun gnus-summary-increase-score (&optional score symp)
28076   (interactive (gnus-interactive "P\ny"))
28077   ...
28078   )
28079 @end lisp
28080
28081 The best thing to do would have been to implement
28082 @code{gnus-interactive} as a macro which would have returned an
28083 @code{interactive} form, but this isn't possible since Emacs checks
28084 whether a function is interactive or not by simply doing an @code{assq}
28085 on the lambda form.  So, instead we have @code{gnus-interactive}
28086 function that takes a string and returns values that are usable to
28087 @code{interactive}.
28088
28089 This function accepts (almost) all normal @code{interactive} specs, but
28090 adds a few more.
28091
28092 @table @samp
28093 @item y
28094 @vindex gnus-current-prefix-symbol
28095 The current symbolic prefix---the @code{gnus-current-prefix-symbol}
28096 variable.
28097
28098 @item Y
28099 @vindex gnus-current-prefix-symbols
28100 A list of the current symbolic prefixes---the
28101 @code{gnus-current-prefix-symbol} variable.
28102
28103 @item A
28104 The current article number---the @code{gnus-summary-article-number}
28105 function.
28106
28107 @item H
28108 The current article header---the @code{gnus-summary-article-header}
28109 function.
28110
28111 @item g
28112 The current group name---the @code{gnus-group-group-name}
28113 function.
28114
28115 @end table
28116
28117
28118 @node Emacs/XEmacs Code
28119 @subsection Emacs/XEmacs Code
28120 @cindex XEmacs
28121 @cindex Emacsen
28122
28123 While Gnus runs under Emacs, XEmacs and Mule, I decided that one of the
28124 platforms must be the primary one.  I chose Emacs.  Not because I don't
28125 like XEmacs or Mule, but because it comes first alphabetically.
28126
28127 This means that Gnus will byte-compile under Emacs with nary a warning,
28128 while XEmacs will pump out gigabytes of warnings while byte-compiling.
28129 As I use byte-compilation warnings to help me root out trivial errors in
28130 Gnus, that's very useful.
28131
28132 I've also consistently used Emacs function interfaces, but have used
28133 Gnusey aliases for the functions.  To take an example:  Emacs defines a
28134 @code{run-at-time} function while XEmacs defines a @code{start-itimer}
28135 function.  I then define a function called @code{gnus-run-at-time} that
28136 takes the same parameters as the Emacs @code{run-at-time}.  When running
28137 Gnus under Emacs, the former function is just an alias for the latter.
28138 However, when running under XEmacs, the former is an alias for the
28139 following function:
28140
28141 @lisp
28142 (defun gnus-xmas-run-at-time (time repeat function &rest args)
28143   (start-itimer
28144    "gnus-run-at-time"
28145    `(lambda ()
28146       (,function ,@@args))
28147    time repeat))
28148 @end lisp
28149
28150 This sort of thing has been done for bunches of functions.  Gnus does
28151 not redefine any native Emacs functions while running under XEmacs---it
28152 does this @code{defalias} thing with Gnus equivalents instead.  Cleaner
28153 all over.
28154
28155 In the cases where the XEmacs function interface was obviously cleaner,
28156 I used it instead.  For example @code{gnus-region-active-p} is an alias
28157 for @code{region-active-p} in XEmacs, whereas in Emacs it is a function.
28158
28159 Of course, I could have chosen XEmacs as my native platform and done
28160 mapping functions the other way around.  But I didn't.  The performance
28161 hit these indirections impose on Gnus under XEmacs should be slight.
28162
28163
28164 @node Various File Formats
28165 @subsection Various File Formats
28166
28167 @menu
28168 * Active File Format::          Information on articles and groups available.
28169 * Newsgroups File Format::      Group descriptions.
28170 @end menu
28171
28172
28173 @node Active File Format
28174 @subsubsection Active File Format
28175
28176 The active file lists all groups available on the server in
28177 question.  It also lists the highest and lowest current article numbers
28178 in each group.
28179
28180 Here's an excerpt from a typical active file:
28181
28182 @example
28183 soc.motss 296030 293865 y
28184 alt.binaries.pictures.fractals 3922 3913 n
28185 comp.sources.unix 1605 1593 m
28186 comp.binaries.ibm.pc 5097 5089 y
28187 no.general 1000 900 y
28188 @end example
28189
28190 Here's a pseudo-BNF definition of this file:
28191
28192 @example
28193 active      = *group-line
28194 group-line  = group spc high-number spc low-number spc flag <NEWLINE>
28195 group       = <non-white-space string>
28196 spc         = " "
28197 high-number = <non-negative integer>
28198 low-number  = <positive integer>
28199 flag        = "y" / "n" / "m" / "j" / "x" / "=" group
28200 @end example
28201
28202 For a full description of this file, see the manual pages for
28203 @samp{innd}, in particular @samp{active(5)}.
28204
28205
28206 @node Newsgroups File Format
28207 @subsubsection Newsgroups File Format
28208
28209 The newsgroups file lists groups along with their descriptions.  Not all
28210 groups on the server have to be listed,  and not all groups in the file
28211 have to exist on the server.  The file is meant purely as information to
28212 the user.
28213
28214 The format is quite simple; a group name, a tab, and the description.
28215 Here's the definition:
28216
28217 @example
28218 newsgroups    = *line
28219 line          = group tab description <NEWLINE>
28220 group         = <non-white-space string>
28221 tab           = <TAB>
28222 description   = <string>
28223 @end example
28224
28225
28226 @page
28227 @node Emacs for Heathens
28228 @section Emacs for Heathens
28229
28230 Believe it or not, but some people who use Gnus haven't really used
28231 Emacs much before they embarked on their journey on the Gnus Love Boat.
28232 If you are one of those unfortunates whom ``@kbd{C-M-a}'', ``kill the
28233 region'', and ``set @code{gnus-flargblossen} to an alist where the key
28234 is a regexp that is used for matching on the group name'' are magical
28235 phrases with little or no meaning, then this appendix is for you.  If
28236 you are already familiar with Emacs, just ignore this and go fondle your
28237 cat instead.
28238
28239 @menu
28240 * Keystrokes::                  Entering text and executing commands.
28241 * Emacs Lisp::                  The built-in Emacs programming language.
28242 @end menu
28243
28244
28245 @node Keystrokes
28246 @subsection Keystrokes
28247
28248 @itemize @bullet
28249 @item
28250 Q: What is an experienced Emacs user?
28251
28252 @item
28253 A: A person who wishes that the terminal had pedals.
28254 @end itemize
28255
28256 Yes, when you use Emacs, you are apt to use the control key, the shift
28257 key and the meta key a lot.  This is very annoying to some people
28258 (notably @code{vi}le users), and the rest of us just love the hell out
28259 of it.  Just give up and submit.  Emacs really does stand for
28260 ``Escape-Meta-Alt-Control-Shift'', and not ``Editing Macros'', as you
28261 may have heard from other disreputable sources (like the Emacs author).
28262
28263 The shift keys are normally located near your pinky fingers, and are
28264 normally used to get capital letters and stuff.  You probably use it all
28265 the time.  The control key is normally marked ``CTRL'' or something like
28266 that.  The meta key is, funnily enough, never marked as such on any
28267 keyboard.  The one I'm currently at has a key that's marked ``Alt'',
28268 which is the meta key on this keyboard.  It's usually located somewhere
28269 to the left hand side of the keyboard, usually on the bottom row.
28270
28271 Now, us Emacs people don't say ``press the meta-control-m key'',
28272 because that's just too inconvenient.  We say ``press the @kbd{C-M-m}
28273 key''.  @kbd{M-} is the prefix that means ``meta'' and ``C-'' is the
28274 prefix that means ``control''.  So ``press @kbd{C-k}'' means ``press
28275 down the control key, and hold it down while you press @kbd{k}''.
28276 ``Press @kbd{C-M-k}'' means ``press down and hold down the meta key and
28277 the control key and then press @kbd{k}''.  Simple, ay?
28278
28279 This is somewhat complicated by the fact that not all keyboards have a
28280 meta key.  In that case you can use the ``escape'' key.  Then @kbd{M-k}
28281 means ``press escape, release escape, press @kbd{k}''.  That's much more
28282 work than if you have a meta key, so if that's the case, I respectfully
28283 suggest you get a real keyboard with a meta key.  You can't live without
28284 it.
28285
28286
28287
28288 @node Emacs Lisp
28289 @subsection Emacs Lisp
28290
28291 Emacs is the King of Editors because it's really a Lisp interpreter.
28292 Each and every key you tap runs some Emacs Lisp code snippet, and since
28293 Emacs Lisp is an interpreted language, that means that you can configure
28294 any key to run any arbitrary code.  You just, like, do it.
28295
28296 Gnus is written in Emacs Lisp, and is run as a bunch of interpreted
28297 functions.  (These are byte-compiled for speed, but it's still
28298 interpreted.)  If you decide that you don't like the way Gnus does
28299 certain things, it's trivial to have it do something a different way.
28300 (Well, at least if you know how to write Lisp code.)  However, that's
28301 beyond the scope of this manual, so we are simply going to talk about
28302 some common constructs that you normally use in your @file{.emacs} file
28303 to customize Gnus.
28304
28305 If you want to set the variable @code{gnus-florgbnize} to four (4), you
28306 write the following:
28307
28308 @lisp
28309 (setq gnus-florgbnize 4)
28310 @end lisp
28311
28312 This function (really ``special form'') @code{setq} is the one that can
28313 set a variable to some value.  This is really all you need to know.  Now
28314 you can go and fill your @file{.emacs} file with lots of these to change
28315 how Gnus works.
28316
28317 If you have put that thing in your @file{.emacs} file, it will be read
28318 and @code{eval}ed (which is lisp-ese for ``run'') the next time you
28319 start Emacs.  If you want to change the variable right away, simply say
28320 @kbd{C-x C-e} after the closing parenthesis.  That will @code{eval} the
28321 previous ``form'', which is a simple @code{setq} statement here.
28322
28323 Go ahead---just try it, if you're located at your Emacs.  After you
28324 @kbd{C-x C-e}, you will see @samp{4} appear in the echo area, which
28325 is the return value of the form you @code{eval}ed.
28326
28327 Some pitfalls:
28328
28329 If the manual says ``set @code{gnus-read-active-file} to @code{some}'',
28330 that means:
28331
28332 @lisp
28333 (setq gnus-read-active-file 'some)
28334 @end lisp
28335
28336 On the other hand, if the manual says ``set @code{gnus-nntp-server} to
28337 @samp{nntp.ifi.uio.no}'', that means:
28338
28339 @lisp
28340 (setq gnus-nntp-server "nntp.ifi.uio.no")
28341 @end lisp
28342
28343 So be careful not to mix up strings (the latter) with symbols (the
28344 former).  The manual is unambiguous, but it can be confusing.
28345
28346 @page
28347 @include gnus-faq.texi
28348
28349 @node Index
28350 @chapter Index
28351 @printindex cp
28352
28353 @node Key Index
28354 @chapter Key Index
28355 @printindex ky
28356
28357 @summarycontents
28358 @contents
28359 @bye
28360
28361 @iftex
28362 @iflatex
28363 \end{document}
28364 @end iflatex
28365 @end iftex
28366
28367 @c Local Variables:
28368 @c mode: texinfo
28369 @c coding: iso-8859-1
28370 @c End: